Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3a622268bb16cc6f060a937717ebd043e18486e3 rather than cb274eb696b23b9eeebe76461c4c55adefd3bd1c Obtained Jenkinsfile from 3a622268bb16cc6f060a937717ebd043e18486e3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . 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/v1 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-29555 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit cb274eb696b23b9eeebe76461c4c55adefd3bd1c Merge succeeded, producing 2d5e29436a1f73a1ecaca90481e036c8924fcb77 Checking out Revision 2d5e29436a1f73a1ecaca90481e036c8924fcb77 (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f cb274eb696b23b9eeebe76461c4c55adefd3bd1c # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d5e29436a1f73a1ecaca90481e036c8924fcb77 # timeout=10 Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:51:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:51:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:51:17 ========================================================= 00:51:17 EdgeX Global Pipelines Version Info 00:51:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 86662eadc446df500f05c9dad93b8dda1900f5dd # timeout=10 00:51:22 ------------------- 00:51:22 stable info: 00:51:22 ------------------- 00:51:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:51:22 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:51:22 Message: update stable to v1.0.184 00:51:23 ------------------- 00:51:23 experimental info: 00:51:23 ------------------- 00:51:23 Commited By: **** collab-it+edgex@linuxfoundation.org 00:51:23 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:51:23 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:51:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:51:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:51:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:51:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo 00:51:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo 00:51:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo 00:51:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d5e29436a1f73a1ecaca90481e036c8924fcb77 [Pipeline] echo 00:51:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d5e294 [Pipeline] echo 00:51:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:51:26 provisioning config files... 00:51:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config2018100417246813301tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:51:27 ---> docker-login.sh 00:51:27 nexus3.edgexfoundry.org:10001 00:51:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:28 Configure a credential helper to remove this warning. See 00:51:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:28 00:51:28 Login Succeeded 00:51:28 nexus3.edgexfoundry.org:10002 00:51:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:29 Configure a credential helper to remove this warning. See 00:51:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:29 00:51:29 Login Succeeded 00:51:29 nexus3.edgexfoundry.org:10003 00:51:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:29 Configure a credential helper to remove this warning. See 00:51:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:29 00:51:29 Login Succeeded 00:51:29 nexus3.edgexfoundry.org:10004 00:51:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:30 Configure a credential helper to remove this warning. See 00:51:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:30 00:51:30 Login Succeeded 00:51:30 docker.io 00:51:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:51:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:51:32 Configure a credential helper to remove this warning. See 00:51:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:51:32 00:51:32 Login Succeeded 00:51:32 ---> docker-login.sh ends [Pipeline] } 00:51:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:51:32 ++ 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 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ dirname cmd/core-command/Dockerfile 00:51:32 ++ cut -d/ -f2 00:51:32 + echo core-command,cmd/core-command/Dockerfile 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ cut -d/ -f2 00:51:32 ++ dirname cmd/core-data/Dockerfile 00:51:32 + echo core-data,cmd/core-data/Dockerfile 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ dirname cmd/core-metadata/Dockerfile 00:51:32 ++ cut -d/ -f2 00:51:32 + echo core-metadata,cmd/core-metadata/Dockerfile 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ dirname cmd/security-bootstrapper/Dockerfile 00:51:32 ++ cut -d/ -f2 00:51:32 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ dirname cmd/security-proxy-setup/Dockerfile 00:51:32 ++ cut -d/ -f2 00:51:32 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:51:32 ++ cut -d/ -f2 00:51:32 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ dirname cmd/support-notifications/Dockerfile 00:51:32 ++ cut -d/ -f2 00:51:32 + echo support-notifications,cmd/support-notifications/Dockerfile 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ dirname cmd/support-scheduler/Dockerfile 00:51:32 ++ cut -d/ -f2 00:51:32 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:51:32 + for file in '`ls cmd/**/Dockerfile`' 00:51:32 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:51:32 ++ cut -d/ -f2 00:51:32 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:51:32 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:51:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:34 00:51:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:51:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:35 latest: Pulling from edgex-devops/git-semver 00:51:35 31603596830f: Pulling fs layer 00:51:35 2a8b12db71e7: Pulling fs layer 00:51:35 6ca5941a6612: Pulling fs layer 00:51:35 ecc8261a40a4: Pulling fs layer 00:51:35 ecc8261a40a4: Waiting 00:51:35 2a8b12db71e7: Verifying Checksum 00:51:35 2a8b12db71e7: Download complete 00:51:35 31603596830f: Verifying Checksum 00:51:35 31603596830f: Download complete 00:51:35 ecc8261a40a4: Verifying Checksum 00:51:35 ecc8261a40a4: Download complete 00:51:35 6ca5941a6612: Verifying Checksum 00:51:35 6ca5941a6612: Download complete 00:51:36 31603596830f: Pull complete 00:51:36 2a8b12db71e7: Pull complete 00:51:38 6ca5941a6612: Pull complete 00:51:39 ecc8261a40a4: Pull complete 00:51:39 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:51:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:51:39 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:51:39 prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container 00:51:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:51:43 $ docker top b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:51:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:51:43 [ssh-agent] Looking for ssh-agent implementation... 00:51:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:51:44 $ docker exec b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 ssh-agent 00:51:45 SSH_AUTH_SOCK=/tmp/ssh-AAQjr5HTxloM/agent.11 00:51:45 SSH_AGENT_PID=16 00:51:45 Running ssh-add (command line suppressed) 00:51:45 Identity added: /w/workspace/edgex-go/9@tmp/private_key_2206563003363670072.key (/w/workspace/edgex-go/9@tmp/private_key_2206563003363670072.key) 00:51:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:51:46 + git tag --points-at HEAD [Pipeline] } 00:51:46 $ docker exec --env ******** --env ******** b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 ssh-agent -k 00:51:47 unset SSH_AUTH_SOCK; 00:51:47 unset SSH_AGENT_PID; 00:51:47 echo Agent pid 16 killed; 00:51:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:51:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:51:47 [ssh-agent] Looking for ssh-agent implementation... 00:51:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:51:48 $ docker exec b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 ssh-agent 00:51:49 SSH_AUTH_SOCK=/tmp/ssh-0eYSpmTpESAC/agent.44 00:51:49 SSH_AGENT_PID=49 00:51:49 Running ssh-add (command line suppressed) 00:51:49 Identity added: /w/workspace/edgex-go/9@tmp/private_key_7741258960890133358.key (/w/workspace/edgex-go/9@tmp/private_key_7741258960890133358.key) 00:51:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:51:50 + git semver init 00:51:50 # -> Open(): unable to determine branch for HEAD 00:51:50 # $GIT_DIR = /w/workspace/edgex-go/9/.git 00:51:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/9 00:51:50 # $SEMVER_REMOTE_NAME = origin 00:51:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:51:50 # $SEMVER_USER_NAME = edgex-jenkins 00:51:50 # $SEMVER_BRANCH = PR-3250 00:51:50 # $SEMVER_TEMP = /tmp/semver-439428138 00:51:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:52:30 # '/tmp/semver-439428138' -> '/w/workspace/edgex-go/9/.semver' 00:52:30 # -> Force: false 00:52:30 # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } 00:52:30 $ docker exec --env ******** --env ******** b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 ssh-agent -k 00:52:32 unset SSH_AUTH_SOCK; 00:52:32 unset SSH_AGENT_PID; 00:52:32 echo Agent pid 49 killed; 00:52:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:52:33 + git semver [Pipeline] } 00:52:33 $ docker stop --time=1 b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 00:52:36 $ docker rm -f b0826412d7935bb9144c21b8a6cddbdbb6aa8f4e3617472ffa17baa58abc05d4 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:52:38 Stashed 1 file(s) [Pipeline] echo 00:52:38 [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] { 00:52:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29568 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] sh [Pipeline] { [Pipeline] ws 00:52:39 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 00:52:39 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:52:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:52:40 + sudo service docker restart 00:52:40 + true 00:52:40 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:52:42 ========================================================= 00:52:42 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:52:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:52:43 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:52:44 using credential edgex-jenkins-ssh 00:52:44 Cloning the remote Git repository 00:52:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:52:44 > git init /w/workspace/edgex-go/9 # timeout=10 00:52:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:52:45 > git --version # timeout=10 00:52:45 > git --version # 'git version 2.17.1' 00:52:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:52:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:52:51 Sending build context to Docker daemon 328.6MB 00:52:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:52:51 Step 2/6 : FROM ${BASE} 00:52:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:52:51 188c0c94c7c5: Pulling fs layer 00:52:51 0ef7d3d256c8: Pulling fs layer 00:52:51 de9db76c5a1d: Pulling fs layer 00:52:51 bca2f99d35d6: Pulling fs layer 00:52:51 93359f2a8cfa: Pulling fs layer 00:52:51 7c6f9722023f: Pulling fs layer 00:52:51 a35cf1a2eb13: Pulling fs layer 00:52:51 bca2f99d35d6: Waiting 00:52:51 93359f2a8cfa: Waiting 00:52:51 7c6f9722023f: Waiting 00:52:51 a35cf1a2eb13: Waiting 00:52:51 de9db76c5a1d: Verifying Checksum 00:52:51 de9db76c5a1d: Download complete 00:52:51 0ef7d3d256c8: Verifying Checksum 00:52:52 0ef7d3d256c8: Download complete 00:52:52 93359f2a8cfa: Download complete 00:52:52 7c6f9722023f: Verifying Checksum 00:52:52 7c6f9722023f: Download complete 00:52:52 188c0c94c7c5: Verifying Checksum 00:52:52 188c0c94c7c5: Download complete 00:52:53 188c0c94c7c5: Pull complete 00:52:53 0ef7d3d256c8: Pull complete 00:52:54 de9db76c5a1d: Pull complete 00:52:56 a35cf1a2eb13: Verifying Checksum 00:52:56 a35cf1a2eb13: Download complete 00:52:56 bca2f99d35d6: Verifying Checksum 00:52:56 bca2f99d35d6: Download complete 00:53:15 bca2f99d35d6: Pull complete 00:53:15 93359f2a8cfa: Pull complete 00:53:15 7c6f9722023f: Pull complete 00:53:19 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit cb274eb696b23b9eeebe76461c4c55adefd3bd1c 00:53:20 Merge succeeded, producing 1783869629636fca8392f6da79b08f2932a00711 00:53:20 Checking out Revision 1783869629636fca8392f6da79b08f2932a00711 (PR-3250) 00:53:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:53:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:53:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:53:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:53:19 > git config core.sparsecheckout # timeout=10 00:53:19 > git checkout -f cb274eb696b23b9eeebe76461c4c55adefd3bd1c # timeout=10 00:53:19 > git remote # timeout=10 00:53:20 > git config --get remote.origin.url # timeout=10 00:53:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:53:20 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 00:53:20 > git rev-parse HEAD^{commit} # timeout=10 00:53:20 > git config core.sparsecheckout # timeout=10 00:53:20 > git checkout -f 1783869629636fca8392f6da79b08f2932a00711 # timeout=10 00:53:24 Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" 00:53:24 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:53:26 a35cf1a2eb13: Pull complete 00:53:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:53:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:53:26 ---> a62c8e92a672 00:53:26 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:53:26 ---> Running in d0de2a36fd16 00:53:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:53:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:53:27 + sudo service docker restart 00:53:27 + true 00:53:24 > git rev-list --no-walk 86662eadc446df500f05c9dad93b8dda1900f5dd # timeout=10 00:53:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:53:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:53:29 provisioning config files... 00:53:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config8047925025558095450tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:53:30 ---> docker-login.sh 00:53:30 nexus3.edgexfoundry.org:10001 00:53:30 (1/12) Installing libmagic (5.38-r0) 00:53:30 (2/12) Installing file (5.38-r0) 00:53:30 (3/12) Installing libc-dev (0.7.2-r3) 00:53:30 (4/12) Installing g++ (9.3.0-r2) 00:53:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:53:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:53:31 Configure a credential helper to remove this warning. See 00:53:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:53:31 00:53:31 Login Succeeded 00:53:31 nexus3.edgexfoundry.org:10002 00:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:53:32 Configure a credential helper to remove this warning. See 00:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:53:32 00:53:32 Login Succeeded 00:53:32 nexus3.edgexfoundry.org:10003 00:53:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:53:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:53:32 Configure a credential helper to remove this warning. See 00:53:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:53:32 00:53:32 Login Succeeded 00:53:32 nexus3.edgexfoundry.org:10004 00:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:53:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:53:33 Configure a credential helper to remove this warning. See 00:53:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:53:33 00:53:33 Login Succeeded 00:53:33 docker.io 00:53:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:53:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:53:34 Configure a credential helper to remove this warning. See 00:53:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:53:34 00:53:34 Login Succeeded 00:53:34 ---> docker-login.sh ends [Pipeline] } 00:53:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:53:34 ========================================================= 00:53:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:53:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:53:35 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:53:37 (5/12) Installing fortify-headers (1.1-r0) 00:53:37 (6/12) Installing patch (2.7.6-r6) 00:53:37 (7/12) Installing build-base (0.5-r2) 00:53:37 (8/12) Installing libsodium (1.0.18-r0) 00:53:37 (9/12) Installing pkgconf (1.7.2-r0) 00:53:37 (10/12) Installing libsodium-dev (1.0.18-r0) 00:53:37 (11/12) Installing libzmq (4.3.3-r0) 00:53:37 (12/12) Installing zeromq-dev (4.3.3-r0) 00:53:37 Executing busybox-1.31.1-r19.trigger 00:53:37 OK: 233 MiB in 51 packages 00:53:37 Sending build context to Docker daemon 166.8MB 00:53:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:53:37 Step 2/6 : FROM ${BASE} 00:53:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:53:37 5f621e34cdf4: Pulling fs layer 00:53:37 a4357932f1b6: Pulling fs layer 00:53:37 18c013af1878: Pulling fs layer 00:53:37 00ac8860ef70: Pulling fs layer 00:53:37 63d7cb157983: Pulling fs layer 00:53:37 b116817d02f9: Pulling fs layer 00:53:37 745a02a5169b: Pulling fs layer 00:53:37 00ac8860ef70: Waiting 00:53:37 63d7cb157983: Waiting 00:53:37 745a02a5169b: Waiting 00:53:37 b116817d02f9: Waiting 00:53:37 18c013af1878: Download complete 00:53:37 a4357932f1b6: Verifying Checksum 00:53:37 a4357932f1b6: Download complete 00:53:37 63d7cb157983: Verifying Checksum 00:53:37 63d7cb157983: Download complete 00:53:37 b116817d02f9: Verifying Checksum 00:53:37 b116817d02f9: Download complete 00:53:37 5f621e34cdf4: Verifying Checksum 00:53:37 5f621e34cdf4: Download complete 00:53:38 5f621e34cdf4: Pull complete 00:53:38 a4357932f1b6: Pull complete 00:53:39 18c013af1878: Pull complete 00:53:41 745a02a5169b: Verifying Checksum 00:53:41 00ac8860ef70: Verifying Checksum 00:53:41 00ac8860ef70: Download complete 00:53:42 Removing intermediate container d0de2a36fd16 00:53:42 ---> d57f5cb2f8d9 00:53:42 Step 4/6 : WORKDIR /edgex-go 00:53:42 ---> Running in b389b3af58eb 00:53:42 Removing intermediate container b389b3af58eb 00:53:42 ---> 9f7bb00ea942 00:53:42 Step 5/6 : COPY go.mod . 00:53:43 ---> 2d3478c67061 00:53:43 Step 6/6 : RUN go mod download 00:53:43 ---> Running in 3c1de6a1ea4e 00:53:51 00ac8860ef70: Pull complete 00:53:51 63d7cb157983: Pull complete 00:53:52 b116817d02f9: Pull complete 00:53:55 745a02a5169b: Pull complete 00:53:55 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:53:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:53:55 ---> b7e6874047d6 00:53:55 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:53:59 ---> Running in 9d2aae35db6c 00:54:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:02 (1/12) Installing libmagic (5.38-r0) 00:54:02 (2/12) Installing file (5.38-r0) 00:54:02 (3/12) Installing libc-dev (0.7.2-r3) 00:54:02 (4/12) Installing g++ (9.3.0-r2) 00:54:10 (5/12) Installing fortify-headers (1.1-r0) 00:54:10 (6/12) Installing patch (2.7.6-r6) 00:54:10 (7/12) Installing build-base (0.5-r2) 00:54:10 (8/12) Installing libsodium (1.0.18-r0) 00:54:10 (9/12) Installing pkgconf (1.7.2-r0) 00:54:10 (10/12) Installing libsodium-dev (1.0.18-r0) 00:54:10 (11/12) Installing libzmq (4.3.3-r0) 00:54:10 (12/12) Installing zeromq-dev (4.3.3-r0) 00:54:10 Executing busybox-1.31.1-r19.trigger 00:54:10 OK: 217 MiB in 51 packages 00:54:15 Removing intermediate container 9d2aae35db6c 00:54:15 ---> dc75aea0d97c 00:54:15 Step 4/6 : WORKDIR /edgex-go 00:54:15 ---> Running in ac820c73573d 00:54:15 Removing intermediate container ac820c73573d 00:54:15 ---> 6bd1b861e1c7 00:54:15 Step 5/6 : COPY go.mod . 00:54:16 ---> c941c6f5b11c 00:54:16 Step 6/6 : RUN go mod download 00:54:16 ---> Running in 7cd6efd57705 00:54:23 Removing intermediate container 3c1de6a1ea4e 00:54:23 ---> 6253305d10f7 00:54:23 Successfully built 6253305d10f7 00:54:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:54:23 + docker inspect -f . ci-base-image-x86_64 00:54:24 . [Pipeline] withDockerContainer 00:54:24 prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container 00:54:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:54:26 $ docker top 924545d90e9be96db61a55449c4dae4f014f51cf03576cdf1ad80df23692a887 -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:27 + go version 00:54:27 go version go1.15.5 linux/amd64 [Pipeline] } 00:54:27 $ docker stop --time=1 924545d90e9be96db61a55449c4dae4f014f51cf03576cdf1ad80df23692a887 00:54:29 $ docker rm -f 924545d90e9be96db61a55449c4dae4f014f51cf03576cdf1ad80df23692a887 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:54:30 + docker inspect -f . ci-base-image-x86_64 00:54:30 . [Pipeline] withDockerContainer 00:54:31 prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container 00:54:31 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:54:33 $ docker top e7e022941ac81cf95442e12a9a2f31161c35f580694432aad6bcc6cb79b8c09c -eo pid,comm [Pipeline] { [Pipeline] echo 00:54:34 ========================================================= 00:54:34 [edgeXBuildGoParallel] Running Tests and Build... 00:54:34 ========================================================= [Pipeline] sh 00:54:34 + make test 00:54:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:54:43 Removing intermediate container 7cd6efd57705 00:54:43 ---> 13afd64a8145 00:54:43 Successfully built 13afd64a8145 00:54:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:54:43 + docker inspect -f . ci-base-image-arm64 00:54:43 . [Pipeline] withDockerContainer 00:54:43 prd-ubuntu18.04-docker-arm64-4c-16g-29568 does not seem to be running inside a container 00:54:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:54:45 $ docker top 9ca30dade395282b6b7bcaa557a5425680c6a2e734bb713708554aac4030eb3e -eo pid,comm [Pipeline] { [Pipeline] sh 00:54:46 + go version 00:54:46 go version go1.15.5 linux/arm64 [Pipeline] } 00:54:46 $ docker stop --time=1 9ca30dade395282b6b7bcaa557a5425680c6a2e734bb713708554aac4030eb3e 00:54:48 $ docker rm -f 9ca30dade395282b6b7bcaa557a5425680c6a2e734bb713708554aac4030eb3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:54:49 + docker inspect -f . ci-base-image-arm64 00:54:49 . [Pipeline] withDockerContainer 00:54:49 prd-ubuntu18.04-docker-arm64-4c-16g-29568 does not seem to be running inside a container 00:54:49 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:54:51 $ docker top 1dd353be9505c28705dbe8c7ca026b36ec32349badccc94fbd70ffa8dae0b7ec -eo pid,comm [Pipeline] { [Pipeline] echo 00:54:51 ========================================================= 00:54:51 [edgeXBuildGoParallel] Running Tests and Build... 00:54:51 ========================================================= [Pipeline] sh 00:54:52 + make test 00:54:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:55:03 ? github.com/edgexfoundry/edgex-go [no test files] 00:55:14 ? github.com/edgexfoundry/edgex-go [no test files] 00:55:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:55:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:55:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:55:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:56:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:56:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:56:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:56:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:56:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:56:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:56:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:56:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:56:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:56:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:56:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:56:16 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:56:16 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.243s coverage: 45.9% of statements 00:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.178s coverage: 100.0% of statements 00:56:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:56:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:56:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:56:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:56:22 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:56:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:56:24 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.394s coverage: 27.1% of statements 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:56:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.124s coverage: 100.0% of statements 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:56:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:56:24 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.160s coverage: 71.3% of statements 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:56:24 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:56:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.534s coverage: 82.9% of statements 00:56:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:56:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:56:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.136s coverage: 78.9% of statements 00:56:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:56:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:56:31 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:56:31 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:56:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 2.215s coverage: 28.6% of statements 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:56:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:56:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:56:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.178s coverage: 86.7% of statements 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:56:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.419s coverage: 97.5% of statements 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:56:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:56:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:56:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.406s coverage: 45.9% of statements 00:56:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:56:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:56:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:56:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:56:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:56:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:56:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:56:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.258s coverage: 100.0% of statements 00:56:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.205s coverage: 92.8% of statements 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:56:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:56:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.344s coverage: 0.1% of statements 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:56:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:56:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 47.1% of statements 00:56:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.190s coverage: 79.5% of statements 00:56:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.189s coverage: 94.1% of statements 00:56:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements 00:56:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements 00:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.586s coverage: 27.1% of statements 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:56:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 71.3% of statements 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:56:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:56:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.474s coverage: 82.9% of statements 00:56:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:56:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:56:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.181s coverage: 78.9% of statements 00:56:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.127s coverage: 94.4% of statements 00:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.085s coverage: 44.8% of statements 00:56:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.332s coverage: 81.4% of statements 00:56:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.164s coverage: 28.6% of statements 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:56:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.255s coverage: 100.0% of statements 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:56:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:56:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.404s coverage: 86.7% of statements 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:56:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.366s coverage: 97.5% of statements 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:56:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.126s coverage: 78.3% of statements 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:56:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:57:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.223s coverage: 92.8% of statements 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:57:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:57:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:57:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:57:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 00:57:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements 00:57:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.101s coverage: 94.1% of statements 00:57:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 00:57:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.146s coverage: 87.5% of statements 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.306s coverage: 92.9% of statements 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.088s coverage: 77.8% of statements 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.342s coverage: 87.2% of statements 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.313s coverage: 100.0% of statements 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.256s coverage: 75.5% of statements 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.161s coverage: 80.8% of statements 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.250s coverage: 87.2% of statements 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.137s coverage: 84.6% of statements 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.6% of statements 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.603s coverage: 62.4% of statements 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:57:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.076s coverage: 100.0% of statements 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.222s coverage: 91.3% of statements 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.128s coverage: 100.0% of statements 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.181s coverage: 73.7% of statements 00:57:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements 00:57:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.070s coverage: 69.0% of statements 00:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:57:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.387s coverage: 38.4% of statements 00:57:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:57:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements 00:57:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.145s coverage: 84.8% of statements 00:57:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.126s coverage: 94.4% of statements 00:57:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 00:57:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.111s coverage: 81.4% of statements 00:57:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.293s coverage: 47.0% of statements 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:57:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.092s coverage: 100.0% of statements 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:57:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.226s coverage: 100.0% of statements 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:57:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.338s coverage: 87.1% of statements 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:57:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:57:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.719s coverage: 29.1% of statements 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:57:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:57:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.184s coverage: 100.0% of statements 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:57:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.573s coverage: 96.5% of statements 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:57:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.113s coverage: 0.0% of statements 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:57:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:57:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.217s coverage: 87.9% of statements 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:57:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:57:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.229s coverage: 100.0% of statements 00:57:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.129s coverage: 92.9% of statements 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.051s coverage: 77.8% of statements 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.6% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.160s coverage: 91.6% of statements 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.474s coverage: 62.4% of statements 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:57:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 00:57:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.311s coverage: 100.0% of statements 00:57:33 GO111MODULE=on go vet ./... 00:57:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.841s coverage: 69.0% of statements 00:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:57:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.385s coverage: 38.4% of statements 00:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.138s coverage: 89.5% of statements 00:57:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:57:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.090s coverage: 84.8% of statements 00:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.517s coverage: 47.0% of statements 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:57:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.465s coverage: 87.1% of statements 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:57:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:57:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.220s coverage: 29.1% of statements 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:57:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.183s coverage: 99.0% of statements 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:57:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.099s coverage: 100.0% of statements 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:57:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.251s coverage: 96.5% of statements 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:57:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:57:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:57:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:57:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:57:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 00:57:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:57:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:57:54 GO111MODULE=on go vet ./... 00:58:56 gofmt -l . 00:58:56 [ "`gofmt -l .`" = "" ] 00:58:56 ./bin/test-go-mod-tidy.sh 00:58:58 ./bin/test-attribution-txt.sh [Pipeline] sh 00:59:01 + ls -al . 00:59:01 total 740 00:59:01 drwxrwxr-x 10 1001 1001 4096 Mar 12 00:58 . 00:59:01 drwxr-xr-x 4 root root 28 Mar 12 00:54 .. 00:59:01 -rw-rw-r-- 1 1001 1001 11 Mar 12 00:51 .dockerignore 00:59:01 drwxrwxr-x 8 1001 1001 179 Mar 12 00:51 .git 00:59:01 drwxrwxr-x 3 1001 1001 125 Mar 12 00:51 .github 00:59:01 -rw-rw-r-- 1 1001 1001 818 Mar 12 00:51 .gitignore 00:59:01 drwx------ 3 1001 1001 60 Mar 12 00:52 .semver 00:59:01 -rw-rw-r-- 1 1001 1001 166 Mar 12 00:51 .sonarcloud.properties 00:59:01 -rw-rw-r-- 1 1001 1001 8607 Mar 12 00:51 Attribution.txt 00:59:01 -rw-rw-r-- 1 1001 1001 3804 Mar 12 00:51 CONTRIBUTING.md 00:59:01 -rw-rw-r-- 1 1001 1001 931 Mar 12 00:51 Dockerfile.build 00:59:01 -rw-rw-r-- 1 1001 1001 863 Mar 12 00:51 Jenkinsfile 00:59:01 -rw-rw-r-- 1 1001 1001 10775 Mar 12 00:51 LICENSE 00:59:01 -rw-rw-r-- 1 1001 1001 5774 Mar 12 00:51 Makefile 00:59:01 -rw-rw-r-- 1 1001 1001 6548 Mar 12 00:51 README.md 00:59:01 -rw-rw-r-- 1 1001 1001 6755 Mar 12 00:51 SECURITY.md 00:59:01 -rw-rw-r-- 1 1001 1001 5 Mar 12 00:52 VERSION 00:59:01 -rw-rw-r-- 1 1001 1001 4131 Mar 12 00:51 ZMQWindows.md 00:59:01 drwxrwxr-x 2 1001 1001 117 Mar 12 00:51 bin 00:59:01 drwxrwxr-x 14 1001 1001 4096 Mar 12 00:51 cmd 00:59:01 -rw-r--r-- 1 root root 628834 Mar 12 00:57 coverage.out 00:59:01 -rw-r--r-- 1 root root 1055 Mar 12 00:58 go.mod 00:59:01 -rw-r--r-- 1 root root 21981 Mar 12 00:58 go.sum 00:59:01 drwxrwxr-x 8 1001 1001 127 Mar 12 00:51 internal 00:59:01 drwxrwxr-x 4 1001 1001 26 Mar 12 00:51 openapi 00:59:01 drwxrwxr-x 4 1001 1001 71 Mar 12 00:51 snap 00:59:01 -rw-rw-r-- 1 1001 1001 168 Mar 12 00:51 version.go [Pipeline] sh 00:59:01 + '[' -e coverage.out ] 00:59:01 + chown 1001:1001 coverage.out [Pipeline] stash 00:59:02 Stashed 1 file(s) [Pipeline] sh 00:59:02 + make build 00:59:02 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 00:59:10 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 00:59:15 gofmt -l . 00:59:15 [ "`gofmt -l .`" = "" ] 00:59:15 ./bin/test-go-mod-tidy.sh 00:59:15 ./bin/test-attribution-txt.sh [Pipeline] sh 00:59:16 + ls -al . 00:59:16 total 768 00:59:16 drwxrwxr-x 9 1001 1001 4096 Mar 12 00:59 . 00:59:16 drwxr-xr-x 4 root root 4096 Mar 12 00:54 .. 00:59:16 -rw-rw-r-- 1 1001 1001 11 Mar 12 00:53 .dockerignore 00:59:16 drwxrwxr-x 8 1001 1001 4096 Mar 12 00:53 .git 00:59:16 drwxrwxr-x 3 1001 1001 4096 Mar 12 00:53 .github 00:59:16 -rw-rw-r-- 1 1001 1001 818 Mar 12 00:53 .gitignore 00:59:16 -rw-rw-r-- 1 1001 1001 166 Mar 12 00:53 .sonarcloud.properties 00:59:16 -rw-rw-r-- 1 1001 1001 8607 Mar 12 00:53 Attribution.txt 00:59:16 -rw-rw-r-- 1 1001 1001 3804 Mar 12 00:53 CONTRIBUTING.md 00:59:16 -rw-rw-r-- 1 1001 1001 931 Mar 12 00:53 Dockerfile.build 00:59:16 -rw-rw-r-- 1 1001 1001 863 Mar 12 00:53 Jenkinsfile 00:59:16 -rw-rw-r-- 1 1001 1001 10775 Mar 12 00:53 LICENSE 00:59:16 -rw-rw-r-- 1 1001 1001 5774 Mar 12 00:53 Makefile 00:59:16 -rw-rw-r-- 1 1001 1001 6548 Mar 12 00:53 README.md 00:59:16 -rw-rw-r-- 1 1001 1001 6755 Mar 12 00:53 SECURITY.md 00:59:16 -rw-rw-r-- 1 1001 1001 5 Mar 12 00:52 VERSION 00:59:16 -rw-rw-r-- 1 1001 1001 4131 Mar 12 00:53 ZMQWindows.md 00:59:16 drwxrwxr-x 2 1001 1001 4096 Mar 12 00:53 bin 00:59:16 drwxrwxr-x 14 1001 1001 4096 Mar 12 00:53 cmd 00:59:16 -rw-r--r-- 1 root root 628834 Mar 12 00:57 coverage.out 00:59:16 -rw-r--r-- 1 root root 1055 Mar 12 00:59 go.mod 00:59:16 -rw-r--r-- 1 root root 21981 Mar 12 00:59 go.sum 00:59:16 drwxrwxr-x 8 1001 1001 4096 Mar 12 00:53 internal 00:59:16 drwxrwxr-x 4 1001 1001 4096 Mar 12 00:53 openapi 00:59:16 drwxrwxr-x 4 1001 1001 4096 Mar 12 00:53 snap 00:59:16 -rw-rw-r-- 1 1001 1001 168 Mar 12 00:53 version.go [Pipeline] sh 00:59:17 + '[' -e coverage.out ] 00:59:17 + chown 1001:1001 coverage.out [Pipeline] stash 00:59:17 Warning: overwriting stash ‘coverage-report’ 00:59:18 Stashed 1 file(s) [Pipeline] sh 00:59:19 + make build 00:59:19 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 00:59:29 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 00:59:33 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 00:59:36 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 00:59:41 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 00:59:44 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 00:59:51 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 00:59:51 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 00:59:55 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 01:00:00 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 01:00:01 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 01:00:02 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 01:00:05 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 01:00:07 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 01:00:11 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 01:00:11 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 01:00:16 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 01:00:17 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 01:00:20 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 01:00:22 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 01:00:26 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 [Pipeline] } 01:00:27 $ docker stop --time=1 e7e022941ac81cf95442e12a9a2f31161c35f580694432aad6bcc6cb79b8c09c 01:00: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 01:00:30 $ docker rm -f e7e022941ac81cf95442e12a9a2f31161c35f580694432aad6bcc6cb79b8c09c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } 01:00:36 $ docker stop --time=1 1dd353be9505c28705dbe8c7ca026b36ec32349badccc94fbd70ffa8dae0b7ec 01:00:37 01:00:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:00:38 $ docker rm -f 1dd353be9505c28705dbe8c7ca026b36ec32349badccc94fbd70ffa8dae0b7ec [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:00:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:00:41 01:00:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 01:00:41 latest: Pulling from edgex-devops/edgex-compose 01:00:41 cbdbe7a5bc2a: Pulling fs layer 01:00:41 ca9280d653b3: Pulling fs layer 01:00:41 7e9c9ca2126c: Pulling fs layer 01:00:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:00:41 cbdbe7a5bc2a: Verifying Checksum 01:00:41 cbdbe7a5bc2a: Download complete 01:00:42 latest: Pulling from edgex-devops/edgex-compose-arm64 01:00:42 29e5d40040c1: Pulling fs layer 01:00:42 1ce36da41761: Pulling fs layer 01:00:42 25b303627fd3: Pulling fs layer 01:00:42 29e5d40040c1: Verifying Checksum 01:00:42 29e5d40040c1: Download complete 01:00:42 cbdbe7a5bc2a: Pull complete 01:00:43 29e5d40040c1: Pull complete 01:00:43 1ce36da41761: Verifying Checksum 01:00:43 1ce36da41761: Download complete 01:00:43 ca9280d653b3: Verifying Checksum 01:00:43 ca9280d653b3: Download complete 01:00:44 1ce36da41761: Pull complete 01:00:45 25b303627fd3: Verifying Checksum 01:00:45 25b303627fd3: Download complete 01:00:46 ca9280d653b3: Pull complete 01:00:46 7e9c9ca2126c: Verifying Checksum 01:00:46 7e9c9ca2126c: Download complete 01:00:55 25b303627fd3: Pull complete 01:00:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 01:00:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:00:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 01:00:55 prd-ubuntu18.04-docker-arm64-4c-16g-29568 does not seem to be running inside a container 01:00:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:00:58 $ docker top 797534aaf17ab355f7058177bbee319f0186ebde1603eb0ff5b93d0fa4ac0e33 -eo pid,comm [Pipeline] { [Pipeline] sh 01:00:59 + + grepdocker-compose parallel build 01:00:59 --help 01:01:02 --parallel Build images in parallel. [Pipeline] } 01:01:03 $ docker stop --time=1 797534aaf17ab355f7058177bbee319f0186ebde1603eb0ff5b93d0fa4ac0e33 01:01:04 7e9c9ca2126c: Pull complete 01:01:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 01:01:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:01:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:01:05 $ docker rm -f 797534aaf17ab355f7058177bbee319f0186ebde1603eb0ff5b93d0fa4ac0e33 [Pipeline] // withDockerContainer [Pipeline] withDockerContainer 01:01:05 prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container 01:01:05 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:01:08 $ docker top 63233627afac91738c012ea984606740c5435a6a9324ba5b1a8e2333afdd1bd4 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:01:09 + grep parallel 01:01:09 + docker-compose build --help 01:01:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 01:01:09 . [Pipeline] withDockerContainer 01:01:10 prd-ubuntu18.04-docker-arm64-4c-16g-29568 does not seem to be running inside a container 01:01:10 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 01:01:11 $ docker top 2a115cc4bd08c1ea9124006da730b7c6e2792b7bb1f66e52f70164a1217f8cb3 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:12 + docker-compose -f ./docker-compose-build.yml build --parallel 01:01:13 --parallel Build images in parallel. [Pipeline] } 01:01:13 $ docker stop --time=1 63233627afac91738c012ea984606740c5435a6a9324ba5b1a8e2333afdd1bd4 01:01:15 $ docker rm -f 63233627afac91738c012ea984606740c5435a6a9324ba5b1a8e2333afdd1bd4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 01:01:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 01:01:16 . [Pipeline] withDockerContainer 01:01:16 prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container 01:01:16 $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 01:01:17 Building docker-core-command-go ... 01:01:17 Building docker-core-data-go ... 01:01:17 Building docker-core-metadata-go ... 01:01:17 Building docker-security-bootstrapper-go ... 01:01:17 Building docker-security-proxy-setup-go ... 01:01:17 Building docker-security-secretstore-setup-go ... 01:01:17 Building docker-support-notifications-go ... 01:01:17 Building docker-support-scheduler-go ... 01:01:17 Building docker-sys-mgmt-agent-go ... 01:01:17 Building docker-support-notifications-go 01:01:17 Building docker-core-command-go 01:01:17 Building docker-core-data-go 01:01:17 Building docker-support-scheduler-go 01:01:17 Building docker-sys-mgmt-agent-go 01:01:19 $ docker top e1cbb761e1ae883d396c7ec0384d2c25f72fc2d431cd53c5aefdbc8e099d0370 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:20 + docker-compose -f ./docker-compose-build.yml build --parallel 01:01:22 Building docker-core-command-go ... 01:01:22 Building docker-core-data-go ... 01:01:22 Building docker-core-metadata-go ... 01:01:22 Building docker-security-bootstrapper-go ... 01:01:22 Building docker-security-proxy-setup-go ... 01:01:22 Building docker-security-secretstore-setup-go ... 01:01:22 Building docker-support-notifications-go ... 01:01:22 Building docker-support-scheduler-go ... 01:01:22 Building docker-sys-mgmt-agent-go ... 01:01:22 Building docker-security-secretstore-setup-go 01:01:22 Building docker-sys-mgmt-agent-go 01:01:22 Building docker-core-metadata-go 01:01:22 Building docker-support-notifications-go 01:01:23 Building docker-security-bootstrapper-go 01:02:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:02:39 ---> 13afd64a8145 01:02:39 Step 3/22 : WORKDIR /edgex-go 01:02:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:02:39 ---> 13afd64a8145 01:02:39 Step 3/26 : WORKDIR /edgex-go 01:02:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:02:39 ---> 13afd64a8145 01:02:39 Step 3/23 : WORKDIR /edgex-go 01:02:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:02:39 ---> 13afd64a8145 01:02:39 Step 3/23 : WORKDIR /edgex-go 01:02:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:02:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:02:39 ---> 13afd64a8145 01:02:39 Step 3/22 : WORKDIR /edgex-go 01:02:39 ---> Running in 1fd483f75058 01:02:39 ---> Running in acd03c70d44e 01:02:39 ---> Running in 9809a9fb873f 01:02:39 ---> Running in a166f3d53666 01:02:39 ---> Running in 5f77f210c8f3 01:02:39 Removing intermediate container 1fd483f75058 01:02:39 ---> d446461dd2a1 01:02:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:39 Removing intermediate container 9809a9fb873f 01:02:39 ---> c30fa1186457 01:02:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:39 Removing intermediate container acd03c70d44e 01:02:39 ---> b333ea1192ce 01:02:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:39 Removing intermediate container a166f3d53666 01:02:39 ---> 63f614d0d64f 01:02:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:39 Removing intermediate container 5f77f210c8f3 01:02:39 ---> 04c0f25d5dcb 01:02:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:02:39 ---> Running in 3d6c7020ee47 01:02:39 ---> Running in e463b85db0ba 01:02:39 ---> Running in eb1b17b0ac12 01:02:39 ---> Running in 7d4108f883b0 01:02:39 ---> Running in 528e0a88ed87 01:02:39 Removing intermediate container e463b85db0ba 01:02:39 ---> 90d0825f7f2e 01:02:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:02:39 ---> Running in 527e0da43817 01:02:39 Removing intermediate container 3d6c7020ee47 01:02:39 ---> 3a46cd98fee8 01:02:39 Step 5/23 : RUN apk add --update --no-cache make git 01:02:39 ---> Running in 50103b8b64f7 01:02:39 Removing intermediate container 7d4108f883b0 01:02:39 ---> 5ac665d00c91 01:02:39 Step 5/26 : RUN apk add --update --no-cache make bash git 01:02:39 Removing intermediate container 528e0a88ed87 01:02:39 ---> 42b9397e9150 01:02:39 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:02:39 Removing intermediate container eb1b17b0ac12 01:02:39 ---> 3840baa91dfc 01:02:39 Step 5/22 : RUN apk add --update --no-cache make git 01:02:39 ---> Running in 546ec3377650 01:02:39 ---> Running in 67890ee5b4e4 01:02:39 ---> Running in bbbf187e80c9 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:02:39 OK: 217 MiB in 51 packages 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:02:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:02:39 OK: 217 MiB in 51 packages 01:02:39 OK: 217 MiB in 51 packages 01:02:40 OK: 217 MiB in 51 packages 01:02:40 Removing intermediate container 527e0da43817 01:02:40 ---> 54dd6712112c 01:02:40 Step 6/23 : COPY go.mod . 01:02:40 OK: 217 MiB in 51 packages 01:02:41 ---> e41b04a9a758 01:02:41 Step 7/23 : RUN go mod download 01:02:41 Removing intermediate container 50103b8b64f7 01:02:41 ---> 91f15a2cdc2f 01:02:41 Step 6/23 : COPY go.mod . 01:02:41 ---> Running in 32e6ee31c632 01:02:41 Removing intermediate container 546ec3377650 01:02:41 ---> 127eab4b97fb 01:02:41 Step 6/26 : COPY go.mod . 01:02:42 Removing intermediate container bbbf187e80c9 01:02:42 ---> 9c79baf1a94d 01:02:42 Step 6/22 : COPY go.mod . 01:02:42 Removing intermediate container 67890ee5b4e4 01:02:42 ---> e476904f0255 01:02:42 Step 6/22 : COPY go.mod . 01:02:42 ---> f4a2fbeaf40c 01:02:42 Step 7/23 : RUN go mod download 01:02:42 ---> Running in 811ee987cc19 01:02:42 ---> e6b62f56f536 01:02:42 Step 7/26 : RUN go mod download 01:02:43 ---> Running in 74471fe1282c 01:02:43 ---> b77722369555 01:02:43 Step 7/22 : RUN go mod download 01:02:43 ---> 15cb76a602d9 01:02:43 Step 7/22 : RUN go mod download 01:02:43 ---> Running in 13e5e1ba73a7 01:02:43 ---> Running in 5aeeb05a31e7 01:02:45 Removing intermediate container 32e6ee31c632 01:02:45 ---> 593809821228 01:02:45 Step 8/23 : COPY . . 01:02:47 Removing intermediate container 811ee987cc19 01:02:47 ---> 920a84a930cb 01:02:47 Step 8/23 : COPY . . 01:02:48 Removing intermediate container 74471fe1282c 01:02:48 ---> ac494cbd2cca 01:02:48 Step 8/26 : COPY . . 01:02:48 Removing intermediate container 5aeeb05a31e7 01:02:48 ---> 5333dbf3a212 01:02:48 Step 8/22 : COPY . . 01:02:49 Removing intermediate container 13e5e1ba73a7 01:02:49 ---> 7c7590735980 01:02:49 Step 8/22 : COPY . . 01:03:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:03:01 ---> 6253305d10f7 01:03:01 Step 3/31 : WORKDIR /edgex-go 01:03:01 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 01:03:01 ---> 6253305d10f7 01:03:01 Step 3/26 : WORKDIR /edgex-go 01:03:01 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:01 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:03:01 ---> 6253305d10f7 01:03:01 Step 3/24 : WORKDIR /edgex-go 01:03:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:03:01 ---> 6253305d10f7 01:03:01 Step 3/22 : WORKDIR /edgex-go 01:03:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:03:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:03:01 ---> 6253305d10f7 01:03:01 Step 3/23 : WORKDIR /edgex-go 01:03:01 ---> Running in ff07e4fba0f9 01:03:01 ---> Running in 087a2e0678e6 01:03:01 ---> Running in db3856ef22f7 01:03:01 ---> Running in 93b2774701bc 01:03:01 ---> Running in 06e0cd01c5aa 01:03:01 Removing intermediate container 93b2774701bc 01:03:01 ---> 06e840fdacaa 01:03:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:01 Removing intermediate container ff07e4fba0f9 01:03:01 ---> 29804f3e7cfd 01:03:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:01 Removing intermediate container db3856ef22f7 01:03:01 ---> aa61a964f2f3 01:03:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:01 Removing intermediate container 06e0cd01c5aa 01:03:01 ---> 5e7faea0370b 01:03:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:01 ---> Running in 9422112f4160 01:03:01 Removing intermediate container 087a2e0678e6 01:03:01 ---> 88f94beb37c0 01:03:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:03:01 ---> Running in cd60146e7558 01:03:01 ---> Running in 0af86d1a1102 01:03:01 ---> Running in ee27b63aef3b 01:03:01 ---> Running in 480a9f32bd4f 01:03:02 Removing intermediate container 9422112f4160 01:03:02 ---> de9357208bad 01:03:02 Step 5/31 : RUN apk add --update --no-cache make git 01:03:03 ---> Running in 380affff0767 01:03:03 Removing intermediate container cd60146e7558 01:03:03 ---> 5dbcf9633b06 01:03:03 Step 5/24 : RUN apk add --update --no-cache make git 01:03:03 Removing intermediate container 0af86d1a1102 01:03:03 ---> e4f9c0857342 01:03:03 Step 5/26 : RUN apk add --update --no-cache make bash git 01:03:03 Removing intermediate container 480a9f32bd4f 01:03:03 ---> 39b5b94719d6 01:03:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 01:03:03 Removing intermediate container ee27b63aef3b 01:03:03 ---> eea248a67505 01:03:03 Step 5/23 : RUN apk add --update --no-cache make git 01:03:04 ---> Running in c9fba05cd5bd 01:03:04 ---> Running in 5517290c8ae6 01:03:04 ---> Running in d07601cf2fec 01:03:04 ---> Running in a2c872bfa85c 01:03:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:07 OK: 233 MiB in 51 packages 01:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:03:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:08 OK: 233 MiB in 51 packages 01:03:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:03:08 OK: 233 MiB in 51 packages 01:03:08 Removing intermediate container 380affff0767 01:03:08 ---> 45a33eaf0afe 01:03:08 Step 6/31 : COPY go.mod . 01:03:09 OK: 233 MiB in 51 packages 01:03:10 OK: 233 MiB in 51 packages 01:03:11 ---> 9a48e7bbb75f 01:03:11 Step 7/31 : RUN go mod download 01:03:11 ---> Running in 55347812fa25 01:03:11 Removing intermediate container 5517290c8ae6 01:03:11 ---> 3795846373c2 01:03:11 Step 6/23 : COPY go.mod . 01:03:11 Removing intermediate container c9fba05cd5bd 01:03:11 ---> 9f908154c40c 01:03:11 Step 6/24 : COPY go.mod . 01:03:12 Removing intermediate container a2c872bfa85c 01:03:12 ---> 99c7cb6038fb 01:03:12 Step 6/26 : COPY go.mod . 01:03:12 Removing intermediate container d07601cf2fec 01:03:12 ---> 833f1d146706 01:03:12 Step 6/22 : COPY go.mod . 01:03:12 ---> 4468c5c2484d 01:03:12 Step 7/23 : RUN go mod download 01:03:12 ---> a065a21b5968 01:03:12 Step 7/24 : RUN go mod download 01:03:12 ---> Running in ba329d11a4ef 01:03:12 ---> 0a9e0ffd7471 01:03:12 Step 7/26 : RUN go mod download 01:03:13 ---> Running in 46a9a8c3b04d 01:03:13 ---> Running in b6e4e2e1ee7d 01:03:13 ---> 823216f178db 01:03:13 Step 7/22 : RUN go mod download 01:03:14 ---> Running in 2b4b0859ef17 01:03:16 ---> 359f976817ab 01:03:16 Step 9/23 : RUN make cmd/core-data/core-data 01:03:16 ---> 5862832697c9 01:03:16 Step 9/23 : RUN make cmd/core-command/core-command 01:03:16 ---> Running in 6c0d2d91109b 01:03:16 ---> Running in e04174f4144a 01:03:16 ---> 4f5f0c5b53f8 01:03:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:03:16 ---> dcd7c72e517c 01:03:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:03:16 ---> 7855a2531788 01:03:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:03:16 ---> Running in a6d52f05cba5 01:03:16 ---> Running in 49ea509aee24 01:03:16 ---> Running in 5c329df6c9a7 01:03:16 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 01:03:16 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 01:03:16 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 01:03:16 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 01:03:16 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 01:03:19 Removing intermediate container 46a9a8c3b04d 01:03:19 ---> 6886985787b0 01:03:19 Step 8/24 : COPY . . 01:03:19 Removing intermediate container ba329d11a4ef 01:03:19 ---> e21335e9133d 01:03:19 Step 8/23 : COPY . . 01:03:19 Removing intermediate container 55347812fa25 01:03:19 ---> c1c939012aeb 01:03:19 Step 8/31 : COPY . . 01:03:19 Removing intermediate container b6e4e2e1ee7d 01:03:19 ---> 38d888655af6 01:03:19 Step 8/26 : COPY . . 01:03:23 Removing intermediate container 2b4b0859ef17 01:03:23 ---> c5e0f00acc5b 01:03:23 Step 8/22 : COPY . . 01:05:08 Removing intermediate container 5c329df6c9a7 01:05:08 ---> a860a7413097 01:05:08 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:05:08 ---> Running in b0af6ead4998 01:05:08 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 01:05:10 Removing intermediate container b0af6ead4998 01:05:10 ---> cd422a24dbbc 01:05:10 01:05:10 Step 11/26 : FROM docker:20.10.0 01:05:10 20.10.0: Pulling from library/docker 01:05:18 Removing intermediate container 6c0d2d91109b 01:05:18 ---> e0cf1f411ee6 01:05:18 01:05:18 Step 10/23 : FROM alpine:3.12 01:05:19 3.12: Pulling from library/alpine 01:05:20 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 01:05:20 Status: Downloaded newer image for alpine:3.12 01:05:20 ---> d10569e2745f 01:05:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:05:22 ---> Running in a280f45ad475 01:05:23 Removing intermediate container 49ea509aee24 01:05:23 ---> e64b20ec4e03 01:05:23 01:05:23 Step 10/22 : FROM alpine:3.12 01:05:23 ---> d10569e2745f 01:05:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:05:24 Removing intermediate container a6d52f05cba5 01:05:24 ---> 87d95cae00e6 01:05:24 01:05:24 Step 10/22 : FROM alpine:3.12 01:05:24 ---> d10569e2745f 01:05:24 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:05:24 ---> Running in 474497ec6e8e 01:05:24 ---> Running in 3e5356adda0f 01:05:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:25 (1/1) Installing dumb-init (1.2.2-r1) 01:05:25 Executing busybox-1.31.1-r19.trigger 01:05:25 OK: 5 MiB in 15 packages 01:05:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:27 (1/2) Installing ca-certificates (20191127-r4) 01:05:27 (2/2) Installing dumb-init (1.2.2-r1) 01:05:27 Executing busybox-1.31.1-r19.trigger 01:05:27 Executing ca-certificates-20191127-r4.trigger 01:05:27 (1/1) Installing dumb-init (1.2.2-r1) 01:05:27 Executing busybox-1.31.1-r19.trigger 01:05:27 OK: 5 MiB in 15 packages 01:05:28 OK: 6 MiB in 16 packages 01:05:28 Removing intermediate container a280f45ad475 01:05:28 ---> 34a49dbb3c6e 01:05:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:05:29 ---> Running in 9c32d847bb95 01:05:30 Removing intermediate container 9c32d847bb95 01:05:30 ---> 75f495013488 01:05:30 Step 13/23 : ENV APP_PORT=48082 01:05:30 ---> Running in 993805ffeb7a 01:05:30 Removing intermediate container 3e5356adda0f 01:05:30 ---> d17bb706c921 01:05:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:05:30 ---> Running in 29a0de4c1116 01:05:30 Removing intermediate container 474497ec6e8e 01:05:30 ---> 705a11536d78 01:05:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:05:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:05:31 Removing intermediate container 993805ffeb7a 01:05:31 ---> 1a39ba2527c1 01:05:31 Step 14/23 : EXPOSE $APP_PORT 01:05:31 Status: Downloaded newer image for docker:20.10.0 01:05:31 ---> eeaf43b92773 01:05:31 Step 12/26 : RUN apk add --no-cache bash 01:05:31 ---> Running in c00b7519add5 01:05:31 ---> Running in 93e855cfe5ba 01:05:31 ---> Running in 27862d2a6493 01:05:31 Removing intermediate container 29a0de4c1116 01:05:31 ---> 33c8c33855ac 01:05:31 Step 13/22 : ENV APP_PORT=48085 01:05:32 ---> 5f1f32e41cea 01:05:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:05:32 ---> 19c2c4cc37f1 01:05:32 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:05:32 ---> b87d9a9aed25 01:05:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:05:32 ---> Running in 53aee2dff59d 01:05:32 ---> Running in 3043cbc6f8d9 01:05:32 ---> Running in b0a388635d41 01:05:32 ---> c7f531240592 01:05:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 01:05:32 ---> Running in 45223745d287 01:05:32 ---> b4427dd329d2 01:05:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 01:05:32 ---> Running in ed428c982426 01:05:32 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 01:05:32 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 01:05:32 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 01:05:32 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 01:05:32 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 01:05:32 ---> Running in 3972b0e3ab76 01:05:32 Removing intermediate container c00b7519add5 01:05:32 ---> 805581b6373d 01:05:32 Step 15/23 : WORKDIR / 01:05:32 ---> Running in ccf301a2ed68 01:05:33 Removing intermediate container 93e855cfe5ba 01:05:33 ---> 3b9d0c075940 01:05:33 Step 13/22 : ENV APP_PORT=48060 01:05:33 Removing intermediate container 3972b0e3ab76 01:05:33 ---> 3464c92e1817 01:05:33 Step 14/22 : EXPOSE $APP_PORT 01:05:33 ---> Running in 0710931dd033 01:05:33 ---> Running in c6c1ec20a965 01:05:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:33 Removing intermediate container ccf301a2ed68 01:05:33 ---> 0b53a045662f 01:05:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:34 Removing intermediate container 0710931dd033 01:05:34 ---> 5f74a711f0b4 01:05:34 Step 14/22 : EXPOSE $APP_PORT 01:05:34 (1/2) Installing readline (8.0.4-r0) 01:05:34 (2/2) Installing bash (5.0.17-r0) 01:05:34 Executing bash-5.0.17-r0.post-install 01:05:34 Executing busybox-1.31.1-r19.trigger 01:05:34 OK: 12 MiB in 22 packages 01:05:34 Removing intermediate container c6c1ec20a965 01:05:34 ---> ed5bbf004177 01:05:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:34 ---> Running in 2ce304b97bae 01:05:35 Removing intermediate container e04174f4144a 01:05:35 ---> 185d3d19d470 01:05:35 01:05:35 Step 10/23 : FROM alpine:3.12 01:05:35 ---> d10569e2745f 01:05:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:05:35 ---> c6a7d9be0b90 01:05:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:05:35 ---> Running in 9c1deb1be6e4 01:05:35 Removing intermediate container 2ce304b97bae 01:05:35 ---> 46592e4a217b 01:05:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:35 ---> 8007f22b7914 01:05:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:05:36 Removing intermediate container 9c1deb1be6e4 01:05:36 ---> 21f295743fa7 01:05:36 Step 12/23 : ENV APP_PORT=48080 01:05:36 Removing intermediate container 27862d2a6493 01:05:36 ---> a43a41e6e221 01:05:36 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:05:36 ---> Running in 57a7e2f2a199 01:05:37 ---> Running in b2b7081ca1d3 01:05:37 ---> 2eb057cc95a6 01:05:37 ---> a79bfa51c9f3 01:05:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:05:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:05:37 ---> 13f5bca0c410 01:05:37 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:05:37 Removing intermediate container 57a7e2f2a199 01:05:37 ---> a31d593f92f0 01:05:37 Step 13/23 : EXPOSE $APP_PORT 01:05:37 Removing intermediate container b2b7081ca1d3 01:05:37 ---> 3185566de841 01:05:37 Step 14/26 : ENV APP_PORT=48090 01:05:37 ---> Running in 5f83964ecdfa 01:05:37 ---> Running in fa65a8cd7681 01:05:38 Removing intermediate container 5f83964ecdfa 01:05:38 ---> f8f6429013be 01:05:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:05:38 ---> 2912a5fbde13 01:05:38 Step 19/23 : ENTRYPOINT ["/core-command"] 01:05:39 ---> Running in 65c385365f15 01:05:39 Removing intermediate container fa65a8cd7681 01:05:39 ---> 648883bad7fb 01:05:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:05:39 ---> 85da587d7229 01:05:39 Step 15/26 : EXPOSE $APP_PORT 01:05:39 ---> Running in e6cd71f38aa5 01:05:39 ---> 1683e2b98cdd 01:05:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:05:39 ---> Running in ac855031ff4f 01:05:39 ---> Running in 7c46d7f8af41 01:05:39 Removing intermediate container 65c385365f15 01:05:39 ---> 9e970ca15795 01:05:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:39 ---> Running in 08e05f4b1cbe 01:05:40 Removing intermediate container ac855031ff4f 01:05:40 ---> e72821d272d8 01:05:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:05:40 Removing intermediate container 7c46d7f8af41 01:05:40 ---> 172128f16214 01:05:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:40 ---> Running in f845deb70863 01:05:40 ---> 065605aa3f44 01:05:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:05:40 Removing intermediate container 08e05f4b1cbe 01:05:40 ---> 84c9e43c956f 01:05:40 Step 21/23 : LABEL arch=arm64 01:05:40 ---> Running in 485950ad5313 01:05:40 ---> Running in c6e1bd215486 01:05:41 Removing intermediate container f845deb70863 01:05:41 ---> 5fbe7bc180cc 01:05:41 Step 20/22 : LABEL arch=arm64 01:05:41 Removing intermediate container 485950ad5313 01:05:41 ---> 43b039134946 01:05:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:41 ---> Running in 38c2069a05c0 01:05:41 Removing intermediate container c6e1bd215486 01:05:41 ---> 7595a02651e4 01:05:41 Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:05:41 ---> Running in 90e1ec30b818 01:05:41 ---> 476ce8a98d73 01:05:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:05:41 ---> Running in d4bc56853a5a 01:05:42 Removing intermediate container 38c2069a05c0 01:05:42 ---> bbab8955fd87 01:05:42 Step 21/22 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:05:42 Removing intermediate container e6cd71f38aa5 01:05:42 ---> 3f5d7a3d8e90 01:05:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:05:42 ---> Running in 5e5bf5f27330 01:05:42 Removing intermediate container 90e1ec30b818 01:05:42 ---> ee9a7aebcb2f 01:05:42 Step 20/22 : LABEL arch=arm64 01:05:42 ---> Running in 79ef98f58e80 01:05:42 Removing intermediate container d4bc56853a5a 01:05:42 ---> 35c12357a297 01:05:42 Step 23/23 : LABEL version=0.0.0 01:05:43 ---> Running in ad50a055b78a 01:05:43 ---> Running in 81c088fbdbba 01:05:47 ---> 1b8f04034389 01:05:47 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:05:47 Removing intermediate container 5e5bf5f27330 01:05:47 ---> cffdfe87b41b 01:05:47 Step 22/22 : LABEL version=0.0.0 01:05:47 ---> Running in c15df1740f6a 01:05:47 Removing intermediate container ad50a055b78a 01:05:47 ---> f675c567f13f 01:05:47 Removing intermediate container 81c088fbdbba 01:05:47 ---> 52adbcd39acd 01:05:47 01:05:47 Step 21/22 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:05:47 ---> Running in fd023aa00ac4 01:05:47 Removing intermediate container c15df1740f6a 01:05:47 ---> d79fe4249ffc 01:05:47 01:05:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:47 Successfully built 52adbcd39acd 01:05:48 Successfully tagged docker-core-command-go-arm64:latest 01:05:48  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 01:05:48 Removing intermediate container fd023aa00ac4 01:05:48 ---> 537997fb490b 01:05:48 Step 22/22 : LABEL version=0.0.0 01:05:48 ---> d50e26908451 01:05:48 Step 19/26 : RUN apk --no-cache add py3-pip 01:05:48 Successfully built d79fe4249ffc 01:05:48 Successfully tagged docker-support-scheduler-go-arm64:latest 01:05:48 Building docker-security-proxy-setup-go 01:05:48  Building docker-support-scheduler-go ... done  ---> Running in 2754c6b70d22 01:05:48 ---> Running in 091f62c7aa49 01:05:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:49 Removing intermediate container 2754c6b70d22 01:05:49 ---> 5a1e8fa18aa5 01:05:49 01:05:49 (1/6) Installing dumb-init (1.2.2-r1) 01:05:49 (2/6) Installing libgcc (9.3.0-r2) 01:05:49 (3/6) Installing libsodium (1.0.18-r0) 01:05:49 (4/6) Installing libstdc++ (9.3.0-r2) 01:05:49 Successfully built 5a1e8fa18aa5 01:05:49 Successfully tagged docker-support-notifications-go-arm64:latest 01:05:49  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 01:05:49 (5/6) Installing libzmq (4.3.3-r0) 01:05:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:05:49 (6/6) Installing zeromq (4.3.3-r0) 01:05:50 Executing busybox-1.31.1-r19.trigger 01:05:50 OK: 8 MiB in 20 packages 01:05:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:05:50 (1/33) Installing libbz2 (1.0.8-r1) 01:05:50 (2/33) Installing expat (2.2.9-r1) 01:05:50 (3/33) Installing libffi (3.3-r2) 01:05:50 (4/33) Installing gdbm (1.13-r1) 01:05:50 (5/33) Installing xz-libs (5.2.5-r0) 01:05:50 (6/33) Installing sqlite-libs (3.32.1-r0) 01:05:50 (7/33) Installing python3 (3.8.5-r1) 01:05:51 Removing intermediate container 79ef98f58e80 01:05:51 ---> c2f1d944d824 01:05:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:05:52 (8/33) Installing py3-appdirs (1.4.4-r1) 01:05:52 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:05:52 (10/33) Installing py3-parsing (2.4.7-r0) 01:05:52 (11/33) Installing py3-six (1.15.0-r0) 01:05:52 (12/33) Installing py3-packaging (20.4-r0) 01:05:52 (13/33) Installing py3-setuptools (47.0.0-r0) 01:05:52 (14/33) Installing py3-chardet (3.0.4-r4) 01:05:52 (15/33) Installing py3-idna (2.9-r0) 01:05:52 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:05:52 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:05:52 (18/33) Installing py3-requests (2.23.0-r0) 01:05:52 (19/33) Installing py3-msgpack (1.0.0-r0) 01:05:52 (20/33) Installing py3-lockfile (0.12.2-r3) 01:05:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:05:52 (22/33) Installing py3-colorama (0.4.3-r0) 01:05:52 (23/33) Installing py3-distlib (0.3.0-r0) 01:05:52 (24/33) Installing py3-distro (1.5.0-r1) 01:05:52 (25/33) Installing py3-webencodings (0.5.1-r3) 01:05:52 (26/33) Installing py3-html5lib (1.0.1-r4) 01:05:53 (27/33) Installing py3-pytoml (0.1.21-r0) 01:05:53 (28/33) Installing py3-pep517 (0.8.2-r0) 01:05:53 (29/33) Installing py3-progress (1.5-r0) 01:05:53 (30/33) Installing py3-toml (0.10.1-r0) 01:05:53 (31/33) Installing py3-retrying (1.3.3-r0) 01:05:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:05:53 (33/33) Installing py3-pip (20.1.1-r0) 01:05:53 Executing busybox-1.31.1-r19.trigger 01:05:53 OK: 71 MiB in 55 packages 01:05:53 ---> d31bb7e5dae5 01:05:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:05:57 ---> ad3d323e39c5 01:05:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:05:58 ---> 8fe3e50b3635 01:05:58 Step 19/23 : ENTRYPOINT ["/core-data"] 01:05:58 ---> Running in ec8b3ad3e70e 01:05:59 Removing intermediate container ec8b3ad3e70e 01:05:59 ---> 2ff30ad90242 01:05:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:05:59 ---> Running in c8a91955b1f9 01:06:00 Removing intermediate container c8a91955b1f9 01:06:00 ---> 1a4c639374e3 01:06:00 Step 21/23 : LABEL arch=arm64 01:06:00 Removing intermediate container 091f62c7aa49 01:06:00 ---> 359aa39ac0ee 01:06:00 Step 20/26 : RUN pip install docker-compose==1.23.2 01:06:01 ---> Running in bd5130be7e57 01:06:01 ---> Running in 821b2b34bf4c 01:06:02 Removing intermediate container bd5130be7e57 01:06:02 ---> ad9da9e92f4b 01:06:02 Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:06:03 ---> Running in 41d2dc048106 01:06:04 Removing intermediate container 41d2dc048106 01:06:04 ---> 622621198a02 01:06:04 Step 23/23 : LABEL version=0.0.0 01:06:04 ---> Running in 2cf66c70735c 01:06:04 Removing intermediate container 2cf66c70735c 01:06:04 ---> b5e7bba8d196 01:06:04 01:06:05 Successfully built b5e7bba8d196 01:06:05 Successfully tagged docker-core-data-go-arm64:latest 01:06:05  Building docker-core-data-go ... done Building docker-core-metadata-go 01:06:07 Collecting docker-compose==1.23.2 01:06:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:06:07 Collecting docopt<0.7,>=0.6.1 01:06:07 Downloading docopt-0.6.2.tar.gz (25 kB) 01:06:11 Collecting PyYAML<4,>=3.10 01:06:11 Downloading PyYAML-3.13.tar.gz (270 kB) 01:06:14 Collecting cached-property<2,>=1.2.0 01:06:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:06:15 Collecting dockerpty<0.5,>=0.4.1 01:06:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:06:17 Collecting texttable<0.10,>=0.9.0 01:06:17 Downloading texttable-0.9.1.tar.gz (11 kB) 01:06:20 Collecting docker<4.0,>=3.6.0 01:06:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:06:21 Collecting jsonschema<3,>=2.5.1 01:06:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:06:22 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:06:22 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:06:23 Collecting websocket-client<1.0,>=0.32.0 01:06:23 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 01:06:23 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:06:24 Collecting docker-pycreds>=0.4.0 01:06:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:06:24 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 01:06:25 Collecting urllib3<1.25,>=1.21.1 01:06:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:06:25 Collecting idna<2.8,>=2.5 01:06:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:06:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:06:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:06:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:06:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:06:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:06:27 Installing collected packages: docopt, PyYAML, cached-property, dockerpty, texttable, docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, docker-compose 01:06:27 Running setup.py install for docopt: started 01:06:29 Running setup.py install for docopt: finished with status 'done' 01:06:29 Running setup.py install for PyYAML: started 01:06:31 Running setup.py install for PyYAML: finished with status 'done' 01:06:31 Running setup.py install for dockerpty: started 01:06:33 Running setup.py install for dockerpty: finished with status 'done' 01:06:33 Running setup.py install for texttable: started 01:06:36 Running setup.py install for texttable: finished with status 'done' 01:06:36 Attempting uninstall: urllib3 01:06:36 Found existing installation: urllib3 1.25.9 01:06:36 Uninstalling urllib3-1.25.9: 01:06:36 Successfully uninstalled urllib3-1.25.9 01:06:37 Attempting uninstall: idna 01:06:37 Found existing installation: idna 2.9 01:06:37 Uninstalling idna-2.9: 01:06:37 Successfully uninstalled idna-2.9 01:06:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 01:06:37 ---> 13afd64a8145 01:06:37 Step 3/24 : WORKDIR /edgex-go 01:06:37 ---> Using cache 01:06:37 ---> 04c0f25d5dcb 01:06:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:37 ---> Using cache 01:06:37 ---> 42b9397e9150 01:06:37 Step 5/24 : RUN apk add --update --no-cache make git 01:06:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:06:38 ---> 13afd64a8145 01:06:38 Step 3/21 : WORKDIR /edgex-go 01:06:38 ---> Using cache 01:06:38 ---> 04c0f25d5dcb 01:06:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:38 ---> Using cache 01:06:38 ---> 42b9397e9150 01:06:38 Step 5/21 : RUN apk add --update --no-cache make git 01:06:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 01:06:38 ---> 13afd64a8145 01:06:38 Step 3/31 : WORKDIR /edgex-go 01:06:38 ---> Using cache 01:06:38 ---> 04c0f25d5dcb 01:06:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:38 ---> Using cache 01:06:38 ---> 42b9397e9150 01:06:38 Step 5/31 : RUN apk add --update --no-cache make git 01:06:39 Attempting uninstall: requests 01:06:39 Found existing installation: requests 2.23.0 01:06:39 Uninstalling requests-2.23.0: 01:06:39 Successfully uninstalled requests-2.23.0 01:06:42 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 01:06:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:06:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:06:43 ---> 13afd64a8145 01:06:43 Step 3/23 : WORKDIR /edgex-go 01:06:43 ---> Using cache 01:06:43 ---> 04c0f25d5dcb 01:06:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:06:43 ---> Using cache 01:06:43 ---> 42b9397e9150 01:06:43 Step 5/23 : RUN apk add --update --no-cache make git 01:06:45 ---> Running in cb9abd35a46e 01:06:45 ---> Running in 38fa525dd607 01:06:45 ---> Running in 93bfe8229293 01:06:45 ---> Running in 5d4deaf15f7c 01:06:46 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 01:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:49 OK: 217 MiB in 51 packages 01:06:49 OK: 217 MiB in 51 packages 01:06:49 OK: 217 MiB in 51 packages 01:06:49 OK: 217 MiB in 51 packages 01:06:49 Removing intermediate container 45223745d287 01:06:49 ---> 2e003410767c 01:06:49 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 01:06:49 Removing intermediate container 53aee2dff59d 01:06:49 ---> 984666371e9f 01:06:49 01:06:49 Step 10/31 : FROM alpine:3.12 01:06:49 3.12: Pulling from library/alpine 01:06:49 ---> Running in e13255bdb151 01:06:50 Removing intermediate container 38fa525dd607 01:06:50 ---> f4a285c38960 01:06:50 Step 6/21 : COPY go.mod . 01:06:51 Removing intermediate container 821b2b34bf4c 01:06:51 ---> 0f967871f6da 01:06:51 Step 21/26 : RUN apk --no-cache add curl 01:06:51 Removing intermediate container 93bfe8229293 01:06:51 ---> 162c232775ef 01:06:51 Step 6/23 : COPY go.mod . 01:06:51 ---> Running in 621ba38ac957 01:06:51 Removing intermediate container 5d4deaf15f7c 01:06:51 ---> 0266daa1a86d 01:06:51 Step 6/24 : COPY go.mod . 01:06:51 Removing intermediate container cb9abd35a46e 01:06:51 ---> 2e09aaea5445 01:06:51 Step 6/31 : COPY go.mod . 01:06:52 ---> c2421747a077 01:06:52 Step 7/21 : RUN go mod download 01:06:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 01:06:52 ---> Running in b7c8d5a210be 01:06: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 01:06:52 ---> f0d4fcda9836 01:06:52 Step 7/23 : RUN go mod download 01:06:52 ---> e94b36016edc 01:06:52 ---> e1e54eb65ae7 01:06:52 Step 7/31 : RUN go mod download 01:06:52 Step 7/24 : RUN go mod download 01:06:52 ---> Running in 6b3c76714d3d 01:06:53 Status: Downloaded newer image for alpine:3.12 01:06:53 ---> 88dd2752d2ea 01:06:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:06:53 ---> Running in 1a5df19227eb 01:06:53 ---> Running in ebb9b258b79e 01:06:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:06:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:06:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:06:54 (2/3) Installing libcurl (7.69.1-r3) 01:06:54 (3/3) Installing curl (7.69.1-r3) 01:06:54 Executing busybox-1.31.1-r19.trigger 01:06:54 OK: 71 MiB in 58 packages 01:06:56 Removing intermediate container 621ba38ac957 01:06:56 ---> 0b132b640932 01:06:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:06:56 Removing intermediate container b7c8d5a210be 01:06:56 ---> 143079d0db4a 01:06:56 Step 8/21 : COPY . . 01:06:56 ---> Running in 0a2099677408 01:06:57 Removing intermediate container 6b3c76714d3d 01:06:57 ---> d1dbc0315fd3 01:06:57 Step 8/23 : COPY . . 01:06:57 Removing intermediate container 0a2099677408 01:06:57 ---> 747e21e14413 01:06:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:06:57 Removing intermediate container ebb9b258b79e 01:06:57 ---> b96afb575b62 01:06:57 Step 8/24 : COPY . . 01:06:57 ---> Running in 0f8772a61877 01:06:58 Removing intermediate container 1a5df19227eb 01:06:58 ---> aef1ac597c0f 01:06:58 Step 8/31 : COPY . . 01:06:59 ---> Running in 4c263008365d 01:06:59 Removing intermediate container ed428c982426 01:06:59 ---> b8bc94d3557e 01:06:59 01:06:59 Step 10/22 : FROM alpine:3.12 01:06:59 ---> 88dd2752d2ea 01:06:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 01:06:59 Removing intermediate container 0f8772a61877 01:06:59 ---> 850b0ab6a202 01:06:59 Step 24/26 : LABEL arch=arm64 01:06:59 Removing intermediate container 4c263008365d 01:06:59 ---> 9d53cfaaa1f9 01:06:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:06:59 ---> Running in 8094cdaa9868 01:06:59 Removing intermediate container b0a388635d41 01:06:59 ---> fe36c04cc96c 01:06:59 01:06:59 Step 10/23 : FROM alpine:3.12 01:06:59 ---> 88dd2752d2ea 01:06:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:06:59 ---> Running in a6d42040ac3b 01:07:01 ---> Running in 5d06dc48ff82 01:07:02 ---> Running in e2853d6b0b6c 01:07:02 Removing intermediate container e13255bdb151 01:07:02 ---> af8af837bc60 01:07:02 01:07:02 Step 11/26 : FROM docker:20.10.0 01:07:02 20.10.0: Pulling from library/docker 01:07:02 Removing intermediate container 3043cbc6f8d9 01:07:02 ---> 88dfa5684247 01:07:02 01:07:02 Step 10/24 : FROM alpine:3.12 01:07:02 ---> 88dd2752d2ea 01:07:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:07:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:03 ---> Running in e7d6599ae17f 01:07:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:03 (1/2) Installing ca-certificates (20191127-r4) 01:07:03 (2/2) Installing dumb-init (1.2.2-r1) 01:07:03 Executing busybox-1.31.1-r19.trigger 01:07:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:03 Executing ca-certificates-20191127-r4.trigger 01:07:04 OK: 6 MiB in 16 packages 01:07:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:04 (1/2) Installing dumb-init (1.2.2-r1) 01:07:04 (2/2) Installing su-exec (0.2-r1) 01:07:04 Executing busybox-1.31.1-r19.trigger 01:07:04 OK: 6 MiB in 16 packages 01:07:04 (1/1) Installing dumb-init (1.2.2-r1) 01:07:04 Executing busybox-1.31.1-r19.trigger 01:07:04 OK: 6 MiB in 15 packages 01:07:04 Removing intermediate container e2853d6b0b6c 01:07:04 ---> 2e12df39e150 01:07:04 Step 25/26 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:07:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:05 ---> Running in 73b6325c5d9a 01:07:05 (1/5) Installing ca-certificates (20191127-r4) 01:07:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:07:05 (3/5) Installing libcurl (7.69.1-r3) 01:07:06 (4/5) Installing curl (7.69.1-r3) 01:07:06 (5/5) Installing dumb-init (1.2.2-r1) 01:07:06 Executing busybox-1.31.1-r19.trigger 01:07:06 Executing ca-certificates-20191127-r4.trigger 01:07:06 OK: 7 MiB in 19 packages 01:07:07 Removing intermediate container 8094cdaa9868 01:07:07 ---> ef45a2a634f8 01:07:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 01:07:07 Removing intermediate container a6d42040ac3b 01:07:07 ---> 7ace65add4ff 01:07:07 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:07:07 Removing intermediate container 73b6325c5d9a 01:07:07 ---> 758c1fe79188 01:07:07 Step 26/26 : LABEL version=0.0.0 01:07:07 ---> Running in 420c3e8f88c6 01:07:07 ---> Running in 33e8463182be 01:07:07 Removing intermediate container 5d06dc48ff82 01:07:07 ---> 7c59af659e1e 01:07:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:07:08 ---> Running in a063fcb03d20 01:07:08 ---> Running in 7cd749dc3b86 01:07:08 Removing intermediate container e7d6599ae17f 01:07:08 ---> 74ae0adfe95a 01:07:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:07:08 Removing intermediate container 420c3e8f88c6 01:07:08 ---> 5e4fd9701e50 01:07:08 Step 13/22 : ENV APP_PORT=48060 01:07:08 Removing intermediate container 33e8463182be 01:07:08 ---> 856beb6055ec 01:07:08 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:07:09 ---> Running in df6c43eafabd 01:07:09 Removing intermediate container a063fcb03d20 01:07:09 ---> 7e6bce4d4513 01:07:09 01:07:09 ---> Running in c79985b824c4 01:07:09 ---> Running in f8cb4fc38c34 01:07:09 Successfully built 7e6bce4d4513 01:07:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 01:07:10 Removing intermediate container 7cd749dc3b86 01:07:10 ---> 81686aff660b 01:07:10 Step 13/23 : ENV APP_PORT=48081 01:07:10 ---> Running in 9c7e07f1f932 01:07:10 Removing intermediate container c79985b824c4 01:07:10 ---> b19ba217dfa7 01:07:10 Step 14/22 : EXPOSE $APP_PORT 01:07:10 Removing intermediate container f8cb4fc38c34 01:07:10 ---> 8a3c803282f1 01:07:10 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:07:10 Removing intermediate container df6c43eafabd 01:07:10 ---> b462d861380d 01:07:10 Step 13/24 : WORKDIR / 01:07:10 ---> Running in 5882af3bd5c0 01:07:11 ---> Running in 9ab5e83a28b3 01:07:11 ---> Running in b4b1e2d7a8a6 01:07:11 Removing intermediate container 9c7e07f1f932 01:07:11 ---> cfbc15ec8ce1 01:07:11 Step 14/23 : EXPOSE $APP_PORT 01:07:12 ---> Running in 403d02ad18d2 01:07:12 Removing intermediate container 5882af3bd5c0 01:07:12 ---> 840ecdbb83d7 01:07:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:12 Removing intermediate container 9ab5e83a28b3 01:07:12 ---> 1d4bea57232a 01:07:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:07:12 Removing intermediate container 403d02ad18d2 01:07:12 ---> badfe5540cf3 01:07:12 Step 15/23 : WORKDIR / 01:07:13 ---> Running in abdd2a6df44d 01:07:13 ---> 03668e701c88 01:07:13 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 01:07:13 ---> 531225305f3b 01:07:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:07:13 Removing intermediate container abdd2a6df44d 01:07:13 ---> d4ac67f113b6 01:07:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:14 ---> 6c4709199d54 01:07:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:07:15 ---> 2dd2d05b080f 01:07:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:07:15 Removing intermediate container b4b1e2d7a8a6 01:07:15 ---> 2cfcad704cb8 01:07:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:07:15 ---> 970025ff6358 01:07:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 01:07:15 ---> Running in d77a8dc7f909 01:07:15 ---> 36f6a6dd4377 01:07:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:07:17 Removing intermediate container d77a8dc7f909 01:07:17 ---> 1c79a627eac0 01:07:17 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:07:17 ---> 901c610ee9bb 01:07:17 Step 18/22 : ENTRYPOINT ["/support-notifications"] 01:07:17 ---> 591ca8a41086 01:07:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:07:18 ---> Running in b8389c9d0220 01:07:18 ---> dd8c2409cba8 01:07:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:07:18  Building docker-sys-mgmt-agent-go ... done  ---> 30f7cffb86ba 01:07:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:07:18 ---> 4bce42a9e004 01:07:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 01:07:18 ---> b643277b8c4b 01:07:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 01:07:18 ---> dd1d25df4d4e 01:07:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 01:07:18 ---> Running in f43c6a8a7dff 01:07:18 ---> Running in ade8f6786562 01:07:18 ---> Running in 2fc437b45408 01:07:18 ---> Running in f25ba7cc55ee 01:07:18 ---> fc5cfc6e8923 01:07:18 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:07:18 Removing intermediate container b8389c9d0220 01:07:18 ---> cdc5a454edfa 01:07:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:18 ---> 7c5d278e16e7 01:07:18 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 01:07:18 ---> Running in 7f5716532371 01:07:19 ---> Running in e2b1a4abdc66 01:07:19 ---> Running in 35f513b1a067 01:07:19 ---> 190a22ee3bbc 01:07:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:07:19 Removing intermediate container 7f5716532371 01:07:19 ---> 59cb7b17986d 01:07:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:07:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 01:07:19 Status: Downloaded newer image for docker:20.10.0 01:07:19 ---> aefe523efa57 01:07:19 Step 12/26 : RUN apk add --no-cache bash 01:07:19 Removing intermediate container e2b1a4abdc66 01:07:19 ---> 872e696c7ae7 01:07:19 Step 20/22 : LABEL arch=x86_64 01:07:19 ---> Running in 2632cd759a2e 01:07:19 ---> Running in 4267aa3f1c71 01:07:19 ---> Running in 8a6608b90565 01:07:19 ---> 4d0f11f8b332 01:07:19 Step 20/24 : 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/ 01:07:20 Removing intermediate container 2632cd759a2e 01:07:20 ---> e902517d3eed 01:07:20 Step 21/23 : LABEL arch=x86_64 01:07:20 ---> Running in a43ef0115a46 01:07:20 Removing intermediate container 8a6608b90565 01:07:20 ---> 29356ef973ae 01:07:20 Step 21/22 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:07:20 ---> Running in ae72f7e13428 01:07:20 ---> Running in b6a6d8de6473 01:07:20 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 01:07:20 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 01:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:20 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 01:07:20 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 01:07:21 Removing intermediate container ae72f7e13428 01:07:21 ---> 353401a8ecfa 01:07:21 Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:07:21 (1/2) Installing readline (8.0.4-r0) 01:07:21 (2/2) Installing bash (5.0.17-r0) 01:07:21 Executing bash-5.0.17-r0.post-install 01:07:21 Executing busybox-1.31.1-r19.trigger 01:07:21 OK: 12 MiB in 22 packages 01:07:21 Removing intermediate container b6a6d8de6473 01:07:21 ---> 9e81cb05da69 01:07:21 Step 22/22 : LABEL version=0.0.0 01:07:21 ---> Running in b82f9bc55e9c 01:07:21 ---> Running in 6363dc38630d 01:07:22 Removing intermediate container 35f513b1a067 01:07:22 ---> 68cdbc49a04a 01:07:22 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:07:22 Removing intermediate container b82f9bc55e9c 01:07:22 ---> 8115d56e2991 01:07:22 Step 23/23 : LABEL version=0.0.0 01:07:22 ---> Running in 28477f4b08de 01:07:22 Removing intermediate container 6363dc38630d 01:07:22 ---> bc0363b5fc30 01:07:22 01:07:23 Removing intermediate container 4267aa3f1c71 01:07:23 ---> 76396104534e 01:07:23 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 01:07:23 Removing intermediate container 28477f4b08de 01:07:23 ---> 55c519dfc83f 01:07:23 01:07:23 ---> 21f6862aebd1 01:07:23 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:07:24 ---> Running in a52c2d05296c 01:07:24 Successfully built bc0363b5fc30 01:07:24 Successfully tagged docker-support-notifications-go:latest 01:07:24  Building docker-support-notifications-go ... done Building docker-core-command-go 01:07:25 Removing intermediate container a43ef0115a46 01:07:25 ---> 14cae63f8c89 01:07:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:07:25 Successfully built 55c519dfc83f 01:07:25 Successfully tagged docker-core-metadata-go:latest 01:07:25  Building docker-core-metadata-go ... done Building docker-core-data-go 01:07:25 ---> Running in 873bc9898462 01:07:25 Removing intermediate container a52c2d05296c 01:07:25 ---> d0852f92d146 01:07:25 Step 14/26 : ENV APP_PORT=48090 01:07:26 ---> Running in 8cbdfe852a47 01:07:26 ---> 857cec5305e5 01:07:26 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:07:27 Removing intermediate container 873bc9898462 01:07:27 ---> 2f56a3997514 01:07:27 Step 22/24 : LABEL arch=x86_64 01:07:27 Removing intermediate container 8cbdfe852a47 01:07:27 ---> 068e081f82bd 01:07:27 Step 15/26 : EXPOSE $APP_PORT 01:07:27 ---> Running in 567ff79d1419 01:07:28 ---> b1dd54d1f48d 01:07:28 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:07:28 ---> Running in 0e756acb655e 01:07:29 Removing intermediate container 567ff79d1419 01:07:29 ---> ce776672adb2 01:07:29 Step 23/24 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:07:32 Removing intermediate container 0e756acb655e 01:07:32 ---> 13249f99e853 01:07:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 01:07:32 ---> a5688b6b9eb6 01:07:32 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:07:32 ---> Running in 331b92ff4c98 01:07:33 Removing intermediate container 331b92ff4c98 01:07:33 ---> aff2bbcc1944 01:07:33 Step 24/24 : LABEL version=0.0.0 01:07:33 ---> 25a414953b9c 01:07:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:07:34 ---> Running in d5d2555e6a1c 01:07:34 ---> c6d9dc005343 01:07:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 01:07:34 ---> Running in 4425f2e226bf 01:07:34 Removing intermediate container d5d2555e6a1c 01:07:34 ---> 78de4491b41f 01:07:34 01:07:35 Successfully built 78de4491b41f 01:07:36 Successfully tagged docker-security-secretstore-setup-go:latest 01:07:36  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 01:07:37 ---> d6297b81c68a 01:07:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 01:07:37 Removing intermediate container 4425f2e226bf 01:07:37 ---> 3d455a709eb9 01:07:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:07:40 ---> 054a58534b46 01:07:40 Step 26/31 : RUN chmod +x /entrypoint.sh ---> 5bd010befdb3 01:07:40 01:07:40 Step 19/26 : RUN apk --no-cache add py3-pip 01:07:41 ---> Running in 3bdfa7da1214 01:07:41 ---> Running in c16a6671b016 01:07:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:07:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:07:45 (1/33) Installing libbz2 (1.0.8-r1) 01:07:45 (2/33) Installing expat (2.2.9-r1) 01:07:45 (3/33) Installing libffi (3.3-r2) 01:07:45 (4/33) Installing gdbm (1.13-r1) 01:07:45 (5/33) Installing xz-libs (5.2.5-r0) 01:07:45 (6/33) Installing sqlite-libs (3.32.1-r0) 01:07:45 (7/33) Installing python3 (3.8.5-r1) 01:07:50 (8/33) Installing py3-appdirs (1.4.4-r1) 01:07:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 01:07:50 (10/33) Installing py3-parsing (2.4.7-r0) 01:07:50 (11/33) Installing py3-six (1.15.0-r0) 01:07:50 Removing intermediate container c16a6671b016 01:07:50 ---> c8cbf4475ba7 01:07:50 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:07:50 (12/33) Installing py3-packaging (20.4-r0) 01:07:50 (13/33) Installing py3-setuptools (47.0.0-r0) 01:07:51 (14/33) Installing py3-chardet (3.0.4-r4) 01:07:51 ---> Running in db5b337493ab 01:07:51 (15/33) Installing py3-idna (2.9-r0) 01:07:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 01:07:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 01:07:51 (18/33) Installing py3-requests (2.23.0-r0) 01:07:51 (19/33) Installing py3-msgpack (1.0.0-r0) 01:07:52 (20/33) Installing py3-lockfile (0.12.2-r3) 01:07:52 (21/33) Installing py3-cachecontrol (0.12.6-r0) 01:07:52 (22/33) Installing py3-colorama (0.4.3-r0) 01:07:52 (23/33) Installing py3-distlib (0.3.0-r0) 01:07:52 (24/33) Installing py3-distro (1.5.0-r1) 01:07:52 (25/33) Installing py3-webencodings (0.5.1-r3) 01:07:53 (26/33) Installing py3-html5lib (1.0.1-r4) 01:07:53 (27/33) Installing py3-pytoml (0.1.21-r0) 01:07:53 Removing intermediate container db5b337493ab 01:07:53 ---> b8769b0e62cd 01:07:53 Step 28/31 : CMD ["gate"] 01:07:53 (28/33) Installing py3-pep517 (0.8.2-r0) 01:07:53 (29/33) Installing py3-progress (1.5-r0) 01:07:53 (30/33) Installing py3-toml (0.10.1-r0) 01:07:53 (31/33) Installing py3-retrying (1.3.3-r0) 01:07:53 (32/33) Installing py3-contextlib2 (0.6.0-r0) 01:07:53 (33/33) Installing py3-pip (20.1.1-r0) 01:07:54 Executing busybox-1.31.1-r19.trigger 01:07:54 ---> Running in 87b0a334f5fd 01:07:54 OK: 71 MiB in 55 packages 01:08:00 Removing intermediate container 87b0a334f5fd 01:08:00 ---> 02ace620d0ec 01:08:00 Step 29/31 : LABEL arch=x86_64 01:08:03 ---> Running in 5254b6d385bc 01:08:05 Removing intermediate container 5254b6d385bc 01:08:05 ---> ea9d5f22d374 01:08:05 Step 30/31 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:08:08 ---> Running in 1d388843c227 01:08:10 Removing intermediate container 1d388843c227 01:08:10 ---> e319fb36b3ab 01:08:10 Step 31/31 : LABEL version=0.0.0 01:08:12 ---> Running in bd9d84307683 01:08:13 Removing intermediate container bd9d84307683 01:08:13 ---> 3f59dc752e83 01:08:13 01:08:14 Successfully built 3f59dc752e83 01:08:14 Successfully tagged docker-security-bootstrapper-go:latest 01:08:14 Building docker-support-scheduler-go 01:08:28 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 01:08:29 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 01:08:35  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:08:35 ---> 6253305d10f7 01:08:35 Step 3/23 : WORKDIR /edgex-go 01:08:35 ---> Using cache 01:08:35 ---> 88f94beb37c0 01:08:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:35 ---> Using cache 01:08:35 ---> 39b5b94719d6 01:08:35 Step 5/23 : RUN apk add --update --no-cache make git 01:08:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 01:08:38 ---> 6253305d10f7 01:08:38 Step 3/23 : WORKDIR /edgex-go 01:08:38 ---> Using cache 01:08:38 ---> 88f94beb37c0 01:08:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:38 ---> Using cache 01:08:38 ---> 39b5b94719d6 01:08:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 01:08:39 ---> Running in c5e66bfc0502 01:08:39 ---> Running in d9b79694f074 01:08:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:08:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 01:08:40 ---> 6253305d10f7 01:08:40 Step 3/21 : WORKDIR /edgex-go 01:08:40 ---> Using cache 01:08:40 ---> 88f94beb37c0 01:08:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:08:40 ---> Using cache 01:08:40 ---> 39b5b94719d6 01:08:40 Step 5/21 : RUN apk add --update --no-cache make git 01:08:41 ---> Running in f31e43f16ae3 01:08:44 Removing intermediate container f25ba7cc55ee 01:08:44 ---> 04041e6e2b29 01:08:44 01:08:44 Step 10/24 : FROM alpine:3.12 01:08:44 ---> d10569e2745f 01:08:44 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 01:08:44 ---> Running in 9f3bf6f55220 01:08:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:08:45 Removing intermediate container f43c6a8a7dff 01:08:45 ---> 8fbeb0368d2b 01:08:45 01:08:45 Step 10/21 : FROM alpine:3.12 01:08:45 ---> d10569e2745f 01:08:45 Step 11/21 : RUN apk add --update --no-cache curl 01:08:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:45 Removing intermediate container 2fc437b45408 01:08:45 ---> 0ce42e673965 01:08:45 01:08:45 Step 10/31 : FROM alpine:3.12 01:08:45 ---> d10569e2745f 01:08:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 01:08:45 ---> Running in 2b1e673ae3ca 01:08:46 ---> Running in 9c6b56705f2a 01:08:46 (1/5) Installing ca-certificates (20191127-r4) 01:08:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 01:08:46 (3/5) Installing libcurl (7.69.1-r3) 01:08:46 (4/5) Installing curl (7.69.1-r3) 01:08:46 (5/5) Installing dumb-init (1.2.2-r1) 01:08:46 Executing busybox-1.31.1-r19.trigger 01:08:46 OK: 233 MiB in 51 packages 01:08:46 OK: 233 MiB in 51 packages 01:08:46 OK: 233 MiB in 51 packages 01:08:46 Executing ca-certificates-20191127-r4.trigger 01:08:47 OK: 7 MiB in 19 packages 01:08:47 Removing intermediate container 9c6b56705f2a 01:08:47 ---> 0d1efcc7d19d 01:08:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 01:08:47 ---> Running in bb73324131bc 01:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:48 (1/4) Installing ca-certificates (20191127-r4) 01:08:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:08:48 (3/4) Installing libcurl (7.69.1-r3) 01:08:48 (4/4) Installing curl (7.69.1-r3) 01:08:48 Executing busybox-1.31.1-r19.trigger 01:08:48 Executing ca-certificates-20191127-r4.trigger 01:08:48 OK: 7 MiB in 18 packages 01:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 01:08:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 01:08:49 Removing intermediate container 9f3bf6f55220 01:08:49 ---> 9023bde8d257 01:08:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:08:49 (1/2) Installing dumb-init (1.2.2-r1) 01:08:49 (2/2) Installing su-exec (0.2-r1) 01:08:49 Executing busybox-1.31.1-r19.trigger 01:08:49 OK: 5 MiB in 16 packages 01:08:49 ---> Running in d62b1c1e30e7 01:08:51 Removing intermediate container d62b1c1e30e7 01:08:51 ---> 237b16d2ab72 01:08:51 Step 13/24 : WORKDIR / 01:08:51 Removing intermediate container 2b1e673ae3ca 01:08:51 ---> 049e868bf2b6 01:08:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:08:51 ---> Running in 967049bbd10c 01:08:51 ---> Running in b81ddafa0980 01:08:51 Removing intermediate container bb73324131bc 01:08:51 ---> dc56664b8dfc 01:08:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 01:08:52 ---> Running in 6095932cc228 01:08:52 Removing intermediate container 967049bbd10c 01:08:52 ---> 3be17447965b 01:08:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 01:08:52 Removing intermediate container b81ddafa0980 01:08:52 ---> 91f5bea71f3d 01:08:52 Step 13/21 : WORKDIR /edgex 01:08:52 Removing intermediate container 6095932cc228 01:08:52 ---> b97a314c28c9 01:08:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 01:08:52 ---> Running in def66e809fd8 01:08:53 ---> Running in 5d30c6382b68 01:08:53 ---> 2e0ab750688c 01:08:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 01:08:53 Removing intermediate container def66e809fd8 01:08:53 ---> a7391eaeba1a 01:08:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:08:53 Removing intermediate container 5d30c6382b68 01:08:53 ---> d42c46d68fe9 01:08:53 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 01:08:54 ---> Running in af0c5868217b 01:08:55 Removing intermediate container d9b79694f074 01:08:55 ---> 978137140b03 01:08:55 Step 6/23 : COPY go.mod . 01:08:55 ---> ddc19f7618fc 01:08:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 01:08:55 ---> 9c9f170fb11a 01:08:55 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:08:55 Removing intermediate container f31e43f16ae3 01:08:55 ---> 647a6dcb3e27 01:08:55 Step 6/21 : COPY go.mod . 01:08:56 Removing intermediate container ade8f6786562 01:08:56 ---> a9b2e35f2d47 01:08:56 01:08:56 Step 10/23 : FROM alpine:3.12 01:08:56 ---> d10569e2745f 01:08:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:08:56 ---> Using cache 01:08:56 ---> d17bb706c921 01:08:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:08:56 ---> Using cache 01:08:56 ---> 33c8c33855ac 01:08:56 Step 13/23 : ENV APP_PORT=48081 01:08:56 Removing intermediate container c5e66bfc0502 01:08:56 ---> dd40361f7f9b 01:08:56 Step 6/23 : COPY go.mod . 01:08:56 ---> Running in d4b1c46e8670 01:08:56 ---> 3391e39dc91d 01:08:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 01:08:56 ---> 6f0b3c319189 01:08:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:08:57 Removing intermediate container d4b1c46e8670 01:08:57 ---> 84fa59d3b64d 01:08:57 Step 14/23 : EXPOSE $APP_PORT 01:08:57 Removing intermediate container af0c5868217b 01:08:57 ---> 4e5921fe2b72 01:08:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 01:08:57 ---> Running in da8e1eabed56 01:08:57 ---> Running in 6608687c4d99 01:08:58 ---> 51769a0f65e0 01:08:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 01:08:58 Removing intermediate container da8e1eabed56 01:08:58 ---> 1f28dd36213a 01:08:58 Step 15/23 : WORKDIR / 01:08:58 ---> 146e8825b48b 01:08:58 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:08:58 ---> Running in ff6e012ac2f9 01:08:58 Removing intermediate container 6608687c4d99 01:08:58 ---> baaa30c5cd22 01:08:58 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 01:08:58 ---> Running in 83a586064389 01:08:58 ---> 29ac642998be 01:08:58 Step 7/23 : RUN go mod download 01:08:58 ---> bdf3497eb1d5 01:08:58 Step 7/21 : RUN go mod download 01:08:58 ---> 87b6588f43e2 01:08:58 Step 7/23 : RUN go mod download 01:08:59 Removing intermediate container 83a586064389 01:08:59 ---> 289313059e4e 01:08:59 Step 18/21 : CMD ["--init=true"] 01:08:59 Removing intermediate container ff6e012ac2f9 01:08:59 ---> b01cfe75aec4 01:08:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:08:59 ---> Running in 6980e800db3a 01:08:59 ---> abe90430c6b4 01:08:59 ---> 19c7d0097680 01:08:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.shStep 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 01:08:59 01:08:59 ---> Running in 55b23a7bfe0c 01:09:00 Removing intermediate container 6980e800db3a 01:09:00 ---> 8091fc7c76b9 01:09:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 01:09:00 ---> 3835bcedafe3 01:09:00 Step 19/21 : LABEL arch=arm64 01:09:00 ---> Running in 6bd4534e16a0 01:09:00 ---> Running in 49c5ab9d8753 01:09:00 ---> Running in 7657d239e173 01:09:00 ---> Running in c98c8b357c17 01:09:00 ---> e3bd49b017fa 01:09:00 Step 20/24 : 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/ 01:09:00 ---> Running in c4ebe6ed0ecd 01:09:01 Removing intermediate container 6bd4534e16a0 01:09:01 ---> 91cb7cdb7f86 01:09:01 Step 20/21 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:09:01 ---> Running in 37c5775b5b4c 01:09:01 ---> c46a326be77d 01:09:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 01:09:02 Removing intermediate container 37c5775b5b4c 01:09:02 ---> 2cf0c764bfc2 01:09:02 Step 21/21 : LABEL version=0.0.0 01:09:02 ---> Running in dfb4d22c4c56 01:09:03 ---> 780fb8d7c8ea 01:09:03 Step 19/23 : ENTRYPOINT ["/core-metadata"] 01:09:03 ---> Running in ef9b23fdfc48 01:09:03 Removing intermediate container 55b23a7bfe0c 01:09:03 ---> 5ea76e3fa95d 01:09:03 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 01:09:03 Removing intermediate container dfb4d22c4c56 01:09:03 ---> 9b733008ee36 01:09:03 01:09:03 Removing intermediate container ef9b23fdfc48 01:09:03 ---> 0176695c55d1 01:09:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:09:03 Successfully built 9b733008ee36 01:09:03 Successfully tagged docker-security-proxy-setup-go-arm64:latest 01:09:04  Building docker-security-proxy-setup-go ... done  ---> Running in 3e25368c1b0b 01:09:04 Removing intermediate container c4ebe6ed0ecd 01:09:04 ---> f3f1e518f20a 01:09:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 01:09:04 ---> 974fc3ed523a 01:09:04 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 01:09:04 ---> Running in 7e683bdad49d 01:09:04 Removing intermediate container 3e25368c1b0b 01:09:04 ---> 6e6ba9c300b2 01:09:04 Step 21/23 : LABEL arch=arm64 01:09:05 ---> Running in bf56e5622306 01:09:05 Removing intermediate container 7e683bdad49d 01:09:05 ---> 16e01ca96018 01:09:05 Step 22/24 : LABEL arch=arm64 01:09:05 ---> Running in de8342e9c8a1 01:09:05 Removing intermediate container bf56e5622306 01:09:05 ---> b88153852c37 01:09:05 Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:09:05 ---> 32b4e5b3b8fd 01:09:05 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 01:09:05 ---> Running in a52404f98e9b 01:09:05 Removing intermediate container de8342e9c8a1 01:09:05 ---> 3bfc73cb7ca8 01:09:05 Step 23/24 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:09:06 ---> Running in 26babccd4a5b 01:09:06 Removing intermediate container a52404f98e9b 01:09:06 ---> 458ea99c9ec3 01:09:06 Step 23/23 : LABEL version=0.0.0 01:09:06 ---> Running in c0c7987f1044 01:09:06 ---> 0fe2a38713ba 01:09:06 Removing intermediate container 26babccd4a5b 01:09:06 ---> d8127a93ad86 01:09:06 Step 24/24 : LABEL version=0.0.0 01:09:06 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 01:09:07 ---> Running in a8d47a89ac22 01:09:07 Removing intermediate container c0c7987f1044 01:09:07 ---> 7f9557c456b4 01:09:07 01:09:07 Removing intermediate container a8d47a89ac22 01:09:07 ---> 7e70153ac989 01:09:07 01:09:07 Successfully built 7f9557c456b4 01:09:07 Successfully tagged docker-core-metadata-go-arm64:latest 01:09:07  Building docker-core-metadata-go ... done  ---> 99fa3548078f 01:09:07 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 01:09:08 Successfully built 7e70153ac989 01:09:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 01:09:08  Building docker-security-secretstore-setup-go ... done  ---> 8b55fc7bbfc9 01:09:08 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 01:09:09 ---> Running in 15c40f1e0269 01:09:09 Removing intermediate container 15c40f1e0269 01:09:09 ---> f03c67608fe8 01:09:09 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 01:09:10 ---> 65cb43a720f9 01:09:10 Step 26/31 : RUN chmod +x /entrypoint.sh 01:09:10 ---> Running in 6ecb82e333fc 01:09:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 01:09:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 01:09:11 ---> 6253305d10f7 01:09:11 Step 3/22 : WORKDIR /edgex-go 01:09:11 ---> Using cache 01:09:11 ---> 88f94beb37c0 01:09:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:09:11 ---> Using cache 01:09:11 ---> 39b5b94719d6 01:09:11 Step 5/22 : RUN apk add --update --no-cache make git 01:09:11 ---> Using cache 01:09:11 ---> dd40361f7f9b 01:09:11 Step 6/22 : COPY go.mod . 01:09:11 ---> Using cache 01:09:11 ---> 29ac642998be 01:09:11 Step 7/22 : RUN go mod download 01:09:11 ---> Running in c1f494f582b5 01:09:12 Removing intermediate container 49c5ab9d8753 01:09:12 ---> ed062882bdef 01:09:12 Step 8/23 : COPY . . 01:09:12 Removing intermediate container c98c8b357c17 01:09:12 ---> e74f8d63bb05 01:09:12 Step 8/21 : COPY . . 01:09:13 Removing intermediate container 6ecb82e333fc 01:09:13 ---> 2f8190085c0d 01:09:13 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 01:09:13 ---> Running in 92d58f599258 01:09:13 Removing intermediate container 92d58f599258 01:09:13 ---> a93e5db113e6 01:09:13 Step 28/31 : CMD ["gate"] 01:09:13 ---> Running in 3f4234ec3247 01:09:14 Removing intermediate container 3f4234ec3247 01:09:14 ---> f256e1eca7a8 01:09:14 Step 29/31 : LABEL arch=arm64 01:09:14 Removing intermediate container 3bdfa7da1214 01:09:14 ---> 0fd2ede01fc7 01:09:14 Step 20/26 : RUN pip install docker-compose==1.23.2 01:09:14 Removing intermediate container 7657d239e173 01:09:14 ---> 9446857bf88b 01:09:14 Step 8/23 : COPY . . 01:09:14 ---> Running in 907a8e73e6f9 01:09:14 ---> Running in aabc486108d0 01:09:15 Removing intermediate container 907a8e73e6f9 01:09:15 ---> 9b60454d4935 01:09:15 Step 30/31 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:09:15 ---> Running in 8c502384fc36 01:09:15 Removing intermediate container 8c502384fc36 01:09:15 ---> 296aed0faa2a 01:09:15 Step 31/31 : LABEL version=0.0.0 01:09:16 ---> Running in 1cc1c51ecf27 01:09:16 Removing intermediate container 1cc1c51ecf27 01:09:16 ---> e8fe4bb4e41a 01:09:16 01:09:16 Successfully built e8fe4bb4e41a 01:09:17 Successfully tagged docker-security-bootstrapper-go-arm64:latest 01:09:17  Building docker-security-bootstrapper-go ... done  [Pipeline] } 01:09:17 $ docker stop --time=1 2a115cc4bd08c1ea9124006da730b7c6e2792b7bb1f66e52f70164a1217f8cb3 01:09:19 $ docker rm -f 2a115cc4bd08c1ea9124006da730b7c6e2792b7bb1f66e52f70164a1217f8cb3 [Pipeline] // withDockerContainer [Pipeline] sh 01:09:20 + + grepdocker docker images 01:09:20 01:09:20 docker-security-bootstrapper-go-arm64 latest e8fe4bb4e41a 4 seconds ago 17.8MB 01:09:20 docker-core-metadata-go-arm64 latest 7f9557c456b4 13 seconds ago 17.9MB 01:09:20 docker-security-secretstore-setup-go-arm64 latest 7e70153ac989 13 seconds ago 23.7MB 01:09:20 docker-security-proxy-setup-go-arm64 latest 9b733008ee36 18 seconds ago 23.4MB 01:09:20 docker-sys-mgmt-agent-go-arm64 latest 7e6bce4d4513 2 minutes ago 300MB 01:09:20 docker-core-data-go-arm64 latest b5e7bba8d196 3 minutes ago 21.3MB 01:09:20 docker-support-notifications-go-arm64 latest 5a1e8fa18aa5 3 minutes ago 16.9MB 01:09:20 docker-support-scheduler-go-arm64 latest d79fe4249ffc 3 minutes ago 16.3MB 01:09:20 docker-core-command-go-arm64 latest 52adbcd39acd 3 minutes ago 16.2MB 01:09:20 docker 20.10.0 eeaf43b92773 3 months ago 228MB [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] libraryResource [Pipeline] sh 01:09:21 ---> job-cost.sh 01:09:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-aB7y 01:09:25 Removing intermediate container c1f494f582b5 01:09:25 ---> 765e8230564c 01:09:25 Step 8/22 : COPY . . 01:09:59 Collecting docker-compose==1.23.2 01:09:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 01:09:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 01:10:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 01:10:01 Collecting texttable<0.10,>=0.9.0 01:10:01 Downloading texttable-0.9.1.tar.gz (11 kB) 01:10:20 Collecting docker<4.0,>=3.6.0 01:10:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 01:10:22 Collecting cached-property<2,>=1.2.0 01:10:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 01:10:23 Collecting websocket-client<1.0,>=0.32.0 01:10:23 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 01:10:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 01:10:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 01:10:26 Collecting docopt<0.7,>=0.6.1 01:10:26 Downloading docopt-0.6.2.tar.gz (25 kB) 01:10:42 Collecting jsonschema<3,>=2.5.1 01:10:42 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 01:10:42 Collecting dockerpty<0.5,>=0.4.1 01:10:42 Downloading dockerpty-0.4.1.tar.gz (13 kB) 01:10:49 Collecting PyYAML<4,>=3.10 01:10:49 Downloading PyYAML-3.13.tar.gz (270 kB) 01:10:50 Collecting docker-pycreds>=0.4.0 01:10:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 01:10:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 01:10:52 Collecting idna<2.8,>=2.5 01:10:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 01:10:53 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 01:10:53 Collecting urllib3<1.25,>=1.21.1 01:10:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 01:10:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 01:10:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 01:10:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 01:10:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 01:10:53 ---> 5a4839f6a1c1 01:10:53 Step 9/23 : RUN make cmd/core-data/core-data 01:10:53 ---> 30c274960f73 01:10:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 01:10:53 Installing collected packages: texttable, docker-pycreds, websocket-client, idna, urllib3, requests, docker, cached-property, docopt, jsonschema, dockerpty, PyYAML, docker-compose 01:10:53 Running setup.py install for texttable: started 01:10:54 ---> Running in df9d9fa2d42b 01:10:54 ---> Running in 33dc85297bd0 01:10:55 ---> 38910486e1a3 01:10:55 Step 9/23 : RUN make cmd/core-command/core-command 01:10:55 ---> Running in f1ea63db8303 01:10:55 Running setup.py install for texttable: finished with status 'done' 01:10:56 Attempting uninstall: idna 01:10:56 Found existing installation: idna 2.9 01:10:56 Uninstalling idna-2.9: 01:10:57 Successfully uninstalled idna-2.9 01:10:59 Attempting uninstall: urllib3 01:10:59 Found existing installation: urllib3 1.25.9 01:10:59 Uninstalling urllib3-1.25.9: 01:10:59 ---> 0b9cd17abe8d 01:10:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 01:10:59 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 01:10:59 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 01:10:59 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 01:10:59 ---> Running in 279c85864ff6 01:10:59 Successfully uninstalled urllib3-1.25.9 01:11:01 Attempting uninstall: requests 01:11:01 Found existing installation: requests 2.23.0 01:11:01 Uninstalling requests-2.23.0: 01:11:01 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 01:11:02 Successfully uninstalled requests-2.23.0 01:11:03 Running setup.py install for docopt: started 01:11:03 Running setup.py install for docopt: finished with status 'done' 01:11:04 Running setup.py install for dockerpty: started 01:11:05 Running setup.py install for dockerpty: finished with status 'done' 01:11:05 Running setup.py install for PyYAML: started 01:11:06 Running setup.py install for PyYAML: finished with status 'done' 01:11:07 Successfully installed PyYAML-3.13 cached-property-1.5.2 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.58.0 01:11:20 Removing intermediate container aabc486108d0 01:11:20 ---> 1403b19898cd 01:11:20 Step 21/26 : RUN apk --no-cache add curl 01:11:20 ---> Running in e25b54f24b12 01:11:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:11:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:11:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 01:11:21 (2/3) Installing libcurl (7.69.1-r3) 01:11:21 (3/3) Installing curl (7.69.1-r3) 01:11:21 Executing busybox-1.31.1-r19.trigger 01:11:21 OK: 72 MiB in 58 packages 01:11:26 Removing intermediate container e25b54f24b12 01:11:26 ---> 458a811946c4 01:11:26 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 01:11:26 ---> Running in 772e1421e167 01:11:27 Removing intermediate container 772e1421e167 01:11:27 ---> af44adc70a0f 01:11:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:11:28 ---> Running in 0dcc59ff594e 01:11:28 Removing intermediate container 0dcc59ff594e 01:11:28 ---> 817b881593e6 01:11:28 Step 24/26 : LABEL arch=x86_64 01:11:28 ---> Running in 46effb5c15b0 01:11:30 Removing intermediate container 46effb5c15b0 01:11:30 ---> d5be165bd2d9 01:11:30 Step 25/26 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:11:30 ---> Running in 034e6a1db4ae 01:11:31 Removing intermediate container 034e6a1db4ae 01:11:31 ---> 822b88caed84 01:11:31 Step 26/26 : LABEL version=0.0.0 01:11:32 ---> Running in 9abbe0bcd080 01:11:33 Removing intermediate container 9abbe0bcd080 01:11:33 ---> 9b17eb187a44 01:11:33 01:11:34 Successfully built 9b17eb187a44 01:11:34 Successfully tagged docker-sys-mgmt-agent-go:latest 01:11:37 lf-activate-venv(): INFO: Adding /tmp/venv-aB7y/bin to PATH 01:11:37 INFO: No Stack... 01:11:37 INFO: Retrieving Pricing Info for: lf-standard-4 01:11:37 INFO: Archiving Costs [Pipeline] sh 01:11:37 + cat /w/workspace/edgex-go/9/archives/cost.csv 01:11:37 + cut -d, -f6 [Pipeline] lock 01:11:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-9-stack-cost] 01:11:38 Resource [jenkins-edgexfoundry-edgex-go-PR-3250-9-stack-cost] did not exist. Created. 01:11:38 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-9-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 01:11:38 + echo total: 0.20999999344348907 [Pipeline] stash 01:11:38 Stashed 1 file(s) [Pipeline] } 01:11:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-9-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:11:54  Building docker-sys-mgmt-agent-go ... done 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 01:12:08 Removing intermediate container f1ea63db8303 01:12:08 ---> 4c84621299d1 01:12:08 01:12:08 Step 10/23 : FROM alpine:3.12 01:12:08 ---> 88dd2752d2ea 01:12:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 01:12:08 ---> Using cache 01:12:08 ---> 7c59af659e1e 01:12:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:12:08 ---> Using cache 01:12:08 ---> 81686aff660b 01:12:08 Step 13/23 : ENV APP_PORT=48082 01:12:12 ---> Running in c59bc978b0d9 01:12:12 Removing intermediate container 33dc85297bd0 01:12:12 ---> 54471b602b8d 01:12:12 01:12:12 Step 10/21 : FROM alpine:3.12 01:12:12 ---> 88dd2752d2ea 01:12:12 Step 11/21 : RUN apk add --update --no-cache curl 01:12:12 Removing intermediate container 279c85864ff6 01:12:12 ---> fcabff4cdb7f 01:12:12 01:12:12 Step 10/22 : FROM alpine:3.12 01:12:12 ---> 88dd2752d2ea 01:12:12 Step 11/22 : RUN apk add --update --no-cache dumb-init 01:12:12 ---> Using cache 01:12:12 ---> 7c59af659e1e 01:12:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 01:12:12 ---> Using cache 01:12:12 ---> 81686aff660b 01:12:12 Step 13/22 : ENV APP_PORT=48085 01:12:12 ---> Running in 360703e7633e 01:12:12 ---> Running in 9625672eae65 01:12:12 Removing intermediate container c59bc978b0d9 01:12:12 ---> 0c6947539031 01:12:12 Step 14/23 : EXPOSE $APP_PORT 01:12:13 ---> Running in 1e56b1b45d03 01:12:14 Removing intermediate container 9625672eae65 01:12:14 ---> eb7f9a2a1250 01:12:14 Step 14/22 : EXPOSE $APP_PORT 01:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:12:15 (1/4) Installing ca-certificates (20191127-r4) 01:12:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 01:12:15 (3/4) Installing libcurl (7.69.1-r3) 01:12:15 (4/4) Installing curl (7.69.1-r3) 01:12:15 Executing busybox-1.31.1-r19.trigger 01:12:15 ---> Running in 928eb734c20b 01:12:15 Removing intermediate container 1e56b1b45d03 01:12:15 ---> 5272ae71264b 01:12:15 Step 15/23 : WORKDIR / 01:12:15 Executing ca-certificates-20191127-r4.trigger 01:12:15 OK: 7 MiB in 18 packages 01:12:15 Removing intermediate container df9d9fa2d42b 01:12:15 ---> 42a2660dd71b 01:12:15 01:12:15 Step 10/23 : FROM alpine:3.12 01:12:15 ---> 88dd2752d2ea 01:12:15 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 01:12:15 ---> Running in ccbd8fd39752 01:12:16 Removing intermediate container 928eb734c20b 01:12:16 ---> b33c3cb61ea4 01:12:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 01:12:16 ---> Running in ea6e5bbb886c 01:12:17 Removing intermediate container ccbd8fd39752 01:12:17 ---> e4180a22c671 01:12:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:12:17 Removing intermediate container ea6e5bbb886c 01:12:17 ---> f74844193404 01:12:17 Step 12/23 : ENV APP_PORT=48080 01:12:18 ---> 130f7ebe68ee 01:12:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 01:12:18 ---> Running in ef06d8cc74b8 01:12:18 ---> d0e360230553 01:12:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 01:12:18 Removing intermediate container 360703e7633e 01:12:18 ---> 255c16d9f9fa 01:12:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 01:12:19 ---> Running in 0eaff0d2916f 01:12:19 Removing intermediate container ef06d8cc74b8 01:12:19 ---> dd06c2a8dc61 01:12:19 Step 13/23 : EXPOSE $APP_PORT 01:12:20 ---> Running in d32e0ac0d9ef 01:12:20 ---> cf01de3da026 01:12:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 01:12:20 Removing intermediate container 0eaff0d2916f 01:12:20 ---> 0541b2aff2a1 01:12:20 Step 13/21 : WORKDIR /edgex 01:12:21 ---> 5de621575d77 01:12:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 01:12:21 ---> Running in 92fd754d6729 01:12:21 Removing intermediate container d32e0ac0d9ef 01:12:21 ---> bc1222d9f849 01:12:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 01:12:21 ---> Running in d08ba11c2a73 01:12:21 Removing intermediate container 92fd754d6729 01:12:21 ---> 73a81d821540 01:12:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 01:12:22 ---> 434359dbfaf4 01:12:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 01:12:22 ---> 778b2ba37b42 01:12:22 Step 19/23 : ENTRYPOINT ["/core-command"] 01:12:22 ---> Running in 6f07ec4252a2 01:12:22 ---> Running in 98fedbc12c94 01:12:23 ---> 5b3627114b4b 01:12:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 01:12:23 Removing intermediate container 6f07ec4252a2 01:12:23 ---> fce3fbf0c95c 01:12:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:12:23 Removing intermediate container 98fedbc12c94 01:12:23 ---> 1e8b2b932953 01:12:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:12:24 ---> Running in fced92cc58e9 01:12:24 ---> Running in fbe477c56883 01:12:24 ---> bfd673562342 01:12:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 01:12:25 Removing intermediate container fced92cc58e9 01:12:25 ---> 68b095e5c480 01:12:25 Step 20/22 : LABEL arch=x86_64 01:12:25 Removing intermediate container fbe477c56883 01:12:25 ---> cb73b52442e7 01:12:25 Step 21/23 : LABEL arch=x86_64 01:12:25 Removing intermediate container d08ba11c2a73 01:12:25 ---> 546bcbb09d68 01:12:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 01:12:25 ---> Running in 0317baa65f94 01:12:25 ---> Running in 57e2ad7f8b54 01:12:25 ---> Running in 60ab2d008c0f 01:12:25 ---> 7eace756e078 01:12:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 01:12:25 Removing intermediate container 0317baa65f94 01:12:25 ---> 367a6c15e3d5 01:12:25 Step 21/22 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:12:26 ---> Running in bbaa8f4624cb 01:12:26 ---> Running in 7262eabfc031 01:12:26 Removing intermediate container 57e2ad7f8b54 01:12:26 ---> 44347467a35d 01:12:26 Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:12:26 ---> Running in 6ce405d58965 01:12:27 Removing intermediate container 7262eabfc031 01:12:27 ---> 3fd463c89ff9 01:12:27 Step 18/21 : CMD ["--init=true"] 01:12:27 Removing intermediate container bbaa8f4624cb 01:12:27 ---> b89bd609aafd 01:12:27 Step 22/22 : LABEL version=0.0.0 01:12:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 01:12:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 01:12:29 ---> Running in 2a6fa077f27d 01:12:29 Removing intermediate container 6ce405d58965 01:12:29 ---> 4a958d35b16c 01:12:29 Step 23/23 : LABEL version=0.0.0 01:12:29 ---> Running in 5536b6a3bfe2 01:12:29 ---> Running in c3decff02f60 01:12:29 (1/6) Installing dumb-init (1.2.2-r1) 01:12:29 (2/6) Installing libgcc (9.3.0-r2) 01:12:29 (3/6) Installing libsodium (1.0.18-r0) 01:12:29 Removing intermediate container 2a6fa077f27d 01:12:29 ---> b8d020c14297 01:12:29 Step 19/21 : LABEL arch=x86_64 01:12:29 (4/6) Installing libstdc++ (9.3.0-r2) 01:12:29 Removing intermediate container 5536b6a3bfe2 01:12:29 ---> 95ab4166a1d3 01:12:29 01:12:29 ---> Running in 53bf0deabda1 01:12:29 (5/6) Installing libzmq (4.3.3-r0) 01:12:29 Removing intermediate container c3decff02f60 01:12:29 ---> c43dffd916d9 01:12:29 01:12:29 (6/6) Installing zeromq (4.3.3-r0) 01:12:29 Executing busybox-1.31.1-r19.trigger 01:12:29 OK: 8 MiB in 20 packages 01:12:30 Removing intermediate container 53bf0deabda1 01:12:30 ---> 806026b3000d 01:12:30 Step 20/21 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:12:30 Successfully built 95ab4166a1d3 01:12:30 Successfully tagged docker-support-scheduler-go:latest 01:12:31  Building docker-support-scheduler-go ... done  ---> Running in 3ea5f1daa421 01:12:31 Successfully built c43dffd916d9 01:12:31 Successfully tagged docker-core-command-go:latest 01:12:31  Building docker-core-command-go ... done Removing intermediate container 3ea5f1daa421 01:12:31 ---> 1a65c50a742a 01:12:31 Step 21/21 : LABEL version=0.0.0 01:12:31 Removing intermediate container 60ab2d008c0f 01:12:31 ---> 2f08f50e1b75 01:12:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 01:12:31 ---> Running in 2de6c02a9aaf 01:12:32 Removing intermediate container 2de6c02a9aaf 01:12:32 ---> d74971a3552a 01:12:32 01:12:32 ---> 392975d193d5 01:12:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 01:12:33 Successfully built d74971a3552a 01:12:33 Successfully tagged docker-security-proxy-setup-go:latest 01:12:35  Building docker-security-proxy-setup-go ... done  ---> 443820d58a8f 01:12:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 01:12:35 ---> 9bc390057a76 01:12:35 Step 19/23 : ENTRYPOINT ["/core-data"] 01:12:35 ---> Running in 1385e3ad9b29 01:12:36 Removing intermediate container 1385e3ad9b29 01:12:36 ---> 1f3d9f16ea78 01:12:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 01:12:36 ---> Running in b63cef61780b 01:12:36 Removing intermediate container b63cef61780b 01:12:36 ---> 53c68460b7de 01:12:36 Step 21/23 : LABEL arch=x86_64 01:12:36 ---> Running in 17ea59e1079b 01:12:37 Removing intermediate container 17ea59e1079b 01:12:37 ---> d17ff43934be 01:12:37 Step 22/23 : LABEL git_sha=2d5e29436a1f73a1ecaca90481e036c8924fcb77 01:12:37 ---> Running in 4aa331fd296e 01:12:38 Removing intermediate container 4aa331fd296e 01:12:38 ---> 7084127f5ea5 01:12:38 Step 23/23 : LABEL version=0.0.0 01:12:38 ---> Running in 3609db234856 01:12:38 Removing intermediate container 3609db234856 01:12:38 ---> f9240da0459d 01:12:38 01:12:38 Successfully built f9240da0459d 01:12:38 Successfully tagged docker-core-data-go:latest 01:12:39  Building docker-core-data-go ... done  [Pipeline] } 01:12:39 $ docker stop --time=1 e1cbb761e1ae883d396c7ec0384d2c25f72fc2d431cd53c5aefdbc8e099d0370 01:12:42 $ docker rm -f e1cbb761e1ae883d396c7ec0384d2c25f72fc2d431cd53c5aefdbc8e099d0370 [Pipeline] // withDockerContainer [Pipeline] sh 01:12:43 + grep docker 01:12:43 + docker images 01:12:45 docker-core-data-go latest f9240da0459d 6 seconds ago 22.6MB 01:12:45 docker-security-proxy-setup-go latest d74971a3552a 12 seconds ago 24.7MB 01:12:45 docker-core-command-go latest c43dffd916d9 15 seconds ago 17.2MB 01:12:45 docker-support-scheduler-go latest 95ab4166a1d3 15 seconds ago 17.3MB 01:12:45 docker-sys-mgmt-agent-go latest 9b17eb187a44 About a minute ago 313MB 01:12:45 docker-security-bootstrapper-go latest 3f59dc752e83 4 minutes ago 18.7MB 01:12:45 docker-security-secretstore-setup-go latest 78de4491b41f 5 minutes ago 24.9MB 01:12:45 docker-core-metadata-go latest 55c519dfc83f 5 minutes ago 19MB 01:12:45 docker-support-notifications-go latest bc0363b5fc30 5 minutes ago 17.8MB 01:12:45 docker 20.10.0 aefe523efa57 3 months ago 240MB [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 01:13:01 Still waiting to schedule task 01:13:01 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 01:13:55 Running on prd-ubuntu18.04-docker-8c-8g-29576 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 01:13:55 Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout 01:13:57 using credential edgex-jenkins-ssh 01:13:57 Cloning the remote Git repository 01:13:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 01:13:57 > git init /w/workspace/edgex-go/9 # timeout=10 01:13:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:13:57 > git --version # timeout=10 01:13:57 > git --version # 'git version 2.17.1' 01:13:57 using GIT_SSH to set credentials SSH Credentials for GitHub 01:13:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 01:14:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:14:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 01:14:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 01:14:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 01:14:08 using GIT_SSH to set credentials SSH Credentials for GitHub 01:14:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 01:14:09 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit cb274eb696b23b9eeebe76461c4c55adefd3bd1c 01:14:09 Merge succeeded, producing 2d07c3a299060274f07315237f1afc53b12d18ea 01:14:09 Checking out Revision 2d07c3a299060274f07315237f1afc53b12d18ea (PR-3250) 01:14:09 > git config core.sparsecheckout # timeout=10 01:14:09 > git checkout -f cb274eb696b23b9eeebe76461c4c55adefd3bd1c # timeout=10 01:14:09 > git remote # timeout=10 01:14:09 > git config --get remote.origin.url # timeout=10 01:14:09 using GIT_SSH to set credentials SSH Credentials for GitHub 01:14:09 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 01:14:09 > git rev-parse HEAD^{commit} # timeout=10 01:14:09 > git config core.sparsecheckout # timeout=10 01:14:09 > git checkout -f 2d07c3a299060274f07315237f1afc53b12d18ea # timeout=10 01:14:13 Commit message: "Merge commit '3a622268bb16cc6f060a937717ebd043e18486e3' into HEAD" 01:14:13 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 01:14:12 > git rev-list --no-walk 86662eadc446df500f05c9dad93b8dda1900f5dd # timeout=10 01:14:14 + echo snap-build.sh 01:14:14 snap-build.sh 01:14:14 + SNAP_BASE_DIR=. 01:14:14 + '[' '!' -z /w/workspace/edgex-go/9 ']' 01:14:14 + SNAP_BASE_DIR=/w/workspace/edgex-go/9 01:14:14 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' 01:14:14 [snap-build] Building snap in dir [/w/workspace/edgex-go/9] 01:14:14 + cd /w/workspace/edgex-go/9 01:14:14 + sudo apt-get remove -qy --purge lxd lxd-client 01:14:14 Reading package lists... 01:14:14 Building dependency tree... 01:14:14 Reading state information... 01:14:14 The following packages were automatically installed and are no longer required: 01:14:14 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 01:14:14 uidmap xdelta3 01:14:14 Use 'sudo apt autoremove' to remove them. 01:14:14 The following packages will be REMOVED: 01:14:14 lxd* lxd-client* 01:14:14 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 01:14:14 After this operation, 31.7 MB disk space will be freed. 01:14:15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 01:14:15 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 01:14:16 Removing lxd dnsmasq configuration 01:14:16 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 01:14:16 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 01:14:17 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 01:14:18 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 01:14:18 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 01:14:19 Processing triggers for systemd (237-3ubuntu10.42) ... 01:14:19 Processing triggers for ureadahead (0.100.0-21) ... 01:14:20 + sudo snap remove --purge lxd 01:14:20 snap "lxd" is not installed 01:14:20 + sudo groupadd --force --system lxd 01:14:20 ++ whoami 01:14:20 + sudo /usr/sbin/usermod -G lxd -a jenkins 01:14:20 + newgrp - lxd 01:14:20 + sudo snap install lxd 01:14:29 2021-03-12T01:14:27Z INFO Waiting for automatic snapd restart... 01:14:47 lxd 4.12 from Canonical* installed 01:14:47 + sudo lxd init --auto 01:14:55 + sudo snap install --classic snapcraft 01:15:03 snapcraft 4.5.4 from Canonical* installed 01:15:03 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:15:03 + patch --verbose -p1 01:15:03 Hmm... Looks like a unified diff to me... 01:15:03 The text leading up to this was: 01:15:03 -------------------------- 01:15:03 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 01:15:03 |From: Tony Espy 01:15:03 |Date: Tue, 9 Mar 2021 19:05:15 -0500 01:15:03 |Subject: [PATCH] optimize snap build for pipeline CI check 01:15:03 | 01:15:03 |This patch is used by the EdgeX CI pipeline builds to 01:15:03 |optimize the snap CI check run for pull requests. When 01:15:03 |applied, it essentially strips out everything (apps and 01:15:03 |parts) from the snapcraft.yaml file except those required 01:15:03 |to build edgex-go, as the whole idea of the CI check is to 01:15:03 |catch changes to edgex-go that break the snap build. 01:15:03 | 01:15:03 |In general, anyone updating snapcraft.yaml will also need 01:15:03 |to update this patch file, otherwise it may fail to apply, 01:15:03 |resulting in a failed snap build CI check in the associated 01:15:03 |pull request. 01:15:03 | 01:15:03 |Note - in addition to applying this patch, the pipeline also 01:15:03 |only primes the snap (e.g. `snapcraft prime`), as there's no 01:15:03 |need to build the finally binary .snap file (and it won't 01:15:03 |work with the patch applied). This further reduces the build 01:15:03 |time. 01:15:03 |--- 01:15:03 | snap/snapcraft.yaml | 452 +------------------------------------------- 01:15:03 | 1 file changed, 1 insertion(+), 451 deletions(-) 01:15:03 | 01:15:03 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:15:03 |index d8bc12bc..5a5f5fbb 100644 01:15:03 |--- a/snap/snapcraft.yaml 01:15:03 |+++ b/snap/snapcraft.yaml 01:15:03 -------------------------- 01:15:03 patching file snap/snapcraft.yaml 01:15:03 Using Plan A... 01:15:03 Hunk #1 succeeded at 73. 01:15:03 Hunk #2 succeeded at 205. 01:15:03 Hunk #3 succeeded at 217. 01:15:03 Hunk #4 succeeded at 225. 01:15:03 Hunk #5 succeeded at 232. 01:15:03 Hunk #6 succeeded at 259. 01:15:03 Hunk #7 succeeded at 271. 01:15:03 Hunk #8 succeeded at 327. 01:15:03 Hmm... Ignoring the trailing garbage. 01:15:03 done 01:15:03 + sudo snapcraft prime --use-lxd 01:15:04 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 01:15:04 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: 01:15:04 - README.md 01:15:04 01:15:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:15:05 Launching a container. 01:15:15 Waiting for container to be ready 01:15:15 To start your first instance, try: lxc launch ubuntu:18.04 01:15:15 01:15:18 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 01:15:19 Waiting for network to be ready... 01:15:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:15:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 01:15:19 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:15:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 01:15:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 01:15:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 01:15:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 01:15:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 01:15:20 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 01:15:20 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 01:15:20 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:15:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:15:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:15:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:15:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:15:20 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:15:20 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:15:20 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:15:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:15:21 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 01:15:21 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 01:15:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 01:15:21 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 01:15:21 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 01:15:21 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 01:15:21 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 01:15:21 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 01:15:24 Fetched 24.0 MB in 4s (6078 kB/s) 01:15:24 Reading package lists... 01:15:24 Reading package lists... 01:15:24 Building dependency tree... 01:15:24 Reading state information... 01:15:24 The following additional packages will be installed: 01:15:24 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:15:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:15:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:15:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 01:15:24 Suggested packages: 01:15:24 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 01:15:24 Recommended packages: 01:15:24 gnupg libsasl2-modules 01:15:24 The following NEW packages will be installed: 01:15:24 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 01:15:24 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 01:15:24 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 01:15:24 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 01:15:24 The following packages will be upgraded: 01:15:24 gpg gpg-agent gpgconf libudev1 01:15:25 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 01:15:25 Need to get 3530 kB of archives. 01:15:25 After this operation, 13.3 MB of additional disk space will be used. 01:15:25 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] 01:15:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 01:15:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 01:15:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 01:15:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 01:15:25 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 01:15:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 01:15:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 01:15:25 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 01:15:25 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 01:15:25 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 01:15:25 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 01:15:25 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 01:15:25 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 01:15:25 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 01:15:25 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 01:15:26 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 01:15:26 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 01:15:26 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 01:15:26 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 01:15:26 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 01:15:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 01:15:26 debconf: delaying package configuration, since apt-utils is not installed 01:15:26 Fetched 3530 kB in 1s (3116 kB/s) 01:15:26 (Reading database ... 12511 files and directories currently installed.) 01:15:26 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 01:15:26 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:15:26 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 01:15:26 Selecting previously unselected package udev. 01:15:26 (Reading database ... 12511 files and directories currently installed.) 01:15:26 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 01:15:26 Unpacking udev (237-3ubuntu10.44) ... 01:15:26 Selecting previously unselected package libfuse2:amd64. 01:15:26 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 01:15:26 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:15:26 Selecting previously unselected package fuse. 01:15:26 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 01:15:26 Unpacking fuse (2.9.7-1ubuntu1) ... 01:15:26 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 01:15:26 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:15:27 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 01:15:27 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:15:27 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 01:15:27 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:15:27 Selecting previously unselected package libksba8:amd64. 01:15:27 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 01:15:27 Unpacking libksba8:amd64 (1.3.5-2) ... 01:15:27 Selecting previously unselected package libroken18-heimdal:amd64. 01:15:27 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:27 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:27 Selecting previously unselected package libasn1-8-heimdal:amd64. 01:15:27 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:27 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:27 Selecting previously unselected package libheimbase1-heimdal:amd64. 01:15:27 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:27 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:28 Selecting previously unselected package libhcrypto4-heimdal:amd64. 01:15:28 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:28 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:28 Selecting previously unselected package libwind0-heimdal:amd64. 01:15:28 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:28 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:28 Selecting previously unselected package libhx509-5-heimdal:amd64. 01:15:28 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:28 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:28 Selecting previously unselected package libkrb5-26-heimdal:amd64. 01:15:28 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:28 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:28 Selecting previously unselected package libheimntlm0-heimdal:amd64. 01:15:28 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:28 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:28 Selecting previously unselected package libgssapi3-heimdal:amd64. 01:15:28 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 01:15:28 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:28 Selecting previously unselected package libsasl2-modules-db:amd64. 01:15:28 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:15:28 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:15:28 Selecting previously unselected package libsasl2-2:amd64. 01:15:28 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 01:15:28 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:15:28 Selecting previously unselected package libldap-common. 01:15:28 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 01:15:28 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 01:15:28 Selecting previously unselected package libldap-2.4-2:amd64. 01:15:28 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 01:15:29 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 01:15:29 Selecting previously unselected package dirmngr. 01:15:29 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 01:15:29 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 01:15:29 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 01:15:29 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 01:15:29 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 01:15:29 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:15:29 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 01:15:29 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 01:15:29 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:29 Setting up libksba8:amd64 (1.3.5-2) ... 01:15:29 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:15:29 Setting up udev (237-3ubuntu10.44) ... 01:15:29 invoke-rc.d: policy-rc.d denied execution of start. 01:15:30 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:30 Processing triggers for systemd (237-3ubuntu10) ... 01:15:30 Setting up fuse (2.9.7-1ubuntu1) ... 01:15:30 Setting up gpg (2.2.4-1ubuntu1.4) ... 01:15:30 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:30 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:30 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:30 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:30 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:30 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:30 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 01:15:30 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 01:15:30 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 01:15:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:15:30 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 01:15:30 settings in the [Install] section, and DefaultInstance for template units). 01:15:30 This means they are not meant to be enabled using systemctl. 01:15:30 Possible reasons for having this kind of units are: 01:15:30 1) A unit may be statically enabled by being symlinked from another unit's 01:15:30 .wants/ or .requires/ directory. 01:15:30 2) A unit's purpose may be to act as a helper for some other unit which has 01:15:30 a requirement dependency on it. 01:15:30 3) A unit may be started when needed via activation (socket, path, timer, 01:15:30 D-Bus, udev, scripted systemctl call, ...). 01:15:30 4) In case of template units, the unit is meant to be enabled with some 01:15:30 instance name specified. 01:15:31 Reading package lists... 01:15:31 Building dependency tree... 01:15:31 Reading state information... 01:15:31 The following additional packages will be installed: 01:15:31 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 01:15:31 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 01:15:31 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 01:15:31 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 01:15:31 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 01:15:31 Suggested packages: 01:15:31 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 01:15:31 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 01:15:31 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 01:15:31 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 01:15:31 systemd-container policykit-1 01:15:31 Recommended packages: 01:15:31 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 01:15:31 The following NEW packages will be installed: 01:15:31 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 01:15:31 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 01:15:31 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 01:15:31 multiarch-support openssh-client python3 python3-minimal python3.6 01:15:31 python3.6-minimal snapd squashfs-tools sudo 01:15:31 The following packages will be upgraded: 01:15:31 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 01:15:31 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 01:15:31 Need to get 35.2 MB of archives. 01:15:31 After this operation, 141 MB of additional disk space will be used. 01:15:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 01:15:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 01:15:31 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 01:15:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 01:15:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 01:15:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 01:15:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 01:15:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 01:15:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 01:15:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 01:15:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 01:15:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 01:15:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 01:15:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 01:15:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 01:15:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 01:15:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 01:15:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 01:15:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 01:15:32 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 01:15:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 01:15:32 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 01:15:32 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 01:15:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 01:15:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 01:15:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 01:15:32 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 01:15:32 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 01:15:32 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 01:15:32 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 01:15:32 debconf: delaying package configuration, since apt-utils is not installed 01:15:33 Fetched 35.2 MB in 1s (24.1 MB/s) 01:15:33 (Reading database ... 12757 files and directories currently installed.) 01:15:33 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 01:15:33 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:15:33 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 01:15:33 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:15:34 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 01:15:34 (Reading database ... 12757 files and directories currently installed.) 01:15:34 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 01:15:34 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 01:15:34 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 01:15:34 (Reading database ... 12757 files and directories currently installed.) 01:15:34 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 01:15:34 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 01:15:34 Setting up apt (1.6.12ubuntu0.2) ... 01:15:34 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 01:15:35 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 01:15:35 (Reading database ... 12764 files and directories currently installed.) 01:15:35 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 01:15:35 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 01:15:35 Selecting previously unselected package libpython3.6-minimal:amd64. 01:15:35 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:15:35 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:15:35 Selecting previously unselected package libexpat1:amd64. 01:15:35 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 01:15:35 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:15:35 Selecting previously unselected package python3.6-minimal. 01:15:35 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:15:35 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 01:15:36 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 01:15:36 Checking for services that may need to be restarted...done. 01:15:36 Checking for services that may need to be restarted...done. 01:15:36 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:15:36 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 01:15:36 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 01:15:36 Selecting previously unselected package python3-minimal. 01:15:36 (Reading database ... 13012 files and directories currently installed.) 01:15:36 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 01:15:36 Unpacking python3-minimal (3.6.7-1~18.04) ... 01:15:36 Selecting previously unselected package mime-support. 01:15:36 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 01:15:36 Unpacking mime-support (3.60ubuntu1) ... 01:15:36 Selecting previously unselected package libmpdec2:amd64. 01:15:36 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 01:15:36 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:15:37 Selecting previously unselected package libpython3.6-stdlib:amd64. 01:15:37 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:15:37 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:15:37 Selecting previously unselected package python3.6. 01:15:37 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 01:15:37 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 01:15:37 Selecting previously unselected package libpython3-stdlib:amd64. 01:15:37 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 01:15:37 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:15:37 Setting up python3-minimal (3.6.7-1~18.04) ... 01:15:37 Selecting previously unselected package python3. 01:15:37 (Reading database ... 13442 files and directories currently installed.) 01:15:37 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 01:15:37 Unpacking python3 (3.6.7-1~18.04) ... 01:15:37 Selecting previously unselected package multiarch-support. 01:15:37 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 01:15:37 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 01:15:37 Setting up multiarch-support (2.27-3ubuntu1.4) ... 01:15:37 Selecting previously unselected package liblzo2-2:amd64. 01:15:37 (Reading database ... 13479 files and directories currently installed.) 01:15:37 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 01:15:38 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 01:15:38 Selecting previously unselected package libbsd0:amd64. 01:15:38 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 01:15:38 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:15:38 Selecting previously unselected package sudo. 01:15:38 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 01:15:38 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 01:15:38 Selecting previously unselected package apparmor. 01:15:38 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 01:15:38 Unpacking apparmor (2.12-4ubuntu5.1) ... 01:15:38 Selecting previously unselected package libedit2:amd64. 01:15:38 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 01:15:38 Unpacking libedit2:amd64 (3.1-20170329-1) ... 01:15:38 Selecting previously unselected package libkrb5support0:amd64. 01:15:38 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 01:15:38 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:15:39 Selecting previously unselected package libk5crypto3:amd64. 01:15:39 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 01:15:39 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:15:39 Selecting previously unselected package libkeyutils1:amd64. 01:15:39 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 01:15:39 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:15:39 Selecting previously unselected package libkrb5-3:amd64. 01:15:39 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 01:15:39 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:15:39 Selecting previously unselected package libgssapi-krb5-2:amd64. 01:15:39 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 01:15:39 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:15:39 Selecting previously unselected package libssl1.0.0:amd64. 01:15:39 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 01:15:39 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 01:15:40 Selecting previously unselected package openssh-client. 01:15:40 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 01:15:40 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 01:15:40 Selecting previously unselected package squashfs-tools. 01:15:40 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 01:15:40 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:15:40 Selecting previously unselected package snapd. 01:15:40 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 01:15:40 Unpacking snapd (2.48.3+18.04) ... 01:15:42 Setting up libedit2:amd64 (3.1-20170329-1) ... 01:15:42 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 01:15:42 Setting up mime-support (3.60ubuntu1) ... 01:15:42 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 01:15:42 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 01:15:42 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 01:15:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:15:42 Setting up systemd (237-3ubuntu10.44) ... 01:15:42 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 01:15:43 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 01:15:43 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 01:15:43 Setting up liblzo2-2:amd64 (2.08-1.2) ... 01:15:43 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 01:15:43 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 01:15:43 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 01:15:43 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 01:15:43 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 01:15:43 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 01:15:44 Setting up python3 (3.6.7-1~18.04) ... 01:15:44 running python rtupdate hooks for python3.6... 01:15:44 running python post-rtupdate hooks for python3.6... 01:15:44 Setting up apparmor (2.12-4ubuntu5.1) ... 01:15:46 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 01:15:47 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 01:15:47 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 01:15:47 Setting up snapd (2.48.3+18.04) ... 01:15:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 01:15:47 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 01:15:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 01:15:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 01:15:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:15:48 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 01:15:48 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 01:15:48 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 01:15:48 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 01:15:49 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 01:15:49 /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' 01:15:49 Processing triggers for libc-bin (2.27-3ubuntu1) ... 01:15:49 Processing triggers for systemd (237-3ubuntu10.44) ... 01:15:50 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:15:50 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:15:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:15:51 Reading package lists... 01:15:51 Reading package lists... 01:15:51 Building dependency tree... 01:15:51 Reading state information... 01:15:51 Calculating upgrade... 01:15:52 The following packages will be upgraded: 01:15:52 advancecomp base-files bash binutils binutils-common 01:15:52 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 01:15:52 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 01:15:52 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 01:15:52 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 01:15:52 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 01:15:52 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 01:15:52 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 01:15:52 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 01:15:52 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 01:15:52 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 01:15:52 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 01:15:52 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 01:15:52 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 01:15:52 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 01:15:52 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 01:15:52 Need to get 63.8 MB of archives. 01:15:52 After this operation, 5202 kB of additional disk space will be used. 01:15:52 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 01:15:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 01:15:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 01:15:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 01:15:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 01:15:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 01:15:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 01:15:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 01:15:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 01:15:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 01:15:52 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 01:15:52 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 01:15:52 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 01:15:52 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 01:15:52 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 01:15:52 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 01:15:52 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 01:15:52 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 01:15:52 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 01:15:52 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 01:15:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 01:15:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 01:15:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 01:15:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 01:15:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 01:15:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 01:15:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 01:15:52 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 01:15:52 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 01:15:53 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 01:15:53 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 01:15:53 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 01:15:53 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 01:15:53 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 01:15:53 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 01:15:53 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 01:15:53 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 01:15:53 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 01:15:53 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 01:15:53 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 01:15:53 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 01:15:53 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 01:15:53 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 01:15:53 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 01:15:53 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 01:15:53 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 01:15:53 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 01:15:53 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 01:15:53 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 01:15:53 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 01:15:53 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 01:15:53 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 01:15:53 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 01:15:53 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 01:15:53 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 01:15:53 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 01:15:53 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 01:15:53 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 01:15:53 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 01:15:53 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 01:15:53 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 01:15:53 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 01:15:53 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 01:15:53 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 01:15:53 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 01:15:53 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 01:15:53 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 01:15:53 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 01:15:53 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 01:15:53 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 01:15:53 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 01:15:53 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 01:15:53 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 01:15:53 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 01:15:53 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 01:15:53 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 01:15:53 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 01:15:53 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 01:15:53 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 01:15:53 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 01:15:53 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 01:15:53 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 01:15:53 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 01:15:53 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 01:15:53 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 01:15:53 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 01:15:53 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 01:15:53 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 01:15:53 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 01:15:53 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 01:15:54 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 01:15:54 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 01:15:54 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 01:15:54 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 01:15:55 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 01:15:55 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 01:15:55 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 01:15:55 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 01:15:55 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 01:15:55 debconf: delaying package configuration, since apt-utils is not installed 01:15:55 Fetched 63.8 MB in 3s (19.9 MB/s) 01:15:55 (Reading database ... 13912 files and directories currently installed.) 01:15:55 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 01:15:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:15:55 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 01:15:55 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:15:56 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 01:15:56 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 01:15:57 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:57 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:57 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:57 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:57 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:57 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:57 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:57 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:57 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:57 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:57 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 01:15:58 (Reading database ... 13911 files and directories currently installed.) 01:15:58 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:58 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 01:15:58 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 01:15:58 (Reading database ... 13911 files and directories currently installed.) 01:15:58 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:58 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:58 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:58 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:58 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 01:15:58 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 01:15:59 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 01:15:59 (Reading database ... 13911 files and directories currently installed.) 01:15:59 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 01:15:59 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:15:59 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 01:15:59 (Reading database ... 13911 files and directories currently installed.) 01:15:59 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 01:15:59 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 01:16:00 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 01:16:00 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 01:16:00 Setting up base-files (10.1ubuntu2.10) ... 01:16:00 Installing new version of config file /etc/issue ... 01:16:00 Installing new version of config file /etc/issue.net ... 01:16:00 Installing new version of config file /etc/lsb-release ... 01:16:00 Installing new version of config file /etc/update-motd.d/50-motd-news ... 01:16:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 01:16:00 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 01:16:00 Removing obsolete conffile /etc/default/motd-news ... 01:16:00 (Reading database ... 13912 files and directories currently installed.) 01:16:00 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 01:16:00 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 01:16:00 Setting up bash (4.4.18-2ubuntu1.2) ... 01:16:01 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 01:16:01 (Reading database ... 13912 files and directories currently installed.) 01:16:01 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:01 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 01:16:01 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 01:16:01 (Reading database ... 13912 files and directories currently installed.) 01:16:01 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 01:16:01 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 01:16:01 Setting up tar (1.29b-2ubuntu0.2) ... 01:16:01 (Reading database ... 13912 files and directories currently installed.) 01:16:01 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 01:16:01 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:16:01 Setting up dpkg (1.19.0.5ubuntu2.3) ... 01:16:02 (Reading database ... 13912 files and directories currently installed.) 01:16:02 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 01:16:02 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:16:02 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 01:16:02 (Reading database ... 13912 files and directories currently installed.) 01:16:02 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 01:16:02 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:16:02 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 01:16:02 (Reading database ... 13912 files and directories currently installed.) 01:16:02 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 01:16:02 Unpacking grep (3.1-2build1) over (3.1-2) ... 01:16:02 Setting up grep (3.1-2build1) ... 01:16:02 (Reading database ... 13912 files and directories currently installed.) 01:16:02 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 01:16:02 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:16:02 Setting up login (1:4.5-1ubuntu2) ... 01:16:03 (Reading database ... 13912 files and directories currently installed.) 01:16:03 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 01:16:03 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:16:03 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 01:16:03 (Reading database ... 13912 files and directories currently installed.) 01:16:03 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 01:16:03 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:16:04 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 01:16:04 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:16:04 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 01:16:04 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:16:04 Setting up perl-base (5.26.1-6ubuntu0.5) ... 01:16:04 (Reading database ... 13912 files and directories currently installed.) 01:16:04 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 01:16:04 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 01:16:05 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:16:05 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:16:06 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 01:16:06 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 01:16:06 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 01:16:06 (Reading database ... 13912 files and directories currently installed.) 01:16:06 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 01:16:06 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 01:16:06 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 01:16:06 (Reading database ... 13912 files and directories currently installed.) 01:16:06 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:06 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:16:06 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:16:06 (Reading database ... 13912 files and directories currently installed.) 01:16:06 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:06 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:16:06 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:16:07 (Reading database ... 13912 files and directories currently installed.) 01:16:07 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:07 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:16:07 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:16:07 (Reading database ... 13912 files and directories currently installed.) 01:16:07 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:07 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:16:07 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:16:07 (Reading database ... 13912 files and directories currently installed.) 01:16:07 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 01:16:07 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:16:07 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 01:16:07 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:16:07 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 01:16:08 (Reading database ... 13912 files and directories currently installed.) 01:16:08 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 01:16:08 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:16:08 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 01:16:08 (Reading database ... 13912 files and directories currently installed.) 01:16:08 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:08 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:16:08 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 01:16:08 (Reading database ... 13912 files and directories currently installed.) 01:16:08 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:08 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:16:08 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 01:16:08 (Reading database ... 13912 files and directories currently installed.) 01:16:08 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:08 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:16:09 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 01:16:09 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 01:16:09 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 01:16:10 (Reading database ... 13912 files and directories currently installed.) 01:16:10 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 01:16:10 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 01:16:10 Setting up libc-bin (2.27-3ubuntu1.4) ... 01:16:10 (Reading database ... 13912 files and directories currently installed.) 01:16:10 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 01:16:10 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 01:16:10 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 01:16:10 (Reading database ... 13914 files and directories currently installed.) 01:16:10 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 01:16:10 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 01:16:10 Setting up debconf (1.5.66ubuntu1) ... 01:16:11 (Reading database ... 13914 files and directories currently installed.) 01:16:11 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 01:16:11 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:16:11 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 01:16:11 (Reading database ... 13914 files and directories currently installed.) 01:16:11 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 01:16:11 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 01:16:11 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 01:16:11 (Reading database ... 13914 files and directories currently installed.) 01:16:11 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:16:11 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:16:11 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:16:12 (Reading database ... 13914 files and directories currently installed.) 01:16:12 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:16:12 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:16:12 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 01:16:12 (Reading database ... 13914 files and directories currently installed.) 01:16:12 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 01:16:12 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:16:12 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 01:16:12 (Reading database ... 13914 files and directories currently installed.) 01:16:12 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 01:16:12 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 01:16:12 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 01:16:13 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 01:16:13 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 01:16:13 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:16:13 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 01:16:13 (Reading database ... 13914 files and directories currently installed.) 01:16:13 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 01:16:13 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 01:16:13 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 01:16:13 (Reading database ... 13914 files and directories currently installed.) 01:16:13 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 01:16:13 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 01:16:14 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 01:16:14 (Reading database ... 13914 files and directories currently installed.) 01:16:14 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 01:16:14 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 01:16:14 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 01:16:14 (Reading database ... 13914 files and directories currently installed.) 01:16:14 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 01:16:14 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 01:16:14 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 01:16:14 (Reading database ... 13914 files and directories currently installed.) 01:16:14 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 01:16:14 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 01:16:15 Setting up passwd (1:4.5-1ubuntu2) ... 01:16:15 (Reading database ... 13914 files and directories currently installed.) 01:16:15 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 01:16:15 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 01:16:15 Setting up gpgv (2.2.4-1ubuntu1.4) ... 01:16:15 (Reading database ... 13914 files and directories currently installed.) 01:16:15 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 01:16:15 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 01:16:15 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 01:16:15 (Reading database ... 13914 files and directories currently installed.) 01:16:15 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 01:16:15 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 01:16:15 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 01:16:16 (Reading database ... 13914 files and directories currently installed.) 01:16:16 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 01:16:16 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 01:16:16 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 01:16:16 (Reading database ... 13914 files and directories currently installed.) 01:16:16 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 01:16:16 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 01:16:16 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 01:16:16 (Reading database ... 13914 files and directories currently installed.) 01:16:16 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 01:16:16 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 01:16:16 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 01:16:16 (Reading database ... 13914 files and directories currently installed.) 01:16:16 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 01:16:16 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 01:16:16 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 01:16:17 (Reading database ... 13915 files and directories currently installed.) 01:16:17 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:16:17 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:16:17 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 01:16:17 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 01:16:18 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 01:16:18 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 01:16:18 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 01:16:18 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 01:16:18 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 01:16:18 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 01:16:18 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 01:16:18 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 01:16:18 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 01:16:18 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 01:16:18 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 01:16:18 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 01:16:19 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 01:16:19 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 01:16:19 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 01:16:19 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 01:16:19 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 01:16:19 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 01:16:19 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 01:16:19 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 01:16:20 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 01:16:20 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 01:16:20 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 01:16:20 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 01:16:20 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:16:20 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:16:21 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:16:21 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:16:21 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:16:21 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:16:21 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 01:16:21 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 01:16:21 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:21 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:21 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:21 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:21 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:21 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:21 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:21 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:22 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:22 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:23 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:23 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:24 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:24 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:24 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:24 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:25 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 01:16:25 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 01:16:25 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:16:25 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:16:25 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 01:16:25 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:16:26 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 01:16:26 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 01:16:26 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 01:16:26 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 01:16:26 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:16:26 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:16:26 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 01:16:26 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 01:16:26 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 01:16:26 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 01:16:26 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:16:26 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 01:16:26 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:16:26 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:16:26 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:16:26 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 01:16:26 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 01:16:26 Setting up tzdata (2021a-0ubuntu0.18.04) ... 01:16:26 01:16:26 Current default time zone: 'Etc/UTC' 01:16:27 Local time is now: Fri Mar 12 01:16:26 UTC 2021. 01:16:27 Universal Time is now: Fri Mar 12 01:16:26 UTC 2021. 01:16:27 Run 'dpkg-reconfigure tzdata' if you wish to change it. 01:16:27 01:16:27 Setting up systemd-sysv (237-3ubuntu10.44) ... 01:16:27 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:16:27 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 01:16:27 Setting up mount (2.31.1-0.4ubuntu3.7) ... 01:16:27 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 01:16:27 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 01:16:27 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 01:16:27 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 01:16:27 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 01:16:27 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 01:16:27 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 01:16:27 Setting up procps (2:3.3.12-3ubuntu1.2) ... 01:16:27 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 01:16:27 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 01:16:27 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 01:16:28 Setting up patch (2.7.6-2ubuntu1.1) ... 01:16:28 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 01:16:28 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 01:16:28 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 01:16:28 Installing new version of config file /etc/ssl/openssl.cnf ... 01:16:28 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 01:16:28 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 01:16:28 Setting up ca-certificates (20210119~18.04.1) ... 01:16:29 Updating certificates in /etc/ssl/certs... 01:16:30 23 added, 27 removed; done. 01:16:30 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 01:16:30 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 01:16:30 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 01:16:30 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 01:16:30 Setting up pkgbinarymangler (138.18.04.1) ... 01:16:30 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 01:16:30 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 01:16:31 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 01:16:31 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 01:16:31 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:16:31 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 01:16:31 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 01:16:31 Setting up perl (5.26.1-6ubuntu0.5) ... 01:16:31 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 01:16:31 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 01:16:31 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 01:16:31 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 01:16:31 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 01:16:31 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 01:16:31 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 01:16:31 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 01:16:31 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 01:16:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:16:31 Processing triggers for systemd (237-3ubuntu10.44) ... 01:16:31 Processing triggers for mime-support (3.60ubuntu1) ... 01:16:31 Processing triggers for ca-certificates (20210119~18.04.1) ... 01:16:31 Updating certificates in /etc/ssl/certs... 01:16:32 0 added, 0 removed; done. 01:16:32 Running hooks in /etc/ca-certificates/update.d... 01:16:32 done. 01:16:32 Reading package lists... 01:16:33 Building dependency tree... 01:16:33 Reading state information... 01:16:33 The following NEW packages will be installed: 01:16:33 apt-transport-https 01:16:33 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 01:16:33 Need to get 1696 B of archives. 01:16:33 After this operation, 153 kB of additional disk space will be used. 01:16:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 01:16:33 debconf: delaying package configuration, since apt-utils is not installed 01:16:33 Fetched 1696 B in 0s (8450 B/s) 01:16:33 Selecting previously unselected package apt-transport-https. 01:16:33 (Reading database ... 13920 files and directories currently installed.) 01:16:33 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 01:16:33 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 01:16:33 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 01:16:33 Waiting for network to be ready... 01:16:39 2021-03-12T01:16:36Z INFO Waiting for automatic snapd restart... 01:16:39 snapd 2.49 from Canonical* installed 01:16:40 "snapd" switched to the "latest/stable" channel 01:16:40 01:16:42 core18 20210128 from Canonical* installed 01:16:43 "core18" switched to the "latest/stable" channel 01:16:43 01:16:46 snapcraft 4.5.4 from Canonical* installed 01:16:46 "snapcraft" switched to the "latest/stable" channel 01:16:46 01:16:49 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: 01:16:49 - README.md 01:16:49 01:16:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:16:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:16:56 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:16:56 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:16:56 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:16:57 Reading package lists... 01:16:58 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.7 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 01:17:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:17:04 Reading package lists... 01:17:04 Building dependency tree... 01:17:04 Reading state information... 01:17:04 Suggested packages: 01:17:04 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:17:04 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:17:04 Recommended packages: 01:17:04 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:17:04 The following NEW packages will be installed: 01:17:04 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:17:04 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:17:04 pkg-config zip 01:17:04 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:17:04 Need to get 7658 kB of archives. 01:17:04 After this operation, 43.8 MB of additional disk space will be used. 01:17:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 01:17:04 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:17:04 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:17:04 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:17:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:17:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:17:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:17:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:17:05 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:17:05 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:17:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:17:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 01:17:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 01:17:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:17:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:17:05 debconf: delaying package configuration, since apt-utils is not installed 01:17:05 Fetched 7658 kB in 1s (6658 kB/s) 01:17:05 Selecting previously unselected package libglib2.0-0:amd64. 01:17:05 (Reading database ... 13924 files and directories currently installed.) 01:17:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 01:17:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 01:17:05 Selecting previously unselected package libpsl5:amd64. 01:17:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:17:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:17:05 Selecting previously unselected package libnghttp2-14:amd64. 01:17:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:17:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:17:06 Selecting previously unselected package librtmp1:amd64. 01:17:06 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:17:06 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:17:06 Selecting previously unselected package libcurl3-gnutls:amd64. 01:17:06 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:17:06 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:17:06 Selecting previously unselected package liberror-perl. 01:17:06 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:17:06 Unpacking liberror-perl (0.17025-1) ... 01:17:06 Selecting previously unselected package git-man. 01:17:06 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 01:17:06 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 01:17:06 Selecting previously unselected package git. 01:17:06 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 01:17:06 Unpacking git (1:2.17.1-1ubuntu0.8) ... 01:17:07 Selecting previously unselected package libnorm1:amd64. 01:17:07 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:17:07 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:17:07 Selecting previously unselected package libpgm-5.2-0:amd64. 01:17:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:17:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:17:07 Selecting previously unselected package libsodium23:amd64. 01:17:07 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:17:07 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:17:07 Selecting previously unselected package libzmq5:amd64. 01:17:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:17:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:17:07 Selecting previously unselected package libzmq3-dev:amd64. 01:17:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:17:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:17:08 Selecting previously unselected package pkg-config. 01:17:08 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:17:08 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:17:08 Selecting previously unselected package zip. 01:17:08 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:17:08 Unpacking zip (3.0-11build1) ... 01:17:08 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:17:08 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 01:17:08 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:17:08 Setting up liberror-perl (0.17025-1) ... 01:17:08 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:17:08 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 01:17:08 No schema files found: doing nothing. 01:17:08 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:17:08 Setting up zip (3.0-11build1) ... 01:17:08 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:17:08 Setting up libsodium23:amd64 (1.0.16-2) ... 01:17:08 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:17:08 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:17:08 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:17:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:17:08 Setting up git (1:2.17.1-1ubuntu0.8) ... 01:17:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:17:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:17:15 git set to automatically installed. 01:17:15 git-man set to automatically installed. 01:17:15 libcurl3-gnutls set to automatically installed. 01:17:15 liberror-perl set to automatically installed. 01:17:15 libglib2.0-0 set to automatically installed. 01:17:15 libnghttp2-14 set to automatically installed. 01:17:15 libnorm1 set to automatically installed. 01:17:15 libpgm-5.2-0 set to automatically installed. 01:17:15 libpsl5 set to automatically installed. 01:17:15 librtmp1 set to automatically installed. 01:17:15 libsodium23 set to automatically installed. 01:17:15 libzmq3-dev set to automatically installed. 01:17:15 libzmq5 set to automatically installed. 01:17:15 pkg-config set to automatically installed. 01:17:15 zip set to automatically installed. 01:17:18 snapd is not logged in, snap install commands will use sudo 01:17:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:17:43 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 01:17:43 snapd is not logged in, snap install commands will use sudo 01:17:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:17:48 snap "core18" has no updates available 01:17:49 Pulling config-common 01:17:49 + snapcraftctl pull 01:17:50 Pulling go-build-helper 01:17:50 + snapcraftctl pull 01:17:51 'edgex-go' has dependencies that need to be staged: go-build-helper 01:17:51 Skipping pull go-build-helper (already ran) 01:17:51 Building go-build-helper 01:17:51 + snapcraftctl build 01:17:53 Staging go-build-helper 01:17:53 + snapcraftctl stage 01:18:03 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:18:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:18:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:18:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 01:18:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:18:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:18:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:18:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:18:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:18:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:18:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:18:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 01:18:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 01:18:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 01:18:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 01:18:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 01:18:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 01:18:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 01:18:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:18:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 01:18:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 01:18:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 01:18:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 01:18:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 01:18:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 01:18:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 01:18:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 01:18:03 Fetched 24.0 MB in 0s (0 B/s) 01:18:03 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:18:03 Fetched 224 kB in 0s (0 B/s) 01:18:03 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:18:03 Fetched 157 kB in 0s (0 B/s) 01:18:03 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:18:03 Fetched 221 kB in 0s (0 B/s) 01:18:03 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:18:03 Fetched 143 kB in 0s (0 B/s) 01:18:03 Pulling edgex-go 01:18:03 + snapcraftctl pull 01:18:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:18:25 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:18:25 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:18:25 Fetched 0 B in 0s (0 B/s) 01:18:25 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:18:25 Fetched 96.5 kB in 0s (0 B/s) 01:18:25 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:18:25 Fetched 279 kB in 0s (0 B/s) 01:18:25 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:18:25 Fetched 122 kB in 0s (0 B/s) 01:18:25 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:18:25 Fetched 77.8 kB in 0s (0 B/s) 01:18:25 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:18:25 Fetched 8848 B in 0s (0 B/s) 01:18:25 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:18:25 Fetched 47.8 kB in 0s (0 B/s) 01:18:25 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:18:25 Fetched 45.6 kB in 0s (0 B/s) 01:18:25 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:18:25 Fetched 15.0 kB in 0s (0 B/s) 01:18:25 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:18:25 Fetched 214 kB in 0s (0 B/s) 01:18:25 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 01:18:25 Fetched 154 kB in 0s (0 B/s) 01:18:25 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:18:25 Fetched 50.6 kB in 0s (0 B/s) 01:18:25 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:18:25 Fetched 14.8 kB in 0s (0 B/s) 01:18:25 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:18:25 Fetched 41.8 kB in 0s (0 B/s) 01:18:25 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:18:25 Fetched 499 kB in 0s (0 B/s) 01:18:25 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:18:25 Fetched 111 kB in 0s (0 B/s) 01:18:25 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:18:25 Fetched 240 kB in 0s (0 B/s) 01:18:25 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:18:25 Fetched 29.3 kB in 0s (0 B/s) 01:18:25 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:18:25 Fetched 85.5 kB in 0s (0 B/s) 01:18:25 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:18:25 Fetched 24.5 kB in 0s (0 B/s) 01:18:25 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:18:25 Fetched 49.2 kB in 0s (0 B/s) 01:18:25 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:18:25 Fetched 54.2 kB in 0s (0 B/s) 01:18:25 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:18:25 Fetched 30.8 kB in 0s (0 B/s) 01:18:25 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 01:18:25 Fetched 15.8 kB in 0s (0 B/s) 01:18:25 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:18:25 Fetched 85.9 kB in 0s (0 B/s) 01:18:25 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:18:25 Fetched 8720 B in 0s (0 B/s) 01:18:25 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:18:25 Fetched 137 kB in 0s (0 B/s) 01:18:25 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:18:25 Fetched 119 kB in 0s (0 B/s) 01:18:25 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:18:25 Fetched 109 kB in 0s (0 B/s) 01:18:25 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:18:25 Fetched 11.1 kB in 0s (0 B/s) 01:18:25 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:18:25 Fetched 645 kB in 0s (0 B/s) 01:18:25 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:18:25 Fetched 41.3 kB in 0s (0 B/s) 01:18:25 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:18:25 Fetched 17.9 kB in 0s (0 B/s) 01:18:25 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:18:25 Fetched 368 kB in 0s (0 B/s) 01:18:25 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:18:25 Fetched 187 kB in 0s (0 B/s) 01:18:25 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:18:25 Fetched 175 kB in 0s (0 B/s) 01:18:25 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:18:25 Fetched 206 kB in 0s (0 B/s) 01:18:25 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 01:18:25 Fetched 1301 kB in 0s (0 B/s) 01:18:25 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:18:25 Fetched 36.2 kB in 0s (0 B/s) 01:18:25 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:18:25 Fetched 159 kB in 0s (0 B/s) 01:18:25 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:18:25 Fetched 107 kB in 0s (0 B/s) 01:18:25 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:18:25 Fetched 48.7 kB in 0s (0 B/s) 01:18:25 Pulling static-packages 01:18:25 + snapcraftctl pull 01:18:25 Pulling version 01:18:25 + cd /root/project 01:18:25 + [ -f VERSION ] 01:18:25 + PROJECT_VERSION=local-dev 01:18:25 + git rev-parse --short HEAD 01:18:25 + GIT_REVISION=2d07c3a2 01:18:25 + snapcraftctl set-version local-dev 01:18:25 Building config-common 01:18:25 + snapcraftctl build 01:18:26 Skipping build go-build-helper (already ran) 01:18:26 Building edgex-go 01:18:26 + cd /root/parts/edgex-go/src 01:18:26 + make build 01:18: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 01:18:29 go: downloading github.com/gorilla/mux v1.8.0 01:18:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 01:18:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 01:18:29 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:18:29 go: downloading github.com/google/uuid v1.2.0 01:18:29 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 01:18:29 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 01:18:29 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 01:18:29 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:18:29 go: downloading github.com/go-kit/kit v0.8.0 01:18:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:18:29 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:18:29 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:18:29 go: downloading github.com/pelletier/go-toml v1.2.0 01:18:29 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 01:18:29 go: downloading github.com/pebbe/zmq4 v1.2.5 01:18:29 go: downloading github.com/hashicorp/consul/api v1.8.1 01:18:29 go: downloading github.com/BurntSushi/toml v0.3.1 01:18:29 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:18:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:18:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 01:18:29 go: downloading github.com/leodido/go-urn v1.2.0 01:18:29 go: downloading github.com/go-playground/universal-translator v0.17.0 01:18:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:18:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 01:18:29 go: downloading github.com/hashicorp/serf v0.9.5 01:18:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:18:29 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 01:18:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:18:29 go: downloading github.com/hashicorp/go-hclog v0.12.0 01:18:29 go: downloading github.com/gorilla/websocket v1.4.2 01:18:29 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:18:29 go: downloading github.com/mitchellh/copystructure v1.0.0 01:18:29 go: downloading github.com/x448/float16 v0.8.4 01:18:29 go: downloading github.com/pkg/errors v0.8.1 01:18:29 go: downloading github.com/imdario/mergo v0.3.12 01:18:30 go: downloading github.com/go-playground/locales v0.13.0 01:18:30 go: downloading github.com/fatih/color v1.9.0 01:18:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:18:30 go: downloading github.com/mattn/go-isatty v0.0.12 01:18:30 go: downloading github.com/mattn/go-colorable v0.1.6 01:18:30 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 01:18:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:18:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:18:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:18:40 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 01:18:40 go: downloading gopkg.in/yaml.v2 v2.4.0 01:18:44 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 01:18:45 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 01:18:47 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 01:18:48 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 01:18:48 go: downloading github.com/stretchr/testify v1.7.0 01:18:48 go: downloading github.com/davecgh/go-spew v1.1.1 01:18:48 go: downloading github.com/pmezard/go-difflib v1.0.0 01:18:48 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:18:50 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 01:18:50 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:18:50 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:18:51 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 01:18:52 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 01:18:53 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 01:18:54 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 01:18:55 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 01:18:55 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:18:57 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 01:18:57 go: downloading github.com/lib/pq v1.9.0 01:18:59 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:18:59 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:18:59 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:18:59 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:18:59 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:18:59 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:18:59 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:18:59 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:18:59 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:18:59 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:18:59 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:18:59 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:18:59 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:18:59 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:18:59 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:18:59 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:18:59 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:18:59 + 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 01:18:59 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:18:59 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:18:59 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:18:59 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:18:59 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:18:59 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:18:59 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 01:19:02 Building static-packages 01:19:02 + snapcraftctl build 01:19:03 Building version 01:19:03 + snapcraftctl build 01:19:05 Staging config-common 01:19:05 + snapcraftctl stage 01:19:06 Skipping stage go-build-helper (already ran) 01:19:06 Staging edgex-go 01:19:06 + snapcraftctl stage 01:19:07 Staging static-packages 01:19:07 + snapcraftctl stage 01:19:08 Staging version 01:19:08 + snapcraftctl stage 01:19:09 Priming config-common 01:19:09 + snapcraftctl prime 01:19:10 Priming go-build-helper 01:19:10 + snapcraftctl prime 01:19:11 Priming edgex-go 01:19:11 + snapcraftctl prime 01:19:12 Priming static-packages 01:19:12 + snapcraftctl prime 01:19:14 Priming version 01:19:14 + snapcraftctl prime 01:19:15 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:19:19 provisioning config files... 01:19:19 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config3300150351192943373tmp [Pipeline] { [Pipeline] sh 01:19:20 + set +x 01:19:20 + bash -s -- 01:19:20 + curl -s https://codecov.io/bash 01:19:21 01:19:21 _____ _ 01:19:21 / ____| | | 01:19:21 | | ___ __| | ___ ___ _____ __ 01:19:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:19:21 | |___| (_) | (_| | __/ (_| (_) \ V / 01:19:21 \_____\___/ \__,_|\___|\___\___/ \_/ 01:19:21 Bash-20210309-2b87ace 01:19:21 01:19:21 01:19:21 ==> git version 2.24.3 found 01:19:21 ==> 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 01:19:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:19:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:19:21 ==> Jenkins CI detected. 01:19:21 project root: . 01:19:21 --> token set from env 01:19:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:19:21 ==> Running gcov in . (disable via -X gcov) 01:19:21 ==> Python coveragepy not found 01:19:21 ==> Searching for coverage reports in: 01:19:21 + . 01:19:21 -> Found 1 reports 01:19:21 ==> Detecting git/mercurial file structure 01:19:21 ==> Reading reports 01:19:21 + ./coverage.out bytes=628834 01:19:21 ==> Appending adjustments 01:19:21 https://docs.codecov.io/docs/fixing-reports 01:19:30 + Found adjustments 01:19:30 ==> Gzipping contents 01:19:30 92K /tmp/codecov.UyMYMC.gz 01:19:30 ==> Uploading reports 01:19:30 url: https://codecov.io 01:19:30 query: branch=PR-3250&commit=2d5e29436a1f73a1ecaca90481e036c8924fcb77&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 01:19:30 -> Pinging Codecov 01:19:30 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=2d5e29436a1f73a1ecaca90481e036c8924fcb77&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 01:19:30 -> Uploading to 01:19:30 https://storage.googleapis.com/codecov/v4/raw/2021-03-12/00271124DB129430A58F1EEE437C3FCB/2d5e29436a1f73a1ecaca90481e036c8924fcb77/b199311a-9103-426c-8202-4f2789ddf051.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210312%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210312T011929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=667662b3839979da0dc52eea41e9ab7f2322cf2458c41f11ca040e6e3c06c876 01:19:30 % Total % Received % Xferd Average Speed Time Time Time Current 01:19:30 Dload Upload Total Spent Left Speed 01:19:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92834 0 0 100 92834 0 140k --:--:-- --:--:-- --:--:-- 140k 100 92834 0 0 100 92834 0 140k --:--:-- --:--:-- --:--:-- 140k 01:19:30 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/2d5e29436a1f73a1ecaca90481e036c8924fcb77 [Pipeline] } 01:19:30 Deleting 1 temporary files [Pipeline] // wrap [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] libraryResource [Pipeline] sh 01:19:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:19:34 ---> package-listing.sh 01:19:34 ++ tr '[:upper:]' '[:lower:]' 01:19:34 ++ facter osfamily 01:19:34 + OS_FAMILY=redhat 01:19:34 + workspace=/w/workspace/edgex-go/9 01:19:34 + START_PACKAGES=/tmp/packages_start.txt 01:19:34 + END_PACKAGES=/tmp/packages_end.txt 01:19:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:19:34 + PACKAGES=/tmp/packages_start.txt 01:19:34 + '[' /w/workspace/edgex-go/9 ']' 01:19:34 + PACKAGES=/tmp/packages_end.txt 01:19:34 + case "${OS_FAMILY}" in 01:19:34 + sort 01:19:34 + rpm -qa 01:19:43 + '[' -f /tmp/packages_start.txt ']' 01:19:43 + '[' -f /tmp/packages_end.txt ']' 01:19:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:19:43 + '[' /w/workspace/edgex-go/9 ']' 01:19:43 + mkdir -p /w/workspace/edgex-go/9/archives/ 01:19:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo 01:19:43 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:19:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:19:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:19:44 01:19:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:19:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:19:44 alpine: Pulling from edgex-lftools-log-publisher 01:19:45 df20fa9351a1: Pulling fs layer 01:19:45 36b3adc4ff6f: Pulling fs layer 01:19:45 8ad3a11d3b57: Pulling fs layer 01:19:45 46f8f816bc3b: Pulling fs layer 01:19:45 93b61091891f: Pulling fs layer 01:19:45 93b9cdb0e59b: Pulling fs layer 01:19:45 5e14af77c1be: Pulling fs layer 01:19:45 01666e4c0597: Pulling fs layer 01:19:45 aa168da1d23b: Pulling fs layer 01:19:45 93b9cdb0e59b: Waiting 01:19:45 5e14af77c1be: Waiting 01:19:45 01666e4c0597: Waiting 01:19:45 93b61091891f: Waiting 01:19:45 46f8f816bc3b: Waiting 01:19:45 aa168da1d23b: Waiting 01:19:45 36b3adc4ff6f: Verifying Checksum 01:19:45 36b3adc4ff6f: Download complete 01:19:45 46f8f816bc3b: Download complete 01:19:45 df20fa9351a1: Verifying Checksum 01:19:45 93b9cdb0e59b: Download complete 01:19:45 5e14af77c1be: Verifying Checksum 01:19:45 5e14af77c1be: Download complete 01:19:45 01666e4c0597: Download complete 01:19:45 93b61091891f: Verifying Checksum 01:19:45 93b61091891f: Download complete 01:19:46 df20fa9351a1: Pull complete 01:19:46 8ad3a11d3b57: Verifying Checksum 01:19:46 8ad3a11d3b57: Download complete 01:19:46 36b3adc4ff6f: Pull complete 01:19:48 8ad3a11d3b57: Pull complete 01:19:49 aa168da1d23b: Verifying Checksum 01:19:49 aa168da1d23b: Download complete 01:19:50 46f8f816bc3b: Pull complete 01:19:52 93b61091891f: Pull complete 01:19:52 93b9cdb0e59b: Pull complete 01:19:52 5e14af77c1be: Pull complete 01:19:53 01666e4c0597: Pull complete 01:20:21 aa168da1d23b: Pull complete 01:20:21 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:20:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:20:21 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:20:22 prd-centos7-docker-4c-2g-29555 does not seem to be running inside a container 01:20:22 $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:20:31 $ docker top 906943bd8b09cf9975611c251cc3c6ae20bdb39863dc817d10a7a904c99a067e -eo pid,comm [Pipeline] { [Pipeline] sh 01:20:32 + touch /tmp/pre-build-complete [Pipeline] sh 01:20:33 + mkdir -p /var/log/sa [Pipeline] sh 01:20:34 + ls /var/log/sa-host 01:20:34 + sadf -c /var/log/sa-host/sa12 01:20:34 file_magic: OK 01:20:34 HZ: Using current value: 100 01:20:34 file_header: OK 01:20:34 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 01:20:34 Statistics: 01:20:34 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... 01:20:34 File successfully converted to sysstat format version 12.2.1 01:20:34 + sadf -c /var/log/sa-host/sa23 01:20:34 file_magic: OK 01:20:34 HZ: Using current value: 100 01:20:34 file_header: OK 01:20:34 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 01:20:34 Statistics: 01:20:34 Hnuu...uuuununununu... 01:20:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:20:35 provisioning config files... 01:20:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config4012137622364402403tmp [Pipeline] { [Pipeline] echo 01:20:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:20:36 ---> create-netrc.sh [Pipeline] } 01:20:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:20:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:20:38 ---> python-tools-install.sh [Pipeline] echo 01:20:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:20:38 ---> sudo-logs.sh 01:20:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:20:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:20:39 ---> job-cost.sh 01:20:39 lf-activate-venv: SKIPPING 01:20:39 DEBUG: total: 0.20999999344348907 01:20:39 INFO: Retrieving Stack Cost... 01:20:41 INFO: Retrieving Pricing Info for: v1-standard-2 01:20:41 INFO: Archiving Costs [Pipeline] echo 01:20:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:20:42 ---> logs-deploy.sh 01:20:42 lf-activate-venv: SKIPPING 01:20:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/9 01:20:42 INFO: archiving workspace using pattern(s): 01:20:45 Archives upload complete. 01:20:45 INFO: archiving logs to Nexus 01:20:47 ---> uname -a: 01:20:47 Linux prd-centos7-docker-4c-2g-29555.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:20:47 01:20:47 01:20:47 ---> lscpu: 01:20:47 Architecture: x86_64 01:20:47 CPU op-mode(s): 32-bit, 64-bit 01:20:47 Byte Order: Little Endian 01:20:47 Address sizes: 40 bits physical, 48 bits virtual 01:20:47 CPU(s): 4 01:20:47 On-line CPU(s) list: 0-3 01:20:47 Thread(s) per core: 1 01:20:47 Core(s) per socket: 1 01:20:47 Socket(s): 4 01:20:47 NUMA node(s): 1 01:20:47 Vendor ID: GenuineIntel 01:20:47 CPU family: 6 01:20:47 Model: 44 01:20:47 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:20:47 Stepping: 1 01:20:47 CPU MHz: 2933.438 01:20:47 BogoMIPS: 5866.87 01:20:47 Virtualization: VT-x 01:20:47 Hypervisor vendor: KVM 01:20:47 Virtualization type: full 01:20:47 L1d cache: 128 KiB 01:20:47 L1i cache: 128 KiB 01:20:47 L2 cache: 16 MiB 01:20:47 L3 cache: 64 MiB 01:20:47 NUMA node0 CPU(s): 0-3 01:20:47 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:20:47 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:20:47 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:20:47 Vulnerability Meltdown: Mitigation; PTI 01:20:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:20:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:20:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:20:47 Vulnerability Srbds: Not affected 01:20:47 Vulnerability Tsx async abort: Not affected 01:20:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:20:47 01:20:47 01:20:47 ---> nproc: 01:20:47 4 01:20:47 01:20:47 01:20:47 ---> df -h: 01:20:47 Filesystem Size Used Available Use% Mounted on 01:20:47 overlay 50.0G 13.0G 37.0G 26% / 01:20:47 tmpfs 64.0M 0 64.0M 0% /dev 01:20:47 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:20:47 shm 64.0M 0 64.0M 0% /dev/shm 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/9@tmp 01:20:47 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/9 01:20:47 01:20:47 01:20:47 ---> free -m: 01:20:47 total used free shared buff/cache available 01:20:47 Mem: 1837 723 105 0 1008 1034 01:20:47 Swap: 1023 88 935 01:20:47 01:20:47 01:20:47 ---> ip addr: 01:20:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:20:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:20:47 inet 127.0.0.1/8 scope host lo 01:20:47 valid_lft forever preferred_lft forever 01:20:47 inet6 ::1/128 scope host 01:20:47 valid_lft forever preferred_lft forever 01:20:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:20:47 link/ether fa:16:3e:cf:d0:f3 brd ff:ff:ff:ff:ff:ff 01:20:47 inet 10.30.122.249/23 brd 10.30.123.255 scope global dynamic eth0 01:20:47 valid_lft 83391sec preferred_lft 83391sec 01:20:47 inet6 fe80::f816:3eff:fecf:d0f3/64 scope link 01:20:47 valid_lft forever preferred_lft forever 01:20:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:20:47 link/ether 02:42:6f:5d:f4:20 brd ff:ff:ff:ff:ff:ff 01:20:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:20:47 valid_lft forever preferred_lft forever 01:20:47 inet6 fe80::42:6fff:fe5d:f420/64 scope link 01:20:47 valid_lft forever preferred_lft forever 01:20:47 01:20:47 01:20:47 ---> sar -b -r -n DEV: 01:20:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/12/21 _x86_64_ (4 CPU) 01:20:47 01:20:47 00:30:20 LINUX RESTART (4 CPU) 01:20:47 01:20:47 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:20:47 00:32:02 139.86 89.73 50.13 0.00 6437.31 36464.14 0.00 01:20:47 00:33:01 3.21 0.64 2.57 0.00 86.36 58.80 0.00 01:20:47 00:34:01 0.50 0.00 0.50 0.00 0.00 6.29 0.00 01:20:47 00:35:01 0.22 0.00 0.22 0.00 0.00 3.44 0.00 01:20:47 00:36:01 0.23 0.00 0.23 0.00 0.00 3.20 0.00 01:20:47 00:37:01 0.33 0.00 0.33 0.00 0.00 5.09 0.00 01:20:47 00:38:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 01:20:47 00:39:01 0.57 0.00 0.57 0.00 0.00 6.80 0.00 01:20:47 00:40:01 0.70 0.00 0.70 0.00 0.00 7.96 0.00 01:20:47 00:41:01 0.25 0.00 0.25 0.00 0.00 2.88 0.00 01:20:47 00:42:02 0.28 0.00 0.28 0.00 0.00 3.19 0.00 01:20:47 00:43:01 0.25 0.00 0.25 0.00 0.00 3.23 0.00 01:20:47 00:44:01 0.27 0.00 0.27 0.00 0.00 2.73 0.00 01:20:47 00:45:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 01:20:47 00:46:01 0.55 0.20 0.35 0.00 6.38 4.55 0.00 01:20:47 00:47:01 0.78 0.00 0.78 0.00 0.00 15.07 0.00 01:20:47 00:48:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 01:20:47 00:49:01 0.27 0.00 0.27 0.00 0.00 3.37 0.00 01:20:47 00:50:02 0.32 0.00 0.32 0.00 0.00 2.79 0.00 01:20:47 00:51:01 3.16 2.55 0.61 0.00 193.03 31.52 0.00 01:20:47 00:52:01 51.64 12.62 39.02 0.00 4641.60 8004.29 0.00 01:20:47 00:53:01 109.03 48.60 60.43 0.00 4749.64 27373.23 0.00 01:20:47 00:54:02 182.06 44.67 137.38 0.00 2466.24 24743.24 0.00 01:20:47 00:55:01 143.55 68.18 75.37 0.00 2213.76 9948.55 0.00 01:20:47 00:56:01 72.47 20.83 51.64 0.00 791.92 6545.02 0.00 01:20:47 00:57:01 44.28 11.41 32.86 0.00 488.48 4473.27 0.00 01:20:47 00:58:01 68.15 36.08 32.07 0.00 1221.61 2152.72 0.00 01:20:47 00:59:01 74.69 30.79 43.90 0.00 2017.59 3348.58 0.00 01:20:47 01:00:02 24.20 4.11 20.08 0.00 201.53 2554.96 0.00 01:20:47 01:01:01 69.43 11.63 57.80 0.00 707.09 16294.07 0.00 01:20:47 01:02:05 193.94 84.90 109.04 0.00 28618.10 79987.63 0.00 01:20:47 01:03:03 769.69 652.21 117.48 0.00 65873.56 70419.72 0.00 01:20:47 01:04:08 1026.85 898.94 127.91 0.00 59028.01 62606.35 0.00 01:20:47 01:05:07 1213.93 1094.17 119.76 0.00 62037.15 68694.44 0.00 01:20:47 01:06:02 456.75 368.28 88.47 0.00 20931.21 22030.83 0.00 01:20:47 01:07:01 172.60 70.33 102.26 0.00 6745.33 19697.03 0.00 01:20:47 01:08:03 435.87 199.02 236.85 0.00 29586.14 70140.79 0.00 01:20:47 01:09:03 1210.44 1046.92 163.52 0.00 58811.39 65961.04 0.00 01:20:47 01:10:09 1348.73 1193.46 155.28 0.00 66500.48 72236.59 0.00 01:20:47 01:11:02 1151.16 1007.77 143.39 0.00 52211.70 57864.79 0.00 01:20:47 01:12:02 200.55 95.79 104.77 0.00 10707.05 12656.30 0.00 01:20:47 01:13:01 152.16 30.51 121.65 0.00 4174.28 15257.41 0.00 01:20:47 01:14:01 1.61 0.22 1.40 0.00 2.53 22.89 0.00 01:20:47 01:15:02 0.18 0.02 0.17 0.00 0.26 1.72 0.00 01:20:47 01:16:01 0.19 0.03 0.15 0.00 0.81 1.90 0.00 01:20:47 01:17:01 0.20 0.03 0.17 0.00 0.27 1.46 0.00 01:20:47 01:18:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 01:20:47 01:19:01 0.27 0.02 0.25 0.00 0.13 2.43 0.00 01:20:47 01:20:01 103.07 73.16 29.91 0.00 5525.51 6837.83 0.00 01:20:47 Average: 193.10 147.34 45.77 0.00 10212.45 15809.99 0.00 01:20:47 01:20:47 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:20:47 00:32:02 106856 0 468748 24.91 2620 1303320 937864 32.01 284696 1293336 40 01:20:47 00:33:01 108372 0 464612 24.69 2620 1305940 914780 31.22 281732 1295752 16 01:20:47 00:34:01 108232 0 464744 24.70 2620 1305948 914780 31.22 281624 1295744 8 01:20:47 00:35:01 103288 0 469688 24.96 2620 1305948 915096 31.23 284888 1297944 8 01:20:47 00:36:01 99816 0 473156 25.15 2620 1305952 947508 32.34 287712 1297944 8 01:20:47 00:37:01 99932 0 473032 25.14 2620 1305960 948536 32.37 287840 1297944 8 01:20:47 00:38:01 101300 0 471664 25.07 2620 1305960 956540 32.65 286940 1297944 8 01:20:47 00:39:01 101224 0 471732 25.07 2620 1305968 964712 32.92 286716 1297944 8 01:20:47 00:40:01 103220 0 469728 24.97 2620 1305976 963216 32.87 285220 1297944 8 01:20:47 00:41:01 102528 0 470412 25.00 2620 1305984 963216 32.87 285332 1297944 8 01:20:47 00:42:02 102128 0 470812 25.02 2620 1305984 963404 32.88 286080 1297944 16 01:20:47 00:43:01 100764 0 472172 25.09 2620 1305988 963684 32.89 287316 1297944 16 01:20:47 00:44:01 101308 0 471620 25.07 2620 1305996 963624 32.89 287004 1297944 16 01:20:47 00:45:01 102956 0 469972 24.98 2620 1305996 963348 32.88 285376 1297944 12 01:20:47 00:46:01 102972 0 469948 24.98 2620 1306004 963348 32.88 285508 1297944 16 01:20:47 00:47:01 102348 0 470568 25.01 2620 1306008 963420 32.88 285876 1297944 8 01:20:47 00:48:01 102552 0 470360 25.00 2620 1306012 963348 32.88 285392 1297944 8 01:20:47 00:49:01 102516 0 470392 25.00 2620 1306016 963348 32.88 285396 1297944 8 01:20:47 00:50:02 102568 0 470332 25.00 2620 1306024 963348 32.88 285404 1297944 8 01:20:47 00:51:01 86008 0 529536 28.14 2620 1263380 1109936 37.88 407824 1190060 76668 01:20:47 00:52:01 63824 0 659664 35.06 2620 1155436 1426664 48.69 534004 1077264 73184 01:20:47 00:53:01 81816 0 666632 35.43 2596 1130500 1579720 53.91 690404 896972 85860 01:20:47 00:54:02 73292 0 729140 38.75 1584 1077528 1590204 54.27 586796 938544 76152 01:20:47 00:55:01 140952 0 772620 41.06 1500 966472 1810824 61.80 612192 849592 48980 01:20:47 00:56:01 228892 0 803916 42.73 744 847992 1751724 59.78 647292 723544 54484 01:20:47 00:57:01 208860 0 803996 42.73 616 868072 1773004 60.51 691976 694436 50576 01:20:47 00:58:01 283936 0 797680 42.39 616 799312 1643200 56.08 604364 703836 59148 01:20:47 00:59:01 289456 0 712076 37.85 616 879396 1213164 41.40 540240 756404 24568 01:20:47 01:00:02 255584 0 752416 39.99 472 873072 1473672 50.29 617216 713324 66688 01:20:47 01:01:01 68872 0 769980 40.92 400 1042292 1546160 52.77 657352 862884 78556 01:20:47 01:02:05 74944 0 839908 44.64 0 966692 2315372 79.02 726724 854840 90360 01:20:47 01:03:03 376360 0 733840 39.00 0 771344 1746036 59.59 574168 716928 8 01:20:47 01:04:08 73764 0 832372 44.24 0 975408 2327660 79.44 774620 814500 8192 01:20:47 01:05:07 77776 0 832944 44.27 0 970824 2343392 79.98 763436 809012 81456 01:20:47 01:06:02 151176 0 1199636 63.76 0 530732 3377872 115.28 834416 621796 36900 01:20:47 01:07:01 334100 0 736120 39.12 0 811324 1877208 64.07 530540 760528 9340 01:20:47 01:08:03 83660 0 803812 42.72 0 994072 2175064 74.23 712876 845064 86696 01:20:47 01:09:03 70876 0 833636 44.31 0 977032 3399672 116.03 789484 788512 63344 01:20:47 01:10:09 72480 0 815128 43.32 0 993936 2315728 79.03 762460 809944 64048 01:20:47 01:11:02 482068 0 757968 40.28 0 641508 2426468 82.81 503764 620144 3216 01:20:47 01:12:02 209332 0 869652 46.22 0 802560 2427632 82.85 726628 667864 28200 01:20:47 01:13:01 370932 0 625388 33.24 0 885224 1263884 43.13 529796 719460 20 01:20:47 01:14:01 381020 0 615232 32.70 0 885292 1190548 40.63 525476 719276 16 01:20:47 01:15:02 382576 0 613664 32.61 0 885304 1180160 40.28 524608 719192 12 01:20:47 01:16:01 382624 0 613612 32.61 0 885308 1180160 40.28 524708 719216 8 01:20:47 01:17:01 382404 0 613828 32.62 0 885312 1180244 40.28 524828 719224 8 01:20:47 01:18:01 382704 0 613520 32.61 0 885320 1180160 40.28 524852 719224 8 01:20:47 01:19:01 382524 0 613696 32.62 0 885324 1180160 40.28 524624 719224 8 01:20:47 01:20:01 76124 0 704052 37.42 0 1101368 1721232 58.74 631112 898344 96636 01:20:47 Average: 173139 0 636722 33.84 1309 1070374 1465797 50.03 490303 985736 25787 01:20:47 01:20:47 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:20:47 00:32:02 eth0 91.22 66.33 362.40 18.80 0.00 0.00 0.00 0.00 01:20:47 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:33:01 eth0 0.17 0.02 0.01 0.00 0.00 0.00 0.00 0.00 01:20:47 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:34:01 eth0 1.46 0.08 0.12 0.01 0.00 0.00 0.00 0.00 01:20:47 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:35:01 eth0 2.90 0.70 0.73 0.40 0.00 0.00 0.00 0.00 01:20:47 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:36:01 eth0 3.35 2.00 0.77 4.30 0.00 0.00 0.00 0.00 01:20:47 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:37:01 eth0 2.36 0.77 0.78 0.56 0.00 0.00 0.00 0.00 01:20:47 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:38:01 eth0 0.98 0.78 0.54 0.41 0.00 0.00 0.00 0.00 01:20:47 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:39:01 eth0 0.28 0.15 0.13 0.07 0.00 0.00 0.00 0.00 01:20:47 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:20:47 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:41:01 eth0 0.55 0.08 0.06 0.01 0.00 0.00 0.00 0.00 01:20:47 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:42:02 eth0 1.55 0.60 0.49 0.28 0.00 0.00 0.00 0.00 01:20:47 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:43:01 eth0 2.84 1.10 1.20 0.77 0.00 0.00 0.00 0.00 01:20:47 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:44:01 eth0 1.45 0.58 0.59 0.39 0.00 0.00 0.00 0.00 01:20:47 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:45:01 eth0 0.25 0.10 0.02 0.04 0.00 0.00 0.00 0.00 01:20:47 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:46:01 eth0 0.13 0.02 0.01 0.00 0.00 0.00 0.00 0.00 01:20:47 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:47:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 01:20:47 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:48:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:20:47 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:49:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:50:02 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:20:47 00:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:51:01 eth0 245.08 189.78 1364.52 36.67 0.00 0.00 0.00 0.00 01:20:47 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:52:01 veth8a9f06d 507.00 389.14 48.19 1262.15 0.00 0.00 0.00 0.00 01:20:47 00:52:01 eth0 702.19 761.78 3231.94 108.19 0.00 0.00 0.00 0.00 01:20:47 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:52:01 docker0 507.00 389.01 41.26 1262.14 0.00 0.00 0.00 0.00 01:20:47 00:53:01 eth0 646.51 677.94 4234.14 70.32 0.00 0.00 0.00 0.00 01:20:47 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:53:01 docker0 460.20 365.63 36.12 1409.94 0.00 0.00 0.00 0.00 01:20:47 00:54:02 vethf96ec8d 83.67 112.71 7.64 464.03 0.00 0.00 0.00 0.00 01:20:47 00:54:02 eth0 202.96 150.39 836.40 19.61 0.00 0.00 0.00 0.00 01:20:47 00:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:54:02 docker0 136.00 181.04 9.36 820.78 0.00 0.00 0.00 0.00 01:20:47 00:55:01 vethc14b5d9 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 00:55:01 eth0 29.77 25.95 22.89 64.64 0.00 0.00 0.00 0.00 01:20:47 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:56:01 vethc14b5d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:56:01 eth0 11.54 8.11 9.28 4.87 0.00 0.00 0.00 0.00 01:20:47 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:57:01 vethc14b5d9 0.94 0.94 0.08 0.08 0.00 0.00 0.00 0.00 01:20:47 00:57:01 eth0 25.74 20.35 19.81 10.94 0.00 0.00 0.00 0.00 01:20:47 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:57:01 docker0 0.94 0.94 0.06 0.08 0.00 0.00 0.00 0.00 01:20:47 00:58:01 vethc14b5d9 1.01 1.01 0.08 0.08 0.00 0.00 0.00 0.00 01:20:47 00:58:01 eth0 17.92 13.98 13.42 7.50 0.00 0.00 0.00 0.00 01:20:47 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:58:01 docker0 1.01 1.01 0.07 0.08 0.00 0.00 0.00 0.00 01:20:47 00:59:01 vethc14b5d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:59:01 eth0 7.65 6.04 6.99 3.21 0.00 0.00 0.00 0.00 01:20:47 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:00:02 vethc14b5d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:00:02 eth0 32.84 27.35 18.85 73.64 0.00 0.00 0.00 0.00 01:20:47 01:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:01:01 eth0 189.93 156.57 1700.86 19.27 0.00 0.00 0.00 0.00 01:20:47 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:02:05 vethf52aa4c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:02:05 eth0 29.14 24.49 21.57 54.36 0.00 0.00 0.00 0.00 01:20:47 01:02:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:02:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:03:03 vethf52aa4c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:03:03 eth0 3.33 2.79 3.95 1.15 0.00 0.00 0.00 0.00 01:20:47 01:03:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:03:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:04:08 vethf52aa4c 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:04:08 eth0 37.43 22.92 148.74 8.46 0.00 0.00 0.00 0.00 01:20:47 01:04:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:04:08 docker0 8.69 18.73 0.46 134.33 0.00 0.00 0.00 0.00 01:20:47 01:05:07 vethf52aa4c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:05:07 eth0 1.82 1.55 1.44 0.85 0.00 0.00 0.00 0.00 01:20:47 01:05:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:05:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:06:02 veth4d1a423 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:06:02 veth409724a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:06:02 vethe38f742 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:06:02 veth5636e27 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:07:01 veth73a672d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:07:01 vethd73131f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:07:01 vethf52aa4c 0.00 0.47 0.00 0.02 0.00 0.00 0.00 0.00 01:20:47 01:07:01 eth0 2391.00 2238.13 12300.12 583.04 0.00 0.00 0.00 0.00 01:20:47 01:08:03 vethf52aa4c 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:08:03 eth0 207.81 135.88 1665.19 26.07 0.00 0.00 0.00 0.00 01:20:47 01:08:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 01:20:47 01:08:03 docker0 1101.04 988.61 85.79 3981.06 0.00 0.00 0.00 0.00 01:20:47 01:09:03 veth1bbd065 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:09:03 veth65fee09 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:09:03 veth5665f86 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:09:03 vethf52aa4c 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:10:09 vethdde7cdd 0.62 0.91 0.09 2.75 0.00 0.00 0.00 0.00 01:20:47 01:10:09 vethf52aa4c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:10:09 eth0 2398.14 2178.08 12688.94 615.57 0.00 0.00 0.00 0.00 01:20:47 01:10:09 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 01:20:47 01:11:02 vethec24048 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:11:02 veth0f2de2a 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:11:02 veth7eebc0d 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:11:02 vethdde7cdd 2.28 3.03 0.38 16.92 0.00 0.00 0.00 0.00 01:20:47 01:12:02 vethec24048 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:12:02 veth0f2de2a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 01:20:47 01:12:02 vethf52aa4c 0.00 1.11 0.00 0.05 0.00 0.00 0.00 0.00 01:20:47 01:12:02 eth0 2732.49 2469.86 14184.57 756.92 0.00 0.00 0.00 0.00 01:20:47 01:13:01 eth0 52.48 37.90 110.48 64.29 0.00 0.00 0.00 0.00 01:20:47 01:13:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:20:47 01:13:01 docker0 1177.35 1079.24 91.56 4416.47 0.00 0.00 0.00 0.00 01:20:47 01:14:01 eth0 0.85 0.35 0.31 0.17 0.00 0.00 0.00 0.00 01:20:47 01:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:15:02 eth0 0.10 0.02 0.01 0.03 0.00 0.00 0.00 0.00 01:20:47 01:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:16:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:17:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 01:20:47 01:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:18:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:19:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:20:01 eth0 209.20 172.81 2172.09 60.25 0.00 0.00 0.00 0.00 01:20:47 01:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 01:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 Average: eth0 60.22 54.18 333.17 17.85 0.00 0.00 0.00 0.00 01:20:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:20:47 Average: docker0 23.73 21.75 1.85 89.02 0.00 0.00 0.00 0.00 01:20:47 01:20:47 01:20:47 ---> sar -P ALL: 01:20:47 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/12/21 _x86_64_ (4 CPU) 01:20:47 01:20:47 00:30:20 LINUX RESTART (4 CPU) 01:20:47 01:20:47 00:31:01 CPU %user %nice %system %iowait %steal %idle 01:20:47 00:32:02 all 8.38 0.00 7.60 9.57 35.10 39.35 01:20:47 00:32:02 0 8.09 0.00 9.23 10.26 35.35 37.07 01:20:47 00:32:02 1 5.99 0.00 6.17 9.18 35.92 42.73 01:20:47 00:32:02 2 12.58 0.00 8.96 12.13 34.25 32.07 01:20:47 00:32:02 3 7.16 0.00 6.18 6.91 34.80 44.95 01:20:47 00:33:01 all 0.09 0.00 0.08 0.02 0.50 99.31 01:20:47 00:33:01 0 0.03 0.00 0.10 0.08 0.71 99.07 01:20:47 00:33:01 1 0.25 0.00 0.07 0.00 0.59 99.09 01:20:47 00:33:01 2 0.03 0.00 0.10 0.00 0.46 99.41 01:20:47 00:33:01 3 0.03 0.00 0.07 0.00 0.24 99.66 01:20:47 00:34:01 all 0.08 0.00 0.04 0.00 0.40 99.48 01:20:47 00:34:01 0 0.02 0.00 0.02 0.00 0.33 99.63 01:20:47 00:34:01 1 0.22 0.00 0.03 0.00 0.40 99.35 01:20:47 00:34:01 2 0.07 0.00 0.08 0.00 0.80 99.06 01:20:47 00:34:01 3 0.02 0.00 0.02 0.00 0.08 99.88 01:20:47 00:35:01 all 0.07 0.00 0.07 0.00 1.16 98.70 01:20:47 00:35:01 0 0.03 0.00 0.12 0.00 1.11 98.75 01:20:47 00:35:01 1 0.18 0.00 0.03 0.00 1.73 98.06 01:20:47 00:35:01 2 0.07 0.00 0.03 0.00 1.33 98.57 01:20:47 00:35:01 3 0.02 0.00 0.08 0.00 0.48 99.42 01:20:47 00:36:01 all 0.64 0.00 0.05 0.00 1.40 97.91 01:20:47 00:36:01 0 0.91 0.00 0.08 0.02 0.86 98.12 01:20:47 00:36:01 1 1.33 0.00 0.02 0.00 0.90 97.76 01:20:47 00:36:01 2 0.06 0.00 0.05 0.00 3.25 96.63 01:20:47 00:36:01 3 0.28 0.00 0.03 0.00 0.53 99.15 01:20:47 00:37:01 all 0.13 0.00 0.02 0.00 0.48 99.36 01:20:47 00:37:01 0 0.02 0.00 0.02 0.00 0.28 99.68 01:20:47 00:37:01 1 0.20 0.00 0.03 0.00 0.35 99.42 01:20:47 00:37:01 2 0.07 0.00 0.03 0.00 1.02 98.88 01:20:47 00:37:01 3 0.25 0.00 0.02 0.00 0.25 99.48 01:20:47 00:38:01 all 0.09 0.00 0.05 0.00 1.00 98.86 01:20:47 00:38:01 0 0.05 0.00 0.05 0.00 0.96 98.94 01:20:47 00:38:01 1 0.07 0.00 0.07 0.00 1.53 98.34 01:20:47 00:38:01 2 0.17 0.00 0.05 0.00 0.93 98.86 01:20:47 00:38:01 3 0.07 0.00 0.05 0.00 0.60 99.29 01:20:47 00:39:01 all 0.07 0.00 0.03 0.00 0.86 99.04 01:20:47 00:39:01 0 0.20 0.00 0.05 0.00 0.91 98.84 01:20:47 00:39:01 1 0.02 0.00 0.02 0.00 1.67 98.29 01:20:47 00:39:01 2 0.03 0.00 0.02 0.00 0.33 99.62 01:20:47 00:39:01 3 0.02 0.00 0.03 0.00 0.53 99.42 01:20:47 00:40:01 all 0.08 0.00 0.04 0.00 0.30 99.59 01:20:47 00:40:01 0 0.03 0.00 0.03 0.00 0.37 99.57 01:20:47 00:40:01 1 0.23 0.00 0.05 0.00 0.33 99.38 01:20:47 00:40:01 2 0.02 0.00 0.02 0.00 0.10 99.87 01:20:47 00:40:01 3 0.03 0.00 0.05 0.00 0.38 99.53 01:20:47 00:41:01 all 0.04 0.00 0.02 0.00 0.97 98.97 01:20:47 00:41:01 0 0.02 0.00 0.00 0.00 0.78 99.21 01:20:47 00:41:01 1 0.08 0.00 0.03 0.00 1.51 98.37 01:20:47 00:41:01 2 0.00 0.00 0.02 0.00 0.46 99.52 01:20:47 00:41:01 3 0.05 0.00 0.05 0.00 1.11 98.79 01:20:47 00:42:02 all 0.10 0.00 0.05 0.00 0.76 99.09 01:20:47 00:42:02 0 0.03 0.00 0.07 0.00 0.20 99.70 01:20:47 00:42:02 1 0.28 0.00 0.03 0.00 0.70 98.99 01:20:47 00:42:02 2 0.03 0.00 0.00 0.00 0.28 99.68 01:20:47 00:42:02 3 0.07 0.00 0.08 0.00 1.83 98.02 01:20:47 01:20:47 00:42:02 CPU %user %nice %system %iowait %steal %idle 01:20:47 00:43:01 all 0.08 0.00 0.03 0.00 0.95 98.93 01:20:47 00:43:01 0 0.02 0.00 0.03 0.00 0.54 99.41 01:20:47 00:43:01 1 0.23 0.00 0.02 0.02 1.62 98.11 01:20:47 00:43:01 2 0.03 0.00 0.05 0.00 0.44 99.48 01:20:47 00:43:01 3 0.05 0.00 0.03 0.00 1.21 98.71 01:20:47 00:44:01 all 0.07 0.00 0.02 0.00 1.04 98.86 01:20:47 00:44:01 0 0.03 0.00 0.02 0.00 1.45 98.50 01:20:47 00:44:01 1 0.20 0.00 0.03 0.00 1.22 98.55 01:20:47 00:44:01 2 0.02 0.00 0.02 0.00 0.65 99.32 01:20:47 00:44:01 3 0.03 0.00 0.03 0.00 0.84 99.09 01:20:47 00:45:01 all 0.06 0.00 0.04 0.00 0.39 99.51 01:20:47 00:45:01 0 0.02 0.00 0.03 0.00 0.25 99.70 01:20:47 00:45:01 1 0.15 0.00 0.05 0.00 0.50 99.30 01:20:47 00:45:01 2 0.05 0.00 0.07 0.00 0.53 99.35 01:20:47 00:45:01 3 0.02 0.00 0.02 0.00 0.27 99.70 01:20:47 00:46:01 all 0.10 0.00 0.04 0.00 0.37 99.50 01:20:47 00:46:01 0 0.02 0.00 0.02 0.00 0.12 99.85 01:20:47 00:46:01 1 0.28 0.00 0.02 0.00 0.33 99.37 01:20:47 00:46:01 2 0.05 0.00 0.05 0.00 0.86 99.04 01:20:47 00:46:01 3 0.03 0.00 0.08 0.00 0.15 99.73 01:20:47 00:47:01 all 0.10 0.00 0.03 0.00 0.27 99.60 01:20:47 00:47:01 0 0.03 0.00 0.02 0.00 0.18 99.77 01:20:47 00:47:01 1 0.30 0.00 0.02 0.00 0.27 99.42 01:20:47 00:47:01 2 0.03 0.00 0.03 0.00 0.28 99.65 01:20:47 00:47:01 3 0.03 0.00 0.05 0.00 0.37 99.55 01:20:47 00:48:01 all 0.06 0.00 0.03 0.00 0.38 99.53 01:20:47 00:48:01 0 0.02 0.00 0.03 0.00 0.79 99.16 01:20:47 00:48:01 1 0.20 0.00 0.03 0.00 0.33 99.43 01:20:47 00:48:01 2 0.02 0.00 0.03 0.00 0.35 99.60 01:20:47 00:48:01 3 0.00 0.00 0.03 0.00 0.03 99.93 01:20:47 00:49:01 all 0.05 0.00 0.03 0.00 0.61 99.30 01:20:47 00:49:01 0 0.05 0.00 0.05 0.00 1.66 98.24 01:20:47 00:49:01 1 0.13 0.00 0.05 0.00 0.48 99.34 01:20:47 00:49:01 2 0.02 0.00 0.03 0.00 0.13 99.82 01:20:47 00:49:01 3 0.02 0.00 0.00 0.00 0.17 99.82 01:20:47 00:50:02 all 0.04 0.00 0.02 0.00 1.90 98.04 01:20:47 00:50:02 0 0.03 0.00 0.02 0.00 2.19 97.76 01:20:47 00:50:02 1 0.10 0.00 0.02 0.02 1.88 97.99 01:20:47 00:50:02 2 0.02 0.00 0.02 0.00 0.83 99.14 01:20:47 00:50:02 3 0.02 0.00 0.02 0.00 2.68 97.29 01:20:47 00:51:01 all 2.55 0.00 0.69 0.15 5.60 91.00 01:20:47 00:51:01 0 2.96 0.00 1.05 0.42 5.76 89.81 01:20:47 00:51:01 1 2.31 0.00 0.70 0.00 6.23 90.77 01:20:47 00:51:01 2 2.52 0.00 0.68 0.00 6.43 90.37 01:20:47 00:51:01 3 2.43 0.00 0.32 0.20 3.98 93.07 01:20:47 00:52:01 all 5.59 0.00 4.50 1.09 21.89 66.92 01:20:47 00:52:01 0 4.83 0.00 4.63 1.56 24.34 64.65 01:20:47 00:52:01 1 6.07 0.00 4.67 1.72 22.59 64.96 01:20:47 00:52:01 2 5.25 0.00 4.44 0.94 21.48 67.90 01:20:47 00:52:01 3 6.24 0.00 4.27 0.14 19.10 70.25 01:20:47 00:53:01 all 7.20 0.00 4.16 1.07 23.24 64.33 01:20:47 00:53:01 0 8.18 0.00 4.84 1.03 26.26 59.68 01:20:47 00:53:01 1 6.98 0.00 5.53 1.64 24.14 61.71 01:20:47 00:53:01 2 9.07 0.00 3.06 0.91 20.68 66.27 01:20:47 00:53:01 3 4.57 0.00 3.25 0.71 21.86 69.61 01:20:47 01:20:47 00:53:01 CPU %user %nice %system %iowait %steal %idle 01:20:47 00:54:02 all 3.89 0.00 5.08 3.16 28.31 59.55 01:20:47 00:54:02 0 4.26 0.00 4.98 2.38 29.83 58.55 01:20:47 00:54:02 1 3.89 0.00 4.83 3.19 28.27 59.82 01:20:47 00:54:02 2 3.85 0.00 5.92 3.17 27.51 59.56 01:20:47 00:54:02 3 3.56 0.00 4.63 3.92 27.61 60.27 01:20:47 00:55:01 all 8.88 0.00 6.54 5.10 29.19 50.29 01:20:47 00:55:01 0 7.26 0.00 5.36 4.72 30.60 52.05 01:20:47 00:55:01 1 10.23 0.00 6.98 5.98 28.72 48.09 01:20:47 00:55:01 2 8.86 0.00 6.89 4.10 29.30 50.84 01:20:47 00:55:01 3 9.26 0.00 6.99 5.63 28.06 50.04 01:20:47 00:56:01 all 31.64 0.00 10.06 2.52 38.47 17.31 01:20:47 00:56:01 0 22.22 0.00 7.55 3.05 41.75 25.43 01:20:47 00:56:01 1 30.49 0.00 10.14 1.81 40.17 17.39 01:20:47 00:56:01 2 42.29 0.00 11.78 2.31 34.76 8.85 01:20:47 00:56:01 3 33.85 0.00 11.27 2.86 36.34 15.68 01:20:47 00:57:01 all 23.06 0.00 8.75 1.46 37.21 29.52 01:20:47 00:57:01 0 22.62 0.00 8.08 1.99 38.99 28.33 01:20:47 00:57:01 1 21.91 0.00 8.66 1.20 36.29 31.95 01:20:47 00:57:01 2 21.19 0.00 8.58 1.03 37.76 31.44 01:20:47 00:57:01 3 26.74 0.00 9.72 1.66 35.74 26.14 01:20:47 00:58:01 all 20.52 0.00 9.03 2.06 48.04 20.35 01:20:47 00:58:01 0 21.88 0.00 9.07 2.21 48.65 18.19 01:20:47 00:58:01 1 17.23 0.00 8.40 2.19 48.45 23.72 01:20:47 00:58:01 2 18.28 0.00 8.52 2.33 47.92 22.95 01:20:47 00:58:01 3 25.14 0.00 10.24 1.45 47.09 16.08 01:20:47 00:59:01 all 21.21 0.00 11.21 2.59 40.38 24.60 01:20:47 00:59:01 0 21.94 0.00 12.14 2.39 40.68 22.86 01:20:47 00:59:01 1 20.58 0.00 10.77 2.89 40.00 25.76 01:20:47 00:59:01 2 21.90 0.00 11.46 3.03 39.80 23.80 01:20:47 00:59:01 3 20.47 0.00 10.51 2.03 41.07 25.93 01:20:47 01:00:02 all 13.97 0.00 9.70 0.14 36.16 40.02 01:20:47 01:00:02 0 12.19 0.00 8.16 0.28 36.59 42.79 01:20:47 01:00:02 1 14.01 0.00 9.30 0.10 36.42 40.18 01:20:47 01:00:02 2 15.60 0.00 11.17 0.13 35.33 37.78 01:20:47 01:00:02 3 14.18 0.00 10.27 0.07 36.29 39.20 01:20:47 01:01:01 all 5.81 0.00 5.70 0.33 32.61 55.54 01:20:47 01:01:01 0 6.10 0.00 5.41 0.34 33.90 54.25 01:20:47 01:01:01 1 5.84 0.00 5.97 0.41 34.15 53.63 01:20:47 01:01:01 2 5.40 0.00 5.19 0.21 30.86 58.34 01:20:47 01:01:01 3 5.90 0.00 6.22 0.38 31.50 56.00 01:20:47 01:02:05 all 5.09 0.00 6.26 13.65 37.78 37.22 01:20:47 01:02:05 0 3.95 0.00 5.58 12.83 37.96 39.68 01:20:47 01:02:05 1 5.21 0.00 6.56 14.47 37.35 36.42 01:20:47 01:02:05 2 6.58 0.00 6.52 14.58 38.35 33.98 01:20:47 01:02:05 3 4.67 0.00 6.43 12.73 37.44 38.74 01:20:47 01:03:03 all 8.32 0.00 7.25 11.82 45.20 27.42 01:20:47 01:03:03 0 7.97 0.00 7.36 11.22 45.49 27.96 01:20:47 01:03:03 1 7.84 0.00 6.78 10.15 44.63 30.60 01:20:47 01:03:03 2 9.66 0.00 7.99 12.92 45.81 23.61 01:20:47 01:03:03 3 7.84 0.00 6.92 13.03 44.89 27.32 01:20:47 01:04:08 all 2.85 0.00 5.58 35.03 35.60 20.93 01:20:47 01:04:08 0 2.76 0.00 5.26 29.86 35.17 26.95 01:20:47 01:04:08 1 2.81 0.00 5.73 36.89 34.74 19.83 01:20:47 01:04:08 2 2.86 0.00 5.91 39.86 35.43 15.94 01:20:47 01:04:08 3 2.99 0.00 5.44 33.63 36.99 20.95 01:20:47 01:20:47 01:04:08 CPU %user %nice %system %iowait %steal %idle 01:20:47 01:05:07 all 7.11 0.00 5.13 26.63 42.38 18.75 01:20:47 01:05:07 0 7.22 0.00 4.78 29.28 41.87 16.84 01:20:47 01:05:07 1 7.23 0.00 4.78 25.48 42.77 19.74 01:20:47 01:05:07 2 7.16 0.00 6.01 26.03 41.97 18.83 01:20:47 01:05:07 3 6.81 0.00 5.00 25.65 42.91 19.63 01:20:47 01:06:02 all 30.03 0.00 9.76 14.96 33.92 11.32 01:20:47 01:06:02 0 29.84 0.00 10.16 14.40 33.61 11.98 01:20:47 01:06:02 1 29.92 0.00 8.69 15.10 33.12 13.17 01:20:47 01:06:02 2 31.01 0.00 10.23 16.25 32.71 9.79 01:20:47 01:06:02 3 29.38 0.00 9.95 14.12 36.16 10.39 01:20:47 01:07:01 all 35.54 0.00 10.55 6.69 39.53 7.69 01:20:47 01:07:01 0 34.23 0.00 9.65 5.35 40.13 10.64 01:20:47 01:07:01 1 34.97 0.00 10.35 7.24 41.23 6.22 01:20:47 01:07:01 2 38.38 0.00 12.10 5.76 36.00 7.76 01:20:47 01:07:01 3 34.68 0.00 10.16 8.49 40.70 5.96 01:20:47 01:08:03 all 7.82 0.00 9.57 16.66 38.19 27.75 01:20:47 01:08:03 0 8.16 0.00 9.52 11.91 38.54 31.87 01:20:47 01:08:03 1 7.05 0.00 8.42 19.00 38.27 27.26 01:20:47 01:08:03 2 8.00 0.00 10.12 20.38 38.18 23.31 01:20:47 01:08:03 3 8.10 0.00 10.29 15.38 37.76 28.47 01:20:47 01:09:03 all 7.05 0.00 6.68 21.88 41.55 22.83 01:20:47 01:09:03 0 5.79 0.00 6.15 18.81 40.93 28.32 01:20:47 01:09:03 1 7.01 0.00 5.97 25.33 41.61 20.08 01:20:47 01:09:03 2 7.63 0.00 7.61 22.74 41.88 20.14 01:20:47 01:09:03 3 7.85 0.00 7.07 20.71 41.83 22.54 01:20:47 01:10:09 all 3.91 0.00 5.97 37.80 33.42 18.90 01:20:47 01:10:09 0 3.62 0.00 5.04 35.30 33.78 22.26 01:20:47 01:10:09 1 3.65 0.00 6.35 33.51 32.62 23.88 01:20:47 01:10:09 2 3.95 0.00 5.95 45.27 32.19 12.65 01:20:47 01:10:09 3 4.41 0.00 6.57 37.21 35.10 16.70 01:20:47 01:11:02 all 8.95 0.00 6.09 27.78 39.51 17.67 01:20:47 01:11:02 0 8.91 0.00 5.65 29.42 39.70 16.32 01:20:47 01:11:02 1 8.80 0.00 5.91 27.54 39.10 18.66 01:20:47 01:11:02 2 8.11 0.00 5.72 25.70 39.29 21.19 01:20:47 01:11:02 3 10.03 0.00 7.10 28.50 39.97 14.41 01:20:47 01:12:02 all 55.26 0.00 13.21 1.62 28.54 1.37 01:20:47 01:12:02 0 54.54 0.00 13.25 2.02 28.81 1.38 01:20:47 01:12:02 1 57.09 0.00 13.40 1.34 27.13 1.04 01:20:47 01:12:02 2 55.25 0.00 13.53 2.06 28.26 0.89 01:20:47 01:12:02 3 54.21 0.00 12.67 1.06 29.92 2.14 01:20:47 01:13:01 all 4.60 0.00 6.17 6.07 24.40 58.77 01:20:47 01:13:01 0 4.64 0.00 5.53 8.81 24.52 56.50 01:20:47 01:13:01 1 4.61 0.00 6.10 5.15 23.94 60.19 01:20:47 01:13:01 2 5.06 0.00 6.63 5.02 24.67 58.62 01:20:47 01:13:01 3 4.08 0.00 6.40 5.29 24.45 59.78 01:20:47 01:14:01 all 0.07 0.00 0.16 0.00 2.08 97.69 01:20:47 01:14:01 0 0.13 0.00 0.21 0.00 1.47 98.19 01:20:47 01:14:01 1 0.02 0.00 0.11 0.00 2.31 97.55 01:20:47 01:14:01 2 0.00 0.00 0.15 0.00 1.35 98.50 01:20:47 01:14:01 3 0.11 0.00 0.16 0.02 3.16 96.55 01:20:47 01:15:02 all 0.09 0.00 0.19 0.00 1.99 97.73 01:20:47 01:15:02 0 0.23 0.00 0.34 0.00 1.98 97.45 01:20:47 01:15:02 1 0.08 0.00 0.14 0.00 3.33 96.44 01:20:47 01:15:02 2 0.03 0.00 0.05 0.00 1.36 98.56 01:20:47 01:15:02 3 0.02 0.00 0.21 0.00 1.27 98.50 01:20:47 01:20:47 01:15:02 CPU %user %nice %system %iowait %steal %idle 01:20:47 01:16:01 all 0.08 0.00 0.03 0.00 1.08 98.81 01:20:47 01:16:01 0 0.03 0.00 0.02 0.00 1.37 98.58 01:20:47 01:16:01 1 0.00 0.00 0.02 0.00 0.89 99.09 01:20:47 01:16:01 2 0.25 0.00 0.05 0.00 1.72 97.98 01:20:47 01:16:01 3 0.03 0.00 0.03 0.00 0.34 99.59 01:20:47 01:17:01 all 0.05 0.00 0.07 0.00 2.24 97.64 01:20:47 01:17:01 0 0.03 0.00 0.05 0.02 2.09 97.81 01:20:47 01:17:01 1 0.03 0.00 0.11 0.00 2.12 97.73 01:20:47 01:17:01 2 0.11 0.00 0.08 0.00 3.56 96.25 01:20:47 01:17:01 3 0.02 0.00 0.02 0.00 1.15 98.82 01:20:47 01:18:01 all 0.08 0.00 0.12 0.02 2.05 97.73 01:20:47 01:18:01 0 0.24 0.00 0.05 0.00 3.08 96.63 01:20:47 01:18:01 1 0.05 0.00 0.05 0.08 2.79 97.04 01:20:47 01:18:01 2 0.00 0.00 0.13 0.00 1.11 98.76 01:20:47 01:18:01 3 0.02 0.00 0.25 0.00 1.19 98.54 01:20:47 01:19:01 all 0.05 0.00 0.03 0.00 1.94 97.98 01:20:47 01:19:01 0 0.15 0.00 0.05 0.00 2.17 97.63 01:20:47 01:19:01 1 0.00 0.00 0.03 0.00 2.04 97.93 01:20:47 01:19:01 2 0.05 0.00 0.05 0.00 3.14 96.77 01:20:47 01:19:01 3 0.00 0.00 0.00 0.00 0.37 99.63 01:20:47 01:20:01 all 3.38 0.00 3.12 3.07 16.66 73.77 01:20:47 01:20:01 0 3.30 0.00 2.85 3.13 17.53 73.19 01:20:47 01:20:01 1 3.86 0.00 3.09 3.64 16.31 73.10 01:20:47 01:20:01 2 2.34 0.00 3.32 1.46 16.14 76.73 01:20:47 01:20:01 3 4.03 0.00 3.21 4.07 16.64 72.05 01:20:47 Average: all 6.43 0.00 3.68 5.63 17.99 66.27 01:20:47 Average: 0 6.17 0.00 3.55 5.42 18.50 66.36 01:20:47 Average: 1 6.32 0.00 3.60 5.67 18.14 66.27 01:20:47 Average: 2 6.74 0.00 3.85 5.96 17.58 65.87 01:20:47 Average: 3 6.51 0.00 3.73 5.47 17.71 66.58 01:20:47 01:20:47 01:20:47