Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b60e6eeb7f18074425901094eba94146e3f42170+7baeca4eebb4ae03aa45f246de6ab0a897fafe7c (97563df622acc0d969d2fe6201644e616604b781) 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29870 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [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 Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 Merge succeeded, producing 8d54e528a209f68a2b3e24221d05de3e91e57a79 Checking out Revision 8d54e528a209f68a2b3e24221d05de3e91e57a79 (PR-3234) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8d54e528a209f68a2b3e24221d05de3e91e57a79 # timeout=10 Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" > git rev-list --no-walk b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:03 ========================================================= 00:32:03 EdgeX Global Pipelines Version Info 00:32:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:32:06 ------------------- 00:32:06 stable info: 00:32:06 ------------------- 00:32:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:06 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:32:06 Message: update stable to v1.0.184 00:32:07 ------------------- 00:32:07 experimental info: 00:32:07 ------------------- 00:32:07 Commited By: **** collab-it+edgex@linuxfoundation.org 00:32:07 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:32:07 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:32:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 00:32:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 00:32:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 00:32:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d54e528a209f68a2b3e24221d05de3e91e57a79 [Pipeline] echo 00:32:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d54e52 [Pipeline] echo 00:32:11 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:11 provisioning config files... 00:32:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config8479719500441446626tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:12 ---> docker-login.sh 00:32:12 nexus3.edgexfoundry.org:10001 00:32:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:14 Configure a credential helper to remove this warning. See 00:32:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:14 00:32:14 Login Succeeded 00:32:14 nexus3.edgexfoundry.org:10002 00:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:15 Configure a credential helper to remove this warning. See 00:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:15 00:32:15 Login Succeeded 00:32:15 nexus3.edgexfoundry.org:10003 00:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:16 Configure a credential helper to remove this warning. See 00:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:16 00:32:16 Login Succeeded 00:32:16 nexus3.edgexfoundry.org:10004 00:32:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:16 Configure a credential helper to remove this warning. See 00:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:16 00:32:16 Login Succeeded 00:32:16 docker.io 00:32:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:17 Configure a credential helper to remove this warning. See 00:32:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:17 00:32:17 Login Succeeded 00:32:17 ---> docker-login.sh ends [Pipeline] } 00:32:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:18 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ cut -d/ -f2 00:32:18 ++ dirname cmd/core-command/Dockerfile 00:32:18 + echo core-command,cmd/core-command/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ dirname cmd/core-data/Dockerfile 00:32:18 ++ cut -d/ -f2 00:32:18 + echo core-data,cmd/core-data/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ dirname cmd/core-metadata/Dockerfile 00:32:18 ++ cut -d/ -f2 00:32:18 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ dirname cmd/security-bootstrapper/Dockerfile 00:32:18 ++ cut -d/ -f2 00:32:18 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:18 ++ cut -d/ -f2 00:32:18 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ cut -d/ -f2 00:32:18 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:18 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ dirname cmd/support-notifications/Dockerfile 00:32:18 ++ cut -d/ -f2 00:32:18 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ cut -d/ -f2 00:32:18 ++ dirname cmd/support-scheduler/Dockerfile 00:32:18 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:18 + for file in '`ls cmd/**/Dockerfile`' 00:32:18 ++ cut -d/ -f2 00:32:18 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:18 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:18 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:20 00:32:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:20 latest: Pulling from edgex-devops/git-semver 00:32:20 31603596830f: Pulling fs layer 00:32:20 2a8b12db71e7: Pulling fs layer 00:32:20 6ca5941a6612: Pulling fs layer 00:32:20 ecc8261a40a4: Pulling fs layer 00:32:20 ecc8261a40a4: Waiting 00:32:20 2a8b12db71e7: Verifying Checksum 00:32:20 2a8b12db71e7: Download complete 00:32:20 31603596830f: Verifying Checksum 00:32:20 31603596830f: Download complete 00:32:20 ecc8261a40a4: Verifying Checksum 00:32:20 6ca5941a6612: Verifying Checksum 00:32:20 6ca5941a6612: Download complete 00:32:21 31603596830f: Pull complete 00:32:21 2a8b12db71e7: Pull complete 00:32:23 6ca5941a6612: Pull complete 00:32:24 ecc8261a40a4: Pull complete 00:32:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:24 prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container 00:32:24 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:29 $ docker top 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:30 [ssh-agent] Looking for ssh-agent implementation... 00:32:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:31 $ docker exec 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 ssh-agent 00:32:31 SSH_AUTH_SOCK=/tmp/ssh-ixAPhxSeaPjv/agent.11 00:32:31 SSH_AGENT_PID=16 00:32:31 Running ssh-add (command line suppressed) 00:32:32 Identity added: /w/workspace/edgex-go/13@tmp/private_key_3040126862462135502.key (/w/workspace/edgex-go/13@tmp/private_key_3040126862462135502.key) 00:32:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:32 + git tag --points-at HEAD [Pipeline] } 00:32:32 $ docker exec --env ******** --env ******** 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 ssh-agent -k 00:32:33 unset SSH_AUTH_SOCK; 00:32:33 unset SSH_AGENT_PID; 00:32:33 echo Agent pid 16 killed; 00:32:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:33 [ssh-agent] Looking for ssh-agent implementation... 00:32:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:34 $ docker exec 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 ssh-agent 00:32:35 SSH_AUTH_SOCK=/tmp/ssh-A2WMfKuthAIE/agent.45 00:32:35 SSH_AGENT_PID=50 00:32:35 Running ssh-add (command line suppressed) 00:32:35 Identity added: /w/workspace/edgex-go/13@tmp/private_key_5117130316449848506.key (/w/workspace/edgex-go/13@tmp/private_key_5117130316449848506.key) 00:32:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:36 + git semver init 00:32:36 # -> Open(): unable to determine branch for HEAD 00:32:36 # $GIT_DIR = /w/workspace/edgex-go/13/.git 00:32:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/13 00:32:36 # $SEMVER_REMOTE_NAME = origin 00:32:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:36 # $SEMVER_USER_NAME = edgex-jenkins 00:32:36 # $SEMVER_BRANCH = PR-3234 00:32:36 # $SEMVER_TEMP = /tmp/semver-554172730 00:32:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:16 # '/tmp/semver-554172730' -> '/w/workspace/edgex-go/13/.semver' 00:33:16 # -> Force: false 00:33:16 # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } 00:33:16 $ docker exec --env ******** --env ******** 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 ssh-agent -k 00:33:17 unset SSH_AUTH_SOCK; 00:33:17 unset SSH_AGENT_PID; 00:33:17 echo Agent pid 50 killed; 00:33:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:18 + git semver [Pipeline] } 00:33:18 $ docker stop --time=1 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 00:33:22 $ docker rm -f 1f1c265031f876694a8080f89cd534b7e9c40c34a1f9a390f91af4d2023a8938 [Pipeline] // withDockerContainer [Pipeline] sh 00:33:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:24 Stashed 1 file(s) [Pipeline] echo 00:33:25 [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 00:33:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:26 + sudo service docker restart 00:33:26 + true 00:33:26 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:29 ========================================================= 00:33:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:40 Still waiting to schedule task 00:33:40 ‘prd-centos7-docker-4c-2g-29874’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-29878’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-29879’ is offline 00:33:42 Sending build context to Docker daemon 328.6MB 00:33:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:42 Step 2/6 : FROM ${BASE} 00:33:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:42 188c0c94c7c5: Pulling fs layer 00:33:42 0ef7d3d256c8: Pulling fs layer 00:33:42 de9db76c5a1d: Pulling fs layer 00:33:42 bca2f99d35d6: Pulling fs layer 00:33:42 93359f2a8cfa: Pulling fs layer 00:33:42 7c6f9722023f: Pulling fs layer 00:33:42 a35cf1a2eb13: Pulling fs layer 00:33:42 93359f2a8cfa: Waiting 00:33:42 bca2f99d35d6: Waiting 00:33:42 7c6f9722023f: Waiting 00:33:42 a35cf1a2eb13: Waiting 00:33:42 de9db76c5a1d: Download complete 00:33:42 0ef7d3d256c8: Verifying Checksum 00:33:42 0ef7d3d256c8: Download complete 00:33:42 93359f2a8cfa: Verifying Checksum 00:33:42 93359f2a8cfa: Download complete 00:33:42 7c6f9722023f: Verifying Checksum 00:33:42 7c6f9722023f: Download complete 00:33:42 188c0c94c7c5: Verifying Checksum 00:33:42 188c0c94c7c5: Download complete 00:33:43 188c0c94c7c5: Pull complete 00:33:44 0ef7d3d256c8: Pull complete 00:33:44 de9db76c5a1d: Pull complete 00:33:47 a35cf1a2eb13: Verifying Checksum 00:33:47 a35cf1a2eb13: Download complete 00:33:47 bca2f99d35d6: Verifying Checksum 00:33:47 bca2f99d35d6: Download complete 00:34:03 bca2f99d35d6: Pull complete 00:34:03 93359f2a8cfa: Pull complete 00:34:03 7c6f9722023f: Pull complete 00:34:16 a35cf1a2eb13: Pull complete 00:34:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:34:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:34:16 ---> a62c8e92a672 00:34:16 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:34:16 ---> Running in d197a5b912dd 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:19 (1/12) Installing libmagic (5.38-r0) 00:34:19 (2/12) Installing file (5.38-r0) 00:34:19 (3/12) Installing libc-dev (0.7.2-r3) 00:34:20 (4/12) Installing g++ (9.3.0-r2) 00:34:32 (5/12) Installing fortify-headers (1.1-r0) 00:34:32 (6/12) Installing patch (2.7.6-r6) 00:34:32 (7/12) Installing build-base (0.5-r2) 00:34:32 (8/12) Installing libsodium (1.0.18-r0) 00:34:32 (9/12) Installing pkgconf (1.7.2-r0) 00:34:32 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:32 (11/12) Installing libzmq (4.3.3-r0) 00:34:32 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:32 Executing busybox-1.31.1-r19.trigger 00:34:32 OK: 233 MiB in 51 packages 00:34:38 Removing intermediate container d197a5b912dd 00:34:38 ---> 36c42765e7bf 00:34:38 Step 4/6 : WORKDIR /edgex-go 00:34:38 ---> Running in c69f685f13ec 00:34:38 Removing intermediate container c69f685f13ec 00:34:38 ---> 2dea6e5fc574 00:34:38 Step 5/6 : COPY go.mod . 00:34:39 ---> 0244f129890b 00:34:39 Step 6/6 : RUN go mod download 00:34:39 ---> Running in 1d407a01b31a 00:35:19 Removing intermediate container 1d407a01b31a 00:35:19 ---> df6e3b03f36b 00:35:19 Successfully built df6e3b03f36b 00:35:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:35:19 + docker inspect -f . ci-base-image-x86_64 00:35:20 . [Pipeline] withDockerContainer 00:35:20 prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container 00:35:20 $ 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 ******** ci-base-image-x86_64 cat 00:35:24 $ docker top 4df47cf6519a09915477b82d5cb1041cf8773eca3c88bb5b555826bb6283be27 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:26 + go version 00:35:26 go version go1.15.5 linux/amd64 [Pipeline] } 00:35:26 $ docker stop --time=1 4df47cf6519a09915477b82d5cb1041cf8773eca3c88bb5b555826bb6283be27 00:35:28 $ docker rm -f 4df47cf6519a09915477b82d5cb1041cf8773eca3c88bb5b555826bb6283be27 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:29 + docker inspect -f . ci-base-image-x86_64 00:35:29 . [Pipeline] withDockerContainer 00:35:29 prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container 00:35:30 $ 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 ******** ci-base-image-x86_64 cat 00:35:31 $ docker top a86f5fd52eb3c712e6648a863dfa6d1b3d4dfa555736dbf7975c0ce29eb89c01 -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:31 ========================================================= 00:35:31 [edgeXBuildGoParallel] Running Tests and Build... 00:35:31 ========================================================= [Pipeline] sh 00:35:32 + make test 00:35:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:05 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29884 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:36:41 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 00:36:46 using credential edgex-jenkins-ssh 00:36:46 Cloning the remote Git repository 00:36:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:47 > git init /w/workspace/edgex-go/13 # timeout=10 00:36:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:47 > git --version # timeout=10 00:36:47 > git --version # 'git version 2.17.1' 00:36:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:13 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:37:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:37:13 Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 00:37:14 Merge succeeded, producing da1d2ade4e276ce25c6ca057de46e6cf678ebd30 00:37:14 Checking out Revision da1d2ade4e276ce25c6ca057de46e6cf678ebd30 (PR-3234) 00:37:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:13 > git config core.sparsecheckout # timeout=10 00:37:13 > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 00:37:13 > git remote # timeout=10 00:37:13 > git config --get remote.origin.url # timeout=10 00:37:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:13 > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 00:37:14 > git rev-parse HEAD^{commit} # timeout=10 00:37:14 > git config core.sparsecheckout # timeout=10 00:37:14 > git checkout -f da1d2ade4e276ce25c6ca057de46e6cf678ebd30 # timeout=10 00:37:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:18 Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" 00:37:18 > git rev-list --no-walk b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:20 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:21 + sudo service docker restart 00:37:21 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:23 provisioning config files... 00:37:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config9095008842367346432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:23 ---> docker-login.sh 00:37:23 nexus3.edgexfoundry.org:10001 00:37:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:25 Configure a credential helper to remove this warning. See 00:37:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:25 00:37:25 Login Succeeded 00:37:25 nexus3.edgexfoundry.org:10002 00:37:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:25 Configure a credential helper to remove this warning. See 00:37:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:25 00:37:25 Login Succeeded 00:37:25 nexus3.edgexfoundry.org:10003 00:37:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:26 Configure a credential helper to remove this warning. See 00:37:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:26 00:37:26 Login Succeeded 00:37:26 nexus3.edgexfoundry.org:10004 00:37:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:27 Configure a credential helper to remove this warning. See 00:37:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:27 00:37:27 Login Succeeded 00:37:27 docker.io 00:37:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:27 Configure a credential helper to remove this warning. See 00:37:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:27 00:37:27 Login Succeeded 00:37:27 ---> docker-login.sh ends [Pipeline] } 00:37:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:28 ========================================================= 00:37:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:28 ========================================================= 00:37:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] isUnix [Pipeline] sh 00:37:28 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:37:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.167s coverage: 45.9% of statements 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.119s coverage: 19.8% of statements 00:37:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.380s coverage: 100.0% of statements 00:37:31 Sending build context to Docker daemon 166.7MB 00:37:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:31 Step 2/6 : FROM ${BASE} 00:37:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:31 5f621e34cdf4: Pulling fs layer 00:37:31 a4357932f1b6: Pulling fs layer 00:37:31 18c013af1878: Pulling fs layer 00:37:31 00ac8860ef70: Pulling fs layer 00:37:31 63d7cb157983: Pulling fs layer 00:37:31 b116817d02f9: Pulling fs layer 00:37:31 745a02a5169b: Pulling fs layer 00:37:31 b116817d02f9: Waiting 00:37:31 63d7cb157983: Waiting 00:37:31 745a02a5169b: Waiting 00:37:31 18c013af1878: Verifying Checksum 00:37:31 18c013af1878: Download complete 00:37:31 a4357932f1b6: Verifying Checksum 00:37:31 a4357932f1b6: Download complete 00:37:31 63d7cb157983: Verifying Checksum 00:37:31 63d7cb157983: Download complete 00:37:31 b116817d02f9: Verifying Checksum 00:37:31 b116817d02f9: Download complete 00:37:31 5f621e34cdf4: Verifying Checksum 00:37:31 5f621e34cdf4: Download complete 00:37:32 5f621e34cdf4: Pull complete 00:37:32 a4357932f1b6: Pull complete 00:37:33 18c013af1878: Pull complete 00:37:33 745a02a5169b: Verifying Checksum 00:37:33 745a02a5169b: Download complete 00:37:34 00ac8860ef70: Download complete 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.602s coverage: 27.1% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.058s coverage: 100.0% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.326s coverage: 71.3% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.279s coverage: 82.9% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.127s coverage: 78.9% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.669s coverage: 28.6% of statements 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.245s coverage: 86.7% of statements 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.167s coverage: 97.5% of statements 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:45 00ac8860ef70: Pull complete 00:37:45 63d7cb157983: Pull complete 00:37:45 b116817d02f9: Pull complete 00:37:49 745a02a5169b: Pull complete 00:37:49 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:49 ---> b7e6874047d6 00:37:49 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.773s coverage: 92.8% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.105s coverage: 58.8% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.139s coverage: 0.1% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 47.1% of statements 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements 00:37:52 ---> Running in cdf94338885b 00:37:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:55 (1/12) Installing libmagic (5.38-r0) 00:37:56 (2/12) Installing file (5.38-r0) 00:37:56 (3/12) Installing libc-dev (0.7.2-r3) 00:37:56 (4/12) Installing g++ (9.3.0-r2) 00:38:03 (5/12) Installing fortify-headers (1.1-r0) 00:38:03 (6/12) Installing patch (2.7.6-r6) 00:38:03 (7/12) Installing build-base (0.5-r2) 00:38:03 (8/12) Installing libsodium (1.0.18-r0) 00:38:03 (9/12) Installing pkgconf (1.7.2-r0) 00:38:03 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:03 (11/12) Installing libzmq (4.3.3-r0) 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.246s coverage: 94.4% of statements 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.324s coverage: 44.8% of statements 00:38:03 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:03 Executing busybox-1.31.1-r19.trigger 00:38:03 OK: 217 MiB in 51 packages 00:38:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.996s coverage: 81.9% of statements 00:38:08 Removing intermediate container cdf94338885b 00:38:08 ---> 6d9024ada11d 00:38:08 Step 4/6 : WORKDIR /edgex-go 00:38:08 ---> Running in f2afbbfddae7 00:38:08 Removing intermediate container f2afbbfddae7 00:38:08 ---> c1f954e6ba51 00:38:08 Step 5/6 : COPY go.mod . 00:38:09 ---> 18cfadffdfe8 00:38:09 Step 6/6 : RUN go mod download 00:38:09 ---> Running in 45b7e45c778e 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.350s coverage: 92.9% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.177s coverage: 77.8% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.200s coverage: 87.2% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.091s coverage: 100.0% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.425s coverage: 75.5% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 80.8% of statements 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.141s coverage: 87.2% of statements 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.6% of statements 00:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.6% of statements 00:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 62.4% of statements 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.211s coverage: 100.0% of statements 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 00:38:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.097s coverage: 100.0% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.277s coverage: 73.7% of statements 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements 00:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.731s coverage: 69.0% of statements 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.224s coverage: 38.4% of statements 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.148s coverage: 89.5% of statements 00:38:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.086s coverage: 84.8% of statements 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.490s coverage: 47.0% of statements 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.130s coverage: 100.0% of statements 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.156s coverage: 100.0% of statements 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.773s coverage: 87.1% of statements 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:38:36 Removing intermediate container 45b7e45c778e 00:38:36 ---> fc2806f17653 00:38:36 Successfully built fc2806f17653 00:38:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:36 + docker inspect -f . ci-base-image-arm64 00:38:36 . [Pipeline] withDockerContainer 00:38:37 prd-ubuntu18.04-docker-arm64-4c-16g-29884 does not seem to be running inside a container 00:38: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 ******** ci-base-image-arm64 cat 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.921s coverage: 29.1% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.132s coverage: 99.0% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.277s coverage: 96.5% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.089s coverage: 100.0% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.137s coverage: 87.9% of statements 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.136s coverage: 100.0% of statements 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.038s coverage: 32.1% of statements 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.063s coverage: 100.0% of statements 00:38:38 $ docker top 14576e4de36bf7b5445e761201fc25bb0f86b4d3d3b823a634f516bfa4922ea8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:39 GO111MODULE=on go vet ./... 00:38:39 + go version 00:38:39 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:39 $ docker stop --time=1 14576e4de36bf7b5445e761201fc25bb0f86b4d3d3b823a634f516bfa4922ea8 00:38:41 $ docker rm -f 14576e4de36bf7b5445e761201fc25bb0f86b4d3d3b823a634f516bfa4922ea8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:42 + docker inspect -f . ci-base-image-arm64 00:38:42 . [Pipeline] withDockerContainer 00:38:43 prd-ubuntu18.04-docker-arm64-4c-16g-29884 does not seem to be running inside a container 00:38: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 ******** ci-base-image-arm64 cat 00:38:44 $ docker top 40a6051101aa13b0b6f01aaa1b8c251439183abee96db0632e3dbfb9bd900202 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:45 ========================================================= 00:38:45 [edgeXBuildGoParallel] Running Tests and Build... 00:38:45 ========================================================= [Pipeline] sh 00:38:45 + make test 00:38:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:07 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:48 gofmt -l . 00:39:48 [ "`gofmt -l .`" = "" ] 00:39:49 ./bin/test-go-mod-tidy.sh 00:39:51 ./bin/test-attribution-txt.sh [Pipeline] sh 00:39:55 + ls -al . 00:39:55 total 760 00:39:55 drwxrwxr-x 10 1001 1001 4096 Mar 16 00:39 . 00:39:55 drwxr-xr-x 4 root root 30 Mar 16 00:35 .. 00:39:55 -rw-rw-r-- 1 1001 1001 11 Mar 16 00:31 .dockerignore 00:39:55 drwxrwxr-x 8 1001 1001 179 Mar 16 00:32 .git 00:39:55 drwxrwxr-x 3 1001 1001 125 Mar 16 00:31 .github 00:39:55 -rw-rw-r-- 1 1001 1001 818 Mar 16 00:31 .gitignore 00:39:55 drwx------ 3 1001 1001 60 Mar 16 00:33 .semver 00:39:55 -rw-rw-r-- 1 1001 1001 166 Mar 16 00:31 .sonarcloud.properties 00:39:55 -rw-rw-r-- 1 1001 1001 8607 Mar 16 00:31 Attribution.txt 00:39:55 -rw-rw-r-- 1 1001 1001 3804 Mar 16 00:31 CONTRIBUTING.md 00:39:55 -rw-rw-r-- 1 1001 1001 931 Mar 16 00:31 Dockerfile.build 00:39:55 -rw-rw-r-- 1 1001 1001 863 Mar 16 00:31 Jenkinsfile 00:39:55 -rw-rw-r-- 1 1001 1001 10775 Mar 16 00:31 LICENSE 00:39:55 -rw-rw-r-- 1 1001 1001 5774 Mar 16 00:31 Makefile 00:39:55 -rw-rw-r-- 1 1001 1001 6548 Mar 16 00:31 README.md 00:39:55 -rw-rw-r-- 1 1001 1001 6755 Mar 16 00:31 SECURITY.md 00:39:55 -rw-rw-r-- 1 1001 1001 5 Mar 16 00:33 VERSION 00:39:55 -rw-rw-r-- 1 1001 1001 4131 Mar 16 00:31 ZMQWindows.md 00:39:55 drwxrwxr-x 2 1001 1001 117 Mar 16 00:31 bin 00:39:55 drwxrwxr-x 14 1001 1001 4096 Mar 16 00:31 cmd 00:39:55 -rw-r--r-- 1 root root 650607 Mar 16 00:38 coverage.out 00:39:55 -rw-r--r-- 1 root root 1056 Mar 16 00:39 go.mod 00:39:55 -rw-r--r-- 1 root root 21983 Mar 16 00:39 go.sum 00:39:55 drwxrwxr-x 8 1001 1001 127 Mar 16 00:31 internal 00:39:55 drwxrwxr-x 4 1001 1001 26 Mar 16 00:31 openapi 00:39:55 drwxrwxr-x 4 1001 1001 71 Mar 16 00:31 snap 00:39:55 -rw-rw-r-- 1 1001 1001 168 Mar 16 00:31 version.go [Pipeline] sh 00:39:56 + '[' -e coverage.out ] 00:39:56 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:57 Stashed 1 file(s) [Pipeline] sh 00:39:57 + make build 00:39:57 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:40:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.282s coverage: 45.9% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.172s coverage: 19.8% of statements 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.303s coverage: 100.0% of statements 00:40:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:38 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 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.671s coverage: 27.1% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.259s coverage: 71.3% of statements 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:40 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 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.502s coverage: 82.9% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.143s coverage: 78.9% of statements 00:40:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:42 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 00:40:45 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 00:40:49 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 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.161s coverage: 100.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.330s coverage: 86.7% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.319s coverage: 97.5% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] } 00:40:54 $ docker stop --time=1 a86f5fd52eb3c712e6648a863dfa6d1b3d4dfa555736dbf7975c0ce29eb89c01 00:40:56 $ docker rm -f a86f5fd52eb3c712e6648a863dfa6d1b3d4dfa555736dbf7975c0ce29eb89c01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:59 00:40:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.149s coverage: 92.8% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.224s coverage: 0.1% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 47.1% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.051s coverage: 94.1% of statements 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements [Pipeline] isUnix [Pipeline] sh 00:41:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements 00:41:00 latest: Pulling from edgex-devops/edgex-compose 00:41:00 cbdbe7a5bc2a: Pulling fs layer 00:41:00 ca9280d653b3: Pulling fs layer 00:41:00 7e9c9ca2126c: Pulling fs layer 00:41:01 cbdbe7a5bc2a: Pull complete 00:41:02 ca9280d653b3: Download complete 00:41:05 ca9280d653b3: Pull complete 00:41:05 7e9c9ca2126c: Download complete 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.297s coverage: 81.9% of statements 00:41:20 7e9c9ca2126c: Pull complete 00:41:20 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:41:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:41:20 prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container 00:41:20 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:41:24 $ docker top ccb7dfed4adeb125c652693d283b4475a455fd5d275417942afd894cffe35e33 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:25 + docker-compose build --help 00:41:25 + grep parallel 00:41:26 --parallel Build images in parallel. [Pipeline] } 00:41:26 $ docker stop --time=1 ccb7dfed4adeb125c652693d283b4475a455fd5d275417942afd894cffe35e33 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.052s coverage: 77.8% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.125s coverage: 87.2% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.6% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.6% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.519s coverage: 62.4% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements 00:41:28 $ docker rm -f ccb7dfed4adeb125c652693d283b4475a455fd5d275417942afd894cffe35e33 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:29 . [Pipeline] withDockerContainer 00:41:29 prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container 00:41:29 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 00:41:31 $ docker top 3deaeb77ecc42afd382f6aee26f65104b0f925486882902393745c205c2c49d4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:31 + docker-compose -f ./docker-compose-build.yml build --parallel 00:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.762s coverage: 69.0% of statements 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:32 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:41:33 Building docker-core-command-go ... 00:41:33 Building docker-core-data-go ... 00:41:33 Building docker-core-metadata-go ... 00:41:33 Building docker-security-bootstrapper-go ... 00:41:33 Building docker-security-proxy-setup-go ... 00:41:33 Building docker-security-secretstore-setup-go ... 00:41:33 Building docker-support-notifications-go ... 00:41:33 Building docker-support-scheduler-go ... 00:41:33 Building docker-sys-mgmt-agent-go ... 00:41:33 Building docker-core-metadata-go 00:41:33 Building docker-support-scheduler-go 00:41:33 Building docker-security-proxy-setup-go 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.365s coverage: 38.4% of statements 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.117s coverage: 89.5% of statements 00:41:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.091s coverage: 84.8% of statements 00:41:33 Building docker-security-bootstrapper-go 00:41:33 Building docker-sys-mgmt-agent-go 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.494s coverage: 47.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.096s coverage: 100.0% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.387s coverage: 87.1% of statements 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.202s coverage: 29.1% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.176s coverage: 100.0% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.227s coverage: 96.5% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:41:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 00:41:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:51 GO111MODULE=on go vet ./... 00:43:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:12 ---> df6e3b03f36b 00:43:12 Step 3/26 : WORKDIR /edgex-go 00:43:12 ---> df6e3b03f36b 00:43:12 Step 3/23 : WORKDIR /edgex-go 00:43:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:12 ---> df6e3b03f36b 00:43:12 Step 3/21 : WORKDIR /edgex-go 00:43:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:12 ---> df6e3b03f36b 00:43:12 Step 3/22 : WORKDIR /edgex-go 00:43:12 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:12 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:43:12 ---> df6e3b03f36b 00:43:12 Step 3/31 : WORKDIR /edgex-go 00:43:12 ---> Running in 99b09bfee6b7 00:43:12 ---> Running in fe22a1b3fa5f 00:43:12 ---> Running in 8086473992a6 00:43:12 ---> Running in 9777ba01d027 00:43:12 ---> Running in b2f863c8ce49 00:43:12 Removing intermediate container 9777ba01d027 00:43:12 ---> 3a0b17098bcb 00:43:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:12 Removing intermediate container b2f863c8ce49 00:43:12 ---> 1d11793b647e 00:43:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:12 Removing intermediate container fe22a1b3fa5f 00:43:12 ---> 1f3694a10a3d 00:43:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:12 Removing intermediate container 99b09bfee6b7 00:43:12 ---> 4c89f7cc7891 00:43:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:12 ---> Running in fe8be158ea63 00:43:12 Removing intermediate container 8086473992a6 00:43:12 ---> 4412e4d9909d 00:43:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:12 ---> Running in 4be04e7125ce 00:43:12 ---> Running in abeb6af0b35a 00:43:12 ---> Running in f9c7c5912116 00:43:12 ---> Running in 7ec910d9fa8e 00:43:13 gofmt -l . 00:43:13 [ "`gofmt -l .`" = "" ] 00:43:13 ./bin/test-go-mod-tidy.sh 00:43:13 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:14 + ls -al . 00:43:14 total 788 00:43:14 drwxrwxr-x 9 1001 1001 4096 Mar 16 00:43 . 00:43:14 drwxr-xr-x 4 root root 4096 Mar 16 00:38 .. 00:43:14 -rw-rw-r-- 1 1001 1001 11 Mar 16 00:37 .dockerignore 00:43:14 drwxrwxr-x 8 1001 1001 4096 Mar 16 00:37 .git 00:43:14 drwxrwxr-x 3 1001 1001 4096 Mar 16 00:37 .github 00:43:14 -rw-rw-r-- 1 1001 1001 818 Mar 16 00:37 .gitignore 00:43:14 -rw-rw-r-- 1 1001 1001 166 Mar 16 00:37 .sonarcloud.properties 00:43:14 -rw-rw-r-- 1 1001 1001 8607 Mar 16 00:37 Attribution.txt 00:43:14 -rw-rw-r-- 1 1001 1001 3804 Mar 16 00:37 CONTRIBUTING.md 00:43:14 -rw-rw-r-- 1 1001 1001 931 Mar 16 00:37 Dockerfile.build 00:43:14 -rw-rw-r-- 1 1001 1001 863 Mar 16 00:37 Jenkinsfile 00:43:14 -rw-rw-r-- 1 1001 1001 10775 Mar 16 00:37 LICENSE 00:43:14 -rw-rw-r-- 1 1001 1001 5774 Mar 16 00:37 Makefile 00:43:14 -rw-rw-r-- 1 1001 1001 6548 Mar 16 00:37 README.md 00:43:14 -rw-rw-r-- 1 1001 1001 6755 Mar 16 00:37 SECURITY.md 00:43:14 -rw-rw-r-- 1 1001 1001 5 Mar 16 00:33 VERSION 00:43:14 -rw-rw-r-- 1 1001 1001 4131 Mar 16 00:37 ZMQWindows.md 00:43:14 drwxrwxr-x 2 1001 1001 4096 Mar 16 00:37 bin 00:43:14 drwxrwxr-x 14 1001 1001 4096 Mar 16 00:37 cmd 00:43:14 -rw-r--r-- 1 root root 650607 Mar 16 00:41 coverage.out 00:43:14 -rw-r--r-- 1 root root 1056 Mar 16 00:43 go.mod 00:43:14 -rw-r--r-- 1 root root 21983 Mar 16 00:43 go.sum 00:43:14 drwxrwxr-x 8 1001 1001 4096 Mar 16 00:37 internal 00:43:14 drwxrwxr-x 4 1001 1001 4096 Mar 16 00:37 openapi 00:43:14 drwxrwxr-x 4 1001 1001 4096 Mar 16 00:37 snap 00:43:14 -rw-rw-r-- 1 1001 1001 168 Mar 16 00:37 version.go [Pipeline] sh 00:43:14 + '[' -e coverage.out ] 00:43:14 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:14 Warning: overwriting stash ‘coverage-report’ 00:43:16 Stashed 1 file(s) [Pipeline] sh 00:43:16 + make build 00:43:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:19 Removing intermediate container fe8be158ea63 00:43:19 ---> f788712552cb 00:43:19 Step 5/23 : RUN apk add --update --no-cache make git 00:43:19 Removing intermediate container 4be04e7125ce 00:43:19 ---> 22040e0e7f35 00:43:19 Step 5/21 : RUN apk add --update --no-cache make git 00:43:19 Removing intermediate container f9c7c5912116 00:43:19 ---> 42d78c1a6bc7 00:43:19 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:19 ---> Running in 58868964b2f6 00:43:20 ---> Running in aa830d78ff65 00:43:20 ---> Running in 68b616728f41 00:43:20 Removing intermediate container 7ec910d9fa8e 00:43:20 ---> 1135bcd8b940 00:43:20 Step 5/31 : RUN apk add --update --no-cache make git 00:43:20 Removing intermediate container abeb6af0b35a 00:43:20 ---> b872567cfdcc 00:43:20 Step 5/22 : RUN apk add --update --no-cache make git 00:43:20 ---> Running in c7f54e451f39 00:43:20 ---> Running in e057aaed1b43 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:24 OK: 233 MiB in 51 packages 00:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:24 OK: 233 MiB in 51 packages 00:43:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:25 OK: 233 MiB in 51 packages 00:43:25 OK: 233 MiB in 51 packages 00:43:26 OK: 233 MiB in 51 packages 00:43:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:27 Removing intermediate container aa830d78ff65 00:43:27 ---> 7b9b7c4d7725 00:43:27 Step 6/21 : COPY go.mod . 00:43:27 Removing intermediate container 58868964b2f6 00:43:27 ---> 9c3f6ebbcf84 00:43:27 Step 6/23 : COPY go.mod . 00:43:28 ---> b310221a01a3 00:43:28 Step 7/21 : RUN go mod download 00:43:28 Removing intermediate container 68b616728f41 00:43:28 ---> 6f101fc4142e 00:43:28 Step 6/26 : COPY go.mod . 00:43:28 ---> Running in 085018adcefa 00:43:28 Removing intermediate container e057aaed1b43 00:43:28 ---> e9acfd355ee1 00:43:28 Step 6/22 : COPY go.mod . 00:43:28 ---> 6a7efe2d0a02 00:43:28 Step 7/23 : RUN go mod download 00:43:28 ---> Running in 7d5272659ddd 00:43:29 Removing intermediate container c7f54e451f39 00:43:29 ---> 7dae1b5b9509 00:43:29 Step 6/31 : COPY go.mod . 00:43:29 ---> 0716ab3a1ac8 00:43:29 Step 7/22 : RUN go mod download 00:43:29 ---> 27e9c068b259 00:43:29 Step 7/26 : RUN go mod download 00:43:29 ---> Running in 4a1b845b07e9 00:43:30 ---> Running in c396e0378c05 00:43:30 ---> 0e47dddc8d65 00:43:30 Step 7/31 : RUN go mod download 00:43:30 ---> Running in a62b4baee7b4 00:43:39 Removing intermediate container a62b4baee7b4 00:43:39 ---> 9d833cd11209 00:43:39 Step 8/31 : COPY . . 00:43:39 Removing intermediate container 7d5272659ddd 00:43:39 ---> a95b99d04862 00:43:39 Step 8/23 : COPY . . 00:43:39 Removing intermediate container c396e0378c05 00:43:39 ---> 49985b4fa362 00:43:39 Step 8/26 : COPY . . 00:43:39 Removing intermediate container 085018adcefa 00:43:39 ---> 19c8ba833cfa 00:43:39 Step 8/21 : COPY . . 00:43:39 Removing intermediate container 4a1b845b07e9 00:43:39 ---> e02a04485ac0 00:43:39 Step 8/22 : COPY . . 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:44: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 00:44:13 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 00:44:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:21 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 00:44:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44:30 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] } 00:44:38 $ docker stop --time=1 40a6051101aa13b0b6f01aaa1b8c251439183abee96db0632e3dbfb9bd900202 00:44:41 $ docker rm -f 40a6051101aa13b0b6f01aaa1b8c251439183abee96db0632e3dbfb9bd900202 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:43 00:44:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:44 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:44 29e5d40040c1: Pulling fs layer 00:44:44 1ce36da41761: Pulling fs layer 00:44:44 25b303627fd3: Pulling fs layer 00:44:44 29e5d40040c1: Verifying Checksum 00:44:44 29e5d40040c1: Download complete 00:44:44 29e5d40040c1: Pull complete 00:44:44 1ce36da41761: Verifying Checksum 00:44:44 1ce36da41761: Download complete 00:44:46 1ce36da41761: Pull complete 00:44:46 25b303627fd3: Download complete 00:44:56 25b303627fd3: Pull complete 00:44:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:56 prd-ubuntu18.04-docker-arm64-4c-16g-29884 does not seem to be running inside a container 00:44:56 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:59 $ docker top c5b3602045d3d3ccd8d2ad1122c025acc18dbb001347fb304913580396e383a3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:00 + docker-compose build --help 00:45:00 + grep parallel 00:45:04 --parallel Build images in parallel. [Pipeline] } 00:45:04 $ docker stop --time=1 c5b3602045d3d3ccd8d2ad1122c025acc18dbb001347fb304913580396e383a3 00:45:06 $ docker rm -f c5b3602045d3d3ccd8d2ad1122c025acc18dbb001347fb304913580396e383a3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:07 . [Pipeline] withDockerContainer 00:45:07 prd-ubuntu18.04-docker-arm64-4c-16g-29884 does not seem to be running inside a container 00:45:07 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:08 $ docker top 98572f9ee23eb02f4bedcc42e27dc263c03389cd80db889600938c34bb232379 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:10 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:14 Building docker-core-command-go ... 00:45:14 Building docker-core-data-go ... 00:45:14 Building docker-core-metadata-go ... 00:45:14 Building docker-security-bootstrapper-go ... 00:45:14 Building docker-security-proxy-setup-go ... 00:45:14 Building docker-security-secretstore-setup-go ... 00:45:14 Building docker-support-notifications-go ... 00:45:14 Building docker-support-scheduler-go ... 00:45:14 Building docker-sys-mgmt-agent-go ... 00:45:14 Building docker-security-secretstore-setup-go 00:45:14 Building docker-core-metadata-go 00:45:14 Building docker-core-command-go 00:45:14 Building docker-security-bootstrapper-go 00:45:14 Building docker-support-notifications-go 00:45:49 ---> db7414b1ddcc 00:45:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:49 ---> aaca96730320 00:45:49 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:49 ---> 892a7cd0a135 00:45:49 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:45:49 ---> d9f662a051c0 00:45:49 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:45:49 ---> 959a438553b1 00:45:49 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:45:49 ---> Running in dda612421b0f 00:45:49 ---> Running in d6bf08cc837f 00:45:49 ---> Running in 57ecfb532323 00:45:49 ---> Running in c71b773c0561 00:45:49 ---> Running in a7147a81798b 00:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:45:49 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 00:45:49 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 00:45: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 00:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:36 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:46:36 ---> fc2806f17653 00:46:36 Step 3/31 : WORKDIR /edgex-go 00:46:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:36 ---> fc2806f17653 00:46:36 Step 3/24 : WORKDIR /edgex-go 00:46:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:36 ---> fc2806f17653 00:46:36 Step 3/22 : WORKDIR /edgex-go 00:46:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:36 ---> fc2806f17653 00:46:36 Step 3/23 : WORKDIR /edgex-go 00:46:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:36 ---> fc2806f17653 00:46:36 Step 3/23 : WORKDIR /edgex-go 00:46:36 ---> Running in c31d2f0f4d2a 00:46:36 ---> Running in 2d998970908f 00:46:36 ---> Running in ea95a833a517 00:46:36 ---> Running in e6f7d5e5a32e 00:46:36 ---> Running in a8095467dc1b 00:46:36 Removing intermediate container e6f7d5e5a32e 00:46:36 ---> 43fea999c145 00:46:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 Removing intermediate container 2d998970908f 00:46:36 ---> 043e735f0366 00:46:36 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 Removing intermediate container c31d2f0f4d2a 00:46:36 ---> d759f1652f1c 00:46:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 Removing intermediate container ea95a833a517 00:46:36 ---> 910a1270e1a6 00:46:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 Removing intermediate container a8095467dc1b 00:46:36 ---> cd2c621eba31 00:46:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 ---> Running in ef73b2aa06e3 00:46:36 ---> Running in a650046a9dbf 00:46:36 ---> Running in b5e64a5a2c8e 00:46:36 ---> Running in a2cf48c1c681 00:46:36 ---> Running in 28d55c509bfb 00:46:36 Removing intermediate container ef73b2aa06e3 00:46:36 ---> 286377d35cf6 00:46:36 Step 5/23 : RUN apk add --update --no-cache make git 00:46:36 ---> Running in 2943efea331e 00:46:36 Removing intermediate container b5e64a5a2c8e 00:46:36 ---> e907e2b6e8f4 00:46:36 Step 5/24 : RUN apk add --update --no-cache make git 00:46:36 ---> Running in 92d69e3e0082 00:46:36 Removing intermediate container a650046a9dbf 00:46:36 ---> 173652925b81 00:46:36 Step 5/31 : RUN apk add --update --no-cache make git 00:46:36 Removing intermediate container 28d55c509bfb 00:46:36 ---> 665276ef2789 00:46:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:36 ---> Running in cd3d318d8c53 00:46:36 ---> Running in 55f0142025f1 00:46:36 Removing intermediate container a2cf48c1c681 00:46:36 ---> a7512422d383 00:46:36 Step 5/23 : RUN apk add --update --no-cache make git 00:46:36 ---> Running in f9a3b3387c0b 00:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:37 OK: 217 MiB in 51 packages 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:38 OK: 217 MiB in 51 packages 00:46:39 OK: 217 MiB in 51 packages 00:46:39 Removing intermediate container 2943efea331e 00:46:39 ---> 4e3e5cc1cbc0 00:46:39 Step 6/23 : COPY go.mod . 00:46:39 OK: 217 MiB in 51 packages 00:46:39 OK: 217 MiB in 51 packages 00:46:40 Removing intermediate container 92d69e3e0082 00:46:40 ---> 735bcf7de1a5 00:46:40 Step 6/24 : COPY go.mod . 00:46:40 ---> b47f84a96d8d 00:46:40 Step 7/23 : RUN go mod download 00:46:40 ---> Running in 52edaa636974 00:46:40 Removing intermediate container 55f0142025f1 00:46:40 ---> 062cc26f66dd 00:46:40 Step 6/22 : COPY go.mod . 00:46:41 Removing intermediate container f9a3b3387c0b 00:46:41 ---> 2485a571aab2 00:46:41 Step 6/23 : COPY go.mod . 00:46:41 ---> 8a85dd138a94 00:46:41 Step 7/24 : RUN go mod download 00:46:41 Removing intermediate container cd3d318d8c53 00:46:41 ---> 329c65ef8080 00:46:41 Step 6/31 : COPY go.mod . 00:46:41 ---> Running in b808dcd781e0 00:46:41 ---> 48331b7cc28e 00:46:41 Step 7/22 : RUN go mod download 00:46:42 ---> Running in 21c8fedab96c 00:46:42 ---> 3935a7b0a84a 00:46:42 Step 7/23 : RUN go mod download 00:46:42 ---> 1dad39db3a15 00:46:42 Step 7/31 : RUN go mod download 00:46:42 ---> Running in 53b3b4eba74b 00:46:42 ---> Running in aae820ce7294 00:46:44 Removing intermediate container 52edaa636974 00:46:44 ---> 6ea5207225ef 00:46:44 Step 8/23 : COPY . . 00:46:45 Removing intermediate container b808dcd781e0 00:46:45 ---> 3667b1c829fa 00:46:45 Step 8/24 : COPY . . 00:46:46 Removing intermediate container 21c8fedab96c 00:46:46 ---> 64732f0c3c0a 00:46:46 Step 8/22 : COPY . . 00:46:49 Removing intermediate container 53b3b4eba74b 00:46:49 ---> bcf7efd3890b 00:46:49 Step 8/23 : COPY . . 00:46:49 Removing intermediate container aae820ce7294 00:46:49 ---> bbe140ff2c37 00:46:49 Step 8/31 : COPY . . 00:46:58 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 00:47:16 ---> ae5a7d35cc03 00:47:16 Step 9/23 : RUN make cmd/core-command/core-command 00:47:16 ---> 0c908c649e68 00:47:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:16 ---> 3dca8a9adc1c 00:47:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:16 ---> 4ba56522e2a3 00:47:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:16 ---> 788519de1ec2 00:47:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:16 ---> Running in 51a981074deb 00:47:16 ---> Running in 2517720aafda 00:47:16 ---> Running in a362dd232ff3 00:47:16 ---> Running in 3c8c073fb885 00:47:16 ---> Running in 193c9d94b4ce 00:47:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:16 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 00:47:16 Removing intermediate container d6bf08cc837f 00:47:16 ---> 4698247ba51e 00:47:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:16 Removing intermediate container 57ecfb532323 00:47:16 ---> 09911a15a176 00:47:16 00:47:16 Step 10/31 : FROM alpine:3.12 00:47:16 3.12: Pulling from library/alpine 00:47:16 ---> Running in 3d15cf68eb98 00:47:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:47:20 Status: Downloaded newer image for alpine:3.12 00:47:20 ---> 88dd2752d2ea 00:47:20 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:47:21 Removing intermediate container c71b773c0561 00:47:21 ---> b43e2c9c9f4c 00:47:21 00:47:21 Step 10/22 : FROM alpine:3.12 00:47:21 ---> 88dd2752d2ea 00:47:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:23 ---> Running in 0d327e27a491 00:47:24 ---> Running in efa9c372d9ae 00:47:26 Removing intermediate container 0d327e27a491 00:47:26 ---> 436c9e77fe63 00:47:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:47:26 ---> Running in 5a487ce2ed57 00:47:26 Removing intermediate container a7147a81798b 00:47:26 ---> 5a2c3b31b3c6 00:47:26 00:47:26 Step 10/21 : FROM alpine:3.12 00:47:26 ---> 88dd2752d2ea 00:47:26 Step 11/21 : RUN apk add --update --no-cache curl 00:47:26 Removing intermediate container dda612421b0f 00:47:26 ---> 325e97634a04 00:47:26 00:47:26 Step 10/23 : FROM alpine:3.12 00:47:26 ---> 88dd2752d2ea 00:47:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:27 ---> Running in 86c756ca0eb0 00:47:27 ---> Running in 3eae11771121 00:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:28 (1/1) Installing dumb-init (1.2.2-r1) 00:47:28 Executing busybox-1.31.1-r19.trigger 00:47:28 OK: 6 MiB in 15 packages 00:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:28 (1/2) Installing dumb-init (1.2.2-r1) 00:47:28 (2/2) Installing su-exec (0.2-r1) 00:47:28 Executing busybox-1.31.1-r19.trigger 00:47:28 OK: 6 MiB in 16 packages 00:47:29 Removing intermediate container 3d15cf68eb98 00:47:29 ---> cccfeb176f3b 00:47:29 00:47:29 Step 11/26 : FROM docker:20.10.0 00:47:29 20.10.0: Pulling from library/docker 00:47:30 Removing intermediate container efa9c372d9ae 00:47:30 ---> 808807622edc 00:47:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:31 ---> Running in 8166505a8cb6 00:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:31 (1/4) Installing ca-certificates (20191127-r4) 00:47:31 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:31 (3/4) Installing libcurl (7.69.1-r3) 00:47:31 (4/4) Installing curl (7.69.1-r3) 00:47:31 Executing busybox-1.31.1-r19.trigger 00:47:31 Executing ca-certificates-20191127-r4.trigger 00:47:31 (1/1) Installing dumb-init (1.2.2-r1) 00:47:31 Executing busybox-1.31.1-r19.trigger 00:47:31 OK: 6 MiB in 15 packages 00:47:31 OK: 7 MiB in 18 packages 00:47:32 Removing intermediate container 5a487ce2ed57 00:47:32 ---> 296c17f47f82 00:47:32 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:47:32 Removing intermediate container 8166505a8cb6 00:47:32 ---> 6c5d0ff40efc 00:47:32 Step 13/22 : ENV APP_PORT=48085 00:47:32 ---> Running in e81daee6258b 00:47:33 ---> Running in c4a723f15ade 00:47:33 Removing intermediate container e81daee6258b 00:47:33 ---> dc6cf1abf896 00:47:33 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:47:33 Removing intermediate container c4a723f15ade 00:47:33 ---> 5af5a964edbb 00:47:33 Step 14/22 : EXPOSE $APP_PORT 00:47:35 Removing intermediate container 3eae11771121 00:47:35 ---> 979e83cc44f4 00:47:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:35 ---> Running in 4070a749cb9e 00:47:35 ---> Running in c5c00d875369 00:47:35 ---> Running in 30a731ae86da 00:47:35 Removing intermediate container 86c756ca0eb0 00:47:35 ---> d2f8892e2552 00:47:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:35 ---> Running in 8a36751cd40f 00:47:35 Removing intermediate container c5c00d875369 00:47:35 ---> 75ec065f375b 00:47:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:35 Removing intermediate container 4070a749cb9e 00:47:35 ---> 8eaed26d84a8 00:47:35 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:47:35 Removing intermediate container 30a731ae86da 00:47:35 ---> 92e3acd93ba0 00:47:35 Step 13/23 : ENV APP_PORT=48081 00:47:36 ---> Running in 8aa0a8563c2b 00:47:36 Removing intermediate container 8a36751cd40f 00:47:36 ---> 99449e1f20a8 00:47:36 Step 13/21 : WORKDIR /edgex 00:47:36 ---> Running in c6cc39a7331a 00:47:36 ---> Running in 555c6698b72d 00:47:37 ---> 2831ec161a8a 00:47:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:38 Removing intermediate container 555c6698b72d 00:47:38 ---> 2d94ebe31b4e 00:47:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:38 Removing intermediate container c6cc39a7331a 00:47:38 ---> de19b888da27 00:47:38 Step 14/23 : EXPOSE $APP_PORT 00:47:38 ---> Running in 49c4df124367 00:47:40 ---> 2550861d0f39 00:47:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:40 Removing intermediate container 49c4df124367 00:47:40 ---> 965366d214b6 00:47:40 Step 15/23 : WORKDIR / 00:47:40 ---> 7fdd21153da3 00:47:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:41 ---> Running in 14ecad866a67 00:47:42 ---> 5daac93911ed 00:47:42 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:47:42 Removing intermediate container 14ecad866a67 00:47:42 ---> 2df776b568bd 00:47:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:42 Removing intermediate container 8aa0a8563c2b 00:47:42 ---> f81871571d74 00:47:42 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:47:42 ---> Running in 574200d9559a 00:47:42 ---> Running in af4d46a34f61 00:47:43 ---> 2a1c0cf42e6b 00:47:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:47:43 Removing intermediate container 574200d9559a 00:47:43 ---> ce3d4420c9ff 00:47:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:43 Removing intermediate container af4d46a34f61 00:47:43 ---> 77cbcbd292c8 00:47:43 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:47:44 ---> 1bc920263b17 00:47:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:44 ---> Running in 2aaec35378c1 00:47:45 Removing intermediate container 2aaec35378c1 00:47:45 ---> d9c8d5508cd1 00:47:45 Step 20/22 : LABEL arch=x86_64 00:47:45 ---> 0c27c76e5670 00:47:45 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:47:45 ---> Running in 2c3e475f0cbe 00:47:45 ---> 1232187382e8 00:47:45 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:45 ---> Running in 139621b9333e 00:47:46 ---> Running in d38aa4152785 00:47:46 ---> 2aab289da75c 00:47:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:46 Removing intermediate container 2c3e475f0cbe 00:47:46 ---> 64a812a43f44 00:47:46 Step 21/22 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:47:47 ---> Running in 79e16622d2c4 00:47:47 Removing intermediate container d38aa4152785 00:47:47 ---> be5715c3561f 00:47:47 Step 18/21 : CMD ["--init=true"] 00:47:48 ---> 6a75d9f812b2 00:47:48 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:48 ---> Running in 6f2b27f4679c 00:47:49 ---> Running in 5d5dd39ef573 00:47:49 Removing intermediate container 79e16622d2c4 00:47:49 ---> 24b919cece6a 00:47:49 Step 22/22 : LABEL version=0.0.0 00:47:49 Removing intermediate container 6f2b27f4679c 00:47:49 ---> bc0cfdc8f66c 00:47:49 Step 19/21 : LABEL arch=x86_64 00:47:49 ---> Running in e49d88540087 00:47:49 Removing intermediate container 5d5dd39ef573 00:47:49 ---> cb4924837c10 00:47:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:49 ---> Running in 64583f91f17e 00:47:50 ---> Running in aedd42d379eb 00:47:51 Removing intermediate container e49d88540087 00:47:51 ---> bbf1aef789a6 00:47:51 00:47:51 Removing intermediate container 64583f91f17e 00:47:51 ---> 5be7ecd21173 00:47:51 Step 20/21 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:47:51 Removing intermediate container aedd42d379eb 00:47:51 ---> 3aab93fcf074 00:47:51 Step 21/23 : LABEL arch=x86_64 00:47:51 Removing intermediate container 139621b9333e 00:47:51 ---> fa2527c601ce 00:47:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:51 ---> Running in f0cacd064db2 00:47:51 ---> Running in 15442175f55b 00:47:53 Removing intermediate container f0cacd064db2 00:47:53 ---> 9ea23fcc1a1c 00:47:53 Step 21/21 : LABEL version=0.0.0 00:47:53 Successfully built bbf1aef789a6 00:47:53 Successfully tagged docker-support-scheduler-go:latest 00:47:53  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:47:53 Removing intermediate container 15442175f55b 00:47:53 ---> b1481589c14b 00:47:53 Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:47:53 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:53 ---> Running in 37b79d8c36bd 00:47:53 Status: Downloaded newer image for docker:20.10.0 00:47:53 ---> aefe523efa57 00:47:53 Step 12/26 : RUN apk add --no-cache bash 00:47:53 ---> 3108221a3ec4 00:47:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:47:54 ---> Running in dde30f5ada83 00:47:54 ---> Running in a759c794c457 00:47:55 Removing intermediate container 37b79d8c36bd 00:47:55 ---> bb8aca89ad10 00:47:55 00:47:56 Removing intermediate container dde30f5ada83 00:47:56 ---> fd2a8080b4a3 00:47:56 Step 23/23 : LABEL version=0.0.0 00:47:56 ---> Running in a0dd08c28394 00:47:56 ---> 2c7f266a928f 00:47:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:47:58 Successfully built bb8aca89ad10 00:47:59 Successfully tagged docker-security-proxy-setup-go:latest 00:47:59  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 00:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:01 Removing intermediate container a0dd08c28394 00:48:01 ---> a36ebfe1a5af 00:48:01 00:48:01 ---> de85ba5a4cdb 00:48:01 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:48:02 (1/2) Installing readline (8.0.4-r0) 00:48:02 (2/2) Installing bash (5.0.17-r0) 00:48:02 Executing bash-5.0.17-r0.post-install 00:48:02 Executing busybox-1.31.1-r19.trigger 00:48:02 OK: 12 MiB in 22 packages 00:48:04 Successfully built a36ebfe1a5af 00:48:04 Successfully tagged docker-core-metadata-go:latest 00:48:04  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:48:07 ---> 99e4af567f53 00:48:07 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:48:09 ---> 80ab4021d512 00:48:09 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:48:10 Removing intermediate container a759c794c457 00:48:10 ---> adf0aae68eed 00:48:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:12 ---> Running in ddcff7b47188 00:48:12 ---> Running in 2a96ca404385 00:48:14 Removing intermediate container 2a96ca404385 00:48:14 ---> 3c9c97f63c2a 00:48:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:48:14 Removing intermediate container ddcff7b47188 00:48:14 ---> b1b91f56f9f3 00:48:14 Step 14/26 : ENV APP_PORT=48090 00:48:14 ---> Running in e20b907b09d3 00:48:15 ---> 045864771625 00:48:15 Step 26/31 : RUN chmod +x /entrypoint.sh 00:48:15 Removing intermediate container e20b907b09d3 00:48:15 ---> cfb06e6653c1 00:48:15 Step 15/26 : EXPOSE $APP_PORT 00:48:15 ---> Running in c3d5fcdbe993 00:48:15 ---> Running in 5835523999c8 00:48:17 Removing intermediate container 5835523999c8 00:48:17 ---> 43d3209fb207 00:48:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:22 ---> 7732b05f6558 00:48:22 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:23 Removing intermediate container c3d5fcdbe993 00:48:23 ---> ea690c5b5705 00:48:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:48:24 ---> Running in f7678745133f 00:48:24 ---> d36a2d743291 00:48:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:25 Removing intermediate container f7678745133f 00:48:25 ---> 033e618b3a38 00:48:25 Step 28/31 : CMD ["gate"] 00:48:25 ---> dbefb38cff32 00:48:25 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:25 ---> Running in 0a41a7b539e8 00:48:25 ---> Running in a18e4d5a9854 00:48:26 Removing intermediate container 0a41a7b539e8 00:48:26 ---> dd7cc775c047 00:48:26 Step 29/31 : LABEL arch=x86_64 00:48:27 ---> Running in 45f479acef3d 00:48:28 Removing intermediate container 45f479acef3d 00:48:28 ---> b73f9cb05ac5 00:48:28 Step 30/31 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:29 ---> Running in 69ed0fd8dfcd 00:48:29 (1/33) Installing libbz2 (1.0.8-r1) 00:48:29 (2/33) Installing expat (2.2.9-r1) 00:48:29 (3/33) Installing libffi (3.3-r2) 00:48:29 (4/33) Installing gdbm (1.13-r1) 00:48:29 (5/33) Installing xz-libs (5.2.5-r0) 00:48:29 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:29 (7/33) Installing python3 (3.8.8-r0) 00:48:38 Removing intermediate container 69ed0fd8dfcd 00:48:38 ---> 2e1ae2694d76 00:48:38 Step 31/31 : LABEL version=0.0.0 00:48:38 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:38 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:38 (11/33) Installing py3-six (1.15.0-r0) 00:48:38 (12/33) Installing py3-packaging (20.4-r0) 00:48:38 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:38 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:39 ---> Running in 9826b6610c1f 00:48:39 (15/33) Installing py3-idna (2.9-r0) 00:48:39 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:39 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:40 (18/33) Installing py3-requests (2.23.0-r0) 00:48:40 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:40 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:40 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:40 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:40 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:41 (24/33) Installing py3-distro (1.5.0-r1) 00:48:41 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:41 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:42 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:42 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:42 (29/33) Installing py3-progress (1.5-r0) 00:48:42 (30/33) Installing py3-toml (0.10.1-r0) 00:48:42 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:42 Removing intermediate container 9826b6610c1f 00:48:42 ---> 8de50d15e260 00:48:42 00:48:42 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:42 (33/33) Installing py3-pip (20.1.1-r0) 00:48:43 Executing busybox-1.31.1-r19.trigger 00:48:44 OK: 71 MiB in 55 packages 00:48:45 Successfully built 8de50d15e260 00:48:46 Successfully tagged docker-security-bootstrapper-go:latest 00:48:46  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go 00:48:53 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 00:48:57 Removing intermediate container a362dd232ff3 00:48:57 ---> f0759753cc4d 00:48:57 00:48:57 Step 10/24 : FROM alpine:3.12 00:48:57 3.12: Pulling from library/alpine 00:48:59 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:48:59 Status: Downloaded newer image for alpine:3.12 00:48:59 ---> d10569e2745f 00:48:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:48:59 ---> Running in 05fe78774b1b 00:49:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:02 Removing intermediate container 193c9d94b4ce 00:49:02 ---> 0475d17373c1 00:49:02 00:49:02 Step 10/31 : FROM alpine:3.12 00:49:02 ---> d10569e2745f 00:49:02 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:02 (1/5) Installing ca-certificates (20191127-r4) 00:49:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:02 (3/5) Installing libcurl (7.69.1-r3) 00:49:02 (4/5) Installing curl (7.69.1-r3) 00:49:02 (5/5) Installing dumb-init (1.2.2-r1) 00:49:02 Executing busybox-1.31.1-r19.trigger 00:49:02 Executing ca-certificates-20191127-r4.trigger 00:49:03 ---> Running in 100ceb6d4ceb 00:49:03 OK: 7 MiB in 19 packages 00:49:03 Removing intermediate container 100ceb6d4ceb 00:49:03 ---> e230f61845f0 00:49:03 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:49:04 ---> Running in 6f936137283b 00:49:06 Removing intermediate container 05fe78774b1b 00:49:06 ---> 6b2678288b23 00:49:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:06 ---> Running in a7829687d4c0 00:49:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:07 Removing intermediate container a7829687d4c0 00:49:07 ---> 6349ac4d5404 00:49:07 Step 13/24 : WORKDIR / 00:49:07 (1/2) Installing dumb-init (1.2.2-r1) 00:49:07 (2/2) Installing su-exec (0.2-r1) 00:49:07 Executing busybox-1.31.1-r19.trigger 00:49:07 OK: 5 MiB in 16 packages 00:49:07 ---> Running in a2c8acc5f249 00:49:08 Removing intermediate container a2c8acc5f249 00:49:08 ---> cc56f3ca3de7 00:49:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:10 Removing intermediate container 6f936137283b 00:49:10 ---> 596508e780a2 00:49:10 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:49:10 ---> f2bdb13e9b3f 00:49:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:10 ---> Running in e52782d6bc5b 00:49:11 Removing intermediate container e52782d6bc5b 00:49:11 ---> 894e84a99b0a 00:49:11 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:12 ---> Running in eb776ef84418 00:49:12 ---> fd33e01736fc 00:49:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:13 Removing intermediate container eb776ef84418 00:49:13 ---> 8680923894e5 00:49:13 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:14 Removing intermediate container 2517720aafda 00:49:14 ---> 1db5973fefe6 00:49:14 00:49:14 Step 10/23 : FROM alpine:3.12 00:49:14 ---> d10569e2745f 00:49:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:14 ---> 188fb80ad68f 00:49:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:14 ---> Running in f5c08f078e22 00:49:14 ---> Running in 0b8191bfee86 00:49:15 Removing intermediate container 51a981074deb 00:49:15 ---> ed7e8cc9e3cb 00:49:15 00:49:15 Step 10/22 : FROM alpine:3.12 00:49:15 ---> d10569e2745f 00:49:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:15 ---> Running in 73e78ce791c5 00:49:16 ---> 3498e3fa745e 00:49:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:17 (1/1) Installing dumb-init (1.2.2-r1) 00:49:17 Executing busybox-1.31.1-r19.trigger 00:49:17 OK: 5 MiB in 15 packages 00:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:18 ---> a15bcbdb6a78 00:49:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:18 Removing intermediate container f5c08f078e22 00:49:18 ---> 0affa8aae393 00:49:18 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:18 ---> Running in 98d3415787fb 00:49:18 (1/2) Installing ca-certificates (20191127-r4) 00:49:18 (2/2) Installing dumb-init (1.2.2-r1) 00:49:18 Executing busybox-1.31.1-r19.trigger 00:49:18 Executing ca-certificates-20191127-r4.trigger 00:49:18 OK: 6 MiB in 16 packages 00:49:19 ---> 47d0743ee997 00:49:19 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:49:19 Removing intermediate container 98d3415787fb 00:49:19 ---> 40ebec164521 00:49:19 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:19 ---> Running in d7da3d17526f 00:49:20 Removing intermediate container 0b8191bfee86 00:49:20 ---> 8ec44fcff881 00:49:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:20 ---> Running in 7132f910f4d7 00:49:21 ---> 45577a2919bd 00:49:21 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:21 ---> Running in 975d5673aa23 00:49:22 Removing intermediate container 7132f910f4d7 00:49:22 ---> c63d2fbd1162 00:49:22 Step 13/23 : ENV APP_PORT=48082 00:49:22 ---> Running in a5c827f435d9 00:49:22 Removing intermediate container 73e78ce791c5 00:49:22 ---> e043a63c654b 00:49:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:23 ---> Running in a547c1ada326 00:49:23 Removing intermediate container a5c827f435d9 00:49:23 ---> f370d28c67e7 00:49:23 Step 14/23 : EXPOSE $APP_PORT 00:49:23 ---> Running in e5cdc24a7bfb 00:49:24 Removing intermediate container 3c8c073fb885 00:49:24 ---> 5d3d6f8257d5 00:49:24 00:49:24 Step 10/23 : FROM alpine:3.12 00:49:24 ---> d10569e2745f 00:49:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:24 ---> Using cache 00:49:24 ---> 8ec44fcff881 00:49:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:24 ---> Using cache 00:49:24 ---> c63d2fbd1162 00:49:24 Step 13/23 : ENV APP_PORT=48081 00:49:24 Removing intermediate container a547c1ada326 00:49:24 ---> 8c40bbd60d55 00:49:24 Step 13/22 : ENV APP_PORT=48060 00:49:24 ---> Running in cf1a969ead61 00:49:24 ---> Running in 3a9a3cb3d5ce 00:49:24 Removing intermediate container d7da3d17526f 00:49:24 ---> 348ff3d174ec 00:49:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:24 Removing intermediate container e5cdc24a7bfb 00:49:24 ---> e9ea1539c548 00:49:24 Step 15/23 : WORKDIR / 00:49:24 ---> Running in 2158ad119000 00:49:24 ---> Running in 3dd390eae43f 00:49:24 Removing intermediate container 3a9a3cb3d5ce 00:49:24 ---> 7ebed0fd72d1 00:49:24 Step 14/22 : EXPOSE $APP_PORT 00:49:24 Removing intermediate container cf1a969ead61 00:49:24 ---> 118176c67268 00:49:24 Step 14/23 : EXPOSE $APP_PORT 00:49:25 Removing intermediate container 975d5673aa23 00:49:25 ---> df22699961f8 00:49:25 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:25 ---> Running in 67375c46f885 00:49:25 ---> Running in 3749638b4533 00:49:25 Removing intermediate container 3dd390eae43f 00:49:25 Removing intermediate container 2158ad119000 00:49:25 ---> e56786edddb4 00:49:25 Step 22/24 : LABEL arch=arm64 00:49:25 ---> e20a2a31dc6a 00:49:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:25 ---> Running in 46441cba7585 00:49:26 Removing intermediate container 3749638b4533 00:49:26 ---> c96a4415404f 00:49:26 Step 15/23 : WORKDIR / 00:49:26 Removing intermediate container 67375c46f885 00:49:26 ---> a2e4002dfd6d 00:49:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:26 ---> 72fcfa94f6f8 00:49:26 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:49:26 ---> Running in 0ff7ee4424db 00:49:26 Removing intermediate container 46441cba7585 00:49:26 ---> 96fa2b3136fc 00:49:26 Step 23/24 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:49:26 ---> ff75ead68204 00:49:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:26 ---> Running in 50abd75a41bb 00:49:27 Removing intermediate container 0ff7ee4424db 00:49:27 ---> 7a6755ff726d 00:49:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:27 ---> e839b2bd56a7 00:49:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:27 Removing intermediate container 50abd75a41bb 00:49:27 ---> b1c9ca1b30e9 00:49:27 Step 24/24 : LABEL version=0.0.0 00:49:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:28 ---> df6e3b03f36b 00:49:28 Step 3/23 : WORKDIR /edgex-go 00:49:28 ---> Using cache 00:49:28 ---> 4412e4d9909d 00:49:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:28 ---> Using cache 00:49:28 ---> 1135bcd8b940 00:49:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:28 ---> df6e3b03f36b 00:49:28 Step 3/24 : WORKDIR /edgex-go 00:49:28 ---> Using cache 00:49:28 ---> 4412e4d9909d 00:49:28 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:28 ---> Using cache 00:49:28 ---> 1135bcd8b940 00:49:28 Step 5/24 : RUN apk add --update --no-cache make git 00:49:28 ---> Using cache 00:49:28 ---> 7dae1b5b9509 00:49:28 Step 6/24 : COPY go.mod . 00:49:28 ---> Using cache 00:49:28 ---> 0e47dddc8d65 00:49:28 Step 7/24 : RUN go mod download 00:49:28 ---> Using cache 00:49:28 ---> 9d833cd11209 00:49:28 Step 8/24 : COPY . . 00:49:28 ---> Using cache 00:49:28 ---> 892a7cd0a135 00:49:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:28 ---> df6e3b03f36b 00:49:28 Step 3/23 : WORKDIR /edgex-go 00:49:28 ---> Using cache 00:49:28 ---> 4412e4d9909d 00:49:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:28 ---> Using cache 00:49:28 ---> 1135bcd8b940 00:49:28 Step 5/23 : RUN apk add --update --no-cache make git 00:49:28 ---> Using cache 00:49:28 ---> 7dae1b5b9509 00:49:28 Step 6/23 : COPY go.mod . 00:49:28 ---> Using cache 00:49:28 ---> 0e47dddc8d65 00:49:28 Step 7/23 : RUN go mod download 00:49:28 ---> Using cache 00:49:28 ---> 9d833cd11209 00:49:28 Step 8/23 : COPY . . 00:49:28 ---> Using cache 00:49:28 ---> 892a7cd0a135 00:49:28 Step 9/23 : RUN make cmd/core-command/core-command 00:49:28 ---> Running in d9c7b0cb7dfc 00:49:28 ---> Running in b314383b05b2 00:49:28 ---> Running in c86248a674c1 00:49:28 ---> Running in 27d76c98bdb6 00:49:28 ---> 1d708fc1c080 00:49:28 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:49:28 ---> 907634489a34 00:49:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:28 ---> 9322e862ec86 00:49:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:28 Removing intermediate container 27d76c98bdb6 00:49:28 ---> e99342d6aeaf 00:49:28 00:49:29 ---> 84a8a707ddbe 00:49:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:29 Successfully built e99342d6aeaf 00:49:29 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:29  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:49:29 ---> 4e29eaea92af 00:49:29 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:29 ---> b65be94dad59 00:49:29 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:49:30 ---> Running in 0360a61d919c 00:49:30 ---> c523b394d4ca 00:49:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:30 ---> dd1975a6fb4f 00:49:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:30 ---> cea0f8232310 00:49:30 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:49:30 Removing intermediate container 0360a61d919c 00:49:30 ---> 3c407a14bf1a 00:49:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:30 ---> Running in 53efe554be72 00:49:31 ---> Running in dde4d93656e6 00:49:32 Removing intermediate container 53efe554be72 00:49:32 ---> 1b466b2c57b5 00:49:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:32 ---> 107dfb3275f8 00:49:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49: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 00:49:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:49:33 Removing intermediate container dde4d93656e6 00:49:33 ---> 42edb5e9684b 00:49:33 Step 21/23 : LABEL arch=arm64 00:49:33 ---> 51c2a051ca72 00:49:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:49:33 ---> Running in fa14aa56f367 00:49:33 ---> Running in e03c9e4e5f5b 00:49:33 ---> Running in 5e04b446d0c4 00:49:33 ---> Running in d1aace674db5 00:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:34 Removing intermediate container e03c9e4e5f5b 00:49:34 Removing intermediate container fa14aa56f367 00:49:34 ---> a3a7a52b6faf 00:49:34 ---> 59b4c0a0b2a5 00:49:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Step 20/22 : LABEL arch=arm64 00:49:34 00:49:34 Removing intermediate container 5e04b446d0c4 00:49:34 ---> f92f670d2ed2 00:49:34 Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:49:34 Removing intermediate container d1aace674db5 00:49:34 ---> 554ee7b75f3e 00:49:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:49:35 ---> Running in c37900913513 00:49:35 ---> Running in a1ecd817ed16 00:49:35 ---> Running in d0b54e9022da 00:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:36 Removing intermediate container c37900913513 00:49:36 ---> d9319a9b7348 00:49:36 Step 23/23 : LABEL version=0.0.0 00:49:36 ---> 39ea859562ac 00:49:36 Step 26/31 : RUN chmod +x /entrypoint.sh 00:49:36 Removing intermediate container a1ecd817ed16 00:49:36 ---> 9bf1f0a84684 00:49:36 Step 21/23 : LABEL arch=arm64 00:49:36 Removing intermediate container d0b54e9022da 00:49:36 ---> 6e9030fa16ad 00:49:36 Step 21/22 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:49:36 ---> Running in da6f8e9e3900 00:49:36 ---> Running in 7bb4f1dda41d 00:49:36 ---> Running in 2743a316759b 00:49:36 ---> Running in a404711c2148 00:49:36 OK: 233 MiB in 51 packages 00:49:37 Removing intermediate container da6f8e9e3900 00:49:37 ---> b1b8eb4d5a43 00:49:37 00:49:37 Removing intermediate container 7bb4f1dda41d 00:49:37 ---> 44df2fbcd89f 00:49:37 Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:49:37 Removing intermediate container a404711c2148 00:49:37 ---> 547d92457b44 00:49:37 Step 22/22 : LABEL version=0.0.0 00:49:37 ---> Running in fe474911857f 00:49:37 Successfully built b1b8eb4d5a43 00:49:38 ---> Running in 9264421ee683 00:49:38 Successfully tagged docker-core-command-go-arm64:latest 00:49:38 Building docker-support-scheduler-go 00:49:38  Building docker-core-command-go ... done Removing intermediate container fe474911857f 00:49:38 ---> e5a3e097ae1f 00:49:38 Step 23/23 : LABEL version=0.0.0 00:49:38 ---> Running in 62a86deaa28f 00:49:38 Removing intermediate container 9264421ee683 00:49:38 ---> 74b3845bd227 00:49:38 00:49:39 Removing intermediate container 62a86deaa28f 00:49:39 ---> ae9927d73799 00:49:39 00:49:39 Successfully built 74b3845bd227 00:49:39 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:39  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 00:49:39 Successfully built ae9927d73799 00:49:39 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:39  Building docker-core-metadata-go ... done Building docker-core-data-go 00:49:39 Removing intermediate container 2743a316759b 00:49:39 ---> 2ff7d72a506a 00:49:39 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:49:40 ---> Running in c557ee6d296d 00:49:40 Removing intermediate container c557ee6d296d 00:49:40 ---> 82ae84566f24 00:49:40 Step 28/31 : CMD ["gate"] 00:49:41 ---> Running in 3fa8706ed61f 00:49:41 Removing intermediate container 3fa8706ed61f 00:49:41 ---> fd289458ace9 00:49:41 Step 29/31 : LABEL arch=arm64 00:49:42 ---> Running in c9bd2f759978 00:49:42 Removing intermediate container c9bd2f759978 00:49:42 ---> 00697a6b018c 00:49:42 Step 30/31 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:49:43 ---> Running in a44609842912 00:49:44 Removing intermediate container a44609842912 00:49:44 ---> 7427bc72e890 00:49:44 Step 31/31 : LABEL version=0.0.0 00:49:44 ---> Running in 3868e3b84344 00:49:45 Removing intermediate container 3868e3b84344 00:49:45 ---> aa3ee3035b3a 00:49:45 00:49:45 Successfully built aa3ee3035b3a 00:49:45 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:49:47 Removing intermediate container d9c7b0cb7dfc 00:49:47 ---> e9f5efb32c52 00:49:47 Step 6/23 : COPY go.mod . 00:49:48 ---> 1cc5baa7fd2f 00:49:48 Step 7/23 : RUN go mod download 00:49:50 ---> Running in d915d23467de 00:50:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:08 ---> df6e3b03f36b 00:50:08 Step 3/22 : WORKDIR /edgex-go 00:50:08 ---> Using cache 00:50:08 ---> 4412e4d9909d 00:50:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:08 ---> Using cache 00:50:08 ---> 1135bcd8b940 00:50:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:08 ---> Running in 18018ff2d55c 00:50:09 Removing intermediate container d915d23467de 00:50:09 ---> e4db484ea956 00:50:09 Step 8/23 : COPY . . 00:50:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:12 OK: 233 MiB in 51 packages 00:50:17 Removing intermediate container 18018ff2d55c 00:50:17 ---> 1ef450a066eb 00:50:17 Step 6/22 : COPY go.mod . 00:50:18  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:50:18 ---> fc2806f17653 00:50:18 Step 3/21 : WORKDIR /edgex-go 00:50:18 ---> Using cache 00:50:18 ---> 910a1270e1a6 00:50:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:18 ---> Using cache 00:50:18 ---> a7512422d383 00:50:18 Step 5/21 : RUN apk add --update --no-cache make git 00:50:18 ---> Using cache 00:50:18 ---> 2485a571aab2 00:50:18 Step 6/21 : COPY go.mod . 00:50:18 ---> Using cache 00:50:18 ---> 3935a7b0a84a 00:50:18 Step 7/21 : RUN go mod download 00:50:18 ---> Using cache 00:50:18 ---> bcf7efd3890b 00:50:18 Step 8/21 : COPY . . 00:50:18 ---> Using cache 00:50:18 ---> 4ba56522e2a3 00:50:18 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:50:19 ---> 23083e82f79e 00:50:19 Step 7/22 : RUN go mod download 00:50:19 ---> Running in bba83bb671e6 00:50:21 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 00:50:23 ---> Running in 2b83ca8f921e 00:50:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> fc2806f17653 00:50:28 Step 3/22 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> 910a1270e1a6 00:50:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> a7512422d383 00:50:28 Step 5/22 : RUN apk add --update --no-cache make git 00:50:28 ---> Using cache 00:50:28 ---> 2485a571aab2 00:50:28 Step 6/22 : COPY go.mod . 00:50:28 ---> Using cache 00:50:28 ---> 3935a7b0a84a 00:50:28 Step 7/22 : RUN go mod download 00:50:28 ---> Using cache 00:50:28 ---> bcf7efd3890b 00:50:28 Step 8/22 : COPY . . 00:50:28 ---> Using cache 00:50:28 ---> 4ba56522e2a3 00:50:28 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:50:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> fc2806f17653 00:50:28 Step 3/23 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> 910a1270e1a6 00:50:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> a7512422d383 00:50:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:28 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:28 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> fc2806f17653 00:50:28 Step 3/26 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> 910a1270e1a6 00:50:28 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> a7512422d383 00:50:28 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:30 ---> Running in b81850b5e620 00:50:30 ---> Running in 924a653e1772 00:50:30 ---> Running in 4baedcf1fcea 00:50:31 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 00:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:34 OK: 217 MiB in 51 packages 00:50:34 Removing intermediate container 2b83ca8f921e 00:50:34 ---> fade3e1b3f45 00:50:34 Step 8/22 : COPY . . 00:50:34 OK: 217 MiB in 51 packages 00:50:35 Removing intermediate container a18e4d5a9854 00:50:35 ---> 3742f5fba4c3 00:50:35 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:36 Removing intermediate container 924a653e1772 00:50:36 ---> 3e0ee207bf4e 00:50:36 Step 6/26 : COPY go.mod . 00:50:36 Removing intermediate container b81850b5e620 00:50:36 ---> 239b8a1245f4 00:50:36 Step 6/23 : COPY go.mod . 00:50:37 ---> decdd99d4944 00:50:37 Step 7/26 : RUN go mod download 00:50:37 ---> Running in 997e74bcd17d 00:50:37 ---> 5641006f1d40 00:50:37 Step 7/23 : RUN go mod download 00:50:38 ---> Running in 3f7187265732 00:50:42 ---> Running in d76fc6af55db 00:50:43 Removing intermediate container 997e74bcd17d 00:50:43 ---> 5573977df66f 00:50:43 Step 8/26 : COPY . . 00:50:43 Removing intermediate container 3f7187265732 00:50:43 ---> cf0063cb297d 00:50:43 Step 8/23 : COPY . . 00:50:51 Removing intermediate container c86248a674c1 00:50:51 ---> 6baaca4b42a2 00:50:51 00:50:51 Step 10/23 : FROM alpine:3.12 00:50:51 ---> 88dd2752d2ea 00:50:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:51 ---> Using cache 00:50:51 ---> 979e83cc44f4 00:50:51 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:51 ---> Using cache 00:50:51 ---> 92e3acd93ba0 00:50:51 Step 13/23 : ENV APP_PORT=48082 00:50:56 ---> Running in f9396750d3c6 00:50:59 Removing intermediate container f9396750d3c6 00:50:59 ---> 6a524b2913aa 00:50:59 Step 14/23 : EXPOSE $APP_PORT 00:51:01 ---> Running in fe79c6ec75e9 00:51:03 Removing intermediate container fe79c6ec75e9 00:51:03 ---> f152d8776587 00:51:03 Step 15/23 : WORKDIR / 00:51:05 ---> Running in 37e2e5444ad4 00:51:10 Removing intermediate container 37e2e5444ad4 00:51:10 ---> 5e0baadce68a 00:51:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:10 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 00:51:13 ---> 413287b9e03b 00:51:13 Step 9/23 : RUN make cmd/core-data/core-data 00:51:13 ---> 163de8cc10cd 00:51:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:13 ---> Running in 65f80ad7930a 00:51:13 ---> Running in 6ab6e45ea56a 00:51:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:15 ---> c45610e36884 00:51:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:51:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:51:17 Removing intermediate container b314383b05b2 00:51:17 ---> 98340ba765a1 00:51:17 00:51:17 Step 10/24 : FROM alpine:3.12 00:51:17 ---> 88dd2752d2ea 00:51:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:51:18 ---> f9f444238bfa 00:51:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:51:18 ---> Running in 8369dac22a39 00:51:18 Collecting docker-compose==1.23.2 00:51:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:19 Collecting texttable<0.10,>=0.9.0 00:51:19 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:22 (1/5) Installing ca-certificates (20191127-r4) 00:51:22 ---> 8fd4d23172ef 00:51:22 Step 19/23 : ENTRYPOINT ["/core-command"] 00:51:22 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:51:22 (3/5) Installing libcurl (7.69.1-r3) 00:51:22 (4/5) Installing curl (7.69.1-r3) 00:51:22 (5/5) Installing dumb-init (1.2.2-r1) 00:51:22 Executing busybox-1.31.1-r19.trigger 00:51:23 Removing intermediate container bba83bb671e6 00:51:23 ---> b5ea3f9d86ce 00:51:23 00:51:23 Step 10/21 : FROM alpine:3.12 00:51:23 ---> d10569e2745f 00:51:23 Step 11/21 : RUN apk add --update --no-cache curl 00:51:23 ---> Running in 4cbee868900f 00:51:24 Executing ca-certificates-20191127-r4.trigger 00:51:24 OK: 7 MiB in 19 packages 00:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:25 (1/4) Installing ca-certificates (20191127-r4) 00:51:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:51:26 (3/4) Installing libcurl (7.69.1-r3) 00:51:26 (4/4) Installing curl (7.69.1-r3) 00:51:26 Executing busybox-1.31.1-r19.trigger 00:51:26 Executing ca-certificates-20191127-r4.trigger 00:51:26 OK: 7 MiB in 18 packages 00:51:29 Removing intermediate container 4cbee868900f 00:51:29 ---> a26595929f42 00:51:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:29 ---> Running in 0aee098b339a 00:51:29 ---> Running in b558f2aeacbd 00:51:30 Removing intermediate container 0aee098b339a 00:51:30 ---> fb46ac510da9 00:51:30 Step 13/21 : WORKDIR /edgex 00:51:30 ---> Running in 7aaec4271095 00:51:31 Removing intermediate container 7aaec4271095 00:51:31 ---> a98093404127 00:51:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:51:32 ---> 1bdc03297b95 00:51:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:51:33 Removing intermediate container b558f2aeacbd 00:51:33 ---> 9076c3538edc 00:51:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:34 ---> Running in 1cc395a16169 00:51:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:34 ---> 668269fc7859 00:51:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:51:35 Collecting PyYAML<4,>=3.10 00:51:35 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:36 ---> 46379ba05742 00:51:36 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:51:36 ---> Running in 193786ea01c8 00:51:36 Removing intermediate container 8369dac22a39 00:51:36 ---> 822cacc5dca3 00:51:36 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:36 Removing intermediate container 193786ea01c8 00:51:36 ---> 2b250822b34d 00:51:36 Step 18/21 : CMD ["--init=true"] 00:51:36 ---> Running in 887d63d0754a 00:51:37 Removing intermediate container 887d63d0754a 00:51:37 ---> d9fa716adc7c 00:51:37 Step 19/21 : LABEL arch=arm64 00:51:37 ---> Running in 968c6cb681f1 00:51:38 Removing intermediate container 968c6cb681f1 00:51:38 ---> b272a9c32074 00:51:38 Step 20/21 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:51:38 ---> Running in a9a761fae55d 00:51:39 Removing intermediate container a9a761fae55d 00:51:39 ---> 9d6a36df67ea 00:51:39 Step 21/21 : LABEL version=0.0.0 00:51:39 ---> Running in dfa361bfd41c 00:51:39 ---> Running in 64e311516e35 00:51:39 Removing intermediate container 1cc395a16169 00:51:39 ---> 63da4612f431 00:51:39 Step 21/23 : LABEL arch=x86_64 00:51:40 Collecting docker<4.0,>=3.6.0 00:51:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:40 Removing intermediate container dfa361bfd41c 00:51:40 ---> 537632caa566 00:51:40 00:51:40 ---> Running in 484ad7fcc410 00:51:40 Collecting docopt<0.7,>=0.6.1 00:51:40 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:40 Successfully built 537632caa566 00:51:40 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:42 Removing intermediate container 64e311516e35 00:51:42 ---> d32632673243 00:51:42 Step 13/24 : WORKDIR / 00:51:44 Collecting websocket-client<1.0,>=0.32.0 00:51:44 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:51:44 ---> Running in e9e28ddc55da 00:51:44 Removing intermediate container 484ad7fcc410 00:51:44 ---> 19c72060a6b3 00:51:44 Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:51:44 Collecting cached-property<2,>=1.2.0 00:51:44 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:44 ---> Running in 1b4de728197f 00:51:45 Collecting jsonschema<3,>=2.5.1 00:51:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:45 Collecting dockerpty<0.5,>=0.4.1 00:51:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:45 Removing intermediate container e9e28ddc55da 00:51:45 ---> 8aecce55bd79 00:51:45 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:51:46 Removing intermediate container 1b4de728197f 00:51:46 ---> 76410c9c8086 00:51:46 Step 23/23 : LABEL version=0.0.0 00:51:46 ---> b473065cb2cd 00:51:46 Step 9/23 : RUN make cmd/core-data/core-data 00:51:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:48 ---> Running in 30d4fbdcc621 00:51:48 ---> Running in f555b63d02f6 00:51:48 Collecting docker-pycreds>=0.4.0 00:51:48 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:49 ---> 4c2db9735732 00:51:49 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:51:49 Collecting urllib3<1.25,>=1.21.1 00:51:49 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:49 Removing intermediate container 30d4fbdcc621 00:51:49 ---> d7be879b477e 00:51:49 00:51:49 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) 00:51:49 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) 00:51:50 Collecting idna<2.8,>=2.5 00:51:50 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:51  Building docker-security-proxy-setup-go ... done Removing intermediate container 4baedcf1fcea 00:51:51 ---> 11e3be55e375 00:51:51 00:51:51 Step 10/22 : FROM alpine:3.12 00:51:51 ---> d10569e2745f 00:51:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:51:51 ---> Using cache 00:51:51 ---> 8ec44fcff881 00:51:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:51 ---> Using cache 00:51:51 ---> c63d2fbd1162 00:51:51 Step 13/22 : ENV APP_PORT=48085 00:51:51 ---> Running in 121f23be9b40 00:51:51 Removing intermediate container 121f23be9b40 00:51:51 ---> d5f7b3c83945 00:51:51 Step 14/22 : EXPOSE $APP_PORT 00:51:51 ---> Running in dc2ea5eb6a72 00:51:51 Installing collected packages: texttable, PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, docopt, cached-property, jsonschema, dockerpty, docker-compose 00:51:51 Running setup.py install for texttable: started 00:51:52 Removing intermediate container dc2ea5eb6a72 00:51:52 ---> 16e0cad16320 00:51:52 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:53 ---> ecc6a108448e 00:51:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:53 Successfully built d7be879b477e 00:51:53 ---> 18f2169c5a8b 00:51:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:51:53 Successfully tagged docker-core-command-go:latest 00:51:53  Building docker-core-command-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:51:54 ---> fc83ff867514 00:51:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:54 Running setup.py install for texttable: finished with status 'done' 00:51:54 Running setup.py install for PyYAML: started 00:51:55 ---> 4f2c24d1a423 00:51:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:55 ---> 7a9217801780 00:51:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:55 ---> Running in a0217f3cd299 00:51:56 Removing intermediate container a0217f3cd299 00:51:56 ---> ac739b8fd0ce 00:51:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:56 ---> Running in 4a0e15eb42be 00:51:57 Removing intermediate container 4a0e15eb42be 00:51:57 ---> 012a189f9055 00:51:57 Step 20/22 : LABEL arch=arm64 00:51:57 ---> Running in c66f8075e1fc 00:51:58 Running setup.py install for PyYAML: finished with status 'done' 00:51:58 Removing intermediate container c66f8075e1fc 00:51:58 ---> 47f3ce28f843 00:51:58 Step 21/22 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:51:58 ---> Running in ac155b4f9223 00:51:58 ---> e6dcd83710d8 00:51:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:58 Attempting uninstall: urllib3 00:51:58 Found existing installation: urllib3 1.25.9 00:51:58 Uninstalling urllib3-1.25.9: 00:51:59 Removing intermediate container ac155b4f9223 00:51:59 ---> befc244e0cda 00:51:59 Step 22/22 : LABEL version=0.0.0 00:51:59 ---> Running in 810255df0099 00:52:00 Removing intermediate container 810255df0099 00:52:00 ---> 74b5e6773615 00:52:00 00:52:00 Successfully built 74b5e6773615 00:52:00 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:02 Successfully uninstalled urllib3-1.25.9 00:52:02 ---> 0f4d6f5a291f 00:52:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:03 Attempting uninstall: idna 00:52:03 Found existing installation: idna 2.9 00:52:03 Uninstalling idna-2.9: 00:52:03 Successfully uninstalled idna-2.9 00:52:04 ---> 097022d486ef 00:52: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/ 00:52:04 Attempting uninstall: requests 00:52:04 Found existing installation: requests 2.23.0 00:52:04 Uninstalling requests-2.23.0: 00:52:04 Successfully uninstalled requests-2.23.0 00:52:04 ---> Running in e14a41bf45ca 00:52:09 Running setup.py install for docopt: started 00:52:11 Running setup.py install for docopt: finished with status 'done' 00:52:13 Running setup.py install for dockerpty: started 00:52:13 ---> 22976eb9ef5f 00:52:13 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:52:14 ---> Running in b5730f7c6337 00:52:15 Running setup.py install for dockerpty: finished with status 'done' 00:52:15 Removing intermediate container e14a41bf45ca 00:52:15 ---> d8ab4a9946a0 00:52:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:16 ---> Running in 684dc71be3cf 00:52:16 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 00:52:17 Removing intermediate container 684dc71be3cf 00:52:17 ---> a8ec6d6f1d75 00:52:17 Step 22/24 : LABEL arch=x86_64 00:52:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:52:18 ---> Running in 7abcd2869dda 00:52:18  Building docker-support-scheduler-go ... done Removing intermediate container 6ab6e45ea56a 00:52:18 ---> 9f148f7b1299 00:52:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:18 ---> Running in 4337b814b457 00:52:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:52:22 Removing intermediate container 7abcd2869dda 00:52:22 ---> eae00ecc2c80 00:52:22 Step 23/24 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:52:22 ---> Running in 271817f79722 00:52:23 Removing intermediate container 4337b814b457 00:52:23 ---> 2aaf7770eab9 00:52:23 00:52:23 Step 11/26 : FROM docker:20.10.0 00:52:23 20.10.0: Pulling from library/docker 00:52:26 Removing intermediate container 271817f79722 00:52:26 ---> 242bebe938b3 00:52:26 Step 24/24 : LABEL version=0.0.0 00:52:27 Removing intermediate container d76fc6af55db 00:52:27 ---> 669386877c34 00:52:27 Step 21/26 : RUN apk --no-cache add curl 00:52:27 ---> Running in 6e12df8041b9 00:52:27 ---> Running in 21d6bda69176 00:52:30 Removing intermediate container 6e12df8041b9 00:52:30 ---> b76ac4401766 00:52:30 00:52:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:31 Status: Downloaded newer image for docker:20.10.0 00:52:31 ---> eeaf43b92773 00:52:31 Step 12/26 : RUN apk add --no-cache bash 00:52:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:32 ---> Running in e20d756af995 00:52:32 Removing intermediate container 65f80ad7930a 00:52:32 ---> 48f8b3744891 00:52:32 00:52:32 Step 10/23 : FROM alpine:3.12 00:52:32 ---> d10569e2745f 00:52:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:32 ---> Running in 87ac53b8647d 00:52:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:32 Successfully built b76ac4401766 00:52:32 Successfully tagged docker-security-secretstore-setup-go:latest 00:52:32 Removing intermediate container 87ac53b8647d 00:52:32 ---> 8f9d5f9e759d 00:52:32 Step 12/23 : ENV APP_PORT=48080 00:52:32 ---> Running in 242efcc923cf 00:52:33  Building docker-security-secretstore-setup-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:33 (2/3) Installing libcurl (7.69.1-r3) 00:52:33 (3/3) Installing curl (7.69.1-r3) 00:52:33 Executing busybox-1.31.1-r19.trigger 00:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:33 OK: 72 MiB in 58 packages 00:52:33 Removing intermediate container 242efcc923cf 00:52:33 ---> f52e6eba1d25 00:52:33 Step 13/23 : EXPOSE $APP_PORT 00:52:33 ---> Running in 0cacbe13fb60 00:52:33 (1/2) Installing readline (8.0.4-r0) 00:52:33 (2/2) Installing bash (5.0.17-r0) 00:52:33 Executing bash-5.0.17-r0.post-install 00:52:33 Executing busybox-1.31.1-r19.trigger 00:52:33 OK: 12 MiB in 22 packages 00:52:34 Removing intermediate container 0cacbe13fb60 00:52:34 ---> 3606fef248bb 00:52:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:34 ---> Running in ba147000ef5e 00:52:35 Removing intermediate container e20d756af995 00:52:35 ---> 47117e2b16d3 00:52:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:35 ---> Running in c3ebe29c19fa 00:52:36 Removing intermediate container c3ebe29c19fa 00:52:36 ---> ee6bb896c24a 00:52:36 Step 14/26 : ENV APP_PORT=48090 00:52:36 Removing intermediate container 21d6bda69176 00:52:36 ---> 0ce47b186dcf 00:52:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:36 ---> Running in b8d146ef16e4 00:52:36 ---> Running in 9e185f977311 00:52:36 Removing intermediate container b8d146ef16e4 00:52:36 ---> 6e3f4d14cce4 00:52:36 Step 15/26 : EXPOSE $APP_PORT 00:52:36 Removing intermediate container ba147000ef5e 00:52:36 ---> fb8efc71f14c 00:52:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:36 ---> Running in e3636ba8e27a 00:52:37 ---> Running in 8e2f83c60892 00:52:37 Removing intermediate container 9e185f977311 00:52:37 ---> 8c53d54063ee 00:52:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:37 Removing intermediate container e3636ba8e27a 00:52:37 ---> 76079940c921 00:52:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:37 ---> Running in 70eb65904a1b 00:52:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:38 ---> 80eb49207511 00:52:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:38 Removing intermediate container 70eb65904a1b 00:52:38 ---> 5beef71ef1cc 00:52:38 Step 24/26 : LABEL arch=x86_64 00:52:38 ---> Running in 6ad5a6244729 00:52:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:39 ---> 498ebca13a55 00:52:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:39 (1/6) Installing dumb-init (1.2.2-r1) 00:52:39 (2/6) Installing libgcc (9.3.0-r2) 00:52:39 (3/6) Installing libsodium (1.0.18-r0) 00:52:39 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:40 (5/6) Installing libzmq (4.3.3-r0) 00:52:40 (6/6) Installing zeromq (4.3.3-r0) 00:52:40 ---> 250c5715d6c1 00:52:40 Step 19/26 : RUN apk --no-cache add py3-pip 00:52:40 Executing busybox-1.31.1-r19.trigger 00:52:40 OK: 8 MiB in 20 packages 00:52:40 Removing intermediate container 6ad5a6244729 00:52:40 ---> 50aee567226d 00:52:40 Step 25/26 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:52:40 ---> Running in 5203d372cdb6 00:52:40 ---> Running in ae1801735a25 00:52:41 Removing intermediate container 5203d372cdb6 00:52:41 ---> 2b7e29fe29bc 00:52:41 Step 26/26 : LABEL version=0.0.0 00:52:41 ---> Running in b8b224553255 00:52:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:42 Removing intermediate container 8e2f83c60892 00:52:42 ---> 4c5f7ba29d59 00:52:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:42 Removing intermediate container b8b224553255 00:52:42 ---> baa8851888bb 00:52:42 00:52:42 (1/33) Installing libbz2 (1.0.8-r1) 00:52:42 (2/33) Installing expat (2.2.9-r1) 00:52:42 (3/33) Installing libffi (3.3-r2) 00:52:42 (4/33) Installing gdbm (1.13-r1) 00:52:42 (5/33) Installing xz-libs (5.2.5-r0) 00:52:42 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:42 (7/33) Installing python3 (3.8.8-r0) 00:52:42 ---> 823c9a717edd 00:52:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:43 Successfully built baa8851888bb 00:52:43 Successfully tagged docker-sys-mgmt-agent-go:latest 00:52:44 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:44 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:44 (11/33) Installing py3-six (1.15.0-r0) 00:52:44 (12/33) Installing py3-packaging (20.4-r0) 00:52:44 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:44 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:44 ---> 2358d7dde5cd 00:52:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:44 (15/33) Installing py3-idna (2.9-r0) 00:52:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:44 (18/33) Installing py3-requests (2.23.0-r0) 00:52:44 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:44 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:44 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:44 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:44 (24/33) Installing py3-distro (1.5.0-r1) 00:52:44 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:44 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:44 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:44 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:44 (29/33) Installing py3-progress (1.5-r0) 00:52:44 (30/33) Installing py3-toml (0.10.1-r0) 00:52:44 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:44 (33/33) Installing py3-pip (20.1.1-r0) 00:52:45 Executing busybox-1.31.1-r19.trigger 00:52:45 OK: 71 MiB in 55 packages 00:52:45 ---> 66077dc98a7f 00:52:45 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:45 ---> Running in ce45e2591812 00:52:46 Removing intermediate container ce45e2591812 00:52:46 ---> 3cf09ab3970b 00:52:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:46 ---> Running in d69aef136164 00:52:46 Removing intermediate container d69aef136164 00:52:46 ---> 06b77543b4ea 00:52:46 Step 21/23 : LABEL arch=arm64 00:52:47 ---> Running in 90238b521c07 00:52:47 Removing intermediate container 90238b521c07 00:52:47 ---> a718ef9af90a 00:52:47 Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:52:48 ---> Running in a3132edd34c1 00:52:48 Removing intermediate container a3132edd34c1 00:52:48 ---> 9fbdb90ee606 00:52:48 Step 23/23 : LABEL version=0.0.0 00:52:49 ---> Running in ebbd1794b9ad 00:52:49 Removing intermediate container ebbd1794b9ad 00:52:49 ---> 32834428e5d2 00:52:49 00:52:49 Successfully built 32834428e5d2 00:52:50 Successfully tagged docker-core-data-go-arm64:latest 00:52:51  Building docker-core-data-go ... done Removing intermediate container ae1801735a25 00:52:51 ---> 9926d64f3a3e 00:52:51 Step 20/26 : RUN pip install docker-compose==1.23.2 00:52:51 ---> Running in f5e81a32e65b 00:52:56 Collecting docker-compose==1.23.2 00:52:56 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:56 Collecting cached-property<2,>=1.2.0 00:52:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:56 Collecting docopt<0.7,>=0.6.1 00:52:56 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:59 Collecting PyYAML<4,>=3.10 00:52:59 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:02 Collecting websocket-client<1.0,>=0.32.0 00:53:02 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:53:02 Collecting jsonschema<3,>=2.5.1 00:53:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:04 Collecting texttable<0.10,>=0.9.0 00:53:04 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:06 Collecting docker<4.0,>=3.6.0 00:53:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:06 Collecting dockerpty<0.5,>=0.4.1 00:53:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:09 Collecting urllib3<1.25,>=1.21.1 00:53:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:09 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) 00:53:09 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) 00:53:09 Collecting idna<2.8,>=2.5 00:53:09 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:09 Collecting docker-pycreds>=0.4.0 00:53:09 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:10 Installing collected packages: cached-property, docopt, PyYAML, websocket-client, jsonschema, urllib3, idna, requests, texttable, docker-pycreds, docker, dockerpty, docker-compose 00:53:10 Running setup.py install for docopt: started 00:53:11  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f555b63d02f6 00:53:11 ---> 3cce80020d41 00:53:11 00:53:11 Step 10/23 : FROM alpine:3.12 00:53:11 ---> 88dd2752d2ea 00:53:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:12 Running setup.py install for docopt: finished with status 'done' 00:53:12 Running setup.py install for PyYAML: started 00:53:12 ---> Running in 71773d3a0f8a 00:53:14 Removing intermediate container 71773d3a0f8a 00:53:14 ---> a71040860862 00:53:14 Step 12/23 : ENV APP_PORT=48080 00:53:14 ---> Running in a5d71cc850c5 00:53:14 Removing intermediate container b5730f7c6337 00:53:14 ---> 522dfa43cc3d 00:53:14 00:53:14 Step 10/22 : FROM alpine:3.12 00:53:14 ---> 88dd2752d2ea 00:53:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:53:14 Running setup.py install for PyYAML: finished with status 'done' 00:53:14 Attempting uninstall: urllib3 00:53:14 Found existing installation: urllib3 1.25.9 00:53:15 ---> Running in 34351f381df2 00:53:15 Uninstalling urllib3-1.25.9: 00:53:15 Successfully uninstalled urllib3-1.25.9 00:53:15 Removing intermediate container a5d71cc850c5 00:53:15 ---> 45e35307b845 00:53:15 Step 13/23 : EXPOSE $APP_PORT 00:53:15 ---> Running in d4289db1c1d4 00:53:15 Attempting uninstall: idna 00:53:15 Found existing installation: idna 2.9 00:53:15 Uninstalling idna-2.9: 00:53:15 Successfully uninstalled idna-2.9 00:53:16 Attempting uninstall: requests 00:53:16 Found existing installation: requests 2.23.0 00:53:16 Uninstalling requests-2.23.0: 00:53:16 Successfully uninstalled requests-2.23.0 00:53:17 Running setup.py install for texttable: started 00:53:17 Removing intermediate container d4289db1c1d4 00:53:17 ---> 1c0cdfb266ba 00:53:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:17 ---> Running in 9b5cbeea569c 00:53:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:53:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:53:17 (1/2) Installing ca-certificates (20191127-r4) 00:53:17 (2/2) Installing dumb-init (1.2.2-r1) 00:53:17 Executing busybox-1.31.1-r19.trigger 00:53:17 Executing ca-certificates-20191127-r4.trigger 00:53:17 OK: 6 MiB in 16 packages 00:53:18 Running setup.py install for texttable: finished with status 'done' 00:53:19 Running setup.py install for dockerpty: started 00:53:21 Running setup.py install for dockerpty: finished with status 'done' 00:53:21 Removing intermediate container 34351f381df2 00:53:21 ---> 08423860e5f3 00:53:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:53:21 Removing intermediate container 9b5cbeea569c 00:53:21 ---> e6dbdf03cad0 00:53:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:53:21 ---> Running in f3a1970fe71f 00:53:21 ---> Running in fdb9c111e93b 00:53:22 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 00:53:22 Removing intermediate container f3a1970fe71f 00:53:22 ---> 6e815de0e9ac 00:53:22 Step 13/22 : ENV APP_PORT=48060 00:53:22 ---> Running in c1291a8bad04 00:53:22 Removing intermediate container c1291a8bad04 00:53:22 ---> 24fb9e047d0c 00:53:22 Step 14/22 : EXPOSE $APP_PORT 00:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:53:22 ---> Running in 7e552ca7fa77 00:53:23 Removing intermediate container 7e552ca7fa77 00:53:23 ---> 3eb9615dd528 00:53:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:53:25 (1/6) Installing dumb-init (1.2.2-r1) 00:53:25 (2/6) Installing libgcc (9.3.0-r2) 00:53:25 (3/6) Installing libsodium (1.0.18-r0) 00:53:25 (4/6) Installing libstdc++ (9.3.0-r2) 00:53:25 (5/6) Installing libzmq (4.3.3-r0) 00:53:25 (6/6) Installing zeromq (4.3.3-r0) 00:53:25 Executing busybox-1.31.1-r19.trigger 00:53:25 OK: 8 MiB in 20 packages 00:53:25 ---> a227d3d8140d 00:53:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:26 Removing intermediate container f5e81a32e65b 00:53:26 ---> e794446d9973 00:53:26 Step 21/26 : RUN apk --no-cache add curl 00:53:26 ---> Running in f006e596ed6a 00:53:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:27 ---> e6231aa1cf3c 00:53:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:27 Removing intermediate container fdb9c111e93b 00:53:27 ---> 5d97b0d9d476 00:53:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:27 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:27 (2/3) Installing libcurl (7.69.1-r3) 00:53:27 (3/3) Installing curl (7.69.1-r3) 00:53:27 Executing busybox-1.31.1-r19.trigger 00:53:27 ---> 88ee97ec599d 00:53:27 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:27 OK: 72 MiB in 58 packages 00:53:28 ---> Running in cc0de54243d1 00:53:28 ---> 46fa25e28f0b 00:53:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:28 Removing intermediate container cc0de54243d1 00:53:28 ---> b74be12e21d2 00:53:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:28 Removing intermediate container f006e596ed6a 00:53:28 ---> 9ae5448ee253 00:53:28 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:28 ---> Running in 3ca0b6479c28 00:53:29 ---> Running in d04ba6cbbc9d 00:53:29 Removing intermediate container 3ca0b6479c28 00:53:29 ---> d6ecb749720c 00:53:29 Step 20/22 : LABEL arch=x86_64 00:53:29 Removing intermediate container d04ba6cbbc9d 00:53:29 ---> 595bf50349c3 00:53:29 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:29 ---> Running in 7a0f333b8bb0 00:53:29 ---> d42668f97b10 00:53:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:29 ---> Running in f8f9434e5677 00:53:29 Removing intermediate container f8f9434e5677 00:53:29 ---> c47b5bf54c48 00:53:29 Step 24/26 : LABEL arch=arm64 00:53:30 ---> Running in e8f6a720d0ea 00:53:30 Removing intermediate container 7a0f333b8bb0 00:53:30 ---> 357186d3e734 00:53:30 Step 21/22 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:53:30 ---> Running in c2057411e86f 00:53:30 ---> d4f1eb4c2d6a 00:53:30 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:30 Removing intermediate container e8f6a720d0ea 00:53:30 ---> 0c35aa5da6c6 00:53:30 Step 25/26 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:53:30 ---> Running in afb84a5b29e6 00:53:30 ---> Running in 15284f2ab3a5 00:53:30 Removing intermediate container c2057411e86f 00:53:30 ---> bc9a6f4cf18d 00:53:30 Step 22/22 : LABEL version=0.0.0 00:53:31 Removing intermediate container afb84a5b29e6 00:53:31 ---> bb3eba46c716 00:53:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:31 ---> Running in bc908f70853f 00:53:31 ---> Running in 921161e5979f 00:53:31 Removing intermediate container 15284f2ab3a5 00:53:31 ---> ff0d5f50acd2 00:53:31 Step 26/26 : LABEL version=0.0.0 00:53:31 ---> Running in 9500ea6256c0 00:53:31 Removing intermediate container bc908f70853f 00:53:31 ---> 8c27ccb5a293 00:53:31 00:53:31 Removing intermediate container 921161e5979f 00:53:31 ---> 0e8462ceed7d 00:53:31 Step 21/23 : LABEL arch=x86_64 00:53:31 Removing intermediate container 9500ea6256c0 00:53:31 ---> 28517e4335a6 00:53:31 00:53:32 Successfully built 8c27ccb5a293 00:53:32 ---> Running in ea96768edf26 00:53:32 Successfully tagged docker-support-notifications-go:latest 00:53:32 Successfully built 28517e4335a6 00:53:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:32  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:32 $ docker stop --time=1 98572f9ee23eb02f4bedcc42e27dc263c03389cd80db889600938c34bb232379 00:53:32  Building docker-support-notifications-go ... done Removing intermediate container ea96768edf26 00:53:32 ---> c5197c02030e 00:53:32 Step 22/23 : LABEL git_sha=8d54e528a209f68a2b3e24221d05de3e91e57a79 00:53:33 ---> Running in 0aaafe888aa8 00:53:33 Removing intermediate container 0aaafe888aa8 00:53:33 ---> 695788bfa279 00:53:33 Step 23/23 : LABEL version=0.0.0 00:53:33 ---> Running in 71111f8a2019 00:53:33 Removing intermediate container 71111f8a2019 00:53:33 ---> cb97e2055ac9 00:53:33 00:53:34 Successfully built cb97e2055ac9 00:53:34 Successfully tagged docker-core-data-go:latest 00:53:34 $ docker rm -f 98572f9ee23eb02f4bedcc42e27dc263c03389cd80db889600938c34bb232379 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:34  Building docker-core-data-go ... done  [Pipeline] } 00:53:35 $ docker stop --time=1 3deaeb77ecc42afd382f6aee26f65104b0f925486882902393745c205c2c49d4 00:53:35 + grep docker 00:53:35 + docker images 00:53:35 docker-sys-mgmt-agent-go-arm64 latest 28517e4335a6 4 seconds ago 300MB 00:53:35 docker-core-data-go-arm64 latest 32834428e5d2 46 seconds ago 21.3MB 00:53:35 docker-support-scheduler-go-arm64 latest 74b5e6773615 About a minute ago 16.3MB 00:53:35 docker-security-proxy-setup-go-arm64 latest 537632caa566 About a minute ago 23.4MB 00:53:35 docker-security-bootstrapper-go-arm64 latest aa3ee3035b3a 3 minutes ago 17.8MB 00:53:35 docker-core-metadata-go-arm64 latest ae9927d73799 3 minutes ago 17.9MB 00:53:35 docker-support-notifications-go-arm64 latest 74b3845bd227 3 minutes ago 16.9MB 00:53:35 docker-core-command-go-arm64 latest b1b8eb4d5a43 3 minutes ago 16.2MB 00:53:35 docker-security-secretstore-setup-go-arm64 latest e99342d6aeaf 4 minutes ago 23.7MB 00:53:35 docker 20.10.0 eeaf43b92773 3 months ago 228MB 00:53:37 $ docker rm -f 3deaeb77ecc42afd382f6aee26f65104b0f925486882902393745c205c2c49d4 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 00:53:39 + grep docker 00:53:39 + docker images Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 00:53:39 ---> job-cost.sh 00:53:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8guJ 00:53:41 docker-core-data-go latest cb97e2055ac9 7 seconds ago 22.6MB 00:53:41 docker-support-notifications-go latest 8c27ccb5a293 9 seconds ago 17.8MB 00:53:41 docker-sys-mgmt-agent-go latest baa8851888bb 58 seconds ago 313MB 00:53:41 docker-security-secretstore-setup-go latest b76ac4401766 About a minute ago 24.9MB 00:53:41 docker-core-command-go latest d7be879b477e About a minute ago 17.2MB 00:53:41 docker-security-bootstrapper-go latest 8de50d15e260 5 minutes ago 18.8MB 00:53:41 docker-core-metadata-go latest a36ebfe1a5af 5 minutes ago 19MB 00:53:41 docker-security-proxy-setup-go latest bb8aca89ad10 5 minutes ago 24.7MB 00:53:41 docker-support-scheduler-go latest bbf1aef789a6 5 minutes ago 17.3MB 00:53:41 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 00:53:57 Still waiting to schedule task 00:53:57 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:54:18 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:54 Running on prd-ubuntu18.04-docker-8c-8g-29891 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:54:54 Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout 00:54:58 using credential edgex-jenkins-ssh 00:54:58 Cloning the remote Git repository 00:54:58 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:54:58 > git init /w/workspace/edgex-go/13 # timeout=10 00:54:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:54:58 > git --version # timeout=10 00:54:58 > git --version # 'git version 2.17.1' 00:54:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:55:29 Merging remotes/origin/master commit 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c into PR head commit b60e6eeb7f18074425901094eba94146e3f42170 00:55:29 Merge succeeded, producing ba284753178493e8ad42734255fc55d4f27a2d14 00:55:29 Checking out Revision ba284753178493e8ad42734255fc55d4f27a2d14 (PR-3234) 00:55:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:55:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:55:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:55:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:55:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:55:29 > git config core.sparsecheckout # timeout=10 00:55:29 > git checkout -f b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 00:55:29 > git remote # timeout=10 00:55:29 > git config --get remote.origin.url # timeout=10 00:55:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:29 > git merge 7baeca4eebb4ae03aa45f246de6ab0a897fafe7c # timeout=10 00:55:29 > git rev-parse HEAD^{commit} # timeout=10 00:55:29 > git config core.sparsecheckout # timeout=10 00:55:29 > git checkout -f ba284753178493e8ad42734255fc55d4f27a2d14 # timeout=10 00:55:33 Commit message: "Merge commit '7baeca4eebb4ae03aa45f246de6ab0a897fafe7c' into HEAD" 00:55:33 > git rev-list --no-walk b60e6eeb7f18074425901094eba94146e3f42170 # timeout=10 00:55:33 00:55:33 GitHub has been notified of this commit’s build result 00:55:33 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:55:34 + echo snap-build.sh 00:55:34 snap-build.sh 00:55:34 + SNAP_BASE_DIR=. 00:55:34 + '[' '!' -z /w/workspace/edgex-go/13 ']' 00:55:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/13 00:55:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' 00:55:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/13] 00:55:34 + cd /w/workspace/edgex-go/13 00:55:34 + sudo apt-get remove -qy --purge lxd lxd-client 00:55:34 Reading package lists... 00:55:34 Building dependency tree... 00:55:34 Reading state information... 00:55:34 The following packages were automatically installed and are no longer required: 00:55:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:55:34 uidmap xdelta3 00:55:34 Use 'sudo apt autoremove' to remove them. 00:55:34 The following packages will be REMOVED: 00:55:34 lxd* lxd-client* 00:55:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:55:35 After this operation, 31.7 MB disk space will be freed. 00:55:36 (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.) 00:55:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:55:37 Removing lxd dnsmasq configuration 00:55:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:55:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:55:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:55:38 (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.) 00:55:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:55:40 Processing triggers for systemd (237-3ubuntu10.42) ... 00:55:40 Processing triggers for ureadahead (0.100.0-21) ... 00:55:41 + sudo snap remove --purge lxd 00:55:41 snap "lxd" is not installed 00:55:41 + sudo groupadd --force --system lxd 00:55:41 ++ whoami 00:55:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:55:41 + newgrp - lxd 00:55:41 + sudo snap install lxd 00:55:50 2021-03-16T00:55:47Z INFO Waiting for automatic snapd restart... 00:55:56 lf-activate-venv(): INFO: Adding /tmp/venv-8guJ/bin to PATH 00:55:56 INFO: No Stack... 00:55:56 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:56 INFO: Archiving Costs [Pipeline] sh 00:55:56 + cat /w/workspace/edgex-go/13/archives/cost.csv 00:55:56 + cut -d, -f6 [Pipeline] lock 00:55:56 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-13-stack-cost] 00:55:56 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-13-stack-cost] did not exist. Created. 00:55:56 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-13-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:57 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:57 Stashed 1 file(s) [Pipeline] } 00:55:57 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-13-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:57:26 lxd 4.12 from Canonical* installed 00:57:26 + sudo lxd init --auto 00:57:30 + sudo snap install --classic snapcraft 00:57:40 snapcraft 4.5.4 from Canonical* installed 00:57:40 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:57:40 + patch --verbose -p1 00:57:40 Hmm... Looks like a unified diff to me... 00:57:40 The text leading up to this was: 00:57:40 -------------------------- 00:57:40 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:57:40 |From: Tony Espy 00:57:40 |Date: Tue, 9 Mar 2021 19:05:15 -0500 00:57:40 |Subject: [PATCH] optimize snap build for pipeline CI check 00:57:40 | 00:57:40 |This patch is used by the EdgeX CI pipeline builds to 00:57:40 |optimize the snap CI check run for pull requests. When 00:57:40 |applied, it essentially strips out everything (apps and 00:57:40 |parts) from the snapcraft.yaml file except those required 00:57:40 |to build edgex-go, as the whole idea of the CI check is to 00:57:40 |catch changes to edgex-go that break the snap build. 00:57:40 | 00:57:40 |In general, anyone updating snapcraft.yaml will also need 00:57:40 |to update this patch file, otherwise it may fail to apply, 00:57:40 |resulting in a failed snap build CI check in the associated 00:57:40 |pull request. 00:57:40 | 00:57:40 |Note - in addition to applying this patch, the pipeline also 00:57:40 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:57:40 |need to build the finally binary .snap file (and it won't 00:57:40 |work with the patch applied). This further reduces the build 00:57:40 |time. 00:57:40 |--- 00:57:40 | snap/snapcraft.yaml | 452 +------------------------------------------- 00:57:40 | 1 file changed, 1 insertion(+), 451 deletions(-) 00:57:40 | 00:57:40 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:57:40 |index d8bc12bc..5a5f5fbb 100644 00:57:40 |--- a/snap/snapcraft.yaml 00:57:40 |+++ b/snap/snapcraft.yaml 00:57:40 -------------------------- 00:57:40 patching file snap/snapcraft.yaml 00:57:40 Using Plan A... 00:57:40 Hunk #1 succeeded at 73. 00:57:40 Hunk #2 succeeded at 205. 00:57:40 Hunk #3 succeeded at 217. 00:57:40 Hunk #4 succeeded at 225. 00:57:40 Hunk #5 succeeded at 232. 00:57:40 Hunk #6 succeeded at 259. 00:57:40 Hunk #7 succeeded at 271. 00:57:40 Hunk #8 succeeded at 327. 00:57:40 Hmm... Ignoring the trailing garbage. 00:57:40 done 00:57:40 + sudo snapcraft prime --use-lxd 00:57:41 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:57:41 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: 00:57:41 - README.md 00:57:41 00:57:41 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:57:42 Launching a container. 00:57:57 Waiting for container to be ready 00:57:57 To start your first instance, try: lxc launch ubuntu:18.04 00:57:57 00:58:00 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:58:00 Waiting for network to be ready... 00:58:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:58:01 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 00:58:01 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:58:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 00:58:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:58:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:58:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 00:58:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 00:58:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 00:58:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 00:58:01 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:58:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:58:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:58:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:58:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:58:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:58:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:58:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:58:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:58:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 00:58:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 00:58:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:58:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:58:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 00:58:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 00:58:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 00:58:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 00:58:06 Fetched 24.1 MB in 5s (4563 kB/s) 00:58:07 Reading package lists... 00:58:07 Reading package lists... 00:58:07 Building dependency tree... 00:58:07 Reading state information... 00:58:08 The following additional packages will be installed: 00:58:08 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:58:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:58:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:58:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:58:08 Suggested packages: 00:58:08 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:58:08 Recommended packages: 00:58:08 gnupg libsasl2-modules 00:58:08 The following NEW packages will be installed: 00:58:08 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:58:08 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:58:08 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:58:08 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:58:08 The following packages will be upgraded: 00:58:08 gpg gpg-agent gpgconf libudev1 00:58:08 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:58:08 Need to get 3530 kB of archives. 00:58:08 After this operation, 13.3 MB of additional disk space will be used. 00:58:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:58:08 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:58:08 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] 00:58:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:58:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:58:08 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:58:09 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:58:09 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:58:09 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:58:09 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:58:09 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:58:09 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:58:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:58:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:58:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:58:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:58:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:58:09 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:58:09 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:58:09 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:58:09 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:58:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:58:09 debconf: delaying package configuration, since apt-utils is not installed 00:58:09 Fetched 3530 kB in 1s (3117 kB/s) 00:58:09 (Reading database ... 12511 files and directories currently installed.) 00:58:09 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:58:09 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:09 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:58:09 Selecting previously unselected package udev. 00:58:09 (Reading database ... 12511 files and directories currently installed.) 00:58:09 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:58:09 Unpacking udev (237-3ubuntu10.44) ... 00:58:09 Selecting previously unselected package libfuse2:amd64. 00:58:09 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:58:09 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:58:10 Selecting previously unselected package fuse. 00:58:10 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:58:10 Unpacking fuse (2.9.7-1ubuntu1) ... 00:58:10 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:10 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:10 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:10 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:10 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:10 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:10 Selecting previously unselected package libksba8:amd64. 00:58:10 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:58:10 Unpacking libksba8:amd64 (1.3.5-2) ... 00:58:10 Selecting previously unselected package libroken18-heimdal:amd64. 00:58:10 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:10 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:10 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:58:10 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:10 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:11 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:58:11 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:11 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:11 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:58:11 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:11 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:11 Selecting previously unselected package libwind0-heimdal:amd64. 00:58:11 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:11 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:11 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:58:11 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:11 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:11 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:58:11 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:11 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:11 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:58:11 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:11 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:11 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:58:11 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:11 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:11 Selecting previously unselected package libsasl2-modules-db:amd64. 00:58:11 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:58:11 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:11 Selecting previously unselected package libsasl2-2:amd64. 00:58:11 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:58:11 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:11 Selecting previously unselected package libldap-common. 00:58:11 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:58:11 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:58:11 Selecting previously unselected package libldap-2.4-2:amd64. 00:58:11 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:58:11 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:58:12 Selecting previously unselected package dirmngr. 00:58:12 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:12 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:58:12 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:58:12 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:58:12 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:58:12 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:12 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:12 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:58:12 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:12 Setting up libksba8:amd64 (1.3.5-2) ... 00:58:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:12 Setting up udev (237-3ubuntu10.44) ... 00:58:12 invoke-rc.d: policy-rc.d denied execution of start. 00:58:13 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:13 Processing triggers for systemd (237-3ubuntu10) ... 00:58:13 Setting up fuse (2.9.7-1ubuntu1) ... 00:58:13 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:58:13 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:13 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:13 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:13 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:13 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:13 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:13 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:13 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:58:13 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:58:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:13 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:58:13 settings in the [Install] section, and DefaultInstance for template units). 00:58:13 This means they are not meant to be enabled using systemctl. 00:58:13 Possible reasons for having this kind of units are: 00:58:13 1) A unit may be statically enabled by being symlinked from another unit's 00:58:13 .wants/ or .requires/ directory. 00:58:13 2) A unit's purpose may be to act as a helper for some other unit which has 00:58:13 a requirement dependency on it. 00:58:13 3) A unit may be started when needed via activation (socket, path, timer, 00:58:13 D-Bus, udev, scripted systemctl call, ...). 00:58:13 4) In case of template units, the unit is meant to be enabled with some 00:58:13 instance name specified. 00:58:14 Reading package lists... 00:58:14 Building dependency tree... 00:58:14 Reading state information... 00:58:14 The following additional packages will be installed: 00:58:14 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:58:14 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:58:14 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:58:14 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:58:14 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:58:14 Suggested packages: 00:58:14 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:58:14 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:58:14 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:58:14 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:58:14 systemd-container policykit-1 00:58:14 Recommended packages: 00:58:14 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:58:14 The following NEW packages will be installed: 00:58:14 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:58:14 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:58:14 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:58:14 multiarch-support openssh-client python3 python3-minimal python3.6 00:58:14 python3.6-minimal snapd squashfs-tools sudo 00:58:14 The following packages will be upgraded: 00:58:14 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:58:14 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:58:14 Need to get 35.2 MB of archives. 00:58:14 After this operation, 141 MB of additional disk space will be used. 00:58:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:58:14 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:58:14 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:58:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:58:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:58:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:58:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:58:14 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:58:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:58:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:58:15 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:58:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:58:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:58:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:58:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:58:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:58:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:58:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:58:15 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:58:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:58:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:58:15 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:58:15 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:58:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:58:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:58:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:58:15 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:58:15 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:58:15 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:58:15 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:58:15 debconf: delaying package configuration, since apt-utils is not installed 00:58:15 Fetched 35.2 MB in 1s (30.5 MB/s) 00:58:15 (Reading database ... 12757 files and directories currently installed.) 00:58:15 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:58:16 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:16 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:58:16 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:16 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:58:17 (Reading database ... 12757 files and directories currently installed.) 00:58:17 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:58:17 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:58:17 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:58:17 (Reading database ... 12757 files and directories currently installed.) 00:58:17 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:58:17 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:58:17 Setting up apt (1.6.12ubuntu0.2) ... 00:58:17 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:58:18 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:58:18 (Reading database ... 12764 files and directories currently installed.) 00:58:18 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:58:18 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:58:18 Selecting previously unselected package libpython3.6-minimal:amd64. 00:58:18 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:18 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:18 Selecting previously unselected package libexpat1:amd64. 00:58:18 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:58:18 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:58:18 Selecting previously unselected package python3.6-minimal. 00:58:18 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:18 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:58:19 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:58:19 Checking for services that may need to be restarted...done. 00:58:19 Checking for services that may need to be restarted...done. 00:58:19 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:19 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:58:19 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:58:20 Selecting previously unselected package python3-minimal. 00:58:20 (Reading database ... 13012 files and directories currently installed.) 00:58:20 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:58:20 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:58:20 Selecting previously unselected package mime-support. 00:58:20 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:58:20 Unpacking mime-support (3.60ubuntu1) ... 00:58:20 Selecting previously unselected package libmpdec2:amd64. 00:58:20 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:58:20 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:58:20 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:58:20 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:20 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:20 Selecting previously unselected package python3.6. 00:58:20 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:20 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:58:20 Selecting previously unselected package libpython3-stdlib:amd64. 00:58:20 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:58:20 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:58:20 Setting up python3-minimal (3.6.7-1~18.04) ... 00:58:21 Selecting previously unselected package python3. 00:58:21 (Reading database ... 13442 files and directories currently installed.) 00:58:21 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:58:21 Unpacking python3 (3.6.7-1~18.04) ... 00:58:21 Selecting previously unselected package multiarch-support. 00:58:21 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:58:21 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:58:21 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:58:21 Selecting previously unselected package liblzo2-2:amd64. 00:58:21 (Reading database ... 13479 files and directories currently installed.) 00:58:21 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:58:21 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:58:21 Selecting previously unselected package libbsd0:amd64. 00:58:21 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:58:21 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:58:21 Selecting previously unselected package sudo. 00:58:21 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:58:21 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:58:21 Selecting previously unselected package apparmor. 00:58:21 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:58:21 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:58:21 Selecting previously unselected package libedit2:amd64. 00:58:22 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:58:22 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:58:22 Selecting previously unselected package libkrb5support0:amd64. 00:58:22 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:58:22 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:58:22 Selecting previously unselected package libk5crypto3:amd64. 00:58:22 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:58:22 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:58:22 Selecting previously unselected package libkeyutils1:amd64. 00:58:22 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:58:22 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:58:22 Selecting previously unselected package libkrb5-3:amd64. 00:58:22 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:58:22 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:58:22 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:58:22 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:58:22 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:58:22 Selecting previously unselected package libssl1.0.0:amd64. 00:58:22 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:58:22 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:58:22 Selecting previously unselected package openssh-client. 00:58:22 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:58:22 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:58:22 Selecting previously unselected package squashfs-tools. 00:58:22 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:58:22 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:58:23 Selecting previously unselected package snapd. 00:58:23 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:58:23 Unpacking snapd (2.48.3+18.04) ... 00:58:25 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:58:25 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:58:26 Setting up mime-support (3.60ubuntu1) ... 00:58:26 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:58:26 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:58:26 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:58:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:26 Setting up systemd (237-3ubuntu10.44) ... 00:58:26 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:58:27 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:58:27 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:58:27 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:58:27 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:27 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:58:27 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:58:28 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:58:28 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:58:28 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:58:28 Setting up python3 (3.6.7-1~18.04) ... 00:58:28 running python rtupdate hooks for python3.6... 00:58:28 running python post-rtupdate hooks for python3.6... 00:58:28 Setting up apparmor (2.12-4ubuntu5.1) ... 00:58:30 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:58:30 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:58:30 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:58:30 Setting up snapd (2.48.3+18.04) ... 00:58:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:58:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:58:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:58:31 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:58:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:58:32 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:58:32 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:58:32 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:58:32 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:58:33 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:58:33 /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' 00:58:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:33 Processing triggers for systemd (237-3ubuntu10.44) ... 00:58:34 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:58:34 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:58:34 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:58:36 Reading package lists... 00:58:36 Reading package lists... 00:58:36 Building dependency tree... 00:58:36 Reading state information... 00:58:36 Calculating upgrade... 00:58:36 The following packages will be upgraded: 00:58:36 advancecomp base-files bash binutils binutils-common 00:58:36 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:58:36 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:58:36 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:58:36 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:58:36 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:58:36 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:58:36 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:58:36 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:58:36 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:58:36 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:58:36 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:58:36 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:58:36 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:58:36 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:58:36 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:58:36 Need to get 63.8 MB of archives. 00:58:36 After this operation, 5206 kB of additional disk space will be used. 00:58:36 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:58:36 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 00:58:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:58:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:58:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:58:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:58:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:58:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:58:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:58:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:58:37 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:58:37 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:58:37 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:58:37 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:58:37 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:58:37 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:58:37 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:58:37 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:58:37 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:58:37 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:58:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:58:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:58:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:58:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:58:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:58:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:58:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:58:37 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:58:37 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:58:37 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:58:37 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:58:37 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:58:37 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:58:37 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:58:37 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:58:37 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:58:37 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:58:37 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:58:37 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:58:38 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:58:38 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:58:38 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:58:38 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:58:38 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:58:38 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:58:38 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:58:38 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:58:38 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:58:38 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:58:38 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:58:38 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:58:38 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:58:38 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:58:38 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:58:38 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:58:38 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:58:38 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:58:38 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:58:38 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:58:38 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:58:38 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:58:38 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:58:38 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:58:38 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:58:38 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:58:38 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:58:38 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:58:38 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:58:38 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:58:38 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:58:38 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:58:38 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:58:38 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:58:38 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:58:38 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:58:38 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:58:38 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:58:38 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:58:38 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:58:38 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:58:38 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:58:38 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:58:38 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] 00:58:38 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:58:38 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:58:38 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:58:38 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:58:38 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:58:38 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:58:38 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:58:39 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:58:39 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:58:39 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:58:39 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:58:40 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:58:40 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:58:40 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:58:40 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:58:40 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:58:40 debconf: delaying package configuration, since apt-utils is not installed 00:58:40 Fetched 63.8 MB in 3s (19.0 MB/s) 00:58:40 (Reading database ... 13912 files and directories currently installed.) 00:58:40 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:58:40 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:58:41 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:58:41 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:58:41 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 00:58:41 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 00:58:42 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:42 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:42 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:43 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:43 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:43 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:43 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:43 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:43 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:43 (Reading database ... 13911 files and directories currently installed.) 00:58:43 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:43 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:58:43 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:58:44 (Reading database ... 13911 files and directories currently installed.) 00:58:44 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:44 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:44 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:44 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:44 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:58:44 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:58:44 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:58:44 (Reading database ... 13911 files and directories currently installed.) 00:58:44 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:58:44 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:58:45 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:58:45 (Reading database ... 13911 files and directories currently installed.) 00:58:45 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:58:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:58:45 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:58:45 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:58:45 Setting up base-files (10.1ubuntu2.10) ... 00:58:45 Installing new version of config file /etc/issue ... 00:58:45 Installing new version of config file /etc/issue.net ... 00:58:45 Installing new version of config file /etc/lsb-release ... 00:58:45 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:58:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:58:46 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:58:46 Removing obsolete conffile /etc/default/motd-news ... 00:58:46 (Reading database ... 13912 files and directories currently installed.) 00:58:46 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:58:46 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:58:46 Setting up bash (4.4.18-2ubuntu1.2) ... 00:58:46 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 00:58:46 (Reading database ... 13912 files and directories currently installed.) 00:58:46 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:46 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:58:46 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:58:46 (Reading database ... 13912 files and directories currently installed.) 00:58:46 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:58:46 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:58:47 Setting up tar (1.29b-2ubuntu0.2) ... 00:58:47 (Reading database ... 13912 files and directories currently installed.) 00:58:47 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:58:47 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:58:47 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:58:47 (Reading database ... 13912 files and directories currently installed.) 00:58:47 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:47 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:47 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:58:47 (Reading database ... 13912 files and directories currently installed.) 00:58:47 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:47 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:47 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:58:47 (Reading database ... 13912 files and directories currently installed.) 00:58:47 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:58:48 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:58:48 Setting up grep (3.1-2build1) ... 00:58:48 (Reading database ... 13912 files and directories currently installed.) 00:58:48 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:58:48 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:58:48 Setting up login (1:4.5-1ubuntu2) ... 00:58:48 (Reading database ... 13912 files and directories currently installed.) 00:58:48 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:58:48 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:48 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:58:48 (Reading database ... 13912 files and directories currently installed.) 00:58:48 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:58:48 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:58:49 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:58:49 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:58:49 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:58:49 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:58:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:58:50 (Reading database ... 13912 files and directories currently installed.) 00:58:50 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:58:50 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:58:51 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:58:51 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:58:51 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:58:51 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:58:51 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:58:51 (Reading database ... 13912 files and directories currently installed.) 00:58:51 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:58:51 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:58:51 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:58:51 (Reading database ... 13912 files and directories currently installed.) 00:58:51 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:51 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:52 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:52 (Reading database ... 13912 files and directories currently installed.) 00:58:52 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:52 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:52 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:52 (Reading database ... 13912 files and directories currently installed.) 00:58:52 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:52 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:52 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:52 (Reading database ... 13912 files and directories currently installed.) 00:58:52 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:52 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:52 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:53 (Reading database ... 13912 files and directories currently installed.) 00:58:53 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:58:53 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:53 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:58:53 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:53 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:58:53 (Reading database ... 13912 files and directories currently installed.) 00:58:53 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:58:53 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:53 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:58:53 (Reading database ... 13912 files and directories currently installed.) 00:58:53 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:53 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:53 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:58:53 (Reading database ... 13912 files and directories currently installed.) 00:58:53 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:53 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:53 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:58:54 (Reading database ... 13912 files and directories currently installed.) 00:58:54 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:54 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:54 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:58:54 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:58:55 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:58:55 (Reading database ... 13912 files and directories currently installed.) 00:58:55 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:58:55 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:58:55 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:58:55 (Reading database ... 13912 files and directories currently installed.) 00:58:55 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:58:55 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:58:56 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:58:56 (Reading database ... 13914 files and directories currently installed.) 00:58:56 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:58:56 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:58:56 Setting up debconf (1.5.66ubuntu1) ... 00:58:56 (Reading database ... 13914 files and directories currently installed.) 00:58:56 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:58:56 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:58:56 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:58:56 (Reading database ... 13914 files and directories currently installed.) 00:58:56 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:58:56 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:58:56 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:58:57 (Reading database ... 13914 files and directories currently installed.) 00:58:57 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:57 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:57 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:57 (Reading database ... 13914 files and directories currently installed.) 00:58:57 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:57 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:57 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:58 (Reading database ... 13914 files and directories currently installed.) 00:58:58 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:58:58 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:58 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:58 (Reading database ... 13914 files and directories currently installed.) 00:58:58 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:58:58 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:58:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:58:58 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:58 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:58 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:58 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:58:58 (Reading database ... 13914 files and directories currently installed.) 00:58:58 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:58:58 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:58:59 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:58:59 (Reading database ... 13914 files and directories currently installed.) 00:58:59 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:58:59 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:58:59 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:58:59 (Reading database ... 13914 files and directories currently installed.) 00:58:59 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:58:59 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:58:59 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:58:59 (Reading database ... 13914 files and directories currently installed.) 00:58:59 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:58:59 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:58:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:59:00 (Reading database ... 13914 files and directories currently installed.) 00:59:00 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:59:00 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:59:00 Setting up passwd (1:4.5-1ubuntu2) ... 00:59:00 (Reading database ... 13914 files and directories currently installed.) 00:59:00 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:59:00 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:59:00 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:59:00 (Reading database ... 13914 files and directories currently installed.) 00:59:00 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:59:00 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:59:01 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:59:01 (Reading database ... 13914 files and directories currently installed.) 00:59:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:59:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:59:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:59:01 (Reading database ... 13914 files and directories currently installed.) 00:59:01 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:59:01 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:59:01 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:59:01 (Reading database ... 13914 files and directories currently installed.) 00:59:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:59:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:59:02 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:59:02 (Reading database ... 13914 files and directories currently installed.) 00:59:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:59:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:59:02 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:59:02 (Reading database ... 13914 files and directories currently installed.) 00:59:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:59:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:59:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:59:02 (Reading database ... 13915 files and directories currently installed.) 00:59:02 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:59:02 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:59:03 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:59:03 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:59:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:59:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:59:03 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:59:03 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:59:03 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:59:03 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:59:03 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:59:03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:59:04 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:59:04 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:59:04 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:59:04 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:59:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:59:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:59:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:59:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:59:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:59:04 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:59:04 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:59:04 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:59:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:59:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:59:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:59:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:59:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:06 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:06 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:06 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:06 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:06 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:06 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:06 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:07 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:07 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:07 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:09 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:09 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:09 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:10 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:10 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:11 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:11 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:11 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:11 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:11 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:59:11 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:59:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:12 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:59:12 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:59:12 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:12 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:12 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:12 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:12 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:59:12 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:59:12 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:12 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:59:12 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:12 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:12 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:12 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:59:12 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:59:12 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:59:12 00:59:12 Current default time zone: 'Etc/UTC' 00:59:12 Local time is now: Tue Mar 16 00:59:12 UTC 2021. 00:59:12 Universal Time is now: Tue Mar 16 00:59:12 UTC 2021. 00:59:12 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:59:12 00:59:13 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:59:13 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:13 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 00:59:13 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:59:13 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:59:13 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:59:13 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:59:13 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:59:13 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:59:13 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:59:13 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:13 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:59:13 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:13 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:59:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:14 Setting up patch (2.7.6-2ubuntu1.1) ... 00:59:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:59:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:59:14 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 00:59:14 Installing new version of config file /etc/ssl/openssl.cnf ... 00:59:14 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:59:14 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:59:14 Setting up ca-certificates (20210119~18.04.1) ... 00:59:16 Updating certificates in /etc/ssl/certs... 00:59:16 23 added, 27 removed; done. 00:59:16 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:59:16 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:16 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:59:16 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:59:16 Setting up pkgbinarymangler (138.18.04.1) ... 00:59:16 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:16 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:59:16 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:16 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:16 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:16 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:59:16 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:16 Setting up perl (5.26.1-6ubuntu0.5) ... 00:59:16 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:59:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:59:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:59:16 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:59:17 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:59:17 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:59:17 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:59:17 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:59:17 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:59:17 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:59:17 Processing triggers for systemd (237-3ubuntu10.44) ... 00:59:17 Processing triggers for mime-support (3.60ubuntu1) ... 00:59:17 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:59:17 Updating certificates in /etc/ssl/certs... 00:59:18 0 added, 0 removed; done. 00:59:18 Running hooks in /etc/ca-certificates/update.d... 00:59:18 done. 00:59:18 Reading package lists... 00:59:18 Building dependency tree... 00:59:18 Reading state information... 00:59:18 The following NEW packages will be installed: 00:59:18 apt-transport-https 00:59:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:59:19 Need to get 1696 B of archives. 00:59:19 After this operation, 153 kB of additional disk space will be used. 00:59:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:59:19 debconf: delaying package configuration, since apt-utils is not installed 00:59:19 Fetched 1696 B in 0s (8975 B/s) 00:59:19 Selecting previously unselected package apt-transport-https. 00:59:19 (Reading database ... 13920 files and directories currently installed.) 00:59:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:59:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:59:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:59:19 Waiting for network to be ready... 00:59:26 2021-03-16T00:59:23Z INFO Waiting for automatic snapd restart... 00:59:26 snapd 2.49 from Canonical* installed 00:59:28 "snapd" switched to the "latest/stable" channel 00:59:28 00:59:32 core18 20210128 from Canonical* installed 00:59:32 "core18" switched to the "latest/stable" channel 00:59:32 00:59:39 snapcraft 4.5.4 from Canonical* installed 00:59:39 "snapcraft" switched to the "latest/stable" channel 00:59:39 00:59:42 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: 00:59:42 - README.md 00:59:42 00:59:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:59:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:59:49 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:59:49 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:59:49 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:59:50 Reading package lists... 00:59:50 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.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 00:59:57 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:59:57 Reading package lists... 00:59:57 Building dependency tree... 00:59:57 Reading state information... 00:59:57 Suggested packages: 00:59:57 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:59:57 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:59:57 Recommended packages: 00:59:57 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:59:57 The following NEW packages will be installed: 00:59:57 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:59:57 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:59:57 pkg-config zip 00:59:57 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:59:57 Need to get 7657 kB of archives. 00:59:57 After this operation, 43.8 MB of additional disk space will be used. 00:59:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:59:57 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:59:57 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:59:57 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:59:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:59:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:59:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:59:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:59:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:59:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:59:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:59:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:59:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:59:58 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:59:58 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:59:58 debconf: delaying package configuration, since apt-utils is not installed 00:59:58 Fetched 7657 kB in 1s (7062 kB/s) 00:59:58 Selecting previously unselected package libglib2.0-0:amd64. 00:59:58 (Reading database ... 13924 files and directories currently installed.) 00:59:58 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:59:58 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:59:58 Selecting previously unselected package libpsl5:amd64. 00:59:58 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:59:58 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:59:58 Selecting previously unselected package libnghttp2-14:amd64. 00:59:58 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:59:58 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:59:58 Selecting previously unselected package librtmp1:amd64. 00:59:58 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:59:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:59:58 Selecting previously unselected package libcurl3-gnutls:amd64. 00:59:58 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:59:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:59:59 Selecting previously unselected package liberror-perl. 00:59:59 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:59:59 Unpacking liberror-perl (0.17025-1) ... 00:59:59 Selecting previously unselected package git-man. 00:59:59 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:59:59 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:59:59 Selecting previously unselected package git. 00:59:59 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:59:59 Unpacking git (1:2.17.1-1ubuntu0.8) ... 01:00:00 Selecting previously unselected package libnorm1:amd64. 01:00:00 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:00:00 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:00:00 Selecting previously unselected package libpgm-5.2-0:amd64. 01:00:00 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:00:00 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:00:00 Selecting previously unselected package libsodium23:amd64. 01:00:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:00:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:00:00 Selecting previously unselected package libzmq5:amd64. 01:00:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:00:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:00:00 Selecting previously unselected package libzmq3-dev:amd64. 01:00:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:00:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:00:00 Selecting previously unselected package pkg-config. 01:00:00 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:00:00 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:00:00 Selecting previously unselected package zip. 01:00:00 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:00:00 Unpacking zip (3.0-11build1) ... 01:00:00 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:00:00 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 01:00:00 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:00:00 Setting up liberror-perl (0.17025-1) ... 01:00:01 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:00:01 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 01:00:01 No schema files found: doing nothing. 01:00:01 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:00:01 Setting up zip (3.0-11build1) ... 01:00:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:00:01 Setting up libsodium23:amd64 (1.0.16-2) ... 01:00:01 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:00:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:00:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:00:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:00:01 Setting up git (1:2.17.1-1ubuntu0.8) ... 01:00:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:00:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:08 git set to automatically installed. 01:00:08 git-man set to automatically installed. 01:00:08 libcurl3-gnutls set to automatically installed. 01:00:08 liberror-perl set to automatically installed. 01:00:08 libglib2.0-0 set to automatically installed. 01:00:08 libnghttp2-14 set to automatically installed. 01:00:08 libnorm1 set to automatically installed. 01:00:08 libpgm-5.2-0 set to automatically installed. 01:00:08 libpsl5 set to automatically installed. 01:00:08 librtmp1 set to automatically installed. 01:00:08 libsodium23 set to automatically installed. 01:00:08 libzmq3-dev set to automatically installed. 01:00:08 libzmq5 set to automatically installed. 01:00:08 pkg-config set to automatically installed. 01:00:08 zip set to automatically installed. 01:00:10 snapd is not logged in, snap install commands will use sudo 01:00:16 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:16 snap "core18" has no updates available 01:00:18 snapd is not logged in, snap install commands will use sudo 01:00:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:46 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 01:00:47 Pulling config-common 01:00:47 + snapcraftctl pull 01:00:48 Pulling go-build-helper 01:00:48 + snapcraftctl pull 01:00:49 'edgex-go' has dependencies that need to be staged: go-build-helper 01:00:49 Skipping pull go-build-helper (already ran) 01:00:49 Building go-build-helper 01:00:49 + snapcraftctl build 01:00:52 Staging go-build-helper 01:00:52 + snapcraftctl stage 01:01:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:01:04 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:01:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 01:01:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 01:01:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 01:01:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 01:01:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 01:01:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 01:01:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 01:01:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 01:01:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:01:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:01:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:01:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:01:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:01:04 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:01:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:01:04 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:01:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:01:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 01:01:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 01:01:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 01:01:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 01:01:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 01:01:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 01:01:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 01:01:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 01:01:04 Fetched 24.1 MB in 0s (0 B/s) 01:01:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:01:04 Fetched 224 kB in 0s (0 B/s) 01:01:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:01:04 Fetched 157 kB in 0s (0 B/s) 01:01:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:01:04 Fetched 221 kB in 0s (0 B/s) 01:01:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:01:04 Fetched 143 kB in 0s (0 B/s) 01:01:04 Pulling edgex-go 01:01:04 + snapcraftctl pull 01:01:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:01:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:01:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:01:31 Fetched 0 B in 0s (0 B/s) 01:01:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:01:31 Fetched 96.5 kB in 0s (0 B/s) 01:01:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:01:31 Fetched 279 kB in 0s (0 B/s) 01:01:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:01:31 Fetched 122 kB in 0s (0 B/s) 01:01:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:01:31 Fetched 77.8 kB in 0s (0 B/s) 01:01:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:01:31 Fetched 8848 B in 0s (0 B/s) 01:01:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:01:31 Fetched 47.8 kB in 0s (0 B/s) 01:01:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:01:31 Fetched 45.6 kB in 0s (0 B/s) 01:01:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:01:31 Fetched 15.0 kB in 0s (0 B/s) 01:01:31 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:01:31 Fetched 214 kB in 0s (0 B/s) 01:01:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 01:01:31 Fetched 154 kB in 0s (0 B/s) 01:01:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:01:31 Fetched 50.6 kB in 0s (0 B/s) 01:01:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:01:31 Fetched 14.8 kB in 0s (0 B/s) 01:01:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:01:31 Fetched 41.8 kB in 0s (0 B/s) 01:01:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:01:31 Fetched 499 kB in 0s (0 B/s) 01:01:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:01:31 Fetched 111 kB in 0s (0 B/s) 01:01:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:01:31 Fetched 240 kB in 0s (0 B/s) 01:01:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:01:31 Fetched 29.3 kB in 0s (0 B/s) 01:01:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:01:31 Fetched 85.5 kB in 0s (0 B/s) 01:01:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:01:31 Fetched 24.5 kB in 0s (0 B/s) 01:01:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:01:31 Fetched 49.2 kB in 0s (0 B/s) 01:01:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:01:31 Fetched 54.2 kB in 0s (0 B/s) 01:01:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:01:31 Fetched 30.8 kB in 0s (0 B/s) 01:01:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 01:01:31 Fetched 15.8 kB in 0s (0 B/s) 01:01:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:01:31 Fetched 85.9 kB in 0s (0 B/s) 01:01:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:01:31 Fetched 8720 B in 0s (0 B/s) 01:01:31 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:01:31 Fetched 137 kB in 0s (0 B/s) 01:01:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:01:31 Fetched 119 kB in 0s (0 B/s) 01:01:31 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:01:31 Fetched 109 kB in 0s (0 B/s) 01:01:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:01:31 Fetched 11.1 kB in 0s (0 B/s) 01:01:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:01:31 Fetched 645 kB in 0s (0 B/s) 01:01:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:01:31 Fetched 41.3 kB in 0s (0 B/s) 01:01:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:01:31 Fetched 17.9 kB in 0s (0 B/s) 01:01:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:01:31 Fetched 368 kB in 0s (0 B/s) 01:01:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:01:31 Fetched 187 kB in 0s (0 B/s) 01:01:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:01:31 Fetched 175 kB in 0s (0 B/s) 01:01:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:01:31 Fetched 206 kB in 0s (0 B/s) 01:01:31 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 01:01:31 Fetched 1301 kB in 0s (0 B/s) 01:01:31 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:01:31 Fetched 36.2 kB in 0s (0 B/s) 01:01:31 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:01:31 Fetched 159 kB in 0s (0 B/s) 01:01:31 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:01:31 Fetched 107 kB in 0s (0 B/s) 01:01:31 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:01:31 Fetched 48.7 kB in 0s (0 B/s) 01:01:31 Pulling static-packages 01:01:31 + snapcraftctl pull 01:01:31 Pulling version 01:01:31 + cd /root/project 01:01:31 + [ -f VERSION ] 01:01:31 + PROJECT_VERSION=local-dev 01:01:31 + git rev-parse --short HEAD 01:01:31 + GIT_REVISION=ba284753 01:01:31 + snapcraftctl set-version local-dev 01:01:31 Building config-common 01:01:31 + snapcraftctl build 01:01:33 Skipping build go-build-helper (already ran) 01:01:33 Building edgex-go 01:01:35 + cd /root/parts/edgex-go/src 01:01:35 + make build 01:01:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:01:38 go: downloading github.com/gorilla/mux v1.8.0 01:01:38 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 01:01:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 01:01:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 01:01:38 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:01:38 go: downloading github.com/google/uuid v1.2.0 01:01:38 go: downloading github.com/pkg/errors v0.8.1 01:01:38 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:01:38 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 01:01:38 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:01:38 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:01:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 01:01:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 01:01:38 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:01:38 go: downloading github.com/x448/float16 v0.8.4 01:01:38 go: downloading github.com/pebbe/zmq4 v1.2.5 01:01:38 go: downloading github.com/imdario/mergo v0.3.12 01:01:38 go: downloading github.com/go-kit/kit v0.8.0 01:01:38 go: downloading github.com/BurntSushi/toml v0.3.1 01:01:38 go: downloading github.com/leodido/go-urn v1.2.0 01:01:38 go: downloading github.com/hashicorp/consul/api v1.8.1 01:01:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 01:01:38 go: downloading github.com/go-playground/universal-translator v0.17.0 01:01:38 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:01:38 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 01:01:38 go: downloading github.com/go-playground/locales v0.13.0 01:01:38 go: downloading github.com/pelletier/go-toml v1.2.0 01:01:38 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:01:38 go: downloading github.com/gorilla/websocket v1.4.2 01:01:38 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:01:39 go: downloading github.com/hashicorp/go-hclog v0.12.0 01:01:39 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:01:39 go: downloading github.com/hashicorp/serf v0.9.5 01:01:39 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:01:39 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 01:01:39 go: downloading github.com/mattn/go-isatty v0.0.12 01:01:39 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:01:39 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 01:01:39 go: downloading github.com/mitchellh/copystructure v1.0.0 01:01:39 go: downloading github.com/fatih/color v1.9.0 01:01:39 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:01:39 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:01:39 go: downloading github.com/mattn/go-colorable v0.1.6 01:01:39 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:01:39 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:01:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:01:51 go: downloading gopkg.in/yaml.v2 v2.4.0 01:01:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:01: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 01:01:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:02:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:02:00 go: downloading github.com/stretchr/testify v1.7.0 01:02:00 go: downloading github.com/davecgh/go-spew v1.1.1 01:02:00 go: downloading github.com/pmezard/go-difflib v1.0.0 01:02:00 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:02:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:02:02 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:02:02 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:02:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:02:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:02:05 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 01:02:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:02:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:02:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:02:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:02:10 go: downloading github.com/lib/pq v1.10.0 01:02:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:02:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:02:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:02:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:02:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:02:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:02:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:02:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:02:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:02:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:02:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:02:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:02:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:02:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:02:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:02:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:02:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:02:13 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 01:02:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:02:13 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:02:13 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:02:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:02:13 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:02:13 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:02:13 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 01:02:16 Building static-packages 01:02:16 + snapcraftctl build 01:02:19 Building version 01:02:19 + snapcraftctl build 01:02:21 Staging config-common 01:02:21 + snapcraftctl stage 01:02:23 Skipping stage go-build-helper (already ran) 01:02:23 Staging edgex-go 01:02:23 + snapcraftctl stage 01:02:24 Staging static-packages 01:02:24 + snapcraftctl stage 01:02:25 Staging version 01:02:25 + snapcraftctl stage 01:02:26 Priming config-common 01:02:26 + snapcraftctl prime 01:02:27 Priming go-build-helper 01:02:27 + snapcraftctl prime 01:02:28 Priming edgex-go 01:02:28 + snapcraftctl prime 01:02:29 Priming static-packages 01:02:29 + snapcraftctl prime 01:02:32 Priming version 01:02:32 + snapcraftctl prime 01:02:33 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:02:38 provisioning config files... 01:02:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config907172154227734921tmp [Pipeline] { [Pipeline] sh 01:02:38 + set +x 01:02:38 + bash -s -- 01:02:38 + curl -s https://codecov.io/bash 01:02:39 01:02:39 _____ _ 01:02:39 / ____| | | 01:02:39 | | ___ __| | ___ ___ _____ __ 01:02:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:02:39 | |___| (_) | (_| | __/ (_| (_) \ V / 01:02:39 \_____\___/ \__,_|\___|\___\___/ \_/ 01:02:39 Bash-20210309-2b87ace 01:02:39 01:02:39 01:02:39 ==> git version 2.24.3 found 01:02:39 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 01:02:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:02:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:02:39 ==> Jenkins CI detected. 01:02:39 project root: . 01:02:39 --> token set from env 01:02:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:02:39 ==> Running gcov in . (disable via -X gcov) 01:02:39 ==> Python coveragepy not found 01:02:39 ==> Searching for coverage reports in: 01:02:39 + . 01:02:39 -> Found 1 reports 01:02:39 ==> Detecting git/mercurial file structure 01:02:40 ==> Reading reports 01:02:40 + ./coverage.out bytes=650607 01:02:40 ==> Appending adjustments 01:02:40 https://docs.codecov.io/docs/fixing-reports 01:02:49 + Found adjustments 01:02:49 ==> Gzipping contents 01:02:49 96K /tmp/codecov.Ml80mL.gz 01:02:49 ==> Uploading reports 01:02:49 url: https://codecov.io 01:02:49 query: branch=PR-3234&commit=8d54e528a209f68a2b3e24221d05de3e91e57a79&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 01:02:49 -> Pinging Codecov 01:02:49 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=8d54e528a209f68a2b3e24221d05de3e91e57a79&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 01:02:49 -> Uploading to 01:02:49 https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/8d54e528a209f68a2b3e24221d05de3e91e57a79/58fd0536-0e82-49e9-a43c-a0d9ca7835b5.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T010248Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7305b3d8a918147e2d9aaa3dd6cc3c0e231764d71f29b4f109acc27ad89f1d2c 01:02:49 % Total % Received % Xferd Average Speed Time Time Time Current 01:02:49 Dload Upload Total Spent Left Speed 01:02:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94972 0 0 100 94972 0 162k --:--:-- --:--:-- --:--:-- 162k 100 94972 0 0 100 94972 0 162k --:--:-- --:--:-- --:--:-- 162k 01:02:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/8d54e528a209f68a2b3e24221d05de3e91e57a79 [Pipeline] } 01:02:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:02:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:02:53 ---> package-listing.sh 01:02:53 ++ facter osfamily 01:02:53 ++ tr '[:upper:]' '[:lower:]' 01:02:53 + OS_FAMILY=redhat 01:02:53 + workspace=/w/workspace/edgex-go/13 01:02:53 + START_PACKAGES=/tmp/packages_start.txt 01:02:53 + END_PACKAGES=/tmp/packages_end.txt 01:02:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:02:53 + PACKAGES=/tmp/packages_start.txt 01:02:53 + '[' /w/workspace/edgex-go/13 ']' 01:02:53 + PACKAGES=/tmp/packages_end.txt 01:02:53 + case "${OS_FAMILY}" in 01:02:53 + rpm -qa 01:02:53 + sort 01:03:04 + '[' -f /tmp/packages_start.txt ']' 01:03:04 + '[' -f /tmp/packages_end.txt ']' 01:03:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:03:04 + '[' /w/workspace/edgex-go/13 ']' 01:03:04 + mkdir -p /w/workspace/edgex-go/13/archives/ 01:03:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo 01:03:05 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 01:03:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:03:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:06 01:03:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:03:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:07 alpine: Pulling from edgex-lftools-log-publisher 01:03:07 df20fa9351a1: Pulling fs layer 01:03:07 36b3adc4ff6f: Pulling fs layer 01:03:07 8ad3a11d3b57: Pulling fs layer 01:03:07 46f8f816bc3b: Pulling fs layer 01:03:07 93b61091891f: Pulling fs layer 01:03:07 93b9cdb0e59b: Pulling fs layer 01:03:07 5e14af77c1be: Pulling fs layer 01:03:07 01666e4c0597: Pulling fs layer 01:03:07 aa168da1d23b: Pulling fs layer 01:03:07 46f8f816bc3b: Waiting 01:03:07 93b61091891f: Waiting 01:03:07 93b9cdb0e59b: Waiting 01:03:07 5e14af77c1be: Waiting 01:03:07 01666e4c0597: Waiting 01:03:07 aa168da1d23b: Waiting 01:03:07 36b3adc4ff6f: Verifying Checksum 01:03:07 36b3adc4ff6f: Download complete 01:03:07 46f8f816bc3b: Verifying Checksum 01:03:07 46f8f816bc3b: Download complete 01:03:07 df20fa9351a1: Download complete 01:03:07 93b9cdb0e59b: Verifying Checksum 01:03:07 93b9cdb0e59b: Download complete 01:03:07 93b61091891f: Verifying Checksum 01:03:07 93b61091891f: Download complete 01:03:07 5e14af77c1be: Download complete 01:03:07 01666e4c0597: Verifying Checksum 01:03:07 01666e4c0597: Download complete 01:03:08 df20fa9351a1: Pull complete 01:03:08 8ad3a11d3b57: Verifying Checksum 01:03:08 8ad3a11d3b57: Download complete 01:03:08 36b3adc4ff6f: Pull complete 01:03:12 8ad3a11d3b57: Pull complete 01:03:12 46f8f816bc3b: Pull complete 01:03:13 93b61091891f: Pull complete 01:03:13 93b9cdb0e59b: Pull complete 01:03:13 5e14af77c1be: Pull complete 01:03:14 aa168da1d23b: Verifying Checksum 01:03:14 aa168da1d23b: Download complete 01:03:17 01666e4c0597: Pull complete 01:03:44 aa168da1d23b: Pull complete 01:03:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:03:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:03:46 prd-centos7-docker-4c-2g-29870 does not seem to be running inside a container 01:03:46 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:03:49 $ docker top 20cd29d0f39104504aeae0cb490b6ef0b96fe56fe380a7f4f9e55956dabb532b -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:51 + touch /tmp/pre-build-complete [Pipeline] sh 01:03:52 + mkdir -p /var/log/sa [Pipeline] sh 01:03:53 + ls /var/log/sa-host 01:03:53 + sadf -c /var/log/sa-host/sa16 01:03:53 file_magic: OK 01:03:53 HZ: Using current value: 100 01:03:53 file_header: OK 01:03:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:03:53 Statistics: 01:03:53 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... 01:03:53 File successfully converted to sysstat format version 12.2.1 01:03:53 + sadf -c /var/log/sa-host/sa23 01:03:53 file_magic: OK 01:03:53 HZ: Using current value: 100 01:03:53 file_header: OK 01:03:53 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:03:53 Statistics: 01:03:53 Hnuu...uuuununununu... 01:03:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:03:54 provisioning config files... 01:03:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config34551950798137262tmp [Pipeline] { [Pipeline] echo 01:03:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:03:55 ---> create-netrc.sh [Pipeline] } 01:03:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:03:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:03:55 ---> python-tools-install.sh [Pipeline] echo 01:03:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:03:56 ---> sudo-logs.sh 01:03:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:03:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:03:57 ---> job-cost.sh 01:03:58 lf-activate-venv: SKIPPING 01:03:58 DEBUG: total: 0.20999999344348907 01:03:58 INFO: Retrieving Stack Cost... 01:03:59 INFO: Retrieving Pricing Info for: v1-standard-2 01:03:59 INFO: Archiving Costs [Pipeline] echo 01:03:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:04:00 ---> logs-deploy.sh 01:04:00 lf-activate-venv: SKIPPING 01:04:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/13 01:04:00 INFO: archiving workspace using pattern(s): 01:04:03 Archives upload complete. 01:04:03 INFO: archiving logs to Nexus 01:04:05 ---> uname -a: 01:04:05 Linux prd-centos7-docker-4c-2g-29870.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:04:05 01:04:05 01:04:05 ---> lscpu: 01:04:05 Architecture: x86_64 01:04:05 CPU op-mode(s): 32-bit, 64-bit 01:04:05 Byte Order: Little Endian 01:04:05 Address sizes: 40 bits physical, 48 bits virtual 01:04:05 CPU(s): 4 01:04:05 On-line CPU(s) list: 0-3 01:04:05 Thread(s) per core: 1 01:04:05 Core(s) per socket: 1 01:04:05 Socket(s): 4 01:04:05 NUMA node(s): 1 01:04:05 Vendor ID: GenuineIntel 01:04:05 CPU family: 6 01:04:05 Model: 44 01:04:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:04:05 Stepping: 1 01:04:05 CPU MHz: 2933.438 01:04:05 BogoMIPS: 5866.87 01:04:05 Virtualization: VT-x 01:04:05 Hypervisor vendor: KVM 01:04:05 Virtualization type: full 01:04:05 L1d cache: 128 KiB 01:04:05 L1i cache: 128 KiB 01:04:05 L2 cache: 16 MiB 01:04:05 L3 cache: 64 MiB 01:04:05 NUMA node0 CPU(s): 0-3 01:04:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:04:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:04:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:04:05 Vulnerability Meltdown: Mitigation; PTI 01:04:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:04:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:04:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:04:05 Vulnerability Srbds: Not affected 01:04:05 Vulnerability Tsx async abort: Not affected 01:04:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:04:05 01:04:05 01:04:05 ---> nproc: 01:04:05 4 01:04:05 01:04:05 01:04:05 ---> df -h: 01:04:05 Filesystem Size Used Available Use% Mounted on 01:04:05 overlay 50.0G 11.7G 38.2G 23% / 01:04:05 tmpfs 64.0M 0 64.0M 0% /dev 01:04:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:04:05 shm 64.0M 0 64.0M 0% /dev/shm 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/13 01:04:05 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/13@tmp 01:04:05 01:04:05 01:04:05 ---> free -m: 01:04:05 total used free shared buff/cache available 01:04:05 Mem: 1837 718 98 0 1020 1035 01:04:05 Swap: 1023 73 950 01:04:05 01:04:05 01:04:05 ---> ip addr: 01:04:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:04:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:04:05 inet 127.0.0.1/8 scope host lo 01:04:05 valid_lft forever preferred_lft forever 01:04:05 inet6 ::1/128 scope host 01:04:05 valid_lft forever preferred_lft forever 01:04:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:04:05 link/ether fa:16:3e:fd:e6:42 brd ff:ff:ff:ff:ff:ff 01:04:05 inet 10.30.122.162/23 brd 10.30.123.255 scope global dynamic eth0 01:04:05 valid_lft 84358sec preferred_lft 84358sec 01:04:05 inet6 fe80::f816:3eff:fefd:e642/64 scope link 01:04:05 valid_lft forever preferred_lft forever 01:04:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:04:05 link/ether 02:42:d9:58:f4:f7 brd ff:ff:ff:ff:ff:ff 01:04:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:04:05 valid_lft forever preferred_lft forever 01:04:05 inet6 fe80::42:d9ff:fe58:f4f7/64 scope link 01:04:05 valid_lft forever preferred_lft forever 01:04:05 01:04:05 01:04:05 ---> sar -b -r -n DEV: 01:04:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) 01:04:05 01:04:05 00:29:46 LINUX RESTART (4 CPU) 01:04:05 01:04:05 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:04:05 00:32:02 36.88 8.70 28.18 0.00 863.36 6948.28 0.00 01:04:05 00:33:01 47.11 21.20 25.90 0.00 5153.09 7547.52 0.00 01:04:05 00:34:01 121.78 48.88 72.90 0.00 5176.53 30722.70 0.00 01:04:05 00:35:01 195.32 66.79 128.54 0.00 2895.04 19460.74 0.00 01:04:05 00:36:03 130.10 71.17 58.93 0.00 2590.10 6834.96 0.00 01:04:05 00:37:03 77.37 21.65 55.72 0.00 809.61 6986.88 0.00 01:04:05 00:38:01 57.02 18.31 38.71 0.00 695.23 3755.36 0.00 01:04:05 00:39:01 80.63 45.27 35.36 0.00 1521.13 2516.40 0.00 01:04:05 00:40:01 69.23 29.57 39.66 0.00 1648.17 4195.80 0.00 01:04:05 00:41:02 40.47 9.30 31.17 0.00 449.29 7643.26 0.00 01:04:05 00:42:02 219.60 45.97 173.63 0.00 15731.75 86449.91 0.00 01:04:05 00:43:08 701.82 597.72 104.10 0.00 67501.07 70054.57 0.00 01:04:05 00:44:06 647.39 525.78 121.61 0.00 49092.55 47778.36 0.00 01:04:05 00:45:08 1104.78 973.87 130.91 0.00 73551.91 77730.06 0.00 01:04:05 00:46:02 633.67 555.89 77.77 0.00 29833.61 29431.77 0.00 01:04:05 00:47:05 130.54 70.10 60.44 0.00 5084.48 12664.10 0.00 01:04:05 00:48:03 203.31 35.98 167.33 0.00 10341.11 31830.44 0.00 01:04:05 00:49:03 364.01 180.02 183.99 0.00 51828.91 79237.18 0.00 01:04:05 00:50:03 842.51 738.57 103.94 0.00 41804.84 41608.66 0.00 01:04:05 00:51:02 614.63 443.74 170.88 0.00 40723.13 44110.70 0.00 01:04:05 00:52:02 727.83 567.73 160.10 0.00 29646.16 35574.30 0.00 01:04:05 00:53:01 151.16 51.50 99.66 0.00 5035.50 7920.11 0.00 01:04:05 00:54:02 105.63 35.69 69.93 0.00 3847.89 7653.67 0.00 01:04:05 00:55:01 2.42 0.39 2.03 0.00 5.01 34.23 0.00 01:04:05 00:56:01 0.67 0.05 0.62 0.00 1.33 6.29 0.00 01:04:05 00:57:01 0.38 0.02 0.37 0.00 0.13 5.88 0.00 01:04:05 00:58:01 0.47 0.30 0.17 0.00 3.33 1.33 0.00 01:04:05 00:59:01 0.27 0.03 0.23 0.00 0.53 3.38 0.00 01:04:05 01:00:01 0.50 0.28 0.22 0.00 12.65 2.41 0.00 01:04:05 01:01:01 0.47 0.23 0.23 0.00 3.59 1.85 0.00 01:04:05 01:02:02 2.26 1.81 0.45 0.00 174.25 6.97 0.00 01:04:05 01:03:01 66.96 66.67 0.29 0.00 5301.69 24.80 0.00 01:04:05 Average: 230.93 163.94 66.99 0.00 14231.86 21056.63 0.00 01:04:05 01:04:05 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:04:05 00:32:02 89336 0 595816 31.67 2620 1193772 1105408 37.73 534884 1059384 7280 01:04:05 00:33:01 79696 0 829572 44.09 2620 969656 1525888 52.08 675936 921760 12 01:04:05 00:34:01 193688 0 713824 37.94 2256 971776 1353856 46.20 561776 882816 50472 01:04:05 00:35:01 65596 0 776960 41.29 1492 1037496 1529300 52.19 598688 946080 32740 01:04:05 00:36:03 123224 0 805384 42.80 1492 951444 1669008 56.96 611668 872388 52404 01:04:05 00:37:03 330764 0 766832 40.76 728 783220 1556568 53.12 552044 723660 11928 01:04:05 00:38:01 239864 0 822380 43.71 548 818752 1858604 63.43 684112 677440 78640 01:04:05 00:39:01 337036 0 791828 42.08 548 752132 1765324 60.25 565768 695488 65652 01:04:05 00:40:01 167292 0 871756 46.33 548 841948 1582368 54.00 658204 762180 40748 01:04:05 00:41:02 304712 0 773252 41.10 532 803048 1556364 53.12 572100 731524 45488 01:04:05 00:42:02 64736 0 711564 37.82 100 1105144 1275936 43.55 730336 855768 50756 01:04:05 00:43:08 592232 0 679008 36.09 0 610304 1281296 43.73 419232 658744 80 01:04:05 00:44:06 77992 0 846044 44.97 0 957508 2366856 80.78 698076 887696 10112 01:04:05 00:45:08 74964 0 858668 45.64 0 947912 2371856 80.95 774420 802320 63516 01:04:05 00:46:02 101232 0 1449000 77.01 0 331312 4344380 148.27 841096 669840 18052 01:04:05 00:47:05 366592 0 830328 44.13 0 684624 2114276 72.16 558504 684924 840 01:04:05 00:48:03 62780 0 757040 40.24 0 1061724 1558232 53.18 618984 942576 27896 01:04:05 00:49:03 81504 0 799152 42.47 0 1000888 2166408 73.94 745184 832524 71344 01:04:05 00:50:03 129000 0 999212 53.11 0 753332 3192856 108.97 699456 799092 66360 01:04:05 00:51:02 88024 0 804376 42.75 0 989144 2130484 72.71 598416 944940 69664 01:04:05 00:52:02 91020 0 755572 40.16 0 1034952 1961496 66.94 584272 955816 64 01:04:05 00:53:01 63940 0 938972 49.90 0 878632 2246324 76.66 818536 739160 34464 01:04:05 00:54:02 393088 0 631112 33.54 0 857344 1273400 43.46 536884 708456 36 01:04:05 00:55:01 399488 0 624764 33.20 0 857292 1181356 40.32 532696 708200 12 01:04:05 00:56:01 400324 0 623928 33.16 0 857292 1181212 40.31 532332 708208 12 01:04:05 00:57:01 400344 0 623892 33.16 0 857308 1181296 40.32 532412 708220 8 01:04:05 00:58:01 399932 0 624300 33.18 0 857312 1181332 40.32 532504 708316 16 01:04:05 00:59:01 400484 0 623740 33.15 0 857320 1181212 40.31 532204 708336 12 01:04:05 01:00:01 400196 0 623652 33.15 0 857696 1181212 40.31 532228 708704 8 01:04:05 01:01:01 398868 0 624968 33.22 0 857708 1183552 40.39 532848 708784 12 01:04:05 01:02:02 391492 0 627524 33.35 0 862528 1181828 40.33 538272 711040 8 01:04:05 01:03:01 208632 0 658940 35.02 0 1013972 1218008 41.57 577428 850784 304 01:04:05 Average: 234940 0 764480 40.63 421 881703 1701797 58.08 608797 789849 24967 01:04:05 01:04:05 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:04:05 00:32:02 eth0 535.95 306.03 3202.38 61.88 0.00 0.00 0.00 0.00 01:04:05 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:33:01 eth0 802.60 871.84 3128.35 120.99 0.00 0.00 0.00 0.00 01:04:05 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:33:01 vethd07291e 791.08 703.20 78.73 2683.77 0.00 0.00 0.00 0.00 01:04:05 00:33:01 docker0 791.08 703.07 67.92 2683.75 0.00 0.00 0.00 0.00 01:04:05 00:34:01 eth0 304.06 250.70 2859.44 26.65 0.00 0.00 0.00 0.00 01:04:05 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:34:01 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:35:01 eth0 207.43 153.04 851.98 19.82 0.00 0.00 0.00 0.00 01:04:05 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:35:01 docker0 138.43 184.26 9.61 836.13 0.00 0.00 0.00 0.00 01:04:05 00:36:03 veth1f6e8be 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:36:03 eth0 34.01 29.42 23.36 65.94 0.00 0.00 0.00 0.00 01:04:05 00:36:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:36:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:37:03 veth1f6e8be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:37:03 eth0 11.06 7.80 8.61 4.74 0.00 0.00 0.00 0.00 01:04:05 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:37:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:38:01 veth1f6e8be 0.86 0.86 0.07 0.07 0.00 0.00 0.00 0.00 01:04:05 00:38:01 eth0 22.88 17.47 18.05 10.01 0.00 0.00 0.00 0.00 01:04:05 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:38:01 docker0 0.86 0.86 0.06 0.07 0.00 0.00 0.00 0.00 01:04:05 00:39:01 veth1f6e8be 1.61 1.61 0.13 0.13 0.00 0.00 0.00 0.00 01:04:05 00:39:01 eth0 23.48 18.71 17.20 9.57 0.00 0.00 0.00 0.00 01:04:05 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:39:01 docker0 1.61 1.61 0.11 0.13 0.00 0.00 0.00 0.00 01:04:05 00:40:01 veth1f6e8be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:40:01 eth0 23.27 21.56 11.93 76.15 0.00 0.00 0.00 0.00 01:04:05 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:41:02 eth0 95.55 72.09 712.13 15.69 0.00 0.00 0.00 0.00 01:04:05 00:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:42:02 vethf6a3adb 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:42:02 eth0 116.79 95.07 995.08 62.30 0.00 0.00 0.00 0.00 01:04:05 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:43:08 vethf6a3adb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:43:08 eth0 2.71 1.90 1.77 1.05 0.00 0.00 0.00 0.00 01:04:05 00:43:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:43:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:44:06 vethf6a3adb 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:44:06 eth0 45.21 27.46 171.02 10.37 0.00 0.00 0.00 0.00 01:04:05 00:44:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:44:06 docker0 11.59 22.80 0.63 153.45 0.00 0.00 0.00 0.00 01:04:05 00:45:08 vethf6a3adb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:45:08 eth0 2.93 1.75 1.87 1.04 0.00 0.00 0.00 0.00 01:04:05 00:45:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:45:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:46:02 vethf6a3adb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:46:02 vetheb8d68e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:46:02 veth6af219a 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:46:02 veth95c965c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:47:05 vethf6a3adb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:47:05 veth6af219a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:47:05 veth53d0a9b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:47:05 eth0 2188.20 1820.11 11561.69 473.93 0.00 0.00 0.00 0.00 01:04:05 00:48:03 veth2f69bb3 4.10 12.02 0.27 39.66 0.00 0.00 0.00 0.00 01:04:05 00:48:03 vethf6a3adb 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:48:03 eth0 197.41 140.68 1511.85 96.11 0.00 0.00 0.00 0.00 01:04:05 00:48:03 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:04:05 00:49:03 vethf6a3adb 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:49:03 eth0 83.55 38.14 330.80 13.64 0.00 0.00 0.00 0.00 01:04:05 00:49:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:49:03 docker0 962.79 989.64 79.09 4104.75 0.00 0.00 0.00 0.00 01:04:05 00:50:03 vethf6a3adb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:50:03 eth0 20.40 15.29 41.55 6.85 0.00 0.00 0.00 0.00 01:04:05 00:50:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:50:03 vethee63cdf 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:51:02 vethf6a3adb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:51:02 veth548b024 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:51:02 eth0 40.77 33.84 51.78 71.92 0.00 0.00 0.00 0.00 01:04:05 00:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:52:02 vethf6a3adb 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:52:02 veth9fb6af4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:04:05 00:52:02 veth548b024 3.82 4.47 0.51 18.12 0.00 0.00 0.00 0.00 01:04:05 00:52:02 eth0 61.58 49.76 87.06 76.56 0.00 0.00 0.00 0.00 01:04:05 00:53:01 vethf6a3adb 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:53:01 veth9fb6af4 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:53:01 veth6322e8e 0.00 0.25 0.00 0.02 0.00 0.00 0.00 0.00 01:04:05 00:53:01 eth0 42.44 29.89 60.78 13.50 0.00 0.00 0.00 0.00 01:04:05 00:54:02 eth0 45.11 34.14 97.07 63.31 0.00 0.00 0.00 0.00 01:04:05 00:54:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:04:05 00:54:02 docker0 988.85 1034.55 80.84 4344.04 0.00 0.00 0.00 0.00 01:04:05 00:55:01 eth0 1.01 0.27 0.32 0.17 0.00 0.00 0.00 0.00 01:04:05 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:56:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 01:04:05 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:57:01 eth0 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 01:04:05 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:58:01 eth0 0.95 0.37 0.32 0.24 0.00 0.00 0.00 0.00 01:04:05 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:59:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 01:04:05 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:00:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 01:04:05 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:01:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:02:02 eth0 0.35 0.25 0.14 0.08 0.00 0.00 0.00 0.00 01:04:05 01:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:03:01 eth0 16.38 11.98 14.94 7.57 0.00 0.00 0.00 0.00 01:04:05 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 Average: eth0 85.74 69.80 442.64 26.22 0.00 0.00 0.00 0.00 01:04:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:05 Average: docker0 31.13 32.57 2.55 136.77 0.00 0.00 0.00 0.00 01:04:05 01:04:05 01:04:05 ---> sar -P ALL: 01:04:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) 01:04:05 01:04:05 00:29:46 LINUX RESTART (4 CPU) 01:04:05 01:04:05 00:31:01 CPU %user %nice %system %iowait %steal %idle 01:04:05 00:32:02 all 10.51 0.00 3.21 0.88 26.84 58.56 01:04:05 00:32:02 0 10.98 0.00 3.63 1.30 28.20 55.89 01:04:05 00:32:02 1 9.86 0.00 2.71 0.69 28.04 58.70 01:04:05 00:32:02 2 8.13 0.00 3.06 0.73 27.73 60.34 01:04:05 00:32:02 3 13.20 0.00 3.46 0.79 23.30 59.25 01:04:05 00:33:01 all 6.18 0.00 3.50 1.75 23.14 65.44 01:04:05 00:33:01 0 6.50 0.00 4.22 3.73 25.31 60.24 01:04:05 00:33:01 1 5.83 0.00 3.13 1.33 22.96 66.73 01:04:05 00:33:01 2 6.58 0.00 3.28 1.36 22.57 66.20 01:04:05 00:33:01 3 5.81 0.00 3.36 0.56 21.68 68.58 01:04:05 00:34:01 all 5.11 0.00 3.58 1.39 30.34 59.57 01:04:05 00:34:01 0 3.49 0.00 3.28 0.67 32.62 59.94 01:04:05 00:34:01 1 6.59 0.00 4.89 3.38 31.27 53.88 01:04:05 00:34:01 2 4.04 0.00 2.76 0.82 28.51 63.88 01:04:05 00:34:01 3 6.51 0.00 3.45 0.80 28.86 60.38 01:04:05 00:35:01 all 3.26 0.00 3.37 3.95 23.18 66.23 01:04:05 00:35:01 0 3.21 0.00 3.30 4.66 25.23 63.60 01:04:05 00:35:01 1 2.77 0.00 2.78 4.31 23.23 66.91 01:04:05 00:35:01 2 3.37 0.00 3.64 3.70 22.71 66.59 01:04:05 00:35:01 3 3.71 0.00 3.79 3.12 21.52 67.87 01:04:05 00:36:03 all 8.63 0.00 5.66 4.42 36.27 45.02 01:04:05 00:36:03 0 10.34 0.00 6.66 5.25 35.56 42.18 01:04:05 00:36:03 1 9.04 0.00 6.13 4.31 36.71 43.82 01:04:05 00:36:03 2 8.36 0.00 4.66 4.01 37.36 45.62 01:04:05 00:36:03 3 6.87 0.00 5.25 4.14 35.43 48.32 01:04:05 00:37:03 all 24.47 0.00 7.45 3.00 48.36 16.72 01:04:05 00:37:03 0 30.33 0.00 8.75 3.61 47.05 10.26 01:04:05 00:37:03 1 25.25 0.00 6.75 2.12 47.35 18.53 01:04:05 00:37:03 2 21.87 0.00 7.01 3.94 50.01 17.18 01:04:05 00:37:03 3 20.91 0.00 7.40 2.38 48.92 20.39 01:04:05 00:38:01 all 27.09 0.00 8.72 2.85 33.06 28.28 01:04:05 00:38:01 0 26.65 0.00 8.47 2.82 33.88 28.19 01:04:05 00:38:01 1 27.08 0.00 8.75 2.13 33.99 28.05 01:04:05 00:38:01 2 28.08 0.00 8.73 1.52 31.99 29.68 01:04:05 00:38:01 3 26.54 0.00 8.94 4.97 32.39 27.16 01:04:05 00:39:01 all 22.76 0.00 8.81 3.01 37.61 27.81 01:04:05 00:39:01 0 21.26 0.00 7.82 2.99 38.37 29.56 01:04:05 00:39:01 1 23.48 0.00 8.15 2.87 37.17 28.33 01:04:05 00:39:01 2 22.01 0.00 9.42 3.28 37.96 27.33 01:04:05 00:39:01 3 24.36 0.00 9.89 2.89 36.91 25.95 01:04:05 00:40:01 all 21.66 0.00 9.58 3.60 39.09 26.07 01:04:05 00:40:01 0 20.44 0.00 9.14 5.29 39.63 25.52 01:04:05 00:40:01 1 22.00 0.00 10.10 2.18 37.48 28.25 01:04:05 00:40:01 2 22.96 0.00 10.25 4.17 38.41 24.21 01:04:05 00:40:01 3 21.27 0.00 8.83 2.74 40.86 26.30 01:04:05 00:41:02 all 16.20 0.00 7.75 1.16 24.80 50.09 01:04:05 00:41:02 0 15.49 0.00 7.13 1.07 26.85 49.46 01:04:05 00:41:02 1 16.69 0.00 8.08 1.44 24.54 49.25 01:04:05 00:41:02 2 17.10 0.00 7.39 1.30 24.21 50.00 01:04:05 00:41:02 3 15.53 0.00 8.43 0.84 23.54 51.66 01:04:05 00:42:02 all 5.21 0.00 6.56 9.95 34.34 43.94 01:04:05 00:42:02 0 6.00 0.00 6.76 11.53 35.03 40.68 01:04:05 00:42:02 1 4.17 0.00 6.02 9.66 34.43 45.72 01:04:05 00:42:02 2 4.76 0.00 6.71 10.26 33.56 44.71 01:04:05 00:42:02 3 5.91 0.00 6.76 8.33 34.34 44.65 01:04:05 01:04:05 00:42:02 CPU %user %nice %system %iowait %steal %idle 01:04:05 00:43:08 all 8.71 0.00 7.47 14.83 45.00 23.99 01:04:05 00:43:08 0 8.12 0.00 8.28 14.18 45.74 23.67 01:04:05 00:43:08 1 8.41 0.00 6.73 15.51 44.24 25.11 01:04:05 00:43:08 2 9.15 0.00 7.14 15.03 44.63 24.04 01:04:05 00:43:08 3 9.16 0.00 7.72 14.59 45.40 23.13 01:04:05 00:44:06 all 4.22 0.00 8.18 26.68 35.24 25.69 01:04:05 00:44:06 0 4.14 0.00 7.16 23.46 35.53 29.70 01:04:05 00:44:06 1 4.14 0.00 8.23 29.82 34.78 23.03 01:04:05 00:44:06 2 4.29 0.00 8.35 28.58 35.68 23.10 01:04:05 00:44:06 3 4.29 0.00 8.97 25.00 34.98 26.77 01:04:05 00:45:08 all 6.13 0.00 5.43 26.02 43.75 18.67 01:04:05 00:45:08 0 6.81 0.00 5.59 25.85 43.78 17.97 01:04:05 00:45:08 1 5.67 0.00 5.49 23.97 43.13 21.75 01:04:05 00:45:08 2 5.85 0.00 5.47 29.04 44.39 15.24 01:04:05 00:45:08 3 6.21 0.00 5.19 25.20 43.71 19.70 01:04:05 00:46:02 all 12.39 0.00 7.49 25.07 37.86 17.19 01:04:05 00:46:02 0 12.86 0.00 6.71 25.11 37.66 17.66 01:04:05 00:46:02 1 12.89 0.00 7.02 28.12 37.49 14.48 01:04:05 00:46:02 2 11.88 0.00 8.81 23.07 39.47 16.77 01:04:05 00:46:02 3 11.94 0.00 7.41 24.02 36.82 19.80 01:04:05 00:47:05 all 51.90 0.00 10.31 2.59 34.26 0.94 01:04:05 00:47:05 0 50.86 0.00 9.93 3.98 34.56 0.67 01:04:05 00:47:05 1 48.60 0.00 9.87 1.92 37.92 1.69 01:04:05 00:47:05 2 57.30 0.00 11.12 1.28 30.22 0.08 01:04:05 00:47:05 3 50.98 0.00 10.35 3.10 34.26 1.31 01:04:05 00:48:03 all 9.17 0.00 9.11 10.88 43.48 27.36 01:04:05 00:48:03 0 9.04 0.00 9.14 11.43 44.26 26.14 01:04:05 00:48:03 1 9.37 0.00 10.28 9.92 42.94 27.49 01:04:05 00:48:03 2 9.39 0.00 8.89 13.22 42.14 26.36 01:04:05 00:48:03 3 8.89 0.00 8.16 8.86 44.60 29.48 01:04:05 00:49:03 all 6.07 0.00 7.23 15.94 48.69 22.07 01:04:05 00:49:03 0 5.60 0.00 6.83 16.12 48.98 22.47 01:04:05 00:49:03 1 6.13 0.00 7.69 15.00 47.55 23.63 01:04:05 00:49:03 2 6.23 0.00 6.59 16.31 49.80 21.07 01:04:05 00:49:03 3 6.33 0.00 7.84 16.33 48.45 21.06 01:04:05 00:50:03 all 8.84 0.00 6.36 24.24 46.78 13.78 01:04:05 00:50:03 0 8.80 0.00 5.71 24.43 45.90 15.16 01:04:05 00:50:03 1 8.81 0.00 6.06 23.99 48.14 13.00 01:04:05 00:50:03 2 9.26 0.00 7.12 27.11 46.42 10.08 01:04:05 00:50:03 3 8.52 0.00 6.55 21.49 46.68 16.77 01:04:05 00:51:02 all 19.67 0.00 9.63 24.04 35.97 10.69 01:04:05 00:51:02 0 18.87 0.00 8.81 26.29 36.58 9.45 01:04:05 00:51:02 1 20.19 0.00 9.63 21.02 34.18 14.99 01:04:05 00:51:02 2 20.00 0.00 9.39 23.76 36.37 10.48 01:04:05 00:51:02 3 19.62 0.00 10.70 25.09 36.77 7.81 01:04:05 00:52:02 all 6.66 0.00 5.30 29.83 38.25 19.95 01:04:05 00:52:02 0 7.14 0.00 5.41 28.93 37.90 20.62 01:04:05 00:52:02 1 6.22 0.00 5.01 30.96 38.18 19.63 01:04:05 00:52:02 2 5.24 0.00 5.15 28.65 38.04 22.91 01:04:05 00:52:02 3 8.11 0.00 5.65 30.84 38.91 16.48 01:04:05 00:53:01 all 29.09 0.00 10.76 4.66 49.59 5.90 01:04:05 00:53:01 0 28.76 0.00 10.59 4.71 49.16 6.78 01:04:05 00:53:01 1 28.39 0.00 10.06 4.62 51.33 5.59 01:04:05 00:53:01 2 28.60 0.00 10.67 5.33 49.73 5.67 01:04:05 00:53:01 3 30.64 0.00 11.75 3.97 48.12 5.52 01:04:05 01:04:05 00:53:01 CPU %user %nice %system %iowait %steal %idle 01:04:05 00:54:02 all 3.13 0.00 4.08 4.61 22.67 65.51 01:04:05 00:54:02 0 3.57 0.00 4.06 4.21 22.50 65.65 01:04:05 00:54:02 1 2.35 0.00 3.91 1.66 23.07 69.01 01:04:05 00:54:02 2 3.31 0.00 4.07 8.72 23.26 60.64 01:04:05 00:54:02 3 3.32 0.00 4.29 3.87 21.80 66.72 01:04:05 00:55:01 all 0.08 0.00 0.05 0.02 1.51 98.35 01:04:05 00:55:01 0 0.02 0.00 0.05 0.02 0.79 99.13 01:04:05 00:55:01 1 0.02 0.00 0.07 0.00 0.61 99.31 01:04:05 00:55:01 2 0.03 0.00 0.03 0.05 1.68 98.20 01:04:05 00:55:01 3 0.23 0.00 0.07 0.00 2.92 96.78 01:04:05 00:56:01 all 0.11 0.00 0.10 0.00 0.64 99.16 01:04:05 00:56:01 0 0.03 0.00 0.05 0.00 0.30 99.62 01:04:05 00:56:01 1 0.02 0.00 0.10 0.00 0.50 99.38 01:04:05 00:56:01 2 0.05 0.00 0.15 0.00 0.80 99.00 01:04:05 00:56:01 3 0.33 0.00 0.08 0.00 0.95 98.64 01:04:05 00:57:01 all 0.09 0.00 0.02 0.00 0.43 99.46 01:04:05 00:57:01 0 0.02 0.00 0.02 0.00 0.32 99.65 01:04:05 00:57:01 1 0.00 0.00 0.02 0.00 0.02 99.97 01:04:05 00:57:01 2 0.05 0.00 0.07 0.00 0.78 99.11 01:04:05 00:57:01 3 0.28 0.00 0.00 0.00 0.61 99.10 01:04:05 00:58:01 all 0.11 0.00 0.14 0.02 1.09 98.64 01:04:05 00:58:01 0 0.03 0.00 0.20 0.02 0.75 99.00 01:04:05 00:58:01 1 0.20 0.00 0.15 0.00 0.75 98.91 01:04:05 00:58:01 2 0.18 0.00 0.08 0.02 1.78 97.95 01:04:05 00:58:01 3 0.03 0.00 0.15 0.05 1.07 98.70 01:04:05 00:59:01 all 0.09 0.00 0.03 0.00 0.27 99.61 01:04:05 00:59:01 0 0.02 0.00 0.03 0.00 0.27 99.68 01:04:05 00:59:01 1 0.02 0.00 0.02 0.00 0.38 99.58 01:04:05 00:59:01 2 0.32 0.00 0.05 0.00 0.42 99.22 01:04:05 00:59:01 3 0.00 0.00 0.02 0.00 0.02 99.97 01:04:05 01:00:01 all 0.10 0.00 0.02 0.01 0.18 99.69 01:04:05 01:00:01 0 0.03 0.00 0.03 0.02 0.32 99.60 01:04:05 01:00:01 1 0.02 0.00 0.00 0.00 0.17 99.82 01:04:05 01:00:01 2 0.37 0.00 0.05 0.02 0.18 99.38 01:04:05 01:00:01 3 0.00 0.00 0.00 0.00 0.05 99.95 01:04:05 01:01:01 all 0.10 0.00 0.04 0.03 0.37 99.47 01:04:05 01:01:01 0 0.03 0.00 0.05 0.00 0.22 99.70 01:04:05 01:01:01 1 0.02 0.00 0.03 0.12 0.20 99.63 01:04:05 01:01:01 2 0.32 0.00 0.03 0.00 0.50 99.15 01:04:05 01:01:01 3 0.03 0.00 0.03 0.00 0.55 99.39 01:04:05 01:02:02 all 0.06 0.00 0.04 0.09 1.82 97.99 01:04:05 01:02:02 0 0.20 0.00 0.02 0.02 1.46 98.31 01:04:05 01:02:02 1 0.03 0.00 0.03 0.12 0.73 99.09 01:04:05 01:02:02 2 0.00 0.00 0.05 0.02 2.93 97.01 01:04:05 01:02:02 3 0.02 0.00 0.07 0.21 2.13 97.57 01:04:05 01:03:01 all 1.63 0.00 1.19 3.41 6.90 86.86 01:04:05 01:03:01 0 1.81 0.00 1.58 1.11 6.96 88.54 01:04:05 01:03:01 1 2.34 0.00 1.28 9.56 7.33 79.49 01:04:05 01:03:01 2 1.38 0.00 0.96 1.98 6.58 89.09 01:04:05 01:03:01 3 1.02 0.00 0.94 1.07 6.76 90.22 01:04:05 Average: all 9.48 0.00 5.00 8.15 26.96 50.41 01:04:05 Average: 0 9.55 0.00 4.97 8.28 27.33 49.87 01:04:05 Average: 1 9.41 0.00 4.94 8.18 26.92 50.56 01:04:05 Average: 2 9.45 0.00 4.97 8.42 26.92 50.24 01:04:05 Average: 3 9.53 0.00 5.13 7.70 26.66 50.98 01:04:05 01:04:05 01:04:05