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 66c8d670fc1c00e1c9077dc6217476d6b47173d6 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 Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29643’ Running on prd-centos7-docker-4c-2g-29646 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # 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 66c8d670fc1c00e1c9077dc6217476d6b47173d6 Merge succeeded, producing 66c8d670fc1c00e1c9077dc6217476d6b47173d6 Checking out Revision 66c8d670fc1c00e1c9077dc6217476d6b47173d6 (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f 66c8d670fc1c00e1c9077dc6217476d6b47173d6 # 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 66c8d670fc1c00e1c9077dc6217476d6b47173d6 # timeout=10 Commit message: "feat: Build CoreCommands from DeviceResources" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:10:05 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:10:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:10:05 ========================================================= 14:10:05 EdgeX Global Pipelines Version Info 14:10:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce # timeout=10 14:10:09 ------------------- 14:10:09 stable info: 14:10:09 ------------------- 14:10:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:10:09 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:10:09 Message: update stable to v1.0.184 14:10:11 ------------------- 14:10:11 experimental info: 14:10:11 ------------------- 14:10:11 Commited By: **** collab-it+edgex@linuxfoundation.org 14:10:11 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 14:10:11 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:10:11 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:10:12 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:10:13 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:10:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 14:10:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo 14:10:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo 14:10:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo 14:10:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 66c8d670fc1c00e1c9077dc6217476d6b47173d6 [Pipeline] echo 14:10:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 66c8d67 [Pipeline] echo 14:10:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:10:14 provisioning config files... 14:10:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config7021795835820657587tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:10:15 ---> docker-login.sh 14:10:15 nexus3.edgexfoundry.org:10001 14:10:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:20 Configure a credential helper to remove this warning. See 14:10:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:20 14:10:20 Login Succeeded 14:10:20 nexus3.edgexfoundry.org:10002 14:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:21 Configure a credential helper to remove this warning. See 14:10:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:21 14:10:21 Login Succeeded 14:10:21 nexus3.edgexfoundry.org:10003 14:10:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:22 Configure a credential helper to remove this warning. See 14:10:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:22 14:10:22 Login Succeeded 14:10:22 nexus3.edgexfoundry.org:10004 14:10:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:23 Configure a credential helper to remove this warning. See 14:10:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:23 14:10:23 Login Succeeded 14:10:23 docker.io 14:10:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:10:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:10:24 Configure a credential helper to remove this warning. See 14:10:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:10:24 14:10:24 Login Succeeded 14:10:24 ---> docker-login.sh ends [Pipeline] } 14:10:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:10:26 ++ 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 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ dirname cmd/core-command/Dockerfile 14:10:26 ++ cut -d/ -f2 14:10:26 + echo core-command,cmd/core-command/Dockerfile 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ dirname cmd/core-data/Dockerfile 14:10:26 ++ cut -d/ -f2 14:10:26 + echo core-data,cmd/core-data/Dockerfile 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ cut -d/ -f2 14:10:26 ++ dirname cmd/core-metadata/Dockerfile 14:10:26 + echo core-metadata,cmd/core-metadata/Dockerfile 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ dirname cmd/security-bootstrapper/Dockerfile 14:10:26 ++ cut -d/ -f2 14:10:26 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ dirname cmd/security-proxy-setup/Dockerfile 14:10:26 ++ cut -d/ -f2 14:10:26 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:10:26 ++ cut -d/ -f2 14:10:26 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ dirname cmd/support-notifications/Dockerfile 14:10:26 ++ cut -d/ -f2 14:10:26 + echo support-notifications,cmd/support-notifications/Dockerfile 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ dirname cmd/support-scheduler/Dockerfile 14:10:26 ++ cut -d/ -f2 14:10:26 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:10:26 + for file in '`ls cmd/**/Dockerfile`' 14:10:26 ++ cut -d/ -f2 14:10:26 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:10:26 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:10:27 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 14:10:28 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:10:28 14:10:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:10:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:10:29 latest: Pulling from edgex-devops/git-semver 14:10:29 31603596830f: Pulling fs layer 14:10:29 2a8b12db71e7: Pulling fs layer 14:10:29 6ca5941a6612: Pulling fs layer 14:10:29 ecc8261a40a4: Pulling fs layer 14:10:29 ecc8261a40a4: Waiting 14:10:29 2a8b12db71e7: Verifying Checksum 14:10:29 2a8b12db71e7: Download complete 14:10:29 31603596830f: Verifying Checksum 14:10:29 31603596830f: Download complete 14:10:29 ecc8261a40a4: Verifying Checksum 14:10:29 ecc8261a40a4: Download complete 14:10:30 6ca5941a6612: Verifying Checksum 14:10:30 6ca5941a6612: Download complete 14:10:31 31603596830f: Pull complete 14:10:31 2a8b12db71e7: Pull complete 14:10:34 6ca5941a6612: Pull complete 14:10:34 ecc8261a40a4: Pull complete 14:10:35 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:10:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:10:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:10:35 prd-centos7-docker-4c-2g-29646 does not seem to be running inside a container 14:10:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:10:40 $ docker top 880be5c33eecadd9e8cf9ba21be657828ab65e48161165d391579f92aa94d558 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:10:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:10:40 [ssh-agent] Looking for ssh-agent implementation... 14:10:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:10:41 $ docker exec 880be5c33eecadd9e8cf9ba21be657828ab65e48161165d391579f92aa94d558 ssh-agent 14:10:42 SSH_AUTH_SOCK=/tmp/ssh-6xTwyIvh8eSQ/agent.11 14:10:42 SSH_AGENT_PID=16 14:10:42 Running ssh-add (command line suppressed) 14:10:42 Identity added: /w/workspace/edgex-go/13@tmp/private_key_3646184708229944282.key (/w/workspace/edgex-go/13@tmp/private_key_3646184708229944282.key) 14:10:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:10:43 + git tag --points-at HEAD [Pipeline] } 14:10:43 $ docker exec --env ******** --env ******** 880be5c33eecadd9e8cf9ba21be657828ab65e48161165d391579f92aa94d558 ssh-agent -k 14:10:43 unset SSH_AUTH_SOCK; 14:10:43 unset SSH_AGENT_PID; 14:10:43 echo Agent pid 16 killed; 14:10:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:10:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:10:43 [ssh-agent] Looking for ssh-agent implementation... 14:10:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:10:44 $ docker exec 880be5c33eecadd9e8cf9ba21be657828ab65e48161165d391579f92aa94d558 ssh-agent 14:10:44 SSH_AUTH_SOCK=/tmp/ssh-54ijJl5csi4A/agent.44 14:10:44 SSH_AGENT_PID=49 14:10:44 Running ssh-add (command line suppressed) 14:10:45 Identity added: /w/workspace/edgex-go/13@tmp/private_key_2356324535717014938.key (/w/workspace/edgex-go/13@tmp/private_key_2356324535717014938.key) 14:10:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:10:45 + git semver init 14:10:45 # -> Open(): unable to determine branch for HEAD 14:10:45 # $GIT_DIR = /w/workspace/edgex-go/13/.git 14:10:45 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 14:10:45 # $SEMVER_REMOTE_NAME = origin 14:10:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:10:45 # $SEMVER_USER_NAME = edgex-jenkins 14:10:45 # $SEMVER_BRANCH = PR-3250 14:10:45 # $SEMVER_TEMP = /tmp/semver-711842278 14:10:45 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:11:25 # '/tmp/semver-711842278' -> '/w/workspace/edgex-go/13/.semver' 14:11:27 # -> Force: false 14:11:27 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 14:11:27 $ docker exec --env ******** --env ******** 880be5c33eecadd9e8cf9ba21be657828ab65e48161165d391579f92aa94d558 ssh-agent -k 14:11:28 unset SSH_AUTH_SOCK; 14:11:28 unset SSH_AGENT_PID; 14:11:28 echo Agent pid 49 killed; 14:11:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:11:29 + git semver [Pipeline] } 14:11:29 $ docker stop --time=1 880be5c33eecadd9e8cf9ba21be657828ab65e48161165d391579f92aa94d558 14:11:32 $ docker rm -f 880be5c33eecadd9e8cf9ba21be657828ab65e48161165d391579f92aa94d558 [Pipeline] // withDockerContainer [Pipeline] sh 14:11:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:11:34 Stashed 1 file(s) [Pipeline] echo 14:11:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:11:35 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:11:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:11:37 + sudo service docker restart 14:11:37 + true 14:11:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:11:39 ========================================================= 14:11:39 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:11:39 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:11:39 + 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 . 14:11:50 Still waiting to schedule task 14:11:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 14:11:52 Sending build context to Docker daemon 328.6MB 14:11:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:11:52 Step 2/6 : FROM ${BASE} 14:11:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:11:52 188c0c94c7c5: Pulling fs layer 14:11:52 0ef7d3d256c8: Pulling fs layer 14:11:52 de9db76c5a1d: Pulling fs layer 14:11:52 bca2f99d35d6: Pulling fs layer 14:11:52 93359f2a8cfa: Pulling fs layer 14:11:52 7c6f9722023f: Pulling fs layer 14:11:52 a35cf1a2eb13: Pulling fs layer 14:11:52 bca2f99d35d6: Waiting 14:11:52 7c6f9722023f: Waiting 14:11:52 93359f2a8cfa: Waiting 14:11:52 a35cf1a2eb13: Waiting 14:11:52 de9db76c5a1d: Verifying Checksum 14:11:52 de9db76c5a1d: Download complete 14:11:52 0ef7d3d256c8: Download complete 14:11:53 93359f2a8cfa: Verifying Checksum 14:11:53 93359f2a8cfa: Download complete 14:11:53 7c6f9722023f: Verifying Checksum 14:11:53 7c6f9722023f: Download complete 14:11:54 188c0c94c7c5: Verifying Checksum 14:11:54 188c0c94c7c5: Download complete 14:11:56 188c0c94c7c5: Pull complete 14:11:58 0ef7d3d256c8: Pull complete 14:11:58 de9db76c5a1d: Pull complete 14:12:01 a35cf1a2eb13: Verifying Checksum 14:12:01 a35cf1a2eb13: Download complete 14:12:05 bca2f99d35d6: Verifying Checksum 14:12:05 bca2f99d35d6: Download complete 14:12:24 bca2f99d35d6: Pull complete 14:12:25 93359f2a8cfa: Pull complete 14:12:25 7c6f9722023f: Pull complete 14:12:36 a35cf1a2eb13: Pull complete 14:12:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:12:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:12:36 ---> a62c8e92a672 14:12:36 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 14:12:36 ---> Running in 21dc12b3d0ac 14:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:12:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:12:40 (1/12) Installing libmagic (5.38-r0) 14:12:40 (2/12) Installing file (5.38-r0) 14:12:40 (3/12) Installing libc-dev (0.7.2-r3) 14:12:40 (4/12) Installing g++ (9.3.0-r2) 14:12:53 (5/12) Installing fortify-headers (1.1-r0) 14:12:53 (6/12) Installing patch (2.7.6-r6) 14:12:53 (7/12) Installing build-base (0.5-r2) 14:12:53 (8/12) Installing libsodium (1.0.18-r0) 14:12:53 (9/12) Installing pkgconf (1.7.2-r0) 14:12:53 (10/12) Installing libsodium-dev (1.0.18-r0) 14:12:53 (11/12) Installing libzmq (4.3.3-r0) 14:12:54 (12/12) Installing zeromq-dev (4.3.3-r0) 14:12:54 Executing busybox-1.31.1-r19.trigger 14:12:54 OK: 233 MiB in 51 packages 14:13:01 Removing intermediate container 21dc12b3d0ac 14:13:01 ---> 09d5517122b9 14:13:01 Step 4/6 : WORKDIR /edgex-go 14:13:01 ---> Running in 9a4f31d4dc1c 14:13:01 Removing intermediate container 9a4f31d4dc1c 14:13:01 ---> 68c70d76aad6 14:13:01 Step 5/6 : COPY go.mod . 14:13:01 ---> 3896a1b4cfb9 14:13:01 Step 6/6 : RUN go mod download 14:13:01 ---> Running in 2eebf764fbbd 14:13:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29647 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 14:13:47 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 14:13:49 Removing intermediate container 2eebf764fbbd 14:13:49 ---> b8bda8640e6d 14:13:49 Successfully built b8bda8640e6d 14:13:49 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:13:49 + docker inspect -f . ci-base-image-x86_64 14:13:50 . [Pipeline] withDockerContainer 14:13:50 prd-centos7-docker-4c-2g-29646 does not seem to be running inside a container 14:13:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** ci-base-image-x86_64 cat 14:13:52 using credential edgex-jenkins-ssh 14:13:52 Cloning the remote Git repository 14:13:52 $ docker top 96eb5caf509452e4504746ff69fd604b76a9e93ec6564e0b85aaa4697edd6e43 -eo pid,comm [Pipeline] { [Pipeline] sh 14:13:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:13:52 > git init /w/workspace/edgex-go/13 # timeout=10 14:13:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:13:52 > git --version # timeout=10 14:13:52 > git --version # 'git version 2.17.1' 14:13:52 using GIT_SSH to set credentials SSH Credentials for GitHub 14:13:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:13:53 + go version 14:13:53 go version go1.15.5 linux/amd64 [Pipeline] } 14:13:53 $ docker stop --time=1 96eb5caf509452e4504746ff69fd604b76a9e93ec6564e0b85aaa4697edd6e43 14:13:55 $ docker rm -f 96eb5caf509452e4504746ff69fd604b76a9e93ec6564e0b85aaa4697edd6e43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:13:56 + docker inspect -f . ci-base-image-x86_64 14:13:57 . [Pipeline] withDockerContainer 14:13:57 prd-centos7-docker-4c-2g-29646 does not seem to be running inside a container 14:13:57 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 ******** ci-base-image-x86_64 cat 14:14:02 $ docker top fc70aa45592696eab082a2b5f0ae5141aa7f1ed978c43215bdb29faa0800b8fc -eo pid,comm [Pipeline] { [Pipeline] echo 14:14:03 ========================================================= 14:14:03 [edgeXBuildGoParallel] Running Tests and Build... 14:14:03 ========================================================= [Pipeline] sh 14:14:04 + make test 14:14:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:14:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:14:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:14:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:14:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:14:08 using GIT_SSH to set credentials SSH Credentials for GitHub 14: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 14:14:09 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:14:10 Merge succeeded, producing 66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:14:10 Checking out Revision 66c8d670fc1c00e1c9077dc6217476d6b47173d6 (PR-3250) 14:14:09 > git config core.sparsecheckout # timeout=10 14:14:09 > git checkout -f 66c8d670fc1c00e1c9077dc6217476d6b47173d6 # timeout=10 14:14:09 > git remote # timeout=10 14:14:09 > git config --get remote.origin.url # timeout=10 14:14:09 using GIT_SSH to set credentials SSH Credentials for GitHub 14:14:09 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 14:14:10 > git rev-parse HEAD^{commit} # timeout=10 14:14:10 > git config core.sparsecheckout # timeout=10 14:14:10 > git checkout -f 66c8d670fc1c00e1c9077dc6217476d6b47173d6 # timeout=10 14:14:14 Commit message: "feat: Build CoreCommands from DeviceResources" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:14:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:14:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:14:17 + true 14:14:17 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:14:19 provisioning config files... 14:14:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config4266984725354901350tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:14:19 ---> docker-login.sh 14:14:19 nexus3.edgexfoundry.org:10001 14:14:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:21 Configure a credential helper to remove this warning. See 14:14:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:21 14:14:21 Login Succeeded 14:14:21 nexus3.edgexfoundry.org:10002 14:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:21 Configure a credential helper to remove this warning. See 14:14:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:21 14:14:21 Login Succeeded 14:14:21 nexus3.edgexfoundry.org:10003 14:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:22 Configure a credential helper to remove this warning. See 14:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:22 14:14:22 Login Succeeded 14:14:22 nexus3.edgexfoundry.org:10004 14:14:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:23 Configure a credential helper to remove this warning. See 14:14:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:23 14:14:23 Login Succeeded 14:14:23 docker.io 14:14:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:14:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:14:24 Configure a credential helper to remove this warning. See 14:14:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:14:24 14:14:24 Login Succeeded 14:14:24 ---> docker-login.sh ends [Pipeline] } 14:14:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:14:24 ========================================================= 14:14:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:14:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:14:25 + 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 . 14:14:27 Sending build context to Docker daemon 166.9MB 14:14:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:14:27 Step 2/6 : FROM ${BASE} 14:14:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:14:27 5f621e34cdf4: Pulling fs layer 14:14:27 a4357932f1b6: Pulling fs layer 14:14:27 18c013af1878: Pulling fs layer 14:14:27 00ac8860ef70: Pulling fs layer 14:14:27 63d7cb157983: Pulling fs layer 14:14:27 b116817d02f9: Pulling fs layer 14:14:27 745a02a5169b: Pulling fs layer 14:14:27 00ac8860ef70: Waiting 14:14:27 63d7cb157983: Waiting 14:14:27 b116817d02f9: Waiting 14:14:27 745a02a5169b: Waiting 14:14:27 18c013af1878: Verifying Checksum 14:14:27 18c013af1878: Download complete 14:14:27 a4357932f1b6: Download complete 14:14:27 63d7cb157983: Verifying Checksum 14:14:27 63d7cb157983: Download complete 14:14:27 b116817d02f9: Download complete 14:14:27 5f621e34cdf4: Verifying Checksum 14:14:27 5f621e34cdf4: Download complete 14:14:28 5f621e34cdf4: Pull complete 14:14:28 a4357932f1b6: Pull complete 14:14:29 18c013af1878: Pull complete 14:14:30 745a02a5169b: Verifying Checksum 14:14:30 745a02a5169b: Download complete 14:14:31 00ac8860ef70: Verifying Checksum 14:14:31 00ac8860ef70: Download complete 14:14:39 ? github.com/edgexfoundry/edgex-go [no test files] 14:14:43 00ac8860ef70: Pull complete 14:14:43 63d7cb157983: Pull complete 14:14:43 b116817d02f9: Pull complete 14:14:45 745a02a5169b: Pull complete 14:14:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:14:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:14:45 ---> b7e6874047d6 14:14:45 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 14:14:50 ---> Running in 048f579d0171 14:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:14:52 (1/12) Installing libmagic (5.38-r0) 14:14:52 (2/12) Installing file (5.38-r0) 14:14:52 (3/12) Installing libc-dev (0.7.2-r3) 14:14:52 (4/12) Installing g++ (9.3.0-r2) 14:14:57 (5/12) Installing fortify-headers (1.1-r0) 14:14:57 (6/12) Installing patch (2.7.6-r6) 14:14:57 (7/12) Installing build-base (0.5-r2) 14:14:57 (8/12) Installing libsodium (1.0.18-r0) 14:14:57 (9/12) Installing pkgconf (1.7.2-r0) 14:14:57 (10/12) Installing libsodium-dev (1.0.18-r0) 14:14:57 (11/12) Installing libzmq (4.3.3-r0) 14:14:57 (12/12) Installing zeromq-dev (4.3.3-r0) 14:14:57 Executing busybox-1.31.1-r19.trigger 14:14:57 OK: 217 MiB in 51 packages 14:15:03 Removing intermediate container 048f579d0171 14:15:03 ---> 5fd7aef8e7fb 14:15:03 Step 4/6 : WORKDIR /edgex-go 14:15:03 ---> Running in 95946db5f751 14:15:03 Removing intermediate container 95946db5f751 14:15:03 ---> 79778bf0c0eb 14:15:03 Step 5/6 : COPY go.mod . 14:15:03 ---> 9987521f9ee1 14:15:03 Step 6/6 : RUN go mod download 14:15:03 ---> Running in b3b79a4dd5c8 14:15:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:15:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:15:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:15:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:15:36 Removing intermediate container b3b79a4dd5c8 14:15:36 ---> f16fb1eff22c 14:15:36 Successfully built f16fb1eff22c 14:15:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:15:36 + docker inspect -f . ci-base-image-arm64 14:15:36 . [Pipeline] withDockerContainer 14:15:36 prd-ubuntu18.04-docker-arm64-4c-16g-29647 does not seem to be running inside a container 14:15:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 14:15:38 $ docker top 66d8d2b748b1d207eca237fa12285f6e0a451824a45a05f9b74b323e4b31748e -eo pid,comm [Pipeline] { [Pipeline] sh 14:15:39 + go version 14:15:39 go version go1.15.5 linux/arm64 [Pipeline] } 14:15:39 $ docker stop --time=1 66d8d2b748b1d207eca237fa12285f6e0a451824a45a05f9b74b323e4b31748e 14:15:41 $ docker rm -f 66d8d2b748b1d207eca237fa12285f6e0a451824a45a05f9b74b323e4b31748e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:15:42 + docker inspect -f . ci-base-image-arm64 14:15:42 . [Pipeline] withDockerContainer 14:15:42 prd-ubuntu18.04-docker-arm64-4c-16g-29647 does not seem to be running inside a container 14:15:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:15:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:15:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:15:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:15:43 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 14:15:44 $ docker top 5a35606166916a60ebd472332acc2f36ec37276367623d26c4bf1c4d6bb9e544 -eo pid,comm [Pipeline] { [Pipeline] echo 14:15:44 ========================================================= 14:15:44 [edgeXBuildGoParallel] Running Tests and Build... 14:15:44 ========================================================= [Pipeline] sh 14:15:45 + make test 14:15:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:15:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:15:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:15:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:15:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:15:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:15:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.302s coverage: 45.9% of statements 14:15:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:15:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:15:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:15:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:15:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:15:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:15:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.097s coverage: 19.8% of statements 14:15:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.335s coverage: 100.0% of statements 14:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.502s coverage: 27.1% of statements 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.106s coverage: 100.0% of statements 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:16:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:16:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:16:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 71.3% of statements 14:16:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:16:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:16:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.725s coverage: 82.9% of statements 14:16:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:16:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:16:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements 14:16:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:16:12 ? github.com/edgexfoundry/edgex-go [no test files] 14:16:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.639s coverage: 28.6% of statements 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:16:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.591s coverage: 100.0% of statements 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:16:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.124s coverage: 100.0% of statements 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:16:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.244s coverage: 86.7% of statements 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:16:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.244s coverage: 97.5% of statements 14:16:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:16:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.182s coverage: 78.3% of statements 14:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:16:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:16:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.090s coverage: 92.8% of statements 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:16:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:16:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.146s coverage: 0.1% of statements 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:16:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:16:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.125s coverage: 47.1% of statements 14:16:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.141s coverage: 79.5% of statements 14:16:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.089s coverage: 94.1% of statements 14:16:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.289s coverage: 96.3% of statements 14:16:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.090s coverage: 87.5% of statements 14:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.193s coverage: 94.4% of statements 14:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.069s coverage: 44.8% of statements 14:16:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.188s coverage: 81.4% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.213s coverage: 92.9% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.170s coverage: 87.2% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 75.5% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.148s coverage: 80.8% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.6% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.244s coverage: 91.6% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.370s coverage: 62.4% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.093s coverage: 100.0% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.126s coverage: 73.7% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.847s coverage: 69.0% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.175s coverage: 38.4% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.090s coverage: 89.5% of statements 14:16:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:16:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements 14:16:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:16:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.252s coverage: 47.0% of statements 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:16:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.110s coverage: 100.0% of statements 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:16:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:16:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:16:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.286s coverage: 87.1% of statements 14:16:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:16:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:16:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:16:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.154s coverage: 29.1% of statements 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:16:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.130s coverage: 99.0% of statements 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:16:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.138s coverage: 100.0% of statements 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:16:56 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.149s coverage: 96.5% of statements 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:16:56 ok github.com/edgexfoundry/edgex-go/internal/system 0.059s coverage: 0.0% of statements 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:16:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.105s coverage: 100.0% of statements 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:16:56 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:16:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.124s coverage: 87.9% of statements 14:16:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:16:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:16:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 14:16:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.078s coverage: 32.1% of statements 14:16:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.169s coverage: 100.0% of statements 14:17:00 GO111MODULE=on go vet ./... 14:17:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:17:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:17:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:17:18 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:17:18 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:17:18 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:17:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:17:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:17:21 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:17:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:17:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:17:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.303s coverage: 45.9% of statements 14:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:17:36 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.161s coverage: 19.8% of statements 14:17:36 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.212s coverage: 100.0% of statements 14:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.536s coverage: 27.1% of statements 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.109s coverage: 100.0% of statements 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:17:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.264s coverage: 71.3% of statements 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:17:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:17:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.537s coverage: 82.9% of statements 14:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:17:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.168s coverage: 78.9% of statements 14:17:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:17:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.198s coverage: 28.6% of statements 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:17:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.230s coverage: 100.0% of statements 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:17:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:17:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.292s coverage: 86.7% of statements 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:17:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.445s coverage: 97.5% of statements 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:17:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:17:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:18:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.295s coverage: 92.8% of statements 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:18:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.067s coverage: 58.8% of statements 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:18:07 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.228s coverage: 0.1% of statements 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:18:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.161s coverage: 47.1% of statements 14:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.112s coverage: 79.5% of statements 14:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 14:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.075s coverage: 96.3% of statements 14:18:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.065s coverage: 87.5% of statements 14:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.069s coverage: 94.4% of statements 14:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements 14:18:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.134s coverage: 81.4% of statements 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.121s coverage: 92.9% of statements 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.6% of statements 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.6% of statements 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.482s coverage: 62.4% of statements 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:18:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.055s coverage: 100.0% of statements 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements 14:18:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 14:18:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.962s coverage: 69.0% of statements 14:18:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:18:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:18:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:18:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 38.4% of statements 14:18:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:18:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:18:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.158s coverage: 89.5% of statements 14:18:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:18:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.068s coverage: 84.8% of statements 14:18:39 gofmt -l . 14:18:39 [ "`gofmt -l .`" = "" ] 14:18:39 ./bin/test-go-mod-tidy.sh 14:18:39 ./bin/test-attribution-txt.sh [Pipeline] sh 14:18:41 + ls -al . 14:18:41 total 748 14:18:41 drwxrwxr-x 10 1001 1001 4096 Mar 12 14:18 . 14:18:41 drwxr-xr-x 4 root root 30 Mar 12 14:14 .. 14:18:41 -rw-rw-r-- 1 1001 1001 11 Mar 12 14:09 .dockerignore 14:18:41 drwxrwxr-x 8 1001 1001 179 Mar 12 14:10 .git 14:18:41 drwxrwxr-x 3 1001 1001 125 Mar 12 14:09 .github 14:18:41 -rw-rw-r-- 1 1001 1001 818 Mar 12 14:09 .gitignore 14:18:41 drwx------ 3 1001 1001 60 Mar 12 14:11 .semver 14:18:41 -rw-rw-r-- 1 1001 1001 166 Mar 12 14:09 .sonarcloud.properties 14:18:41 -rw-rw-r-- 1 1001 1001 8607 Mar 12 14:09 Attribution.txt 14:18:41 -rw-rw-r-- 1 1001 1001 3804 Mar 12 14:09 CONTRIBUTING.md 14:18:41 -rw-rw-r-- 1 1001 1001 931 Mar 12 14:09 Dockerfile.build 14:18:41 -rw-rw-r-- 1 1001 1001 863 Mar 12 14:09 Jenkinsfile 14:18:41 -rw-rw-r-- 1 1001 1001 10775 Mar 12 14:09 LICENSE 14:18:41 -rw-rw-r-- 1 1001 1001 5774 Mar 12 14:09 Makefile 14:18:41 -rw-rw-r-- 1 1001 1001 6548 Mar 12 14:09 README.md 14:18:41 -rw-rw-r-- 1 1001 1001 6755 Mar 12 14:09 SECURITY.md 14:18:41 -rw-rw-r-- 1 1001 1001 5 Mar 12 14:11 VERSION 14:18:41 -rw-rw-r-- 1 1001 1001 4131 Mar 12 14:09 ZMQWindows.md 14:18:41 drwxrwxr-x 2 1001 1001 117 Mar 12 14:09 bin 14:18:41 drwxrwxr-x 14 1001 1001 4096 Mar 12 14:09 cmd 14:18:41 -rw-r--r-- 1 root root 635765 Mar 12 14:16 coverage.out 14:18:41 -rw-r--r-- 1 root root 1055 Mar 12 14:18 go.mod 14:18:41 -rw-r--r-- 1 root root 21981 Mar 12 14:18 go.sum 14:18:41 drwxrwxr-x 8 1001 1001 127 Mar 12 14:09 internal 14:18:41 drwxrwxr-x 4 1001 1001 26 Mar 12 14:09 openapi 14:18:41 drwxrwxr-x 4 1001 1001 71 Mar 12 14:09 snap 14:18:41 -rw-rw-r-- 1 1001 1001 168 Mar 12 14:09 version.go [Pipeline] sh 14:18:42 + '[' -e coverage.out ] 14:18:42 + chown 1001:1001 coverage.out [Pipeline] stash 14:18:43 Stashed 1 file(s) [Pipeline] sh 14:18:44 + make build 14:18:45 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 14:18:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.402s coverage: 47.0% of statements 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:18:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:18:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:18:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.433s coverage: 87.1% of statements 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:18:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:18:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.261s coverage: 29.1% of statements 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.259s coverage: 96.5% of statements 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:18:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 14:18:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 14:18:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 14:18:54 GO111MODULE=on go vet ./... 14:19:08 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 14:19:11 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 14:19:15 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 14:19:18 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 14:19:23 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 14:19:26 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 14:19: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 14:19:38 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 14:19:41 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 14:19:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:19:50 $ docker stop --time=1 fc70aa45592696eab082a2b5f0ae5141aa7f1ed978c43215bdb29faa0800b8fc 14:19:53 $ docker rm -f fc70aa45592696eab082a2b5f0ae5141aa7f1ed978c43215bdb29faa0800b8fc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:19:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:19:57 14:19:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 14:19:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:19:58 latest: Pulling from edgex-devops/edgex-compose 14:19:58 cbdbe7a5bc2a: Pulling fs layer 14:19:58 ca9280d653b3: Pulling fs layer 14:19:58 7e9c9ca2126c: Pulling fs layer 14:19:59 cbdbe7a5bc2a: Verifying Checksum 14:19:59 cbdbe7a5bc2a: Download complete 14:20:00 cbdbe7a5bc2a: Pull complete 14:20:01 ca9280d653b3: Verifying Checksum 14:20:01 ca9280d653b3: Download complete 14:20:06 ca9280d653b3: Pull complete 14:20:06 7e9c9ca2126c: Download complete 14:20:16 gofmt -l . 14:20:16 [ "`gofmt -l .`" = "" ] 14:20:16 ./bin/test-go-mod-tidy.sh 14:20:16 ./bin/test-attribution-txt.sh [Pipeline] sh 14:20:17 + ls -al . 14:20:17 total 776 14:20:17 drwxrwxr-x 9 1001 1001 4096 Mar 12 14:20 . 14:20:17 drwxr-xr-x 4 root root 4096 Mar 12 14:15 .. 14:20:17 -rw-rw-r-- 1 1001 1001 11 Mar 12 14:14 .dockerignore 14:20:17 drwxrwxr-x 8 1001 1001 4096 Mar 12 14:14 .git 14:20:17 drwxrwxr-x 3 1001 1001 4096 Mar 12 14:14 .github 14:20:17 -rw-rw-r-- 1 1001 1001 818 Mar 12 14:14 .gitignore 14:20:17 -rw-rw-r-- 1 1001 1001 166 Mar 12 14:14 .sonarcloud.properties 14:20:17 -rw-rw-r-- 1 1001 1001 8607 Mar 12 14:14 Attribution.txt 14:20:17 -rw-rw-r-- 1 1001 1001 3804 Mar 12 14:14 CONTRIBUTING.md 14:20:17 -rw-rw-r-- 1 1001 1001 931 Mar 12 14:14 Dockerfile.build 14:20:17 -rw-rw-r-- 1 1001 1001 863 Mar 12 14:14 Jenkinsfile 14:20:17 -rw-rw-r-- 1 1001 1001 10775 Mar 12 14:14 LICENSE 14:20:17 -rw-rw-r-- 1 1001 1001 5774 Mar 12 14:14 Makefile 14:20:17 -rw-rw-r-- 1 1001 1001 6548 Mar 12 14:14 README.md 14:20:17 -rw-rw-r-- 1 1001 1001 6755 Mar 12 14:14 SECURITY.md 14:20:17 -rw-rw-r-- 1 1001 1001 5 Mar 12 14:11 VERSION 14:20:17 -rw-rw-r-- 1 1001 1001 4131 Mar 12 14:14 ZMQWindows.md 14:20:17 drwxrwxr-x 2 1001 1001 4096 Mar 12 14:14 bin 14:20:17 drwxrwxr-x 14 1001 1001 4096 Mar 12 14:14 cmd 14:20:17 -rw-r--r-- 1 root root 635765 Mar 12 14:18 coverage.out 14:20:17 -rw-r--r-- 1 root root 1055 Mar 12 14:20 go.mod 14:20:17 -rw-r--r-- 1 root root 21981 Mar 12 14:20 go.sum 14:20:17 drwxrwxr-x 8 1001 1001 4096 Mar 12 14:14 internal 14:20:17 drwxrwxr-x 4 1001 1001 4096 Mar 12 14:14 openapi 14:20:17 drwxrwxr-x 4 1001 1001 4096 Mar 12 14:14 snap 14:20:17 -rw-rw-r-- 1 1001 1001 168 Mar 12 14:14 version.go [Pipeline] sh 14:20:18 + '[' -e coverage.out ] 14:20:18 + chown 1001:1001 coverage.out [Pipeline] stash 14:20:18 Warning: overwriting stash ‘coverage-report’ 14:20:19 Stashed 1 file(s) [Pipeline] sh 14:20:20 + make build 14:20:20 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 14:20:28 7e9c9ca2126c: Pull complete 14:20:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 14:20:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:20:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 14:20:29 prd-centos7-docker-4c-2g-29646 does not seem to be running inside a container 14:20:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 14:20:30 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 14:20:34 $ docker top c044f87993510911a8f967c11fd1f7ab96e84240453fe886b8bf60359a0d887f -eo pid,comm [Pipeline] { [Pipeline] sh 14:20:37 + docker-compose build --help 14:20:37 + grep parallel 14:20:39 --parallel Build images in parallel. [Pipeline] } 14:20:39 $ docker stop --time=1 c044f87993510911a8f967c11fd1f7ab96e84240453fe886b8bf60359a0d887f 14:20:42 $ docker rm -f c044f87993510911a8f967c11fd1f7ab96e84240453fe886b8bf60359a0d887f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:20:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 14:20:43 . [Pipeline] withDockerContainer 14:20:43 prd-centos7-docker-4c-2g-29646 does not seem to be running inside a container 14:20:43 $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 14:20:49 $ docker top 3842382e063de1bbb28b8b534bfbfc8e7441f5854ce7e79a7083f1bdf1beb18b -eo pid,comm [Pipeline] { [Pipeline] sh 14:20:51 + docker-compose -f ./docker-compose-build.yml build --parallel 14:20:52 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 14:20:54 Building docker-core-command-go ... 14:20:54 Building docker-core-data-go ... 14:20:54 Building docker-core-metadata-go ... 14:20:54 Building docker-security-bootstrapper-go ... 14:20:54 Building docker-security-proxy-setup-go ... 14:20:54 Building docker-security-secretstore-setup-go ... 14:20:54 Building docker-support-notifications-go ... 14:20:54 Building docker-support-scheduler-go ... 14:20:54 Building docker-sys-mgmt-agent-go ... 14:20:54 Building docker-security-secretstore-setup-go 14:20:54 Building docker-security-proxy-setup-go 14:20:54 Building docker-core-metadata-go 14:20:54 Building docker-support-notifications-go 14:20:54 Building docker-support-scheduler-go 14:20:58 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 14:21:06 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 14:21:06 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 14:21:11 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 14:21:17 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 14:21:22 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 14:21:26 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 14:21:31 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 14:21:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 14:21:43 $ docker stop --time=1 5a35606166916a60ebd472332acc2f36ec37276367623d26c4bf1c4d6bb9e544 14:21:45 $ docker rm -f 5a35606166916a60ebd472332acc2f36ec37276367623d26c4bf1c4d6bb9e544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:21:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:21:47 14:21:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:21:48 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:21:48 latest: Pulling from edgex-devops/edgex-compose-arm64 14:21:48 29e5d40040c1: Pulling fs layer 14:21:48 1ce36da41761: Pulling fs layer 14:21:48 25b303627fd3: Pulling fs layer 14:21:48 29e5d40040c1: Verifying Checksum 14:21:48 29e5d40040c1: Download complete 14:21:49 1ce36da41761: Verifying Checksum 14:21:49 1ce36da41761: Download complete 14:21:49 29e5d40040c1: Pull complete 14:21:50 1ce36da41761: Pull complete 14:21:50 25b303627fd3: Download complete 14:21:59 25b303627fd3: Pull complete 14:21:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:21:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:21:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:21:59 prd-ubuntu18.04-docker-arm64-4c-16g-29647 does not seem to be running inside a container 14:21:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 14:22:02 $ docker top a1caebd356ba92d4933eb22c5c06164f8c1df051cc8b1261993416755e20224a -eo pid,comm [Pipeline] { [Pipeline] sh 14:22:03 + grep parallel 14:22:03 + docker-compose build --help 14:22:07 --parallel Build images in parallel. [Pipeline] } 14:22:07 $ docker stop --time=1 a1caebd356ba92d4933eb22c5c06164f8c1df051cc8b1261993416755e20224a 14:22:09 $ docker rm -f a1caebd356ba92d4933eb22c5c06164f8c1df051cc8b1261993416755e20224a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:22:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:22:10 . [Pipeline] withDockerContainer 14:22:10 prd-ubuntu18.04-docker-arm64-4c-16g-29647 does not seem to be running inside a container 14:22: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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 14:22:11 $ docker top f4cea128c3685896e75dd3a663d30ac6954695aa9f52d634e851e48e4d4714f7 -eo pid,comm [Pipeline] { [Pipeline] sh 14:22:12 + docker-compose -f ./docker-compose-build.yml build --parallel 14:22:16 Building docker-core-command-go ... 14:22:16 Building docker-core-data-go ... 14:22:16 Building docker-core-metadata-go ... 14:22:16 Building docker-security-bootstrapper-go ... 14:22:16 Building docker-security-proxy-setup-go ... 14:22:16 Building docker-security-secretstore-setup-go ... 14:22:16 Building docker-support-notifications-go ... 14:22:16 Building docker-support-scheduler-go ... 14:22:16 Building docker-sys-mgmt-agent-go ... 14:22:16 Building docker-core-metadata-go 14:22:16 Building docker-support-scheduler-go 14:22:16 Building docker-security-proxy-setup-go 14:22:16 Building docker-security-bootstrapper-go 14:22:16 Building docker-sys-mgmt-agent-go 14:23:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:23:05 ---> b8bda8640e6d 14:23:05 Step 3/22 : WORKDIR /edgex-go 14:23:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:23:05 ---> b8bda8640e6d 14:23:05 Step 3/23 : WORKDIR /edgex-go 14:23:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:23:05 ---> b8bda8640e6d 14:23:05 Step 3/21 : WORKDIR /edgex-go 14:23:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:23:05 ---> b8bda8640e6d 14:23:05 Step 3/22 : WORKDIR /edgex-go 14:23:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:23:05 ---> b8bda8640e6d 14:23:05 Step 3/24 : WORKDIR /edgex-go 14:23:05 ---> Running in 99f5499eac4f 14:23:05 ---> Running in 15bb5f469ff5 14:23:05 ---> Running in 967f13564251 14:23:05 ---> Running in c4378bd632bc 14:23:05 ---> Running in 0836b89d8767 14:23:05 Removing intermediate container 99f5499eac4f 14:23:05 ---> f6ce8ace56f9 14:23:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:05 Removing intermediate container 15bb5f469ff5 14:23:05 ---> 1317350fb536 14:23:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:05 Removing intermediate container 967f13564251 14:23:05 ---> 5f9792fb31d1 14:23:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:05 Removing intermediate container c4378bd632bc 14:23:05 ---> cdb09247c901 14:23:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:05 Removing intermediate container 0836b89d8767 14:23:05 ---> bdaca721ff2d 14:23:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:05 ---> Running in 92631452d4e3 14:23:05 ---> Running in 8c21a403ca0e 14:23:05 ---> Running in 10f494554810 14:23:05 ---> Running in 3ec999a26893 14:23:05 ---> Running in 8721af6ebc7f 14:23:10 Removing intermediate container 10f494554810 14:23:10 ---> af957e7707da 14:23:10 Step 5/21 : RUN apk add --update --no-cache make git 14:23:11 ---> Running in 5ee8316fce3b 14:23:11 Removing intermediate container 92631452d4e3 14:23:11 ---> d9145f2684ab 14:23:11 Step 5/24 : RUN apk add --update --no-cache make git 14:23:11 Removing intermediate container 8c21a403ca0e 14:23:11 ---> 68bc2b05be28 14:23:11 Step 5/22 : RUN apk add --update --no-cache make git 14:23:11 Removing intermediate container 3ec999a26893 14:23:11 ---> 30fa04e7e12f 14:23:11 Step 5/23 : RUN apk add --update --no-cache make git 14:23:11 Removing intermediate container 8721af6ebc7f 14:23:11 ---> 6bdc9bbcfb46 14:23:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:23:11 ---> Running in 712964efc5a7 14:23:11 ---> Running in 32f65dabafa6 14:23:11 ---> Running in e50bbb69b6db 14:23:12 ---> Running in 774a3df3020b 14:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:23:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:16 OK: 233 MiB in 51 packages 14:23:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:23:16 OK: 233 MiB in 51 packages 14:23:16 OK: 233 MiB in 51 packages 14:23:17 OK: 233 MiB in 51 packages 14:23:17 OK: 233 MiB in 51 packages 14:23:19 Removing intermediate container 712964efc5a7 14:23:19 ---> 015314d3654c 14:23:19 Step 6/24 : COPY go.mod . 14:23:19 Removing intermediate container 5ee8316fce3b 14:23:19 ---> 5b07f9303774 14:23:19 Step 6/21 : COPY go.mod . 14:23:20 Removing intermediate container 32f65dabafa6 14:23:20 ---> ff8f0f1a3242 14:23:20 Step 6/22 : COPY go.mod . 14:23:20 ---> 6de52010ed88 14:23:20 Step 7/24 : RUN go mod download 14:23:20 Removing intermediate container 774a3df3020b 14:23:20 ---> c4320e47ccdb 14:23:20 Step 6/22 : COPY go.mod . 14:23:20 Removing intermediate container e50bbb69b6db 14:23:20 ---> 10b741e76798 14:23:20 Step 6/23 : COPY go.mod . 14:23:21 ---> Running in 78b32b5ee2f1 14:23:21 ---> d35659f4d4c3 14:23:21 Step 7/21 : RUN go mod download 14:23:21 ---> 0f0082e88c62 14:23:21 Step 7/22 : RUN go mod download 14:23:21 ---> Running in f0a2f6c74ef3 14:23:21 ---> Running in 3165d09e26d3 14:23:22 ---> 32eaa75a763b 14:23:22 Step 7/22 : RUN go mod download 14:23:22 ---> 301281643635 14:23:22 Step 7/23 : RUN go mod download 14:23:22 ---> Running in e0b326bee5d7 14:23:22 ---> Running in 66cf3a9dfb7f 14:23:31 Removing intermediate container 3165d09e26d3 14:23:31 ---> 2c4501382371 14:23:31 Step 8/22 : COPY . . 14:23:31 Removing intermediate container 78b32b5ee2f1 14:23:31 ---> 9db42d93b2e4 14:23:31 Step 8/24 : COPY . . 14:23:31 Removing intermediate container f0a2f6c74ef3 14:23:31 ---> 3ada7089a31e 14:23:31 Step 8/21 : COPY . . 14:23:31 Removing intermediate container e0b326bee5d7 14:23:31 ---> 4f1ad360e89c 14:23:31 Step 8/23 : COPY . . 14:23:31 Removing intermediate container 66cf3a9dfb7f 14:23:31 ---> 29d1ccdcf535 14:23:31 Step 8/22 : COPY . . 14:23:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:23:38 ---> f16fb1eff22c 14:23:38 Step 3/31 : WORKDIR /edgex-go 14:23:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:23:38 ---> f16fb1eff22c 14:23:38 Step 3/21 : WORKDIR /edgex-go 14:23:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:23:38 ---> f16fb1eff22c 14:23:38 Step 3/23 : WORKDIR /edgex-go 14:23:38 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:38 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:23:38 ---> f16fb1eff22c 14:23:38 Step 3/26 : WORKDIR /edgex-go 14:23:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:23:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:23:38 ---> f16fb1eff22c 14:23:38 Step 3/22 : WORKDIR /edgex-go 14:23:38 ---> Running in 3a53d83b3106 14:23:38 ---> Running in 741af4590694 14:23:38 ---> Running in 4b90275764eb 14:23:38 ---> Running in 5afb3702d798 14:23:38 ---> Running in 4584a90edd9c 14:23:38 Removing intermediate container 5afb3702d798 14:23:38 ---> 941f229b6c8a 14:23:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:38 ---> Running in bdf978b11149 14:23:38 Removing intermediate container 741af4590694 14:23:38 ---> c34821357a2c 14:23:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:38 Removing intermediate container 3a53d83b3106 14:23:38 ---> 9ee0b21466ac 14:23:38 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:38 Removing intermediate container 4b90275764eb 14:23:38 ---> 48464196c838 14:23:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:38 Removing intermediate container 4584a90edd9c 14:23:38 ---> 3c2c0333d1d8 14:23:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:23:38 ---> Running in 59da62b13e85 14:23:38 ---> Running in 261d59cb62cd 14:23:38 ---> Running in 253c4f017ac3 14:23:38 ---> Running in 3dbb023a420b 14:23:38 Removing intermediate container bdf978b11149 14:23:38 ---> b260403e49fc 14:23:38 Step 5/23 : RUN apk add --update --no-cache make git 14:23:38 ---> Running in bc0f7ecc6489 14:23:38 Removing intermediate container 261d59cb62cd 14:23:38 ---> 2f506028c439 14:23:38 Step 5/26 : RUN apk add --update --no-cache make bash git 14:23:38 Removing intermediate container 59da62b13e85 14:23:38 ---> 225e54bf58fb 14:23:38 Step 5/22 : RUN apk add --update --no-cache make git 14:23:38 ---> Running in f9af06bddc86 14:23:38 ---> Running in cd289930bcbd 14:23:38 Removing intermediate container 3dbb023a420b 14:23:38 ---> 00673d7c40ca 14:23:38 Step 5/31 : RUN apk add --update --no-cache make git 14:23:38 Removing intermediate container 253c4f017ac3 14:23:38 ---> f684daf822bf 14:23:38 Step 5/21 : RUN apk add --update --no-cache make git 14:23:38 ---> Running in e2557e6e98c5 14:23:38 ---> Running in 2b4ba6702c1e 14:23:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:23:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:23:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:23:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:23:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:23:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:23:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:23:41 OK: 217 MiB in 51 packages 14:23:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:23:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:23:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:23:41 OK: 217 MiB in 51 packages 14:23:42 OK: 217 MiB in 51 packages 14:23:42 OK: 217 MiB in 51 packages 14:23:42 OK: 217 MiB in 51 packages 14:23:42 Removing intermediate container bc0f7ecc6489 14:23:42 ---> 53df225468c7 14:23:42 Step 6/23 : COPY go.mod . 14:23:43 Removing intermediate container f9af06bddc86 14:23:43 ---> 1b3d9cd882a2 14:23:43 Step 6/22 : COPY go.mod . 14:23:43 ---> 1a14b37f30fb 14:23:43 Step 7/23 : RUN go mod download 14:23:43 Removing intermediate container cd289930bcbd 14:23:43 ---> ef88d71de807 14:23:43 Step 6/26 : COPY go.mod . 14:23:44 ---> Running in a236f11403a3 14:23:44 Removing intermediate container 2b4ba6702c1e 14:23:44 ---> e77ea86b160e 14:23:44 Step 6/21 : COPY go.mod . 14:23:44 Removing intermediate container e2557e6e98c5 14:23:44 ---> b63075aeb8e3 14:23:44 Step 6/31 : COPY go.mod . 14:23:44 ---> f94a4034355e 14:23:44 Step 7/22 : RUN go mod download 14:23:45 ---> c2d9b17f7611 14:23:45 Step 7/26 : RUN go mod download 14:23:45 ---> Running in b2292781f4e7 14:23:45 ---> Running in dba4e85eaa1b 14:23:45 ---> 9f95c4c88305 14:23:45 Step 7/21 : RUN go mod download 14:23:45 ---> d242e037966e 14:23:45 Step 7/31 : RUN go mod download 14:23:45 ---> Running in b98147627930 14:23:45 ---> Running in bbcd8b1d8caa 14:23:48 Removing intermediate container a236f11403a3 14:23:48 ---> ecc71ac8e6f9 14:23:48 Step 8/23 : COPY . . 14:23:49 Removing intermediate container b2292781f4e7 14:23:49 ---> 991780581328 14:23:49 Step 8/22 : COPY . . 14:23:51 Removing intermediate container dba4e85eaa1b 14:23:51 ---> fbc3634ff49f 14:23:51 Step 8/26 : COPY . . 14:23:51 Removing intermediate container b98147627930 14:23:51 ---> ab2e8a1ca5d2 14:23:51 Step 8/21 : COPY . . 14:23:51 Removing intermediate container bbcd8b1d8caa 14:23:51 ---> 16a93d8699d3 14:23:51 Step 8/31 : COPY . . 14:24:18 ---> 68d36c0a905b 14:24:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:24:18 ---> 1196ecaebded 14:24:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:24:18 ---> 2bb43c0de069 14:24:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:24:18 ---> Running in ad2be7877422 14:24:18 ---> 51b78c672218 14:24:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:24:18 ---> e9e6513e3356 14:24:18 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:24:18 ---> Running in 90fae06d28c9 14:24:18 ---> Running in da24c8f5f9de 14:24:18 ---> Running in d93576df214f 14:24:18 ---> Running in 65d9a312bcef 14:24:18 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 14:24:18 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 14:24:18 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 14:24:18 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 14:24:18 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 14:25: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 14:26:02 Removing intermediate container da24c8f5f9de 14:26:02 ---> 9bbf19f17274 14:26:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:26:02 Removing intermediate container d93576df214f 14:26:02 ---> a80f3a5ccb06 14:26:02 14:26:02 Step 10/21 : FROM alpine:3.12 14:26:02 ---> Running in bc66dcfbd4d0 14:26:02 3.12: Pulling from library/alpine 14:26:04 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 14:26:04 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:26:04 Status: Downloaded newer image for alpine:3.12 14:26:04 ---> d10569e2745f 14:26:04 Step 11/21 : RUN apk add --update --no-cache curl 14:26:05 ---> Running in c1efca6ff66f 14:26:06 Removing intermediate container 65d9a312bcef 14:26:06 ---> de3dad73780e 14:26:06 14:26:06 Step 10/31 : FROM alpine:3.12 14:26:06 ---> d10569e2745f 14:26:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:26:06 ---> Running in 7d9903311958 14:26:07 Removing intermediate container 7d9903311958 14:26:07 ---> 34c2ac480990 14:26:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:26:07 ---> Running in 05a9404de057 14:26:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:08 (1/4) Installing ca-certificates (20191127-r4) 14:26:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:26:08 (3/4) Installing libcurl (7.69.1-r3) 14:26:08 (4/4) Installing curl (7.69.1-r3) 14:26:08 Executing busybox-1.31.1-r19.trigger 14:26:08 Executing ca-certificates-20191127-r4.trigger 14:26:09 OK: 7 MiB in 18 packages 14:26:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:10 Removing intermediate container bc66dcfbd4d0 14:26:10 ---> 1ac9faebf90a 14:26:10 14:26:10 Step 11/26 : FROM docker:20.10.0 14:26:10 20.10.0: Pulling from library/docker 14:26:10 (1/2) Installing dumb-init (1.2.2-r1) 14:26:10 (2/2) Installing su-exec (0.2-r1) 14:26:10 Executing busybox-1.31.1-r19.trigger 14:26:10 OK: 5 MiB in 16 packages 14:26:12 Removing intermediate container 05a9404de057 14:26:12 ---> 83c00c2a39a9 14:26:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:26:13 Removing intermediate container c1efca6ff66f 14:26:13 ---> 785f8f629228 14:26:13 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:26:13 ---> Running in 78344ec3ebf5 14:26:13 ---> Running in 604f7438fa45 14:26:14 Removing intermediate container 78344ec3ebf5 14:26:14 ---> b48f69ccf199 14:26:14 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:26:14 Removing intermediate container 604f7438fa45 14:26:14 ---> 8591392975f1 14:26:14 Step 13/21 : WORKDIR /edgex 14:26:15 ---> Running in c7aa15d3f174 14:26:15 ---> Running in b06c02b3888f 14:26:15 Removing intermediate container c7aa15d3f174 14:26:15 ---> 5b37ebe00978 14:26:15 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:26:16 ---> Running in 8797f393aa5c 14:26:16 Removing intermediate container b06c02b3888f 14:26:16 ---> 518c57478abe 14:26:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:26:17 Removing intermediate container 90fae06d28c9 14:26:17 ---> d18254dbe8f4 14:26:17 14:26:17 Step 10/22 : FROM alpine:3.12 14:26:17 ---> d10569e2745f 14:26:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:26:17 ---> Running in b342b2200030 14:26:18 ---> b616356f05e0 14:26:18 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:26:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:20 Removing intermediate container 8797f393aa5c 14:26:20 ---> 0c3904a6e405 14:26:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:26:21 (1/1) Installing dumb-init (1.2.2-r1) 14:26:21 Executing busybox-1.31.1-r19.trigger 14:26:21 OK: 5 MiB in 15 packages 14:26:21 ---> Running in e6bebb02ea36 14:26:21 ---> 6106455bdad3 14:26:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:26:23 Removing intermediate container e6bebb02ea36 14:26:23 ---> 5351af0a106e 14:26:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:26:23 Removing intermediate container b342b2200030 14:26:23 ---> ecf113df31ba 14:26:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:26:23 ---> Running in 607b39408f10 14:26:24 ---> eb8430c9ff5c 14:26:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:26:24 Removing intermediate container ad2be7877422 14:26:24 ---> 621a4564aff3 14:26:24 14:26:24 Step 10/23 : FROM alpine:3.12 14:26:24 ---> d10569e2745f 14:26:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:26:24 ---> Using cache 14:26:24 ---> ecf113df31ba 14:26:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:26:24 ---> 7176edc944ab 14:26:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:26:25 ---> Running in 5457263864e4 14:26:25 ---> Running in afe7234d3898 14:26:25 ---> Running in a80fc6093b54 14:26:25 Removing intermediate container 607b39408f10 14:26:25 ---> 02df8de76a60 14:26:25 Step 13/22 : ENV APP_PORT=48085 14:26:25 ---> Running in c93ff3c6b3fc 14:26:26 Removing intermediate container 5457263864e4 14:26:26 ---> e7441ae41790 14:26:26 Step 18/21 : CMD ["--init=true"] 14:26:26 Removing intermediate container a80fc6093b54 14:26:26 ---> bc89b5434102 14:26:26 Step 13/23 : ENV APP_PORT=48081 14:26:26 ---> Running in 8d39cd0696d1 14:26:26 ---> Running in 44d1afcfcfec 14:26:26 Removing intermediate container c93ff3c6b3fc 14:26:26 ---> cd8541d30561 14:26:26 Step 14/22 : EXPOSE $APP_PORT 14:26:27 ---> Running in 0281e5f09798 14:26:27 Removing intermediate container 8d39cd0696d1 14:26:27 ---> 369ef22e2d2e 14:26:27 Step 19/21 : LABEL arch=arm64 14:26:27 Removing intermediate container 44d1afcfcfec 14:26:27 ---> 80d13d3c70f0 14:26:27 Step 14/23 : EXPOSE $APP_PORT 14:26:27 ---> Running in 6c63d7290e64 14:26:27 ---> Running in b7bf0a4bf3ee 14:26:27 Removing intermediate container 0281e5f09798 14:26:27 ---> 22e44e3a573f 14:26:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:26:27 Removing intermediate container 6c63d7290e64 14:26:27 ---> 1c2011e63a22 14:26:27 Step 20/21 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:26:27 ---> 988337c9e96b 14:26:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:26:27 ---> fe245b6318ca 14:26:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:26:27 ---> c470360a6f2d 14:26:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:26:27 ---> 0502a23a817e 14:26:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:26:27 ---> 1dd25cdb82f4 14:26:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:26:27 ---> Running in 8ad31a7d7b03 14:26:27 ---> Running in bdf2f67d3f85 14:26:27 ---> Running in 0099c9786c00 14:26:27 ---> Running in 7bec037df8a1 14:26:27 ---> Running in 04ae221e84d3 14:26:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 14:26:27 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 14:26:27 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 14:26:27 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 14:26:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:26:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:26:28 Removing intermediate container b7bf0a4bf3ee 14:26:28 ---> 97292962e623 14:26:28 Step 15/23 : WORKDIR / 14:26:28 Status: Downloaded newer image for docker:20.10.0 14:26:28 ---> eeaf43b92773 14:26:28 Step 12/26 : RUN apk add --no-cache bash 14:26:28 ---> Running in 782ef1cbe075 14:26:28 ---> Running in a8f237e5a0aa 14:26:28 ---> Running in 39a467d90f91 14:26:28 ---> 57b28778f82d 14:26:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:26:28 Removing intermediate container afe7234d3898 14:26:28 ---> 6df8d7080e5a 14:26:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:26:29 Removing intermediate container 782ef1cbe075 14:26:29 ---> a53d9891c621 14:26:29 Step 21/21 : LABEL version=0.0.0 14:26:29 Removing intermediate container 39a467d90f91 14:26:29 ---> 878209cef18f 14:26:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:26:29 ---> Running in 2d1cd55b9d03 14:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:30 ---> 0091842edee0 14:26:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:26:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:30 Removing intermediate container 2d1cd55b9d03 14:26:30 ---> 5af59dd8ee93 14:26:30 14:26:30 ---> 550f01f93a85 14:26:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:26:30 ---> 0320ef84565c 14:26:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:26:30 (1/2) Installing readline (8.0.4-r0) 14:26:30 (2/2) Installing bash (5.0.17-r0) 14:26:30 Executing bash-5.0.17-r0.post-install 14:26:30 Executing busybox-1.31.1-r19.trigger 14:26:30 OK: 12 MiB in 22 packages 14:26:30 Successfully built 5af59dd8ee93 14:26:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:26:31  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 14:26:32 ---> e53feec03068 14:26:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:26:32 ---> dd926e1c6417 14:26:32 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:26:32 ---> bb2d44c7f61e 14:26:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:26:32 ---> Running in 97d2a667ebc1 14:26:33 Removing intermediate container a8f237e5a0aa 14:26:33 ---> 50c1d814fef6 14:26:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:26:33 ---> Running in 6a1343313480 14:26:34 Removing intermediate container 97d2a667ebc1 14:26:34 ---> 46f44bfd8c9e 14:26:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:26:34 ---> 3053ffe5883c 14:26:34 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:26:34 ---> dc9c9602e1df 14:26:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:26:34 ---> Running in b3cf00ef55b7 14:26:34 Removing intermediate container 6a1343313480 14:26:34 ---> 84d38535e7d5 14:26:34 Step 14/26 : ENV APP_PORT=48090 14:26:35 ---> Running in a3bae0ade7cc 14:26:35 ---> Running in a4ea64ed1459 14:26:35 ---> 04f1d4ad75df 14:26:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:26:35 Removing intermediate container b3cf00ef55b7 14:26:35 ---> 690f64dd88f5 14:26:35 Step 20/22 : LABEL arch=arm64 14:26:36 ---> Running in 6fae16aeb9b5 14:26:36 Removing intermediate container a3bae0ade7cc 14:26:36 ---> efa4428956d4 14:26:36 Removing intermediate container a4ea64ed1459 14:26:36 Step 15/26 : EXPOSE $APP_PORT ---> 89fd396d9f52 14:26:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:26:36 14:26:37 ---> fd377788ca87 14:26:37 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:26:37 ---> Running in af1d3aadd9cf 14:26:37 ---> Running in a8df607f3912 14:26:37 Removing intermediate container 6fae16aeb9b5 14:26:37 ---> 116c3282a693 14:26:37 Step 21/22 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:26:37 ---> Running in e5da89b5a9ea 14:26:37 ---> Running in f5f441bcf930 14:26:37 Removing intermediate container af1d3aadd9cf 14:26:37 ---> 320398c0cae0 14:26:37 Step 21/23 : LABEL arch=arm64 14:26:37 Removing intermediate container a8df607f3912 14:26:37 ---> 1afeeda49e79 14:26:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:26:37 ---> Running in 850841dc1b17 14:26:38 Removing intermediate container f5f441bcf930 14:26:38 ---> 46f3ec2d070e 14:26:38 Step 22/22 : LABEL version=0.0.0 14:26:38 Removing intermediate container e5da89b5a9ea 14:26:38 ---> 71008b31fc9a 14:26:38 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:26:38 ---> Running in 5aa68780d54a 14:26:38 Removing intermediate container 850841dc1b17 14:26:38 ---> c060f3351642 14:26:38 Step 22/23 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:26:39 ---> Running in 13d56d631eb3 14:26:39 Removing intermediate container 5aa68780d54a 14:26:39 ---> 28ecb9fb13c0 14:26:39 14:26:39 ---> 48882591d7ae 14:26:39 Step 26/31 : RUN chmod +x /entrypoint.sh 14:26:40 Successfully built 28ecb9fb13c0 14:26:40 ---> a0e066d40633 14:26:40 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:26:40 Removing intermediate container 13d56d631eb3 14:26:40 ---> 015b867cf0b5 14:26:40 Step 23/23 : LABEL version=0.0.0 14:26:40 Successfully tagged docker-support-scheduler-go-arm64:latest 14:26:40  Building docker-support-scheduler-go ... done Building docker-core-data-go 14:26:40 ---> Running in c14086f09959 14:26:40 ---> Running in e57e216a1ee2 14:26:41 Removing intermediate container e57e216a1ee2 14:26:41 ---> df6cd226e17d 14:26:41 14:26:41 ---> 35e3d512b192 14:26:41 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:26:41 Successfully built df6cd226e17d 14:26:42 Successfully tagged docker-core-metadata-go-arm64:latest 14:26:42 Building docker-security-secretstore-setup-go 14:26:43  Building docker-core-metadata-go ... done  ---> 114c497b3007 14:26:43 Step 19/26 : RUN apk --no-cache add py3-pip 14:26:43 ---> Running in c00260550824 14:26:44 Removing intermediate container c14086f09959 14:26:44 ---> 3b9678f7d516 14:26:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:26:44 ---> Running in 1e51094b7a9f 14:26:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:26:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:26:45 Removing intermediate container 1e51094b7a9f 14:26:45 ---> 9186b0e60a82 14:26:45 Step 28/31 : CMD ["gate"] 14:26:45 (1/33) Installing libbz2 (1.0.8-r1) 14:26:45 (2/33) Installing expat (2.2.9-r1) 14:26:45 (3/33) Installing libffi (3.3-r2) 14:26:45 (4/33) Installing gdbm (1.13-r1) 14:26:45 (5/33) Installing xz-libs (5.2.5-r0) 14:26:45 (6/33) Installing sqlite-libs (3.32.1-r0) 14:26:46 (7/33) Installing python3 (3.8.5-r1) 14:26:47 ---> Running in b989977619a0 14:26:48 (8/33) Installing py3-appdirs (1.4.4-r1) 14:26:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:26:48 (10/33) Installing py3-parsing (2.4.7-r0) 14:26:48 (11/33) Installing py3-six (1.15.0-r0) 14:26:48 (12/33) Installing py3-packaging (20.4-r0) 14:26:48 (13/33) Installing py3-setuptools (47.0.0-r0) 14:26:48 (14/33) Installing py3-chardet (3.0.4-r4) 14:26:48 (15/33) Installing py3-idna (2.9-r0) 14:26:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:26:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:26:48 (18/33) Installing py3-requests (2.23.0-r0) 14:26:48 (19/33) Installing py3-msgpack (1.0.0-r0) 14:26:48 (20/33) Installing py3-lockfile (0.12.2-r3) 14:26:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:26:48 (22/33) Installing py3-colorama (0.4.3-r0) 14:26:48 (23/33) Installing py3-distlib (0.3.0-r0) 14:26:48 (24/33) Installing py3-distro (1.5.0-r1) 14:26:48 (25/33) Installing py3-webencodings (0.5.1-r3) 14:26:48 (26/33) Installing py3-html5lib (1.0.1-r4) 14:26:48 (27/33) Installing py3-pytoml (0.1.21-r0) 14:26:48 (28/33) Installing py3-pep517 (0.8.2-r0) 14:26:48 (29/33) Installing py3-progress (1.5-r0) 14:26:48 (30/33) Installing py3-toml (0.10.1-r0) 14:26:48 Removing intermediate container b989977619a0 14:26:48 ---> b7d9cdffd2ed 14:26:48 Step 29/31 : LABEL arch=arm64 14:26:48 (31/33) Installing py3-retrying (1.3.3-r0) 14:26:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:26:48 (33/33) Installing py3-pip (20.1.1-r0) 14:26:48 Executing busybox-1.31.1-r19.trigger 14:26:48 OK: 71 MiB in 55 packages 14:26:49 ---> Running in b700fee64c15 14:26:50 Removing intermediate container b700fee64c15 14:26:50 ---> 21b23b15c353 14:26:50 Step 30/31 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:26:51 ---> Running in 336dcb0d5f6e 14:26:52 Removing intermediate container 336dcb0d5f6e 14:26:52 ---> ee8031ce441e 14:26:52 Step 31/31 : LABEL version=0.0.0 14:26:52 ---> Running in 2528bdcbfa32 14:26:53 Removing intermediate container 2528bdcbfa32 14:26:53 ---> 967ca1493e7f 14:26:53 14:26:54 Successfully built 967ca1493e7f 14:26:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:26:54  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 14:26:57 Removing intermediate container c00260550824 14:26:57 ---> 65bd4dfbde59 14:26:57 Step 20/26 : RUN pip install docker-compose==1.23.2 14:26:57 ---> Running in 2637c9cc7180 14:27:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:27:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:27:03 ---> f16fb1eff22c 14:27:03 Step 3/23 : WORKDIR /edgex-go 14:27:03 ---> Using cache 14:27:03 ---> 3c2c0333d1d8 14:27:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:27:03 ---> Using cache 14:27:03 ---> 00673d7c40ca 14:27:03 Step 5/23 : RUN apk add --update --no-cache make git 14:27:03 ---> Using cache 14:27:03 ---> b63075aeb8e3 14:27:03 Step 6/23 : COPY go.mod . 14:27:03 ---> Using cache 14:27:03 ---> d242e037966e 14:27:03 Step 7/23 : RUN go mod download 14:27:03 ---> Using cache 14:27:03 ---> 16a93d8699d3 14:27:03 Step 8/23 : COPY . . 14:27:03 ---> Using cache 14:27:03 ---> e9e6513e3356 14:27:03 Step 9/23 : RUN make cmd/core-command/core-command 14:27:03 Collecting docker-compose==1.23.2 14:27:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:27:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:27:04 ---> Running in 64e199f76b71 14:27:04 Collecting docker<4.0,>=3.6.0 14:27:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:27:05 Collecting cached-property<2,>=1.2.0 14:27:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:27:05 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 14:27:06 Collecting jsonschema<3,>=2.5.1 14:27:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:27:07 Collecting websocket-client<1.0,>=0.32.0 14:27:07 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:27:07 Collecting docopt<0.7,>=0.6.1 14:27:07 Downloading docopt-0.6.2.tar.gz (25 kB) 14:27:11 Collecting PyYAML<4,>=3.10 14:27:11 Downloading PyYAML-3.13.tar.gz (270 kB) 14:27:15 Collecting texttable<0.10,>=0.9.0 14:27:15 Downloading texttable-0.9.1.tar.gz (11 kB) 14:27:17 Collecting dockerpty<0.5,>=0.4.1 14:27:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:27:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:27:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:27:21 Collecting docker-pycreds>=0.4.0 14:27:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:27:21 Collecting idna<2.8,>=2.5 14:27:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:27:21 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) 14:27:21 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) 14:27:22 Collecting urllib3<1.25,>=1.21.1 14:27:22 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:27:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:27:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:27:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:27:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:27:24 Installing collected packages: idna, urllib3, requests, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docopt, PyYAML, texttable, dockerpty, docker-compose 14:27:24 Attempting uninstall: idna 14:27:24 Found existing installation: idna 2.9 14:27:24 Uninstalling idna-2.9: 14:27:24 Successfully uninstalled idna-2.9 14:27:24 Attempting uninstall: urllib3 14:27:24 Found existing installation: urllib3 1.25.9 14:27:24 Uninstalling urllib3-1.25.9: 14:27:25 Successfully uninstalled urllib3-1.25.9 14:27:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:27:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:27:25 ---> f16fb1eff22c 14:27:25 Step 3/23 : WORKDIR /edgex-go 14:27:25 ---> Using cache 14:27:25 ---> 3c2c0333d1d8 14:27:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:27:25 ---> Using cache 14:27:25 ---> 00673d7c40ca 14:27:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:27:27 Attempting uninstall: requests 14:27:27 Found existing installation: requests 2.23.0 14:27:27 Uninstalling requests-2.23.0: 14:27:27 Successfully uninstalled requests-2.23.0 14:27:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:27:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:27:28 ---> f16fb1eff22c 14:27:28 Step 3/24 : WORKDIR /edgex-go 14:27:28 ---> Using cache 14:27:28 ---> 3c2c0333d1d8 14:27:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:27:28 ---> Using cache 14:27:28 ---> 00673d7c40ca 14:27:28 Step 5/24 : RUN apk add --update --no-cache make git 14:27:28 ---> Using cache 14:27:28 ---> b63075aeb8e3 14:27:28 Step 6/24 : COPY go.mod . 14:27:28 ---> Using cache 14:27:28 ---> d242e037966e 14:27:28 Step 7/24 : RUN go mod download 14:27:28 ---> Using cache 14:27:28 ---> 16a93d8699d3 14:27:28 Step 8/24 : COPY . . 14:27:28 ---> Using cache 14:27:28 ---> e9e6513e3356 14:27:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:27:31 ---> Running in 82f5e91619fe 14:27:31 ---> Running in 56aa92b761cb 14:27:31 Running setup.py install for docopt: started 14:27:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:27:33 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 14:27:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:27:34 Running setup.py install for docopt: finished with status 'done' 14:27:34 Running setup.py install for PyYAML: started 14:27:35 OK: 217 MiB in 51 packages 14:27:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:27:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:27:36 ---> f16fb1eff22c 14:27:36 Step 3/22 : WORKDIR /edgex-go 14:27:36 ---> Using cache 14:27:36 ---> 3c2c0333d1d8 14:27:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:27:36 ---> Using cache 14:27:36 ---> 00673d7c40ca 14:27:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:27:37 ---> Running in 63ce15994cfc 14:27:37 Removing intermediate container 82f5e91619fe 14:27:37 ---> 3d072f8115c8 14:27:37 Step 6/23 : COPY go.mod . 14:27:37 Running setup.py install for PyYAML: finished with status 'done' 14:27:37 Running setup.py install for texttable: started 14:27:39 ---> 52d57243e1c1 14:27:39 Step 7/23 : RUN go mod download 14:27:39 ---> Running in d37a5d96e2f0 14:27:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:27:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:27:40 Running setup.py install for texttable: finished with status 'done' 14:27:40 Running setup.py install for dockerpty: started 14:27:40 OK: 217 MiB in 51 packages 14:27:42 Removing intermediate container 63ce15994cfc 14:27:42 ---> 9ad981967cf6 14:27:42 Step 6/22 : COPY go.mod . 14:27:43 ---> 5a542c11ea52 14:27:43 Step 7/22 : RUN go mod download 14:27:43 ---> Running in 62e9817b886f 14:27:44 Running setup.py install for dockerpty: finished with status 'done' 14:27:44 Removing intermediate container d37a5d96e2f0 14:27:44 ---> 1f29cba3253d 14:27:44 Step 8/23 : COPY . . 14:27:45 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 14:27:51 Removing intermediate container 62e9817b886f 14:27:51 ---> e179b0e07881 14:27:51 Step 8/22 : COPY . . 14:27: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 14:27:52 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 14:27:53 Removing intermediate container 2637c9cc7180 14:27:53 ---> 8ab21691d9d8 14:27:53 Step 21/26 : RUN apk --no-cache add curl 14:27:54 ---> Running in 489fbccc6573 14:27:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:27:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:27:57 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:27:57 (2/3) Installing libcurl (7.69.1-r3) 14:27:57 (3/3) Installing curl (7.69.1-r3) 14:27:57 Executing busybox-1.31.1-r19.trigger 14:27:57 OK: 71 MiB in 58 packages 14:28:02 Removing intermediate container 489fbccc6573 14:28:02 ---> 7fefdfb14b36 14:28:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:28:02 ---> Running in c68626ef5531 14:28:03 Removing intermediate container c68626ef5531 14:28:03 ---> 8366aa4417a6 14:28:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:28:03 ---> Running in 50f31e515d08 14:28:04 Removing intermediate container 50f31e515d08 14:28:04 ---> ea134f8dad22 14:28:04 Step 24/26 : LABEL arch=arm64 14:28:05 ---> Running in b2173436515e 14:28:06 Removing intermediate container b2173436515e 14:28:06 ---> 954b0032ddbc 14:28:06 Step 25/26 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:28:07 ---> Running in f4209bd6caab 14:28:08 Removing intermediate container f4209bd6caab 14:28:08 ---> 6d9afcfae1c5 14:28:08 Step 26/26 : LABEL version=0.0.0 14:28:09 ---> Running in e92802cac7cc 14:28:10 Removing intermediate container e92802cac7cc 14:28:10 ---> d93a827beb07 14:28:10 14:28:11 Successfully built d93a827beb07 14:28:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:28:15 Removing intermediate container 0099c9786c00 14:28:15 ---> 78e0925b8ebd 14:28:15 14:28:15 Step 10/21 : FROM alpine:3.12 14:28:15 Removing intermediate container 04ae221e84d3 14:28:15 ---> b06f3f02f9b0 14:28:15 14:28:15 Step 10/24 : FROM alpine:3.12 14:28:15 3.12: Pulling from library/alpine 14:28:15 3.12: Pulling from library/alpine 14:28:15 Removing intermediate container 8ad31a7d7b03 14:28:15 ---> b2ebce9ea191 14:28:15 14:28:15 Step 10/22 : FROM alpine:3.12 14:28:15  Building docker-sys-mgmt-agent-go ... done  ---> 9da77a921938 14:28:15 Step 9/23 : RUN make cmd/core-data/core-data 14:28:15 ---> Running in 9e3ef4f34445 14:28:16 3.12: Pulling from library/alpine 14:28:16 Removing intermediate container bdf2f67d3f85 14:28:16 ---> 7ab68559448a 14:28:16 14:28:16 Step 10/22 : FROM alpine:3.12 14:28:16 3.12: Pulling from library/alpine 14:28:17 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 14:28:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:28:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:28:18 Status: Downloaded newer image for alpine:3.12 14:28:18 Status: Image is up to date for alpine:3.12 14:28:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:28:18 Status: Image is up to date for alpine:3.12 14:28:18 ---> 88dd2752d2ea 14:28:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:28:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 14:28:18 Status: Image is up to date for alpine:3.12 14:28:18 ---> 88dd2752d2ea 14:28:18 Step 11/21 : RUN apk add --update --no-cache curl 14:28:18 ---> 88dd2752d2ea 14:28:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:28:18 ---> 88dd2752d2ea 14:28:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:28:19 ---> Running in e1f7c23e8eef 14:28:19 ---> Running in dc8a419d6f07 14:28:19 ---> Running in 84e72d3085c9 14:28:19 ---> Running in 87e0968fe557 14:28:21 ---> 2aea729f5b79 14:28:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:28:21 ---> Running in 46e71581f7f1 14:28:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:28:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:28:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:28:25 Removing intermediate container 7bec037df8a1 14:28:25 ---> 36d1c2ad3ab9 14:28:25 14:28:25 Step 10/23 : FROM alpine:3.12 14:28:25 ---> 88dd2752d2ea 14:28:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:28:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:28:26 Removing intermediate container 64e199f76b71 14:28:26 ---> 886da08d2538 14:28:26 14:28:26 Step 10/23 : FROM alpine:3.12 14:28:26 ---> d10569e2745f 14:28:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:28:26 ---> Using cache 14:28:26 ---> ecf113df31ba 14:28:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:28:26 ---> Using cache 14:28:26 ---> bc89b5434102 14:28:26 Step 13/23 : ENV APP_PORT=48082 14:28:26 ---> Running in 70ddfcd6e654 14:28:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:28:26 ---> Running in 2b70fd143925 14:28:26 (1/1) Installing dumb-init (1.2.2-r1) 14:28:26 Executing busybox-1.31.1-r19.trigger 14:28:26 OK: 6 MiB in 15 packages 14:28:26 (1/4) Installing ca-certificates (20191127-r4) 14:28:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:28:27 (3/4) Installing libcurl (7.69.1-r3) 14:28:27 (4/4) Installing curl (7.69.1-r3) 14:28:27 Executing busybox-1.31.1-r19.trigger 14:28:27 Executing ca-certificates-20191127-r4.trigger 14:28:27 OK: 7 MiB in 18 packages 14:28:27 Removing intermediate container 70ddfcd6e654 14:28:27 ---> 0bc71f51c750 14:28:27 Step 14/23 : EXPOSE $APP_PORT 14:28:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:28:27 ---> Running in 209e7fe7794c 14:28:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:28:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:28:28 Removing intermediate container 209e7fe7794c 14:28:28 ---> fb8a2e59a770 14:28:28 Step 15/23 : WORKDIR / 14:28:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:28:28 (1/2) Installing ca-certificates (20191127-r4) 14:28:28 (2/2) Installing dumb-init (1.2.2-r1) 14:28:28 Executing busybox-1.31.1-r19.trigger 14:28:28 Executing ca-certificates-20191127-r4.trigger 14:28:28 ---> Running in dcc63973cebd 14:28:28 OK: 6 MiB in 16 packages 14:28:28 (1/5) Installing ca-certificates (20191127-r4) 14:28:28 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:28:28 Removing intermediate container dcc63973cebd 14:28:28 ---> 7a6e02d4487f 14:28:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:28:29 (3/5) Installing libcurl (7.69.1-r3) 14:28:29 (4/5) Installing curl (7.69.1-r3) 14:28:29 (5/5) Installing dumb-init (1.2.2-r1) 14:28:29 Executing busybox-1.31.1-r19.trigger 14:28:29 Executing ca-certificates-20191127-r4.trigger 14:28:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:28:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:28:29 OK: 7 MiB in 19 packages 14:28:29 Removing intermediate container 84e72d3085c9 14:28:29 ---> b2f23298b360 14:28:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:28:29 (1/1) Installing dumb-init (1.2.2-r1) 14:28:29 Executing busybox-1.31.1-r19.trigger 14:28:29 OK: 6 MiB in 15 packages 14:28:30 ---> Running in 753a95208a46 14:28:30 Removing intermediate container e1f7c23e8eef 14:28:30 ---> 1625ce392e4b 14:28:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:28:30 ---> b16ade47c9ee 14:28:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:28:31 ---> Running in 537a2861e604 14:28:31 Removing intermediate container dc8a419d6f07 14:28:31 ---> 47f2a0d0601f 14:28:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:28:31 Removing intermediate container 753a95208a46 14:28:31 ---> a300b3360d3c 14:28:31 Step 13/22 : ENV APP_PORT=48085 14:28:31 ---> Running in 6356f1452472 14:28:31 ---> 52ce0230cc3a 14:28:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:28:32 Removing intermediate container 537a2861e604 14:28:32 ---> 7b8057ad05bd 14:28:32 Step 13/21 : WORKDIR /edgex 14:28:32 ---> Running in bc95bfd11769 14:28:32 ---> Running in f16d6802966c 14:28:32 Removing intermediate container 2b70fd143925 14:28:32 ---> 4114f3b30f2a 14:28:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:28:32 Removing intermediate container 87e0968fe557 14:28:32 ---> 1a3a400079c6 14:28:32 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:28:32 Removing intermediate container 6356f1452472 14:28:32 ---> d8a0aac92f4b 14:28:32 Step 13/22 : ENV APP_PORT=48060 14:28:32 ---> Running in e3bd845e7e3e 14:28:32 ---> Running in e950471a6ad6 14:28:32 Removing intermediate container bc95bfd11769 14:28:32 ---> 7ae8ccf731c8 14:28:32 Step 14/22 : EXPOSE $APP_PORT 14:28:32 ---> Running in 308446668b2e 14:28:33 ---> Running in 38b585c695d7 14:28:33 Removing intermediate container f16d6802966c 14:28:33 ---> bcab4d842370 14:28:33 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:28:33 Removing intermediate container e950471a6ad6 14:28:33 ---> e5912d03c7bf 14:28:33 Step 13/24 : WORKDIR / 14:28:33 Removing intermediate container e3bd845e7e3e 14:28:33 ---> c8661ea08a25 14:28:33 Step 13/23 : ENV APP_PORT=48081 14:28:33 Removing intermediate container 308446668b2e 14:28:33 ---> 41a2b0969ec1 14:28:33 Step 14/22 : EXPOSE $APP_PORT 14:28:33 ---> 76fe8c8f8ec5 14:28:33 Step 19/23 : ENTRYPOINT ["/core-command"] 14:28:33 ---> Running in d220663ce97b 14:28:33 ---> Running in 09c7dd206aef 14:28:33 Removing intermediate container d220663ce97b 14:28:33 ---> 02faa6e2bb32 14:28:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:28:33 ---> Running in 5c09435fa84a 14:28:34 ---> Running in c2637631c79f 14:28:34 ---> Running in a5c297f303dd 14:28:34 Removing intermediate container 38b585c695d7 14:28:34 ---> 2bf1d291953b 14:28:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:28:34 Removing intermediate container 5c09435fa84a 14:28:34 ---> 9222d740ee38 14:28:34 Step 21/23 : LABEL arch=arm64 14:28:34 ---> Running in 3fbc3b94cf47 14:28:35 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 14:28:35 Removing intermediate container 3fbc3b94cf47 14:28:35 ---> 8dea8b1c7a57 14:28:35 Step 22/23 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:28:35 ---> 466a4ae8b3fc 14:28:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:28:35 Removing intermediate container 09c7dd206aef 14:28:35 ---> 15a7de5ed4e5 14:28:35 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:28:36 ---> Running in 5e09babe9549 14:28:36 Removing intermediate container c2637631c79f 14:28:36 ---> 084b6648d4c6 14:28:36 Step 14/23 : EXPOSE $APP_PORT 14:28:36 Removing intermediate container a5c297f303dd 14:28:36 ---> 8e81f111c4b5 14:28:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:28:36 Removing intermediate container 5e09babe9549 14:28:36 ---> 1b27aa345d3f 14:28:36 Step 23/23 : LABEL version=0.0.0 14:28:36 ---> Running in 713341f0b79d 14:28:37 ---> Running in fabf4c2c7221 14:28:37 ---> 0f1135aad8da 14:28:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:28:37 Removing intermediate container 713341f0b79d 14:28:37 ---> 6908de59fc30 14:28:37 14:28:37 ---> c0ba663b5cff 14:28:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:28:37 ---> cd42f29af947 14:28:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:28:38 Removing intermediate container fabf4c2c7221 14:28:38 ---> 0622457b83fd 14:28:38 Step 15/23 : WORKDIR / 14:28:38 ---> 5bcf6fd991f6 14:28:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:28:38 ---> c199f5acb28c 14:28:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:28:38 Successfully built 6908de59fc30 14:28:38 Successfully tagged docker-core-command-go-arm64:latest 14:28:38 ---> Running in 419097e950c4 14:28:40 ---> fc752dadeed3 14:28:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:28:40 Removing intermediate container 419097e950c4 14:28:40 ---> cfb4850a8b9e 14:28:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:28:40 ---> e373351f1019 14:28:40 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:28:41 ---> 3279f70e09c5 14:28:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:28:41 ---> ab387b7caf72 14:28:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:28:41 ---> Running in 73d864e9666a 14:28:41 ---> 927f330d6c5c 14:28:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:28:41 ---> 1d9f3452cb88 14:28:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:28:42 Removing intermediate container 73d864e9666a 14:28:42 ---> 14c1daaacac9 14:28:42 Step 18/21 : CMD ["--init=true"] 14:28:42 ---> 36cf746a459a 14:28:42 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:28:42 ---> Running in 56d0a3dfc673 14:28:42 ---> Running in cf6d93607e44 14:28:42 ---> Running in f55ff4a239de 14:28:43 ---> d84ec9b34e22 14:28:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:28:44 Removing intermediate container f55ff4a239de 14:28:44 ---> 2dfd5c532972 14:28:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:28:44 Removing intermediate container 56d0a3dfc673 14:28:44 ---> 879526e02a61 14:28:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:28:44 Removing intermediate container cf6d93607e44 14:28:44 ---> 6ee88608a901 14:28:44 Step 19/21 : LABEL arch=x86_64 14:28:45 ---> Running in f37f6998a615 14:28:45 ---> Running in 4d7105bb785c 14:28:45 ---> e1624821c8c3 14:28:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:28:45 ---> Running in b5b13781ce12 14:28:45 ---> 2f72c335d4b1 14:28:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:28:46 Removing intermediate container f37f6998a615 14:28:46 ---> 0edf9fef77e8 14:28:46 Step 20/22 : LABEL arch=x86_64 14:28:46 Removing intermediate container 4d7105bb785c 14:28:46 ---> c8612dc1d064 14:28:46 Step 20/22 : LABEL arch=x86_64 14:28:46 Removing intermediate container b5b13781ce12 14:28:46 ---> b84638b2b2a1 14:28:46 Step 20/21 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:28:46 ---> c7dc7fde7026 14:28:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:28:46 ---> Running in 03cfb181fac0 14:28:46 ---> Running in c156418cc779 14:28:46 ---> Running in 798e8e6d81dc 14:28:46 ---> Running in 8a421918d092 14:28:47 ---> 3f6d59a64eaf 14:28:47 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/ 14:28:47 ---> Running in ee2951729ef5 14:28:47 Removing intermediate container c156418cc779 14:28:47 ---> d4e517d2b6ac 14:28:47 Step 21/22 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:28:47 Removing intermediate container 03cfb181fac0 14:28:47 ---> 20e98d54fea7 14:28:47 Step 21/22 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:28:48 Removing intermediate container 798e8e6d81dc 14:28:48 ---> a09dda826ee3 14:28:48 Step 21/21 : LABEL version=0.0.0 14:28:48 Removing intermediate container 8a421918d092 14:28:48 ---> 720c0ff3c398 14:28:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:28:48 ---> Running in 9013933d69c6 14:28:48 ---> Running in 357220b2ec65 14:28:48 ---> Running in fd0d6ed7ec0c 14:28:48  Building docker-core-command-go ... done Removing intermediate container 56aa92b761cb 14:28:48 ---> 73ca403a2ce9 14:28:48 14:28:48 Step 10/24 : FROM alpine:3.12 14:28:48 ---> d10569e2745f 14:28:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 14:28:48 ---> Running in 572068d33f46 14:28:48 ---> Running in 9309e8eeaf86 14:28:48 Removing intermediate container 357220b2ec65 14:28:48 ---> b21e7b3d8bac 14:28:48 14:28:48 Removing intermediate container fd0d6ed7ec0c 14:28:48 ---> c7a5721c78f9 14:28:48 Step 22/22 : LABEL version=0.0.0 14:28:49 Removing intermediate container 9013933d69c6 14:28:49 ---> 374c8050bb94 14:28:49 Step 22/22 : LABEL version=0.0.0 14:28:49 Removing intermediate container 572068d33f46 14:28:49 ---> 3a446f071eed 14:28:49 Step 21/23 : LABEL arch=x86_64 14:28:49 ---> Running in 736faf70fcde 14:28:49 ---> Running in 1176119e9835 14:28:49 ---> Running in fb2f0e43a5e7 14:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:28:51 (1/5) Installing ca-certificates (20191127-r4) 14:28:51 (2/5) Installing nghttp2-libs (1.41.0-r0) 14:28:51 (3/5) Installing libcurl (7.69.1-r3) 14:28:51 (4/5) Installing curl (7.69.1-r3) 14:28:51 (5/5) Installing dumb-init (1.2.2-r1) 14:28:51 Executing busybox-1.31.1-r19.trigger 14:28:51 Executing ca-certificates-20191127-r4.trigger 14:28:51 OK: 7 MiB in 19 packages 14:28:51 Removing intermediate container fb2f0e43a5e7 14:28:51 ---> cab3de495f8f 14:28:51 14:28:51 Removing intermediate container 1176119e9835 14:28:51 ---> 969029b06e35 14:28:51 Step 22/23 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:28:51 Successfully built b21e7b3d8bac 14:28:51 Removing intermediate container 736faf70fcde 14:28:51 ---> c6a92c0a1052 14:28:51 14:28:51 Successfully tagged docker-security-proxy-setup-go:latest 14:28:51 Building docker-security-bootstrapper-go 14:28:51  Building docker-security-proxy-setup-go ... done  ---> Running in db42f1a79613 14:28:52 Successfully built cab3de495f8f 14:28:52 Successfully tagged docker-support-scheduler-go:latest 14:28:52 Building docker-sys-mgmt-agent-go 14:28:52  Building docker-support-scheduler-go ... done Removing intermediate container ee2951729ef5 14:28:52 ---> fefa1d3e9c82 14:28:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:28:52 Removing intermediate container db42f1a79613 14:28:52 ---> ed558daf2485 14:28:52 Step 23/23 : LABEL version=0.0.0 14:28:52 Successfully built c6a92c0a1052 14:28:52 ---> Running in 3a4a9d73c9fe 14:28:53 Successfully tagged docker-support-notifications-go:latest 14:28:53  Building docker-support-notifications-go ... done Building docker-core-command-go 14:28:53 ---> Running in 40a97c9bf98e 14:28:53 Removing intermediate container 3a4a9d73c9fe 14:28:53 ---> 22dfb3248bd9 14:28:53 Step 22/24 : LABEL arch=x86_64 14:28:54 Removing intermediate container 40a97c9bf98e 14:28:54 ---> a4e1f3e13f78 14:28:54 14:28:54 ---> Running in 9ef2acf28cc6 14:28:54 Removing intermediate container 9309e8eeaf86 14:28:54 ---> 376d7de8a628 14:28:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:28:54 ---> Running in f690e29a0487 14:28:54 Successfully built a4e1f3e13f78 14:28:54 Successfully tagged docker-core-metadata-go:latest 14:28:54  Building docker-core-metadata-go ... done Building docker-core-data-go 14:28:55 Removing intermediate container f690e29a0487 14:28:55 ---> 97d6f3697a1e 14:28:55 Step 13/24 : WORKDIR / 14:28:55 ---> Running in 475cc75d9b24 14:28:55 Removing intermediate container 9ef2acf28cc6 14:28:55 ---> 3a711501eb2b 14:28:55 Step 23/24 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:28:56 Removing intermediate container 475cc75d9b24 14:28:56 ---> c0bd839f84f2 14:28:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:28:56 ---> Running in 19e56010a8fa 14:28:57 ---> 578608aacaee 14:28:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:28:58 ---> fd8f4402711b 14:28:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:28:59 Removing intermediate container 19e56010a8fa 14:28:59 ---> 61bfe5b5f4ca 14:28:59 Step 24/24 : LABEL version=0.0.0 14:28:59 ---> a193a1c490db 14:28:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:29:01 ---> Running in 59d91ad57833 14:29:01 ---> 1fd12b907bae 14:29:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:29:02 ---> 280d8735dfb6 14:29:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:29:03 Removing intermediate container 59d91ad57833 14:29:03 ---> d672cf905efe 14:29:03 14:29:04 Successfully built d672cf905efe 14:29:04 Successfully tagged docker-security-secretstore-setup-go:latest 14:29:04 ---> 66b3375d8e14 14:29:04 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/ 14:29:04 ---> Running in 30fab598d789 14:29:08 Removing intermediate container 30fab598d789 14:29:08 ---> 92e65ae13eee 14:29:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:29:08 ---> Running in 4cb122adb4d3 14:29:09 Removing intermediate container 4cb122adb4d3 14:29:09 ---> eb049dc8dd81 14:29:09 Step 22/24 : LABEL arch=arm64 14:29:09 ---> Running in 99e1973ec9a0 14:29:10 Removing intermediate container 99e1973ec9a0 14:29:10 ---> 2be902314554 14:29:10 Step 23/24 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:29:10 ---> Running in 73d5a2ce46f8 14:29:10 Removing intermediate container 73d5a2ce46f8 14:29:10 ---> 2930659a7852 14:29:10 Step 24/24 : LABEL version=0.0.0 14:29:11 ---> Running in 40cd9aba1de0 14:29:11 Removing intermediate container 40cd9aba1de0 14:29:11 ---> 30f9c90a6f1f 14:29:11 14:29:12 Successfully built 30f9c90a6f1f 14:29:12 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:29:34  Building docker-security-secretstore-setup-go ... done Removing intermediate container 46e71581f7f1 14:29:34 ---> 903f65478d2f 14:29:34 14:29:34 Step 10/22 : FROM alpine:3.12 14:29:34 ---> d10569e2745f 14:29:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:29:34 ---> Running in 646fda726e33 14:29:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:34 (1/2) Installing ca-certificates (20191127-r4) 14:29:34 (2/2) Installing dumb-init (1.2.2-r1) 14:29:34 Executing busybox-1.31.1-r19.trigger 14:29:34 Executing ca-certificates-20191127-r4.trigger 14:29:34 OK: 6 MiB in 16 packages 14:29:35 Removing intermediate container 646fda726e33 14:29:35 ---> aa090c7a4691 14:29:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:29:36 ---> Running in 763a762e800e 14:29:36 Removing intermediate container 9e3ef4f34445 14:29:36 ---> 90110952f08d 14:29:36 14:29:36 Step 10/23 : FROM alpine:3.12 14:29:36 ---> d10569e2745f 14:29:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:29:37 Removing intermediate container 763a762e800e 14:29:37 ---> dc6fdc4b921e 14:29:37 Step 13/22 : ENV APP_PORT=48060 14:29:37 ---> Running in 3e29503af382 14:29:37 ---> Running in 3d89c9833f07 14:29:37 Removing intermediate container 3e29503af382 14:29:37 ---> 92ca36a43728 14:29:37 Step 12/23 : ENV APP_PORT=48080 14:29:37 Removing intermediate container 3d89c9833f07 14:29:37 ---> eb4176955f0c 14:29:37 Step 14/22 : EXPOSE $APP_PORT 14:29:37 ---> Running in 55647ecdc11d 14:29:37 ---> Running in da3af302dc00 14:29:38 Removing intermediate container 55647ecdc11d 14:29:38 ---> f594069cc959 14:29:38 Step 13/23 : EXPOSE $APP_PORT 14:29:38 Removing intermediate container da3af302dc00 14:29:38 ---> 07c5a681786b 14:29:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:29:38 ---> Running in 169cc6576974 14:29:38 Removing intermediate container 169cc6576974 14:29:38 ---> a180ed3e5f34 14:29:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:29:39 ---> 55ab569356e7 14:29:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:29:39 ---> Running in c28039bcea40 14:29:40 ---> 53dd6a900aed 14:29:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:29:41 ---> a300fe6ceb5c 14:29:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:29:41 ---> Running in 7aeb6408e4c5 14:29:41 Removing intermediate container c28039bcea40 14:29:41 ---> a01807e4841d 14:29:41 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:29:41 ---> Running in c999eb34dd93 14:29:41 Removing intermediate container 7aeb6408e4c5 14:29:41 ---> 6dbdccff8c55 14:29:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:29:42 ---> Running in 922dc9a287ee 14:29:42 Removing intermediate container 922dc9a287ee 14:29:42 ---> 3473a68ceffb 14:29:42 Step 20/22 : LABEL arch=arm64 14:29:42 ---> Running in 9ea90b506e3b 14:29:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:29:43 Removing intermediate container 9ea90b506e3b 14:29:43 ---> 3242f51b1ccd 14:29:43 Step 21/22 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:29:43 ---> Running in e8e326cc4db2 14:29:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:29:43 Removing intermediate container e8e326cc4db2 14:29:43 ---> 4389046afa16 14:29:43 Step 22/22 : LABEL version=0.0.0 14:29:43 ---> Running in 7e86e86e486d 14:29:44 (1/6) Installing dumb-init (1.2.2-r1) 14:29:44 Removing intermediate container 7e86e86e486d 14:29:44 ---> e52b780804a7 14:29:44 14:29:44 (2/6) Installing libgcc (9.3.0-r2) 14:29:44 (3/6) Installing libsodium (1.0.18-r0) 14:29:44 (4/6) Installing libstdc++ (9.3.0-r2) 14:29:44 Successfully built e52b780804a7 14:29:44 (5/6) Installing libzmq (4.3.3-r0) 14:29:45 Successfully tagged docker-support-notifications-go-arm64:latest 14:29:45 (6/6) Installing zeromq (4.3.3-r0) 14:29:45  Building docker-support-notifications-go ... done Executing busybox-1.31.1-r19.trigger 14:29:45 OK: 8 MiB in 20 packages 14:29:46 Removing intermediate container c999eb34dd93 14:29:46 ---> c1cd5e6382b0 14:29:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:29:47 ---> 6c830081c948 14:29:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:29:48 ---> 7ab7a08d5d4c 14:29:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:29:49 ---> e8b44e6344ce 14:29:49 Step 19/23 : ENTRYPOINT ["/core-data"] 14:29:49 ---> Running in a552c1729da6 14:29:49 Removing intermediate container a552c1729da6 14:29:49 ---> 50512fca5347 14:29:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:29:49 ---> Running in 7798c025fc08 14:29:50 Removing intermediate container 7798c025fc08 14:29:50 ---> 740aa51ad67b 14:29:50 Step 21/23 : LABEL arch=arm64 14:29:50 ---> Running in c9d173c11985 14:29:51 Removing intermediate container c9d173c11985 14:29:51 ---> 1aabaaf7d458 14:29:51 Step 22/23 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:29:51 ---> Running in 6c555cc69f38 14:29:51 Removing intermediate container 6c555cc69f38 14:29:51 ---> 4ad88d4f625e 14:29:51 Step 23/23 : LABEL version=0.0.0 14:29:51 ---> Running in a54f8b1c09af 14:29:52 Removing intermediate container a54f8b1c09af 14:29:52 ---> 883021a06c2f 14:29:52 14:29:52 Successfully built 883021a06c2f 14:29:52 Successfully tagged docker-core-data-go-arm64:latest 14:29:53  Building docker-core-data-go ... done  [Pipeline] } 14:29:53 $ docker stop --time=1 f4cea128c3685896e75dd3a663d30ac6954695aa9f52d634e851e48e4d4714f7 14:29:55 $ docker rm -f f4cea128c3685896e75dd3a663d30ac6954695aa9f52d634e851e48e4d4714f7 [Pipeline] // withDockerContainer [Pipeline] sh 14:29:55 + grep docker 14:29:55 + docker images 14:29:55 docker-core-data-go-arm64 latest 883021a06c2f 3 seconds ago 21.3MB 14:29:55 docker-support-notifications-go-arm64 latest e52b780804a7 11 seconds ago 16.9MB 14:29:55 docker-security-secretstore-setup-go-arm64 latest 30f9c90a6f1f 44 seconds ago 23.7MB 14:29:55 docker-core-command-go-arm64 latest 6908de59fc30 About a minute ago 16.2MB 14:29:55 docker-sys-mgmt-agent-go-arm64 latest d93a827beb07 About a minute ago 300MB 14:29:55 docker-security-bootstrapper-go-arm64 latest 967ca1493e7f 3 minutes ago 17.8MB 14:29:55 docker-core-metadata-go-arm64 latest df6cd226e17d 3 minutes ago 17.9MB 14:29:55 docker-support-scheduler-go-arm64 latest 28ecb9fb13c0 3 minutes ago 16.3MB 14:29:55 docker-security-proxy-setup-go-arm64 latest 5af59dd8ee93 3 minutes ago 23.4MB 14:29:55 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 14:29:57 ---> job-cost.sh 14:29:57 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fz0O 14:30:36 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:30:43  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:30:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:30:43 ---> b8bda8640e6d 14:30:43 Step 3/23 : WORKDIR /edgex-go 14:30:43 ---> Using cache 14:30:43 ---> bdaca721ff2d 14:30:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:43 ---> Using cache 14:30:43 ---> 30fa04e7e12f 14:30:43 Step 5/23 : RUN apk add --update --no-cache make git 14:30:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:30:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 14:30:43 ---> b8bda8640e6d 14:30:43 Step 3/26 : WORKDIR /edgex-go 14:30:43 ---> Using cache 14:30:43 ---> bdaca721ff2d 14:30:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:43 ---> Using cache 14:30:43 ---> 10b741e76798 14:30:43 Step 6/23 : COPY go.mod . 14:30:43 ---> Using cache 14:30:43 ---> 30fa04e7e12f 14:30:43 Step 5/26 : RUN apk add --update --no-cache make bash git 14:30:43 ---> Using cache 14:30:43 ---> 301281643635 14:30:43 Step 7/23 : RUN go mod download 14:30:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:30:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:30:43 ---> b8bda8640e6d 14:30:43 Step 3/23 : WORKDIR /edgex-go 14:30:43 ---> Using cache 14:30:43 ---> bdaca721ff2d 14:30:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:43 ---> Using cache 14:30:43 ---> 30fa04e7e12f 14:30:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:30:43 ---> Using cache 14:30:43 ---> 4f1ad360e89c 14:30:43 Step 8/23 : COPY . . 14:30:43 ---> Using cache 14:30:43 ---> 1dd25cdb82f4 14:30:43 Step 9/23 : RUN make cmd/core-command/core-command 14:30:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:30:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:30:43 ---> b8bda8640e6d 14:30:43 Step 3/31 : WORKDIR /edgex-go 14:30:43 ---> Using cache 14:30:43 ---> bdaca721ff2d 14:30:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:30:43 ---> Using cache 14:30:43 ---> 30fa04e7e12f 14:30:43 Step 5/31 : RUN apk add --update --no-cache make git 14:30:43 ---> Using cache 14:30:43 ---> 10b741e76798 14:30:43 Step 6/31 : COPY go.mod . 14:30:43 ---> Using cache 14:30:43 ---> 301281643635 14:30:43 Step 7/31 : RUN go mod download 14:30:43 ---> Using cache 14:30:43 ---> 4f1ad360e89c 14:30:43 Step 8/31 : COPY . . 14:30:43 ---> Using cache 14:30:43 ---> 1dd25cdb82f4 14:30:43 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:30:43 ---> Running in 052680c5b5a1 14:30:43 ---> Running in a47a4cb22bb3 14:30:43 ---> Running in 6f23b6816e8e 14:30:43 ---> Running in 7379a929d193 14:30:43 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 14:30:43 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 14:30:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:30:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:30:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:30:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:30:43 OK: 233 MiB in 51 packages 14:30:43 OK: 233 MiB in 51 packages 14:30:43 Removing intermediate container a47a4cb22bb3 14:30:43 ---> 1c30c20b806e 14:30:43 Step 6/23 : COPY go.mod . 14:30:44 Removing intermediate container 6f23b6816e8e 14:30:44 ---> aa105a995b95 14:30:44 Step 6/26 : COPY go.mod . 14:30:45 ---> 3091d6eb75c1 14:30:45 Step 7/23 : RUN go mod download 14:30:45 ---> a7cc19c927b9 14:30:45 Step 7/26 : RUN go mod download 14:30:45 ---> Running in d0fc7dbdb9b0 14:30:45 ---> Running in 3381a01185d6 14:30:55 Removing intermediate container d0fc7dbdb9b0 14:30:55 ---> 9007b9327311 14:30:55 Step 8/23 : COPY . . 14:30:55 Removing intermediate container 3381a01185d6 14:30:55 ---> 73b9122d86a9 14:30:55 Step 8/26 : COPY . . 14:32:12 lf-activate-venv(): INFO: Adding /tmp/venv-fz0O/bin to PATH 14:32:12 INFO: No Stack... 14:32:12 INFO: Retrieving Pricing Info for: lf-standard-4 14:32:12 INFO: Archiving Costs [Pipeline] sh 14:32:13 + cat /w/workspace/edgex-go/13/archives/cost.csv 14:32:13 + cut -d, -f6 [Pipeline] lock 14:32:13 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3250-13-stack-cost] 14:32:13 Resource [jenkins-edgexfoundry-edgex-go-PR-3250-13-stack-cost] did not exist. Created. 14:32:13 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3250-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:32:13 + echo total: 0.20999999344348907 [Pipeline] stash 14:32:14 Stashed 1 file(s) [Pipeline] } 14:32:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3250-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 14:32:19 Removing intermediate container 052680c5b5a1 14:32:19 ---> 1072c33d0a7a 14:32:19 14:32:19 Step 10/23 : FROM alpine:3.12 14:32:19 ---> 88dd2752d2ea 14:32:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:32:19 ---> Using cache 14:32:19 ---> 4114f3b30f2a 14:32:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:32:19 ---> Using cache 14:32:19 ---> c8661ea08a25 14:32:19 Step 13/23 : ENV APP_PORT=48082 14:32:19 Removing intermediate container 7379a929d193 14:32:19 ---> 7da5488982cd 14:32:19 14:32:19 Step 10/31 : FROM alpine:3.12 14:32:19 ---> 88dd2752d2ea 14:32:19 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:32:19 ---> Running in 242b0999d2f3 14:32:19 ---> Running in 708dfaad1cd2 14:32:19 Removing intermediate container 708dfaad1cd2 14:32:19 ---> 26a61343176e 14:32:19 Step 14/23 : EXPOSE $APP_PORT 14:32:19 Removing intermediate container 242b0999d2f3 14:32:19 ---> 205d8b909b0c 14:32:19 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:32:19 ---> Running in 151bf9c8a66c 14:32:19 ---> Running in 3d1b7bf408bd 14:32:19 Removing intermediate container 3d1b7bf408bd 14:32:19 ---> d5da6bb4a123 14:32:19 Step 15/23 : WORKDIR / 14:32:19 ---> Running in e6297fd0bfd7 14:32:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:32:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:32:20 (1/2) Installing dumb-init (1.2.2-r1) 14:32:20 (2/2) Installing su-exec (0.2-r1) 14:32:20 Executing busybox-1.31.1-r19.trigger 14:32:20 Removing intermediate container e6297fd0bfd7 14:32:20 ---> b0f890abc9cf 14:32:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:20 OK: 6 MiB in 16 packages 14:32:22 ---> 41a753ce6b59 14:32:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:32:25 Removing intermediate container 151bf9c8a66c 14:32:25 ---> 09b9a9ae7998 14:32:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:32:25 ---> Running in 840ab7aa0cb0 14:32:25 ---> 7fc98b1239b0 14:32:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:32:26 ---> af88f5b53c24 14:32:26 Step 9/23 : RUN make cmd/core-data/core-data 14:32:26 ---> 85e50a8bb7e2 14:32:26 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:32:26 ---> Running in 5de5d3f8c88b 14:32:26 ---> Running in 56f8731eb9ae 14:32:26 Removing intermediate container 840ab7aa0cb0 14:32:26 ---> c6083f6df455 14:32:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:32:26 ---> e41468e34cfb 14:32:26 Step 19/23 : ENTRYPOINT ["/core-command"] 14:32:26 ---> Running in 5b7fdaa1b4f0 14:32:26 ---> Running in 0c353bb9c967 14:32:27 Removing intermediate container 0c353bb9c967 14:32:27 ---> 7ee7ff95faa9 14:32:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:32:27 Removing intermediate container 5b7fdaa1b4f0 14:32:27 ---> 9e09b7997d4f 14:32:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:32:27 ---> Running in 2c6d8802b8ca 14:32:27 ---> Running in 0c9d80f7989c 14:32:28 Removing intermediate container 2c6d8802b8ca 14:32:28 ---> 8648024fb13a 14:32:28 Step 21/23 : LABEL arch=x86_64 14:32:28 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 14:32:28 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 14:32:29 ---> Running in 2186affe2179 14:32:32 Removing intermediate container 2186affe2179 14:32:32 ---> e3d345f85ea5 14:32:32 Step 22/23 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:32:32 ---> Running in d0da255d83a7 14:32:33 Removing intermediate container 0c9d80f7989c 14:32:33 ---> 6e8a002d384a 14:32:33 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:32:33 ---> Running in 12c81a9eb999 14:32:34 Removing intermediate container d0da255d83a7 14:32:34 ---> b431c30b54fc 14:32:34 Step 23/23 : LABEL version=0.0.0 14:32:35 ---> Running in ae051fb63fa2 14:32:37 Removing intermediate container 12c81a9eb999 14:32:37 ---> a6944c3729bf 14:32:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:32:39 Removing intermediate container ae051fb63fa2 14:32:39 ---> 6d02b9fa9ad2 14:32:39 14:32:40 ---> 1f9bed0d78cc 14:32:40 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:32:41 ---> Running in d66d727fe8cd 14:32:42 Successfully built 6d02b9fa9ad2 14:32:42 Successfully tagged docker-core-command-go:latest 14:32:47  Building docker-core-command-go ... done Removing intermediate container d66d727fe8cd 14:32:47 ---> a3d0e89bbc7b 14:32:47 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:32:48 ---> 6c8e8c787012 14:32:48 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:32:52 ---> 61387726c91e 14:32:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:32:57 ---> c616107526f2 14:32:57 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:32:58 ---> 48703a400399 14:32:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:32:59 ---> 82a4ec1a8b79 14:32:59 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:33:00 ---> Running in 993c7ce4abfd 14:33:02 Removing intermediate container 993c7ce4abfd 14:33:02 ---> 69356656a1f0 14:33:02 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:33:06 ---> 9a4ddcecd441 14:33:06 Step 26/31 : RUN chmod +x /entrypoint.sh 14:33:07 ---> Running in e8b9789d9c9b 14:33:17 Removing intermediate container e8b9789d9c9b 14:33:17 ---> fd26840eb01a 14:33:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:33:17 ---> Running in a98f4ccb033f 14:33:18 Removing intermediate container a98f4ccb033f 14:33:18 ---> 9237e87b16f5 14:33:18 Step 28/31 : CMD ["gate"] 14:33:19 ---> Running in 8a5168b0e3df 14:33:20 Removing intermediate container 8a5168b0e3df 14:33:20 ---> 5c69dd27f3fd 14:33:20 Step 29/31 : LABEL arch=x86_64 14:33:20 ---> Running in 8317342a89bd 14:33:21 Removing intermediate container 8317342a89bd 14:33:21 ---> e6012c7f4427 14:33:21 Step 30/31 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:33:22 ---> Running in 218cc43f490f 14:33:23 Removing intermediate container 218cc43f490f 14:33:23 ---> 5efd76596e95 14:33:23 Step 31/31 : LABEL version=0.0.0 14:33:23 ---> Running in 4694b900713a 14:33:25 Removing intermediate container 4694b900713a 14:33:25 ---> 1de31c3430cf 14:33:25 14:33:25 Successfully built 1de31c3430cf 14:33:25 Successfully tagged docker-security-bootstrapper-go:latest 14:33:25  Building docker-security-bootstrapper-go ... done Removing intermediate container 56f8731eb9ae 14:33:25 ---> 35e18f279fdd 14:33:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:33:26 ---> Running in 3a8752f2bcb0 14:33:29 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 14:33:33 Removing intermediate container 5de5d3f8c88b 14:33:33 ---> ef390a38de3a 14:33:33 14:33:33 Step 10/23 : FROM alpine:3.12 14:33:33 ---> 88dd2752d2ea 14:33:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:33:34 ---> Running in 05145ae7ec05 14:33:34 Removing intermediate container 05145ae7ec05 14:33:34 ---> 8cac9b43bb28 14:33:34 Step 12/23 : ENV APP_PORT=48080 14:33:34 Removing intermediate container 3a8752f2bcb0 14:33:34 ---> d34fa936b2b3 14:33:34 14:33:34 Step 11/26 : FROM docker:20.10.0 14:33:35 ---> Running in 5e016b52fb4b 14:33:35 20.10.0: Pulling from library/docker 14:33:36 Removing intermediate container 5e016b52fb4b 14:33:36 ---> 2f21edbc831c 14:33:36 Step 13/23 : EXPOSE $APP_PORT 14:33:37 ---> Running in 5163cb0111a0 14:33:38 Removing intermediate container 5163cb0111a0 14:33:38 ---> 3cdd20f22577 14:33:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:33:38 ---> Running in 68c9893ad559 14:33:42 Removing intermediate container 68c9893ad559 14:33:42 ---> 326e1a524b2c 14:33:42 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:33:42 ---> Running in abc6a14cf47b 14:33:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:46 (1/6) Installing dumb-init (1.2.2-r1) 14:33:46 (2/6) Installing libgcc (9.3.0-r2) 14:33:46 (3/6) Installing libsodium (1.0.18-r0) 14:33:46 (4/6) Installing libstdc++ (9.3.0-r2) 14:33:46 (5/6) Installing libzmq (4.3.3-r0) 14:33:46 (6/6) Installing zeromq (4.3.3-r0) 14:33:46 Executing busybox-1.31.1-r19.trigger 14:33:46 OK: 8 MiB in 20 packages 14:33:49 Removing intermediate container abc6a14cf47b 14:33:49 ---> 48bae2d784f6 14:33:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:33:51 ---> 4a4874160a85 14:33:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:33:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:33:53 Status: Downloaded newer image for docker:20.10.0 14:33:53 ---> aefe523efa57 14:33:53 Step 12/26 : RUN apk add --no-cache bash 14:33:53 ---> Running in 5418bacbcd28 14:33:53 ---> 2f4353c8b702 14:33:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:33:54 ---> f96104654c6e 14:33:54 Step 19/23 : ENTRYPOINT ["/core-data"] 14:33:54 ---> Running in 530563c9d48c 14:33:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:33:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:33:54 Removing intermediate container 530563c9d48c 14:33:54 ---> efeeb9071a3d 14:33:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:33:54 ---> Running in 31655b4b3378 14:33:54 (1/2) Installing readline (8.0.4-r0) 14:33:54 (2/2) Installing bash (5.0.17-r0) 14:33:54 Executing bash-5.0.17-r0.post-install 14:33:54 Executing busybox-1.31.1-r19.trigger 14:33:54 OK: 12 MiB in 22 packages 14:33:55 Removing intermediate container 31655b4b3378 14:33:55 ---> bba3a4253bf6 14:33:55 Step 21/23 : LABEL arch=x86_64 14:33:55 ---> Running in b839b90ce0f3 14:33:56 Removing intermediate container b839b90ce0f3 14:33:56 ---> 92e02f22d3a1 14:33:56 Step 22/23 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:33:56 ---> Running in 41b9f9b953b9 14:33:56 Removing intermediate container 5418bacbcd28 14:33:56 ---> 32f0312cdbdb 14:33:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 14:33:57 ---> Running in f94402a31078 14:33:57 Removing intermediate container 41b9f9b953b9 14:33:57 ---> 223886ca415d 14:33:57 Step 23/23 : LABEL version=0.0.0 14:33:58 ---> Running in 94b0047c137a 14:33:58 Removing intermediate container f94402a31078 14:33:58 ---> e95a99e85b9e 14:33:58 Step 14/26 : ENV APP_PORT=48090 14:33:59 ---> Running in 36559636c50f 14:33:59 Removing intermediate container 94b0047c137a 14:33:59 ---> 9d36abec1994 14:33:59 14:34:00 Removing intermediate container 36559636c50f 14:34:00 ---> f1d1f26ad537 14:34:00 Step 15/26 : EXPOSE $APP_PORT 14:34:00 Successfully built 9d36abec1994 14:34:00 ---> Running in c44da25acc97 14:34:01 Successfully tagged docker-core-data-go:latest 14:34:01  Building docker-core-data-go ... done Removing intermediate container c44da25acc97 14:34:01 ---> 50609ab76054 14:34:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:34:04 ---> 99c738ea2f6a 14:34:04 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:34:04 ---> 8fc32a3228e2 14:34:04 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:34:06 ---> 42cf9a3fe00d 14:34:06 Step 19/26 : RUN apk --no-cache add py3-pip 14:34:06 ---> Running in 02e1994453d4 14:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:09 (1/33) Installing libbz2 (1.0.8-r1) 14:34:09 (2/33) Installing expat (2.2.9-r1) 14:34:09 (3/33) Installing libffi (3.3-r2) 14:34:09 (4/33) Installing gdbm (1.13-r1) 14:34:09 (5/33) Installing xz-libs (5.2.5-r0) 14:34:09 (6/33) Installing sqlite-libs (3.32.1-r0) 14:34:09 (7/33) Installing python3 (3.8.5-r1) 14:34:11 (8/33) Installing py3-appdirs (1.4.4-r1) 14:34:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 14:34:11 (10/33) Installing py3-parsing (2.4.7-r0) 14:34:11 (11/33) Installing py3-six (1.15.0-r0) 14:34:11 (12/33) Installing py3-packaging (20.4-r0) 14:34:11 (13/33) Installing py3-setuptools (47.0.0-r0) 14:34:11 (14/33) Installing py3-chardet (3.0.4-r4) 14:34:11 (15/33) Installing py3-idna (2.9-r0) 14:34:11 (16/33) Installing py3-certifi (2020.4.5.1-r0) 14:34:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 14:34:11 (18/33) Installing py3-requests (2.23.0-r0) 14:34:11 (19/33) Installing py3-msgpack (1.0.0-r0) 14:34:11 (20/33) Installing py3-lockfile (0.12.2-r3) 14:34:11 (21/33) Installing py3-cachecontrol (0.12.6-r0) 14:34:12 (22/33) Installing py3-colorama (0.4.3-r0) 14:34:12 (23/33) Installing py3-distlib (0.3.0-r0) 14:34:12 (24/33) Installing py3-distro (1.5.0-r1) 14:34:12 (25/33) Installing py3-webencodings (0.5.1-r3) 14:34:12 (26/33) Installing py3-html5lib (1.0.1-r4) 14:34:12 (27/33) Installing py3-pytoml (0.1.21-r0) 14:34:12 (28/33) Installing py3-pep517 (0.8.2-r0) 14:34:12 (29/33) Installing py3-progress (1.5-r0) 14:34:12 (30/33) Installing py3-toml (0.10.1-r0) 14:34:12 (31/33) Installing py3-retrying (1.3.3-r0) 14:34:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 14:34:12 (33/33) Installing py3-pip (20.1.1-r0) 14:34:12 Executing busybox-1.31.1-r19.trigger 14:34:12 OK: 71 MiB in 55 packages 14:34:25 Removing intermediate container 02e1994453d4 14:34:25 ---> bad2fcd351b7 14:34:25 Step 20/26 : RUN pip install docker-compose==1.23.2 14:34:25 ---> Running in b758036f4bbd 14:34:26 Collecting docker-compose==1.23.2 14:34:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:34:26 Collecting PyYAML<4,>=3.10 14:34:26 Downloading PyYAML-3.13.tar.gz (270 kB) 14:34:28 Collecting jsonschema<3,>=2.5.1 14:34:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:34:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:34:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:34:29 Collecting docopt<0.7,>=0.6.1 14:34:29 Downloading docopt-0.6.2.tar.gz (25 kB) 14:34:29 Collecting websocket-client<1.0,>=0.32.0 14:34:29 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:34:30 Collecting texttable<0.10,>=0.9.0 14:34:30 Downloading texttable-0.9.1.tar.gz (11 kB) 14:34:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:34:31 Collecting docker<4.0,>=3.6.0 14:34:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:34:31 Collecting dockerpty<0.5,>=0.4.1 14:34:31 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:34:32 Collecting cached-property<2,>=1.2.0 14:34:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:34:33 Collecting idna<2.8,>=2.5 14:34:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:34:33 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) 14:34:33 Collecting urllib3<1.25,>=1.21.1 14:34:33 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:34:33 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) 14:34:33 Collecting docker-pycreds>=0.4.0 14:34:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:34:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:34:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:34:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:34:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:34:34 Installing collected packages: PyYAML, jsonschema, idna, urllib3, requests, docopt, websocket-client, texttable, docker-pycreds, docker, dockerpty, cached-property, docker-compose 14:34:34 Running setup.py install for PyYAML: started 14:34:35 Running setup.py install for PyYAML: finished with status 'done' 14:34:35 Attempting uninstall: idna 14:34:35 Found existing installation: idna 2.9 14:34:35 Uninstalling idna-2.9: 14:34:35 Successfully uninstalled idna-2.9 14:34:35 Attempting uninstall: urllib3 14:34:35 Found existing installation: urllib3 1.25.9 14:34:35 Uninstalling urllib3-1.25.9: 14:34:35 Successfully uninstalled urllib3-1.25.9 14:34:35 Attempting uninstall: requests 14:34:35 Found existing installation: requests 2.23.0 14:34:35 Uninstalling requests-2.23.0: 14:34:37 Successfully uninstalled requests-2.23.0 14:34:37 Running setup.py install for docopt: started 14:34:38 Running setup.py install for docopt: finished with status 'done' 14:34:38 Running setup.py install for texttable: started 14:34:39 Running setup.py install for texttable: finished with status 'done' 14:34:39 Running setup.py install for dockerpty: started 14:34:40 Running setup.py install for dockerpty: finished with status 'done' 14:34:41 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 14:34:45 Removing intermediate container b758036f4bbd 14:34:45 ---> 710785bd541d 14:34:45 Step 21/26 : RUN apk --no-cache add curl 14:34:45 ---> Running in e3d8f583ec72 14:34:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:34:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:34:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 14:34:46 (2/3) Installing libcurl (7.69.1-r3) 14:34:46 (3/3) Installing curl (7.69.1-r3) 14:34:46 Executing busybox-1.31.1-r19.trigger 14:34:46 OK: 72 MiB in 58 packages 14:34:47 Removing intermediate container e3d8f583ec72 14:34:47 ---> e26e1cda2ca1 14:34:47 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 14:34:47 ---> Running in d69ae6c7dff2 14:34:48 Removing intermediate container d69ae6c7dff2 14:34:48 ---> 604aeb95bdc3 14:34:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:34:48 ---> Running in 349657a1fc22 14:34:48 Removing intermediate container 349657a1fc22 14:34:48 ---> ca431d3002ce 14:34:48 Step 24/26 : LABEL arch=x86_64 14:34:48 ---> Running in 53cd279f6a51 14:34:48 Removing intermediate container 53cd279f6a51 14:34:48 ---> a21a45fc658d 14:34:48 Step 25/26 : LABEL git_sha=66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:34:48 ---> Running in 52a2e2f21b0f 14:34:49 Removing intermediate container 52a2e2f21b0f 14:34:49 ---> 7deb3613dc74 14:34:49 Step 26/26 : LABEL version=0.0.0 14:34:49 ---> Running in 772f67214819 14:34:49 Removing intermediate container 772f67214819 14:34:49 ---> 741ca0a8c84b 14:34:49 14:34:50 Successfully built 741ca0a8c84b 14:34:50 Successfully tagged docker-sys-mgmt-agent-go:latest 14:34:51  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 14:34:51 $ docker stop --time=1 3842382e063de1bbb28b8b534bfbfc8e7441f5854ce7e79a7083f1bdf1beb18b 14:34:54 $ docker rm -f 3842382e063de1bbb28b8b534bfbfc8e7441f5854ce7e79a7083f1bdf1beb18b [Pipeline] // withDockerContainer [Pipeline] sh 14:34:55 + grep docker 14:34:55 + docker images 14:34:56 docker-sys-mgmt-agent-go latest 741ca0a8c84b 7 seconds ago 313MB 14:34:56 docker-core-data-go latest 9d36abec1994 57 seconds ago 22.6MB 14:34:56 docker-security-bootstrapper-go latest 1de31c3430cf About a minute ago 18.7MB 14:34:56 docker-core-command-go latest 6d02b9fa9ad2 2 minutes ago 17.2MB 14:34:56 docker-security-secretstore-setup-go latest d672cf905efe 5 minutes ago 24.9MB 14:34:56 docker-core-metadata-go latest a4e1f3e13f78 6 minutes ago 19MB 14:34:56 docker-support-scheduler-go latest cab3de495f8f 6 minutes ago 17.3MB 14:34:56 docker-support-notifications-go latest c6a92c0a1052 6 minutes ago 17.8MB 14:34:56 docker-security-proxy-setup-go latest b21e7b3d8bac 6 minutes ago 24.7MB 14:34:56 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 14:35:12 Still waiting to schedule task 14:35:12 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 14:36:03 Running on prd-ubuntu18.04-docker-8c-8g-29649 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws 14:36:04 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 14:36:06 using credential edgex-jenkins-ssh 14:36:07 Cloning the remote Git repository 14:36:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:36:07 > git init /w/workspace/edgex-go/13 # timeout=10 14:36:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:36:07 > git --version # timeout=10 14:36:07 > git --version # 'git version 2.17.1' 14:36:07 using GIT_SSH to set credentials SSH Credentials for GitHub 14:36:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:36:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:36:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:36:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:36:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:36:13 using GIT_SSH to set credentials SSH Credentials for GitHub 14:36:13 > 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 14:36:14 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:36:14 Merge succeeded, producing 66c8d670fc1c00e1c9077dc6217476d6b47173d6 14:36:14 Checking out Revision 66c8d670fc1c00e1c9077dc6217476d6b47173d6 (PR-3250) 14:36:14 > git config core.sparsecheckout # timeout=10 14:36:14 > git checkout -f 66c8d670fc1c00e1c9077dc6217476d6b47173d6 # timeout=10 14:36:14 > git remote # timeout=10 14:36:14 > git config --get remote.origin.url # timeout=10 14:36:14 using GIT_SSH to set credentials SSH Credentials for GitHub 14:36:14 > git merge 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 14:36:14 > git rev-parse HEAD^{commit} # timeout=10 14:36:14 > git config core.sparsecheckout # timeout=10 14:36:14 > git checkout -f 66c8d670fc1c00e1c9077dc6217476d6b47173d6 # timeout=10 14:36:18 Commit message: "feat: Build CoreCommands from DeviceResources" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:36:20 + echo snap-build.sh 14:36:20 snap-build.sh 14:36:20 + SNAP_BASE_DIR=. 14:36:20 + '[' '!' -z /w/workspace/edgex-go/13 ']' 14:36:20 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 14:36:20 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 14:36:20 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 14:36:20 + cd /w/workspace/edgex-go/13 14:36:20 + sudo apt-get remove -qy --purge lxd lxd-client 14:36:20 Reading package lists... 14:36:20 Building dependency tree... 14:36:20 Reading state information... 14:36:20 The following packages were automatically installed and are no longer required: 14:36:20 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:36:20 uidmap xdelta3 14:36:20 Use 'sudo apt autoremove' to remove them. 14:36:20 The following packages will be REMOVED: 14:36:20 lxd* lxd-client* 14:36:21 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:36:21 After this operation, 31.7 MB disk space will be freed. 14:36:22 (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.) 14:36:22 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:36:24 Removing lxd dnsmasq configuration 14:36:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:36:24 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:36:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:36:25 (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.) 14:36:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:36:27 Processing triggers for systemd (237-3ubuntu10.42) ... 14:36:27 Processing triggers for ureadahead (0.100.0-21) ... 14:36:29 + sudo snap remove --purge lxd 14:36:29 snap "lxd" is not installed 14:36:29 + sudo groupadd --force --system lxd 14:36:29 ++ whoami 14:36:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:36:29 + newgrp - lxd 14:36:29 + sudo snap install lxd 14:36:39 2021-03-12T14:36:37Z INFO Waiting for automatic snapd restart... 14:37:06 lxd 4.12 from Canonical* installed 14:37:06 + sudo lxd init --auto 14:37:13 + sudo snap install --classic snapcraft 14:37:18 snapcraft 4.5.4 from Canonical* installed 14:37:18 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 14:37:18 + patch --verbose -p1 14:37:18 Hmm... Looks like a unified diff to me... 14:37:18 The text leading up to this was: 14:37:18 -------------------------- 14:37:18 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 14:37:18 |From: Tony Espy 14:37:18 |Date: Tue, 9 Mar 2021 19:05:15 -0500 14:37:18 |Subject: [PATCH] optimize snap build for pipeline CI check 14:37:18 | 14:37:18 |This patch is used by the EdgeX CI pipeline builds to 14:37:18 |optimize the snap CI check run for pull requests. When 14:37:18 |applied, it essentially strips out everything (apps and 14:37:18 |parts) from the snapcraft.yaml file except those required 14:37:18 |to build edgex-go, as the whole idea of the CI check is to 14:37:18 |catch changes to edgex-go that break the snap build. 14:37:18 | 14:37:18 |In general, anyone updating snapcraft.yaml will also need 14:37:18 |to update this patch file, otherwise it may fail to apply, 14:37:18 |resulting in a failed snap build CI check in the associated 14:37:18 |pull request. 14:37:18 | 14:37:18 |Note - in addition to applying this patch, the pipeline also 14:37:18 |only primes the snap (e.g. `snapcraft prime`), as there's no 14:37:18 |need to build the finally binary .snap file (and it won't 14:37:18 |work with the patch applied). This further reduces the build 14:37:18 |time. 14:37:18 |--- 14:37:18 | snap/snapcraft.yaml | 452 +------------------------------------------- 14:37:18 | 1 file changed, 1 insertion(+), 451 deletions(-) 14:37:18 | 14:37:18 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 14:37:18 |index d8bc12bc..5a5f5fbb 100644 14:37:18 |--- a/snap/snapcraft.yaml 14:37:18 |+++ b/snap/snapcraft.yaml 14:37:18 -------------------------- 14:37:18 patching file snap/snapcraft.yaml 14:37:18 Using Plan A... 14:37:18 Hunk #1 succeeded at 73. 14:37:18 Hunk #2 succeeded at 205. 14:37:18 Hunk #3 succeeded at 217. 14:37:18 Hunk #4 succeeded at 225. 14:37:18 Hunk #5 succeeded at 232. 14:37:18 Hunk #6 succeeded at 259. 14:37:18 Hunk #7 succeeded at 271. 14:37:18 Hunk #8 succeeded at 327. 14:37:18 Hmm... Ignoring the trailing garbage. 14:37:18 done 14:37:18 + sudo snapcraft prime --use-lxd 14:37:21 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:37:21 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: 14:37:21 - README.md 14:37:21 14:37:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:37:21 Launching a container. 14:37:36 Waiting for container to be ready 14:37:36 To start your first instance, try: lxc launch ubuntu:18.04 14:37:36 14:37:40 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:37:40 Waiting for network to be ready... 14:37:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:37:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 14:37:41 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:37:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:37:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:37:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:37:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 14:37:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 14:37:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 14:37:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:37:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:37:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:37:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:37:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:37:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:37:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:37:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:37:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:37:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:37:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 14:37:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:37:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:37:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:37:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 14:37:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 14:37:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:37:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:37:47 Fetched 24.0 MB in 6s (4228 kB/s) 14:37:48 Reading package lists... 14:37:49 Reading package lists... 14:37:49 Building dependency tree... 14:37:49 Reading state information... 14:37:49 The following additional packages will be installed: 14:37:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:37:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:37:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:37:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:37:49 Suggested packages: 14:37:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:37:49 Recommended packages: 14:37:49 gnupg libsasl2-modules 14:37:49 The following NEW packages will be installed: 14:37:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:37:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:37:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:37:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:37:49 The following packages will be upgraded: 14:37:49 gpg gpg-agent gpgconf libudev1 14:37:49 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 14:37:49 Need to get 3530 kB of archives. 14:37:49 After this operation, 13.3 MB of additional disk space will be used. 14:37:49 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 14:37:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 14:37:49 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] 14:37:49 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 14:37:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 14:37:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 14:37:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:37:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:37:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 14:37:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 14:37:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 14:37:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:37:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:37:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:37:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:37:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 14:37:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:37:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:37:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:37:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:37:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:37:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 14:37:50 debconf: delaying package configuration, since apt-utils is not installed 14:37:50 Fetched 3530 kB in 1s (2732 kB/s) 14:37:50 (Reading database ... 12511 files and directories currently installed.) 14:37:50 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 14:37:50 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:37:51 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 14:37:51 Selecting previously unselected package udev. 14:37:51 (Reading database ... 12511 files and directories currently installed.) 14:37:51 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 14:37:51 Unpacking udev (237-3ubuntu10.44) ... 14:37:51 Selecting previously unselected package libfuse2:amd64. 14:37:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:37:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:37:51 Selecting previously unselected package fuse. 14:37:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:37:51 Unpacking fuse (2.9.7-1ubuntu1) ... 14:37:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:51 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:37:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:52 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:37:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:52 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:37:52 Selecting previously unselected package libksba8:amd64. 14:37:52 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:37:52 Unpacking libksba8:amd64 (1.3.5-2) ... 14:37:52 Selecting previously unselected package libroken18-heimdal:amd64. 14:37:52 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:52 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:52 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:37:52 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:52 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:37:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:37:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:53 Selecting previously unselected package libwind0-heimdal:amd64. 14:37:53 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:53 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:37:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:37:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:53 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:37:53 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:53 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:53 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:37:53 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:37:53 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:53 Selecting previously unselected package libsasl2-modules-db:amd64. 14:37:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:37:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:37:53 Selecting previously unselected package libsasl2-2:amd64. 14:37:53 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:37:53 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:37:53 Selecting previously unselected package libldap-common. 14:37:53 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 14:37:53 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:37:53 Selecting previously unselected package libldap-2.4-2:amd64. 14:37:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 14:37:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:37:54 Selecting previously unselected package dirmngr. 14:37:54 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 14:37:54 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 14:37:54 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:37:54 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 14:37:54 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:37:54 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:37:54 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:37:54 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 14:37:54 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:54 Setting up libksba8:amd64 (1.3.5-2) ... 14:37:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:37:54 Setting up udev (237-3ubuntu10.44) ... 14:37:55 invoke-rc.d: policy-rc.d denied execution of start. 14:37:55 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:55 Processing triggers for systemd (237-3ubuntu10) ... 14:37:55 Setting up fuse (2.9.7-1ubuntu1) ... 14:37:55 Setting up gpg (2.2.4-1ubuntu1.4) ... 14:37:55 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:55 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:55 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:55 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:55 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:56 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:56 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:37:56 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:37:56 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 14:37:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:37:57 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:37:57 settings in the [Install] section, and DefaultInstance for template units). 14:37:57 This means they are not meant to be enabled using systemctl. 14:37:57 Possible reasons for having this kind of units are: 14:37:57 1) A unit may be statically enabled by being symlinked from another unit's 14:37:57 .wants/ or .requires/ directory. 14:37:57 2) A unit's purpose may be to act as a helper for some other unit which has 14:37:57 a requirement dependency on it. 14:37:57 3) A unit may be started when needed via activation (socket, path, timer, 14:37:57 D-Bus, udev, scripted systemctl call, ...). 14:37:57 4) In case of template units, the unit is meant to be enabled with some 14:37:57 instance name specified. 14:37:57 Reading package lists... 14:37:57 Building dependency tree... 14:37:57 Reading state information... 14:37:57 The following additional packages will be installed: 14:37:57 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:37:57 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:37:57 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:37:57 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:37:57 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:37:57 Suggested packages: 14:37:57 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:37:57 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:37:57 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:37:57 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:37:57 systemd-container policykit-1 14:37:57 Recommended packages: 14:37:57 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:37:57 The following NEW packages will be installed: 14:37:57 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:37:57 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:37:57 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:37:57 multiarch-support openssh-client python3 python3-minimal python3.6 14:37:57 python3.6-minimal snapd squashfs-tools sudo 14:37:57 The following packages will be upgraded: 14:37:57 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:37:57 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 14:37:57 Need to get 35.2 MB of archives. 14:37:57 After this operation, 141 MB of additional disk space will be used. 14:37:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 14:37:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 14:37:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 14:37:57 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 14:37:57 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 14:37:57 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:37:57 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 14:37:58 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 14:37:58 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 14:37:58 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:37:58 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 14:37:58 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:37:58 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:37:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:37:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:37:58 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:37:58 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 14:37:58 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:37:58 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 14:37:59 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 14:37:59 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:37:59 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:37:59 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:37:59 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:37:59 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:37:59 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:37:59 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:37:59 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:37:59 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:37:59 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:37:59 debconf: delaying package configuration, since apt-utils is not installed 14:37:59 Fetched 35.2 MB in 1s (25.5 MB/s) 14:37:59 (Reading database ... 12757 files and directories currently installed.) 14:37:59 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 14:37:59 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:38:00 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 14:38:00 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:38:01 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 14:38:01 (Reading database ... 12757 files and directories currently installed.) 14:38:01 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 14:38:01 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 14:38:01 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 14:38:01 (Reading database ... 12757 files and directories currently installed.) 14:38:01 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 14:38:02 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 14:38:02 Setting up apt (1.6.12ubuntu0.2) ... 14:38:02 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:38:02 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:38:03 (Reading database ... 12764 files and directories currently installed.) 14:38:03 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:38:03 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:38:03 Selecting previously unselected package libpython3.6-minimal:amd64. 14:38:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:38:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:38:03 Selecting previously unselected package libexpat1:amd64. 14:38:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:38:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:38:03 Selecting previously unselected package python3.6-minimal. 14:38:03 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:38:03 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:38:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 14:38:04 Checking for services that may need to be restarted...done. 14:38:04 Checking for services that may need to be restarted...done. 14:38:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:38:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:38:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:38:05 Selecting previously unselected package python3-minimal. 14:38:05 (Reading database ... 13012 files and directories currently installed.) 14:38:05 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:38:05 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:38:05 Selecting previously unselected package mime-support. 14:38:05 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:38:05 Unpacking mime-support (3.60ubuntu1) ... 14:38:05 Selecting previously unselected package libmpdec2:amd64. 14:38:05 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:38:05 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:38:05 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:38:05 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:38:05 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:38:05 Selecting previously unselected package python3.6. 14:38:05 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:38:05 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:38:05 Selecting previously unselected package libpython3-stdlib:amd64. 14:38:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:38:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:38:05 Setting up python3-minimal (3.6.7-1~18.04) ... 14:38:06 Selecting previously unselected package python3. 14:38:06 (Reading database ... 13442 files and directories currently installed.) 14:38:06 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:38:06 Unpacking python3 (3.6.7-1~18.04) ... 14:38:07 Selecting previously unselected package multiarch-support. 14:38:07 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:38:07 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:38:07 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:38:07 Selecting previously unselected package liblzo2-2:amd64. 14:38:07 (Reading database ... 13479 files and directories currently installed.) 14:38:07 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:38:07 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:38:07 Selecting previously unselected package libbsd0:amd64. 14:38:07 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:38:07 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:38:07 Selecting previously unselected package sudo. 14:38:07 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 14:38:07 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 14:38:07 Selecting previously unselected package apparmor. 14:38:07 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:38:07 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:38:08 Selecting previously unselected package libedit2:amd64. 14:38:08 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:38:08 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:38:08 Selecting previously unselected package libkrb5support0:amd64. 14:38:08 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:38:08 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:38:08 Selecting previously unselected package libk5crypto3:amd64. 14:38:08 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:38:08 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:38:08 Selecting previously unselected package libkeyutils1:amd64. 14:38:08 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:38:08 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:38:08 Selecting previously unselected package libkrb5-3:amd64. 14:38:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:38:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:38:08 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:38:08 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:38:08 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:38:08 Selecting previously unselected package libssl1.0.0:amd64. 14:38:08 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 14:38:08 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:38:09 Selecting previously unselected package openssh-client. 14:38:09 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:38:09 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:38:09 Selecting previously unselected package squashfs-tools. 14:38:09 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:38:09 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:38:09 Selecting previously unselected package snapd. 14:38:09 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 14:38:09 Unpacking snapd (2.48.3+18.04) ... 14:38:12 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:38:12 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:38:12 Setting up mime-support (3.60ubuntu1) ... 14:38:12 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 14:38:12 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:38:12 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:38:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:38:12 Setting up systemd (237-3ubuntu10.44) ... 14:38:12 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:38:13 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:38:13 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:38:13 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:38:13 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:38:13 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:38:13 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:38:14 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:38:14 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:38:14 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:38:14 Setting up python3 (3.6.7-1~18.04) ... 14:38:14 running python rtupdate hooks for python3.6... 14:38:14 running python post-rtupdate hooks for python3.6... 14:38:15 Setting up apparmor (2.12-4ubuntu5.1) ... 14:38:17 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:38:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:38:17 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:38:17 Setting up snapd (2.48.3+18.04) ... 14:38:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:38:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:38:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:38:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 14:38:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:38:19 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:38:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 14:38:19 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:38:20 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:38:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:38:20 /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' 14:38:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:38:20 Processing triggers for systemd (237-3ubuntu10.44) ... 14:38:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:38:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:38:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:38:24 Reading package lists... 14:38:24 Reading package lists... 14:38:25 Building dependency tree... 14:38:25 Reading state information... 14:38:25 Calculating upgrade... 14:38:25 The following packages will be upgraded: 14:38:25 advancecomp base-files bash binutils binutils-common 14:38:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:38:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:38:25 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 14:38:25 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 14:38:25 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 14:38:25 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 14:38:25 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 14:38:25 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 14:38:25 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 14:38:25 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 14:38:25 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 14:38:25 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 14:38:25 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 14:38:25 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 14:38:25 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:38:25 Need to get 63.8 MB of archives. 14:38:25 After this operation, 5202 kB of additional disk space will be used. 14:38:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 14:38:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:38:26 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:38:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:38:26 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:38:26 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:38:26 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:38:26 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:38:26 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 14:38:26 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:38:26 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:38:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:38:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:38:26 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:38:26 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:38:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:38:26 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:38:26 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:38:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:38:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:38:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:38:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:38:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:38:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:38:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:38:26 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:38:26 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:38:26 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:38:26 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:38:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:38:26 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:38:26 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:38:26 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:38:26 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:38:26 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:38:26 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 14:38:26 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 14:38:26 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 14:38:26 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] 14:38:26 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 14:38:26 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 14:38:26 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 14:38:26 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:38:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:38:26 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:38:26 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:38:26 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:38:26 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:38:26 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:38:26 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:38:26 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:38:26 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:38:26 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 14:38:26 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:38:26 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:38:26 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 14:38:26 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:38:26 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:38:26 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 14:38:26 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:38:26 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:38:26 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:38:26 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:38:26 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:38:26 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:38:26 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:38:26 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 14:38:26 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:38:26 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:38:26 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 14:38:26 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 14:38:26 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:38:26 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:38:26 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 14:38:26 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:38:26 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:38:26 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:38:26 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:38:26 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:38:26 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 14:38:26 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:38:26 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:38:26 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] 14:38:26 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 14:38:26 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 14:38:26 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 14:38:27 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:38:27 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:38:27 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:38:27 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:38:27 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:38:27 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:38:27 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:38:27 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:38:28 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:38:28 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:38:28 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:38:28 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:38:28 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:38:28 debconf: delaying package configuration, since apt-utils is not installed 14:38:28 Fetched 63.8 MB in 3s (22.3 MB/s) 14:38:28 (Reading database ... 13912 files and directories currently installed.) 14:38:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:38:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:38:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:38:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:38:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 14:38:29 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 14:38:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:30 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:30 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:30 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:31 (Reading database ... 13911 files and directories currently installed.) 14:38:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:38:31 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:38:31 (Reading database ... 13911 files and directories currently installed.) 14:38:31 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:38:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:38:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:38:32 (Reading database ... 13911 files and directories currently installed.) 14:38:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:38:32 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:38:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:38:34 (Reading database ... 13911 files and directories currently installed.) 14:38:34 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:38:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:38:34 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:38:34 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:38:34 Setting up base-files (10.1ubuntu2.10) ... 14:38:34 Installing new version of config file /etc/issue ... 14:38:34 Installing new version of config file /etc/issue.net ... 14:38:34 Installing new version of config file /etc/lsb-release ... 14:38:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:38:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:38:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:38:34 Removing obsolete conffile /etc/default/motd-news ... 14:38:34 (Reading database ... 13912 files and directories currently installed.) 14:38:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:38:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:38:35 Setting up bash (4.4.18-2ubuntu1.2) ... 14:38:35 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 14:38:35 (Reading database ... 13912 files and directories currently installed.) 14:38:35 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:35 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:38:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:38:35 (Reading database ... 13912 files and directories currently installed.) 14:38:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:38:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:38:35 Setting up tar (1.29b-2ubuntu0.2) ... 14:38:35 (Reading database ... 13912 files and directories currently installed.) 14:38:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:38:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:38:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:38:36 (Reading database ... 13912 files and directories currently installed.) 14:38:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:38:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:38:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:38:36 (Reading database ... 13912 files and directories currently installed.) 14:38:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:38:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:38:37 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:38:37 (Reading database ... 13912 files and directories currently installed.) 14:38:37 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:38:37 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:38:37 Setting up grep (3.1-2build1) ... 14:38:37 (Reading database ... 13912 files and directories currently installed.) 14:38:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:38:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:38:37 Setting up login (1:4.5-1ubuntu2) ... 14:38:37 (Reading database ... 13912 files and directories currently installed.) 14:38:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:38:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:38:38 (Reading database ... 13912 files and directories currently installed.) 14:38:38 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:38:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:38:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:38:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:38:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:38:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:38:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:38:39 (Reading database ... 13912 files and directories currently installed.) 14:38:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:38:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:38:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:38:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:38:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:38:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:38:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:38:41 (Reading database ... 13912 files and directories currently installed.) 14:38:41 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:38:41 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:38:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:38:41 (Reading database ... 13912 files and directories currently installed.) 14:38:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:42 (Reading database ... 13912 files and directories currently installed.) 14:38:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:42 (Reading database ... 13912 files and directories currently installed.) 14:38:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:42 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:42 (Reading database ... 13912 files and directories currently installed.) 14:38:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:43 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:43 (Reading database ... 13912 files and directories currently installed.) 14:38:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:38:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:43 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:38:43 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:43 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:38:43 (Reading database ... 13912 files and directories currently installed.) 14:38:43 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:38:43 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:38:44 (Reading database ... 13912 files and directories currently installed.) 14:38:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:44 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:38:44 (Reading database ... 13912 files and directories currently installed.) 14:38:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:38:44 (Reading database ... 13912 files and directories currently installed.) 14:38:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:38:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:38:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:38:46 (Reading database ... 13912 files and directories currently installed.) 14:38:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:38:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:38:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:38:46 (Reading database ... 13912 files and directories currently installed.) 14:38:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:38:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:38:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:38:46 (Reading database ... 13914 files and directories currently installed.) 14:38:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:38:47 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:38:47 Setting up debconf (1.5.66ubuntu1) ... 14:38:47 (Reading database ... 13914 files and directories currently installed.) 14:38:47 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 14:38:47 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:38:47 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 14:38:47 (Reading database ... 13914 files and directories currently installed.) 14:38:47 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 14:38:47 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:38:47 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 14:38:48 (Reading database ... 13914 files and directories currently installed.) 14:38:48 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:38:48 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:38:48 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:38:49 (Reading database ... 13914 files and directories currently installed.) 14:38:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:38:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:38:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:38:49 (Reading database ... 13914 files and directories currently installed.) 14:38:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:38:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:38:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:38:50 (Reading database ... 13914 files and directories currently installed.) 14:38:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:38:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:38:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 14:38:50 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 14:38:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:38:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:38:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:38:50 (Reading database ... 13914 files and directories currently installed.) 14:38:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:38:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:38:51 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:38:51 (Reading database ... 13914 files and directories currently installed.) 14:38:51 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:38:51 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:38:51 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:38:51 (Reading database ... 13914 files and directories currently installed.) 14:38:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:38:51 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:38:51 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:38:51 (Reading database ... 13914 files and directories currently installed.) 14:38:51 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 14:38:51 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 14:38:52 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 14:38:52 (Reading database ... 13914 files and directories currently installed.) 14:38:52 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:38:52 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:38:52 Setting up passwd (1:4.5-1ubuntu2) ... 14:38:52 (Reading database ... 13914 files and directories currently installed.) 14:38:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 14:38:52 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:38:52 Setting up gpgv (2.2.4-1ubuntu1.4) ... 14:38:52 (Reading database ... 13914 files and directories currently installed.) 14:38:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:38:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 14:38:53 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:38:53 (Reading database ... 13914 files and directories currently installed.) 14:38:53 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:38:53 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 14:38:53 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:38:53 (Reading database ... 13914 files and directories currently installed.) 14:38:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:38:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:38:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:38:53 (Reading database ... 13914 files and directories currently installed.) 14:38:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:38:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:38:54 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:38:54 (Reading database ... 13914 files and directories currently installed.) 14:38:54 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 14:38:54 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 14:38:54 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 14:38:54 (Reading database ... 13914 files and directories currently installed.) 14:38:54 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 14:38:54 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 14:38:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 14:38:54 (Reading database ... 13915 files and directories currently installed.) 14:38:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:38:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:38:54 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:38:54 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:38:55 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 14:38:55 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 14:38:55 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 14:38:55 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 14:38:55 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:38:55 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:38:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:38:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:38:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:38:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:38:56 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:38:56 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:38:56 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:38:56 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:38:56 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:38:56 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:38:56 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:38:56 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:38:56 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 14:38:56 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 14:38:57 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:38:57 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:38:58 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:38:58 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:38:58 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:38:58 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:38:59 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:38:59 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:38:59 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:38:59 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:38:59 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:38:59 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:38:59 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:59 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:38:59 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:38:59 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:39:00 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:39:00 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:39:00 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:39:00 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:39:01 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:39:01 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:39:02 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:39:02 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:39:03 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:39:03 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:39:04 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:39:04 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:39:05 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:39:05 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:39:05 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:39:05 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:39:05 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:39:05 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:39:05 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:39:05 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:39:06 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:39:06 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:39:06 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:39:06 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:39:06 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:39:06 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:39:06 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:39:06 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:39:06 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:06 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:39:06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:06 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:06 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:06 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:39:06 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:39:06 Setting up tzdata (2021a-0ubuntu0.18.04) ... 14:39:07 14:39:07 Current default time zone: 'Etc/UTC' 14:39:07 Local time is now: Fri Mar 12 14:39:07 UTC 2021. 14:39:07 Universal Time is now: Fri Mar 12 14:39:07 UTC 2021. 14:39:07 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:39:07 14:39:07 Setting up systemd-sysv (237-3ubuntu10.44) ... 14:39:07 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:07 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 14:39:07 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:39:07 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:39:07 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:39:07 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:39:07 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:39:07 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:39:07 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:39:07 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:07 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:39:08 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:39:08 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 14:39:08 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:08 Setting up patch (2.7.6-2ubuntu1.1) ... 14:39:08 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:39:08 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:39:08 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 14:39:08 Installing new version of config file /etc/ssl/openssl.cnf ... 14:39:08 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:39:08 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:39:08 Setting up ca-certificates (20210119~18.04.1) ... 14:39:10 Updating certificates in /etc/ssl/certs... 14:39:11 23 added, 27 removed; done. 14:39:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:39:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:39:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:39:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:39:11 Setting up pkgbinarymangler (138.18.04.1) ... 14:39:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:39:12 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 14:39:12 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:39:12 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:39:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:39:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:39:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:39:12 Setting up perl (5.26.1-6ubuntu0.5) ... 14:39:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 14:39:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:39:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:39:12 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 14:39:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:39:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:39:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:39:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:39:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:39:12 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:39:12 Processing triggers for systemd (237-3ubuntu10.44) ... 14:39:12 Processing triggers for mime-support (3.60ubuntu1) ... 14:39:12 Processing triggers for ca-certificates (20210119~18.04.1) ... 14:39:12 Updating certificates in /etc/ssl/certs... 14:39:13 0 added, 0 removed; done. 14:39:13 Running hooks in /etc/ca-certificates/update.d... 14:39:13 done. 14:39:14 Reading package lists... 14:39:14 Building dependency tree... 14:39:14 Reading state information... 14:39:15 The following NEW packages will be installed: 14:39:15 apt-transport-https 14:39:15 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:39:15 Need to get 1696 B of archives. 14:39:15 After this operation, 153 kB of additional disk space will be used. 14:39:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 14:39:15 debconf: delaying package configuration, since apt-utils is not installed 14:39:15 Fetched 1696 B in 0s (7334 B/s) 14:39:15 Selecting previously unselected package apt-transport-https. 14:39:15 (Reading database ... 13920 files and directories currently installed.) 14:39:15 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 14:39:15 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 14:39:15 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 14:39:16 Waiting for network to be ready... 14:39:26 2021-03-12T14:39:22Z INFO Waiting for automatic snapd restart... 14:39:26 snapd 2.49 from Canonical* installed 14:39:26 "snapd" switched to the "latest/stable" channel 14:39:26 14:39:33 core18 20210128 from Canonical* installed 14:39:33 "core18" switched to the "latest/stable" channel 14:39:33 14:39:39 snapcraft 4.5.4 from Canonical* installed 14:39:39 "snapcraft" switched to the "latest/stable" channel 14:39:39 14:39:44 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: 14:39:44 - README.md 14:39:44 14:39:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:39:50 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:39:50 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:39:50 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:39:50 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:39:52 Reading package lists... 14:39:53 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 14:39:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:39:59 Reading package lists... 14:39:59 Building dependency tree... 14:39:59 Reading state information... 14:39:59 Suggested packages: 14:39:59 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:39:59 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:39:59 Recommended packages: 14:39:59 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:39:59 The following NEW packages will be installed: 14:39:59 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:39:59 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:39:59 pkg-config zip 14:40:00 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:40:00 Need to get 7658 kB of archives. 14:40:00 After this operation, 43.8 MB of additional disk space will be used. 14:40:00 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:40:00 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 14:40:00 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:40:00 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:40:00 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:40:00 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:40:00 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:40:00 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:40:00 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:40:00 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:40:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 14:40:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 14:40:00 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 14:40:01 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:40:01 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:40:01 debconf: delaying package configuration, since apt-utils is not installed 14:40:01 Fetched 7658 kB in 1s (6570 kB/s) 14:40:01 Selecting previously unselected package libglib2.0-0:amd64. 14:40:01 (Reading database ... 13924 files and directories currently installed.) 14:40:01 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 14:40:01 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 14:40:01 Selecting previously unselected package libpsl5:amd64. 14:40:01 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:40:01 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:40:01 Selecting previously unselected package libnghttp2-14:amd64. 14:40:01 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:40:01 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:40:01 Selecting previously unselected package librtmp1:amd64. 14:40:01 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:40:01 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:40:01 Selecting previously unselected package libcurl3-gnutls:amd64. 14:40:01 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 14:40:01 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:40:02 Selecting previously unselected package liberror-perl. 14:40:02 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:40:02 Unpacking liberror-perl (0.17025-1) ... 14:40:02 Selecting previously unselected package git-man. 14:40:02 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 14:40:02 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 14:40:02 Selecting previously unselected package git. 14:40:02 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 14:40:02 Unpacking git (1:2.17.1-1ubuntu0.8) ... 14:40:03 Selecting previously unselected package libnorm1:amd64. 14:40:03 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:40:03 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:40:03 Selecting previously unselected package libpgm-5.2-0:amd64. 14:40:03 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:40:03 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:40:03 Selecting previously unselected package libsodium23:amd64. 14:40:03 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:40:03 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:40:03 Selecting previously unselected package libzmq5:amd64. 14:40:03 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:40:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:40:03 Selecting previously unselected package libzmq3-dev:amd64. 14:40:03 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:40:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:40:04 Selecting previously unselected package pkg-config. 14:40:04 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:40:04 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:40:04 Selecting previously unselected package zip. 14:40:04 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:40:04 Unpacking zip (3.0-11build1) ... 14:40:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:40:04 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 14:40:04 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:40:04 Setting up liberror-perl (0.17025-1) ... 14:40:04 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:40:04 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 14:40:04 No schema files found: doing nothing. 14:40:04 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:40:04 Setting up zip (3.0-11build1) ... 14:40:04 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:40:04 Setting up libsodium23:amd64 (1.0.16-2) ... 14:40:04 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:40:04 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:40:04 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 14:40:04 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:40:04 Setting up git (1:2.17.1-1ubuntu0.8) ... 14:40:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:40:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:40:12 git set to automatically installed. 14:40:12 git-man set to automatically installed. 14:40:12 libcurl3-gnutls set to automatically installed. 14:40:12 liberror-perl set to automatically installed. 14:40:12 libglib2.0-0 set to automatically installed. 14:40:12 libnghttp2-14 set to automatically installed. 14:40:12 libnorm1 set to automatically installed. 14:40:12 libpgm-5.2-0 set to automatically installed. 14:40:12 libpsl5 set to automatically installed. 14:40:12 librtmp1 set to automatically installed. 14:40:12 libsodium23 set to automatically installed. 14:40:12 libzmq3-dev set to automatically installed. 14:40:12 libzmq5 set to automatically installed. 14:40:12 pkg-config set to automatically installed. 14:40:12 zip set to automatically installed. 14:40:15 snapd is not logged in, snap install commands will use sudo 14:40:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:40:22 snap "core18" has no updates available 14:40:23 snapd is not logged in, snap install commands will use sudo 14:40:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:40:44 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 14:40:45 Pulling config-common 14:40:45 + snapcraftctl pull 14:40:46 Pulling go-build-helper 14:40:46 + snapcraftctl pull 14:40:47 'edgex-go' has dependencies that need to be staged: go-build-helper 14:40:47 Skipping pull go-build-helper (already ran) 14:40:47 Building go-build-helper 14:40:47 + snapcraftctl build 14:40:51 Staging go-build-helper 14:40:51 + snapcraftctl stage 14:41:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:41:06 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:41:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:41:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 14:41:06 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:41:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:41:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:41:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:41:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:41:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:41:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:41:06 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 14:41:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:41:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:41:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 14:41:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 14:41:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 14:41:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 14:41:06 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:41:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] 14:41:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 14:41:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:41:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:41:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 14:41:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 14:41:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 14:41:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 14:41:06 Fetched 24.0 MB in 6s (3969 kB/s) 14:41:06 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:41:06 Fetched 224 kB in 0s (0 B/s) 14:41:06 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:41:06 Fetched 157 kB in 0s (0 B/s) 14:41:06 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:41:06 Fetched 221 kB in 0s (0 B/s) 14:41:06 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:41:06 Fetched 143 kB in 0s (0 B/s) 14:41:06 Pulling edgex-go 14:41:06 + snapcraftctl pull 14:41:32 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:41:32 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:41:32 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:41:32 Fetched 0 B in 0s (0 B/s) 14:41:32 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:41:32 Fetched 96.5 kB in 0s (0 B/s) 14:41:32 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:41:32 Fetched 279 kB in 0s (0 B/s) 14:41:32 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:41:32 Fetched 122 kB in 0s (0 B/s) 14:41:32 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:41:32 Fetched 77.8 kB in 0s (0 B/s) 14:41:32 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:41:32 Fetched 8848 B in 0s (0 B/s) 14:41:32 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:41:32 Fetched 47.8 kB in 0s (0 B/s) 14:41:32 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:41:32 Fetched 45.6 kB in 0s (0 B/s) 14:41:32 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:41:32 Fetched 15.0 kB in 0s (0 B/s) 14:41:32 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 14:41:32 Fetched 214 kB in 0s (0 B/s) 14:41:32 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 14:41:32 Fetched 154 kB in 0s (0 B/s) 14:41:32 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:41:32 Fetched 50.6 kB in 0s (0 B/s) 14:41:32 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:41:32 Fetched 14.8 kB in 0s (0 B/s) 14:41:32 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:41:32 Fetched 41.8 kB in 0s (0 B/s) 14:41:32 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:41:32 Fetched 499 kB in 0s (0 B/s) 14:41:32 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:41:32 Fetched 111 kB in 0s (0 B/s) 14:41:32 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:41:32 Fetched 240 kB in 0s (0 B/s) 14:41:32 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:41:32 Fetched 29.3 kB in 0s (0 B/s) 14:41:32 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:41:32 Fetched 85.5 kB in 0s (0 B/s) 14:41:32 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:41:32 Fetched 24.5 kB in 0s (0 B/s) 14:41:32 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:41:32 Fetched 49.2 kB in 0s (0 B/s) 14:41:32 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:41:32 Fetched 54.2 kB in 0s (0 B/s) 14:41:32 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:41:32 Fetched 30.8 kB in 0s (0 B/s) 14:41:32 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 14:41:32 Fetched 15.8 kB in 0s (0 B/s) 14:41:32 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:41:32 Fetched 85.9 kB in 0s (0 B/s) 14:41:32 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:41:32 Fetched 8720 B in 0s (0 B/s) 14:41:32 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 14:41:32 Fetched 137 kB in 0s (0 B/s) 14:41:32 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:41:32 Fetched 119 kB in 0s (0 B/s) 14:41:32 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 14:41:32 Fetched 109 kB in 0s (0 B/s) 14:41:32 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:41:32 Fetched 11.1 kB in 0s (0 B/s) 14:41:32 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:41:32 Fetched 645 kB in 0s (0 B/s) 14:41:32 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:41:32 Fetched 41.3 kB in 0s (0 B/s) 14:41:32 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:41:32 Fetched 17.9 kB in 0s (0 B/s) 14:41:32 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:41:32 Fetched 368 kB in 0s (0 B/s) 14:41:32 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:41:32 Fetched 187 kB in 0s (0 B/s) 14:41:32 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:41:32 Fetched 175 kB in 0s (0 B/s) 14:41:32 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:41:32 Fetched 206 kB in 0s (0 B/s) 14:41:32 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 14:41:32 Fetched 1301 kB in 0s (0 B/s) 14:41:32 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:41:32 Fetched 36.2 kB in 0s (0 B/s) 14:41:32 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 14:41:32 Fetched 159 kB in 0s (0 B/s) 14:41:32 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:41:32 Fetched 107 kB in 0s (0 B/s) 14:41:32 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:41:32 Fetched 48.7 kB in 0s (0 B/s) 14:41:32 Pulling static-packages 14:41:32 + snapcraftctl pull 14:41:32 Pulling version 14:41:32 + cd /root/project 14:41:32 + [ -f VERSION ] 14:41:32 + PROJECT_VERSION=local-dev 14:41:32 + git rev-parse --short HEAD 14:41:32 + GIT_REVISION=66c8d670 14:41:32 + snapcraftctl set-version local-dev 14:41:32 Building config-common 14:41:32 + snapcraftctl build 14:41:35 Skipping build go-build-helper (already ran) 14:41:35 Building edgex-go 14:41:36 + cd /root/parts/edgex-go/src 14:41:36 + make build 14:41:36 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 14:41:39 go: downloading github.com/gorilla/mux v1.8.0 14:41:39 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 14:41:39 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 14:41:39 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 14:41:39 go: downloading github.com/google/uuid v1.2.0 14:41:39 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:41:39 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 14:41:39 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 14:41:39 go: downloading github.com/go-playground/validator/v10 v10.3.0 14:41:39 go: downloading github.com/pebbe/zmq4 v1.2.5 14:41:39 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 14:41:39 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:41:39 go: downloading github.com/go-kit/kit v0.8.0 14:41:39 go: downloading github.com/pkg/errors v0.8.1 14:41:39 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:41:39 go: downloading github.com/imdario/mergo v0.3.12 14:41:40 go: downloading github.com/go-playground/universal-translator v0.17.0 14:41:40 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 14:41:40 go: downloading github.com/BurntSushi/toml v0.3.1 14:41:40 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 14:41:40 go: downloading github.com/x448/float16 v0.8.4 14:41:40 go: downloading github.com/go-playground/locales v0.13.0 14:41:40 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:41:40 go: downloading github.com/hashicorp/consul/api v1.8.1 14:41:40 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:41:40 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:41:40 go: downloading github.com/hashicorp/serf v0.9.5 14:41:40 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:41:41 go: downloading github.com/gorilla/websocket v1.4.2 14:41:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:41:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:41:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:41:41 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:41:41 go: downloading github.com/pelletier/go-toml v1.2.0 14:41:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:41:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:41:41 go: downloading github.com/mattn/go-isatty v0.0.12 14:41:41 go: downloading github.com/leodido/go-urn v1.2.0 14:41:41 go: downloading github.com/mitchellh/copystructure v1.0.0 14:41:41 go: downloading github.com/fatih/color v1.9.0 14:41:41 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 14:41:41 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:41:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:41:41 go: downloading github.com/mattn/go-colorable v0.1.6 14:41:41 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:41:53 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 14:41:53 go: downloading gopkg.in/yaml.v2 v2.4.0 14:42:02 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 14:42:03 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 14:42:05 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 14:42:06 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 14:42:06 go: downloading github.com/stretchr/testify v1.7.0 14:42:06 go: downloading github.com/davecgh/go-spew v1.1.1 14:42:06 go: downloading github.com/pmezard/go-difflib v1.0.0 14:42:06 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:42:09 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 14:42:09 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:42:09 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:42: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 14:42:13 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 14:42:13 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 14:42:15 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 14:42:17 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 14:42:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:42:19 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 14:42:19 go: downloading github.com/lib/pq v1.9.0 14:42:21 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 14:42:21 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 14:42:21 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 14:42:21 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 14:42:21 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 14:42:21 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 14:42:21 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 14:42:21 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 14:42:21 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 14:42:21 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 14:42:21 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 14:42:21 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 14:42:21 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 14:42:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 14:42:22 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 14:42:22 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 14:42:22 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 14:42:22 + 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 14:42:22 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 14:42:22 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 14:42:22 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 14:42:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 14:42:22 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 14:42:22 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 14:42:22 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 14:42:26 Building static-packages 14:42:26 + snapcraftctl build 14:42:29 Building version 14:42:29 + snapcraftctl build 14:42:32 Staging config-common 14:42:32 + snapcraftctl stage 14:42:34 Skipping stage go-build-helper (already ran) 14:42:34 Staging edgex-go 14:42:34 + snapcraftctl stage 14:42:35 Staging static-packages 14:42:35 + snapcraftctl stage 14:42:37 Staging version 14:42:37 + snapcraftctl stage 14:42:38 Priming config-common 14:42:38 + snapcraftctl prime 14:42:39 Priming go-build-helper 14:42:39 + snapcraftctl prime 14:42:41 Priming edgex-go 14:42:41 + snapcraftctl prime 14:42:42 Priming static-packages 14:42:42 + snapcraftctl prime 14:42:46 Priming version 14:42:46 + snapcraftctl prime 14:42:47 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 14:42:51 provisioning config files... 14:42:52 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config4972223872787384401tmp [Pipeline] { [Pipeline] sh 14:42:52 + set +x 14:42:52 + curl -s https://codecov.io/bash 14:42:52 + bash -s -- 14:42:53 14:42:53 _____ _ 14:42:53 / ____| | | 14:42:53 | | ___ __| | ___ ___ _____ __ 14:42:53 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:42:53 | |___| (_) | (_| | __/ (_| (_) \ V / 14:42:53 \_____\___/ \__,_|\___|\___\___/ \_/ 14:42:53 Bash-20210309-2b87ace 14:42:53 14:42:53 14:42:53 ==> git version 2.24.3 found 14:42:53 ==> 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 14:42:53 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:42:53 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:42:53 ==> Jenkins CI detected. 14:42:53 project root: . 14:42:53 --> token set from env 14:42:53 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:42:53 ==> Running gcov in . (disable via -X gcov) 14:42:53 ==> Python coveragepy not found 14:42:53 ==> Searching for coverage reports in: 14:42:53 + . 14:42:53 -> Found 1 reports 14:42:53 ==> Detecting git/mercurial file structure 14:42:53 ==> Reading reports 14:42:53 + ./coverage.out bytes=635765 14:42:53 ==> Appending adjustments 14:42:53 https://docs.codecov.io/docs/fixing-reports 14:43:02 + Found adjustments 14:43:02 ==> Gzipping contents 14:43:02 92K /tmp/codecov.nuRw8L.gz 14:43:02 ==> Uploading reports 14:43:02 url: https://codecov.io 14:43:02 query: branch=PR-3250&commit=66c8d670fc1c00e1c9077dc6217476d6b47173d6&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 14:43:02 -> Pinging Codecov 14:43:02 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3250&commit=66c8d670fc1c00e1c9077dc6217476d6b47173d6&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3250%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3250&job=&cmd_args= 14:43:02 -> Uploading to 14:43:02 https://storage.googleapis.com/codecov/v4/raw/2021-03-12/00271124DB129430A58F1EEE437C3FCB/66c8d670fc1c00e1c9077dc6217476d6b47173d6/fd40c1bd-fcfe-47b4-81d6-18c93f6c8279.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210312%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210312T144302Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=f5fd017bdd2c6a2ee44e0a69ede88e7920665619f027f3ec9049af339af28542 14:43:02 % Total % Received % Xferd Average Speed Time Time Time Current 14:43:02 Dload Upload Total Spent Left Speed 14:43:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93318 0 0 100 93318 0 154k --:--:-- --:--:-- --:--:-- 154k 100 93318 0 0 100 93318 0 154k --:--:-- --:--:-- --:--:-- 154k 14:43:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/66c8d670fc1c00e1c9077dc6217476d6b47173d6 [Pipeline] } 14:43:03 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 14:43:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:43:07 ---> package-listing.sh 14:43:07 ++ facter osfamily 14:43:07 ++ tr '[:upper:]' '[:lower:]' 14:43:07 + OS_FAMILY=redhat 14:43:07 + workspace=/w/workspace/edgex-go/13 14:43:07 + START_PACKAGES=/tmp/packages_start.txt 14:43:07 + END_PACKAGES=/tmp/packages_end.txt 14:43:07 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:43:07 + PACKAGES=/tmp/packages_start.txt 14:43:07 + '[' /w/workspace/edgex-go/13 ']' 14:43:07 + PACKAGES=/tmp/packages_end.txt 14:43:07 + case "${OS_FAMILY}" in 14:43:07 + rpm -qa 14:43:07 + sort 14:43:17 + '[' -f /tmp/packages_start.txt ']' 14:43:17 + '[' -f /tmp/packages_end.txt ']' 14:43:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:43:17 + '[' /w/workspace/edgex-go/13 ']' 14:43:17 + mkdir -p /w/workspace/edgex-go/13/archives/ 14:43:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 14:43:17 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:43:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:43:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:43:19 14:43:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:43:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:43:20 alpine: Pulling from edgex-lftools-log-publisher 14:43:20 df20fa9351a1: Pulling fs layer 14:43:20 36b3adc4ff6f: Pulling fs layer 14:43:20 8ad3a11d3b57: Pulling fs layer 14:43:20 46f8f816bc3b: Pulling fs layer 14:43:20 93b61091891f: Pulling fs layer 14:43:20 93b9cdb0e59b: Pulling fs layer 14:43:20 5e14af77c1be: Pulling fs layer 14:43:20 01666e4c0597: Pulling fs layer 14:43:20 aa168da1d23b: Pulling fs layer 14:43:20 93b9cdb0e59b: Waiting 14:43:20 5e14af77c1be: Waiting 14:43:20 01666e4c0597: Waiting 14:43:20 aa168da1d23b: Waiting 14:43:20 46f8f816bc3b: Waiting 14:43:20 93b61091891f: Waiting 14:43:20 36b3adc4ff6f: Download complete 14:43:20 46f8f816bc3b: Verifying Checksum 14:43:20 46f8f816bc3b: Download complete 14:43:20 df20fa9351a1: Download complete 14:43:20 93b9cdb0e59b: Download complete 14:43:20 93b61091891f: Verifying Checksum 14:43:20 93b61091891f: Download complete 14:43:20 5e14af77c1be: Verifying Checksum 14:43:20 5e14af77c1be: Download complete 14:43:20 01666e4c0597: Verifying Checksum 14:43:20 01666e4c0597: Download complete 14:43:21 df20fa9351a1: Pull complete 14:43:21 36b3adc4ff6f: Pull complete 14:43:22 8ad3a11d3b57: Verifying Checksum 14:43:22 8ad3a11d3b57: Download complete 14:43:25 8ad3a11d3b57: Pull complete 14:43:26 46f8f816bc3b: Pull complete 14:43:29 aa168da1d23b: Verifying Checksum 14:43:29 aa168da1d23b: Download complete 14:43:29 93b61091891f: Pull complete 14:43:30 93b9cdb0e59b: Pull complete 14:43:31 5e14af77c1be: Pull complete 14:43:31 01666e4c0597: Pull complete 14:43:54 aa168da1d23b: Pull complete 14:43:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:43:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:43:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:43:54 prd-centos7-docker-4c-2g-29646 does not seem to be running inside a container 14:43:55 $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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-lftools-log-publisher:alpine cat 14:44:00 $ docker top 24f258870b6e66f03ef6b1d3df66c2de09f10da3c275f0a1a750ce9e6de6081a -eo pid,comm [Pipeline] { [Pipeline] sh 14:44:01 + touch /tmp/pre-build-complete [Pipeline] sh 14:44:02 + mkdir -p /var/log/sa [Pipeline] sh 14:44:03 + ls /var/log/sa-host 14:44:03 + sadf -c /var/log/sa-host/sa12 14:44:03 file_magic: OK 14:44:03 HZ: Using current value: 100 14:44:03 file_header: OK 14:44:03 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 14:44:03 Statistics: 14:44:03 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... 14:44:03 File successfully converted to sysstat format version 12.2.1 14:44:03 + sadf -c /var/log/sa-host/sa23 14:44:03 file_magic: OK 14:44:03 HZ: Using current value: 100 14:44:03 file_header: OK 14:44:03 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 14:44:03 Statistics: 14:44:03 Hnuu...uuuununununu... 14:44:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:44:03 provisioning config files... 14:44:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config4019569906757571265tmp [Pipeline] { [Pipeline] echo 14:44:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:44:04 ---> create-netrc.sh [Pipeline] } 14:44:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:44:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:44:04 ---> python-tools-install.sh [Pipeline] echo 14:44:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:44:05 ---> sudo-logs.sh 14:44:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:44:06 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:44:06 ---> job-cost.sh 14:44:06 lf-activate-venv: SKIPPING 14:44:06 DEBUG: total: 0.20999999344348907 14:44:06 INFO: Retrieving Stack Cost... 14:44:07 INFO: Retrieving Pricing Info for: v1-standard-2 14:44:08 INFO: Archiving Costs [Pipeline] echo 14:44:08 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:44:09 ---> logs-deploy.sh 14:44:09 lf-activate-venv: SKIPPING 14:44:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/13 14:44:09 INFO: archiving workspace using pattern(s): 14:44:13 Archives upload complete. 14:44:13 INFO: archiving logs to Nexus 14:44:14 ---> uname -a: 14:44:14 Linux prd-centos7-docker-4c-2g-29646.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:44:14 14:44:14 14:44:14 ---> lscpu: 14:44:14 Architecture: x86_64 14:44:14 CPU op-mode(s): 32-bit, 64-bit 14:44:14 Byte Order: Little Endian 14:44:14 Address sizes: 40 bits physical, 48 bits virtual 14:44:14 CPU(s): 4 14:44:14 On-line CPU(s) list: 0-3 14:44:14 Thread(s) per core: 1 14:44:14 Core(s) per socket: 1 14:44:14 Socket(s): 4 14:44:14 NUMA node(s): 1 14:44:14 Vendor ID: GenuineIntel 14:44:14 CPU family: 6 14:44:14 Model: 44 14:44:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:44:14 Stepping: 1 14:44:14 CPU MHz: 2933.438 14:44:14 BogoMIPS: 5866.87 14:44:14 Virtualization: VT-x 14:44:14 Hypervisor vendor: KVM 14:44:14 Virtualization type: full 14:44:14 L1d cache: 128 KiB 14:44:14 L1i cache: 128 KiB 14:44:14 L2 cache: 16 MiB 14:44:14 L3 cache: 64 MiB 14:44:14 NUMA node0 CPU(s): 0-3 14:44:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:44:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:44:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:44:14 Vulnerability Meltdown: Mitigation; PTI 14:44:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:44:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:44:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:44:14 Vulnerability Srbds: Not affected 14:44:14 Vulnerability Tsx async abort: Not affected 14:44:14 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 14:44:14 14:44:14 14:44:14 ---> nproc: 14:44:14 4 14:44:14 14:44:14 14:44:14 ---> df -h: 14:44:14 Filesystem Size Used Available Use% Mounted on 14:44:14 overlay 50.0G 12.2G 37.8G 24% / 14:44:14 tmpfs 64.0M 0 64.0M 0% /dev 14:44:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:44:14 shm 64.0M 0 64.0M 0% /dev/shm 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/13 14:44:14 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/13@tmp 14:44:14 14:44:14 14:44:14 ---> free -m: 14:44:14 total used free shared buff/cache available 14:44:14 Mem: 1837 724 142 0 970 1032 14:44:14 Swap: 1023 87 936 14:44:14 14:44:14 14:44:14 ---> ip addr: 14:44:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:44:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:44:14 inet 127.0.0.1/8 scope host lo 14:44:14 valid_lft forever preferred_lft forever 14:44:14 inet6 ::1/128 scope host 14:44:14 valid_lft forever preferred_lft forever 14:44:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:44:14 link/ether fa:16:3e:2e:17:b0 brd ff:ff:ff:ff:ff:ff 14:44:14 inet 10.30.122.154/23 brd 10.30.123.255 scope global dynamic eth0 14:44:14 valid_lft 84246sec preferred_lft 84246sec 14:44:14 inet6 fe80::f816:3eff:fe2e:17b0/64 scope link 14:44:14 valid_lft forever preferred_lft forever 14:44:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:44:14 link/ether 02:42:32:ac:1c:e5 brd ff:ff:ff:ff:ff:ff 14:44:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:44:14 valid_lft forever preferred_lft forever 14:44:14 inet6 fe80::42:32ff:feac:1ce5/64 scope link 14:44:14 valid_lft forever preferred_lft forever 14:44:14 14:44:14 14:44:14 ---> sar -b -r -n DEV: 14:44:14 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) 14:44:14 14:44:14 14:07:59 LINUX RESTART (4 CPU) 14:44:14 14:44:14 14:09:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:44:14 14:10:01 77.54 38.06 39.48 0.00 3643.17 24789.12 0.00 14:44:14 14:11:02 45.51 13.06 32.45 0.00 4778.47 4258.55 0.00 14:44:14 14:12:01 108.97 60.55 48.42 0.00 5290.74 23332.18 0.00 14:44:14 14:13:01 150.68 56.75 93.93 0.00 2560.88 24075.05 0.00 14:44:14 14:14:02 137.59 22.29 115.30 0.00 1592.77 12873.90 0.00 14:44:14 14:15:02 96.20 62.04 34.16 0.00 1744.16 3526.46 0.00 14:44:14 14:16:02 82.57 29.81 52.76 0.00 1166.88 7119.95 0.00 14:44:14 14:17:01 33.88 6.29 27.59 0.00 230.53 1916.48 0.00 14:44:14 14:18:03 77.76 41.35 36.41 0.00 1481.14 2932.90 0.00 14:44:14 14:19:01 67.89 30.88 37.01 0.00 1828.06 2842.20 0.00 14:44:14 14:20:02 28.96 8.54 20.41 0.00 499.64 6628.96 0.00 14:44:14 14:21:01 100.47 8.90 91.57 0.00 2782.44 22415.95 0.00 14:44:14 14:22:06 205.71 99.22 106.49 0.00 43742.40 87568.17 0.00 14:44:14 14:23:01 696.02 609.00 87.02 0.00 46868.94 52745.92 0.00 14:44:14 14:24:20 780.47 691.25 89.22 0.00 38352.31 39707.36 0.00 14:44:14 14:25:08 825.00 705.71 119.29 0.00 57482.88 62178.69 0.00 14:44:14 14:26:04 848.30 770.93 77.37 0.00 46398.71 50039.96 0.00 14:44:14 14:27:02 206.54 155.76 50.79 0.00 6978.14 7050.20 0.00 14:44:14 14:28:02 81.47 38.40 43.07 0.00 3618.53 10136.57 0.00 14:44:14 14:29:01 207.56 37.94 169.62 0.00 8707.42 35543.33 0.00 14:44:14 14:30:05 197.65 104.24 93.41 0.00 46470.71 69957.06 0.00 14:44:14 14:31:04 897.02 803.54 93.48 0.00 34180.06 37142.82 0.00 14:44:14 14:32:03 801.48 687.09 114.39 0.00 41046.86 46516.02 0.00 14:44:14 14:33:02 463.31 338.36 124.95 0.00 21767.51 21512.79 0.00 14:44:14 14:34:01 126.89 18.88 108.01 0.00 2523.37 24043.36 0.00 14:44:14 14:35:02 95.29 16.20 79.09 0.00 3031.90 6625.46 0.00 14:44:14 14:36:01 5.04 0.07 4.97 0.00 1.22 178.58 0.00 14:44:14 14:37:01 0.33 0.08 0.25 0.00 2.40 2.93 0.00 14:44:14 14:38:01 0.37 0.15 0.22 0.00 8.79 2.41 0.00 14:44:14 14:39:01 0.20 0.03 0.17 0.00 0.93 1.20 0.00 14:44:14 14:40:01 0.27 0.02 0.25 0.00 0.53 3.08 0.00 14:44:14 14:41:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 14:44:14 14:42:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 14:44:14 14:43:01 15.78 15.53 0.25 0.00 909.63 23.83 0.00 14:44:14 14:44:02 171.87 77.65 94.22 0.00 6984.95 18593.52 0.00 14:44:14 Average: 217.03 157.46 59.56 0.00 12436.32 20206.98 0.00 14:44:14 14:44:14 14:09:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:44:14 14:10:01 85984 0 573120 30.46 2620 1219820 1097644 37.46 525800 1071044 7492 14:44:14 14:11:02 65152 0 688416 36.59 2620 1125356 1376564 46.98 620880 988592 92476 14:44:14 14:12:01 70572 0 663280 35.25 2596 1145096 1358220 46.35 699048 897772 20572 14:44:14 14:13:01 174024 0 694144 36.89 1988 1011388 1326416 45.27 540740 925376 20 14:44:14 14:14:02 296260 0 735728 39.10 1492 848064 1391832 47.50 484344 829720 44 14:44:14 14:15:02 197000 0 789096 41.94 1468 893980 1745608 59.57 592732 810444 43528 14:44:14 14:16:02 80972 0 915016 48.63 692 884864 1834832 62.62 778988 734360 23916 14:44:14 14:17:01 440576 0 747956 39.75 576 692436 1322484 45.13 473608 677868 18748 14:44:14 14:18:03 239560 0 825032 43.85 520 816432 1746760 59.61 640032 711396 51772 14:44:14 14:19:01 240580 0 833904 44.32 436 806624 1802812 61.53 657456 686448 45308 14:44:14 14:20:02 312520 0 778660 41.38 436 789928 1527768 52.14 582096 713216 49232 14:44:14 14:21:01 62104 0 770028 40.93 192 1049220 1290024 44.03 671976 859136 94788 14:44:14 14:22:06 76852 0 856672 45.53 68 947952 2304860 78.66 753036 843584 74760 14:44:14 14:23:01 541096 0 690052 36.67 68 650328 1280176 43.69 495760 635512 48 14:44:14 14:24:20 63644 0 864732 45.96 68 953100 2332512 79.60 746040 854596 63180 14:44:14 14:25:08 75160 0 870544 46.27 68 935772 2339972 79.86 690928 880468 15584 14:44:14 14:26:04 67696 0 865608 46.01 68 948172 2336876 79.75 775200 809000 54324 14:44:14 14:27:02 234244 0 1235172 65.65 68 412060 4034736 137.70 799164 575288 21072 14:44:14 14:28:02 435220 0 764724 40.64 68 681532 1570320 53.59 552500 622168 188 14:44:14 14:29:01 74548 0 755684 40.16 68 1051244 1465236 50.01 736240 813084 64528 14:44:14 14:30:05 75988 0 789564 41.96 68 1015924 2157004 73.61 763692 831424 88900 14:44:14 14:31:04 104340 0 873876 46.44 68 903260 2480644 84.66 690376 842828 63332 14:44:14 14:32:03 55852 0 796200 42.32 68 1029424 2153452 73.49 604772 986380 52812 14:44:14 14:33:02 52656 0 1077524 57.27 68 751296 2524260 86.15 857948 724156 3944 14:44:14 14:34:01 224932 0 692488 36.80 68 964056 1543836 52.69 583188 835856 60 14:44:14 14:35:02 158356 0 643728 34.21 68 1079392 1276084 43.55 557392 915348 20 14:44:14 14:36:01 167688 0 634388 33.72 68 1079400 1183108 40.38 552596 914848 12 14:44:14 14:37:01 167368 0 634700 33.73 68 1079408 1183156 40.38 552732 914920 8 14:44:14 14:38:01 167956 0 633864 33.69 68 1079656 1175912 40.13 552004 915132 8 14:44:14 14:39:01 167972 0 633820 33.69 68 1079684 1175912 40.13 552004 915184 8 14:44:14 14:40:01 167932 0 633844 33.69 68 1079700 1176008 40.14 552088 915204 8 14:44:14 14:41:01 168256 0 633512 33.67 68 1079708 1175912 40.13 551896 915204 12 14:44:14 14:42:01 168628 0 633132 33.65 68 1079716 1175912 40.13 552020 915208 8 14:44:14 14:43:01 134016 0 641180 34.08 68 1106280 1180888 40.30 560720 937680 804 14:44:14 14:44:02 136576 0 752060 39.97 68 992840 1872780 63.91 608760 841888 56 14:44:14 Average: 170065 0 760613 40.42 491 950375 1683443 57.45 625964 836009 27188 14:44:14 14:44:14 14:09:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:44:14 14:10:01 eth0 564.60 297.66 3317.48 64.31 0.00 0.00 0.00 0.00 14:44:14 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:11:02 vethc311094 833.11 721.78 81.09 2547.98 0.00 0.00 0.00 0.00 14:44:14 14:11:02 eth0 814.12 906.27 2990.38 130.94 0.00 0.00 0.00 0.00 14:44:14 14:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:11:02 docker0 833.11 721.65 69.70 2547.96 0.00 0.00 0.00 0.00 14:44:14 14:12:01 eth0 244.04 202.10 2108.33 24.21 0.00 0.00 0.00 0.00 14:44:14 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:12:01 docker0 34.06 31.02 2.79 112.56 0.00 0.00 0.00 0.00 14:44:14 14:13:01 veth8c11376 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:13:01 vethed17be5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:13:01 eth0 159.30 111.78 1242.40 15.84 0.00 0.00 0.00 0.00 14:44:14 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:14:02 eth0 143.54 107.05 482.63 16.19 0.00 0.00 0.00 0.00 14:44:14 14:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:14:02 veth98f774a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:14:02 docker0 1004.93 939.15 81.95 3465.91 0.00 0.00 0.00 0.00 14:44:14 14:15:02 eth0 24.29 23.28 12.35 69.55 0.00 0.00 0.00 0.00 14:44:14 14:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:15:02 veth98f774a 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 14:44:14 14:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:16:02 eth0 17.39 13.35 13.90 7.58 0.00 0.00 0.00 0.00 14:44:14 14:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:16:02 veth98f774a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:16:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:17:01 eth0 27.52 21.74 20.77 11.66 0.00 0.00 0.00 0.00 14:44:14 14:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:17:01 veth98f774a 1.95 1.95 0.16 0.16 0.00 0.00 0.00 0.00 14:44:14 14:17:01 docker0 1.95 1.95 0.13 0.16 0.00 0.00 0.00 0.00 14:44:14 14:18:03 eth0 5.23 3.95 3.94 2.12 0.00 0.00 0.00 0.00 14:44:14 14:18:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:18:03 veth98f774a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:18:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:19:01 eth0 24.09 22.58 12.07 69.60 0.00 0.00 0.00 0.00 14:44:14 14:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:19:01 veth98f774a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:20:02 eth0 96.32 74.46 708.55 15.97 0.00 0.00 0.00 0.00 14:44:14 14:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:21:01 eth0 112.22 96.38 1008.53 65.10 0.00 0.00 0.00 0.00 14:44:14 14:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:21:01 vethceadf05 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:44:14 14:22:06 eth0 3.99 3.45 4.52 1.45 0.00 0.00 0.00 0.00 14:44:14 14:22:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:22:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:22:06 vethceadf05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:23:01 eth0 1.10 1.13 0.77 0.44 0.00 0.00 0.00 0.00 14:44:14 14:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:23:01 vethceadf05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:24:20 eth0 32.83 20.01 124.53 7.38 0.00 0.00 0.00 0.00 14:44:14 14:24:20 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:24:20 docker0 7.49 17.01 0.39 112.00 0.00 0.00 0.00 0.00 14:44:14 14:24:20 vethceadf05 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 14:44:14 14:25:08 eth0 1.70 1.23 1.22 0.69 0.00 0.00 0.00 0.00 14:44:14 14:25:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:25:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:25:08 vethceadf05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:26:04 eth0 1.51 1.15 1.07 0.58 0.00 0.00 0.00 0.00 14:44:14 14:26:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:26:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:26:04 vethceadf05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:27:02 vethbcdb62a 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:44:14 14:27:02 eth0 6.27 5.32 4.84 2.68 0.00 0.00 0.00 0.00 14:44:14 14:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:27:02 vethcf0f1e8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:44:14 14:28:02 eth0 4.58 3.75 3.71 2.02 0.00 0.00 0.00 0.00 14:44:14 14:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:28:02 vethcf0f1e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:28:02 veth31a07ea 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:44:14 14:29:01 eth0 85.62 56.60 245.04 77.67 0.00 0.00 0.00 0.00 14:44:14 14:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:29:01 docker0 1052.60 1017.77 85.16 3860.33 0.00 0.00 0.00 0.00 14:44:14 14:29:01 vethceadf05 0.00 0.81 0.00 0.04 0.00 0.00 0.00 0.00 14:44:14 14:30:05 eth0 7.74 6.06 5.97 3.27 0.00 0.00 0.00 0.00 14:44:14 14:30:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:30:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:30:05 vethceadf05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:31:04 veth16948a9 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 14:44:14 14:31:04 eth0 17.78 11.59 66.86 4.15 0.00 0.00 0.00 0.00 14:44:14 14:31:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:31:04 veth58365f7 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 14:44:14 14:32:03 eth0 3.21 2.55 2.55 1.41 0.00 0.00 0.00 0.00 14:44:14 14:32:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:32:03 docker0 1057.53 1027.04 85.44 3922.00 0.00 0.00 0.00 0.00 14:44:14 14:32:03 vethceadf05 0.00 0.94 0.00 0.04 0.00 0.00 0.00 0.00 14:44:14 14:33:02 vethfa5fbc2 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:44:14 14:33:02 eth0 39.46 33.93 49.91 67.22 0.00 0.00 0.00 0.00 14:44:14 14:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:33:02 veth4d6a393 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:44:14 14:34:01 eth0 151.49 117.24 1348.02 22.61 0.00 0.00 0.00 0.00 14:44:14 14:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:34:01 docker0 1068.53 1048.00 86.15 4051.28 0.00 0.00 0.00 0.00 14:44:14 14:34:01 vethceadf05 0.00 1.15 0.00 0.05 0.00 0.00 0.00 0.00 14:44:14 14:35:02 eth0 112.68 57.20 389.96 71.26 0.00 0.00 0.00 0.00 14:44:14 14:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:35:02 docker0 23.39 67.29 1.55 360.13 0.00 0.00 0.00 0.00 14:44:14 14:36:01 eth0 0.80 0.32 0.48 0.06 0.00 0.00 0.00 0.00 14:44:14 14:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:37:01 eth0 0.47 0.32 0.27 0.20 0.00 0.00 0.00 0.00 14:44:14 14:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:38:01 eth0 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 14:44:14 14:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:39:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:40:01 eth0 0.25 0.17 0.14 0.07 0.00 0.00 0.00 0.00 14:44:14 14:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:41:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:42:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:43:01 eth0 7.17 4.99 7.47 2.76 0.00 0.00 0.00 0.00 14:44:14 14:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:44:02 eth0 215.70 169.40 2177.94 65.81 0.00 0.00 0.00 0.00 14:44:14 14:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 14:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 Average: eth0 83.70 68.08 466.49 23.51 0.00 0.00 0.00 0.00 14:44:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:44:14 Average: docker0 30.85 31.53 2.48 124.75 0.00 0.00 0.00 0.00 14:44:14 14:44:14 14:44:14 ---> sar -P ALL: 14:44:14 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) 14:44:14 14:44:14 14:07:59 LINUX RESTART (4 CPU) 14:44:14 14:44:14 14:09:03 CPU %user %nice %system %iowait %steal %idle 14:44:14 14:10:01 all 13.06 0.00 5.24 4.84 34.83 42.02 14:44:14 14:10:01 0 13.89 0.00 5.20 6.36 36.38 38.16 14:44:14 14:10:01 1 13.19 0.00 4.88 4.89 33.05 44.00 14:44:14 14:10:01 2 13.80 0.00 6.63 3.67 34.82 41.09 14:44:14 14:10:01 3 11.41 0.00 4.31 4.43 35.10 44.75 14:44:14 14:11:02 all 4.61 0.00 3.13 1.56 31.30 59.40 14:44:14 14:11:02 0 5.13 0.00 3.92 0.66 34.00 56.28 14:44:14 14:11:02 1 4.44 0.00 2.69 2.02 30.72 60.13 14:44:14 14:11:02 2 4.23 0.00 3.25 1.69 30.22 60.61 14:44:14 14:11:02 3 4.64 0.00 2.66 1.88 30.26 60.57 14:44:14 14:12:01 all 5.38 0.00 2.68 2.48 30.05 59.41 14:44:14 14:12:01 0 3.65 0.00 2.85 3.56 31.52 58.42 14:44:14 14:12:01 1 6.32 0.00 2.47 1.44 29.82 59.94 14:44:14 14:12:01 2 6.94 0.00 3.35 3.77 28.12 57.82 14:44:14 14:12:01 3 4.75 0.00 2.08 1.16 30.60 61.40 14:44:14 14:13:01 all 2.50 0.00 2.61 1.77 30.16 62.96 14:44:14 14:13:01 0 2.28 0.00 2.53 1.03 30.78 63.38 14:44:14 14:13:01 1 2.23 0.00 2.39 3.04 30.39 61.94 14:44:14 14:13:01 2 2.69 0.00 3.21 1.96 29.64 62.50 14:44:14 14:13:01 3 2.81 0.00 2.32 1.04 29.82 64.02 14:44:14 14:14:02 all 3.62 0.00 4.47 4.38 27.68 59.84 14:44:14 14:14:02 0 3.37 0.00 4.80 3.07 27.96 60.80 14:44:14 14:14:02 1 3.84 0.00 4.54 4.07 27.74 59.82 14:44:14 14:14:02 2 3.08 0.00 4.47 5.01 26.94 60.51 14:44:14 14:14:02 3 4.22 0.00 4.08 5.38 28.12 58.20 14:44:14 14:15:02 all 19.06 0.00 6.65 6.72 39.68 27.90 14:44:14 14:15:02 0 18.20 0.00 6.33 5.99 38.77 30.70 14:44:14 14:15:02 1 18.77 0.00 5.78 7.31 39.29 28.86 14:44:14 14:15:02 2 21.47 0.00 6.92 6.13 40.06 25.42 14:44:14 14:15:02 3 17.93 0.00 7.60 7.44 40.67 26.36 14:44:14 14:16:02 all 26.02 0.00 8.73 3.03 43.66 18.55 14:44:14 14:16:02 0 26.17 0.00 9.55 2.79 42.52 18.96 14:44:14 14:16:02 1 24.47 0.00 7.84 2.38 45.60 19.72 14:44:14 14:16:02 2 31.97 0.00 9.68 2.74 40.78 14.83 14:44:14 14:16:02 3 22.02 0.00 7.98 4.17 45.43 20.40 14:44:14 14:17:01 all 24.28 0.00 8.03 1.07 33.19 33.43 14:44:14 14:17:01 0 22.51 0.00 7.37 0.77 33.45 35.89 14:44:14 14:17:01 1 22.05 0.00 8.26 0.94 33.65 35.09 14:44:14 14:17:01 2 27.84 0.00 9.09 1.45 32.74 28.89 14:44:14 14:17:01 3 24.88 0.00 7.44 1.15 32.89 33.65 14:44:14 14:18:03 all 20.59 0.00 9.88 3.37 49.77 16.39 14:44:14 14:18:03 0 19.14 0.00 9.80 3.62 50.54 16.90 14:44:14 14:18:03 1 22.62 0.00 11.10 3.15 47.66 15.48 14:44:14 14:18:03 2 21.48 0.00 9.65 4.33 50.29 14.24 14:44:14 14:18:03 3 19.19 0.00 9.04 2.41 50.52 18.84 14:44:14 14:19:01 all 16.16 0.00 8.32 3.37 37.91 34.23 14:44:14 14:19:01 0 16.72 0.00 8.61 3.04 37.84 33.79 14:44:14 14:19:01 1 14.55 0.00 8.38 3.48 37.95 35.64 14:44:14 14:19:01 2 16.96 0.00 7.72 3.14 37.91 34.27 14:44:14 14:19:01 3 16.45 0.00 8.58 3.83 37.93 33.20 14:44:14 14:20:02 all 10.58 0.00 7.00 0.68 29.90 51.84 14:44:14 14:20:02 0 10.05 0.00 6.74 2.01 31.93 49.26 14:44:14 14:20:02 1 9.63 0.00 6.66 0.39 29.84 53.48 14:44:14 14:20:02 2 11.39 0.00 7.37 0.18 28.89 52.17 14:44:14 14:20:02 3 11.31 0.00 7.23 0.12 28.87 52.47 14:44:14 14:44:14 14:20:02 CPU %user %nice %system %iowait %steal %idle 14:44:14 14:21:01 all 3.58 0.00 4.51 1.75 38.74 51.42 14:44:14 14:21:01 0 2.59 0.00 3.76 1.40 39.94 52.30 14:44:14 14:21:01 1 4.11 0.00 4.74 1.93 38.04 51.18 14:44:14 14:21:01 2 3.02 0.00 3.69 1.93 38.27 53.10 14:44:14 14:21:01 3 4.66 0.00 5.93 1.76 38.65 48.99 14:44:14 14:22:06 all 4.09 0.00 5.28 16.24 50.24 24.14 14:44:14 14:22:06 0 3.87 0.00 5.33 14.93 49.78 26.09 14:44:14 14:22:06 1 4.17 0.00 5.00 17.49 49.55 23.80 14:44:14 14:22:06 2 4.36 0.00 5.51 16.22 51.82 22.08 14:44:14 14:22:06 3 3.98 0.00 5.28 16.33 49.84 24.56 14:44:14 14:23:01 all 5.35 0.00 4.43 12.71 50.39 27.12 14:44:14 14:23:01 0 5.52 0.00 4.02 11.17 50.89 28.40 14:44:14 14:23:01 1 5.44 0.00 4.70 12.17 49.03 28.65 14:44:14 14:23:01 2 5.13 0.00 4.12 14.35 49.96 26.43 14:44:14 14:23:01 3 5.29 0.00 4.87 13.12 51.70 25.01 14:44:14 14:24:20 all 2.67 0.00 4.92 31.47 40.90 20.05 14:44:14 14:24:20 0 2.76 0.00 4.87 32.59 41.13 18.65 14:44:14 14:24:20 1 2.34 0.00 4.80 31.91 40.23 20.71 14:44:14 14:24:20 2 3.16 0.00 5.17 32.94 41.44 17.30 14:44:14 14:24:20 3 2.44 0.00 4.85 28.53 40.79 23.40 14:44:14 14:25:08 all 3.66 0.00 4.31 28.76 43.72 19.55 14:44:14 14:25:08 0 3.30 0.00 4.35 29.01 44.25 19.09 14:44:14 14:25:08 1 3.66 0.00 4.13 31.40 42.39 18.42 14:44:14 14:25:08 2 3.98 0.00 4.46 26.99 43.12 21.46 14:44:14 14:25:08 3 3.71 0.00 4.30 27.62 45.13 19.25 14:44:14 14:26:04 all 4.93 0.00 3.46 24.37 48.57 18.68 14:44:14 14:26:04 0 4.98 0.00 3.68 21.59 50.07 19.69 14:44:14 14:26:04 1 4.71 0.00 3.41 25.59 46.99 19.30 14:44:14 14:26:04 2 5.25 0.00 3.39 26.58 48.93 15.85 14:44:14 14:26:04 3 4.79 0.00 3.33 23.75 48.30 19.83 14:44:14 14:27:02 all 23.69 0.00 7.98 14.48 43.46 10.39 14:44:14 14:27:02 0 19.10 0.00 7.28 15.60 50.07 7.95 14:44:14 14:27:02 1 27.04 0.00 8.14 12.61 38.81 13.41 14:44:14 14:27:02 2 24.64 0.00 9.17 15.30 41.96 8.93 14:44:14 14:27:02 3 24.04 0.00 7.38 14.41 42.90 11.27 14:44:14 14:28:02 all 38.37 0.00 9.57 0.36 50.18 1.51 14:44:14 14:28:02 0 43.06 0.00 10.03 0.31 45.56 1.04 14:44:14 14:28:02 1 36.40 0.00 9.27 0.33 51.39 2.62 14:44:14 14:28:02 2 35.83 0.00 10.27 0.31 52.99 0.60 14:44:14 14:28:02 3 38.26 0.00 8.74 0.51 50.73 1.76 14:44:14 14:29:01 all 6.46 0.00 7.87 7.38 49.48 28.81 14:44:14 14:29:01 0 6.41 0.00 7.17 7.71 51.05 27.66 14:44:14 14:29:01 1 5.80 0.00 7.20 7.09 49.07 30.85 14:44:14 14:29:01 2 6.94 0.00 8.83 8.02 48.69 27.52 14:44:14 14:29:01 3 6.73 0.00 8.32 6.72 49.06 29.16 14:44:14 14:30:05 all 4.06 0.00 3.45 15.40 50.97 26.12 14:44:14 14:30:05 0 3.93 0.00 3.12 14.14 51.20 27.62 14:44:14 14:30:05 1 3.84 0.00 3.52 15.19 50.95 26.50 14:44:14 14:30:05 2 4.50 0.00 3.53 16.83 50.47 24.68 14:44:14 14:30:05 3 3.97 0.00 3.62 15.48 51.26 25.66 14:44:14 14:31:04 all 13.29 0.00 7.21 14.92 44.19 20.39 14:44:14 14:31:04 0 12.88 0.00 7.22 12.39 44.29 23.22 14:44:14 14:31:04 1 12.89 0.00 6.99 16.66 43.80 19.66 14:44:14 14:31:04 2 14.91 0.00 6.97 13.52 43.18 21.42 14:44:14 14:31:04 3 12.51 0.00 7.64 17.10 45.46 17.28 14:44:14 14:44:14 14:31:04 CPU %user %nice %system %iowait %steal %idle 14:44:14 14:32:03 all 13.30 0.00 7.26 21.72 42.47 15.25 14:44:14 14:32:03 0 13.56 0.00 8.53 21.12 41.50 15.28 14:44:14 14:32:03 1 13.41 0.00 6.56 25.57 42.11 12.35 14:44:14 14:32:03 2 14.01 0.00 7.06 22.27 43.19 13.47 14:44:14 14:32:03 3 12.25 0.00 6.87 18.04 43.09 19.75 14:44:14 14:33:02 all 16.95 0.00 8.27 15.74 42.56 16.47 14:44:14 14:33:02 0 16.05 0.00 8.41 15.27 43.53 16.74 14:44:14 14:33:02 1 17.65 0.00 8.93 15.47 40.40 17.55 14:44:14 14:33:02 2 16.86 0.00 7.65 15.96 43.84 15.69 14:44:14 14:33:02 3 17.28 0.00 8.10 16.28 42.45 15.89 14:44:14 14:34:01 all 12.34 0.00 7.75 4.46 40.66 34.80 14:44:14 14:34:01 0 11.04 0.00 7.07 4.02 40.86 37.00 14:44:14 14:34:01 1 13.62 0.00 8.04 4.58 39.15 34.62 14:44:14 14:34:01 2 12.38 0.00 7.79 3.73 41.71 34.38 14:44:14 14:34:01 3 12.35 0.00 8.10 5.53 40.90 33.13 14:44:14 14:35:02 all 5.45 0.00 3.96 3.06 19.63 67.90 14:44:14 14:35:02 0 7.69 0.00 4.61 3.51 19.92 64.27 14:44:14 14:35:02 1 3.10 0.00 3.60 0.76 20.07 72.47 14:44:14 14:35:02 2 7.23 0.00 4.02 5.39 19.18 64.17 14:44:14 14:35:02 3 3.90 0.00 3.63 2.65 19.34 70.47 14:44:14 14:36:01 all 0.09 0.00 0.05 0.00 0.67 99.18 14:44:14 14:36:01 0 0.00 0.00 0.02 0.00 0.30 99.68 14:44:14 14:36:01 1 0.27 0.00 0.07 0.02 0.72 98.92 14:44:14 14:36:01 2 0.03 0.00 0.05 0.00 0.73 99.19 14:44:14 14:36:01 3 0.07 0.00 0.07 0.00 0.94 98.92 14:44:14 14:37:01 all 0.07 0.00 0.14 0.01 1.25 98.53 14:44:14 14:37:01 0 0.02 0.00 0.12 0.00 0.45 99.42 14:44:14 14:37:01 1 0.13 0.00 0.16 0.03 1.73 97.94 14:44:14 14:37:01 2 0.05 0.00 0.17 0.02 1.08 98.69 14:44:14 14:37:01 3 0.08 0.00 0.13 0.00 1.73 98.06 14:44:14 14:38:01 all 0.10 0.00 0.04 0.01 0.70 99.16 14:44:14 14:38:01 0 0.02 0.00 0.03 0.00 0.13 99.82 14:44:14 14:38:01 1 0.05 0.00 0.05 0.00 1.71 98.19 14:44:14 14:38:01 2 0.28 0.00 0.03 0.02 0.45 99.22 14:44:14 14:38:01 3 0.03 0.00 0.05 0.02 0.50 99.40 14:44:14 14:39:01 all 0.09 0.00 0.03 0.00 0.42 99.46 14:44:14 14:39:01 0 0.13 0.00 0.00 0.00 0.12 99.75 14:44:14 14:39:01 1 0.03 0.00 0.07 0.00 0.83 99.07 14:44:14 14:39:01 2 0.15 0.00 0.03 0.00 0.55 99.27 14:44:14 14:39:01 3 0.03 0.00 0.02 0.00 0.18 99.77 14:44:14 14:40:01 all 0.09 0.00 0.03 0.01 0.54 99.34 14:44:14 14:40:01 0 0.25 0.00 0.03 0.03 0.27 99.42 14:44:14 14:40:01 1 0.05 0.00 0.07 0.00 1.27 98.61 14:44:14 14:40:01 2 0.03 0.00 0.02 0.00 0.50 99.45 14:44:14 14:40:01 3 0.02 0.00 0.02 0.00 0.10 99.87 14:44:14 14:41:01 all 0.07 0.00 0.02 0.00 0.63 99.27 14:44:14 14:41:01 0 0.23 0.00 0.02 0.00 0.27 99.48 14:44:14 14:41:01 1 0.02 0.00 0.02 0.00 0.20 99.77 14:44:14 14:41:01 2 0.03 0.00 0.05 0.00 1.55 98.37 14:44:14 14:41:01 3 0.02 0.00 0.02 0.00 0.51 99.45 14:44:14 14:42:01 all 0.10 0.00 0.02 0.00 0.13 99.74 14:44:14 14:42:01 0 0.32 0.00 0.02 0.00 0.08 99.58 14:44:14 14:42:01 1 0.02 0.00 0.02 0.00 0.03 99.93 14:44:14 14:42:01 2 0.05 0.00 0.03 0.00 0.25 99.67 14:44:14 14:42:01 3 0.03 0.00 0.03 0.00 0.15 99.78 14:44:14 14:44:14 14:42:01 CPU %user %nice %system %iowait %steal %idle 14:44:14 14:43:01 all 1.00 0.00 0.70 0.83 4.70 92.76 14:44:14 14:43:01 0 0.77 0.00 0.55 0.74 5.36 92.59 14:44:14 14:43:01 1 0.93 0.00 0.74 1.05 4.79 92.49 14:44:14 14:43:01 2 0.97 0.00 0.71 0.76 4.43 93.13 14:44:14 14:43:01 3 1.33 0.00 0.82 0.76 4.23 92.86 14:44:14 14:44:02 all 3.61 0.00 4.12 4.06 26.49 61.72 14:44:14 14:44:02 0 3.02 0.00 3.34 2.79 26.68 64.17 14:44:14 14:44:02 1 3.82 0.00 4.57 3.48 26.39 61.74 14:44:14 14:44:02 2 3.84 0.00 3.58 2.73 25.99 63.86 14:44:14 14:44:02 3 3.77 0.00 5.00 7.29 26.88 57.06 14:44:14 Average: all 8.30 0.00 4.57 7.61 31.22 48.31 14:44:14 Average: 0 8.11 0.00 4.54 7.32 31.70 48.34 14:44:14 Average: 1 8.19 0.00 4.49 7.75 30.79 48.78 14:44:14 Average: 2 8.79 0.00 4.70 7.83 30.99 47.70 14:44:14 Average: 3 8.12 0.00 4.54 7.54 31.38 48.42 14:44:14 14:44:14 14:44:14