Pull request #3209 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 88ce5120960337bb1956f394696858bbe248aa8d+4dfaf167a75f3c6dea6f872deeb8969b2f6df637 (ef953a1f46991fc43114d398e3056706353119f4) 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 ‘prd-centos7-docker-4c-2g-30007’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-30010 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # 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 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 88ce5120960337bb1956f394696858bbe248aa8d Merge succeeded, producing 88ce5120960337bb1956f394696858bbe248aa8d Checking out Revision 88ce5120960337bb1956f394696858bbe248aa8d (PR-3209) > 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/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:00:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:00:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:00:55 ========================================================= 17:00:55 EdgeX Global Pipelines Version Info 17:00:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 49718c946fbf1d21b605dd41d0c635a3842b2325 # timeout=10 17:00:58 ------------------- 17:00:58 stable info: 17:00:58 ------------------- 17:00:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:00:58 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 17:00:58 Message: update stable to v1.0.184 17:00:59 ------------------- 17:00:59 experimental info: 17:00:59 ------------------- 17:00:59 Commited By: **** collab-it+edgex@linuxfoundation.org 17:00:59 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 17:00:59 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 17:01:00 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:01:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3209 [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3209 [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3209 [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88ce5120960337bb1956f394696858bbe248aa8d [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88ce512 [Pipeline] echo 17:01:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:01:02 provisioning config files... 17:01:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config699033013509205671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:01:03 ---> docker-login.sh 17:01:03 nexus3.edgexfoundry.org:10001 17:01:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:04 Configure a credential helper to remove this warning. See 17:01:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:04 17:01:04 Login Succeeded 17:01:04 nexus3.edgexfoundry.org:10002 17:01:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:06 Configure a credential helper to remove this warning. See 17:01:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:06 17:01:06 Login Succeeded 17:01:06 nexus3.edgexfoundry.org:10003 17:01:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:07 Configure a credential helper to remove this warning. See 17:01:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:07 17:01:07 Login Succeeded 17:01:07 nexus3.edgexfoundry.org:10004 17:01:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:07 Configure a credential helper to remove this warning. See 17:01:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:07 17:01:07 Login Succeeded 17:01:07 docker.io 17:01:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:08 Configure a credential helper to remove this warning. See 17:01:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:08 17:01:08 Login Succeeded 17:01:08 ---> docker-login.sh ends [Pipeline] } 17:01:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:01:08 ++ 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 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/core-command/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo core-command,cmd/core-command/Dockerfile 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/core-data/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo core-data,cmd/core-data/Dockerfile 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/core-metadata/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo core-metadata,cmd/core-metadata/Dockerfile 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/security-bootstrapper/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/security-proxy-setup/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/support-notifications/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo support-notifications,cmd/support-notifications/Dockerfile 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/support-scheduler/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 17:01:08 + for file in '`ls cmd/**/Dockerfile`' 17:01:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 17:01:08 ++ cut -d/ -f2 17:01:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 17:01:08 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 17:01:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:09 17:01:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:01:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:09 latest: Pulling from edgex-devops/git-semver 17:01:09 31603596830f: Pulling fs layer 17:01:09 2a8b12db71e7: Pulling fs layer 17:01:09 6ca5941a6612: Pulling fs layer 17:01:09 ecc8261a40a4: Pulling fs layer 17:01:09 ecc8261a40a4: Waiting 17:01:09 2a8b12db71e7: Verifying Checksum 17:01:09 2a8b12db71e7: Download complete 17:01:10 31603596830f: Verifying Checksum 17:01:10 31603596830f: Download complete 17:01:10 6ca5941a6612: Verifying Checksum 17:01:10 6ca5941a6612: Download complete 17:01:10 ecc8261a40a4: Verifying Checksum 17:01:10 ecc8261a40a4: Download complete 17:01:11 31603596830f: Pull complete 17:01:11 2a8b12db71e7: Pull complete 17:01:12 6ca5941a6612: Pull complete 17:01:13 ecc8261a40a4: Pull complete 17:01:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:01:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:01:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:01:14 prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container 17:01:14 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:01:19 $ docker top 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:01:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:19 [ssh-agent] Looking for ssh-agent implementation... 17:01:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:20 $ docker exec 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda ssh-agent 17:01:21 SSH_AUTH_SOCK=/tmp/ssh-Pwdi8jVvDEOQ/agent.11 17:01:21 SSH_AGENT_PID=16 17:01:21 Running ssh-add (command line suppressed) 17:01:21 Identity added: /w/workspace/edgex-go/24@tmp/private_key_8317331721021460201.key (/w/workspace/edgex-go/24@tmp/private_key_8317331721021460201.key) 17:01:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:22 + git tag --points-at HEAD [Pipeline] } 17:01:22 $ docker exec --env ******** --env ******** 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda ssh-agent -k 17:01:23 unset SSH_AUTH_SOCK; 17:01:23 unset SSH_AGENT_PID; 17:01:23 echo Agent pid 16 killed; 17:01:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:01:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:01:23 [ssh-agent] Looking for ssh-agent implementation... 17:01:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:01:24 $ docker exec 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda ssh-agent 17:01:25 SSH_AUTH_SOCK=/tmp/ssh-u3dmdslTTuez/agent.45 17:01:25 SSH_AGENT_PID=50 17:01:25 Running ssh-add (command line suppressed) 17:01:25 Identity added: /w/workspace/edgex-go/24@tmp/private_key_5025938750909620187.key (/w/workspace/edgex-go/24@tmp/private_key_5025938750909620187.key) 17:01:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:01:26 + git semver init 17:01:26 # -> Open(): unable to determine branch for HEAD 17:01:26 # $GIT_DIR = /w/workspace/edgex-go/24/.git 17:01:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/24 17:01:26 # $SEMVER_REMOTE_NAME = origin 17:01:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:01:26 # $SEMVER_USER_NAME = edgex-jenkins 17:01:26 # $SEMVER_BRANCH = PR-3209 17:01:26 # $SEMVER_TEMP = /tmp/semver-758083353 17:01:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 17:02:23 # '/tmp/semver-758083353' -> '/w/workspace/edgex-go/24/.semver' 17:02:23 # -> Force: false 17:02:23 # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } 17:02:23 $ docker exec --env ******** --env ******** 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda ssh-agent -k 17:02:24 unset SSH_AUTH_SOCK; 17:02:24 unset SSH_AGENT_PID; 17:02:24 echo Agent pid 50 killed; 17:02:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:02:25 + git semver [Pipeline] } 17:02:25 $ docker stop --time=1 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda 17:02:27 $ docker rm -f 6a116c21a5e83e785d9267d4bb55fedde202e47debb4bb57af50ad7c4f4bfeda [Pipeline] // withDockerContainer [Pipeline] sh 17:02:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:02:30 Stashed 1 file(s) [Pipeline] echo 17:02:30 [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 17:02:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:02:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:02:32 + sudo service docker restart 17:02:32 + true 17:02:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 17:02:35 ========================================================= 17:02:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:02:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:02:36 + 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 . 17:02:46 Still waiting to schedule task 17:02:46 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:02:46 Sending build context to Docker daemon 328.6MB 17:02:46 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:02:46 Step 2/6 : FROM ${BASE} 17:02:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:02:46 188c0c94c7c5: Pulling fs layer 17:02:46 0ef7d3d256c8: Pulling fs layer 17:02:46 de9db76c5a1d: Pulling fs layer 17:02:46 bca2f99d35d6: Pulling fs layer 17:02:46 93359f2a8cfa: Pulling fs layer 17:02:46 7c6f9722023f: Pulling fs layer 17:02:46 a35cf1a2eb13: Pulling fs layer 17:02:46 bca2f99d35d6: Waiting 17:02:46 93359f2a8cfa: Waiting 17:02:46 7c6f9722023f: Waiting 17:02:46 a35cf1a2eb13: Waiting 17:02:46 de9db76c5a1d: Verifying Checksum 17:02:46 de9db76c5a1d: Download complete 17:02:46 0ef7d3d256c8: Download complete 17:02:46 93359f2a8cfa: Verifying Checksum 17:02:46 93359f2a8cfa: Download complete 17:02:46 7c6f9722023f: Verifying Checksum 17:02:46 7c6f9722023f: Download complete 17:02:46 188c0c94c7c5: Verifying Checksum 17:02:46 188c0c94c7c5: Download complete 17:02:47 188c0c94c7c5: Pull complete 17:02:48 0ef7d3d256c8: Pull complete 17:02:49 a35cf1a2eb13: Verifying Checksum 17:02:49 a35cf1a2eb13: Download complete 17:02:50 de9db76c5a1d: Pull complete 17:02:51 bca2f99d35d6: Verifying Checksum 17:02:51 bca2f99d35d6: Download complete 17:03:09 bca2f99d35d6: Pull complete 17:03:09 93359f2a8cfa: Pull complete 17:03:09 7c6f9722023f: Pull complete 17:03:18 a35cf1a2eb13: Pull complete 17:03:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 17:03:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:03:18 ---> a62c8e92a672 17:03:18 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 17:03:18 ---> Running in 79f5d68eaafd 17:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:03:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:03:21 (1/12) Installing libmagic (5.38-r0) 17:03:22 (2/12) Installing file (5.38-r0) 17:03:22 (3/12) Installing libc-dev (0.7.2-r3) 17:03:22 (4/12) Installing g++ (9.3.0-r2) 17:03:31 (5/12) Installing fortify-headers (1.1-r0) 17:03:31 (6/12) Installing patch (2.7.6-r6) 17:03:31 (7/12) Installing build-base (0.5-r2) 17:03:31 (8/12) Installing libsodium (1.0.18-r0) 17:03:31 (9/12) Installing pkgconf (1.7.2-r0) 17:03:31 (10/12) Installing libsodium-dev (1.0.18-r0) 17:03:31 (11/12) Installing libzmq (4.3.3-r0) 17:03:31 (12/12) Installing zeromq-dev (4.3.3-r0) 17:03:31 Executing busybox-1.31.1-r19.trigger 17:03:31 OK: 233 MiB in 51 packages 17:03:38 Removing intermediate container 79f5d68eaafd 17:03:38 ---> 93442b154d36 17:03:38 Step 4/6 : WORKDIR /edgex-go 17:03:38 ---> Running in 41ca503a84bb 17:03:38 Removing intermediate container 41ca503a84bb 17:03:38 ---> 3b4fb40176c6 17:03:38 Step 5/6 : COPY go.mod . 17:03:39 ---> 8292581c8946 17:03:39 Step 6/6 : RUN go mod download 17:03:39 ---> Running in 493fa560983e 17:04:19 Removing intermediate container 493fa560983e 17:04:19 ---> 2216bab92d3d 17:04:19 Successfully built 2216bab92d3d 17:04:19 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:04:20 + docker inspect -f . ci-base-image-x86_64 17:04:20 . [Pipeline] withDockerContainer 17:04:21 prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container 17:04:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:04:24 $ docker top 72827d61d1a384f602ead86b3b84fb51348bb3466ae74e9a227199368cec1830 -eo pid,comm [Pipeline] { [Pipeline] sh 17:04:25 + go version 17:04:25 go version go1.15.5 linux/amd64 [Pipeline] } 17:04:25 $ docker stop --time=1 72827d61d1a384f602ead86b3b84fb51348bb3466ae74e9a227199368cec1830 17:04:27 $ docker rm -f 72827d61d1a384f602ead86b3b84fb51348bb3466ae74e9a227199368cec1830 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:04:28 + docker inspect -f . ci-base-image-x86_64 17:04:28 . [Pipeline] withDockerContainer 17:04:29 prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container 17:04:29 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:04:31 $ docker top cbd04d491e2ea57ed532b64bc388147fa21c50f8da49383ee53d4d94683c31a5 -eo pid,comm [Pipeline] { [Pipeline] echo 17:04:32 ========================================================= 17:04:32 [edgeXBuildGoParallel] Running Tests and Build... 17:04:32 ========================================================= [Pipeline] sh 17:04:32 + make test 17:04:32 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:05:13 ? github.com/edgexfoundry/edgex-go [no test files] 17:05:32 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30017 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 17:05:32 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 17:05:38 using credential edgex-jenkins-ssh 17:05:38 Cloning the remote Git repository 17:05:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:05:38 > git init /w/workspace/edgex-go/24 # timeout=10 17:05:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:05:38 > git --version # timeout=10 17:05:38 > git --version # 'git version 2.17.1' 17:05:38 using GIT_SSH to set credentials SSH Credentials for GitHub 17:05:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:06:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:06:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:06:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:06:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:06:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:06:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:06:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:06:01 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 88ce5120960337bb1956f394696858bbe248aa8d 17:06:02 Merge succeeded, producing 88ce5120960337bb1956f394696858bbe248aa8d 17:06:02 Checking out Revision 88ce5120960337bb1956f394696858bbe248aa8d (PR-3209) 17:06:01 > git config core.sparsecheckout # timeout=10 17:06:01 > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 17:06:02 > git remote # timeout=10 17:06:02 > git config --get remote.origin.url # timeout=10 17:06:02 using GIT_SSH to set credentials SSH Credentials for GitHub 17:06:02 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 17:06:02 > git rev-parse HEAD^{commit} # timeout=10 17:06:02 > git config core.sparsecheckout # timeout=10 17:06:02 > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 17:06:06 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:06:08 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:06:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:06:09 + + truesudo 17:06:09 service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:06:11 provisioning config files... 17:06:11 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config7433549924623141051tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:06:11 ---> docker-login.sh 17:06:11 nexus3.edgexfoundry.org:10001 17:06:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:12 Configure a credential helper to remove this warning. See 17:06:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:12 17:06:12 Login Succeeded 17:06:12 nexus3.edgexfoundry.org:10002 17:06:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:13 Configure a credential helper to remove this warning. See 17:06:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:13 17:06:13 Login Succeeded 17:06:13 nexus3.edgexfoundry.org:10003 17:06:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:14 Configure a credential helper to remove this warning. See 17:06:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:14 17:06:14 Login Succeeded 17:06:14 nexus3.edgexfoundry.org:10004 17:06:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:14 Configure a credential helper to remove this warning. See 17:06:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:14 17:06:14 Login Succeeded 17:06:14 docker.io 17:06:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:15 Configure a credential helper to remove this warning. See 17:06:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:15 17:06:15 Login Succeeded 17:06:15 ---> docker-login.sh ends [Pipeline] } 17:06:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:06:16 ========================================================= 17:06:16 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:06:16 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:06:16 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:06:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:06:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:06:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:06:19 Sending build context to Docker daemon 166.8MB 17:06:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 17:06:19 Step 2/6 : FROM ${BASE} 17:06:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:06:19 5f621e34cdf4: Pulling fs layer 17:06:19 a4357932f1b6: Pulling fs layer 17:06:19 18c013af1878: Pulling fs layer 17:06:19 00ac8860ef70: Pulling fs layer 17:06:19 63d7cb157983: Pulling fs layer 17:06:19 b116817d02f9: Pulling fs layer 17:06:19 745a02a5169b: Pulling fs layer 17:06:19 63d7cb157983: Waiting 17:06:19 b116817d02f9: Waiting 17:06:19 00ac8860ef70: Waiting 17:06:19 745a02a5169b: Waiting 17:06:19 18c013af1878: Download complete 17:06:19 a4357932f1b6: Verifying Checksum 17:06:19 a4357932f1b6: Download complete 17:06:19 63d7cb157983: Verifying Checksum 17:06:19 63d7cb157983: Download complete 17:06:19 b116817d02f9: Verifying Checksum 17:06:19 b116817d02f9: Download complete 17:06:19 5f621e34cdf4: Verifying Checksum 17:06:19 5f621e34cdf4: Download complete 17:06:20 5f621e34cdf4: Pull complete 17:06:20 a4357932f1b6: Pull complete 17:06:21 18c013af1878: Pull complete 17:06:21 745a02a5169b: Verifying Checksum 17:06:21 745a02a5169b: Download complete 17:06:22 00ac8860ef70: Verifying Checksum 17:06:22 00ac8860ef70: Download complete 17:06:26 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:06:26 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:06:26 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:06:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:06:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:06:33 00ac8860ef70: Pull complete 17:06:33 63d7cb157983: Pull complete 17:06:33 b116817d02f9: Pull complete 17:06:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:06:37 745a02a5169b: Pull complete 17:06:37 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 17:06:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:06:37 ---> b7e6874047d6 17:06:37 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 17:06:40 ---> Running in 5e2ea34eb66d 17:06:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:06:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:06:43 (1/12) Installing libmagic (5.38-r0) 17:06:44 (2/12) Installing file (5.38-r0) 17:06:44 (3/12) Installing libc-dev (0.7.2-r3) 17:06:44 (4/12) Installing g++ (9.3.0-r2) 17:06:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:06:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:06:51 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.450s coverage: 45.9% of statements 17:06:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:06:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:06:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:06:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:06:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:06:51 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:06:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.167s coverage: 19.8% of statements 17:06:51 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.480s coverage: 100.0% of statements 17:06:54 (5/12) Installing fortify-headers (1.1-r0) 17:06:54 (6/12) Installing patch (2.7.6-r6) 17:06:54 (7/12) Installing build-base (0.5-r2) 17:06:54 (8/12) Installing libsodium (1.0.18-r0) 17:06:54 (9/12) Installing pkgconf (1.7.2-r0) 17:06:54 (10/12) Installing libsodium-dev (1.0.18-r0) 17:06:54 (11/12) Installing libzmq (4.3.3-r0) 17:06:54 (12/12) Installing zeromq-dev (4.3.3-r0) 17:06:55 Executing busybox-1.31.1-r19.trigger 17:06:55 OK: 217 MiB in 51 packages 17:06:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.396s coverage: 27.1% of statements 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:06:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:06:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.095s coverage: 100.0% of statements 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:06:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:06:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 71.3% of statements 17:06:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:06:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:06:59 Removing intermediate container 5e2ea34eb66d 17:06:59 ---> 74f697935bb7 17:06:59 Step 4/6 : WORKDIR /edgex-go 17:06:59 ---> Running in a7485b98b11a 17:06:59 Removing intermediate container a7485b98b11a 17:06:59 ---> 05f75ffea38c 17:06:59 Step 5/6 : COPY go.mod . 17:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 1.014s coverage: 82.9% of statements 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:06:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.343s coverage: 78.9% of statements 17:06:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:06:59 ---> 1daf0f69d0e0 17:06:59 Step 6/6 : RUN go mod download 17:07:00 ---> Running in 5f928d7652c7 17:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.366s coverage: 28.6% of statements 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.124s coverage: 100.0% of statements 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.254s coverage: 100.0% of statements 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.476s coverage: 86.7% of statements 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 1.044s coverage: 97.5% of statements 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:07:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.310s coverage: 78.3% of statements 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:07:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:07:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.713s coverage: 92.8% of statements 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:07:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.132s coverage: 58.8% of statements 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:07:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.1% of statements 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:07:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.048s coverage: 47.1% of statements 17:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.196s coverage: 79.5% of statements 17:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.127s coverage: 94.1% of statements 17:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.171s coverage: 96.3% of statements 17:07:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.138s coverage: 87.5% of statements 17:07:32 Removing intermediate container 5f928d7652c7 17:07:32 ---> 4cec98fc3324 17:07:32 Successfully built 4cec98fc3324 17:07:32 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:07:32 + docker inspect -f . ci-base-image-arm64 17:07:32 . [Pipeline] withDockerContainer 17:07:33 prd-ubuntu18.04-docker-arm64-4c-16g-30017 does not seem to be running inside a container 17:07:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.137s coverage: 94.4% of statements 17:07:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.085s coverage: 44.8% of statements 17:07:35 $ docker top 6d9ddf653decebeea8994305598facd5ab2d1d56399c0b167acc2e24e904a72f -eo pid,comm [Pipeline] { [Pipeline] sh 17:07:36 + go version 17:07:36 go version go1.15.5 linux/arm64 [Pipeline] } 17:07:36 $ docker stop --time=1 6d9ddf653decebeea8994305598facd5ab2d1d56399c0b167acc2e24e904a72f 17:07:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.665s coverage: 81.9% of statements 17:07:38 $ docker rm -f 6d9ddf653decebeea8994305598facd5ab2d1d56399c0b167acc2e24e904a72f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:07:39 + docker inspect -f . ci-base-image-arm64 17:07:39 . [Pipeline] withDockerContainer 17:07:39 prd-ubuntu18.04-docker-arm64-4c-16g-30017 does not seem to be running inside a container 17:07:39 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:07:41 $ docker top b0b850cf1cd61f13e131cab8fdc345ad8467b7b503bf0c60f35440539bfc5818 -eo pid,comm [Pipeline] { [Pipeline] echo 17:07:41 ========================================================= 17:07:41 [edgeXBuildGoParallel] Running Tests and Build... 17:07:41 ========================================================= [Pipeline] sh 17:07:42 + make test 17:07:42 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.312s coverage: 92.9% of statements 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.140s coverage: 77.8% of statements 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.294s coverage: 87.2% of statements 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.218s coverage: 100.0% of statements 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.286s coverage: 75.5% of statements 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.109s coverage: 80.8% of statements 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.192s coverage: 84.6% of statements 17:07:46 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.310s coverage: 91.6% of statements 17:07:46 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.663s coverage: 62.4% of statements 17:07:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:07:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.140s coverage: 100.0% of statements 17:07:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.160s coverage: 91.3% of statements 17:07:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.102s coverage: 100.0% of statements 17:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.566s coverage: 73.7% of statements 17:07:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.156s coverage: 100.0% of statements 17:07:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.342s coverage: 69.0% of statements 17:07:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:07:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:07:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:07:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.186s coverage: 38.4% of statements 17:07:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:07:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:07:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.218s coverage: 89.5% of statements 17:07:54 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:07:54 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements 17:07:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.371s coverage: 47.0% of statements 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:07:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.231s coverage: 100.0% of statements 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:07:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:07:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:07:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.685s coverage: 87.1% of statements 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:07:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.852s coverage: 29.1% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.154s coverage: 99.0% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:08:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:08:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:08:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.426s coverage: 96.5% of statements 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:08:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.091s coverage: 0.0% of statements 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:08:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.308s coverage: 100.0% of statements 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:08:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.146s coverage: 87.9% of statements 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:08:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:08:08 ? github.com/edgexfoundry/edgex-go [no test files] 17:08:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.134s coverage: 100.0% of statements 17:08:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.080s coverage: 32.1% of statements 17:08:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.235s coverage: 100.0% of statements 17:08:11 GO111MODULE=on go vet ./... 17:08:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:09:22 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:09:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:09:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:09:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:09:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:09:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:09:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.423s coverage: 45.9% of statements 17:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:09:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 17:09:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 19.8% of statements 17:09:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.246s coverage: 100.0% of statements 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.538s coverage: 27.1% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.110s coverage: 100.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:09:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.256s coverage: 71.3% of statements 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:09:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:09:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.571s coverage: 82.9% of statements 17:09:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:09:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:09:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements 17:09:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.361s coverage: 28.6% of statements 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.417s coverage: 97.5% of statements 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:10:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:10:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:10:05 gofmt -l . 17:10:06 [ "`gofmt -l .`" = "" ] 17:10:08 ./bin/test-go-mod-tidy.sh 17:10:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.345s coverage: 92.8% of statements 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:10:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:10:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.251s coverage: 0.1% of statements 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:10:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 17:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.133s coverage: 47.1% of statements 17:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.119s coverage: 79.5% of statements 17:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.083s coverage: 94.1% of statements 17:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements 17:10:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 17:10:11 ./bin/test-attribution-txt.sh [Pipeline] sh 17:10:14 + ls -al . 17:10:14 total 760 17:10:14 drwxrwxr-x 10 1001 1001 4096 Mar 16 17:10 . 17:10:14 drwxr-xr-x 4 root root 30 Mar 16 17:04 .. 17:10:14 -rw-rw-r-- 1 1001 1001 11 Mar 16 17:00 .dockerignore 17:10:14 drwxrwxr-x 8 1001 1001 179 Mar 16 17:00 .git 17:10:14 drwxrwxr-x 3 1001 1001 125 Mar 16 17:00 .github 17:10:14 -rw-rw-r-- 1 1001 1001 818 Mar 16 17:00 .gitignore 17:10:14 drwx------ 3 1001 1001 60 Mar 16 17:02 .semver 17:10:14 -rw-rw-r-- 1 1001 1001 166 Mar 16 17:00 .sonarcloud.properties 17:10:14 -rw-rw-r-- 1 1001 1001 8607 Mar 16 17:00 Attribution.txt 17:10:14 -rw-rw-r-- 1 1001 1001 3804 Mar 16 17:00 CONTRIBUTING.md 17:10:14 -rw-rw-r-- 1 1001 1001 931 Mar 16 17:00 Dockerfile.build 17:10:14 -rw-rw-r-- 1 1001 1001 863 Mar 16 17:00 Jenkinsfile 17:10:14 -rw-rw-r-- 1 1001 1001 10775 Mar 16 17:00 LICENSE 17:10:14 -rw-rw-r-- 1 1001 1001 5774 Mar 16 17:00 Makefile 17:10:14 -rw-rw-r-- 1 1001 1001 6548 Mar 16 17:00 README.md 17:10:14 -rw-rw-r-- 1 1001 1001 6755 Mar 16 17:00 SECURITY.md 17:10:14 -rw-rw-r-- 1 1001 1001 5 Mar 16 17:02 VERSION 17:10:14 -rw-rw-r-- 1 1001 1001 4131 Mar 16 17:00 ZMQWindows.md 17:10:14 drwxrwxr-x 2 1001 1001 117 Mar 16 17:00 bin 17:10:14 drwxrwxr-x 14 1001 1001 4096 Mar 16 17:00 cmd 17:10:14 -rw-r--r-- 1 root root 650607 Mar 16 17:08 coverage.out 17:10:14 -rw-r--r-- 1 root root 1055 Mar 16 17:10 go.mod 17:10:14 -rw-r--r-- 1 root root 22099 Mar 16 17:10 go.sum 17:10:14 drwxrwxr-x 8 1001 1001 127 Mar 16 17:00 internal 17:10:14 drwxrwxr-x 4 1001 1001 26 Mar 16 17:00 openapi 17:10:14 drwxrwxr-x 4 1001 1001 71 Mar 16 17:00 snap 17:10:14 -rw-rw-r-- 1 1001 1001 168 Mar 16 17:00 version.go [Pipeline] sh 17:10:16 + '[' -e coverage.out ] 17:10:16 + chown 1001:1001 coverage.out [Pipeline] stash 17:10:17 Stashed 1 file(s) [Pipeline] sh 17:10:18 + make build 17:10:18 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 17:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.096s coverage: 94.4% of statements 17:10:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 17:10:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.269s coverage: 81.9% of statements 17:10:28 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 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.142s coverage: 92.9% of statements 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.147s coverage: 87.2% of statements 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.159s coverage: 84.6% of statements 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.6% of statements 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.624s coverage: 62.4% of statements 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:10:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:10:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 17:10:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.103s coverage: 91.3% of statements 17:10:39 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 17:10:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 17:10:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.090s coverage: 100.0% of statements 17:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.970s coverage: 69.0% of statements 17:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 17:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.392s coverage: 38.4% of statements 17:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.157s coverage: 89.5% of statements 17:10:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 17:10:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.103s coverage: 84.8% of statements 17:10:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.540s coverage: 47.0% of statements 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:10:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.156s coverage: 100.0% of statements 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:10:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.089s coverage: 100.0% of statements 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 17:10:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.481s coverage: 87.1% of statements 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 17:10:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 17:10: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 17:10: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 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.711s coverage: 29.1% of statements 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.127s coverage: 100.0% of statements 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.280s coverage: 96.5% of statements 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.084s coverage: 100.0% of statements 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.106s coverage: 87.9% of statements 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:11:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 17:11:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 17:11:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 17:11:04 GO111MODULE=on go vet ./... 17:11:09 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 17:11:10 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 17:11:17 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 17:11:28 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 17:11:30 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 17:11:37 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 17:11:40 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 17:11:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 17:11:52 $ docker stop --time=1 cbd04d491e2ea57ed532b64bc388147fa21c50f8da49383ee53d4d94683c31a5 17:11:56 $ docker rm -f cbd04d491e2ea57ed532b64bc388147fa21c50f8da49383ee53d4d94683c31a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:00 17:12:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:12:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:00 latest: Pulling from edgex-devops/edgex-compose 17:12:00 cbdbe7a5bc2a: Pulling fs layer 17:12:00 ca9280d653b3: Pulling fs layer 17:12:00 7e9c9ca2126c: Pulling fs layer 17:12:01 cbdbe7a5bc2a: Verifying Checksum 17:12:01 cbdbe7a5bc2a: Download complete 17:12:03 ca9280d653b3: Verifying Checksum 17:12:03 ca9280d653b3: Download complete 17:12:03 cbdbe7a5bc2a: Pull complete 17:12:06 ca9280d653b3: Pull complete 17:12:06 7e9c9ca2126c: Verifying Checksum 17:12:06 7e9c9ca2126c: Download complete 17:12:22 7e9c9ca2126c: Pull complete 17:12:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:12:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:12:23 prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container 17:12:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:12:26 $ docker top 21d21e84c4e45ef972360925e67832c96973389376b2483fc7dfd0750df8edb3 -eo pid,comm 17:12:26 gofmt -l . 17:12:26 [ "`gofmt -l .`" = "" ] [Pipeline] { [Pipeline] sh 17:12:29 + docker-compose build --help 17:12:29 + grep parallel 17:12:30 ./bin/test-go-mod-tidy.sh 17:12:30 ./bin/test-attribution-txt.sh 17:12:31 --parallel Build images in parallel. [Pipeline] } 17:12:31 $ docker stop --time=1 21d21e84c4e45ef972360925e67832c96973389376b2483fc7dfd0750df8edb3 17:12:33 $ docker rm -f 21d21e84c4e45ef972360925e67832c96973389376b2483fc7dfd0750df8edb3 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:12:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:12:34 . 17:12:34 + ls -al . 17:12:34 total 788 17:12:34 drwxrwxr-x 9 1001 1001 4096 Mar 16 17:12 . 17:12:34 drwxr-xr-x 4 root root 4096 Mar 16 17:07 .. 17:12:34 -rw-rw-r-- 1 1001 1001 11 Mar 16 17:06 .dockerignore 17:12:34 drwxrwxr-x 8 1001 1001 4096 Mar 16 17:06 .git 17:12:34 drwxrwxr-x 3 1001 1001 4096 Mar 16 17:06 .github 17:12:34 -rw-rw-r-- 1 1001 1001 818 Mar 16 17:06 .gitignore 17:12:34 -rw-rw-r-- 1 1001 1001 166 Mar 16 17:06 .sonarcloud.properties 17:12:34 -rw-rw-r-- 1 1001 1001 8607 Mar 16 17:06 Attribution.txt 17:12:34 -rw-rw-r-- 1 1001 1001 3804 Mar 16 17:06 CONTRIBUTING.md 17:12:34 -rw-rw-r-- 1 1001 1001 931 Mar 16 17:06 Dockerfile.build 17:12:34 -rw-rw-r-- 1 1001 1001 863 Mar 16 17:06 Jenkinsfile 17:12:34 -rw-rw-r-- 1 1001 1001 10775 Mar 16 17:06 LICENSE 17:12:34 -rw-rw-r-- 1 1001 1001 5774 Mar 16 17:06 Makefile 17:12:34 -rw-rw-r-- 1 1001 1001 6548 Mar 16 17:06 README.md 17:12:34 -rw-rw-r-- 1 1001 1001 6755 Mar 16 17:06 SECURITY.md 17:12:34 -rw-rw-r-- 1 1001 1001 5 Mar 16 17:02 VERSION 17:12:34 -rw-rw-r-- 1 1001 1001 4131 Mar 16 17:06 ZMQWindows.md 17:12:34 drwxrwxr-x 2 1001 1001 4096 Mar 16 17:06 bin 17:12:34 drwxrwxr-x 14 1001 1001 4096 Mar 16 17:06 cmd 17:12:34 -rw-r--r-- 1 root root 650607 Mar 16 17:11 coverage.out 17:12:34 -rw-r--r-- 1 root root 1055 Mar 16 17:12 go.mod 17:12:34 -rw-r--r-- 1 root root 22099 Mar 16 17:12 go.sum 17:12:34 drwxrwxr-x 8 1001 1001 4096 Mar 16 17:06 internal 17:12:34 drwxrwxr-x 4 1001 1001 4096 Mar 16 17:06 openapi 17:12:34 drwxrwxr-x 4 1001 1001 4096 Mar 16 17:06 snap 17:12:34 -rw-rw-r-- 1 1001 1001 168 Mar 16 17:06 version.go [Pipeline] withDockerContainer 17:12:34 prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container 17:12:34 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:12:37 $ docker top 0ff819c814ca0f4ae927ca59aa02f1b8e956c89a5169ac876bead51b62d07712 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 17:12:39 + '[' -e coverage.out ] 17:12:39 + chown 1001:1001 coverage.out [Pipeline] stash 17:12:39 Warning: overwriting stash ‘coverage-report’ 17:12:40 + docker-compose -f ./docker-compose-build.yml build --parallel 17:12:40 Stashed 1 file(s) [Pipeline] sh 17:12:41 + make build 17:12:41 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 17:12:41 Building docker-core-command-go ... 17:12:41 Building docker-core-data-go ... 17:12:41 Building docker-core-metadata-go ... 17:12:41 Building docker-security-bootstrapper-go ... 17:12:41 Building docker-security-proxy-setup-go ... 17:12:41 Building docker-security-secretstore-setup-go ... 17:12:41 Building docker-support-notifications-go ... 17:12:41 Building docker-support-scheduler-go ... 17:12:41 Building docker-sys-mgmt-agent-go ... 17:12:41 Building docker-support-notifications-go 17:12:41 Building docker-support-scheduler-go 17:12:41 Building docker-core-metadata-go 17:12:41 Building docker-security-secretstore-setup-go 17:12:41 Building docker-security-proxy-setup-go 17:12:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:13:20 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 17:13:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:13:33 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 17:13:34 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 17:13:43 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 17:13: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 17:13:56 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 17:14:01 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 17:14:06 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 17:14:11 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] } 17:14:20 $ docker stop --time=1 b0b850cf1cd61f13e131cab8fdc345ad8467b7b503bf0c60f35440539bfc5818 17:14:22 $ docker rm -f b0b850cf1cd61f13e131cab8fdc345ad8467b7b503bf0c60f35440539bfc5818 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:14:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:24 17:14:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:14:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:25 latest: Pulling from edgex-devops/edgex-compose-arm64 17:14:25 29e5d40040c1: Pulling fs layer 17:14:25 1ce36da41761: Pulling fs layer 17:14:25 25b303627fd3: Pulling fs layer 17:14:25 29e5d40040c1: Verifying Checksum 17:14:25 29e5d40040c1: Download complete 17:14:25 1ce36da41761: Verifying Checksum 17:14:25 1ce36da41761: Download complete 17:14:26 29e5d40040c1: Pull complete 17:14:27 1ce36da41761: Pull complete 17:14:27 25b303627fd3: Verifying Checksum 17:14:27 25b303627fd3: Download complete 17:14:38 25b303627fd3: Pull complete 17:14:38 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:14:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:38 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:14:38 prd-ubuntu18.04-docker-arm64-4c-16g-30017 does not seem to be running inside a container 17:14:38 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:14:41 $ docker top be2ecf945becdb3fdeb90c9ffa6255aef5be7b174bccd3be0357265d7d0667e8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:14:43 + docker-compose build --help 17:14:43 + grep parallel 17:14:48 --parallel Build images in parallel. [Pipeline] } 17:14:48 $ docker stop --time=1 be2ecf945becdb3fdeb90c9ffa6255aef5be7b174bccd3be0357265d7d0667e8 17:14:50 $ docker rm -f be2ecf945becdb3fdeb90c9ffa6255aef5be7b174bccd3be0357265d7d0667e8 17:14:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:14:50 ---> 2216bab92d3d 17:14:50 Step 3/22 : WORKDIR /edgex-go 17:14:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:14:50 ---> 2216bab92d3d 17:14:50 Step 3/23 : WORKDIR /edgex-go 17:14:50 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:50 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:14:50 ---> 2216bab92d3d 17:14:50 Step 3/21 : WORKDIR /edgex-go 17:14:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:14:50 ---> 2216bab92d3d 17:14:50 Step 3/24 : WORKDIR /edgex-go 17:14:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:14:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:14:50 ---> 2216bab92d3d 17:14:50 Step 3/22 : WORKDIR /edgex-go 17:14:50 ---> Running in 2793a2fd8a25 17:14:50 ---> Running in 00aa9c6afe12 17:14:50 ---> Running in 709025e5fc60 17:14:50 ---> Running in e93bb8b54697 17:14:50 ---> Running in 6185a11c3f90 17:14:50 Removing intermediate container 00aa9c6afe12 17:14:50 ---> a30365205032 17:14:50 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:50 Removing intermediate container 6185a11c3f90 17:14:50 ---> 96d190637f48 17:14:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:50 Removing intermediate container 709025e5fc60 17:14:50 ---> 04da3d16f26a 17:14:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:50 Removing intermediate container e93bb8b54697 17:14:50 ---> b50188d5cf16 17:14:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:50 Removing intermediate container 2793a2fd8a25 17:14:50 ---> 5fe05b3b1928 17:14:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:50 ---> Running in dacd35e2b1f2 17:14:50 ---> Running in 54be2e15404c 17:14:50 ---> Running in b5e482a003a8 17:14:50 ---> Running in 08478cf0c106 17:14:50 ---> Running in 78b1821f41ff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:14:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:14:51 . [Pipeline] withDockerContainer 17:14:51 prd-ubuntu18.04-docker-arm64-4c-16g-30017 does not seem to be running inside a container 17:14:51 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:14:52 Removing intermediate container 08478cf0c106 17:14:52 ---> 407ea4e282ea 17:14:52 Step 5/23 : RUN apk add --update --no-cache make git 17:14:52 $ docker top 4321d3e78d0c04ebedad892cd20f31ac528c635ef6465e6b4543193d4f458a8c -eo pid,comm 17:14:53 Removing intermediate container dacd35e2b1f2 17:14:53 ---> 0827037ccad7 17:14:53 Step 5/21 : RUN apk add --update --no-cache make git 17:14:53 ---> Running in 26695353de7f [Pipeline] { [Pipeline] sh 17:14:53 Removing intermediate container b5e482a003a8 17:14:53 ---> 12df3444a31d 17:14:53 Step 5/24 : RUN apk add --update --no-cache make git 17:14:53 ---> Running in c9f28364d46b 17:14:53 + docker-compose -f ./docker-compose-build.yml build --parallel 17:14:53 Removing intermediate container 54be2e15404c 17:14:53 ---> cf44815f39b6 17:14:53 Step 5/22 : RUN apk add --update --no-cache make git 17:14:53 Removing intermediate container 78b1821f41ff 17:14:53 ---> 6dd537865094 17:14:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:14:53 ---> Running in 12900a3e62ea 17:14:53 ---> Running in e2b4d562adc2 17:14:53 ---> Running in 0b9497e53f75 17:14:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:14:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:14:58 OK: 233 MiB in 51 packages 17:14:59 Building docker-core-command-go ... 17:14:59 Building docker-core-data-go ... 17:14:59 Building docker-core-metadata-go ... 17:14:59 Building docker-security-bootstrapper-go ... 17:14:59 Building docker-security-proxy-setup-go ... 17:14:59 Building docker-security-secretstore-setup-go ... 17:14:59 Building docker-support-notifications-go ... 17:14:59 Building docker-support-scheduler-go ... 17:14:59 Building docker-sys-mgmt-agent-go ... 17:14:59 Building docker-core-metadata-go 17:14:59 Building docker-security-bootstrapper-go 17:14:59 Building docker-core-command-go 17:14:59 Building docker-support-notifications-go 17:14:59 Building docker-support-scheduler-go 17:14:59 OK: 233 MiB in 51 packages 17:14:59 OK: 233 MiB in 51 packages 17:14:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:15:00 OK: 233 MiB in 51 packages 17:15:01 OK: 233 MiB in 51 packages 17:15:01 Removing intermediate container 26695353de7f 17:15:01 ---> 274c7fbbd38b 17:15:01 Step 6/23 : COPY go.mod . 17:15:02 Removing intermediate container c9f28364d46b 17:15:02 ---> 6e8e0c116863 17:15:02 Step 6/21 : COPY go.mod . 17:15:03 Removing intermediate container 12900a3e62ea 17:15:03 ---> 02c8811e84b8 17:15:03 Step 6/24 : COPY go.mod . 17:15:03 ---> b387ba0fcce3 17:15:03 Step 7/23 : RUN go mod download 17:15:03 Removing intermediate container e2b4d562adc2 17:15:03 ---> fe8db764532f 17:15:03 Step 6/22 : COPY go.mod . 17:15:03 ---> Running in febd10edc0a2 17:15:04 ---> 58861ce46e3c 17:15:04 Step 7/24 : RUN go mod download 17:15:04 Removing intermediate container 0b9497e53f75 17:15:04 ---> d355fde0fd92 17:15:04 Step 6/22 : COPY go.mod . 17:15:04 ---> ccd5b3757721 17:15:04 Step 7/21 : RUN go mod download 17:15:04 ---> Running in 10ea4401ba47 17:15:04 ---> Running in 5f9221418bee 17:15:05 ---> 962d59f7cb90 17:15:05 Step 7/22 : RUN go mod download 17:15:05 ---> Running in 32c21a5fd9a7 17:15:05 ---> 8d86f8bc5369 17:15:05 Step 7/22 : RUN go mod download 17:15:05 ---> Running in 4f33de547932 17:15:15 Removing intermediate container 5f9221418bee 17:15:15 ---> 46bfc36769c9 17:15:15 Step 8/21 : COPY . . 17:15:15 Removing intermediate container febd10edc0a2 17:15:15 ---> 4ecf3cb81e10 17:15:15 Step 8/23 : COPY . . 17:15:16 Removing intermediate container 4f33de547932 17:15:16 ---> c717edf8efcc 17:15:16 Step 8/22 : COPY . . 17:15:16 Removing intermediate container 10ea4401ba47 17:15:16 ---> 6b29b3bbed12 17:15:16 Step 8/24 : COPY . . 17:15:17 Removing intermediate container 32c21a5fd9a7 17:15:17 ---> e8aea837cd4e 17:15:17 Step 8/22 : COPY . . 17:16:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:16:21 ---> 4cec98fc3324 17:16:21 Step 3/22 : WORKDIR /edgex-go 17:16:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:16:21 ---> 4cec98fc3324 17:16:21 Step 3/23 : WORKDIR /edgex-go 17:16:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:16:21 ---> 4cec98fc3324 17:16:21 Step 3/22 : WORKDIR /edgex-go 17:16:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:16:21 ---> 4cec98fc3324 17:16:21 Step 3/23 : WORKDIR /edgex-go 17:16:21 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:16:21 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:16:21 ---> 4cec98fc3324 17:16:21 Step 3/31 : WORKDIR /edgex-go 17:16:21 ---> Running in 6d43eb4ce7fa 17:16:21 ---> Running in 9a5e13d0a308 17:16:21 ---> Running in fbfd41372f54 17:16:21 ---> Running in 1be6698e14ab 17:16:21 ---> Running in 09f01dde6dbf 17:16:21 Removing intermediate container 6d43eb4ce7fa 17:16:21 ---> f8a088b80ed4 17:16:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:21 Removing intermediate container 9a5e13d0a308 17:16:21 ---> 46b1b6658951 17:16:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:21 ---> Running in e8c17700f7d3 17:16:21 Removing intermediate container 09f01dde6dbf 17:16:21 ---> a7d1d27f446f 17:16:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:21 Removing intermediate container fbfd41372f54 17:16:21 ---> 45f9e3cc0b97 17:16:21 Removing intermediate container 1be6698e14ab 17:16:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:21 ---> c9097f2fdc6c 17:16:21 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:16:21 ---> Running in 46b95cef03cd 17:16:21 ---> Running in e8a9c0a678f1 17:16:21 ---> Running in f5a0437d31ee 17:16:21 ---> Running in ea5f26df18d2 17:16:21 Removing intermediate container e8c17700f7d3 17:16:21 ---> 62c2493a2501 17:16:21 Step 5/23 : RUN apk add --update --no-cache make git 17:16:21 Removing intermediate container 46b95cef03cd 17:16:21 ---> dadab750ed43 17:16:21 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:16:21 ---> Running in 19d8f1664072 17:16:21 Removing intermediate container f5a0437d31ee 17:16:21 ---> 8a4c08a92ca8 17:16:21 Step 5/31 : RUN apk add --update --no-cache make git 17:16:21 ---> Running in ce3eb174dc42 17:16:21 ---> Running in 0cbafcb9272e 17:16:21 Removing intermediate container ea5f26df18d2 17:16:21 ---> 35c9212ec305 17:16:21 Step 5/23 : RUN apk add --update --no-cache make git 17:16:21 Removing intermediate container e8a9c0a678f1 17:16:21 ---> 1a44c2aaecf5 17:16:21 Step 5/22 : RUN apk add --update --no-cache make git 17:16:21 ---> Running in 2ff18bd382af 17:16:21 ---> Running in ff3f50128090 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:22 OK: 217 MiB in 51 packages 17:16:22 OK: 217 MiB in 51 packages 17:16:22 OK: 217 MiB in 51 packages 17:16:22 OK: 217 MiB in 51 packages 17:16:22 OK: 217 MiB in 51 packages 17:16:24 Removing intermediate container 19d8f1664072 17:16:24 ---> cc8f4ac753f0 17:16:24 Step 6/23 : COPY go.mod . 17:16:24 Removing intermediate container ce3eb174dc42 17:16:24 ---> 5cde73e60356 17:16:24 Step 6/22 : COPY go.mod . 17:16:24 Removing intermediate container 2ff18bd382af 17:16:24 ---> 08a69c81cae3 17:16:24 Step 6/23 : COPY go.mod . 17:16:24 Removing intermediate container ff3f50128090 17:16:24 ---> 60fe00c04c3d 17:16:24 Step 6/22 : COPY go.mod . 17:16:25 Removing intermediate container 0cbafcb9272e 17:16:25 ---> 834d5249669e 17:16:25 Step 6/31 : COPY go.mod . 17:16:25 ---> 1bdb64868707 17:16:25 Step 7/23 : RUN go mod download 17:16:25 ---> Running in d3d9827809cb 17:16:25 ---> 58d1d29bdd30 17:16:25 Step 7/22 : RUN go mod download 17:16:25 ---> 7a009017d660 17:16:25 Step 7/23 : RUN go mod download 17:16:25 ---> Running in a2edb93053ee 17:16:25 ---> 07ff9ea18936 17:16:25 Step 7/22 : RUN go mod download 17:16:25 ---> Running in 95b3f9108f0f 17:16:26 ---> Running in 3640c4d9dfaa 17:16:26 ---> 36c24689d926 17:16:26 Step 7/31 : RUN go mod download 17:16:26 ---> Running in 3555ef724649 17:16:29 Removing intermediate container d3d9827809cb 17:16:29 ---> 14d02c6c703f 17:16:29 Step 8/23 : COPY . . 17:16:30 Removing intermediate container a2edb93053ee 17:16:30 ---> 5ba1433a825b 17:16:30 Step 8/22 : COPY . . 17:16:30 Removing intermediate container 95b3f9108f0f 17:16:30 ---> cc348a3aa8e3 17:16:30 Step 8/23 : COPY . . 17:16:31 Removing intermediate container 3640c4d9dfaa 17:16:31 ---> c54b556f3d9f 17:16:31 Step 8/22 : COPY . . 17:16:31 Removing intermediate container 3555ef724649 17:16:31 ---> 379cb2675f39 17:16:31 Step 8/31 : COPY . . 17:16:54 ---> d960c2ffe1b1 17:16:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:16:54 ---> fdb764711666 17:16:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:16:54 ---> Running in e2413a3594f3 17:16:54 ---> Running in bc35e32053e1 17:16:54 ---> d7018e4d7b71 17:16:54 Step 9/23 : RUN make cmd/core-command/core-command 17:16:54 ---> 55279bd99879 17:16:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:16:54 ---> 105896578afb 17:16:54 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:16:54 ---> Running in 5da26f04392c 17:16:54 ---> Running in 7098d8691063 17:16:54 ---> Running in 1c72fce71d70 17:16:54 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 17:16:54 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 17:16:55 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 17:16:55 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 17:16:55 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 17:18:27 ---> 5e5659a6a6fb 17:18:27 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 17:18:27 ---> 799e50480810 17:18:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 17:18:27 ---> d436f65ec696 17:18:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:18:27 ---> 3c5801c59f6e 17:18:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:18:27 ---> Running in 1c65cae8c826 17:18:27 ---> Running in 807e763e6b42 17:18:27 ---> Running in 088e4adbb987 17:18:27 ---> Running in 036497278b55 17:18:27 ---> ff3d10316c66 17:18:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:18:27 ---> Running in 9338c8558675 17:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 17:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 17:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:18:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 17:18:47 Removing intermediate container 1c72fce71d70 17:18:47 ---> 90775ae9910a 17:18:47 17:18:47 Step 10/31 : FROM alpine:3.12 17:18:47 3.12: Pulling from library/alpine 17:18:47 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:18:47 Status: Downloaded newer image for alpine:3.12 17:18:47 ---> d10569e2745f 17:18:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:18:47 ---> Running in 9b996cb3415c 17:18:48 Removing intermediate container 9b996cb3415c 17:18:48 ---> 253d5962d10e 17:18:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:18:48 ---> Running in 2f1befa9040d 17:18:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:51 (1/2) Installing dumb-init (1.2.2-r1) 17:18:51 (2/2) Installing su-exec (0.2-r1) 17:18:51 Executing busybox-1.31.1-r19.trigger 17:18:51 OK: 5 MiB in 16 packages 17:18:54 Removing intermediate container 2f1befa9040d 17:18:54 ---> 65de0cb18df9 17:18:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:18:55 Removing intermediate container 7098d8691063 17:18:55 ---> b7e7c2f60c9f 17:18:55 17:18:55 Step 10/23 : FROM alpine:3.12 17:18:55 ---> d10569e2745f 17:18:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:18:55 ---> Running in 61b05986e7c2 17:18:55 ---> Running in c8a0baf895d9 17:18:56 Removing intermediate container 61b05986e7c2 17:18:56 ---> de41edf956ad 17:18:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:18:56 ---> Running in 40a64eb73b15 17:18:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:18:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:18:58 Removing intermediate container 40a64eb73b15 17:18:58 ---> d3cf7ea1f8ac 17:18:58 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:18:58 (1/1) Installing dumb-init (1.2.2-r1) 17:18:58 Executing busybox-1.31.1-r19.trigger 17:18:58 OK: 5 MiB in 15 packages 17:18:58 ---> Running in 8cf2eb6697a1 17:18:59 Removing intermediate container 5da26f04392c 17:18:59 ---> 0ad07049c360 17:18:59 17:18:59 Step 10/22 : FROM alpine:3.12 17:18:59 ---> d10569e2745f 17:18:59 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:18:59 Removing intermediate container bc35e32053e1 17:18:59 ---> cf907cf123ff 17:18:59 17:18:59 Step 10/22 : FROM alpine:3.12 17:18:59 ---> d10569e2745f 17:18:59 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:19:00 ---> Running in 6863775d0b3d 17:19:00 ---> Running in 5be7dc844091 17:19:00 Removing intermediate container c8a0baf895d9 17:19:00 ---> 67cb832e0571 17:19:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:19:00 ---> Running in 8d9d2732608c 17:19:01 Removing intermediate container 8d9d2732608c 17:19:01 ---> 6e0c840b1fad 17:19:01 Step 13/23 : ENV APP_PORT=48082 17:19:01 ---> Running in 3fddb4e1388d 17:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:19:02 Removing intermediate container 3fddb4e1388d 17:19:02 ---> ef7efab8aebb 17:19:02 Step 14/23 : EXPOSE $APP_PORT 17:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:19:03 (1/1) Installing dumb-init (1.2.2-r1) 17:19:03 Executing busybox-1.31.1-r19.trigger 17:19:03 OK: 5 MiB in 15 packages 17:19:03 (1/2) Installing ca-certificates (20191127-r4) 17:19:03 ---> Running in b4a7c4157e58 17:19:03 Removing intermediate container 8cf2eb6697a1 17:19:03 ---> 890682c06e89 17:19:03 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:19:03 (2/2) Installing dumb-init (1.2.2-r1) 17:19:03 Executing busybox-1.31.1-r19.trigger 17:19:03 Executing ca-certificates-20191127-r4.trigger 17:19:03 OK: 6 MiB in 16 packages 17:19:03 ---> Running in fea93f23aed1 17:19:04 Removing intermediate container b4a7c4157e58 17:19:04 ---> f87a38630d87 17:19:04 Step 15/23 : WORKDIR / 17:19:04 ---> Running in 20e211937552 17:19:04 Removing intermediate container fea93f23aed1 17:19:04 ---> dcbceb520116 17:19:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:19:05 Removing intermediate container 6863775d0b3d 17:19:05 ---> 5faf5b4bbc06 17:19:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:19:05 ---> Running in b0ee0c9894c0 17:19:05 Removing intermediate container 20e211937552 17:19:05 ---> 178afc0e5356 17:19:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:19:05 Removing intermediate container e2413a3594f3 17:19:05 ---> 52191ea282bb 17:19:05 17:19:05 Step 10/23 : FROM alpine:3.12 17:19:05 ---> d10569e2745f 17:19:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:19:06 ---> Using cache 17:19:06 ---> 5faf5b4bbc06 17:19:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:19:06 ---> Using cache 17:19:06 ---> cc11622e89b4 17:19:06 Step 13/23 : ENV APP_PORT=48081 17:19:06 Removing intermediate container 5be7dc844091 17:19:06 ---> e204fb74eb5a 17:19:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:19:06 ---> 0f6c36b84606 17:19:06 Removing intermediate container b0ee0c9894c0 17:19:06 ---> cc11622e89b4 17:19:06 Step 13/22 : ENV APP_PORT=48085 17:19:06 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:19:06 ---> Running in 72ce916dcba6 17:19:06 ---> Running in 428661334bc2 17:19:06 ---> Running in 64f5c6419625 17:19:06 ---> Running in ca262756423c 17:19:06 ---> 700a4b039e24 17:19:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:19:07 Removing intermediate container 428661334bc2 17:19:07 ---> 9bf30f53765d 17:19:07 Step 14/23 : EXPOSE $APP_PORT 17:19:07 Removing intermediate container 72ce916dcba6 17:19:07 ---> 5d4bbb9deb8e 17:19:07 Step 13/22 : ENV APP_PORT=48060 17:19:07 ---> Running in 403121af3f3e 17:19:07 Removing intermediate container ca262756423c 17:19:07 ---> 8a6f4b6f6452 17:19:07 Step 14/22 : EXPOSE $APP_PORT 17:19:07 ---> Running in c984b697feb2 17:19:07 ---> Running in cfd92d40ccdc 17:19:08 Removing intermediate container c984b697feb2 17:19:08 Removing intermediate container 403121af3f3e 17:19:08 ---> aa21688ad216 17:19:08 ---> a7a53f18acc0 17:19:08 Step 15/23 : WORKDIR / 17:19:08 Step 14/22 : EXPOSE $APP_PORT 17:19:08 Removing intermediate container cfd92d40ccdc 17:19:08 ---> eafd1ffc3ef8 17:19:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:19:08 ---> Running in c91009edcf57 17:19:08 ---> Running in 2c26e853bba3 17:19:08 ---> a0a1c2256b95 17:19:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:19:09 Removing intermediate container c91009edcf57 17:19:09 ---> 726b5dd098e4 17:19:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:19:09 Removing intermediate container 2c26e853bba3 17:19:09 ---> cf5317666f69 17:19:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:19:09 ---> 88bcf1cc0d37 17:19:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:19:10 ---> 92faffbfe049 17:19:10 Step 19/23 : ENTRYPOINT ["/core-command"] 17:19:10 Removing intermediate container 64f5c6419625 17:19:10 ---> d62e29b88757 17:19:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:19:10 ---> Running in 3b3aa4760c3b 17:19:10 ---> 527fdb2a9537 17:19:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:19:11 ---> a4e3d438ee89 17:19:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:19:11 Removing intermediate container 3b3aa4760c3b 17:19:11 ---> 0b4c3d623967 17:19:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:19:11 ---> 74610da6ae2b 17:19:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:19:12 ---> Running in ce553f035260 17:19:12 ---> d2fa22c590c9 17:19:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:19:12 ---> a1962cab4904 17:19:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:19:12 ---> 863cd9730df1 17:19:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:19:12 Removing intermediate container ce553f035260 17:19:12 ---> f5b2dc5a52ef 17:19:12 Step 21/23 : LABEL arch=arm64 17:19:13 ---> Running in 2a24eb722740 17:19:13 ---> adead84a334a 17:19:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:19:13 ---> 7961ecdc77ec 17:19:13 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:19:13 ---> Running in 24d951fa4172 17:19:13 ---> 46caedff35ae 17:19:13 ---> c8b5d69cd6b2 17:19:13 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:19:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:19:13 Removing intermediate container 2a24eb722740 17:19:13 ---> cef151bbe5b7 17:19:13 Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:19:14 ---> Running in 8812e46ff096 17:19:14 ---> Running in 5b9fc32c5660 17:19:14 ---> Running in 6b0f8099f76b 17:19:14 ---> dac138648e09 17:19:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:19:14 Removing intermediate container 24d951fa4172 17:19:14 ---> ff19ceed1ea6 17:19:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:19:14 ---> Running in d98f927fe360 17:19:14 Removing intermediate container 6b0f8099f76b 17:19:14 ---> a2fd24dbd7db 17:19:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:19:14 Removing intermediate container 8812e46ff096 17:19:14 ---> 2e171f9ecfc5 17:19:14 Step 23/23 : LABEL version=0.0.0 17:19:14 Removing intermediate container 5b9fc32c5660 17:19:14 ---> 73529031da94 17:19:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:19:15 ---> Running in d85afe903568 17:19:15 ---> Running in c8bcae1e1a10 17:19:15 ---> Running in 3e42a26b3816 17:19:15 ---> 7557f096086e 17:19:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:19:15 Removing intermediate container d98f927fe360 17:19:15 ---> a18023f3fd75 17:19:15 Step 20/22 : LABEL arch=arm64 17:19:15 ---> Running in 9ca9cd0a71d7 17:19:15 Removing intermediate container d85afe903568 17:19:15 ---> dc3785f0c57d 17:19:15 Step 21/23 : LABEL arch=arm64 17:19:15 Removing intermediate container c8bcae1e1a10 17:19:15 ---> fb3288dbf83c 17:19:15 Step 20/22 : LABEL arch=arm64 17:19:15 Removing intermediate container 3e42a26b3816 17:19:15 ---> 236a96bcb1cc 17:19:15 17:19:15 ---> Running in 634a129c03a3 17:19:15 ---> Running in 570f99204237 17:19:15 Removing intermediate container 9ca9cd0a71d7 17:19:15 ---> 27db89034e1b 17:19:15 Step 21/22 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:19:16 ---> ea4438982cd4 17:19:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:19:16 Successfully built 236a96bcb1cc 17:19:16 ---> Running in 7f26811f4bce 17:19:16 Successfully tagged docker-core-command-go-arm64:latest 17:19:16  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 17:19:16 Removing intermediate container 634a129c03a3 17:19:16 ---> d5f71db85b23 17:19:16 Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:19:16 ---> Running in 92dfb9e9ca26 17:19:16 Removing intermediate container 570f99204237 17:19:16 ---> 6ccf32a0004c 17:19:16 Step 21/22 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:19:16 ---> Running in d9a4c9c37c99 17:19:17 Removing intermediate container 7f26811f4bce 17:19:17 ---> 6ba8f9d605bf 17:19:17 Step 22/22 : LABEL version=0.0.0 17:19:17 ---> Running in f95d4f2a4f82 17:19:17 ---> Running in d7e0c268e9b0 17:19:17 Removing intermediate container 92dfb9e9ca26 17:19:17 ---> a544508adefd 17:19:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:19:17 Removing intermediate container d9a4c9c37c99 17:19:17 ---> 909cb4993bf9 17:19:17 Step 23/23 : LABEL version=0.0.0 17:19:17 Removing intermediate container f95d4f2a4f82 17:19:17 ---> 5d12322b28de 17:19:17 Step 22/22 : LABEL version=0.0.0 17:19:17 ---> Running in fd2b06d754e0 17:19:17 ---> Running in 0ae5764b137c 17:19:17 Removing intermediate container d7e0c268e9b0 17:19:17 ---> 830c548207e1 17:19:17 17:19:18 Successfully built 830c548207e1 17:19:18 ---> 298457991f79 17:19:18 Step 26/31 : RUN chmod +x /entrypoint.sh 17:19:18 Successfully tagged docker-support-scheduler-go-arm64:latest 17:19:18  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 17:19:19 Removing intermediate container 0ae5764b137c 17:19:19 ---> 2239374fcdfe 17:19:19 17:19:19 Removing intermediate container fd2b06d754e0 17:19:19 ---> e78be05a5db9 17:19:19 17:19:19 ---> Running in 56fe5c772273 17:19:19 Successfully built e78be05a5db9 17:19:19 Successfully tagged docker-core-metadata-go-arm64:latest 17:19:19 Building docker-core-data-go 17:19:19  Building docker-core-metadata-go ... done Successfully built 2239374fcdfe 17:19:20 Successfully tagged docker-support-notifications-go-arm64:latest 17:19:20  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go 17:19:21 Removing intermediate container 56fe5c772273 17:19:21 ---> 20f52e4ff799 17:19:21 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:19:21 ---> Running in 71a37c5fa6f5 17:19:22 Removing intermediate container 71a37c5fa6f5 17:19:22 ---> ee3b4af94cc9 17:19:22 Step 28/31 : CMD ["gate"] 17:19:23 ---> Running in 98a413cae0f2 17:19:25 Removing intermediate container 98a413cae0f2 17:19:25 ---> 1fb6fae32a37 17:19:25 Step 29/31 : LABEL arch=arm64 17:19:26 ---> Running in ae7c3ad6fa06 17:19:27 Removing intermediate container ae7c3ad6fa06 17:19:27 ---> b2222a6e033e 17:19:27 Step 30/31 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:19:28 ---> Running in 940e74f42cac 17:19:29 Removing intermediate container 940e74f42cac 17:19:29 ---> 803e44027717 17:19:29 Step 31/31 : LABEL version=0.0.0 17:19:30 ---> Running in c15556197c46 17:19:30 Removing intermediate container c15556197c46 17:19:30 ---> 895e0ab52441 17:19:30 17:19:30 Successfully built 895e0ab52441 17:19:30 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:20:07 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 17:20:07 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 17:20:09  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:20:09 ---> 4cec98fc3324 17:20:09 Step 3/21 : WORKDIR /edgex-go 17:20:09 ---> Using cache 17:20:09 ---> c9097f2fdc6c 17:20:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:09 ---> Using cache 17:20:09 ---> 8a4c08a92ca8 17:20:09 Step 5/21 : RUN apk add --update --no-cache make git 17:20:09 ---> Using cache 17:20:09 ---> 834d5249669e 17:20:09 Step 6/21 : COPY go.mod . 17:20:09 ---> Using cache 17:20:09 ---> 36c24689d926 17:20:09 Step 7/21 : RUN go mod download 17:20:09 ---> Using cache 17:20:09 ---> 379cb2675f39 17:20:09 Step 8/21 : COPY . . 17:20:09 ---> Using cache 17:20:09 ---> 105896578afb 17:20:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:20:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:20:10 ---> 4cec98fc3324 17:20:10 Step 3/24 : WORKDIR /edgex-go 17:20:10 ---> Using cache 17:20:10 ---> c9097f2fdc6c 17:20:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:10 ---> Using cache 17:20:10 ---> 8a4c08a92ca8 17:20:10 Step 5/24 : RUN apk add --update --no-cache make git 17:20:10 ---> Using cache 17:20:10 ---> 834d5249669e 17:20:10 Step 6/24 : COPY go.mod . 17:20:10 ---> Using cache 17:20:10 ---> 36c24689d926 17:20:10 Step 7/24 : RUN go mod download 17:20:10 ---> Using cache 17:20:10 ---> 379cb2675f39 17:20:10 Step 8/24 : COPY . . 17:20:10 ---> Using cache 17:20:10 ---> 105896578afb 17:20:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:20:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:20:10 ---> 4cec98fc3324 17:20:10 Step 3/26 : WORKDIR /edgex-go 17:20:10 ---> Using cache 17:20:10 ---> c9097f2fdc6c 17:20:10 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:10 ---> Using cache 17:20:10 ---> 8a4c08a92ca8 17:20:10 Step 5/26 : RUN apk add --update --no-cache make bash git 17:20:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:20:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:20:10 ---> 4cec98fc3324 17:20:10 Step 3/23 : WORKDIR /edgex-go 17:20:10 ---> Using cache 17:20:10 ---> c9097f2fdc6c 17:20:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:20:10 ---> Using cache 17:20:10 ---> 8a4c08a92ca8 17:20:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:20:13 ---> Running in d0c20265d1e6 17:20:13 ---> Running in 6c89f77b50b0 17:20:13 ---> Running in e2b47ab53372 17:20:13 ---> Running in 51860ac53216 17:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 17:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:20:15 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 17:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:20:17 OK: 217 MiB in 51 packages 17:20:18 OK: 217 MiB in 51 packages 17:20:18 Removing intermediate container 51860ac53216 17:20:18 ---> 9e4af867c0c6 17:20:18 Step 6/23 : COPY go.mod . 17:20:20 ---> 21810c9afbfa 17:20:20 Step 7/23 : RUN go mod download 17:20:20 ---> Running in 6b9f7cbee244 17:20:20 Removing intermediate container 6c89f77b50b0 17:20:20 ---> 36f8b3327df4 17:20:20 Step 6/26 : COPY go.mod . 17:20:21 ---> 692608f78dd0 17:20:21 Step 7/26 : RUN go mod download 17:20:21 ---> Running in 4c12f3b85ae1 17:20:24 Removing intermediate container 807e763e6b42 17:20:24 ---> 1cfcf78fa9c9 17:20:24 17:20:24 Step 10/22 : FROM alpine:3.12 17:20:24 Removing intermediate container 9338c8558675 17:20:24 ---> fd699eb04bba 17:20:24 17:20:24 Step 10/22 : FROM alpine:3.12 17:20:24 3.12: Pulling from library/alpine 17:20:24 3.12: Pulling from library/alpine 17:20:25 Removing intermediate container 6b9f7cbee244 17:20:25 ---> 96dfe1908cbf 17:20:25 Step 8/23 : COPY . . 17:20:27 Removing intermediate container 4c12f3b85ae1 17:20:27 ---> 8edd3e3547b8 17:20:27 Step 8/26 : COPY . . 17:20:29 Removing intermediate container 036497278b55 17:20:29 ---> cb7e443960d5 17:20:29 17:20:29 Step 10/21 : FROM alpine:3.12 17:20:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:20:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:20:29 3.12: Pulling from library/alpine 17:20:29 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 17:20:29 Status: Downloaded newer image for alpine:3.12 17:20:29 ---> 88dd2752d2ea 17:20:29 Step 11/21 : RUN apk add --update --no-cache curl 17:20:29 Status: Image is up to date for alpine:3.12 17:20:29 Status: Downloaded newer image for alpine:3.12 17:20:29 ---> 88dd2752d2ea 17:20:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:20:29 ---> 88dd2752d2ea 17:20:29 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:20:29 Removing intermediate container 1c65cae8c826 17:20:29 ---> 40b61456348a 17:20:29 17:20:29 Step 10/23 : FROM alpine:3.12 17:20:29 ---> 88dd2752d2ea 17:20:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:20:29 Removing intermediate container 088e4adbb987 17:20:29 ---> d5ba6eb3db56 17:20:29 17:20:29 Step 10/24 : FROM alpine:3.12 17:20:29 ---> 88dd2752d2ea 17:20:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:20:30 ---> Running in aa6452070a12 17:20:30 ---> Running in e1d31c87a106 17:20:30 ---> Running in b34a42dff4a7 17:20:30 ---> Running in 09e1f6868577 17:20:30 ---> Running in 3b1f29ddbd3b 17:20:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:36 (1/1) Installing dumb-init (1.2.2-r1) 17:20:36 Executing busybox-1.31.1-r19.trigger 17:20:36 (1/1) Installing dumb-init (1.2.2-r1) 17:20:36 Executing busybox-1.31.1-r19.trigger 17:20:36 OK: 6 MiB in 15 packages 17:20:36 OK: 6 MiB in 15 packages 17:20:36 (1/4) Installing ca-certificates (20191127-r4) 17:20:36 (1/2) Installing ca-certificates (20191127-r4) 17:20:36 (2/2) Installing dumb-init (1.2.2-r1) 17:20:36 Executing busybox-1.31.1-r19.trigger 17:20:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:20:36 Executing ca-certificates-20191127-r4.trigger 17:20:36 (3/4) Installing libcurl (7.69.1-r3) 17:20:36 OK: 6 MiB in 16 packages 17:20:36 (4/4) Installing curl (7.69.1-r3) 17:20:36 Executing busybox-1.31.1-r19.trigger 17:20:36 Executing ca-certificates-20191127-r4.trigger 17:20:36 (1/5) Installing ca-certificates (20191127-r4) 17:20:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:20:36 (3/5) Installing libcurl (7.69.1-r3) 17:20:36 OK: 7 MiB in 18 packages 17:20:36 (4/5) Installing curl (7.69.1-r3) 17:20:36 (5/5) Installing dumb-init (1.2.2-r1) 17:20:36 Executing busybox-1.31.1-r19.trigger 17:20:36 Executing ca-certificates-20191127-r4.trigger 17:20:37 OK: 7 MiB in 19 packages 17:20:39 Removing intermediate container 09e1f6868577 17:20:39 ---> 5b8cfbd2c089 17:20:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:20:39 Removing intermediate container e1d31c87a106 17:20:39 ---> d22f3fa852a0 17:20:39 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:20:39 ---> Running in 36cb3565ae85 17:20:40 ---> Running in 51b0d5379114 17:20:41 Removing intermediate container b34a42dff4a7 17:20:41 ---> 4bd115fdb06f 17:20:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:20:41 Removing intermediate container aa6452070a12 17:20:41 ---> ceb9627e2bcc 17:20:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:20:41 Removing intermediate container 3b1f29ddbd3b 17:20:41 ---> c1040267eda2 17:20:41 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:20:41 ---> Running in dd59cc90a52d 17:20:41 Removing intermediate container 36cb3565ae85 17:20:41 ---> 81d0da714ca1 17:20:41 Step 13/22 : ENV APP_PORT=48085 17:20:41 ---> Running in 51051d7b42ca 17:20:41 ---> Running in 2e43ef1e9119 17:20:41 ---> Running in b758aceb9c56 17:20:41 Removing intermediate container 51b0d5379114 17:20:41 ---> 8305bdae900e 17:20:41 Step 13/23 : ENV APP_PORT=48081 17:20:42 Removing intermediate container dd59cc90a52d 17:20:42 ---> 98baa05af176 17:20:42 Step 13/22 : ENV APP_PORT=48060 17:20:42 ---> Running in 91ab0ca90c00 17:20:42 Removing intermediate container 2e43ef1e9119 17:20:42 ---> 8e570506da5b 17:20:42 Step 13/24 : WORKDIR / 17:20:42 ---> Running in 88cf3def8234 17:20:42 Removing intermediate container 51051d7b42ca 17:20:42 ---> d253d0e7876f 17:20:42 Step 13/21 : WORKDIR /edgex 17:20:42 Removing intermediate container b758aceb9c56 17:20:42 ---> b74a2287501b 17:20:42 Step 14/22 : EXPOSE $APP_PORT 17:20:42 ---> Running in 80143eedd79e 17:20:42 ---> Running in 44508a357490 17:20:43 ---> Running in e5aa654cb570 17:20:44 Removing intermediate container 91ab0ca90c00 17:20:44 ---> 49cafba5e12e 17:20:44 Step 14/23 : EXPOSE $APP_PORT 17:20:44 Removing intermediate container 88cf3def8234 17:20:44 ---> 71548e363bba 17:20:44 Step 14/22 : EXPOSE $APP_PORT 17:20:44 ---> Running in 188dbfb65564 17:20:44 Removing intermediate container 80143eedd79e 17:20:44 ---> fd9bb1cb849e 17:20:44 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:20:44 Removing intermediate container e5aa654cb570 17:20:44 ---> 94a6c6c01911 17:20:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:20:44 Removing intermediate container 44508a357490 17:20:44 ---> ac3437f0044f 17:20:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:20:45 ---> Running in 0b8264445b9f 17:20:45 Removing intermediate container 188dbfb65564 17:20:45 ---> 93c3bda2f916 17:20:45 Step 15/23 : WORKDIR / 17:20:45 ---> Running in 404d70fdeb19 17:20:45 ---> 95d827f4ae2c 17:20:45 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:20:46 Removing intermediate container 0b8264445b9f 17:20:46 ---> 92c8abfb85b1 17:20:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:20:46 ---> a4210283edae 17:20:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:20:46 ---> 9c4765b89b44 17:20:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:20:46 Removing intermediate container 404d70fdeb19 17:20:46 ---> 0a809f154eaa 17:20:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:20:47 ---> 1ae3f6e401c0 17:20:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:20:47 ---> ecceae718c50 17:20:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:20:49 ---> c485c05585a3 17:20:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:20:50 ---> b63137e43640 17:20:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:20:50 ---> 28183acb117f 17:20:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:20:50 ---> 286d7a8e7170 17:20:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:20:52 ---> 7fa7a6075e9e 17:20:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:20:52 ---> 0ad9e83d22d0 17:20:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:20:52 ---> Running in e867312b147c 17:20:53 ---> 0d93f2448ffe 17:20:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:20:53 ---> 8ebce24ce4ec 17:20:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:20:53 ---> ddf78c6a0bdd 17:20:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:20:53 ---> Running in 1d3a0200f935 17:20:53 ---> 5e8b61247e85 17:20:53 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:20:54 ---> Running in b5cb6f343e97 17:20:54 ---> 95f35478c44a 17:20:54 Step 9/23 : RUN make cmd/core-data/core-data ---> 151d9b62d51f 17:20:54 17:20:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:20:54 ---> Running in 9f9a8b2822b3 17:20:54 ---> Running in a26da02bad2e 17:20:54 Removing intermediate container e867312b147c 17:20:54 ---> 5d7ae1e5fb00 17:20:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:20:54 ---> Running in 48052baee5f2 17:20:54 Removing intermediate container 1d3a0200f935 17:20:54 ---> fefd31ab654e 17:20:54 Step 18/21 : CMD ["--init=true"] 17:20:54 ---> 502f900336a4 17:20:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:20:55 Removing intermediate container b5cb6f343e97 17:20:55 ---> 2de50a9b6a37 17:20:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:20:55 ---> Running in 81ff29e72599 17:20:55 ---> Running in 21a7a19b0e54 17:20:55 ---> 07e21ed89b16 17:20:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:20:55 ---> Running in 0537b3b1c39f 17:20:55 Removing intermediate container 48052baee5f2 17:20:55 ---> b610a92a762f 17:20:55 Step 20/22 : LABEL arch=x86_64 17:20:55 ---> Running in a519a6aafa7a 17:20:56 Removing intermediate container 81ff29e72599 17:20:56 ---> 16284423af20 17:20:56 Step 19/21 : LABEL arch=x86_64 17:20:56 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 17:20:56 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 17:20:56 Removing intermediate container 0537b3b1c39f 17:20:56 ---> 5ecb6a0b90f4 17:20:56 Step 20/22 : LABEL arch=x86_64 17:20:56 Removing intermediate container 21a7a19b0e54 17:20:56 ---> 0b429b91f709 17:20:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:20:56 ---> Running in 1c36cf3a4778 17:20:56 ---> d0263bd36cac 17:20:56 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/ 17:20:57 ---> Running in 8b1f2c35fbd6 17:20:57 ---> Running in 6510ff1d2b41 17:20:57 Removing intermediate container a519a6aafa7a 17:20:57 ---> 2d7983f57989 17:20:57 Step 21/22 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:20:57 ---> Running in cf27cb2eb1ef 17:20:58 ---> Running in 04055c84a9af 17:20:59 Removing intermediate container 6510ff1d2b41 17:20:59 ---> 1b458bfe5fb8 17:20:59 Step 21/23 : LABEL arch=x86_64 17:20:59 Removing intermediate container 8b1f2c35fbd6 17:20:59 ---> b703a656950f 17:20:59 Step 21/22 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:20:59 Removing intermediate container 1c36cf3a4778 17:20:59 ---> f6bc8cc34ee2 17:20:59 Step 20/21 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:20:59 ---> Running in 6dfbe4619fc6 17:20:59 Removing intermediate container 04055c84a9af 17:20:59 ---> bb907749d377 17:20:59 Step 22/22 : LABEL version=0.0.0 17:21:00 ---> Running in 340a04b17a56 17:21:00 ---> Running in 78e1b7a19d17 17:21:00 ---> Running in 638e11d56152 17:21:00 Removing intermediate container 6dfbe4619fc6 17:21:00 ---> 36167cd3d710 17:21:00 Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:21:00 Removing intermediate container 340a04b17a56 17:21:00 ---> 6a87a6a99a01 17:21:00 Step 22/22 : LABEL version=0.0.0 17:21:01 ---> Running in 905ce4a9c640 17:21:01 ---> Running in 1ae958adda0e 17:21:01 Removing intermediate container 78e1b7a19d17 17:21:01 ---> aeff50c79fa6 17:21:01 Step 21/21 : LABEL version=0.0.0 17:21:02 Removing intermediate container 638e11d56152 17:21:02 ---> 7c543aef9530 17:21:02 17:21:02 ---> Running in c00217a463fd 17:21:03 Removing intermediate container 905ce4a9c640 17:21:03 ---> 0be7e25a01ba 17:21:03 Step 23/23 : LABEL version=0.0.0 17:21:03 ---> Running in 3b866a6e5666 17:21:03 Removing intermediate container 1ae958adda0e 17:21:03 ---> e7c40a2aa75f 17:21:03 17:21:04 Removing intermediate container cf27cb2eb1ef 17:21:04 Removing intermediate container c00217a463fd 17:21:04 ---> 5cd43180ce9b 17:21:04 17:21:04 ---> da57e20862e1 17:21:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:21:04 Successfully built 7c543aef9530 17:21:04 Successfully tagged docker-support-scheduler-go:latest 17:21:05  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 17:21:05 ---> Running in 2c1b3c874799 17:21:05 Successfully built e7c40a2aa75f 17:21:05 Removing intermediate container 3b866a6e5666 17:21:05 ---> e8c9ef9414a3 17:21:05 17:21:05 Successfully tagged docker-support-notifications-go:latest 17:21:05 Building docker-core-command-go 17:21:06  Building docker-support-notifications-go ... done Successfully built 5cd43180ce9b 17:21:06 Successfully tagged docker-security-proxy-setup-go:latest 17:21:06  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 17:21:06 Removing intermediate container 2c1b3c874799 17:21:06 ---> a5067055d58c 17:21:06 Step 22/24 : LABEL arch=x86_64 17:21:06 Successfully built e8c9ef9414a3 17:21:06 Successfully tagged docker-core-metadata-go:latest 17:21:07  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 17:21:07 ---> Running in 29d3f4e991e8 17:21:07 Removing intermediate container 29d3f4e991e8 17:21:07 ---> ee580ac95305 17:21:07 Step 23/24 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:21:08 ---> Running in 93a6b7479089 17:21:10 Removing intermediate container 93a6b7479089 17:21:10 ---> 8a4e7e87bd1f 17:21:10 Step 24/24 : LABEL version=0.0.0 17:21:11 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 17:21:11 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 17:21:14 ---> Running in 059071982ff9 17:21:18 Removing intermediate container 059071982ff9 17:21:18 ---> 2caf736e4d86 17:21:18 17:21:20 Successfully built 2caf736e4d86 17:21:20 Successfully tagged docker-security-secretstore-setup-go:latest 17:21:29 Removing intermediate container d0c20265d1e6 17:21:29 ---> 8b88d1b49948 17:21:29 17:21:29 Step 10/21 : FROM alpine:3.12 17:21:29 ---> d10569e2745f 17:21:29 Step 11/21 : RUN apk add --update --no-cache curl 17:21:29 Removing intermediate container e2b47ab53372 17:21:29 ---> 5dae7a1b2c61 17:21:29 17:21:29 Step 10/24 : FROM alpine:3.12 17:21:29 ---> d10569e2745f 17:21:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 17:21:29 ---> Running in 7c82c60e0f48 17:21:29 ---> Running in 2d379b63f2e4 17:21:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:32 (1/5) Installing ca-certificates (20191127-r4) 17:21:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 17:21:32 (3/5) Installing libcurl (7.69.1-r3) 17:21:32 (4/5) Installing curl (7.69.1-r3) 17:21:32 (5/5) Installing dumb-init (1.2.2-r1) 17:21:32 (1/4) Installing ca-certificates (20191127-r4) 17:21:32 Executing busybox-1.31.1-r19.trigger 17:21:32 Executing ca-certificates-20191127-r4.trigger 17:21:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:21:32 (3/4) Installing libcurl (7.69.1-r3) 17:21:32 (4/4) Installing curl (7.69.1-r3) 17:21:32 Executing busybox-1.31.1-r19.trigger 17:21:32 Executing ca-certificates-20191127-r4.trigger 17:21:32 OK: 7 MiB in 19 packages 17:21:32 OK: 7 MiB in 18 packages 17:21:35 Removing intermediate container 2d379b63f2e4 17:21:35 ---> 070cdd5e4466 17:21:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:21:35 ---> Running in e84bdd19c718 17:21:35 Removing intermediate container 7c82c60e0f48 17:21:35 ---> 4d025eaa264f 17:21:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:21:35 ---> Running in 2c1b6409e435 17:21:36 Removing intermediate container e84bdd19c718 17:21:36 ---> ad16d2b8d279 17:21:36 Step 13/24 : WORKDIR / 17:21:36 ---> Running in 2d9fd72f4dab 17:21:36 Removing intermediate container 2c1b6409e435 17:21:36 ---> 47f23308c81a 17:21:36 Step 13/21 : WORKDIR /edgex 17:21:36 ---> Running in 5031e5c66f14 17:21:37 Removing intermediate container 2d9fd72f4dab 17:21:37 ---> d17a528d3ed8 17:21:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:21:37 Removing intermediate container 5031e5c66f14 17:21:37 ---> 35fdd379023a 17:21:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:21:38 ---> ed02296d7097 17:21:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:21:39 ---> c467bc7322cf 17:21:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:21:39 ---> ed876631a3da 17:21:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:21:41 ---> 3ecb25c00ca8 17:21:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:21:41 ---> cd0a27e86a51 17:21:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:21:43 ---> 2a8e3872a059 17:21:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:21:43 ---> 96cf0598f9fd 17:21:43 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:21:43 ---> Running in 24402f745123 17:21:44 Removing intermediate container 24402f745123 17:21:44 ---> c5e22e2cb89e 17:21:44 Step 18/21 : CMD ["--init=true"] 17:21:45 ---> Running in 964803beee5a 17:21:45 ---> 30cb03fba7b1 17:21:45 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:21:46 Removing intermediate container 964803beee5a 17:21:46 ---> 84729b398afd 17:21:46 Step 19/21 : LABEL arch=arm64 17:21:46 ---> Running in e8d87d7faa7c 17:21:47 ---> a22aa91d5171 17:21:47 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 17:21:47 ---> Running in bb816ec9bef6 17:21:47 Removing intermediate container e8d87d7faa7c 17:21:47 ---> 2f8dd119d7c1 17:21:47 Step 20/21 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:21:47 ---> Running in ca4cf756da01 17:21:48 Removing intermediate container ca4cf756da01 17:21:48 ---> 2a2996d675ed 17:21:48 Step 21/21 : LABEL version=0.0.0 17:21:48 ---> Running in 8460246c85ba 17:21:49 Removing intermediate container 8460246c85ba 17:21:49 ---> 71f82869be79 17:21:49 17:21:50 Successfully built 71f82869be79 17:21:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:21:50  Building docker-security-proxy-setup-go ... done Removing intermediate container bb816ec9bef6 17:21:50 ---> fe4c35c3c9af 17:21:50 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:21:51 ---> Running in 45b38a7459e9 17:21:51 Removing intermediate container 45b38a7459e9 17:21:51 ---> d058aebb648d 17:21:51 Step 22/24 : LABEL arch=arm64 17:21:51 ---> Running in 6b88fa75fa9f 17:21:52 Removing intermediate container 6b88fa75fa9f 17:21:52 ---> 69f829c49375 17:21:52 Step 23/24 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:21:52 ---> Running in 7c53bb785ea7 17:21:53 Removing intermediate container 7c53bb785ea7 17:21:53 ---> 276b36b67bc4 17:21:53 Step 24/24 : LABEL version=0.0.0 17:21:53 ---> Running in f7b895745b0e 17:21:54 Removing intermediate container f7b895745b0e 17:21:54 ---> 3c6d57d4844c 17:21:54 17:21:55 Successfully built 3c6d57d4844c 17:21:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:22:05  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9f9a8b2822b3 17:22:05 ---> f4d8d1edae1d 17:22:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:22:05 ---> Running in 941e96a8ff09 17:22:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:22:09 Removing intermediate container 941e96a8ff09 17:22:09 ---> 7f1f343e9e50 17:22:09 17:22:09 Step 11/26 : FROM docker:20.10.0 17:22:09 20.10.0: Pulling from library/docker 17:22:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:22:17 Status: Downloaded newer image for docker:20.10.0 17:22:17 ---> eeaf43b92773 17:22:17 Step 12/26 : RUN apk add --no-cache bash 17:22:18 ---> Running in a62840a56503 17:22:18 Removing intermediate container a26da02bad2e 17:22:18 ---> f2c8d4ec5a81 17:22:18 17:22:18 Step 10/23 : FROM alpine:3.12 17:22:18 ---> d10569e2745f 17:22:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:22:18 ---> Running in ea66c069b8cf 17:22:19 Removing intermediate container ea66c069b8cf 17:22:19 ---> 5167c8dbef99 17:22:19 Step 12/23 : ENV APP_PORT=48080 17:22:19 ---> Running in 392edd6de12c 17:22:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:19 Removing intermediate container 392edd6de12c 17:22:19 ---> 3bb05ce65f68 17:22:19 Step 13/23 : EXPOSE $APP_PORT 17:22:19 ---> Running in 1cb8ec6f60a9 17:22:20 (1/2) Installing readline (8.0.4-r0) 17:22:20 (2/2) Installing bash (5.0.17-r0) 17:22:20 Executing bash-5.0.17-r0.post-install 17:22:20 Executing busybox-1.31.1-r19.trigger 17:22:20 OK: 12 MiB in 22 packages 17:22:20 Removing intermediate container 1cb8ec6f60a9 17:22:20 ---> 712e5fd9f9d5 17:22:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:22:20 ---> Running in f572d695a73d 17:22:21 Removing intermediate container a62840a56503 17:22:21 ---> 3d6c4a9df852 17:22:21 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:22:22 ---> Running in e4f2a8721edd 17:22:22 Removing intermediate container e4f2a8721edd 17:22:22 ---> 0f93b2a60699 17:22:22 Step 14/26 : ENV APP_PORT=48090 17:22:22 ---> Running in c256e6ef62a9 17:22:22 Removing intermediate container f572d695a73d 17:22:22 ---> 2d958c58fb69 17:22:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:22:22 ---> Running in 475be8fd205a 17:22:23 Removing intermediate container c256e6ef62a9 17:22:23 ---> a7e6c20abf18 17:22:23 Step 15/26 : EXPOSE $APP_PORT 17:22:23 ---> Running in c01172b002d1 17:22:24 Removing intermediate container c01172b002d1 17:22:24 ---> 14e6bd492797 17:22:24 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:22:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:24 ---> 4690d62b28b0 17:22:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:22:25 (1/6) Installing dumb-init (1.2.2-r1) 17:22:25 ---> 4d7349ef3f3d 17:22:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:22:25 (2/6) Installing libgcc (9.3.0-r2) 17:22:25 (3/6) Installing libsodium (1.0.18-r0) 17:22:25 (4/6) Installing libstdc++ (9.3.0-r2) 17:22:26 (5/6) Installing libzmq (4.3.3-r0) 17:22:26 (6/6) Installing zeromq (4.3.3-r0) 17:22:26 Executing busybox-1.31.1-r19.trigger 17:22:26 ---> 0d345cd49b32 17:22:26 Step 19/26 : RUN apk --no-cache add py3-pip 17:22:26 OK: 8 MiB in 20 packages 17:22:26 ---> Running in 37fe357ecc81 17:22:28 Removing intermediate container 475be8fd205a 17:22:28 ---> 2c86fafe9558 17:22:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:22:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:22:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:22:28 (1/33) Installing libbz2 (1.0.8-r1) 17:22:28 (2/33) Installing expat (2.2.9-r1) 17:22:28 ---> 3d4d7e381cfc 17:22:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:22:28 (3/33) Installing libffi (3.3-r2) 17:22:28 (4/33) Installing gdbm (1.13-r1) 17:22:28 (5/33) Installing xz-libs (5.2.5-r0) 17:22:28 (6/33) Installing sqlite-libs (3.32.1-r0) 17:22:28 (7/33) Installing python3 (3.8.8-r0) 17:22:30 (8/33) Installing py3-appdirs (1.4.4-r1) 17:22:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:22:30 (10/33) Installing py3-parsing (2.4.7-r0) 17:22:30 (11/33) Installing py3-six (1.15.0-r0) 17:22:30 (12/33) Installing py3-packaging (20.4-r0) 17:22:30 ---> d394b98c88ca 17:22:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:22:30 (13/33) Installing py3-setuptools (47.0.0-r0) 17:22:30 (14/33) Installing py3-chardet (3.0.4-r4) 17:22:30 (15/33) Installing py3-idna (2.9-r0) 17:22:30 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:22:30 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:22:30 (18/33) Installing py3-requests (2.23.0-r0) 17:22:30 (19/33) Installing py3-msgpack (1.0.0-r0) 17:22:30 (20/33) Installing py3-lockfile (0.12.2-r3) 17:22:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:22:30 (22/33) Installing py3-colorama (0.4.3-r0) 17:22:30 (23/33) Installing py3-distlib (0.3.0-r0) 17:22:31 (24/33) Installing py3-distro (1.5.0-r1) 17:22:31 (25/33) Installing py3-webencodings (0.5.1-r3) 17:22:31 (26/33) Installing py3-html5lib (1.0.1-r4) 17:22:31 (27/33) Installing py3-pytoml (0.1.21-r0) 17:22:31 (28/33) Installing py3-pep517 (0.8.2-r0) 17:22:31 (29/33) Installing py3-progress (1.5-r0) 17:22:31 (30/33) Installing py3-toml (0.10.1-r0) 17:22:31 (31/33) Installing py3-retrying (1.3.3-r0) 17:22:31 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:22:31 (33/33) Installing py3-pip (20.1.1-r0) 17:22:31 Executing busybox-1.31.1-r19.trigger 17:22:31 OK: 71 MiB in 55 packages 17:22:31 ---> 297f6fb17c0c 17:22:31 Step 19/23 : ENTRYPOINT ["/core-data"] 17:22:31 ---> Running in 15343d3fccc7 17:22:32 Removing intermediate container 15343d3fccc7 17:22:32 ---> 2f60c3613e95 17:22:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:22:32 ---> Running in 30b43fb4bd9c 17:22:32 Removing intermediate container 30b43fb4bd9c 17:22:32 ---> 7aafad72fbc9 17:22:32 Step 21/23 : LABEL arch=arm64 17:22:33 ---> Running in 504e6336f09c 17:22:33 Removing intermediate container 504e6336f09c 17:22:33 ---> b7189674b56f 17:22:33 Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:22:34 ---> Running in 445b18e104b0 17:22:34 Removing intermediate container 445b18e104b0 17:22:34 ---> dbb6f9900e8f 17:22:34 Step 23/23 : LABEL version=0.0.0 17:22:34 ---> Running in dbd5b7ddcd8a 17:22:35 Removing intermediate container dbd5b7ddcd8a 17:22:35 ---> 50708accff38 17:22:35 17:22:35 Successfully built 50708accff38 17:22:35 Successfully tagged docker-core-data-go-arm64:latest 17:22:37  Building docker-core-data-go ... done Removing intermediate container 37fe357ecc81 17:22:37 ---> 7c97e23e5156 17:22:37 Step 20/26 : RUN pip install docker-compose==1.23.2 17:22:37 ---> Running in 6ec3c49c19d0 17:22:42 Collecting docker-compose==1.23.2 17:22:42 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:22:43 Collecting docker<4.0,>=3.6.0 17:22:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:22:43 Collecting cached-property<2,>=1.2.0 17:22:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:22:44 Collecting websocket-client<1.0,>=0.32.0 17:22:44 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:22:44 Collecting jsonschema<3,>=2.5.1 17:22:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:22:45 Collecting PyYAML<4,>=3.10 17:22:45 Downloading PyYAML-3.13.tar.gz (270 kB) 17:22:49 Collecting dockerpty<0.5,>=0.4.1 17:22:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:22:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:22:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:22:51 Collecting texttable<0.10,>=0.9.0 17:22:51 Downloading texttable-0.9.1.tar.gz (11 kB) 17:22:53 Collecting docopt<0.7,>=0.6.1 17:22:53 Downloading docopt-0.6.2.tar.gz (25 kB) 17:22:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:22:55 Collecting docker-pycreds>=0.4.0 17:22:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:22:55 Collecting idna<2.8,>=2.5 17:22:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:22:56 Collecting urllib3<1.25,>=1.21.1 17:22:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:22:56 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) 17:22:56 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) 17:22:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:22:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:22:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:22:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:22:57 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, cached-property, jsonschema, PyYAML, dockerpty, texttable, docopt, docker-compose 17:22:57 Attempting uninstall: idna 17:22:57 Found existing installation: idna 2.9 17:22:57 Uninstalling idna-2.9: 17:22:57 Successfully uninstalled idna-2.9 17:22:58 Attempting uninstall: urllib3 17:22:58 Found existing installation: urllib3 1.25.9 17:22:58 Uninstalling urllib3-1.25.9: 17:22:58 Successfully uninstalled urllib3-1.25.9 17:22:59 Attempting uninstall: requests 17:22:59 Found existing installation: requests 2.23.0 17:22:59 Uninstalling requests-2.23.0: 17:22:59 Successfully uninstalled requests-2.23.0 17:23:00  Building docker-security-secretstore-setup-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:00 Step 2/31 : FROM ${BUILDER_BASE} AS builder 17:23:00 ---> 2216bab92d3d 17:23:00 Step 3/31 : WORKDIR /edgex-go 17:23:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 17:23:00 ---> 2216bab92d3d 17:23:00 Step 3/26 : WORKDIR /edgex-go 17:23:00 ---> Using cache 17:23:00 ---> 5fe05b3b1928 17:23:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:00 ---> Using cache 17:23:00 ---> 5fe05b3b1928 17:23:00 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:00 ---> Using cache 17:23:00 ---> 6dd537865094 17:23:00 Step 5/31 : RUN apk add --update --no-cache make git 17:23:00 ---> Using cache 17:23:00 ---> 6dd537865094 17:23:00 Step 5/26 : RUN apk add --update --no-cache make bash git 17:23:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:23:00 ---> 2216bab92d3d 17:23:00 Step 3/23 : WORKDIR /edgex-go 17:23:00 ---> Using cache 17:23:00 ---> 5fe05b3b1928 17:23:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:00 ---> Using cache 17:23:00 ---> 6dd537865094 17:23:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:23:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:23:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:23:00 ---> 2216bab92d3d 17:23:00 Step 3/23 : WORKDIR /edgex-go 17:23:00 ---> Using cache 17:23:00 ---> 5fe05b3b1928 17:23:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:23:00 ---> Using cache 17:23:00 ---> 6dd537865094 17:23:00 Step 5/23 : RUN apk add --update --no-cache make git 17:23:00 ---> Running in 29b28b9661a6 17:23:00 ---> Running in f7595c1503fa 17:23:00 ---> Running in 0fcb1598007c 17:23:00 ---> Running in 0e47c3fe6272 17:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:23:00 Running setup.py install for PyYAML: started 17:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:23:01 OK: 233 MiB in 51 packages 17:23:01 OK: 233 MiB in 51 packages 17:23:02 OK: 233 MiB in 51 packages 17:23:02 OK: 233 MiB in 51 packages 17:23:03 Running setup.py install for PyYAML: finished with status 'done' 17:23:03 Running setup.py install for dockerpty: started 17:23:04 Running setup.py install for dockerpty: finished with status 'done' 17:23:04 Running setup.py install for texttable: started 17:23:05 Removing intermediate container 0e47c3fe6272 17:23:05 ---> c6df0cf70b17 17:23:05 Step 6/23 : COPY go.mod . 17:23:05 Removing intermediate container 29b28b9661a6 17:23:05 ---> a09689b0a807 17:23:05 Step 6/31 : COPY go.mod . 17:23:05 Removing intermediate container 0fcb1598007c 17:23:05 ---> b0b34a7b1d3f 17:23:05 Step 6/23 : COPY go.mod . 17:23:05 Removing intermediate container f7595c1503fa 17:23:05 ---> ecb0d3a818aa 17:23:05 Step 6/26 : COPY go.mod . 17:23:06 ---> 098f4bbfb158 17:23:06 Step 7/23 : RUN go mod download 17:23:06 ---> 217ad602641b 17:23:06 Step 7/31 : RUN go mod download 17:23:06 Running setup.py install for texttable: finished with status 'done' 17:23:06 Running setup.py install for docopt: started 17:23:06 ---> Running in 792272781cb0 17:23:07 ---> Running in 2b9fdd60f344 17:23:07 ---> e3316aacec77 17:23:07 Step 7/23 : RUN go mod download 17:23:07 ---> a236431cfd0e 17:23:07 Step 7/26 : RUN go mod download 17:23:08 ---> Running in 7224e6484b89 17:23:08 ---> Running in ad3f68fb61ac 17:23:08 Running setup.py install for docopt: finished with status 'done' 17:23:09 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 17:23:13 Removing intermediate container 6ec3c49c19d0 17:23:13 ---> ce513a991fa4 17:23:13 Step 21/26 : RUN apk --no-cache add curl 17:23:13 ---> Running in a6ae7e9ebcbb 17:23:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:23:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:23:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:23:15 (2/3) Installing libcurl (7.69.1-r3) 17:23:15 (3/3) Installing curl (7.69.1-r3) 17:23:15 Executing busybox-1.31.1-r19.trigger 17:23:15 OK: 72 MiB in 58 packages 17:23:16 Removing intermediate container a6ae7e9ebcbb 17:23:16 ---> b892fb9e3171 17:23:16 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:23:16 ---> Running in 76e83eb52677 17:23:17 Removing intermediate container 76e83eb52677 17:23:17 ---> b1c973d9fb4a 17:23:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:23:17 ---> Running in 8562c3b441db 17:23:17 Removing intermediate container 8562c3b441db 17:23:17 ---> f7018c45f012 17:23:17 Step 24/26 : LABEL arch=arm64 17:23:17 ---> Running in 847e47ae550e 17:23:17 Removing intermediate container ad3f68fb61ac 17:23:17 ---> af0398ec779f 17:23:17 Step 8/26 : COPY . . 17:23:17 Removing intermediate container 7224e6484b89 17:23:17 ---> 4b6ccf9cee6e 17:23:17 Step 8/23 : COPY . . 17:23:17 Removing intermediate container 792272781cb0 17:23:17 ---> b87f73801faa 17:23:17 Step 8/23 : COPY . . 17:23:18 Removing intermediate container 2b9fdd60f344 17:23:18 ---> 650e9c6f872a 17:23:18 Step 8/31 : COPY . . 17:23:18 Removing intermediate container 847e47ae550e 17:23:18 ---> e0a94090ec88 17:23:18 Step 25/26 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:23:18 ---> Running in fcc407972c8a 17:23:18 Removing intermediate container fcc407972c8a 17:23:18 ---> e5e6fd33b7d7 17:23:18 Step 26/26 : LABEL version=0.0.0 17:23:18 ---> Running in aa74253f6179 17:23:19 Removing intermediate container aa74253f6179 17:23:19 ---> 9a76e1bc5110 17:23:19 17:23:19 Successfully built 9a76e1bc5110 17:23:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:23:20  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:23:20 $ docker stop --time=1 4321d3e78d0c04ebedad892cd20f31ac528c635ef6465e6b4543193d4f458a8c 17:23:22 $ docker rm -f 4321d3e78d0c04ebedad892cd20f31ac528c635ef6465e6b4543193d4f458a8c [Pipeline] // withDockerContainer [Pipeline] sh 17:23:22 + docker images 17:23:22 + grep docker 17:23:23 docker-sys-mgmt-agent-go-arm64 latest 9a76e1bc5110 4 seconds ago 300MB 17:23:23 docker-core-data-go-arm64 latest 50708accff38 48 seconds ago 21.3MB 17:23:23 docker-security-secretstore-setup-go-arm64 latest 3c6d57d4844c About a minute ago 23.7MB 17:23:23 docker-security-proxy-setup-go-arm64 latest 71f82869be79 About a minute ago 23.4MB 17:23:23 docker-security-bootstrapper-go-arm64 latest 895e0ab52441 3 minutes ago 17.8MB 17:23:23 docker-support-notifications-go-arm64 latest 2239374fcdfe 4 minutes ago 16.9MB 17:23:23 docker-core-metadata-go-arm64 latest e78be05a5db9 4 minutes ago 17.9MB 17:23:23 docker-support-scheduler-go-arm64 latest 830c548207e1 4 minutes ago 16.3MB 17:23:23 docker-core-command-go-arm64 latest 236a96bcb1cc 4 minutes ago 16.2MB 17:23:23 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:23:24 ---> job-cost.sh 17:23:24 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tgI5 17:24:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:25:55 lf-activate-venv(): INFO: Adding /tmp/venv-tgI5/bin to PATH 17:25:55 INFO: No Stack... 17:25:55 INFO: Retrieving Pricing Info for: lf-standard-4 17:25:55 INFO: Archiving Costs [Pipeline] sh 17:25:55 + + cat /w/workspace/edgex-go/24/archives/cost.csv 17:25:55 cut -d, -f6 [Pipeline] lock 17:25:55 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3209-24-stack-cost] 17:25:55 Resource [jenkins-edgexfoundry-edgex-go-PR-3209-24-stack-cost] did not exist. Created. 17:25:55 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3209-24-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:25:56 + echo total: 0.20999999344348907 [Pipeline] stash 17:25:56 Stashed 1 file(s) [Pipeline] } 17:25:56 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3209-24-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:26:01 ---> 819eb7d707b5 17:26:01 Step 9/23 : RUN make cmd/core-command/core-command 17:26:01 ---> 7d0a4865f1b4 17:26:01 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:26:01 ---> Running in 892f751f2fb2 17:26:01 ---> Running in df3e3991dbd8 17:26:01 ---> 7f19b7486f92 17:26:01 Step 9/23 : RUN make cmd/core-data/core-data 17:26:01 ---> d24ab66a4359 17:26:01 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 17:26:01 ---> Running in 541e327271ab 17:26:01 ---> Running in 4ad44d6ba71a 17:26:01 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 17:26:01 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 17:26:01 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 17:26:01 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 17:27:12 Removing intermediate container df3e3991dbd8 17:27:12 ---> 8b99b5523a66 17:27:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:27:12 Removing intermediate container 4ad44d6ba71a 17:27:12 ---> 4873860edba7 17:27:12 17:27:12 Step 10/31 : FROM alpine:3.12 17:27:12 ---> 88dd2752d2ea 17:27:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:27:12 ---> Running in 97aa7ae3e436 17:27:12 Removing intermediate container 892f751f2fb2 17:27:12 ---> ac67ec029265 17:27:12 17:27:12 Step 10/23 : FROM alpine:3.12 17:27:12 ---> 88dd2752d2ea 17:27:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:27:12 ---> Using cache 17:27:12 ---> d22f3fa852a0 17:27:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:27:12 ---> Using cache 17:27:12 ---> 8305bdae900e 17:27:12 Step 13/23 : ENV APP_PORT=48082 17:27:12 ---> Running in 6adc02d618db 17:27:12 ---> Running in 6e51a4481f78 17:27:12 Removing intermediate container 6adc02d618db 17:27:12 ---> 6df1a8252466 17:27:12 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:27:12 ---> Running in 9d480c56ead0 17:27:12 Removing intermediate container 6e51a4481f78 17:27:12 ---> a1b42c54d039 17:27:12 Step 14/23 : EXPOSE $APP_PORT 17:27:12 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 17:27:12 ---> Running in f5c212ab6245 17:27:12 Removing intermediate container f5c212ab6245 17:27:12 ---> 1d94898b6a09 17:27:12 Step 15/23 : WORKDIR / 17:27:12 ---> Running in 4dfdec954f18 17:27:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:27:14 Removing intermediate container 4dfdec954f18 17:27:14 ---> c13df0dff4db 17:27:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:27:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:27:16 (1/2) Installing dumb-init (1.2.2-r1) 17:27:16 (2/2) Installing su-exec (0.2-r1) 17:27:16 Executing busybox-1.31.1-r19.trigger 17:27:16 OK: 6 MiB in 16 packages 17:27:18 Removing intermediate container 97aa7ae3e436 17:27:18 ---> 7a9eb601de46 17:27:18 17:27:18 Step 11/26 : FROM docker:20.10.0 17:27:18 ---> e250e87ad81e 17:27:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:27:18 20.10.0: Pulling from library/docker 17:27:19 Removing intermediate container 541e327271ab 17:27:19 ---> f67b696d1c68 17:27:19 17:27:19 Step 10/23 : FROM alpine:3.12 17:27:19 ---> 88dd2752d2ea 17:27:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:27:19 ---> Running in a5e85f01da1b 17:27:20 Removing intermediate container a5e85f01da1b 17:27:20 ---> fa66c8f26d64 17:27:20 Step 12/23 : ENV APP_PORT=48080 17:27:21 Removing intermediate container 9d480c56ead0 17:27:21 ---> 00496a32f21b 17:27:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:27:21 ---> Running in d746d6cb4408 17:27:21 ---> ab1e9dd021ad 17:27:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:27:21 ---> Running in 395b8e35940f 17:27:23 Removing intermediate container d746d6cb4408 17:27:23 ---> 8c39baa3c83d 17:27:23 Step 13/23 : EXPOSE $APP_PORT 17:27:23 Removing intermediate container 395b8e35940f 17:27:23 ---> a629e38e48c5 17:27:23 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:27:23 ---> Running in 1001d5655680 17:27:23 ---> b6474294ac2b 17:27:23 Step 19/23 : ENTRYPOINT ["/core-command"] 17:27:23 ---> Running in d11158107e91 17:27:24 ---> Running in d258f6b7c8f6 17:27:24 Removing intermediate container 1001d5655680 17:27:24 ---> f9b746276483 17:27:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:27:25 Removing intermediate container d11158107e91 17:27:25 ---> 4bc9bdb3adf6 17:27:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:27:25 ---> Running in 6cc3eaf1d2b7 17:27:25 ---> Running in c5e7fd7ae647 17:27:25 Removing intermediate container d258f6b7c8f6 17:27:25 ---> c0387ff0fec2 17:27:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:25 ---> Running in 69cab558956c 17:27:26 Removing intermediate container 69cab558956c 17:27:26 ---> 9284f646420e 17:27:26 Step 21/23 : LABEL arch=x86_64 17:27:26 ---> Running in 3985aa0ec9b6 17:27:27 Removing intermediate container 3985aa0ec9b6 17:27:27 ---> f36ca0098d01 17:27:27 Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:27:27 ---> Running in 3e2c5b220fd8 17:27:29 Removing intermediate container 3e2c5b220fd8 17:27:29 Removing intermediate container 6cc3eaf1d2b7 17:27:29 ---> f933a84393ef 17:27:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:27:29 ---> 710d63811be6 17:27:29 Step 23/23 : LABEL version=0.0.0 17:27:29 ---> Running in ca8fb950851a 17:27:29 ---> Running in 929d76196c3c 17:27:29 Removing intermediate container c5e7fd7ae647 17:27:29 ---> 134891749bcd 17:27:29 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:27:30 Removing intermediate container ca8fb950851a 17:27:30 ---> 3bcf290dcef4 17:27:30 17:27:30 ---> Running in 9557c5b7140d 17:27:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:27:31 Successfully built 3bcf290dcef4 17:27:31 Successfully tagged docker-core-command-go:latest 17:27:31  Building docker-core-command-go ... done Removing intermediate container 9557c5b7140d 17:27:31 ---> c46aaa080113 17:27:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:27:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:27:33 ---> 6c9edac6c059 17:27:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:27:33 ---> Running in 9b50a7e1c262 17:27:34 (1/6) Installing dumb-init (1.2.2-r1) 17:27:34 (2/6) Installing libgcc (9.3.0-r2) 17:27:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:27:34 Status: Downloaded newer image for docker:20.10.0 17:27:34 ---> aefe523efa57 17:27:34 Step 12/26 : RUN apk add --no-cache bash 17:27:35 (3/6) Installing libsodium (1.0.18-r0) 17:27:35 ---> Running in 5a8abf5f9366 17:27:35 (4/6) Installing libstdc++ (9.3.0-r2) 17:27:35 (5/6) Installing libzmq (4.3.3-r0) 17:27:36 (6/6) Installing zeromq (4.3.3-r0) 17:27:36 Executing busybox-1.31.1-r19.trigger 17:27:36 OK: 8 MiB in 20 packages 17:27:36 Removing intermediate container 9b50a7e1c262 17:27:36 ---> ce9ff1935257 17:27:36 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:27:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:27:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:27:37 ---> 027234d2eabc 17:27:37 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:27:37 (1/2) Installing readline (8.0.4-r0) 17:27:37 (2/2) Installing bash (5.0.17-r0) 17:27:37 Executing bash-5.0.17-r0.post-install 17:27:37 Executing busybox-1.31.1-r19.trigger 17:27:37 OK: 12 MiB in 22 packages 17:27:37 Removing intermediate container 929d76196c3c 17:27:37 ---> 8c46d2806977 17:27:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:27:38 ---> eecb59c63e0d 17:27:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:27:38 ---> 236dc222ef2e 17:27:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:27:39 Removing intermediate container 5a8abf5f9366 17:27:39 ---> d4ead7f5d211 17:27:39 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:27:39 ---> Running in 7ed191dd76dc 17:27:39 ---> a0f722364836 17:27:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:27:39 ---> d4a246dadb8a 17:27:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:27:39 Removing intermediate container 7ed191dd76dc 17:27:39 ---> 475d9f13eb80 17:27:39 Step 14/26 : ENV APP_PORT=48090 17:27:40 ---> Running in bf474d9e0dde 17:27:40 ---> b8261e3a1eca 17:27:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:27:40 ---> 2df6a2a175d2 17:27:40 Step 19/23 : ENTRYPOINT ["/core-data"] 17:27:40 ---> Running in 6061ea2f991c 17:27:41 Removing intermediate container bf474d9e0dde 17:27:41 ---> e03f1422881a 17:27:41 Step 15/26 : EXPOSE $APP_PORT 17:27:41 ---> Running in 13c185f312a3 17:27:41 ---> 29dffc6121bd 17:27:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:27:41 Removing intermediate container 6061ea2f991c 17:27:41 ---> 93e37092fc32 17:27:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:27:42 ---> Running in c644763f3e0a 17:27:42 ---> Running in d4a071d5b7e2 17:27:42 Removing intermediate container 13c185f312a3 17:27:42 ---> f4c3024c470c 17:27:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:27:42 Removing intermediate container c644763f3e0a 17:27:42 ---> 435082d18cba 17:27:42 Step 21/23 : LABEL arch=x86_64 17:27:42 Removing intermediate container d4a071d5b7e2 17:27:42 ---> 36d7455ff887 17:27:42 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:27:42 ---> Running in 99f63d2cfd34 17:27:43 Removing intermediate container 99f63d2cfd34 17:27:43 ---> 20921ea08afb 17:27:43 Step 22/23 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:27:43 ---> 7db8a252bbae 17:27:43 Step 26/31 : RUN chmod +x /entrypoint.sh 17:27:43 ---> Running in 56f4b21a9e56 17:27:43 ---> c3f4a8d9a8ea 17:27:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:27:44 ---> Running in 080c6b23248a 17:27:45 Removing intermediate container 56f4b21a9e56 17:27:45 ---> 4329e5d4c075 17:27:45 Step 23/23 : LABEL version=0.0.0 17:27:45 ---> Running in bc5119be9c2e 17:27:45 ---> 4787cbb70545 17:27:45 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:27:46 Removing intermediate container bc5119be9c2e 17:27:46 ---> 73017fb84307 17:27:46 17:27:47 Successfully built 73017fb84307 17:27:47 Successfully tagged docker-core-data-go:latest 17:27:47  Building docker-core-data-go ... done  ---> a454c26312f5 17:27:47 Step 19/26 : RUN apk --no-cache add py3-pip 17:27:47 ---> Running in add92d859aae 17:27:48 Removing intermediate container 080c6b23248a 17:27:48 ---> a7f0bb075d02 17:27:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:27:49 ---> Running in a9aaca3267ed 17:27:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:27:50 Removing intermediate container a9aaca3267ed 17:27:50 ---> 14aca3ec4719 17:27:50 Step 28/31 : CMD ["gate"] 17:27:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:27:50 ---> Running in 8b55a235e6ed 17:27:50 (1/33) Installing libbz2 (1.0.8-r1) 17:27:50 (2/33) Installing expat (2.2.9-r1) 17:27:50 (3/33) Installing libffi (3.3-r2) 17:27:50 (4/33) Installing gdbm (1.13-r1) 17:27:50 (5/33) Installing xz-libs (5.2.5-r0) 17:27:50 (6/33) Installing sqlite-libs (3.32.1-r0) 17:27:50 (7/33) Installing python3 (3.8.8-r0) 17:27:52 Removing intermediate container 8b55a235e6ed 17:27:52 ---> 433293d6a8a0 17:27:52 Step 29/31 : LABEL arch=x86_64 17:27:53 ---> Running in 2986b3fea86c 17:27:53 (8/33) Installing py3-appdirs (1.4.4-r1) 17:27:53 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:27:53 (10/33) Installing py3-parsing (2.4.7-r0) 17:27:53 (11/33) Installing py3-six (1.15.0-r0) 17:27:53 (12/33) Installing py3-packaging (20.4-r0) 17:27:53 (13/33) Installing py3-setuptools (47.0.0-r0) 17:27:53 (14/33) Installing py3-chardet (3.0.4-r4) 17:27:53 (15/33) Installing py3-idna (2.9-r0) 17:27:54 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:27:54 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:27:54 (18/33) Installing py3-requests (2.23.0-r0) 17:27:54 (19/33) Installing py3-msgpack (1.0.0-r0) 17:27:54 (20/33) Installing py3-lockfile (0.12.2-r3) 17:27:54 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:27:54 (22/33) Installing py3-colorama (0.4.3-r0) 17:27:55 (23/33) Installing py3-distlib (0.3.0-r0) 17:27:55 (24/33) Installing py3-distro (1.5.0-r1) 17:27:55 Removing intermediate container 2986b3fea86c 17:27:55 ---> 8a249cbad5af 17:27:55 Step 30/31 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:27:55 (25/33) Installing py3-webencodings (0.5.1-r3) 17:27:55 (26/33) Installing py3-html5lib (1.0.1-r4) 17:27:55 (27/33) Installing py3-pytoml (0.1.21-r0) 17:27:55 (28/33) Installing py3-pep517 (0.8.2-r0) 17:27:55 (29/33) Installing py3-progress (1.5-r0) 17:27:55 (30/33) Installing py3-toml (0.10.1-r0) 17:27:55 (31/33) Installing py3-retrying (1.3.3-r0) 17:27:55 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:27:55 (33/33) Installing py3-pip (20.1.1-r0) 17:27:55 ---> Running in 4db61e0feaca 17:27:55 Executing busybox-1.31.1-r19.trigger 17:27:55 OK: 71 MiB in 55 packages 17:27:57 Removing intermediate container 4db61e0feaca 17:27:57 ---> afa7983c6c07 17:27:57 Step 31/31 : LABEL version=0.0.0 17:27:57 ---> Running in 851f45c42c15 17:27:58 Removing intermediate container 851f45c42c15 17:27:58 ---> 3c3c6fa0739d 17:27:58 17:27:59 Successfully built 3c3c6fa0739d 17:27:59 Successfully tagged docker-security-bootstrapper-go:latest 17:28:06  Building docker-security-bootstrapper-go ... done Removing intermediate container add92d859aae 17:28:06 ---> 0b76dc77675d 17:28:06 Step 20/26 : RUN pip install docker-compose==1.23.2 17:28:06 ---> Running in b9a37f9731cb 17:28:09 Collecting docker-compose==1.23.2 17:28:09 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:28:09 Collecting docker<4.0,>=3.6.0 17:28:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:28:09 Collecting texttable<0.10,>=0.9.0 17:28:09 Downloading texttable-0.9.1.tar.gz (11 kB) 17:28:10 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:28:10 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:28:10 Collecting dockerpty<0.5,>=0.4.1 17:28:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:28:12 Collecting docopt<0.7,>=0.6.1 17:28:12 Downloading docopt-0.6.2.tar.gz (25 kB) 17:28:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:28:14 Collecting PyYAML<4,>=3.10 17:28:14 Downloading PyYAML-3.13.tar.gz (270 kB) 17:28:15 Collecting websocket-client<1.0,>=0.32.0 17:28:15 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:28:16 Collecting cached-property<2,>=1.2.0 17:28:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:28:16 Collecting jsonschema<3,>=2.5.1 17:28:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:28:16 Collecting docker-pycreds>=0.4.0 17:28:16 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:28:16 Collecting idna<2.8,>=2.5 17:28:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:28:16 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) 17:28:17 Collecting urllib3<1.25,>=1.21.1 17:28:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:28:17 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) 17:28:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:28:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:28:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:28:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:28:17 Installing collected packages: websocket-client, idna, urllib3, requests, docker-pycreds, docker, texttable, dockerpty, docopt, PyYAML, cached-property, jsonschema, docker-compose 17:28:17 Attempting uninstall: idna 17:28:17 Found existing installation: idna 2.9 17:28:17 Uninstalling idna-2.9: 17:28:17 Successfully uninstalled idna-2.9 17:28:17 Attempting uninstall: urllib3 17:28:17 Found existing installation: urllib3 1.25.9 17:28:17 Uninstalling urllib3-1.25.9: 17:28:18 Successfully uninstalled urllib3-1.25.9 17:28:18 Attempting uninstall: requests 17:28:18 Found existing installation: requests 2.23.0 17:28:18 Uninstalling requests-2.23.0: 17:28:18 Successfully uninstalled requests-2.23.0 17:28:19 Running setup.py install for texttable: started 17:28:20 Running setup.py install for texttable: finished with status 'done' 17:28:20 Running setup.py install for dockerpty: started 17:28:21 Running setup.py install for dockerpty: finished with status 'done' 17:28:21 Running setup.py install for docopt: started 17:28:22 Running setup.py install for docopt: finished with status 'done' 17:28:22 Running setup.py install for PyYAML: started 17:28:22 Running setup.py install for PyYAML: finished with status 'done' 17:28:23 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 17:28:27 Removing intermediate container b9a37f9731cb 17:28:27 ---> f9825a94e713 17:28:27 Step 21/26 : RUN apk --no-cache add curl 17:28:27 ---> Running in d00c61cf862f 17:28:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:28:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:28:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:28:30 (2/3) Installing libcurl (7.69.1-r3) 17:28:30 (3/3) Installing curl (7.69.1-r3) 17:28:30 Executing busybox-1.31.1-r19.trigger 17:28:30 OK: 72 MiB in 58 packages 17:28:31 Removing intermediate container d00c61cf862f 17:28:31 ---> c3051ee292d8 17:28:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:28:31 ---> Running in 5b989b2ea2ae 17:28:31 Removing intermediate container 5b989b2ea2ae 17:28:31 ---> 75752e1550a5 17:28:31 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:28:31 ---> Running in 2efea81b4644 17:28:32 Removing intermediate container 2efea81b4644 17:28:32 ---> 01b99c0dd107 17:28:32 Step 24/26 : LABEL arch=x86_64 17:28:32 ---> Running in ecd0e5b2ef17 17:28:33 Removing intermediate container ecd0e5b2ef17 17:28:33 ---> 710182083875 17:28:33 Step 25/26 : LABEL git_sha=88ce5120960337bb1956f394696858bbe248aa8d 17:28:33 ---> Running in ca1df5b5a2f8 17:28:34 Removing intermediate container ca1df5b5a2f8 17:28:34 ---> 02a64a0234de 17:28:34 Step 26/26 : LABEL version=0.0.0 17:28:34 ---> Running in 07ec80677ac2 17:28:34 Removing intermediate container 07ec80677ac2 17:28:34 ---> 34f711e843ab 17:28:34 17:28:34 Successfully built 34f711e843ab 17:28:34 Successfully tagged docker-sys-mgmt-agent-go:latest 17:28:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:28:35 $ docker stop --time=1 0ff819c814ca0f4ae927ca59aa02f1b8e956c89a5169ac876bead51b62d07712 17:28:38 $ docker rm -f 0ff819c814ca0f4ae927ca59aa02f1b8e956c89a5169ac876bead51b62d07712 [Pipeline] // withDockerContainer [Pipeline] sh 17:28:39 + grep docker 17:28:39 + docker images 17:28:40 docker-sys-mgmt-agent-go latest 34f711e843ab 6 seconds ago 313MB 17:28:40 docker-security-bootstrapper-go latest 3c3c6fa0739d 43 seconds ago 18.8MB 17:28:40 docker-core-data-go latest 73017fb84307 55 seconds ago 22.6MB 17:28:40 docker-core-command-go latest 3bcf290dcef4 About a minute ago 17.2MB 17:28:40 docker-security-secretstore-setup-go latest 2caf736e4d86 7 minutes ago 24.9MB 17:28:40 docker-core-metadata-go latest e8c9ef9414a3 7 minutes ago 19MB 17:28:40 docker-security-proxy-setup-go latest 5cd43180ce9b 7 minutes ago 24.7MB 17:28:40 docker-support-notifications-go latest e7c40a2aa75f 7 minutes ago 17.8MB 17:28:40 docker-support-scheduler-go latest 7c543aef9530 7 minutes ago 17.3MB 17:28:40 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 17:28:56 Still waiting to schedule task 17:28:56 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 17:29:56 Running on prd-ubuntu18.04-docker-8c-8g-30020 in /w/workspace/edgexfoundry_edgex-go_PR-3209 [Pipeline] { [Pipeline] ws 17:29:56 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 17:29:59 using credential edgex-jenkins-ssh 17:29:59 Cloning the remote Git repository 17:29:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:29:59 > git init /w/workspace/edgex-go/24 # timeout=10 17:29:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:29:59 > git --version # timeout=10 17:29:59 > git --version # 'git version 2.17.1' 17:29:59 using GIT_SSH to set credentials SSH Credentials for GitHub 17:29:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:30:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:30:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:30:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:30:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:30:08 using GIT_SSH to set credentials SSH Credentials for GitHub 17:30:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3209/head:refs/remotes/origin/PR-3209 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:30:09 Merging remotes/origin/master commit 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 into PR head commit 88ce5120960337bb1956f394696858bbe248aa8d 17:30:09 Merge succeeded, producing 88ce5120960337bb1956f394696858bbe248aa8d 17:30:09 Checking out Revision 88ce5120960337bb1956f394696858bbe248aa8d (PR-3209) 17:30:09 > git config core.sparsecheckout # timeout=10 17:30:09 > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 17:30:09 > git remote # timeout=10 17:30:09 > git config --get remote.origin.url # timeout=10 17:30:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:30:09 > git merge 4dfaf167a75f3c6dea6f872deeb8969b2f6df637 # timeout=10 17:30:09 > git rev-parse HEAD^{commit} # timeout=10 17:30:09 > git config core.sparsecheckout # timeout=10 17:30:09 > git checkout -f 88ce5120960337bb1956f394696858bbe248aa8d # timeout=10 17:30:13 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:30:14 + echo snap-build.sh 17:30:14 snap-build.sh 17:30:14 + SNAP_BASE_DIR=. 17:30:14 + '[' '!' -z /w/workspace/edgex-go/24 ']' 17:30:14 + SNAP_BASE_DIR=/w/workspace/edgex-go/24 17:30:14 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/24]' 17:30:14 [snap-build] Building snap in dir [/w/workspace/edgex-go/24] 17:30:14 + cd /w/workspace/edgex-go/24 17:30:14 + sudo apt-get remove -qy --purge lxd lxd-client 17:30:14 Reading package lists... 17:30:14 Building dependency tree... 17:30:14 Reading state information... 17:30:15 The following packages were automatically installed and are no longer required: 17:30:15 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 17:30:15 uidmap xdelta3 17:30:15 Use 'sudo apt autoremove' to remove them. 17:30:15 The following packages will be REMOVED: 17:30:15 lxd* lxd-client* 17:30:15 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 17:30:15 After this operation, 31.7 MB disk space will be freed. 17:30:17 (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.) 17:30:17 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 17:30:18 Removing lxd dnsmasq configuration 17:30:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 17:30:18 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 17:30:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 17:30:20 (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.) 17:30:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 17:30:22 Processing triggers for systemd (237-3ubuntu10.42) ... 17:30:22 Processing triggers for ureadahead (0.100.0-21) ... 17:30:24 + sudo snap remove --purge lxd 17:30:24 snap "lxd" is not installed 17:30:24 + sudo groupadd --force --system lxd 17:30:24 ++ whoami 17:30:24 + sudo /usr/sbin/usermod -G lxd -a jenkins 17:30:24 + newgrp - lxd 17:30:24 + sudo snap install lxd 17:30:34 2021-03-16T17:30:31Z INFO Waiting for automatic snapd restart... 17:31:01 lxd 4.12 from Canonical* installed 17:31:01 + sudo lxd init --auto 17:31:06 + sudo snap install --classic snapcraft 17:31:28 snapcraft 4.5.4 from Canonical* installed 17:31:28 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 17:31:28 + patch --verbose -p1 17:31:28 Hmm... Looks like a unified diff to me... 17:31:28 The text leading up to this was: 17:31:28 -------------------------- 17:31:28 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 17:31:28 |From: Tony Espy 17:31:28 |Date: Tue, 9 Mar 2021 19:05:15 -0500 17:31:28 |Subject: [PATCH] optimize snap build for pipeline CI check 17:31:28 | 17:31:28 |This patch is used by the EdgeX CI pipeline builds to 17:31:28 |optimize the snap CI check run for pull requests. When 17:31:28 |applied, it essentially strips out everything (apps and 17:31:28 |parts) from the snapcraft.yaml file except those required 17:31:28 |to build edgex-go, as the whole idea of the CI check is to 17:31:28 |catch changes to edgex-go that break the snap build. 17:31:28 | 17:31:28 |In general, anyone updating snapcraft.yaml will also need 17:31:28 |to update this patch file, otherwise it may fail to apply, 17:31:28 |resulting in a failed snap build CI check in the associated 17:31:28 |pull request. 17:31:28 | 17:31:28 |Note - in addition to applying this patch, the pipeline also 17:31:28 |only primes the snap (e.g. `snapcraft prime`), as there's no 17:31:28 |need to build the finally binary .snap file (and it won't 17:31:28 |work with the patch applied). This further reduces the build 17:31:28 |time. 17:31:28 |--- 17:31:28 | snap/snapcraft.yaml | 452 +------------------------------------------- 17:31:28 | 1 file changed, 1 insertion(+), 451 deletions(-) 17:31:28 | 17:31:28 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 17:31:28 |index d8bc12bc..5a5f5fbb 100644 17:31:28 |--- a/snap/snapcraft.yaml 17:31:28 |+++ b/snap/snapcraft.yaml 17:31:28 -------------------------- 17:31:28 patching file snap/snapcraft.yaml 17:31:28 Using Plan A... 17:31:28 Hunk #1 succeeded at 73. 17:31:28 Hunk #2 succeeded at 205. 17:31:28 Hunk #3 succeeded at 217. 17:31:28 Hunk #4 succeeded at 225. 17:31:28 Hunk #5 succeeded at 232. 17:31:28 Hunk #6 succeeded at 259. 17:31:28 Hunk #7 succeeded at 271. 17:31:28 Hunk #8 succeeded at 327. 17:31:28 Hmm... Ignoring the trailing garbage. 17:31:28 done 17:31:28 + sudo snapcraft prime --use-lxd 17:31:28 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 17:31:28 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: 17:31:28 - README.md 17:31:28 17:31:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:31:28 Launching a container. 17:31:43 Waiting for container to be ready 17:31:43 To start your first instance, try: lxc launch ubuntu:18.04 17:31:43 17:31:46 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 17:31:46 Waiting for network to be ready... 17:31:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:31:47 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:31:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 17:31:47 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:31:47 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:31:48 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:31:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:31:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:31:48 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:31:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:31:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:31:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 17:31:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:31:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:31:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 17:31:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 17:31:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:31:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:31:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:31:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 17:31:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 17:31:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:31:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:31:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 17:31:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 17:31:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:31:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:31:54 Fetched 24.1 MB in 6s (3774 kB/s) 17:31:55 Reading package lists... 17:31:55 Reading package lists... 17:31:55 Building dependency tree... 17:31:55 Reading state information... 17:31:55 The following additional packages will be installed: 17:31:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:31:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:31:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:31:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 17:31:55 Suggested packages: 17:31:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 17:31:55 Recommended packages: 17:31:55 gnupg libsasl2-modules 17:31:55 The following NEW packages will be installed: 17:31:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 17:31:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 17:31:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 17:31:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 17:31:55 The following packages will be upgraded: 17:31:55 gpg gpg-agent gpgconf libudev1 17:31:55 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 17:31:55 Need to get 3530 kB of archives. 17:31:55 After this operation, 13.3 MB of additional disk space will be used. 17:31:55 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] 17:31:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 17:31:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 17:31:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 17:31:56 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 17:31:56 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 17:31:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 17:31:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 17:31:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 17:31:56 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 17:31:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 17:31:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 17:31:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 17:31:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 17:31:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 17:31:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 17:31:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 17:31:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 17:31:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 17:31:56 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 17:31:56 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 17:31:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 17:31:56 debconf: delaying package configuration, since apt-utils is not installed 17:31:57 Fetched 3530 kB in 1s (3395 kB/s) 17:31:57 (Reading database ... 12511 files and directories currently installed.) 17:31:57 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 17:31:57 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:31:57 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 17:31:57 Selecting previously unselected package udev. 17:31:57 (Reading database ... 12511 files and directories currently installed.) 17:31:57 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 17:31:57 Unpacking udev (237-3ubuntu10.44) ... 17:31:57 Selecting previously unselected package libfuse2:amd64. 17:31:57 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 17:31:57 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:31:57 Selecting previously unselected package fuse. 17:31:57 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 17:31:57 Unpacking fuse (2.9.7-1ubuntu1) ... 17:31:57 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 17:31:57 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:31:58 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 17:31:58 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:31:58 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 17:31:58 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:31:58 Selecting previously unselected package libksba8:amd64. 17:31:58 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 17:31:58 Unpacking libksba8:amd64 (1.3.5-2) ... 17:31:58 Selecting previously unselected package libroken18-heimdal:amd64. 17:31:58 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:58 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:58 Selecting previously unselected package libasn1-8-heimdal:amd64. 17:31:58 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:58 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:58 Selecting previously unselected package libheimbase1-heimdal:amd64. 17:31:58 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:58 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:58 Selecting previously unselected package libhcrypto4-heimdal:amd64. 17:31:58 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:58 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:58 Selecting previously unselected package libwind0-heimdal:amd64. 17:31:58 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:58 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:59 Selecting previously unselected package libhx509-5-heimdal:amd64. 17:31:59 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:59 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:59 Selecting previously unselected package libkrb5-26-heimdal:amd64. 17:31:59 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:59 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:59 Selecting previously unselected package libheimntlm0-heimdal:amd64. 17:31:59 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:59 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:59 Selecting previously unselected package libgssapi3-heimdal:amd64. 17:31:59 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 17:31:59 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:31:59 Selecting previously unselected package libsasl2-modules-db:amd64. 17:31:59 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:31:59 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:31:59 Selecting previously unselected package libsasl2-2:amd64. 17:31:59 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 17:31:59 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:31:59 Selecting previously unselected package libldap-common. 17:31:59 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 17:31:59 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:31:59 Selecting previously unselected package libldap-2.4-2:amd64. 17:31:59 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 17:31:59 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:32:00 Selecting previously unselected package dirmngr. 17:32:00 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 17:32:00 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 17:32:00 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 17:32:00 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 17:32:00 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 17:32:00 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:32:00 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 17:32:00 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 17:32:00 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:00 Setting up libksba8:amd64 (1.3.5-2) ... 17:32:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:32:00 Setting up udev (237-3ubuntu10.44) ... 17:32:01 invoke-rc.d: policy-rc.d denied execution of start. 17:32:01 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:01 Processing triggers for systemd (237-3ubuntu10) ... 17:32:01 Setting up fuse (2.9.7-1ubuntu1) ... 17:32:01 Setting up gpg (2.2.4-1ubuntu1.4) ... 17:32:01 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:01 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:01 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:01 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:01 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:01 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:01 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 17:32:01 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 17:32:01 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 17:32:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:32:02 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 17:32:02 settings in the [Install] section, and DefaultInstance for template units). 17:32:02 This means they are not meant to be enabled using systemctl. 17:32:02 Possible reasons for having this kind of units are: 17:32:02 1) A unit may be statically enabled by being symlinked from another unit's 17:32:02 .wants/ or .requires/ directory. 17:32:02 2) A unit's purpose may be to act as a helper for some other unit which has 17:32:02 a requirement dependency on it. 17:32:02 3) A unit may be started when needed via activation (socket, path, timer, 17:32:02 D-Bus, udev, scripted systemctl call, ...). 17:32:02 4) In case of template units, the unit is meant to be enabled with some 17:32:02 instance name specified. 17:32:03 Reading package lists... 17:32:03 Building dependency tree... 17:32:03 Reading state information... 17:32:03 The following additional packages will be installed: 17:32:03 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 17:32:03 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 17:32:03 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 17:32:03 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 17:32:03 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 17:32:03 Suggested packages: 17:32:03 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 17:32:03 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 17:32:03 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 17:32:03 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 17:32:03 systemd-container policykit-1 17:32:03 Recommended packages: 17:32:03 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 17:32:03 The following NEW packages will be installed: 17:32:03 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 17:32:03 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 17:32:03 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 17:32:03 multiarch-support openssh-client python3 python3-minimal python3.6 17:32:03 python3.6-minimal snapd squashfs-tools sudo 17:32:03 The following packages will be upgraded: 17:32:03 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 17:32:03 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 17:32:03 Need to get 35.2 MB of archives. 17:32:03 After this operation, 141 MB of additional disk space will be used. 17:32:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 17:32:03 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 17:32:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 17:32:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 17:32:04 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 17:32:04 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 17:32:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 17:32:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 17:32:04 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 17:32:04 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 17:32:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 17:32:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 17:32:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 17:32:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 17:32:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 17:32:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 17:32:04 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 17:32:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 17:32:04 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 17:32:04 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 17:32:04 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 17:32:04 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 17:32:04 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 17:32:04 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 17:32:04 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 17:32:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 17:32:05 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 17:32:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 17:32:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 17:32:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 17:32:06 debconf: delaying package configuration, since apt-utils is not installed 17:32:06 Fetched 35.2 MB in 2s (15.7 MB/s) 17:32:06 (Reading database ... 12757 files and directories currently installed.) 17:32:06 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 17:32:06 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:32:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 17:32:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:32:08 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 17:32:08 (Reading database ... 12757 files and directories currently installed.) 17:32:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 17:32:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 17:32:08 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 17:32:08 (Reading database ... 12757 files and directories currently installed.) 17:32:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 17:32:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 17:32:09 Setting up apt (1.6.12ubuntu0.2) ... 17:32:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 17:32:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 17:32:09 (Reading database ... 12764 files and directories currently installed.) 17:32:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:32:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:32:10 Selecting previously unselected package libpython3.6-minimal:amd64. 17:32:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:32:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:32:10 Selecting previously unselected package libexpat1:amd64. 17:32:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 17:32:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:32:10 Selecting previously unselected package python3.6-minimal. 17:32:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:32:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:32:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 17:32:11 Checking for services that may need to be restarted...done. 17:32:11 Checking for services that may need to be restarted...done. 17:32:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:32:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 17:32:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 17:32:12 Selecting previously unselected package python3-minimal. 17:32:12 (Reading database ... 13012 files and directories currently installed.) 17:32:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 17:32:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 17:32:12 Selecting previously unselected package mime-support. 17:32:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 17:32:12 Unpacking mime-support (3.60ubuntu1) ... 17:32:12 Selecting previously unselected package libmpdec2:amd64. 17:32:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 17:32:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:32:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 17:32:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:32:12 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:32:12 Selecting previously unselected package python3.6. 17:32:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 17:32:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:32:12 Selecting previously unselected package libpython3-stdlib:amd64. 17:32:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 17:32:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:32:12 Setting up python3-minimal (3.6.7-1~18.04) ... 17:32:13 Selecting previously unselected package python3. 17:32:13 (Reading database ... 13442 files and directories currently installed.) 17:32:13 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 17:32:13 Unpacking python3 (3.6.7-1~18.04) ... 17:32:13 Selecting previously unselected package multiarch-support. 17:32:13 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 17:32:13 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 17:32:13 Setting up multiarch-support (2.27-3ubuntu1.4) ... 17:32:13 Selecting previously unselected package liblzo2-2:amd64. 17:32:13 (Reading database ... 13479 files and directories currently installed.) 17:32:13 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 17:32:13 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 17:32:13 Selecting previously unselected package libbsd0:amd64. 17:32:13 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 17:32:13 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:32:14 Selecting previously unselected package sudo. 17:32:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 17:32:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 17:32:14 Selecting previously unselected package apparmor. 17:32:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 17:32:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 17:32:14 Selecting previously unselected package libedit2:amd64. 17:32:14 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 17:32:14 Unpacking libedit2:amd64 (3.1-20170329-1) ... 17:32:14 Selecting previously unselected package libkrb5support0:amd64. 17:32:14 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 17:32:14 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:32:14 Selecting previously unselected package libk5crypto3:amd64. 17:32:14 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 17:32:14 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:32:14 Selecting previously unselected package libkeyutils1:amd64. 17:32:14 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 17:32:14 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:32:15 Selecting previously unselected package libkrb5-3:amd64. 17:32:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 17:32:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:32:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 17:32:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 17:32:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:32:15 Selecting previously unselected package libssl1.0.0:amd64. 17:32:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 17:32:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:32:15 Selecting previously unselected package openssh-client. 17:32:15 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 17:32:15 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 17:32:15 Selecting previously unselected package squashfs-tools. 17:32:15 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 17:32:15 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:32:15 Selecting previously unselected package snapd. 17:32:15 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 17:32:15 Unpacking snapd (2.48.3+18.04) ... 17:32:18 Setting up libedit2:amd64 (3.1-20170329-1) ... 17:32:18 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 17:32:18 Setting up mime-support (3.60ubuntu1) ... 17:32:18 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 17:32:18 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 17:32:18 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 17:32:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:32:18 Setting up systemd (237-3ubuntu10.44) ... 17:32:18 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 17:32:19 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 17:32:19 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 17:32:19 Setting up liblzo2-2:amd64 (2.08-1.2) ... 17:32:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 17:32:20 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 17:32:20 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 17:32:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 17:32:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 17:32:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 17:32:21 Setting up python3 (3.6.7-1~18.04) ... 17:32:21 running python rtupdate hooks for python3.6... 17:32:21 running python post-rtupdate hooks for python3.6... 17:32:21 Setting up apparmor (2.12-4ubuntu5.1) ... 17:32:23 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 17:32:23 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 17:32:23 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 17:32:23 Setting up snapd (2.48.3+18.04) ... 17:32:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 17:32:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 17:32:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 17:32:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 17:32:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:32:25 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 17:32:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 17:32:25 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 17:32:26 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 17:32:26 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 17:32:26 /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' 17:32:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 17:32:26 Processing triggers for systemd (237-3ubuntu10.44) ... 17:32:27 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:32:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:32:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:32:30 Reading package lists... 17:32:30 Reading package lists... 17:32:30 Building dependency tree... 17:32:30 Reading state information... 17:32:31 Calculating upgrade... 17:32:31 The following packages will be upgraded: 17:32:31 advancecomp base-files bash binutils binutils-common 17:32:31 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 17:32:31 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 17:32:31 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 17:32:31 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 17:32:31 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 17:32:31 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 17:32:31 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 17:32:31 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 17:32:31 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 17:32:31 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 17:32:31 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 17:32:31 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 17:32:31 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 17:32:31 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 17:32:31 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 17:32:31 Need to get 63.8 MB of archives. 17:32:31 After this operation, 5206 kB of additional disk space will be used. 17:32:31 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 17:32:31 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 17:32:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:32:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:32:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:32:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:32:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:32:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:32:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 17:32:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 17:32:32 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:32:32 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:32:32 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 17:32:32 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 17:32:32 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 17:32:32 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 17:32:32 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 17:32:32 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 17:32:32 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 17:32:32 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:32:32 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 17:32:32 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 17:32:32 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 17:32:32 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 17:32:32 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 17:32:32 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 17:32:32 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:32:32 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 17:32:32 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 17:32:32 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 17:32:32 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:32:32 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:32:32 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 17:32:32 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 17:32:32 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 17:32:32 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 17:32:32 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 17:32:32 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 17:32:32 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 17:32:32 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 17:32:32 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 17:32:32 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 17:32:32 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 17:32:32 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 17:32:32 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 17:32:32 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 17:32:32 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 17:32:32 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 17:32:32 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 17:32:32 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 17:32:32 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 17:32:32 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 17:32:32 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 17:32:32 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 17:32:32 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 17:32:32 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 17:32:32 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 17:32:32 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 17:32:32 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 17:32:32 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 17:32:32 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 17:32:33 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 17:32:33 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 17:32:33 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 17:32:33 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 17:32:33 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 17:32:33 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 17:32:33 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 17:32:33 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 17:32:33 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 17:32:33 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 17:32:33 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 17:32:33 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 17:32:33 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 17:32:33 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 17:32:33 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:32:33 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:32:33 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 17:32:33 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 17:32:33 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 17:32:33 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 17:32:33 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 17:32:33 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] 17:32:33 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 17:32:33 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 17:32:33 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 17:32:33 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:32:33 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:32:33 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:32:33 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:32:33 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:32:34 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:32:34 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:32:34 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:32:34 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:32:34 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:32:34 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:32:34 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:32:34 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:32:34 debconf: delaying package configuration, since apt-utils is not installed 17:32:34 Fetched 63.8 MB in 3s (20.5 MB/s) 17:32:34 (Reading database ... 13912 files and directories currently installed.) 17:32:34 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 17:32:34 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:32:35 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 17:32:35 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:32:35 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 17:32:35 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 17:32:36 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:36 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:36 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:36 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:37 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:37 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:37 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:37 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:37 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:37 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:37 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:37 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:37 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:37 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:37 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 17:32:37 (Reading database ... 13911 files and directories currently installed.) 17:32:37 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:37 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 17:32:37 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 17:32:38 (Reading database ... 13911 files and directories currently installed.) 17:32:38 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:38 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:38 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:38 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:38 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:32:38 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 17:32:38 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 17:32:38 (Reading database ... 13911 files and directories currently installed.) 17:32:38 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 17:32:39 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:32:39 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 17:32:39 (Reading database ... 13911 files and directories currently installed.) 17:32:39 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 17:32:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 17:32:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 17:32:40 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 17:32:40 Setting up base-files (10.1ubuntu2.10) ... 17:32:40 Installing new version of config file /etc/issue ... 17:32:40 Installing new version of config file /etc/issue.net ... 17:32:40 Installing new version of config file /etc/lsb-release ... 17:32:40 Installing new version of config file /etc/update-motd.d/50-motd-news ... 17:32:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 17:32:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 17:32:40 Removing obsolete conffile /etc/default/motd-news ... 17:32:40 (Reading database ... 13912 files and directories currently installed.) 17:32:40 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 17:32:40 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 17:32:41 Setting up bash (4.4.18-2ubuntu1.2) ... 17:32:41 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 17:32:41 (Reading database ... 13912 files and directories currently installed.) 17:32:41 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:41 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 17:32:41 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 17:32:41 (Reading database ... 13912 files and directories currently installed.) 17:32:41 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 17:32:41 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 17:32:41 Setting up tar (1.29b-2ubuntu0.2) ... 17:32:42 (Reading database ... 13912 files and directories currently installed.) 17:32:42 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 17:32:42 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:32:42 Setting up dpkg (1.19.0.5ubuntu2.3) ... 17:32:42 (Reading database ... 13912 files and directories currently installed.) 17:32:42 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 17:32:42 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:32:42 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 17:32:42 (Reading database ... 13912 files and directories currently installed.) 17:32:42 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 17:32:42 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:32:42 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 17:32:43 (Reading database ... 13912 files and directories currently installed.) 17:32:43 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 17:32:43 Unpacking grep (3.1-2build1) over (3.1-2) ... 17:32:43 Setting up grep (3.1-2build1) ... 17:32:43 (Reading database ... 13912 files and directories currently installed.) 17:32:43 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 17:32:43 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:32:43 Setting up login (1:4.5-1ubuntu2) ... 17:32:43 (Reading database ... 13912 files and directories currently installed.) 17:32:43 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 17:32:43 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:32:43 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 17:32:43 (Reading database ... 13912 files and directories currently installed.) 17:32:43 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:32:43 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:32:44 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:32:44 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:32:44 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:32:44 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:32:45 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:32:45 (Reading database ... 13912 files and directories currently installed.) 17:32:45 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:32:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 17:32:46 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:32:46 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:32:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 17:32:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 17:32:47 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 17:32:47 (Reading database ... 13912 files and directories currently installed.) 17:32:47 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 17:32:47 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 17:32:47 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 17:32:47 (Reading database ... 13912 files and directories currently installed.) 17:32:47 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:47 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:32:47 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:32:47 (Reading database ... 13912 files and directories currently installed.) 17:32:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:32:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:32:48 (Reading database ... 13912 files and directories currently installed.) 17:32:48 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:48 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:32:48 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:32:48 (Reading database ... 13912 files and directories currently installed.) 17:32:48 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:48 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:32:48 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:32:48 (Reading database ... 13912 files and directories currently installed.) 17:32:48 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 17:32:48 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:32:48 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 17:32:48 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:32:48 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 17:32:48 (Reading database ... 13912 files and directories currently installed.) 17:32:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 17:32:49 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:32:49 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 17:32:49 (Reading database ... 13912 files and directories currently installed.) 17:32:49 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:49 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:32:49 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 17:32:49 (Reading database ... 13912 files and directories currently installed.) 17:32:49 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:49 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:32:50 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 17:32:50 (Reading database ... 13912 files and directories currently installed.) 17:32:50 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:50 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:32:50 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 17:32:51 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 17:32:51 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 17:32:51 (Reading database ... 13912 files and directories currently installed.) 17:32:51 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 17:32:51 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 17:32:51 Setting up libc-bin (2.27-3ubuntu1.4) ... 17:32:52 (Reading database ... 13912 files and directories currently installed.) 17:32:52 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 17:32:52 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 17:32:52 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 17:32:52 (Reading database ... 13914 files and directories currently installed.) 17:32:52 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 17:32:52 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 17:32:52 Setting up debconf (1.5.66ubuntu1) ... 17:32:53 (Reading database ... 13914 files and directories currently installed.) 17:32:53 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 17:32:53 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:32:53 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 17:32:53 (Reading database ... 13914 files and directories currently installed.) 17:32:53 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 17:32:53 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 17:32:53 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 17:32:53 (Reading database ... 13914 files and directories currently installed.) 17:32:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:32:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:32:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:32:54 (Reading database ... 13914 files and directories currently installed.) 17:32:54 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:32:54 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:32:54 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 17:32:54 (Reading database ... 13914 files and directories currently installed.) 17:32:54 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 17:32:54 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:32:54 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 17:32:55 (Reading database ... 13914 files and directories currently installed.) 17:32:55 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 17:32:55 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 17:32:55 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 17:32:55 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 17:32:55 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 17:32:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:32:55 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 17:32:55 (Reading database ... 13914 files and directories currently installed.) 17:32:55 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 17:32:55 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 17:32:55 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 17:32:56 (Reading database ... 13914 files and directories currently installed.) 17:32:56 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 17:32:56 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 17:32:56 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 17:32:56 (Reading database ... 13914 files and directories currently installed.) 17:32:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 17:32:56 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 17:32:56 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 17:32:56 (Reading database ... 13914 files and directories currently installed.) 17:32:56 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 17:32:57 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 17:32:57 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 17:32:57 (Reading database ... 13914 files and directories currently installed.) 17:32:57 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 17:32:57 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 17:32:57 Setting up passwd (1:4.5-1ubuntu2) ... 17:32:57 (Reading database ... 13914 files and directories currently installed.) 17:32:57 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 17:32:57 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 17:32:57 Setting up gpgv (2.2.4-1ubuntu1.4) ... 17:32:58 (Reading database ... 13914 files and directories currently installed.) 17:32:58 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 17:32:58 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 17:32:58 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 17:32:58 (Reading database ... 13914 files and directories currently installed.) 17:32:58 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 17:32:58 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 17:32:58 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 17:32:58 (Reading database ... 13914 files and directories currently installed.) 17:32:58 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 17:32:58 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 17:32:58 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 17:32:59 (Reading database ... 13914 files and directories currently installed.) 17:32:59 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 17:32:59 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 17:32:59 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 17:32:59 (Reading database ... 13914 files and directories currently installed.) 17:32:59 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 17:32:59 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 17:32:59 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 17:32:59 (Reading database ... 13914 files and directories currently installed.) 17:32:59 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 17:32:59 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 17:32:59 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 17:33:00 (Reading database ... 13915 files and directories currently installed.) 17:33:00 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:33:00 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:33:00 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 17:33:00 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 17:33:00 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 17:33:00 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 17:33:00 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 17:33:00 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 17:33:01 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 17:33:01 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 17:33:01 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 17:33:01 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 17:33:01 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 17:33:01 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 17:33:01 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 17:33:01 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 17:33:01 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 17:33:01 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 17:33:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 17:33:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 17:33:02 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 17:33:02 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 17:33:02 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 17:33:02 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 17:33:03 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 17:33:03 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 17:33:03 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 17:33:03 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 17:33:03 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:33:03 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:33:04 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:33:04 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:33:04 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:33:04 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:33:04 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 17:33:04 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 17:33:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:04 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:05 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:05 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:05 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:06 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:07 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:08 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:08 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:08 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:08 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:09 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:33:09 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 17:33:10 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:33:10 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:33:10 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:33:10 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:33:10 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:33:10 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 17:33:10 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:33:10 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 17:33:10 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:33:10 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:33:10 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:33:10 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 17:33:10 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 17:33:10 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 17:33:11 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:33:11 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 17:33:11 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:33:11 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:33:11 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:33:11 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 17:33:11 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 17:33:11 Setting up tzdata (2021a-0ubuntu0.18.04) ... 17:33:11 17:33:11 Current default time zone: 'Etc/UTC' 17:33:11 Local time is now: Tue Mar 16 17:33:11 UTC 2021. 17:33:11 Universal Time is now: Tue Mar 16 17:33:11 UTC 2021. 17:33:11 Run 'dpkg-reconfigure tzdata' if you wish to change it. 17:33:11 17:33:11 Setting up systemd-sysv (237-3ubuntu10.44) ... 17:33:11 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:33:11 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 17:33:11 Setting up mount (2.31.1-0.4ubuntu3.7) ... 17:33:11 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 17:33:11 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 17:33:11 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:33:11 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 17:33:11 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 17:33:11 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 17:33:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:33:11 Setting up procps (2:3.3.12-3ubuntu1.2) ... 17:33:12 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:33:12 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 17:33:12 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:33:12 Setting up patch (2.7.6-2ubuntu1.1) ... 17:33:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:33:12 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 17:33:12 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 17:33:12 Installing new version of config file /etc/ssl/openssl.cnf ... 17:33:12 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 17:33:12 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 17:33:12 Setting up ca-certificates (20210119~18.04.1) ... 17:33:14 Updating certificates in /etc/ssl/certs... 17:33:15 23 added, 27 removed; done. 17:33:15 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 17:33:15 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:33:15 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 17:33:15 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 17:33:15 Setting up pkgbinarymangler (138.18.04.1) ... 17:33:16 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:33:16 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 17:33:16 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:33:16 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:33:16 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:33:16 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:33:16 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:33:16 Setting up perl (5.26.1-6ubuntu0.5) ... 17:33:16 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 17:33:16 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:33:16 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:33:16 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 17:33:16 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:33:16 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:33:16 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:33:16 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:33:16 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:33:16 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:33:16 Processing triggers for systemd (237-3ubuntu10.44) ... 17:33:16 Processing triggers for mime-support (3.60ubuntu1) ... 17:33:16 Processing triggers for ca-certificates (20210119~18.04.1) ... 17:33:16 Updating certificates in /etc/ssl/certs... 17:33:17 0 added, 0 removed; done. 17:33:17 Running hooks in /etc/ca-certificates/update.d... 17:33:17 done. 17:33:18 Reading package lists... 17:33:19 Building dependency tree... 17:33:19 Reading state information... 17:33:19 The following NEW packages will be installed: 17:33:19 apt-transport-https 17:33:19 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 17:33:19 Need to get 1696 B of archives. 17:33:19 After this operation, 153 kB of additional disk space will be used. 17:33:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 17:33:19 debconf: delaying package configuration, since apt-utils is not installed 17:33:19 Fetched 1696 B in 0s (43.6 kB/s) 17:33:19 Selecting previously unselected package apt-transport-https. 17:33:19 (Reading database ... 13920 files and directories currently installed.) 17:33:19 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 17:33:19 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 17:33:19 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 17:33:20 Waiting for network to be ready... 17:33:30 2021-03-16T17:33:26Z INFO Waiting for automatic snapd restart... 17:33:30 snapd 2.49 from Canonical* installed 17:33:30 "snapd" switched to the "latest/stable" channel 17:33:30 17:33:37 core18 20210128 from Canonical* installed 17:33:37 "core18" switched to the "latest/stable" channel 17:33:37 17:33:43 snapcraft 4.5.4 from Canonical* installed 17:33:43 "snapcraft" switched to the "latest/stable" channel 17:33:43 17:33:48 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: 17:33:48 - README.md 17:33:48 17:33:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:33:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:33:54 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:33:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 17:33:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:33:57 Reading package lists... 17:33:58 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.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 17:34:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:34:04 Reading package lists... 17:34:04 Building dependency tree... 17:34:04 Reading state information... 17:34:04 Suggested packages: 17:34:04 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 17:34:04 git-gui gitk gitweb git-cvs git-mediawiki git-svn 17:34:04 Recommended packages: 17:34:04 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 17:34:04 The following NEW packages will be installed: 17:34:04 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 17:34:04 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 17:34:04 pkg-config zip 17:34:04 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 17:34:04 Need to get 7657 kB of archives. 17:34:04 After this operation, 43.8 MB of additional disk space will be used. 17:34:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 17:34:04 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 17:34:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 17:34:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 17:34:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 17:34:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:34:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:34:05 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 17:34:05 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 17:34:05 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:34:05 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:34:05 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:34:05 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:34:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:34:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:34:05 debconf: delaying package configuration, since apt-utils is not installed 17:34:05 Fetched 7657 kB in 1s (8499 kB/s) 17:34:05 Selecting previously unselected package libglib2.0-0:amd64. 17:34:05 (Reading database ... 13924 files and directories currently installed.) 17:34:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 17:34:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:34:06 Selecting previously unselected package libpsl5:amd64. 17:34:06 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 17:34:06 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 17:34:06 Selecting previously unselected package libnghttp2-14:amd64. 17:34:06 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 17:34:06 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:34:06 Selecting previously unselected package librtmp1:amd64. 17:34:06 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 17:34:06 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:34:06 Selecting previously unselected package libcurl3-gnutls:amd64. 17:34:06 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 17:34:06 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:34:06 Selecting previously unselected package liberror-perl. 17:34:06 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 17:34:06 Unpacking liberror-perl (0.17025-1) ... 17:34:06 Selecting previously unselected package git-man. 17:34:06 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 17:34:06 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 17:34:07 Selecting previously unselected package git. 17:34:07 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 17:34:07 Unpacking git (1:2.17.1-1ubuntu0.8) ... 17:34:07 Selecting previously unselected package libnorm1:amd64. 17:34:07 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:34:07 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:34:07 Selecting previously unselected package libpgm-5.2-0:amd64. 17:34:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:34:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:34:08 Selecting previously unselected package libsodium23:amd64. 17:34:08 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 17:34:08 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:34:08 Selecting previously unselected package libzmq5:amd64. 17:34:08 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:34:08 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:34:08 Selecting previously unselected package libzmq3-dev:amd64. 17:34:08 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:34:08 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:34:08 Selecting previously unselected package pkg-config. 17:34:08 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:34:08 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:34:08 Selecting previously unselected package zip. 17:34:08 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 17:34:08 Unpacking zip (3.0-11build1) ... 17:34:08 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:34:08 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 17:34:08 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 17:34:09 Setting up liberror-perl (0.17025-1) ... 17:34:09 Setting up libpsl5:amd64 (0.19.1-5build1) ... 17:34:09 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 17:34:09 No schema files found: doing nothing. 17:34:09 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 17:34:09 Setting up zip (3.0-11build1) ... 17:34:09 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:34:09 Setting up libsodium23:amd64 (1.0.16-2) ... 17:34:09 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:34:09 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:34:09 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 17:34:09 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:34:09 Setting up git (1:2.17.1-1ubuntu0.8) ... 17:34:09 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 17:34:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:34:17 git set to automatically installed. 17:34:17 git-man set to automatically installed. 17:34:17 libcurl3-gnutls set to automatically installed. 17:34:17 liberror-perl set to automatically installed. 17:34:17 libglib2.0-0 set to automatically installed. 17:34:17 libnghttp2-14 set to automatically installed. 17:34:17 libnorm1 set to automatically installed. 17:34:17 libpgm-5.2-0 set to automatically installed. 17:34:17 libpsl5 set to automatically installed. 17:34:17 librtmp1 set to automatically installed. 17:34:17 libsodium23 set to automatically installed. 17:34:17 libzmq3-dev set to automatically installed. 17:34:17 libzmq5 set to automatically installed. 17:34:17 pkg-config set to automatically installed. 17:34:17 zip set to automatically installed. 17:34:18 snapd is not logged in, snap install commands will use sudo 17:34:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:34:24 snap "core18" has no updates available 17:34:25 snapd is not logged in, snap install commands will use sudo 17:34:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 17:35:04 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 17:35:05 Pulling config-common 17:35:05 + snapcraftctl pull 17:35:07 Pulling go-build-helper 17:35:07 + snapcraftctl pull 17:35:08 'edgex-go' has dependencies that need to be staged: go-build-helper 17:35:08 Skipping pull go-build-helper (already ran) 17:35:08 Building go-build-helper 17:35:08 + snapcraftctl build 17:35:11 Staging go-build-helper 17:35:11 + snapcraftctl stage 17:35:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:35:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 17:35:30 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:35:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 17:35:30 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:35:30 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:35:30 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 17:35:30 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 17:35:30 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 17:35:30 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:35:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 17:35:30 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:35:30 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:35:30 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:35:30 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:35:30 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:35:30 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:35:30 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:35:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:35:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 17:35:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 17:35:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:35:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:35:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 17:35:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 17:35:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 17:35:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 17:35:30 Fetched 24.1 MB in 6s (3979 kB/s) 17:35:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:35:30 Fetched 224 kB in 0s (0 B/s) 17:35:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:35:30 Fetched 157 kB in 0s (0 B/s) 17:35:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:35:30 Fetched 221 kB in 0s (0 B/s) 17:35:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:35:30 Fetched 143 kB in 0s (0 B/s) 17:35:30 Pulling edgex-go 17:35:30 + snapcraftctl pull 17:36:26 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:36:26 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:36:26 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:36:26 Fetched 0 B in 0s (0 B/s) 17:36:26 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:36:26 Fetched 96.5 kB in 0s (0 B/s) 17:36:26 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:36:26 Fetched 279 kB in 0s (0 B/s) 17:36:26 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:36:26 Fetched 122 kB in 0s (0 B/s) 17:36:26 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:36:26 Fetched 77.8 kB in 0s (0 B/s) 17:36:26 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:36:26 Fetched 8848 B in 0s (0 B/s) 17:36:26 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:36:26 Fetched 47.8 kB in 6s (0 B/s) 17:36:26 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:36:26 Fetched 45.6 kB in 0s (0 B/s) 17:36:26 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:36:26 Fetched 15.0 kB in 0s (0 B/s) 17:36:26 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:36:26 Fetched 214 kB in 0s (0 B/s) 17:36:26 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:36:26 Fetched 154 kB in 0s (0 B/s) 17:36:26 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:36:26 Fetched 50.6 kB in 0s (0 B/s) 17:36:26 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:36:26 Fetched 14.8 kB in 0s (0 B/s) 17:36:26 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:36:26 Fetched 41.8 kB in 0s (0 B/s) 17:36:26 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:36:26 Fetched 499 kB in 0s (0 B/s) 17:36:26 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:36:26 Fetched 111 kB in 0s (0 B/s) 17:36:26 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:36:26 Fetched 240 kB in 0s (0 B/s) 17:36:26 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:36:26 Fetched 29.3 kB in 0s (0 B/s) 17:36:26 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:36:26 Fetched 85.5 kB in 0s (0 B/s) 17:36:26 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:36:26 Fetched 24.5 kB in 0s (0 B/s) 17:36:26 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:36:26 Fetched 49.2 kB in 0s (0 B/s) 17:36:26 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:36:26 Fetched 54.2 kB in 0s (0 B/s) 17:36:26 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:36:26 Fetched 30.8 kB in 0s (0 B/s) 17:36:26 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:36:26 Fetched 15.8 kB in 0s (0 B/s) 17:36:26 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:36:26 Fetched 85.9 kB in 0s (0 B/s) 17:36:26 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:36:26 Fetched 8720 B in 0s (0 B/s) 17:36:26 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:36:26 Fetched 137 kB in 0s (0 B/s) 17:36:26 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:36:26 Fetched 119 kB in 0s (0 B/s) 17:36:26 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:36:26 Fetched 109 kB in 0s (0 B/s) 17:36:26 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:36:26 Fetched 11.1 kB in 0s (0 B/s) 17:36:26 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:36:26 Fetched 645 kB in 0s (0 B/s) 17:36:26 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:36:26 Fetched 41.3 kB in 0s (0 B/s) 17:36:26 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:36:26 Fetched 17.9 kB in 0s (0 B/s) 17:36:26 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:36:26 Fetched 368 kB in 0s (0 B/s) 17:36:26 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:36:26 Fetched 187 kB in 0s (0 B/s) 17:36:26 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:36:26 Fetched 175 kB in 0s (0 B/s) 17:36:26 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:36:26 Fetched 206 kB in 0s (0 B/s) 17:36:26 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 17:36:26 Fetched 1301 kB in 0s (0 B/s) 17:36:26 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:36:26 Fetched 36.2 kB in 0s (0 B/s) 17:36:26 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:36:26 Fetched 159 kB in 0s (0 B/s) 17:36:26 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:36:26 Fetched 107 kB in 0s (0 B/s) 17:36:26 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:36:26 Fetched 48.7 kB in 0s (0 B/s) 17:36:26 Pulling static-packages 17:36:26 + snapcraftctl pull 17:36:27 Pulling version 17:36:27 + cd /root/project 17:36:27 + [ -f VERSION ] 17:36:27 + PROJECT_VERSION=local-dev 17:36:27 + git rev-parse --short HEAD 17:36:27 + GIT_REVISION=88ce5120 17:36:27 + snapcraftctl set-version local-dev 17:36:29 Building config-common 17:36:29 + snapcraftctl build 17:36:32 Skipping build go-build-helper (already ran) 17:36:32 Building edgex-go 17:36:33 + cd /root/parts/edgex-go/src 17:36:33 + make build 17:36:33 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 17:36:36 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 17:36:36 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 17:36:36 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 17:36:36 go: downloading github.com/google/uuid v1.2.0 17:36:36 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:36:36 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 17:36:36 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:36:36 go: downloading github.com/pkg/errors v0.8.1 17:36:36 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:36:36 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:36:36 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:36:36 go: downloading github.com/gorilla/mux v1.8.0 17:36:36 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:36:37 go: downloading github.com/x448/float16 v0.8.4 17:36:37 go: downloading github.com/go-playground/universal-translator v0.17.0 17:36:37 go: downloading github.com/go-kit/kit v0.8.0 17:36:37 go: downloading github.com/leodido/go-urn v1.2.0 17:36:37 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:36:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 17:36:37 go: downloading github.com/gorilla/websocket v1.4.2 17:36:37 go: downloading github.com/pelletier/go-toml v1.2.0 17:36:37 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:36:37 go: downloading github.com/go-playground/locales v0.13.0 17:36:37 go: downloading github.com/imdario/mergo v0.3.12 17:36:37 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 17:36:38 go: downloading github.com/pebbe/zmq4 v1.2.5 17:36:38 go: downloading github.com/BurntSushi/toml v0.3.1 17:36:38 go: downloading github.com/hashicorp/consul/api v1.8.1 17:36:38 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:36:38 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:36:38 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:36:38 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:36:38 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:36:38 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:36:38 go: downloading github.com/mitchellh/copystructure v1.0.0 17:36:38 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:36:38 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:36:38 go: downloading github.com/hashicorp/serf v0.9.5 17:36:38 go: downloading github.com/mattn/go-isatty v0.0.12 17:36:38 go: downloading github.com/fatih/color v1.9.0 17:36:38 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:36:38 go: downloading github.com/mattn/go-colorable v0.1.6 17:36:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:36:38 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:36:38 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:36:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 17:36:53 go: downloading gopkg.in/yaml.v2 v2.4.0 17:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 17:37:01 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 17:37:03 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 17:37:04 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 17:37:04 go: downloading github.com/stretchr/testify v1.7.0 17:37:04 go: downloading github.com/davecgh/go-spew v1.1.1 17:37:04 go: downloading github.com/pmezard/go-difflib v1.0.0 17:37:04 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:37:06 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 17:37:06 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:37:06 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:37:09 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 17:37:10 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 17:37:11 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 17:37:13 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 17:37:15 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 17:37:15 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:37: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 17:37:16 go: downloading github.com/lib/pq v1.9.0 17:37:19 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:37:19 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:37:19 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:37:19 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:37:19 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:37:19 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:37:19 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:37:19 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:37:19 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:37:19 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:37:19 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:37:19 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:37:19 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:37:19 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:37:19 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:37:19 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:37:19 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:37:19 + 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 17:37:19 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:37:19 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:37:19 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:37:20 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:37:20 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:37:20 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:37:20 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:37:24 Building static-packages 17:37:24 + snapcraftctl build 17:37:27 Building version 17:37:27 + snapcraftctl build 17:37:30 Staging config-common 17:37:30 + snapcraftctl stage 17:37:31 Skipping stage go-build-helper (already ran) 17:37:31 Staging edgex-go 17:37:31 + snapcraftctl stage 17:37:33 Staging static-packages 17:37:33 + snapcraftctl stage 17:37:34 Staging version 17:37:34 + snapcraftctl stage 17:37:36 Priming config-common 17:37:36 + snapcraftctl prime 17:37:37 Priming go-build-helper 17:37:37 + snapcraftctl prime 17:37:38 Priming edgex-go 17:37:38 + snapcraftctl prime 17:37:40 Priming static-packages 17:37:40 + snapcraftctl prime 17:37:44 Priming version 17:37:44 + snapcraftctl prime 17:37:45 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 17:37:49 provisioning config files... 17:37:49 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/24@tmp/config404185129450236215tmp [Pipeline] { [Pipeline] sh 17:37:50 + set +x 17:37:50 + curl -s https://codecov.io/bash 17:37:50 + bash -s -- 17:37:50 17:37:50 _____ _ 17:37:50 / ____| | | 17:37:50 | | ___ __| | ___ ___ _____ __ 17:37:50 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:37:50 | |___| (_) | (_| | __/ (_| (_) \ V / 17:37:50 \_____\___/ \__,_|\___|\___\___/ \_/ 17:37:50 Bash-20210309-2b87ace 17:37:50 17:37:50 17:37:50 ==> git version 2.24.3 found 17:37:50 ==> 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 17:37:50 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:37:50 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:37:50 curl: option -sm: expected a proper numerical parameter 17:37:50 curl: try 'curl --help' or 'curl --manual' for more information 17:37:50 ==> Jenkins CI detected. 17:37:50 project root: . 17:37:50 --> token set from env 17:37:50 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:37:50 ==> Running gcov in . (disable via -X gcov) 17:37:50 ==> Python coveragepy not found 17:37:50 ==> Searching for coverage reports in: 17:37:50 + . 17:37:51 -> Found 1 reports 17:37:51 ==> Detecting git/mercurial file structure 17:37:51 ==> Reading reports 17:37:51 + ./coverage.out bytes=650607 17:37:51 ==> Appending adjustments 17:37:51 https://docs.codecov.io/docs/fixing-reports 17:38:01 + Found adjustments 17:38:01 ==> Gzipping contents 17:38:01 96K /tmp/codecov.zEQCJm.gz 17:38:01 ==> Uploading reports 17:38:01 url: https://codecov.io 17:38:01 query: branch=PR-3209&commit=88ce5120960337bb1956f394696858bbe248aa8d&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= 17:38:01 -> Pinging Codecov 17:38:01 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3209&commit=88ce5120960337bb1956f394696858bbe248aa8d&build=24&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3209%2F24%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3209&job=&cmd_args= 17:38:01 -> Uploading to 17:38:01 https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/88ce5120960337bb1956f394696858bbe248aa8d/d18bc1d5-7f70-48d0-b06f-fa667eba1049.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T173801Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4bc8d1718561f2829ff18d0d14cd6d8ab85b8118d509abd8dc120c551a8388f4 17:38:01 % Total % Received % Xferd Average Speed Time Time Time Current 17:38:01 Dload Upload Total Spent Left Speed 17:38:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95025 0 0 100 95025 0 138k --:--:-- --:--:-- --:--:-- 138k 17:38:02 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/88ce5120960337bb1956f394696858bbe248aa8d [Pipeline] } 17:38:02 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 17:38:04 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:38:06 ---> package-listing.sh 17:38:06 ++ facter osfamily 17:38:06 ++ tr '[:upper:]' '[:lower:]' 17:38:06 + OS_FAMILY=redhat 17:38:06 + workspace=/w/workspace/edgex-go/24 17:38:06 + START_PACKAGES=/tmp/packages_start.txt 17:38:06 + END_PACKAGES=/tmp/packages_end.txt 17:38:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:38:06 + PACKAGES=/tmp/packages_start.txt 17:38:06 + '[' /w/workspace/edgex-go/24 ']' 17:38:06 + PACKAGES=/tmp/packages_end.txt 17:38:06 + case "${OS_FAMILY}" in 17:38:06 + sort 17:38:06 + rpm -qa 17:38:16 + '[' -f /tmp/packages_start.txt ']' 17:38:16 + '[' -f /tmp/packages_end.txt ']' 17:38:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:38:16 + '[' /w/workspace/edgex-go/24 ']' 17:38:16 + mkdir -p /w/workspace/edgex-go/24/archives/ 17:38:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo 17:38:16 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:38:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:38:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:18 17:38:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:38:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:19 alpine: Pulling from edgex-lftools-log-publisher 17:38:19 df20fa9351a1: Pulling fs layer 17:38:19 36b3adc4ff6f: Pulling fs layer 17:38:19 8ad3a11d3b57: Pulling fs layer 17:38:19 46f8f816bc3b: Pulling fs layer 17:38:19 93b61091891f: Pulling fs layer 17:38:19 93b9cdb0e59b: Pulling fs layer 17:38:19 5e14af77c1be: Pulling fs layer 17:38:19 01666e4c0597: Pulling fs layer 17:38:19 aa168da1d23b: Pulling fs layer 17:38:19 93b9cdb0e59b: Waiting 17:38:19 5e14af77c1be: Waiting 17:38:19 01666e4c0597: Waiting 17:38:19 aa168da1d23b: Waiting 17:38:19 46f8f816bc3b: Waiting 17:38:19 93b61091891f: Waiting 17:38:20 36b3adc4ff6f: Verifying Checksum 17:38:20 36b3adc4ff6f: Download complete 17:38:20 46f8f816bc3b: Verifying Checksum 17:38:20 46f8f816bc3b: Download complete 17:38:20 df20fa9351a1: Verifying Checksum 17:38:20 df20fa9351a1: Download complete 17:38:20 93b9cdb0e59b: Verifying Checksum 17:38:20 93b9cdb0e59b: Download complete 17:38:20 93b61091891f: Verifying Checksum 17:38:20 93b61091891f: Download complete 17:38:20 5e14af77c1be: Download complete 17:38:20 01666e4c0597: Verifying Checksum 17:38:20 01666e4c0597: Download complete 17:38:21 df20fa9351a1: Pull complete 17:38:21 8ad3a11d3b57: Verifying Checksum 17:38:21 8ad3a11d3b57: Download complete 17:38:21 36b3adc4ff6f: Pull complete 17:38:25 8ad3a11d3b57: Pull complete 17:38:26 46f8f816bc3b: Pull complete 17:38:27 aa168da1d23b: Verifying Checksum 17:38:27 aa168da1d23b: Download complete 17:38:27 93b61091891f: Pull complete 17:38:27 93b9cdb0e59b: Pull complete 17:38:28 5e14af77c1be: Pull complete 17:38:28 01666e4c0597: Pull complete 17:38:51 aa168da1d23b: Pull complete 17:38:51 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:38:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:38:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:38:51 prd-centos7-docker-4c-2g-30010 does not seem to be running inside a container 17:38:51 $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@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 17:38:58 $ docker top 2190c630cc3a8c3321d120ad96c755661db1750f1ee9e0918f77433dae4d37a7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:39:00 + touch /tmp/pre-build-complete [Pipeline] sh 17:39:00 + mkdir -p /var/log/sa [Pipeline] sh 17:39:01 + ls /var/log/sa-host 17:39:01 + sadf -c /var/log/sa-host/sa16 17:39:01 file_magic: OK 17:39:01 HZ: Using current value: 100 17:39:01 file_header: OK 17:39:01 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 17:39:01 Statistics: 17:39:01 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:39:01 File successfully converted to sysstat format version 12.2.1 17:39:01 + sadf -c /var/log/sa-host/sa23 17:39:01 file_magic: OK 17:39:01 HZ: Using current value: 100 17:39:01 file_header: OK 17:39:01 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 17:39:01 Statistics: 17:39:01 Hnuu...uuuununununu... 17:39:01 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:39:02 provisioning config files... 17:39:02 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config5863239019869863284tmp [Pipeline] { [Pipeline] echo 17:39:02 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:39:03 ---> create-netrc.sh [Pipeline] } 17:39:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:39:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:39:03 ---> python-tools-install.sh [Pipeline] echo 17:39:03 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:39:04 ---> sudo-logs.sh 17:39:04 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:39:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:39:05 ---> job-cost.sh 17:39:05 lf-activate-venv: SKIPPING 17:39:05 DEBUG: total: 0.20999999344348907 17:39:05 INFO: Retrieving Stack Cost... 17:39:06 INFO: Retrieving Pricing Info for: v1-standard-2 17:39:07 INFO: Archiving Costs [Pipeline] echo 17:39:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:39:08 ---> logs-deploy.sh 17:39:08 lf-activate-venv: SKIPPING 17:39:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3209/24 17:39:08 INFO: archiving workspace using pattern(s): 17:39:11 Archives upload complete. 17:39:11 INFO: archiving logs to Nexus 17:39:13 ---> uname -a: 17:39:13 Linux prd-centos7-docker-4c-2g-30010.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:39:13 17:39:13 17:39:13 ---> lscpu: 17:39:13 Architecture: x86_64 17:39:13 CPU op-mode(s): 32-bit, 64-bit 17:39:13 Byte Order: Little Endian 17:39:13 Address sizes: 40 bits physical, 48 bits virtual 17:39:13 CPU(s): 4 17:39:13 On-line CPU(s) list: 0-3 17:39:13 Thread(s) per core: 1 17:39:13 Core(s) per socket: 1 17:39:13 Socket(s): 4 17:39:13 NUMA node(s): 1 17:39:13 Vendor ID: GenuineIntel 17:39:13 CPU family: 6 17:39:13 Model: 44 17:39:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:39:13 Stepping: 1 17:39:13 CPU MHz: 2933.438 17:39:13 BogoMIPS: 5866.87 17:39:13 Virtualization: VT-x 17:39:13 Hypervisor vendor: KVM 17:39:13 Virtualization type: full 17:39:13 L1d cache: 128 KiB 17:39:13 L1i cache: 128 KiB 17:39:13 L2 cache: 16 MiB 17:39:13 L3 cache: 64 MiB 17:39:13 NUMA node0 CPU(s): 0-3 17:39:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:39:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:39:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:39:13 Vulnerability Meltdown: Mitigation; PTI 17:39:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:39:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:39:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:39:13 Vulnerability Srbds: Not affected 17:39:13 Vulnerability Tsx async abort: Not affected 17:39:13 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 17:39:13 17:39:13 17:39:13 ---> nproc: 17:39:13 4 17:39:13 17:39:13 17:39:13 ---> df -h: 17:39:13 Filesystem Size Used Available Use% Mounted on 17:39:13 overlay 50.0G 12.6G 37.4G 25% / 17:39:13 tmpfs 64.0M 0 64.0M 0% /dev 17:39:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:39:13 shm 64.0M 0 64.0M 0% /dev/shm 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/24 17:39:13 /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/24@tmp 17:39:13 17:39:13 17:39:13 ---> free -m: 17:39:13 total used free shared buff/cache available 17:39:13 Mem: 1837 724 138 0 974 1032 17:39:13 Swap: 1023 66 957 17:39:13 17:39:13 17:39:13 ---> ip addr: 17:39:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:39:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:39:13 inet 127.0.0.1/8 scope host lo 17:39:13 valid_lft forever preferred_lft forever 17:39:13 inet6 ::1/128 scope host 17:39:13 valid_lft forever preferred_lft forever 17:39:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:39:13 link/ether fa:16:3e:1c:bd:9b brd ff:ff:ff:ff:ff:ff 17:39:13 inet 10.30.123.147/23 brd 10.30.123.255 scope global dynamic eth0 17:39:13 valid_lft 83963sec preferred_lft 83963sec 17:39:13 inet6 fe80::f816:3eff:fe1c:bd9b/64 scope link 17:39:13 valid_lft forever preferred_lft forever 17:39:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:39:13 link/ether 02:42:44:74:7c:52 brd ff:ff:ff:ff:ff:ff 17:39:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:39:13 valid_lft forever preferred_lft forever 17:39:13 inet6 fe80::42:44ff:fe74:7c52/64 scope link 17:39:13 valid_lft forever preferred_lft forever 17:39:13 17:39:13 17:39:13 ---> sar -b -r -n DEV: 17:39:13 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) 17:39:13 17:39:13 16:58:21 LINUX RESTART (4 CPU) 17:39:13 17:39:13 16:59:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:39:13 17:00:02 117.19 61.71 55.48 0.00 3879.29 36506.21 0.00 17:39:13 17:01:01 22.24 3.46 18.77 0.00 494.88 5533.23 0.00 17:39:13 17:02:01 38.79 13.33 25.46 0.00 4682.03 6757.40 0.00 17:39:13 17:03:02 131.11 66.87 64.24 0.00 5683.24 28015.31 0.00 17:39:13 17:04:01 186.85 52.03 134.82 0.00 2362.94 22765.93 0.00 17:39:13 17:05:02 119.53 55.67 63.86 0.00 2241.37 7306.81 0.00 17:39:13 17:06:01 58.34 25.70 32.64 0.00 1037.35 4218.09 0.00 17:39:13 17:07:01 71.26 12.69 58.57 0.00 612.97 5707.06 0.00 17:39:13 17:08:01 23.98 2.19 21.79 0.00 66.30 2040.78 0.00 17:39:13 17:09:01 72.76 42.17 30.59 0.00 1527.57 2062.71 0.00 17:39:13 17:10:02 42.55 2.42 40.13 0.00 134.30 3350.10 0.00 17:39:13 17:11:02 46.34 25.51 20.84 0.00 1526.63 3320.18 0.00 17:39:13 17:12:01 21.89 8.15 13.74 0.00 561.62 3289.68 0.00 17:39:13 17:13:05 150.74 31.62 119.12 0.00 10844.04 60978.97 0.00 17:39:13 17:14:04 201.00 102.77 98.23 0.00 52029.91 67115.17 0.00 17:39:13 17:15:02 708.89 605.54 103.35 0.00 32687.81 35550.52 0.00 17:39:13 17:16:07 922.58 840.72 81.87 0.00 44831.14 48585.99 0.00 17:39:13 17:17:13 672.25 579.84 92.41 0.00 47381.34 47340.73 0.00 17:39:13 17:18:03 847.84 773.77 74.07 0.00 43188.95 49172.04 0.00 17:39:13 17:19:02 235.00 170.87 64.13 0.00 7894.38 7973.34 0.00 17:39:13 17:20:01 95.81 53.56 42.25 0.00 2495.27 9153.34 0.00 17:39:13 17:21:01 173.81 37.87 135.94 0.00 5719.54 19783.24 0.00 17:39:13 17:22:08 221.85 103.28 118.57 0.00 48342.86 82426.09 0.00 17:39:13 17:23:02 746.60 685.00 61.60 0.00 26549.24 31898.95 0.00 17:39:13 17:24:02 802.13 725.18 76.95 0.00 38504.49 40578.38 0.00 17:39:13 17:25:14 757.78 682.58 75.20 0.00 40455.91 44437.99 0.00 17:39:13 17:26:02 715.19 626.08 89.11 0.00 32788.21 34589.89 0.00 17:39:13 17:27:01 105.04 45.14 59.90 0.00 8033.86 10921.97 0.00 17:39:13 17:28:01 197.82 17.77 180.05 0.00 1948.20 29880.80 0.00 17:39:13 17:29:01 70.43 16.24 54.19 0.00 3096.28 3188.76 0.00 17:39:13 17:30:01 2.90 1.08 1.81 0.00 17.05 37.34 0.00 17:39:13 17:31:02 0.25 0.00 0.25 0.00 0.00 3.50 0.00 17:39:13 17:32:01 0.25 0.02 0.24 0.00 0.54 3.23 0.00 17:39:13 17:33:01 0.35 0.00 0.35 0.00 0.00 5.42 0.00 17:39:13 17:34:01 0.32 0.02 0.30 0.00 1.06 4.07 0.00 17:39:13 17:35:01 0.32 0.03 0.28 0.00 0.80 4.20 0.00 17:39:13 17:36:01 0.22 0.00 0.22 0.00 0.00 3.03 0.00 17:39:13 17:37:01 0.22 0.00 0.22 0.00 0.00 3.16 0.00 17:39:13 17:38:02 15.42 14.96 0.47 0.00 911.42 54.31 0.00 17:39:13 17:39:01 182.71 88.75 93.97 0.00 8419.74 19291.80 0.00 17:39:13 Average: 217.94 162.58 55.36 0.00 12119.76 19585.91 0.00 17:39:13 17:39:13 16:59:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:39:13 17:00:02 104952 0 547952 29.12 2620 1226020 1072920 36.62 361092 1219096 0 17:39:13 17:01:01 79316 0 585908 31.14 2620 1213700 1125796 38.42 516424 1085916 12716 17:39:13 17:02:01 76552 0 723076 38.43 2620 1079296 1454976 49.66 591676 1006260 21576 17:39:13 17:03:02 79916 0 707964 37.63 2544 1091120 1565856 53.44 717688 865980 102096 17:39:13 17:04:01 77708 0 764356 40.62 1492 1037988 1528360 52.16 595524 934768 29728 17:39:13 17:05:02 161608 0 771876 41.02 1492 946568 1654076 56.45 580304 864696 28820 17:39:13 17:06:01 75096 0 855052 45.44 1456 949940 1759520 60.05 693984 832624 41176 17:39:13 17:07:01 181484 0 852676 45.32 676 846708 1882152 64.23 691228 722648 33936 17:39:13 17:08:01 131828 0 844564 44.89 676 904476 1754840 59.89 715036 748652 36984 17:39:13 17:09:01 151512 0 896128 47.63 676 833228 1831636 62.51 700520 741196 35296 17:39:13 17:10:02 178296 0 803140 42.69 644 899464 1743820 59.51 641084 769812 32048 17:39:13 17:11:02 261660 0 750944 39.91 568 868372 1485724 50.71 602556 724540 8 17:39:13 17:12:01 365060 0 740900 39.38 568 775016 1315720 44.90 530692 695268 6932 17:39:13 17:13:05 65848 0 712800 37.88 56 1102840 1312872 44.81 715228 845504 99704 17:39:13 17:14:04 64840 0 825600 43.88 0 991104 2294944 78.32 772124 835764 37980 17:39:13 17:15:02 417504 0 668836 35.55 0 795204 1365444 46.60 511916 738572 0 17:39:13 17:16:07 81804 0 834684 44.36 0 965056 2335000 79.69 738840 843084 67300 17:39:13 17:17:13 75984 0 846572 44.99 0 958988 2343140 79.97 766412 803752 84592 17:39:13 17:18:03 78376 0 841248 44.71 0 961920 2343164 79.97 766688 805380 82448 17:39:13 17:19:02 187472 0 1351064 71.81 0 343008 4600896 157.02 732624 691876 16808 17:39:13 17:20:01 375504 0 907352 48.22 0 598688 3044072 103.89 597960 631208 69124 17:39:13 17:21:01 352368 0 731408 38.87 0 797768 1620944 55.32 526888 745396 12 17:39:13 17:22:08 69408 0 780868 41.50 0 1031268 2155504 73.56 740908 855184 69296 17:39:13 17:23:02 399416 0 727512 38.67 0 754616 1861000 63.51 520256 742628 720 17:39:13 17:24:02 67668 0 774388 41.16 0 1039488 2150172 73.38 687928 906372 77248 17:39:13 17:25:14 66348 0 777588 41.33 0 1037608 2153396 73.49 678800 908164 56456 17:39:13 17:26:02 635916 0 739956 39.33 0 505672 2233088 76.21 434588 551472 64 17:39:13 17:27:01 387136 0 802228 42.64 0 692180 2120552 72.37 591080 641736 29108 17:39:13 17:28:01 67408 0 715892 38.05 0 1098244 1555912 53.10 635304 918956 45456 17:39:13 17:29:01 117872 0 643504 34.20 0 1120168 1260932 43.03 566000 937232 20 17:39:13 17:30:01 122888 0 638472 33.93 0 1120184 1187596 40.53 562220 937396 16 17:39:13 17:31:02 124812 0 636544 33.83 0 1120188 1176180 40.14 561208 937340 12 17:39:13 17:32:01 124688 0 636672 33.84 0 1120184 1176180 40.14 561192 937344 8 17:39:13 17:33:01 125404 0 635936 33.80 0 1120204 1176180 40.14 561324 937356 8 17:39:13 17:34:01 125140 0 636220 33.81 0 1120184 1176180 40.14 561208 937356 8 17:39:13 17:35:01 124740 0 636584 33.83 0 1120220 1176300 40.15 561452 937412 8 17:39:13 17:36:01 125232 0 636088 33.81 0 1120224 1176216 40.14 561100 937412 8 17:39:13 17:37:01 125076 0 636232 33.81 0 1120236 1176180 40.14 561224 937412 8 17:39:13 17:38:02 91300 0 643604 34.21 0 1146640 1181304 40.32 572008 957176 108 17:39:13 17:39:01 166816 0 724208 38.49 0 990520 1823832 62.24 597744 811644 48 17:39:13 Average: 167299 0 749665 39.84 468 964112 1733814 59.17 614551 847040 27947 17:39:13 17:39:13 16:59:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:39:13 17:00:02 eth0 157.38 120.05 558.88 38.26 0.00 0.00 0.00 0.00 17:39:13 17:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:01:01 eth0 522.40 424.24 2826.50 44.32 0.00 0.00 0.00 0.00 17:39:13 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:02:01 eth0 811.99 1090.24 2991.98 135.51 0.00 0.00 0.00 0.00 17:39:13 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:02:01 vethed85837 1039.33 739.40 93.62 2658.40 0.00 0.00 0.00 0.00 17:39:13 17:02:01 docker0 1039.33 739.27 79.41 2658.39 0.00 0.00 0.00 0.00 17:39:13 17:03:02 eth0 292.95 248.70 2815.36 25.94 0.00 0.00 0.00 0.00 17:39:13 17:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:03:02 docker0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:04:01 eth0 184.18 146.81 860.80 19.71 0.00 0.00 0.00 0.00 17:39:13 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:04:01 docker0 132.81 162.94 9.82 845.65 0.00 0.00 0.00 0.00 17:39:13 17:05:02 veth9d43091 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:05:02 eth0 20.11 16.66 22.52 8.35 0.00 0.00 0.00 0.00 17:39:13 17:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:06:01 veth9d43091 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:06:01 eth0 6.82 5.34 5.42 3.01 0.00 0.00 0.00 0.00 17:39:13 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:07:01 veth9d43091 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:07:01 eth0 35.84 33.22 18.56 76.79 0.00 0.00 0.00 0.00 17:39:13 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:08:01 veth9d43091 2.30 2.30 0.18 0.18 0.00 0.00 0.00 0.00 17:39:13 17:08:01 eth0 26.87 20.62 19.27 10.72 0.00 0.00 0.00 0.00 17:39:13 17:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:08:01 docker0 2.30 2.30 0.15 0.18 0.00 0.00 0.00 0.00 17:39:13 17:09:01 veth9d43091 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:09:01 eth0 11.97 8.71 8.69 4.82 0.00 0.00 0.00 0.00 17:39:13 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:10:02 veth9d43091 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:10:02 eth0 2.58 1.79 1.45 0.79 0.00 0.00 0.00 0.00 17:39:13 17:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:11:02 veth9d43091 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:11:02 eth0 32.94 26.69 19.89 74.66 0.00 0.00 0.00 0.00 17:39:13 17:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:12:01 eth0 39.31 30.47 146.20 11.74 0.00 0.00 0.00 0.00 17:39:13 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:13:05 veth7a6b784 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:13:05 eth0 152.34 111.70 1474.72 62.31 0.00 0.00 0.00 0.00 17:39:13 17:13:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:13:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:14:04 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:14:04 eth0 2.55 2.06 3.31 0.85 0.00 0.00 0.00 0.00 17:39:13 17:14:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:14:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:15:02 veth7a6b784 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:15:02 eth0 33.61 20.63 158.02 5.09 0.00 0.00 0.00 0.00 17:39:13 17:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:15:02 docker0 12.76 23.81 0.70 150.43 0.00 0.00 0.00 0.00 17:39:13 17:16:07 veth7a6b784 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:16:07 eth0 12.82 9.76 9.74 5.33 0.00 0.00 0.00 0.00 17:39:13 17:16:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:16:07 docker0 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:17:13 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:17:13 eth0 1.53 1.17 1.09 0.57 0.00 0.00 0.00 0.00 17:39:13 17:17:13 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:17:13 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:18:03 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:18:03 eth0 1.34 0.98 0.92 0.50 0.00 0.00 0.00 0.00 17:39:13 17:18:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:18:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:19:02 veth8072849 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:19:02 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:19:02 vethbebe6a4 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:19:02 vethe3396d3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:20:01 veth8072849 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:20:01 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:20:01 vethbebe6a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:20:01 vethe3396d3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:21:01 veth7a6b784 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:21:01 eth0 2511.20 2428.13 12375.42 612.39 0.00 0.00 0.00 0.00 17:39:13 17:21:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:39:13 17:21:01 docker0 1227.75 985.17 92.59 3848.28 0.00 0.00 0.00 0.00 17:39:13 17:22:08 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:22:08 eth0 16.32 12.74 12.53 6.82 0.00 0.00 0.00 0.00 17:39:13 17:22:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:22:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:23:02 veth7a6b784 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:23:02 veth415c905 2.53 5.65 0.17 32.53 0.00 0.00 0.00 0.00 17:39:13 17:23:02 vethf8db741 1.77 5.15 0.12 32.49 0.00 0.00 0.00 0.00 17:39:13 17:23:02 eth0 25.40 12.86 132.74 2.19 0.00 0.00 0.00 0.00 17:39:13 17:24:02 veth7a6b784 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:24:02 eth0 13.47 10.90 10.40 5.72 0.00 0.00 0.00 0.00 17:39:13 17:24:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:39:13 17:24:02 docker0 1220.25 991.61 91.83 3913.01 0.00 0.00 0.00 0.00 17:39:13 17:25:14 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:25:14 eth0 1.59 1.31 1.13 0.63 0.00 0.00 0.00 0.00 17:39:13 17:25:14 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:25:14 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:26:02 vethdcf2194 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:26:02 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:26:02 veth2f9ac09 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:26:02 eth0 9.86 10.92 1.69 36.42 0.00 0.00 0.00 0.00 17:39:13 17:27:01 veth7a6b784 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:27:01 eth0 10.78 8.89 5.21 31.39 0.00 0.00 0.00 0.00 17:39:13 17:27:01 vethc121cb6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:27:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:39:13 17:28:01 veth7a6b784 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 17:39:13 17:28:01 eth0 220.17 137.07 1670.53 24.65 0.00 0.00 0.00 0.00 17:39:13 17:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:28:01 docker0 1257.96 1067.95 94.11 4367.19 0.00 0.00 0.00 0.00 17:39:13 17:29:01 eth0 47.44 37.52 77.48 66.11 0.00 0.00 0.00 0.00 17:39:13 17:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:29:01 docker0 5.47 8.79 0.57 54.04 0.00 0.00 0.00 0.00 17:39:13 17:30:01 eth0 1.33 0.63 0.81 0.23 0.00 0.00 0.00 0.00 17:39:13 17:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:31:02 eth0 0.10 0.08 0.01 0.07 0.00 0.00 0.00 0.00 17:39:13 17:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:31:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:32:01 eth0 0.05 0.00 0.01 0.00 0.00 0.00 0.00 0.00 17:39:13 17:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:33:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:34:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 17:39:13 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:35:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 17:39:13 17:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:36:01 eth0 0.12 0.07 0.06 0.00 0.00 0.00 0.00 0.00 17:39:13 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:37:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:38:02 eth0 8.54 6.93 7.83 4.45 0.00 0.00 0.00 0.00 17:39:13 17:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:39:01 eth0 226.29 191.38 2216.36 66.39 0.00 0.00 0.00 0.00 17:39:13 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 Average: eth0 76.19 70.91 409.88 21.18 0.00 0.00 0.00 0.00 17:39:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:39:13 Average: docker0 31.67 26.99 2.37 110.82 0.00 0.00 0.00 0.00 17:39:13 17:39:13 17:39:13 ---> sar -P ALL: 17:39:13 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) 17:39:13 17:39:13 16:58:21 LINUX RESTART (4 CPU) 17:39:13 17:39:13 16:59:01 CPU %user %nice %system %iowait %steal %idle 17:39:13 17:00:02 all 9.55 0.00 6.72 10.50 43.79 29.44 17:39:13 17:00:02 0 9.89 0.00 8.15 11.15 42.29 28.52 17:39:13 17:00:02 1 7.99 0.00 5.60 11.98 44.97 29.46 17:39:13 17:00:02 2 9.45 0.00 7.36 8.07 42.82 32.30 17:39:13 17:00:02 3 10.93 0.00 5.82 10.81 45.05 27.39 17:39:13 17:01:01 all 3.48 0.00 1.55 0.45 14.82 79.70 17:39:13 17:01:01 0 2.56 0.00 1.75 0.55 18.07 77.07 17:39:13 17:01:01 1 3.16 0.00 1.33 0.18 12.76 82.57 17:39:13 17:01:01 2 3.19 0.00 0.91 0.76 13.28 81.86 17:39:13 17:01:01 3 5.05 0.00 2.24 0.31 15.21 77.19 17:39:13 17:02:01 all 4.24 0.00 3.69 0.77 24.57 66.74 17:39:13 17:02:01 0 4.92 0.00 4.24 0.37 26.88 63.58 17:39:13 17:02:01 1 3.70 0.00 3.85 1.27 23.97 67.21 17:39:13 17:02:01 2 4.52 0.00 3.35 1.19 23.94 66.99 17:39:13 17:02:01 3 3.83 0.00 3.32 0.22 23.51 69.11 17:39:13 17:03:02 all 5.63 0.00 3.10 1.70 26.07 63.50 17:39:13 17:03:02 0 3.28 0.00 2.42 2.10 26.28 65.93 17:39:13 17:03:02 1 5.17 0.00 3.43 0.94 26.09 64.37 17:39:13 17:03:02 2 7.29 0.00 2.97 1.36 25.95 62.42 17:39:13 17:03:02 3 6.87 0.00 3.61 2.40 25.95 61.17 17:39:13 17:04:01 all 3.53 0.00 3.86 4.01 26.32 62.28 17:39:13 17:04:01 0 3.54 0.00 4.27 3.39 27.88 60.92 17:39:13 17:04:01 1 4.08 0.00 3.70 5.55 26.32 60.35 17:39:13 17:04:01 2 3.20 0.00 3.55 3.23 25.77 64.26 17:39:13 17:04:01 3 3.32 0.00 3.92 3.88 25.30 63.58 17:39:13 17:05:02 all 6.88 0.00 5.09 5.03 35.62 47.37 17:39:13 17:05:02 0 7.64 0.00 5.39 5.22 35.63 46.12 17:39:13 17:05:02 1 6.58 0.00 5.39 5.29 35.78 46.97 17:39:13 17:05:02 2 5.77 0.00 4.40 4.16 35.91 49.75 17:39:13 17:05:02 3 7.58 0.00 5.19 5.48 35.15 46.60 17:39:13 17:06:01 all 21.53 0.00 6.93 1.96 52.23 17.36 17:39:13 17:06:01 0 21.11 0.00 6.79 1.34 53.14 17.61 17:39:13 17:06:01 1 20.67 0.00 6.37 3.11 50.23 19.61 17:39:13 17:06:01 2 21.21 0.00 7.05 1.93 51.62 18.20 17:39:13 17:06:01 3 23.23 0.00 7.56 1.36 54.13 13.72 17:39:13 17:07:01 all 22.09 0.00 7.05 1.68 51.58 17.60 17:39:13 17:07:01 0 21.92 0.00 7.20 1.02 51.49 18.38 17:39:13 17:07:01 1 20.33 0.00 6.65 2.96 53.27 16.79 17:39:13 17:07:01 2 22.44 0.00 7.53 1.59 50.53 17.91 17:39:13 17:07:01 3 23.70 0.00 6.85 1.12 50.99 17.34 17:39:13 17:08:01 all 19.32 0.00 6.84 0.86 41.95 31.03 17:39:13 17:08:01 0 19.63 0.00 7.48 0.98 41.76 30.16 17:39:13 17:08:01 1 21.00 0.00 6.83 0.57 41.68 29.93 17:39:13 17:08:01 2 18.20 0.00 6.37 1.02 42.97 31.45 17:39:13 17:08:01 3 18.48 0.00 6.69 0.88 41.40 32.55 17:39:13 17:09:01 all 15.76 0.00 8.05 3.44 51.77 20.97 17:39:13 17:09:01 0 16.37 0.00 8.32 2.59 51.69 21.04 17:39:13 17:09:01 1 15.46 0.00 7.85 3.53 51.33 21.83 17:39:13 17:09:01 2 14.47 0.00 7.13 3.82 52.25 22.34 17:39:13 17:09:01 3 16.84 0.00 8.99 3.82 51.81 18.55 17:39:13 17:10:02 all 13.19 0.00 7.59 1.60 62.88 14.74 17:39:13 17:10:02 0 13.70 0.00 7.49 2.06 63.76 13.00 17:39:13 17:10:02 1 11.88 0.00 7.08 1.80 61.13 18.12 17:39:13 17:10:02 2 13.51 0.00 7.61 1.84 62.58 14.46 17:39:13 17:10:02 3 13.75 0.00 8.20 0.70 64.13 13.22 17:39:13 17:39:13 17:10:02 CPU %user %nice %system %iowait %steal %idle 17:39:13 17:11:02 all 11.28 0.00 6.67 2.80 40.46 38.79 17:39:13 17:11:02 0 11.22 0.00 7.22 2.40 39.39 39.76 17:39:13 17:11:02 1 11.32 0.00 6.52 3.98 41.50 36.68 17:39:13 17:11:02 2 10.08 0.00 6.09 2.63 39.88 41.33 17:39:13 17:11:02 3 12.52 0.00 6.87 2.18 41.11 37.31 17:39:13 17:12:01 all 6.51 0.00 6.67 0.44 36.22 50.16 17:39:13 17:12:01 0 6.14 0.00 5.47 0.73 37.42 50.23 17:39:13 17:12:01 1 6.62 0.00 6.54 0.35 36.27 50.23 17:39:13 17:12:01 2 6.93 0.00 7.66 0.39 35.74 49.28 17:39:13 17:12:01 3 6.38 0.00 7.09 0.27 35.36 50.91 17:39:13 17:13:05 all 4.52 0.00 5.71 7.86 37.62 44.30 17:39:13 17:13:05 0 5.26 0.00 5.45 7.74 38.43 43.12 17:39:13 17:13:05 1 3.69 0.00 5.31 7.70 38.08 45.21 17:39:13 17:13:05 2 5.64 0.00 6.02 8.49 36.65 43.19 17:39:13 17:13:05 3 3.48 0.00 6.05 7.53 37.25 45.69 17:39:13 17:14:04 all 6.29 0.00 5.86 15.95 48.40 23.49 17:39:13 17:14:04 0 6.59 0.00 5.53 16.90 48.08 22.89 17:39:13 17:14:04 1 6.70 0.00 6.89 16.28 49.82 20.31 17:39:13 17:14:04 2 6.22 0.00 4.96 14.38 47.96 26.49 17:39:13 17:14:04 3 5.64 0.00 6.12 16.24 47.77 24.23 17:39:13 17:15:02 all 6.14 0.00 6.64 11.86 48.59 26.76 17:39:13 17:15:02 0 6.23 0.00 6.13 11.98 48.07 27.60 17:39:13 17:15:02 1 6.04 0.00 6.80 12.51 48.74 25.91 17:39:13 17:15:02 2 5.80 0.00 7.04 11.69 48.40 27.06 17:39:13 17:15:02 3 6.51 0.00 6.58 11.26 49.17 26.48 17:39:13 17:16:07 all 1.91 0.00 4.55 37.83 35.71 20.00 17:39:13 17:16:07 0 1.92 0.00 3.89 36.56 35.81 21.82 17:39:13 17:16:07 1 1.78 0.00 4.86 36.60 35.28 21.48 17:39:13 17:16:07 2 2.06 0.00 5.30 41.54 35.38 15.73 17:39:13 17:16:07 3 1.88 0.00 4.21 36.72 36.36 20.83 17:39:13 17:17:13 all 3.04 0.00 3.30 33.22 42.52 17.91 17:39:13 17:17:13 0 2.98 0.00 3.32 32.43 42.57 18.70 17:39:13 17:17:13 1 2.73 0.00 2.96 34.88 42.22 17.21 17:39:13 17:17:13 2 3.46 0.00 3.54 33.94 43.12 15.94 17:39:13 17:17:13 3 2.99 0.00 3.39 31.67 42.20 19.75 17:39:13 17:18:03 all 4.49 0.00 3.05 27.21 47.77 17.48 17:39:13 17:18:03 0 4.57 0.00 2.83 30.87 47.84 13.89 17:39:13 17:18:03 1 4.08 0.00 3.05 27.89 46.39 18.59 17:39:13 17:18:03 2 4.56 0.00 3.21 24.25 49.10 18.88 17:39:13 17:18:03 3 4.74 0.00 3.11 25.77 47.80 18.58 17:39:13 17:19:02 all 12.87 0.00 6.27 19.56 50.28 11.02 17:39:13 17:19:02 0 12.32 0.00 6.09 19.86 49.45 12.28 17:39:13 17:19:02 1 12.34 0.00 6.65 21.54 50.63 8.84 17:39:13 17:19:02 2 13.96 0.00 5.80 17.54 49.94 12.76 17:39:13 17:19:02 3 12.87 0.00 6.54 19.33 51.11 10.15 17:39:13 17:20:01 all 44.18 0.00 9.47 0.41 45.54 0.40 17:39:13 17:20:01 0 46.13 0.00 10.10 0.28 42.94 0.55 17:39:13 17:20:01 1 43.59 0.00 8.97 0.17 46.87 0.40 17:39:13 17:20:01 2 46.53 0.00 9.09 0.26 43.96 0.15 17:39:13 17:20:01 3 40.60 0.00 9.72 0.91 48.28 0.50 17:39:13 17:21:01 all 8.71 0.00 7.74 8.90 48.66 25.99 17:39:13 17:21:01 0 10.32 0.00 7.01 9.47 47.67 25.53 17:39:13 17:21:01 1 7.54 0.00 7.47 8.37 48.54 28.08 17:39:13 17:21:01 2 9.00 0.00 8.73 9.21 49.03 24.03 17:39:13 17:21:01 3 8.01 0.00 7.77 8.58 49.40 26.24 17:39:13 17:39:13 17:21:01 CPU %user %nice %system %iowait %steal %idle 17:39:13 17:22:08 all 4.54 0.00 5.32 14.54 47.51 28.08 17:39:13 17:22:08 0 5.08 0.00 5.61 14.12 48.43 26.76 17:39:13 17:22:08 1 3.98 0.00 5.36 15.55 46.33 28.77 17:39:13 17:22:08 2 4.55 0.00 5.05 14.51 47.66 28.23 17:39:13 17:22:08 3 4.57 0.00 5.27 13.95 47.66 28.55 17:39:13 17:23:02 all 3.67 0.00 3.17 19.52 45.11 28.54 17:39:13 17:23:02 0 3.60 0.00 3.20 18.69 44.94 29.56 17:39:13 17:23:02 1 3.65 0.00 3.01 18.40 44.70 30.23 17:39:13 17:23:02 2 3.63 0.00 3.30 19.31 44.25 29.51 17:39:13 17:23:02 3 3.79 0.00 3.16 21.64 46.51 24.90 17:39:13 17:24:02 all 1.63 0.00 3.64 28.25 40.63 25.84 17:39:13 17:24:02 0 1.68 0.00 3.56 29.81 40.76 24.20 17:39:13 17:24:02 1 1.63 0.00 3.73 24.24 40.42 29.98 17:39:13 17:24:02 2 1.57 0.00 3.67 26.75 39.98 28.03 17:39:13 17:24:02 3 1.64 0.00 3.61 32.11 41.35 21.29 17:39:13 17:25:14 all 2.69 0.00 2.64 31.66 41.06 21.95 17:39:13 17:25:14 0 2.45 0.00 2.94 29.85 41.17 23.58 17:39:13 17:25:14 1 2.67 0.00 2.37 36.60 40.67 17.69 17:39:13 17:25:14 2 2.64 0.00 2.75 31.65 40.86 22.10 17:39:13 17:25:14 3 2.99 0.00 2.49 28.52 41.56 24.44 17:39:13 17:26:02 all 4.40 0.00 4.53 28.41 39.91 22.75 17:39:13 17:26:02 0 4.14 0.00 4.51 27.33 40.45 23.57 17:39:13 17:26:02 1 4.37 0.00 4.26 29.13 40.04 22.20 17:39:13 17:26:02 2 4.87 0.00 4.66 27.82 39.03 23.63 17:39:13 17:26:02 3 4.23 0.00 4.69 29.38 40.10 21.60 17:39:13 17:27:01 all 53.26 0.00 12.17 0.88 31.90 1.80 17:39:13 17:27:01 0 53.50 0.00 12.62 0.74 31.67 1.47 17:39:13 17:27:01 1 53.09 0.00 12.37 1.01 31.26 2.28 17:39:13 17:27:01 2 52.65 0.00 12.31 1.19 31.69 2.16 17:39:13 17:27:01 3 53.83 0.00 11.35 0.56 33.01 1.25 17:39:13 17:28:01 all 6.48 0.00 7.88 8.20 37.98 39.46 17:39:13 17:28:01 0 6.22 0.00 7.69 7.33 39.15 39.61 17:39:13 17:28:01 1 7.45 0.00 8.06 7.78 38.37 38.34 17:39:13 17:28:01 2 5.85 0.00 6.94 7.56 37.57 42.09 17:39:13 17:28:01 3 6.43 0.00 8.86 10.19 36.81 37.72 17:39:13 17:29:01 all 4.51 0.00 2.37 2.71 13.42 76.99 17:39:13 17:29:01 0 6.37 0.00 2.85 3.12 14.71 72.95 17:39:13 17:29:01 1 3.78 0.00 2.33 3.54 13.55 76.79 17:39:13 17:29:01 2 3.78 0.00 1.97 1.05 13.11 80.09 17:39:13 17:29:01 3 4.13 0.00 2.32 3.16 12.30 78.08 17:39:13 17:30:01 all 0.07 0.00 0.05 0.04 1.46 98.38 17:39:13 17:30:01 0 0.02 0.00 0.08 0.02 1.19 98.70 17:39:13 17:30:01 1 0.07 0.00 0.05 0.08 1.27 98.53 17:39:13 17:30:01 2 0.02 0.00 0.03 0.05 2.32 97.58 17:39:13 17:30:01 3 0.18 0.00 0.05 0.00 1.06 98.71 17:39:13 17:31:02 all 0.08 0.00 0.28 0.00 3.33 96.32 17:39:13 17:31:02 0 0.05 0.00 0.36 0.00 2.50 97.09 17:39:13 17:31:02 1 0.02 0.00 0.36 0.00 2.49 97.13 17:39:13 17:31:02 2 0.06 0.00 0.16 0.00 5.49 94.29 17:39:13 17:31:02 3 0.18 0.00 0.25 0.00 2.75 96.82 17:39:13 17:32:01 all 0.06 0.00 0.03 0.00 1.15 98.76 17:39:13 17:32:01 0 0.00 0.00 0.03 0.00 1.57 98.40 17:39:13 17:32:01 1 0.22 0.00 0.05 0.00 1.37 98.36 17:39:13 17:32:01 2 0.02 0.00 0.00 0.00 1.16 98.83 17:39:13 17:32:01 3 0.00 0.00 0.05 0.00 0.51 99.44 17:39:13 17:39:13 17:32:01 CPU %user %nice %system %iowait %steal %idle 17:39:13 17:33:01 all 0.05 0.00 0.02 0.00 1.27 98.66 17:39:13 17:33:01 0 0.02 0.00 0.03 0.00 2.12 97.83 17:39:13 17:33:01 1 0.03 0.00 0.02 0.00 0.50 99.45 17:39:13 17:33:01 2 0.13 0.00 0.02 0.00 0.66 99.19 17:39:13 17:33:01 3 0.02 0.00 0.02 0.00 1.77 98.20 17:39:13 17:34:01 all 0.05 0.00 0.02 0.00 1.07 98.86 17:39:13 17:34:01 0 0.00 0.00 0.02 0.00 1.51 98.47 17:39:13 17:34:01 1 0.02 0.00 0.02 0.00 0.58 99.39 17:39:13 17:34:01 2 0.17 0.00 0.02 0.00 1.06 98.76 17:39:13 17:34:01 3 0.02 0.00 0.03 0.00 1.12 98.83 17:39:13 17:35:01 all 0.07 0.00 0.02 0.01 1.76 98.14 17:39:13 17:35:01 0 0.21 0.00 0.02 0.00 2.44 97.33 17:39:13 17:35:01 1 0.02 0.00 0.02 0.02 0.71 99.24 17:39:13 17:35:01 2 0.02 0.00 0.02 0.03 3.04 96.90 17:39:13 17:35:01 3 0.02 0.00 0.03 0.00 0.83 99.12 17:39:13 17:36:01 all 0.07 0.00 0.02 0.00 1.26 98.66 17:39:13 17:36:01 0 0.03 0.00 0.02 0.00 1.02 98.93 17:39:13 17:36:01 1 0.16 0.00 0.03 0.00 2.26 97.55 17:39:13 17:36:01 2 0.07 0.00 0.02 0.00 1.38 98.54 17:39:13 17:36:01 3 0.00 0.00 0.02 0.00 0.35 99.63 17:39:13 17:37:01 all 0.09 0.00 0.01 0.00 0.30 99.60 17:39:13 17:37:01 0 0.02 0.00 0.02 0.00 0.22 99.75 17:39:13 17:37:01 1 0.27 0.00 0.00 0.00 0.28 99.45 17:39:13 17:37:01 2 0.05 0.00 0.03 0.00 0.65 99.27 17:39:13 17:37:01 3 0.02 0.00 0.00 0.00 0.05 99.93 17:39:13 17:38:02 all 1.08 0.00 1.08 0.73 7.33 89.79 17:39:13 17:38:02 0 0.90 0.00 1.12 0.75 8.70 88.53 17:39:13 17:38:02 1 0.95 0.00 0.96 0.54 7.16 90.39 17:39:13 17:38:02 2 2.10 0.00 1.81 1.39 7.09 87.60 17:39:13 17:38:02 3 0.38 0.00 0.43 0.25 6.34 92.60 17:39:13 17:39:01 all 3.87 0.00 4.71 3.97 26.65 60.79 17:39:13 17:39:01 0 3.81 0.00 4.96 2.04 27.21 61.99 17:39:13 17:39:01 1 5.21 0.00 5.01 10.74 28.47 50.57 17:39:13 17:39:01 2 3.55 0.00 4.68 2.08 25.73 63.95 17:39:13 17:39:01 3 2.88 0.00 4.18 0.96 25.18 66.79 17:39:13 Average: all 7.33 0.00 4.30 9.23 31.84 47.29 17:39:13 Average: 0 7.40 0.00 4.33 9.18 32.09 47.00 17:39:13 Average: 1 7.18 0.00 4.26 9.71 31.82 47.03 17:39:13 Average: 2 7.37 0.00 4.28 8.90 31.61 47.85 17:39:13 Average: 3 7.39 0.00 4.34 9.14 31.83 47.30 17:39:13 17:39:13 17:39:13