Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ca94abc708ca01bb5b64868ff0b76537e5a207d7+0e291f44bb73248a8c5ef7868096f1c33cce0f6a (380a8f280b9fe94d1bc5c25d11f274e4252bbe73) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-32141 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/45 [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/45 # 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 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit ca94abc708ca01bb5b64868ff0b76537e5a207d7 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # 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 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 Merge succeeded, producing 98b5b508f47f7e2f25aac6d1179f168d3d6867ea Checking out Revision 98b5b508f47f7e2f25aac6d1179f168d3d6867ea (PR-3234) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 98b5b508f47f7e2f25aac6d1179f168d3d6867ea # timeout=10 Commit message: "Merge commit '0e291f44bb73248a8c5ef7868096f1c33cce0f6a' into HEAD" > git rev-list --no-walk ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:40 ========================================================= 00:31:40 EdgeX Global Pipelines Version Info 00:31:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:44 ------------------- 00:31:44 stable info: 00:31:44 ------------------- 00:31:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:31:44 Message: update stable to v1.0.186 00:31:45 ------------------- 00:31:45 experimental info: 00:31:45 ------------------- 00:31:45 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:45 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:31:45 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 98b5b508f47f7e2f25aac6d1179f168d3d6867ea [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 98b5b50 [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:48 provisioning config files... 00:31:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/45@tmp/config5997468732953774822tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:49 ---> docker-login.sh 00:31:49 nexus3.edgexfoundry.org:10001 00:31:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:51 Configure a credential helper to remove this warning. See 00:31:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:51 00:31:51 Login Succeeded 00:31:51 nexus3.edgexfoundry.org:10002 00:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:52 Configure a credential helper to remove this warning. See 00:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:52 00:31:52 Login Succeeded 00:31:52 nexus3.edgexfoundry.org:10003 00:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:53 Configure a credential helper to remove this warning. See 00:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:53 00:31:53 Login Succeeded 00:31:53 nexus3.edgexfoundry.org:10004 00:31:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:54 Configure a credential helper to remove this warning. See 00:31:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:54 00:31:54 Login Succeeded 00:31:54 docker.io 00:31:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:55 Configure a credential helper to remove this warning. See 00:31:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:55 00:31:55 Login Succeeded 00:31:55 ---> docker-login.sh ends [Pipeline] } 00:31:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:56 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/core-command/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo core-command,cmd/core-command/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/core-data/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo core-data,cmd/core-data/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/core-metadata/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/support-notifications/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/support-scheduler/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:56 + for file in '`ls cmd/**/Dockerfile`' 00:31:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:56 ++ cut -d/ -f2 00:31:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:56 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:31:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:58 00:31:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:59 latest: Pulling from edgex-devops/git-semver 00:31:59 31603596830f: Pulling fs layer 00:31:59 2a8b12db71e7: Pulling fs layer 00:31:59 6ca5941a6612: Pulling fs layer 00:31:59 ecc8261a40a4: Pulling fs layer 00:31:59 ecc8261a40a4: Waiting 00:32:00 2a8b12db71e7: Verifying Checksum 00:32:00 2a8b12db71e7: Download complete 00:32:00 31603596830f: Verifying Checksum 00:32:00 31603596830f: Download complete 00:32:01 ecc8261a40a4: Verifying Checksum 00:32:01 ecc8261a40a4: Download complete 00:32:01 6ca5941a6612: Verifying Checksum 00:32:01 6ca5941a6612: Download complete 00:32:03 31603596830f: Pull complete 00:32:05 2a8b12db71e7: Pull complete 00:32:08 6ca5941a6612: Pull complete 00:32:09 ecc8261a40a4: Pull complete 00:32:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:10 prd-centos7-docker-4c-2g-32141 does not seem to be running inside a container 00:32:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:14 $ docker top caae4bf2469f359e1076d68ad45b96fb2644e6c66411e02bd9d2b9624b653bcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:14 [ssh-agent] Looking for ssh-agent implementation... 00:32:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:14 $ docker exec caae4bf2469f359e1076d68ad45b96fb2644e6c66411e02bd9d2b9624b653bcf ssh-agent 00:32:16 SSH_AUTH_SOCK=/tmp/ssh-ncPkfAEZLt2s/agent.11 00:32:16 SSH_AGENT_PID=16 00:32:16 Running ssh-add (command line suppressed) 00:32:17 Identity added: /w/workspace/edgex-go/45@tmp/private_key_5373706077967737489.key (/w/workspace/edgex-go/45@tmp/private_key_5373706077967737489.key) 00:32:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:18 + git tag --points-at HEAD [Pipeline] } 00:32:18 $ docker exec --env ******** --env ******** caae4bf2469f359e1076d68ad45b96fb2644e6c66411e02bd9d2b9624b653bcf ssh-agent -k 00:32:18 unset SSH_AUTH_SOCK; 00:32:18 unset SSH_AGENT_PID; 00:32:18 echo Agent pid 16 killed; 00:32:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:19 [ssh-agent] Looking for ssh-agent implementation... 00:32:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:19 $ docker exec caae4bf2469f359e1076d68ad45b96fb2644e6c66411e02bd9d2b9624b653bcf ssh-agent 00:32:20 SSH_AUTH_SOCK=/tmp/ssh-w8ZAxEYQOMFC/agent.44 00:32:20 SSH_AGENT_PID=49 00:32:20 Running ssh-add (command line suppressed) 00:32:21 Identity added: /w/workspace/edgex-go/45@tmp/private_key_3356203371967510195.key (/w/workspace/edgex-go/45@tmp/private_key_3356203371967510195.key) 00:32:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:22 + git semver init 00:32:22 # -> Open(): unable to determine branch for HEAD 00:32:22 # $GIT_DIR = /w/workspace/edgex-go/45/.git 00:32:22 # $GIT_WORK_TREE = /w/workspace/edgex-go/45 00:32:22 # $SEMVER_REMOTE_NAME = origin 00:32:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:22 # $SEMVER_USER_NAME = edgex-jenkins 00:32:22 # $SEMVER_BRANCH = PR-3234 00:32:22 # $SEMVER_TEMP = /tmp/semver-912318272 00:32:22 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:33:11 # '/tmp/semver-912318272' -> '/w/workspace/edgex-go/45/.semver' 00:33:12 # -> Force: false 00:33:12 # $SEMVER_DIR = /w/workspace/edgex-go/45/.semver [Pipeline] } 00:33:12 $ docker exec --env ******** --env ******** caae4bf2469f359e1076d68ad45b96fb2644e6c66411e02bd9d2b9624b653bcf ssh-agent -k 00:33:13 unset SSH_AUTH_SOCK; 00:33:13 unset SSH_AGENT_PID; 00:33:13 echo Agent pid 49 killed; 00:33:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:14 + git semver [Pipeline] } 00:33:14 $ docker stop --time=1 caae4bf2469f359e1076d68ad45b96fb2644e6c66411e02bd9d2b9624b653bcf 00:33:16 $ docker rm -f caae4bf2469f359e1076d68ad45b96fb2644e6c66411e02bd9d2b9624b653bcf [Pipeline] // withDockerContainer [Pipeline] sh 00:33:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:19 Stashed 1 file(s) [Pipeline] echo 00:33:19 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:33:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:21 + sudo service docker restart 00:33:21 + true 00:33:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:25 ========================================================= 00:33:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:34 Still waiting to schedule task 00:33:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:33:36 Sending build context to Docker daemon 329MB 00:33:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:36 Step 2/6 : FROM ${BASE} 00:33:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:36 188c0c94c7c5: Pulling fs layer 00:33:36 0ef7d3d256c8: Pulling fs layer 00:33:36 de9db76c5a1d: Pulling fs layer 00:33:36 bca2f99d35d6: Pulling fs layer 00:33:36 93359f2a8cfa: Pulling fs layer 00:33:36 7c6f9722023f: Pulling fs layer 00:33:36 a35cf1a2eb13: Pulling fs layer 00:33:36 93359f2a8cfa: Waiting 00:33:36 7c6f9722023f: Waiting 00:33:36 bca2f99d35d6: Waiting 00:33:36 a35cf1a2eb13: Waiting 00:33:36 de9db76c5a1d: Verifying Checksum 00:33:36 de9db76c5a1d: Download complete 00:33:36 0ef7d3d256c8: Verifying Checksum 00:33:36 0ef7d3d256c8: Download complete 00:33:36 93359f2a8cfa: Download complete 00:33:37 7c6f9722023f: Verifying Checksum 00:33:37 7c6f9722023f: Download complete 00:33:37 188c0c94c7c5: Download complete 00:33:38 188c0c94c7c5: Pull complete 00:33:38 0ef7d3d256c8: Pull complete 00:33:40 de9db76c5a1d: Pull complete 00:33:46 a35cf1a2eb13: Verifying Checksum 00:33:46 a35cf1a2eb13: Download complete 00:33:48 bca2f99d35d6: Verifying Checksum 00:33:48 bca2f99d35d6: Download complete 00:34:08 bca2f99d35d6: Pull complete 00:34:08 93359f2a8cfa: Pull complete 00:34:08 7c6f9722023f: Pull complete 00:34:18 a35cf1a2eb13: Pull complete 00:34:19 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:34:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:34:19 ---> a62c8e92a672 00:34:19 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:34:19 ---> Running in abfa1d6ac303 00:34:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:34:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:34:24 (1/12) Installing libmagic (5.38-r0) 00:34:25 (2/12) Installing file (5.38-r0) 00:34:25 (3/12) Installing libc-dev (0.7.2-r3) 00:34:25 (4/12) Installing g++ (9.3.0-r2) 00:34:45 (5/12) Installing fortify-headers (1.1-r0) 00:34:45 (6/12) Installing patch (2.7.6-r6) 00:34:45 (7/12) Installing build-base (0.5-r2) 00:34:45 (8/12) Installing libsodium (1.0.18-r0) 00:34:45 (9/12) Installing pkgconf (1.7.2-r0) 00:34:45 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:45 (11/12) Installing libzmq (4.3.3-r0) 00:34:45 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:45 Executing busybox-1.31.1-r19.trigger 00:34:45 OK: 233 MiB in 51 packages 00:34:48 Removing intermediate container abfa1d6ac303 00:34:48 ---> e6887c4f304d 00:34:48 Step 4/6 : WORKDIR /edgex-go 00:34:48 ---> Running in 6f09ac06d082 00:34:49 Removing intermediate container 6f09ac06d082 00:34:49 ---> dbbe44dab319 00:34:49 Step 5/6 : COPY go.mod . 00:34:51 ---> e74076811681 00:34:51 Step 6/6 : RUN go mod download 00:34:51 ---> Running in 9e395525c093 00:35:32 Removing intermediate container 9e395525c093 00:35:32 ---> 8777e196413e 00:35:32 Successfully built 8777e196413e 00:35:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:35:32 + docker inspect -f . ci-base-image-x86_64 00:35:33 . [Pipeline] withDockerContainer 00:35:33 prd-centos7-docker-4c-2g-32141 does not seem to be running inside a container 00:35:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:36 $ docker top 7a569d897ee653fa50de7e2ee3c88d27bdecb1aae6b61719fe6ccc098cb821bc -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:37 + go version 00:35:37 go version go1.15.5 linux/amd64 [Pipeline] } 00:35:37 $ docker stop --time=1 7a569d897ee653fa50de7e2ee3c88d27bdecb1aae6b61719fe6ccc098cb821bc 00:35:40 $ docker rm -f 7a569d897ee653fa50de7e2ee3c88d27bdecb1aae6b61719fe6ccc098cb821bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:41 + docker inspect -f . ci-base-image-x86_64 00:35:41 . [Pipeline] withDockerContainer 00:35:41 prd-centos7-docker-4c-2g-32141 does not seem to be running inside a container 00:35:42 $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:43 $ docker top a8505dfc241e439529b9c7453a3325edb54d59376ae0414bb976885cc6ba9666 -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:44 ========================================================= 00:35:44 [edgeXBuildGoParallel] Running Tests and Build... 00:35:44 ========================================================= [Pipeline] sh 00:35:44 + make test 00:35:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:12 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32148 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:36:25 Running in /w/workspace/edgex-go/45 [Pipeline] { [Pipeline] checkout 00:36:30 using credential edgex-jenkins-ssh 00:36:30 Cloning the remote Git repository 00:36:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:31 > git init /w/workspace/edgex-go/45 # timeout=10 00:36:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:31 > git --version # timeout=10 00:36:31 > git --version # 'git version 2.17.1' 00:36:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:51 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:52 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:52 Merging remotes/origin/master commit 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:36:53 Merge succeeded, producing 103315f7870a8ae8a9e7eb8ea2395535b6dc3fb1 00:36:53 Checking out Revision 103315f7870a8ae8a9e7eb8ea2395535b6dc3fb1 (PR-3234) 00:36:52 > git config core.sparsecheckout # timeout=10 00:36:52 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 00:36:53 > git remote # timeout=10 00:36:53 > git config --get remote.origin.url # timeout=10 00:36:53 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:53 > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 00:36:53 > git rev-parse HEAD^{commit} # timeout=10 00:36:53 > git config core.sparsecheckout # timeout=10 00:36:53 > git checkout -f 103315f7870a8ae8a9e7eb8ea2395535b6dc3fb1 # timeout=10 00:36:57 Commit message: "Merge commit '0e291f44bb73248a8c5ef7868096f1c33cce0f6a' into HEAD" 00:36:57 > git rev-list --no-walk ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:59 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:00 + sudo service docker+ restart 00:37:00 true 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:02 provisioning config files... 00:37:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/45@tmp/config8644999349039510608tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:02 ---> docker-login.sh 00:37:02 nexus3.edgexfoundry.org:10001 00:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:03 nexus3.edgexfoundry.org:10002 00:37:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:03 Configure a credential helper to remove this warning. See 00:37:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:03 00:37:03 Login Succeeded 00:37:04 nexus3.edgexfoundry.org:10003 00:37:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:04 Configure a credential helper to remove this warning. See 00:37:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:04 00:37:04 Login Succeeded 00:37:04 nexus3.edgexfoundry.org:10004 00:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:05 Configure a credential helper to remove this warning. See 00:37:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:05 00:37:05 Login Succeeded 00:37:05 docker.io 00:37:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:06 Configure a credential helper to remove this warning. See 00:37:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:06 00:37:06 Login Succeeded 00:37:06 ---> docker-login.sh ends [Pipeline] } 00:37:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:06 ========================================================= 00:37:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:06 ========================================================= 00:37:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [Pipeline] isUnix [Pipeline] sh 00:37:06 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:37:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:09 Sending build context to Docker daemon 167MB 00:37:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:09 Step 2/6 : FROM ${BASE} 00:37:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:09 5f621e34cdf4: Pulling fs layer 00:37:09 a4357932f1b6: Pulling fs layer 00:37:09 18c013af1878: Pulling fs layer 00:37:09 00ac8860ef70: Pulling fs layer 00:37:09 63d7cb157983: Pulling fs layer 00:37:09 b116817d02f9: Pulling fs layer 00:37:09 745a02a5169b: Pulling fs layer 00:37:09 00ac8860ef70: Waiting 00:37:09 63d7cb157983: Waiting 00:37:09 b116817d02f9: Waiting 00:37:09 745a02a5169b: Waiting 00:37:09 18c013af1878: Verifying Checksum 00:37:09 18c013af1878: Download complete 00:37:09 a4357932f1b6: Verifying Checksum 00:37:09 a4357932f1b6: Download complete 00:37:09 63d7cb157983: Verifying Checksum 00:37:09 63d7cb157983: Download complete 00:37:09 5f621e34cdf4: Verifying Checksum 00:37:09 5f621e34cdf4: Download complete 00:37:09 b116817d02f9: Verifying Checksum 00:37:09 b116817d02f9: Download complete 00:37:10 5f621e34cdf4: Pull complete 00:37:10 a4357932f1b6: Pull complete 00:37:10 18c013af1878: Pull complete 00:37:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:11 745a02a5169b: Verifying Checksum 00:37:11 745a02a5169b: Download complete 00:37:12 00ac8860ef70: Verifying Checksum 00:37:12 00ac8860ef70: Download complete 00:37:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.374s coverage: 45.9% of statements 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.126s coverage: 19.8% of statements 00:37:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.309s coverage: 100.0% of statements 00:37:22 00ac8860ef70: Pull complete 00:37:23 63d7cb157983: Pull complete 00:37:23 b116817d02f9: Pull complete 00:37:27 745a02a5169b: Pull complete 00:37:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:27 ---> b7e6874047d6 00:37:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.787s coverage: 27.1% of statements 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.176s coverage: 100.0% of statements 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.674s coverage: 71.3% of statements 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:31 ---> Running in 38abec455be6 00:37:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:33 (1/12) Installing libmagic (5.38-r0) 00:37:33 (2/12) Installing file (5.38-r0) 00:37:34 (3/12) Installing libc-dev (0.7.2-r3) 00:37:34 (4/12) Installing g++ (9.3.0-r2) 00:37:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.292s coverage: 82.9% of statements 00:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.368s coverage: 78.9% of statements 00:37:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:37 (5/12) Installing fortify-headers (1.1-r0) 00:37:37 (6/12) Installing patch (2.7.6-r6) 00:37:37 (7/12) Installing build-base (0.5-r2) 00:37:37 (8/12) Installing libsodium (1.0.18-r0) 00:37:37 (9/12) Installing pkgconf (1.7.2-r0) 00:37:37 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:37 (11/12) Installing libzmq (4.3.3-r0) 00:37:38 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:38 Executing busybox-1.31.1-r19.trigger 00:37:38 OK: 217 MiB in 51 packages 00:37:42 Removing intermediate container 38abec455be6 00:37:42 ---> 8dcae9ffdc40 00:37:42 Step 4/6 : WORKDIR /edgex-go 00:37:42 ---> Running in a08a8f3ef1f7 00:37:43 Removing intermediate container a08a8f3ef1f7 00:37:43 ---> 889d570faf5a 00:37:43 Step 5/6 : COPY go.mod . 00:37:43 ---> 8f901ccdc9b9 00:37:43 Step 6/6 : RUN go mod download 00:37:43 ---> Running in 61d61f2abfe4 00:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.337s coverage: 28.6% of statements 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.230s coverage: 100.0% of statements 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.457s coverage: 100.0% of statements 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.539s coverage: 86.7% of statements 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.383s coverage: 97.5% of statements 00:37:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.204s coverage: 78.3% of statements 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.349s coverage: 92.8% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.406s coverage: 58.8% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.343s coverage: 1.0% of statements 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.165s coverage: 47.1% of statements 00:37:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.298s coverage: 79.5% of statements 00:37:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.609s coverage: 94.1% of statements 00:37:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements 00:37:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.140s coverage: 87.5% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.423s coverage: 94.4% of statements 00:38:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.165s coverage: 44.8% of statements 00:38:10 Removing intermediate container 61d61f2abfe4 00:38:10 ---> 6182e124e5b6 00:38:10 Successfully built 6182e124e5b6 00:38:10 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:10 + docker inspect -f . ci-base-image-arm64 00:38:10 . [Pipeline] withDockerContainer 00:38:11 prd-ubuntu18.04-docker-arm64-4c-16g-32148 does not seem to be running inside a container 00:38:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:12 $ docker top 568aa2b5fe0fa2577384ad42d2a297cf361cb006fa66ac06858d1a00a4541ad5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.756s coverage: 82.6% of statements 00:38:13 + go version 00:38:13 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:13 $ docker stop --time=1 568aa2b5fe0fa2577384ad42d2a297cf361cb006fa66ac06858d1a00a4541ad5 00:38:15 $ docker rm -f 568aa2b5fe0fa2577384ad42d2a297cf361cb006fa66ac06858d1a00a4541ad5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:16 + docker inspect -f . ci-base-image-arm64 00:38:16 . [Pipeline] withDockerContainer 00:38:17 prd-ubuntu18.04-docker-arm64-4c-16g-32148 does not seem to be running inside a container 00:38:17 $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.877s coverage: 92.9% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.047s coverage: 77.8% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.239s coverage: 87.2% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.173s coverage: 100.0% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.440s coverage: 87.2% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.325s coverage: 84.6% of statements 00:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.232s coverage: 91.6% of statements 00:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:38:18 $ docker top b7703d6305d6ca154563cbb6d7358bf58af66a7028ae0796a059d9e1c6c63528 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:19 ========================================================= 00:38:19 [edgeXBuildGoParallel] Running Tests and Build... 00:38:19 ========================================================= [Pipeline] sh 00:38:19 + make test 00:38:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.866s coverage: 64.4% of statements 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements 00:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.357s coverage: 91.3% of statements 00:38:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.120s coverage: 100.0% of statements 00:38:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 00:38:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.000s coverage: 69.0% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.273s coverage: 38.4% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements 00:38:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:38:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.133s coverage: 84.8% of statements 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.342s coverage: 47.0% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.165s coverage: 100.0% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:38:31 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.346s coverage: 87.1% of statements 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:38:31 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.478s coverage: 29.1% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.152s coverage: 99.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.139s coverage: 100.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.231s coverage: 95.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.067s coverage: 100.0% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.073s coverage: 87.9% of statements 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:38:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:38:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.150s coverage: 100.0% of statements 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 00:38:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.068s coverage: 100.0% of statements 00:38:40 GO111MODULE=on go vet ./... 00:38:46 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:37 gofmt -l . 00:39:37 [ "`gofmt -l .`" = "" ] 00:39:39 ./bin/test-go-mod-tidy.sh 00:39:40 ./bin/test-attribution-txt.sh 00:39:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] sh 00:39:43 + ls -al . 00:39:43 total 780 00:39:43 drwxrwxr-x 10 1001 1001 4096 Mar 31 00:39 . 00:39:43 drwxr-xr-x 4 root root 30 Mar 31 00:35 .. 00:39:43 -rw-rw-r-- 1 1001 1001 11 Mar 31 00:31 .dockerignore 00:39:43 drwxrwxr-x 8 1001 1001 179 Mar 31 00:31 .git 00:39:43 drwxrwxr-x 3 1001 1001 125 Mar 31 00:31 .github 00:39:43 -rw-rw-r-- 1 1001 1001 818 Mar 31 00:31 .gitignore 00:39:43 drwx------ 3 1001 1001 60 Mar 31 00:33 .semver 00:39:43 -rw-rw-r-- 1 1001 1001 166 Mar 31 00:31 .sonarcloud.properties 00:39:43 -rw-rw-r-- 1 1001 1001 8607 Mar 31 00:31 Attribution.txt 00:39:43 -rw-rw-r-- 1 1001 1001 3804 Mar 31 00:31 CONTRIBUTING.md 00:39:43 -rw-rw-r-- 1 1001 1001 931 Mar 31 00:31 Dockerfile.build 00:39:43 -rw-rw-r-- 1 1001 1001 863 Mar 31 00:31 Jenkinsfile 00:39:43 -rw-rw-r-- 1 1001 1001 10775 Mar 31 00:31 LICENSE 00:39:43 -rw-rw-r-- 1 1001 1001 5774 Mar 31 00:31 Makefile 00:39:43 -rw-rw-r-- 1 1001 1001 6548 Mar 31 00:31 README.md 00:39:43 -rw-rw-r-- 1 1001 1001 6755 Mar 31 00:31 SECURITY.md 00:39:43 -rw-rw-r-- 1 1001 1001 5 Mar 31 00:33 VERSION 00:39:43 -rw-rw-r-- 1 1001 1001 4131 Mar 31 00:31 ZMQWindows.md 00:39:43 drwxrwxr-x 2 1001 1001 117 Mar 31 00:31 bin 00:39:43 drwxrwxr-x 14 1001 1001 4096 Mar 31 00:31 cmd 00:39:43 -rw-r--r-- 1 root root 669470 Mar 31 00:38 coverage.out 00:39:43 -rw-r--r-- 1 root root 1057 Mar 31 00:39 go.mod 00:39:43 -rw-r--r-- 1 root root 22759 Mar 31 00:39 go.sum 00:39:43 drwxrwxr-x 8 1001 1001 127 Mar 31 00:31 internal 00:39:43 drwxrwxr-x 4 1001 1001 26 Mar 31 00:31 openapi 00:39:43 drwxrwxr-x 4 1001 1001 71 Mar 31 00:31 snap 00:39:43 -rw-rw-r-- 1 1001 1001 168 Mar 31 00:31 version.go [Pipeline] sh 00:39:44 + '[' -e coverage.out ] 00:39:44 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:44 Stashed 1 file(s) [Pipeline] sh 00:39:45 + make build 00:39:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39: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 00:39:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.329s coverage: 45.9% of statements 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.180s coverage: 19.8% of statements 00:40:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.265s coverage: 100.0% of statements 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.494s coverage: 27.1% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.158s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.163s coverage: 100.0% of statements 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 71.3% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.711s coverage: 82.9% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.176s coverage: 78.9% of statements 00:40:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.122s coverage: 28.6% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.206s coverage: 100.0% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.433s coverage: 86.7% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.416s coverage: 97.5% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.205s coverage: 78.3% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.215s coverage: 92.8% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.118s coverage: 58.8% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.290s coverage: 1.0% of statements 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.151s coverage: 47.1% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.167s coverage: 79.5% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.129s coverage: 94.1% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.233s coverage: 96.3% of statements 00:40:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.151s coverage: 87.5% of statements 00:40:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:40:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.150s coverage: 94.4% of statements 00:40:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 00:40:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.452s coverage: 82.6% of statements 00:41: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 00:41:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.200s coverage: 92.9% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.066s coverage: 87.2% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.179s coverage: 75.5% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.155s coverage: 80.8% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.218s coverage: 87.2% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.199s coverage: 84.6% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.271s coverage: 91.6% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.614s coverage: 64.4% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.128s coverage: 100.0% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements 00:41:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [Pipeline] } 00:41:13 $ docker stop --time=1 a8505dfc241e439529b9c7453a3325edb54d59376ae0414bb976885cc6ba9666 00:41:14 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.944s coverage: 69.0% of statements 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:14 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.529s coverage: 38.4% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.086s coverage: 89.5% of statements 00:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements 00:41:16 $ docker rm -f a8505dfc241e439529b9c7453a3325edb54d59376ae0414bb976885cc6ba9666 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.484s coverage: 47.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.135s coverage: 100.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.411s coverage: 87.1% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:21 00:41:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:41:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:22 latest: Pulling from edgex-devops/edgex-compose 00:41:22 cbdbe7a5bc2a: Pulling fs layer 00:41:22 ca9280d653b3: Pulling fs layer 00:41:22 7e9c9ca2126c: Pulling fs layer 00:41:23 cbdbe7a5bc2a: Verifying Checksum 00:41:23 cbdbe7a5bc2a: Download complete 00:41:26 ca9280d653b3: Verifying Checksum 00:41:26 ca9280d653b3: Download complete 00:41:26 cbdbe7a5bc2a: Pull complete 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.136s coverage: 29.1% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.221s coverage: 99.0% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.154s coverage: 100.0% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.240s coverage: 95.0% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.117s coverage: 32.1% of statements 00:41:30 7e9c9ca2126c: Verifying Checksum 00:41:30 7e9c9ca2126c: Download complete 00:41:30 ca9280d653b3: Pull complete 00:41:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:41:31 GO111MODULE=on go vet ./... 00:41:46 7e9c9ca2126c: Pull complete 00:41:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:41:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:41:47 prd-centos7-docker-4c-2g-32141 does not seem to be running inside a container 00:41:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:41:49 $ docker top 1b532f9240282b8fde5dd44e9cf3471b5f7d44f88dbb47077383af722c389955 -eo pid,comm [Pipeline] { [Pipeline] sh 00:41:52 + grep parallel 00:41:52 + docker-compose build --help 00:41:53 --parallel Build images in parallel. [Pipeline] } 00:41:54 $ docker stop --time=1 1b532f9240282b8fde5dd44e9cf3471b5f7d44f88dbb47077383af722c389955 00:41:57 $ docker rm -f 1b532f9240282b8fde5dd44e9cf3471b5f7d44f88dbb47077383af722c389955 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:41:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:41:59 . [Pipeline] withDockerContainer 00:42:00 prd-centos7-docker-4c-2g-32141 does not seem to be running inside a container 00:42:00 $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:42:03 $ docker top f71dd16001d965b2980974ea3bed18ba344e129c3ccd2ed1ea90ddaec587a551 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:05 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:08 Building docker-core-command-go ... 00:42:08 Building docker-core-data-go ... 00:42:08 Building docker-core-metadata-go ... 00:42:08 Building docker-security-bootstrapper-go ... 00:42:08 Building docker-security-proxy-setup-go ... 00:42:08 Building docker-security-secretstore-setup-go ... 00:42:08 Building docker-support-notifications-go ... 00:42:08 Building docker-support-scheduler-go ... 00:42:08 Building docker-sys-mgmt-agent-go ... 00:42:08 Building docker-core-metadata-go 00:42:08 Building docker-security-secretstore-setup-go 00:42:08 Building docker-core-command-go 00:42:08 Building docker-sys-mgmt-agent-go 00:42:08 Building docker-support-notifications-go 00:42:53 gofmt -l . 00:42:53 [ "`gofmt -l .`" = "" ] 00:42:53 ./bin/test-go-mod-tidy.sh 00:42:54 ./bin/test-attribution-txt.sh [Pipeline] sh 00:42:56 + ls -al . 00:42:56 total 808 00:42:56 drwxrwxr-x 9 1001 1001 4096 Mar 31 00:42 . 00:42:56 drwxr-xr-x 4 root root 4096 Mar 31 00:38 .. 00:42:56 -rw-rw-r-- 1 1001 1001 11 Mar 31 00:36 .dockerignore 00:42:56 drwxrwxr-x 8 1001 1001 4096 Mar 31 00:36 .git 00:42:56 drwxrwxr-x 3 1001 1001 4096 Mar 31 00:36 .github 00:42:56 -rw-rw-r-- 1 1001 1001 818 Mar 31 00:36 .gitignore 00:42:56 -rw-rw-r-- 1 1001 1001 166 Mar 31 00:36 .sonarcloud.properties 00:42:56 -rw-rw-r-- 1 1001 1001 8607 Mar 31 00:36 Attribution.txt 00:42:56 -rw-rw-r-- 1 1001 1001 3804 Mar 31 00:36 CONTRIBUTING.md 00:42:56 -rw-rw-r-- 1 1001 1001 931 Mar 31 00:36 Dockerfile.build 00:42:56 -rw-rw-r-- 1 1001 1001 863 Mar 31 00:36 Jenkinsfile 00:42:56 -rw-rw-r-- 1 1001 1001 10775 Mar 31 00:36 LICENSE 00:42:56 -rw-rw-r-- 1 1001 1001 5774 Mar 31 00:36 Makefile 00:42:56 -rw-rw-r-- 1 1001 1001 6548 Mar 31 00:36 README.md 00:42:56 -rw-rw-r-- 1 1001 1001 6755 Mar 31 00:36 SECURITY.md 00:42:56 -rw-rw-r-- 1 1001 1001 5 Mar 31 00:33 VERSION 00:42:56 -rw-rw-r-- 1 1001 1001 4131 Mar 31 00:36 ZMQWindows.md 00:42:56 drwxrwxr-x 2 1001 1001 4096 Mar 31 00:36 bin 00:42:56 drwxrwxr-x 14 1001 1001 4096 Mar 31 00:36 cmd 00:42:56 -rw-r--r-- 1 root root 669470 Mar 31 00:41 coverage.out 00:42:56 -rw-r--r-- 1 root root 1057 Mar 31 00:42 go.mod 00:42:56 -rw-r--r-- 1 root root 22759 Mar 31 00:42 go.sum 00:42:56 drwxrwxr-x 8 1001 1001 4096 Mar 31 00:36 internal 00:42:56 drwxrwxr-x 4 1001 1001 4096 Mar 31 00:36 openapi 00:42:56 drwxrwxr-x 4 1001 1001 4096 Mar 31 00:36 snap 00:42:56 -rw-rw-r-- 1 1001 1001 168 Mar 31 00:36 version.go [Pipeline] sh 00:42:57 + '[' -e coverage.out ] 00:42:57 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:57 Warning: overwriting stash ‘coverage-report’ 00:42:58 Stashed 1 file(s) [Pipeline] sh 00:42:59 + make build 00:42:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:43:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:43:32 ---> 8777e196413e 00:43:32 Step 3/24 : WORKDIR /edgex-go 00:43:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:32 ---> 8777e196413e 00:43:32 Step 3/23 : WORKDIR /edgex-go 00:43:32 00:43:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:32 ---> 8777e196413e 00:43:32 Step 3/26 : WORKDIR /edgex-go 00:43:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:32 ---> 8777e196413e 00:43:32 Step 3/23 : WORKDIR /edgex-go 00:43:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:32 ---> 8777e196413e 00:43:32 Step 3/22 : WORKDIR /edgex-go 00:43:32 ---> Running in 3ad820345e3e 00:43:32 ---> Running in f9418b6aded4 00:43:32 ---> Running in 1b4c344e47cc 00:43:32 ---> Running in 07e6133164a0 00:43:32 ---> Running in b05fcd352dff 00:43:33 Removing intermediate container f9418b6aded4 00:43:33 ---> d4ef7eba758c 00:43:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:33 Removing intermediate container b05fcd352dff 00:43:33 ---> 9e871fac1c19 00:43:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:33 Removing intermediate container 07e6133164a0 00:43:33 ---> 48d2f2af6f10 00:43:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:33 Removing intermediate container 3ad820345e3e 00:43:33 ---> 0bc2463de13d 00:43:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:33 Removing intermediate container 1b4c344e47cc 00:43:33 ---> 27ad6769f06c 00:43:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:33 ---> Running in cfd3cdca003c 00:43:33 ---> Running in 389092dc7780 00:43:33 ---> Running in c1603e6cb2c0 00:43:33 ---> Running in 5d4586c494a3 00:43:33 ---> Running in 72e4bde1b4c8 00:43:36 Removing intermediate container 5d4586c494a3 00:43:36 ---> 4d2a84d01908 00:43:36 Step 5/24 : RUN apk add --update --no-cache make git 00:43:36 Removing intermediate container 72e4bde1b4c8 00:43:36 ---> 46c417b159a8 00:43:36 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:36 ---> Running in 0a1f37311449 00:43:36 Removing intermediate container cfd3cdca003c 00:43:36 ---> 385619e0e69a 00:43:36 Step 5/23 : RUN apk add --update --no-cache make git 00:43:36 ---> Running in 76a73357a71a 00:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:43:36 ---> Running in 15f1b58e03cf 00:43:36 Removing intermediate container 389092dc7780 00:43:36 ---> b25ff76a2ecc 00:43:36 Step 5/23 : RUN apk add --update --no-cache make git 00:43:37 Removing intermediate container c1603e6cb2c0 00:43:37 ---> 213f8c7f538f 00:43:37 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:37 ---> Running in a839ce1cee17 00:43:37 ---> Running in a953488d625e 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:40 OK: 233 MiB in 51 packages 00:43:40 OK: 233 MiB in 51 packages 00:43:41 OK: 233 MiB in 51 packages 00:43:41 OK: 233 MiB in 51 packages 00:43:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:41 OK: 233 MiB in 51 packages 00:43:42 Removing intermediate container 0a1f37311449 00:43:42 ---> 825ace0ae301 00:43:42 Step 6/24 : COPY go.mod . 00:43:43 Removing intermediate container a839ce1cee17 00:43:43 ---> ced6c85adae9 00:43:43 Step 6/23 : COPY go.mod . 00:43:43 Removing intermediate container 76a73357a71a 00:43:43 ---> 886c1388eb9e 00:43:43 Step 6/26 : COPY go.mod . 00:43:43 Removing intermediate container 15f1b58e03cf 00:43:43 ---> 9cf877cf4635 00:43:43 Step 6/23 : COPY go.mod . 00:43:44 ---> 6aad9af04a33 00:43:44 Step 7/24 : RUN go mod download 00:43:44 Removing intermediate container a953488d625e 00:43:44 ---> d433b997a60b 00:43:44 Step 6/22 : COPY go.mod . 00:43:44 ---> Running in 3f0591f33d7f 00:43:44 ---> 135237de5c36 00:43:44 Step 7/26 : RUN go mod download 00:43:44 ---> adcc733fbaad 00:43:44 Step 7/23 : RUN go mod download 00:43:44 ---> 207bfc7a4678 00:43:44 Step 7/23 : RUN go mod download 00:43:45 ---> Running in bfbb23c7ee10 00:43:45 ---> Running in 22777d20378e 00:43:45 ---> 8c8f8cd75c27 00:43:45 Step 7/22 : RUN go mod download 00:43:45 ---> Running in f7e500a7aa2a 00:43:45 ---> Running in a66470dd848d 00:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:43:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:43:49 Removing intermediate container a66470dd848d 00:43:49 ---> fd0cae9ec990 00:43:49 Step 8/22 : COPY . . 00:43:49 Removing intermediate container 3f0591f33d7f 00:43:49 ---> 72116adbf900 00:43:49 Step 8/24 : COPY . . 00:43:49 Removing intermediate container bfbb23c7ee10 00:43:49 ---> 7591cc42133e 00:43:49 Step 8/26 : COPY . . 00:43:50 Removing intermediate container 22777d20378e 00:43:50 ---> 6ac89962ac6c 00:43:50 Step 8/23 : COPY . . 00:43:52 Removing intermediate container f7e500a7aa2a 00:43:52 ---> 0e464d046095 00:43:52 Step 8/23 : COPY . . 00:43:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:44: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 [Pipeline] } 00:44:25 $ docker stop --time=1 b7703d6305d6ca154563cbb6d7358bf58af66a7028ae0796a059d9e1c6c63528 00:44:27 $ docker rm -f b7703d6305d6ca154563cbb6d7358bf58af66a7028ae0796a059d9e1c6c63528 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:29 00:44:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:29 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:29 29e5d40040c1: Pulling fs layer 00:44:29 1ce36da41761: Pulling fs layer 00:44:29 25b303627fd3: Pulling fs layer 00:44:30 29e5d40040c1: Verifying Checksum 00:44:30 29e5d40040c1: Download complete 00:44:30 1ce36da41761: Verifying Checksum 00:44:30 1ce36da41761: Download complete 00:44:31 29e5d40040c1: Pull complete 00:44:32 1ce36da41761: Pull complete 00:44:32 25b303627fd3: Verifying Checksum 00:44:32 25b303627fd3: Download complete 00:44:42 25b303627fd3: Pull complete 00:44:42 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:42 prd-ubuntu18.04-docker-arm64-4c-16g-32148 does not seem to be running inside a container 00:44:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:46 $ docker top cdc928c88c51b26250d58c223090a05537baab4b82b75b7a61aca2449957457d -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:47 + docker-compose build --help 00:44:47 + grep parallel 00:44:51 --parallel Build images in parallel. [Pipeline] } 00:44:51 $ docker stop --time=1 cdc928c88c51b26250d58c223090a05537baab4b82b75b7a61aca2449957457d 00:44:53 $ docker rm -f cdc928c88c51b26250d58c223090a05537baab4b82b75b7a61aca2449957457d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:54 . [Pipeline] withDockerContainer 00:44:54 prd-ubuntu18.04-docker-arm64-4c-16g-32148 does not seem to be running inside a container 00:44:54 $ 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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:56 $ docker top 3908d659cd00f56c49f3ceb1bbcc239d82983bc3ad7389a3923796e7560cabcf -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:57 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:01 Building docker-core-command-go ... 00:45:01 Building docker-core-data-go ... 00:45:01 Building docker-core-metadata-go ... 00:45:01 Building docker-security-bootstrapper-go ... 00:45:01 Building docker-security-proxy-setup-go ... 00:45:01 Building docker-security-secretstore-setup-go ... 00:45:01 Building docker-support-notifications-go ... 00:45:01 Building docker-support-scheduler-go ... 00:45:01 Building docker-sys-mgmt-agent-go ... 00:45:01 Building docker-support-notifications-go 00:45:01 Building docker-core-metadata-go 00:45:01 Building docker-sys-mgmt-agent-go 00:45:01 Building docker-security-proxy-setup-go 00:45:01 Building docker-security-secretstore-setup-go 00:45:31 ---> e7f70b01d507 00:45:31 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:45:31 ---> 9f14bea3cbdf 00:45:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:31 ---> edc546e86e49 00:45:31 Step 9/23 : RUN make cmd/core-command/core-command 00:45:31 ---> c44cb7ef7aaa 00:45:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent ---> 1a31cb7ba686 00:45:31 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:45:31 00:45:31 ---> Running in e4f6b6dfb800 00:45:31 ---> Running in b6ba41a1ac1d 00:45:31 ---> Running in 1593eb84238c 00:45:31 ---> Running in 3cd417efa610 00:45:31 ---> Running in eb8ba2a41f13 00:45:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:45:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:45:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:09 ---> 6182e124e5b6 00:46:09 Step 3/26 : WORKDIR /edgex-go 00:46:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:09 ---> 6182e124e5b6 00:46:09 Step 3/22 : WORKDIR /edgex-go 00:46:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:09 ---> 6182e124e5b6 00:46:09 Step 3/24 : WORKDIR /edgex-go 00:46:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:09 ---> 6182e124e5b6 00:46:09 Step 3/21 : WORKDIR /edgex-go 00:46:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:09 ---> 6182e124e5b6 00:46:09 Step 3/23 : WORKDIR /edgex-go 00:46:13 ---> Running in 84070a17c7ed 00:46:13 ---> Running in 4f513c2152e1 00:46:13 ---> Running in c23256be235c 00:46:13 ---> Running in 1a9a9a17da8c 00:46:13 ---> Running in b0cc3ce9d014 00:46:13 Removing intermediate container 4f513c2152e1 00:46:13 ---> f90590fe86d2 00:46:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 Removing intermediate container 1a9a9a17da8c 00:46:13 ---> 7dc59f991305 00:46:13 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 Removing intermediate container c23256be235c 00:46:13 ---> 2655d69373f4 00:46:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 Removing intermediate container b0cc3ce9d014 00:46:13 ---> defd50bc4e1a 00:46:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 Removing intermediate container 84070a17c7ed 00:46:13 ---> 8a905158d904 00:46:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:13 ---> Running in 37bdd1b67deb 00:46:13 ---> Running in 24fd2d8be640 00:46:13 ---> Running in a3716d0a21b8 00:46:13 ---> Running in e3c93f464b0b 00:46:13 ---> Running in 72b069bf8d80 00:46:18 Removing intermediate container 37bdd1b67deb 00:46:18 ---> f63f60eabb25 00:46:18 Step 5/21 : RUN apk add --update --no-cache make git 00:46:18 ---> Running in e1134080367f 00:46:18 Removing intermediate container 24fd2d8be640 00:46:18 ---> a89c7927e1fd 00:46:18 Step 5/23 : RUN apk add --update --no-cache make git 00:46:18 Removing intermediate container e3c93f464b0b 00:46:18 ---> 1aa967e5403c 00:46:18 Step 5/24 : RUN apk add --update --no-cache make git 00:46:18 ---> Running in 49d0bad99fdc 00:46:18 ---> Running in df5330df6060 00:46:18 Removing intermediate container 72b069bf8d80 00:46:18 ---> 09bd937c7f58 00:46:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:46:18 Removing intermediate container a3716d0a21b8 00:46:18 ---> 78b893bfa2ff 00:46:18 Step 5/26 : RUN apk add --update --no-cache make bash git 00:46:18 ---> Running in 42d77b2819f0 00:46:18 ---> Running in 8ea180dde38c 00:46:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:21 OK: 217 MiB in 51 packages 00:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:22 OK: 217 MiB in 51 packages 00:46:22 OK: 217 MiB in 51 packages 00:46:22 OK: 217 MiB in 51 packages 00:46:22 OK: 217 MiB in 51 packages 00:46:22 Removing intermediate container e1134080367f 00:46:22 ---> a9ce51c3d081 00:46:22 Step 6/21 : COPY go.mod . 00:46:23 ---> 5e94fe1141be 00:46:23 Step 7/21 : RUN go mod download 00:46:23 Removing intermediate container df5330df6060 00:46:23 ---> 651d61db464f 00:46:23 Step 6/24 : COPY go.mod . 00:46:23 ---> Running in c6464b621f37 00:46:23 Removing intermediate container 49d0bad99fdc 00:46:23 ---> 0d0924c64503 00:46:23 Step 6/23 : COPY go.mod . 00:46:24 Removing intermediate container 42d77b2819f0 00:46:24 ---> 326dbfe7328a 00:46:24 Step 6/22 : COPY go.mod . 00:46:24 Removing intermediate container 8ea180dde38c 00:46:24 ---> e10ffc04d703 00:46:24 Step 6/26 : COPY go.mod . 00:46:24 ---> 13a2469fa1e4 00:46:24 Step 7/24 : RUN go mod download 00:46:24 ---> Running in 66e8d08f7954 00:46:25 ---> 6962e4023189 00:46:25 Step 7/23 : RUN go mod download 00:46:25 ---> 34a8e6937741 00:46:25 Step 7/22 : RUN go mod download 00:46:25 ---> Running in cfca365cd545 00:46:25 ---> Running in 43296937d1cb 00:46:25 ---> a70e6b43b7f1 00:46:25 Step 7/26 : RUN go mod download 00:46:25 ---> Running in 971c4a5dbbc3 00:46:27 Removing intermediate container c6464b621f37 00:46:27 ---> 8d53235c516b 00:46:27 Step 8/21 : COPY . . 00:46:29 Removing intermediate container 66e8d08f7954 00:46:29 ---> e11cf9b8340f 00:46:29 Step 8/24 : COPY . . 00:46:31 Removing intermediate container cfca365cd545 00:46:31 ---> 631910ee9bc2 00:46:31 Step 8/22 : COPY . . 00:46:31 Removing intermediate container 43296937d1cb 00:46:31 ---> 47f345757f2d 00:46:31 Step 8/23 : COPY . . 00:46:31 Removing intermediate container 971c4a5dbbc3 00:46:31 ---> b80e5273cab7 00:46:31 Step 8/26 : COPY . . 00:46:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:47 Removing intermediate container eb8ba2a41f13 00:46:47 ---> 182e2c32a312 00:46:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:48 ---> Running in a25483ac098a 00:46:50 Removing intermediate container e4f6b6dfb800 00:46:50 ---> 13de3131c362 00:46:50 00:46:50 Step 10/23 : FROM alpine:3.12 00:46:50 3.12: Pulling from library/alpine 00:46:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:46:54 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:46:54 Status: Downloaded newer image for alpine:3.12 00:46:54 ---> 42cb162f0360 00:46:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:46:55 Removing intermediate container 1593eb84238c 00:46:55 ---> 9a1b0f6b7dc1 00:46:55 00:46:55 Step 10/24 : FROM alpine:3.12 00:46:56 ---> 42cb162f0360 00:46:56 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:46:56 ---> Running in e6f31355219c 00:46:57 Removing intermediate container b6ba41a1ac1d 00:46:57 ---> cd58ffea18b9 00:46:57 00:46:57 Step 10/22 : FROM alpine:3.12 00:46:57 ---> 42cb162f0360 00:46:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:46:57 ---> Running in 582ae1e2572e 00:46:57 ---> Running in 76114b1cc89d 00:46:57 Removing intermediate container 3cd417efa610 00:46:57 ---> b405bac02b42 00:46:57 00:46:57 Step 10/23 : FROM alpine:3.12 00:46:57 ---> 42cb162f0360 00:46:57 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:46:58 ---> Running in fd0d9369112f 00:46:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:46:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:46:59 ---> 74f517e1d364 00:46:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:59 ---> 51260678c7e5 00:46:59 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:59 ---> 4e0aaf2184c9 00:46:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:59 ---> faca5d7e3043 00:46:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:59 ---> ee5b30eda0f8 00:46:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:59 ---> Running in 05546969e791 00:46:59 ---> Running in 77e72a5b9dae 00:46:59 ---> Running in b6f2fe55d131 00:46:59 ---> Running in eaa2c9df0568 00:46:59 ---> Running in 7f38dcfb94c4 00:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:46:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:46:59 Removing intermediate container a25483ac098a 00:46:59 ---> 22d95d2f2d22 00:46:59 00:46:59 Step 11/26 : FROM docker:20.10.0 00:46:59 20.10.0: Pulling from library/docker 00:46:59 (1/1) Installing dumb-init (1.2.2-r1) 00:47:00 Executing busybox-1.31.1-r19.trigger 00:47:00 OK: 6 MiB in 15 packages 00:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:02 (1/6) Installing ca-certificates (20191127-r4) 00:47:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:02 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:47:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:02 (3/6) Installing libcurl (7.69.1-r3) 00:47:02 (4/6) Installing curl (7.69.1-r3) 00:47:02 (5/6) Installing dumb-init (1.2.2-r1) 00:47:02 (6/6) Installing su-exec (0.2-r1) 00:47:02 Executing busybox-1.31.1-r19.trigger 00:47:02 Executing ca-certificates-20191127-r4.trigger 00:47:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:03 OK: 7 MiB in 20 packages 00:47:04 Removing intermediate container e6f31355219c 00:47:04 ---> 9e0f33f9c664 00:47:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:04 (1/2) Installing ca-certificates (20191127-r4) 00:47:04 (1/1) Installing dumb-init (1.2.2-r1) 00:47:04 Executing busybox-1.31.1-r19.trigger 00:47:04 (2/2) Installing dumb-init (1.2.2-r1) 00:47:04 OK: 6 MiB in 15 packages 00:47:04 Executing busybox-1.31.1-r19.trigger 00:47:04 Executing ca-certificates-20191127-r4.trigger 00:47:04 OK: 6 MiB in 16 packages 00:47:05 ---> Running in ccb0750f9aed 00:47:06 Removing intermediate container ccb0750f9aed 00:47:06 ---> 905862893051 00:47:06 Step 13/23 : ENV APP_PORT=48082 00:47:07 ---> Running in 2627a1571efc 00:47:07 Removing intermediate container 582ae1e2572e 00:47:07 ---> 4ed16c32763f 00:47:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:07 ---> Running in 6482c23510b7 00:47:08 Removing intermediate container 76114b1cc89d 00:47:08 ---> 4e076bd8481d 00:47:08 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:08 Removing intermediate container fd0d9369112f 00:47:08 ---> 87e60c6f3be4 00:47:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:08 Removing intermediate container 2627a1571efc 00:47:08 ---> 1df280e70d57 00:47:08 Step 14/23 : EXPOSE $APP_PORT 00:47:08 ---> Running in b527b65dbfd3 00:47:08 ---> Running in 2b112bb23f69 00:47:08 ---> Running in 408781b1fd02 00:47:08 Removing intermediate container 6482c23510b7 00:47:08 ---> 4539467620a3 00:47:08 Step 13/24 : WORKDIR / 00:47:09 ---> Running in 08d20aa4ab57 00:47:09 Removing intermediate container 2b112bb23f69 00:47:09 ---> d6caff45cfda 00:47:09 Step 15/23 : WORKDIR / 00:47:09 Removing intermediate container 408781b1fd02 00:47:09 ---> eaca3fdf6831 00:47:09 Step 13/23 : ENV APP_PORT=48081 00:47:09 Removing intermediate container b527b65dbfd3 00:47:09 ---> 0cfa00529797 00:47:09 Step 13/22 : ENV APP_PORT=48060 00:47:09 ---> Running in 2f7362ee72ba 00:47:09 ---> Running in 5ad532d73557 00:47:09 ---> Running in de604d3a2a40 00:47:10 Removing intermediate container 08d20aa4ab57 00:47:10 ---> a978b72d3011 00:47:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:11 Removing intermediate container 5ad532d73557 00:47:11 ---> 37d19f29a8b9 00:47:11 Step 14/23 : EXPOSE $APP_PORT 00:47:11 ---> Running in e4b837872472 00:47:11 Removing intermediate container de604d3a2a40 00:47:11 ---> ba53b3e93fe2 00:47:11 Step 14/22 : EXPOSE $APP_PORT 00:47:11 Removing intermediate container 2f7362ee72ba 00:47:11 ---> 3ae44a74851c 00:47:11 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:11 ---> e3932e6f1c1a 00:47:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:47:12 ---> Running in fc50126e6e4c 00:47:12 Removing intermediate container e4b837872472 00:47:12 ---> 0b9da4265047 00:47:12 Step 15/23 : WORKDIR / 00:47:13 ---> Running in 8e0bafe1f1d4 00:47:13 ---> c9ae728f127d 00:47:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:13 ---> c1fee6843cc4 00:47:13 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:13 Removing intermediate container fc50126e6e4c 00:47:13 ---> 379a15eb6d25 00:47:13 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:13 Removing intermediate container 8e0bafe1f1d4 00:47:13 ---> bbd64e627c4a 00:47:13 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:15 ---> c0b423209864 00:47:15 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:15 ---> cdb003058b87 00:47:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:16 ---> 5be6346e9319 00:47:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:16 ---> 721a76b48ac6 00:47:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:17 ---> 057c13a50fc7 00:47:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:18 ---> 997a7a6f56bb 00:47:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:18 ---> cc68a45dbc08 00:47:18 Step 19/23 : ENTRYPOINT ["/core-command"] 00:47:19 ---> Running in dd8540314a2c 00:47:20 ---> 4cacd89bf86d 00:47:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:20 ---> b6b726b0e380 00:47:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:47:20 Removing intermediate container dd8540314a2c 00:47:20 ---> 0490808f5e24 00:47:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:20 ---> Running in 1341f8f8d7cc 00:47:21 ---> Running in b6e630ff0c5e 00:47:21 ---> f181cc412419 00:47:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:21 ---> 09210dadfed4 00:47:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:47:22 ---> Running in dea7e33d0f59 00:47:22 Removing intermediate container 1341f8f8d7cc 00:47:22 ---> 482e0f997db2 00:47:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:22 Removing intermediate container b6e630ff0c5e 00:47:22 ---> a893d9ed8aaf 00:47:22 Step 21/23 : LABEL arch=x86_64 00:47:23 ---> Running in d2e142de51e1 00:47:23 ---> Running in dfe2073d52da 00:47:24 Removing intermediate container dea7e33d0f59 00:47:24 ---> cee3098f30c4 00:47:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:24 ---> 5b4a91327018 00:47:24 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:47:24 ---> Running in 7745fadd3761 00:47:24 ---> Running in b0cc978b11ae 00:47:24 Removing intermediate container d2e142de51e1 00:47:24 ---> 4ad309c622de 00:47:24 Step 20/22 : LABEL arch=x86_64 00:47:24 Removing intermediate container dfe2073d52da 00:47:24 ---> d46b83f61532 00:47:24 Step 22/23 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:47:25 Removing intermediate container 7745fadd3761 00:47:25 ---> aec31b05b669 00:47:25 Step 21/23 : LABEL arch=x86_64 00:47:25 ---> Running in 71a6882c8f4f 00:47:25 ---> Running in d92870d01492 00:47:25 ---> Running in 0fb42c374e90 00:47:26 Removing intermediate container 71a6882c8f4f 00:47:26 ---> ecaef8d95f71 00:47:26 Step 21/22 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:47:26 Removing intermediate container d92870d01492 00:47:26 ---> e5b134988996 00:47:26 Step 23/23 : LABEL version=0.0.0 00:47:26 Removing intermediate container 0fb42c374e90 00:47:26 ---> 4e650003bc0f 00:47:26 Step 22/23 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:47:27 ---> Running in 33c562985995 00:47:27 ---> Running in d5bbb00626b7 00:47:27 ---> Running in 2f54621823ca 00:47:27 Removing intermediate container 2f54621823ca 00:47:27 ---> 5c384e05a09e 00:47:27 Step 23/23 : LABEL version=0.0.0 00:47:28 Removing intermediate container d5bbb00626b7 00:47:28 ---> 44a801c7d1a4 00:47:28 00:47:28 Removing intermediate container 33c562985995 00:47:28 ---> de0ce75092b2 00:47:28 Step 22/22 : LABEL version=0.0.0 00:47:28 ---> Running in e614158af29f 00:47:28 Removing intermediate container b0cc978b11ae 00:47:28 ---> 7cf12c928c13 00:47:28 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:28 ---> Running in eb795af38ca5 00:47:28 ---> Running in 4d5766eec9af 00:47:29 Removing intermediate container e614158af29f 00:47:29 ---> 3b856628ca53 00:47:29 00:47:30 Successfully built 44a801c7d1a4 00:47:30 Removing intermediate container eb795af38ca5 00:47:30 ---> 48884495eea9 00:47:30 00:47:30 Successfully tagged docker-core-command-go:latest 00:47:30  Building docker-core-command-go ... done Building docker-support-scheduler-go 00:47:30 Removing intermediate container 4d5766eec9af 00:47:30 ---> 795d0cb7ebf2 00:47:31 Step 22/24 : LABEL arch=x86_64 00:47:31 Successfully built 3b856628ca53 00:47:31 Successfully tagged docker-core-metadata-go:latest 00:47:31  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:47:31 ---> Running in bdb639e193a1 00:47:31 Successfully built 48884495eea9 00:47:31 Successfully tagged docker-support-notifications-go:latest 00:47:31  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:47:32 Removing intermediate container bdb639e193a1 00:47:32 ---> f0f304046615 00:47:32 Step 23/24 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:47:32 ---> Running in 7f0e1d762ae8 00:47:33 Removing intermediate container 7f0e1d762ae8 00:47:33 ---> a6bf04648546 00:47:33 Step 24/24 : LABEL version=0.0.0 00:47:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:33 Status: Downloaded newer image for docker:20.10.0 00:47:33 ---> aefe523efa57 00:47:33 Step 12/26 : RUN apk add --no-cache bash 00:47:33 ---> Running in c71bc31235c0 00:47:35 ---> Running in d5f55bdb8429 00:47:36 Removing intermediate container c71bc31235c0 00:47:36 ---> 4011ddcd0b51 00:47:36 00:47:39 Successfully built 4011ddcd0b51 00:47:40 Successfully tagged docker-security-secretstore-setup-go:latest 00:47:40 Building docker-core-data-go 00:47:41  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:42 (1/2) Installing readline (8.0.4-r0) 00:47:42 (2/2) Installing bash (5.0.17-r0) 00:47:42 Executing bash-5.0.17-r0.post-install 00:47:42 Executing busybox-1.31.1-r19.trigger 00:47:42 OK: 12 MiB in 22 packages 00:47:47 Removing intermediate container d5f55bdb8429 00:47:47 ---> f846c56ebd38 00:47:47 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:47 ---> Running in 6a83698a1fbc 00:47:48 Removing intermediate container 6a83698a1fbc 00:47:48 ---> 23e7beae387c 00:47:48 Step 14/26 : ENV APP_PORT=48090 00:47:48 ---> Running in 53091a3f44b2 00:47:48 Removing intermediate container 53091a3f44b2 00:47:48 ---> c56cd1d39ab5 00:47:48 Step 15/26 : EXPOSE $APP_PORT 00:47:48 ---> Running in cbb8987107fd 00:47:50 Removing intermediate container cbb8987107fd 00:47:50 ---> 12dc9c6776e9 00:47:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:53 ---> c18ea461b6cc 00:47:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:55 ---> 9c5936fbff70 00:47:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:56 ---> eb5a977b06e0 00:47:56 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:56 ---> Running in 63983d6750c1 00:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:58 (1/33) Installing libbz2 (1.0.8-r1) 00:47:58 (2/33) Installing expat (2.2.9-r1) 00:47:58 (3/33) Installing libffi (3.3-r2) 00:47:58 (4/33) Installing gdbm (1.13-r1) 00:47:58 (5/33) Installing xz-libs (5.2.5-r0) 00:47:58 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:58 (7/33) Installing python3 (3.8.8-r0) 00:48:06 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:06 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:06 (11/33) Installing py3-six (1.15.0-r0) 00:48:06 (12/33) Installing py3-packaging (20.4-r0) 00:48:06 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:06 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:07 (15/33) Installing py3-idna (2.9-r0) 00:48:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:08 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:08 (18/33) Installing py3-requests (2.23.0-r0) 00:48:08 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:08 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:08 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:08 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:09 (24/33) Installing py3-distro (1.5.0-r1) 00:48:09 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:09 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:09 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:09 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:09 (29/33) Installing py3-progress (1.5-r0) 00:48:09 (30/33) Installing py3-toml (0.10.1-r0) 00:48:09 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:09 (33/33) Installing py3-pip (20.1.1-r0) 00:48:11 Executing busybox-1.31.1-r19.trigger 00:48:11 OK: 71 MiB in 55 packages 00:48:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:48:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:48:45 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:48:45 ---> 8777e196413e 00:48:45 Step 3/31 : WORKDIR /edgex-go 00:48:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:45 ---> 8777e196413e 00:48:45 Step 3/22 : WORKDIR /edgex-go 00:48:45 ---> Using cache 00:48:45 ---> 9e871fac1c19 00:48:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Using cache 00:48:45 ---> 9e871fac1c19 00:48:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Using cache 00:48:45 ---> b25ff76a2ecc 00:48:45 Step 5/22 : RUN apk add --update --no-cache make git 00:48:45 ---> Using cache 00:48:45 ---> b25ff76a2ecc 00:48:45 Step 5/31 : RUN apk add --update --no-cache make git 00:48:45 ---> Using cache 00:48:45 ---> ced6c85adae9 00:48:45 Step 6/22 : COPY go.mod . 00:48:45 ---> Using cache 00:48:45 ---> ced6c85adae9 00:48:45 Step 6/31 : COPY go.mod . 00:48:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder ---> Using cache 00:48:45 00:48:45 ---> 8777e196413e 00:48:45 Step 3/21 : WORKDIR /edgex-go 00:48:45 ---> Using cache 00:48:45 ---> 9e871fac1c19 00:48:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Using cache 00:48:45 ---> b25ff76a2ecc 00:48:45 Step 5/21 : RUN apk add --update --no-cache make git 00:48:45 ---> Using cache 00:48:45 ---> ced6c85adae9 00:48:45 Step 6/21 : COPY go.mod . 00:48:45 ---> Using cache 00:48:45 ---> adcc733fbaad 00:48:45 Step 7/21 : RUN go mod download 00:48:45 ---> Using cache 00:48:45 ---> adcc733fbaad 00:48:45 Step 7/22 : RUN go mod download 00:48:45 ---> adcc733fbaad 00:48:45 Step 7/31 : RUN go mod download 00:48:45 ---> Using cache 00:48:45 ---> 6ac89962ac6c 00:48:45 Step 8/21 : COPY . . 00:48:45 ---> Using cache 00:48:45 ---> 6ac89962ac6c 00:48:45 Step 8/31 : COPY . . 00:48:45 ---> Using cache 00:48:45 ---> 6ac89962ac6c 00:48:45 Step 8/22 : COPY . . 00:48:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:45 ---> 8777e196413e 00:48:45 Step 3/23 : WORKDIR /edgex-go 00:48:45 ---> Using cache 00:48:45 ---> 9e871fac1c19 00:48:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:45 ---> Using cache 00:48:45 ---> b25ff76a2ecc 00:48:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:45 ---> Using cache 00:48:45 ---> edc546e86e49 00:48:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:48:45 ---> Using cache 00:48:45 ---> Using cache 00:48:45 ---> edc546e86e49 00:48:45 ---> edc546e86e49 00:48:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:48:45 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:48:45 ---> Running in 851e4ef66636 00:48:45 ---> Running in c46e91f6c54f 00:48:45 ---> Running in 5ae96c690cad 00:48:45 ---> Running in aa551c13dc7a 00:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:48:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:48:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:50 OK: 233 MiB in 51 packages 00:48:53 Removing intermediate container 5ae96c690cad 00:48:53 ---> 68d035d92039 00:48:53 Step 6/23 : COPY go.mod . 00:48:54 Removing intermediate container 77e72a5b9dae 00:48:54 ---> 23c2d5bbfc83 00:48:54 00:48:54 Step 10/24 : FROM alpine:3.12 00:48:54 3.12: Pulling from library/alpine 00:48:54 Removing intermediate container b6f2fe55d131 00:48:54 ---> 4a9d9a9b4c89 00:48:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:54 ---> Running in a93874343f6c 00:48:54 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:48:54 Status: Downloaded newer image for alpine:3.12 00:48:54 ---> e47305ac9786 00:48:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:48:54 ---> Running in 45233485b5ba 00:48:54 ---> a4b2532f8193 00:48:54 Step 7/23 : RUN go mod download 00:48:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:48:56 Removing intermediate container 05546969e791 00:48:56 ---> 189fc11f0af6 00:48:56 00:48:56 Step 10/21 : FROM alpine:3.12 00:48:56 ---> e47305ac9786 00:48:56 Step 11/21 : RUN apk add --update --no-cache curl 00:48:56 ---> Running in 1e793fa46286 00:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:56 ---> Running in c21edc83a746 00:48:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:57 (1/6) Installing ca-certificates (20191127-r4) 00:48:57 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:48:57 (3/6) Installing libcurl (7.69.1-r3) 00:48:57 (4/6) Installing curl (7.69.1-r3) 00:48:57 (5/6) Installing dumb-init (1.2.2-r1) 00:48:57 (6/6) Installing su-exec (0.2-r1) 00:48:57 Executing busybox-1.31.1-r19.trigger 00:48:57 Executing ca-certificates-20191127-r4.trigger 00:48:58 OK: 7 MiB in 20 packages 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:59 (1/4) Installing ca-certificates (20191127-r4) 00:48:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:48:59 (3/4) Installing libcurl (7.69.1-r3) 00:48:59 (4/4) Installing curl (7.69.1-r3) 00:48:59 Executing busybox-1.31.1-r19.trigger 00:48:59 Executing ca-certificates-20191127-r4.trigger 00:49:00 OK: 7 MiB in 18 packages 00:49:01 Removing intermediate container 45233485b5ba 00:49:01 ---> 5de5111d3e57 00:49:01 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:01 ---> Running in 8ce3086cd6d0 00:49:02 Removing intermediate container a93874343f6c 00:49:02 ---> 5fe06ea1d0e6 00:49:02 00:49:02 Step 11/26 : FROM docker:20.10.0 00:49:02 20.10.0: Pulling from library/docker 00:49:03 Removing intermediate container 8ce3086cd6d0 00:49:03 ---> f842f4ce1280 00:49:03 Step 13/24 : WORKDIR / 00:49:03 Removing intermediate container 7f38dcfb94c4 00:49:03 ---> 4ffd39805a77 00:49:03 00:49:03 Step 10/22 : FROM alpine:3.12 00:49:03 ---> e47305ac9786 00:49:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:03 Removing intermediate container c21edc83a746 00:49:03 ---> 585dc7cc5f92 00:49:03 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:03 ---> Running in 2c0ce8bafa26 00:49:03 ---> Running in c224fe93f198 00:49:03 ---> Running in bf89dd2cb0d6 00:49:05 Removing intermediate container bf89dd2cb0d6 00:49:05 ---> 7ded0c64c03f 00:49:05 Step 13/21 : WORKDIR /edgex 00:49:05 Removing intermediate container c224fe93f198 00:49:05 ---> 1a1b947dfabb 00:49:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:05 ---> Running in 8d0074c1835d 00:49:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:06 (1/2) Installing ca-certificates (20191127-r4) 00:49:06 (2/2) Installing dumb-init (1.2.2-r1) 00:49:06 Executing busybox-1.31.1-r19.trigger 00:49:06 Executing ca-certificates-20191127-r4.trigger 00:49:06 ---> 0d9fe5fe57e0 00:49:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:06 OK: 6 MiB in 16 packages 00:49:07 Removing intermediate container 8d0074c1835d 00:49:07 ---> 893e225a0815 00:49:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:08 Removing intermediate container 1e793fa46286 00:49:08 ---> 2b1796f65890 00:49:08 Step 8/23 : COPY . . 00:49:08 ---> 4439c1b8e229 00:49:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:09 ---> 15d488492e4d 00:49:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:10 Removing intermediate container 2c0ce8bafa26 00:49:10 ---> 23fb05d49f08 00:49:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:10 ---> d8a24bc05e43 00:49:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:10 Removing intermediate container eaa2c9df0568 00:49:10 ---> 8e382cc620d7 00:49:10 00:49:10 Step 10/23 : FROM alpine:3.12 00:49:10 ---> e47305ac9786 00:49:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:10 ---> Running in 73e4311f3f42 00:49:10 ---> Running in 660293e6a64b 00:49:11 ---> 6ba875e4af2c 00:49:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:11 Removing intermediate container 73e4311f3f42 00:49:11 ---> 142a6724327f 00:49:11 Step 13/22 : ENV APP_PORT=48060 00:49:11 ---> Running in 12f1054963ac 00:49:12 ---> 4d23817e6dcb 00:49:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:12 Removing intermediate container 12f1054963ac 00:49:12 ---> 766fd901279d 00:49:12 Step 14/22 : EXPOSE $APP_PORT 00:49:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:13 ---> Running in 69338000b98d 00:49:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:13 ---> db9acc6cb1b0 00:49:13 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:13 (1/1) Installing dumb-init (1.2.2-r1) 00:49:13 Executing busybox-1.31.1-r19.trigger 00:49:13 OK: 5 MiB in 15 packages 00:49:14 ---> Running in 8c933e2f6449 00:49:14 Removing intermediate container 69338000b98d 00:49:14 ---> 016666b0c3c9 00:49:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:14 ---> 0a9ce77a1a94 00:49:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:15 Removing intermediate container 8c933e2f6449 00:49:15 ---> 759e70d28a7e 00:49:15 Step 18/21 : CMD ["--init=true"] 00:49:15 ---> Running in 049dd6299a3d 00:49:15 ---> 156a01fc2a05 00:49:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:15 Removing intermediate container 660293e6a64b 00:49:15 ---> 5ea9bdafd5cd 00:49:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:15 ---> 6b656cc94b57 00:49:15 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:49:16 ---> Running in 931e12c851c0 00:49:16 Removing intermediate container 049dd6299a3d 00:49:16 ---> 1e4107c709c3 00:49:16 Step 19/21 : LABEL arch=arm64 00:49:16 ---> Running in 225dcb201239 00:49:16 ---> Running in b55b3336446f 00:49:17 Removing intermediate container 931e12c851c0 00:49:17 ---> 5e313088c268 00:49:17 Step 13/23 : ENV APP_PORT=48081 00:49:17 ---> 1142da9515ab 00:49:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:17 ---> Running in 6fb02294053a 00:49:17 Removing intermediate container b55b3336446f 00:49:17 ---> b4b8685c701c 00:49:17 Step 20/21 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:49:17 ---> Running in 48675bfee18c 00:49:18 Removing intermediate container 6fb02294053a 00:49:18 ---> 4f9045e10d82 00:49:18 Step 14/23 : EXPOSE $APP_PORT 00:49:18 ---> bd03afdabb5d 00:49:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:18 ---> Running in 3ed58011a6e0 00:49:18 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:18 Status: Downloaded newer image for docker:20.10.0 00:49:18 ---> eeaf43b92773 00:49:18 Step 12/26 : RUN apk add --no-cache bash 00:49:18 ---> Running in 0db39c46f026 00:49:18 Removing intermediate container 48675bfee18c 00:49:18 ---> 4b91b2bcc78d 00:49:18 Step 21/21 : LABEL version=0.0.0 00:49:18 ---> Running in 07bd983312a3 00:49:19 Removing intermediate container 3ed58011a6e0 00:49:19 ---> 92034276344d 00:49:19 Step 15/23 : WORKDIR / 00:49:19 ---> Running in 22334384f634 00:49:19 ---> Running in cdbd68c37519 00:49:19 Removing intermediate container 0db39c46f026 00:49:19 ---> 78725675ac81 00:49:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:19 Removing intermediate container 225dcb201239 00:49:19 ---> 1547ac61d136 00:49:19 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:19 Removing intermediate container 22334384f634 00:49:19 ---> a885696ce021 00:49:19 00:49:19 ---> Running in 9878a5e9895f 00:49:19 ---> Running in edcfc926a45c 00:49:19 Removing intermediate container cdbd68c37519 00:49:19 ---> ee615a92b31e 00:49:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:20 Successfully built a885696ce021 00:49:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:20 Building docker-core-data-go 00:49:20 Removing intermediate container 9878a5e9895f 00:49:20  Building docker-security-proxy-setup-go ... done  ---> d9d87dccb9a1 00:49:20 Step 22/24 : LABEL arch=arm64 00:49:20 Removing intermediate container edcfc926a45c 00:49:20 ---> 54c4f5a15f47 00:49:20 Step 20/22 : LABEL arch=arm64 00:49:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 ---> Running in 8c0e5fa3ede3 00:49:20 ---> Running in 2825af3e44c1 00:49:21 ---> f148821549b0 00:49:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:21 (1/2) Installing readline (8.0.4-r0) 00:49:21 (2/2) Installing bash (5.0.17-r0) 00:49:21 Executing bash-5.0.17-r0.post-install 00:49:21 Executing busybox-1.31.1-r19.trigger 00:49:21 OK: 12 MiB in 22 packages 00:49:21 Removing intermediate container 8c0e5fa3ede3 00:49:21 ---> 8d2950ce9998 00:49:21 Step 23/24 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:49:21 Removing intermediate container 2825af3e44c1 00:49:21 ---> 9c76893d8dd5 00:49:21 Step 21/22 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:49:21 ---> Running in 44c5b0a8a688 00:49:21 ---> Running in 6fa7f23a9933 00:49:23 Removing intermediate container 6fa7f23a9933 00:49:23 ---> 1587a1fe332d 00:49:23 Step 22/22 : LABEL version=0.0.0Removing intermediate container 44c5b0a8a688 00:49:23 00:49:23 ---> a3c2b1099158 00:49:23 Step 24/24 : LABEL version=0.0.0 00:49:23 ---> a7280dcfb7ef 00:49:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:24 ---> Running in a428345b57e0 00:49:24 ---> Running in bf6116f21ddb 00:49:24 Removing intermediate container 07bd983312a3 00:49:24 ---> 8624284a7080 00:49:24 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:49:24 ---> Running in dfd038c711a8 00:49:25 Removing intermediate container bf6116f21ddb 00:49:25 ---> 613d4cb718ea 00:49:25 00:49:25 Removing intermediate container a428345b57e0 00:49:25 ---> 720d425fc335 00:49:25 00:49:25 ---> 3838e19cf8f7 00:49:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:25 Successfully built 613d4cb718ea 00:49:25 Successfully built 720d425fc335 00:49:25 Successfully tagged docker-support-notifications-go-arm64:latest 00:49:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:25 Removing intermediate container dfd038c711a8 00:49:25  Building docker-support-notifications-go ... done  ---> f065189ef0ea 00:49:25 Step 14/26 : ENV APP_PORT=48090 00:49:25 Building docker-core-command-go 00:49:25  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:49:25 ---> Running in e27d1ef51a4b 00:49:26 ---> Running in b4b867fb0c30 00:49:26 Removing intermediate container e27d1ef51a4b 00:49:26 ---> 6684c2e84d9d 00:49:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:26 Removing intermediate container b4b867fb0c30 00:49:26 ---> f5298e4b18c6 00:49:26 Step 15/26 : EXPOSE $APP_PORT 00:49:26 ---> Running in e4f62f963d6d 00:49:26 ---> Running in 2b2b99c1db49 00:49:27 Removing intermediate container e4f62f963d6d 00:49:27 ---> 10f1cc23c5e7 00:49:27 Step 21/23 : LABEL arch=arm64 00:49:27 Removing intermediate container 2b2b99c1db49 00:49:27 ---> 1b85eba53346 00:49:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:49:27 ---> Running in ad250f516ac3 00:49:28 Removing intermediate container ad250f516ac3 00:49:28 ---> 86f322e10f1a 00:49:28 Step 22/23 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:49:28 ---> Running in da6c27c784c2 00:49:29 ---> bc8f82cbfa69 00:49:29 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:49:29 Removing intermediate container da6c27c784c2 00:49:29 ---> 6991cafb6711 00:49:29 Step 23/23 : LABEL version=0.0.0 00:49:30 ---> Running in c5494b1d5bd1 00:49:30 ---> fbe49800c464 00:49:30 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:49:30 Removing intermediate container c5494b1d5bd1 00:49:30 ---> 73e139b6df2c 00:49:30 00:49:31 Successfully built 73e139b6df2c 00:49:31 Successfully tagged docker-core-metadata-go-arm64:latest 00:49:31  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:49:31 ---> 9d06964debd1 00:49:31 Step 19/26 : RUN apk --no-cache add py3-pip 00:49:31 ---> Running in 1b779f060771 00:49:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:33 (1/33) Installing libbz2 (1.0.8-r1) 00:49:33 (2/33) Installing expat (2.2.9-r1) 00:49:33 (3/33) Installing libffi (3.3-r2) 00:49:33 (4/33) Installing gdbm (1.13-r1) 00:49:33 (5/33) Installing xz-libs (5.2.5-r0) 00:49:33 (6/33) Installing sqlite-libs (3.32.1-r0) 00:49:33 (7/33) Installing python3 (3.8.8-r0) 00:49:35 (8/33) Installing py3-appdirs (1.4.4-r1) 00:49:35 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:49:35 (10/33) Installing py3-parsing (2.4.7-r0) 00:49:35 (11/33) Installing py3-six (1.15.0-r0) 00:49:35 (12/33) Installing py3-packaging (20.4-r0) 00:49:35 (13/33) Installing py3-setuptools (47.0.0-r0) 00:49:35 (14/33) Installing py3-chardet (3.0.4-r4) 00:49:35 (15/33) Installing py3-idna (2.9-r0) 00:49:35 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:49:35 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:49:36 (18/33) Installing py3-requests (2.23.0-r0) 00:49:36 (19/33) Installing py3-msgpack (1.0.0-r0) 00:49:36 (20/33) Installing py3-lockfile (0.12.2-r3) 00:49:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:49:36 (22/33) Installing py3-colorama (0.4.3-r0) 00:49:36 (23/33) Installing py3-distlib (0.3.0-r0) 00:49:36 (24/33) Installing py3-distro (1.5.0-r1) 00:49:36 (25/33) Installing py3-webencodings (0.5.1-r3) 00:49:36 (26/33) Installing py3-html5lib (1.0.1-r4) 00:49:36 (27/33) Installing py3-pytoml (0.1.21-r0) 00:49:36 (28/33) Installing py3-pep517 (0.8.2-r0) 00:49:36 (29/33) Installing py3-progress (1.5-r0) 00:49:36 (30/33) Installing py3-toml (0.10.1-r0) 00:49:36 (31/33) Installing py3-retrying (1.3.3-r0) 00:49:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:49:36 (33/33) Installing py3-pip (20.1.1-r0) 00:49:36 Executing busybox-1.31.1-r19.trigger 00:49:36 OK: 71 MiB in 55 packages 00:49:36 Removing intermediate container 63983d6750c1 00:49:36 ---> 19110c3f54a1 00:49:36 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:36 ---> Running in 6831d25a4e99 00:49:46 Removing intermediate container 1b779f060771 00:49:46 ---> 8aea15f8bbcc 00:49:46 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:47 ---> Running in 7cbd7bcdc60b 00:49:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:53 Collecting docker-compose==1.23.2 00:49:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:54 Collecting PyYAML<4,>=3.10 00:49:54 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:58 Collecting docker<4.0,>=3.6.0 00:49:58 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:59 Collecting dockerpty<0.5,>=0.4.1 00:49:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:01 Collecting texttable<0.10,>=0.9.0 00:50:01 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:03 ---> 6182e124e5b6 00:50:03 Step 3/23 : WORKDIR /edgex-go 00:50:03 ---> Using cache 00:50:03 ---> 8a905158d904 00:50:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:03 ---> Using cache 00:50:03 ---> 09bd937c7f58 00:50:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:06 ---> Running in 2703388ab21f 00:50:06 Removing intermediate container 851e4ef66636 00:50:06 ---> 6368f454da78 00:50:06 00:50:06 Step 10/31 : FROM alpine:3.12 00:50:06 ---> 42cb162f0360 00:50:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:50:06 Collecting jsonschema<3,>=2.5.1 00:50:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:07 Collecting websocket-client<1.0,>=0.32.0 00:50:07 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:08 ---> Running in 8d59fc04f5f4 00:50:08 Collecting docker-compose==1.23.2 00:50:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:08 Collecting cached-property<2,>=1.2.0 00:50:08 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:08 Collecting docopt<0.7,>=0.6.1 00:50:08 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:09 Collecting jsonschema<3,>=2.5.1 00:50:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:09 OK: 217 MiB in 51 packages 00:50:10 Removing intermediate container aa551c13dc7a 00:50:10 ---> b0db5d07ae24 00:50:10 00:50:10 Step 10/22 : FROM alpine:3.12 00:50:10 ---> 42cb162f0360 00:50:10 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:10 ---> Using cache 00:50:10 ---> 87e60c6f3be4 00:50:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:10 ---> Using cache 00:50:10 ---> eaca3fdf6831 00:50:10 Step 13/22 : ENV APP_PORT=48085 00:50:11 Collecting PyYAML<4,>=3.10 00:50:11 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:11 Removing intermediate container 8d59fc04f5f4 00:50:11 ---> 1eacd67ee438 00:50:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:50:11 Collecting docker-pycreds>=0.4.0 00:50:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:11 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:12 Collecting urllib3<1.25,>=1.21.1 00:50:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:12 Removing intermediate container 2703388ab21f 00:50:12 ---> 004a4b1a3f98 00:50:12 Step 6/23 : COPY go.mod . 00:50:12 ---> Running in 66d26de8dd25 00:50:13 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:13 Collecting idna<2.8,>=2.5 00:50:13 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:13 ---> Running in 32865ad853bf 00:50:14 ---> ff65152e7923 00:50:14 Step 7/23 : RUN go mod download 00:50:14 Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, jsonschema, cached-property, docopt, docker-compose 00:50:14 Running setup.py install for PyYAML: started 00:50:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:14 ---> 6182e124e5b6 00:50:14 Step 3/23 : WORKDIR /edgex-go 00:50:14 ---> Using cache 00:50:14 ---> 8a905158d904 00:50:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:14 ---> Using cache 00:50:14 ---> 09bd937c7f58 00:50:14 Step 5/23 : RUN apk add --update --no-cache make git 00:50:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:14 ---> 6182e124e5b6 00:50:14 Step 3/22 : WORKDIR /edgex-go 00:50:14 ---> Using cache 00:50:14 ---> 8a905158d904 00:50:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:14 ---> Using cache 00:50:14 ---> 09bd937c7f58 00:50:14 Step 5/22 : RUN apk add --update --no-cache make git 00:50:14 ---> Running in 9bfa78fe9760 00:50:14 ---> Running in cad6780c9180 00:50:14 Removing intermediate container 66d26de8dd25 00:50:14 ---> a44bfaf02018 00:50:14 Step 14/22 : EXPOSE $APP_PORT 00:50:15 ---> Running in a7178d9399ce 00:50:16 ---> Running in b3df1591fc81 00:50:17 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:17 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:50:17 ---> 6182e124e5b6 00:50:17 Step 3/31 : WORKDIR /edgex-go 00:50:17 ---> Using cache 00:50:17 ---> 8a905158d904 00:50:17 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:17 ---> Using cache 00:50:17 ---> 09bd937c7f58 00:50:17 Step 5/31 : RUN apk add --update --no-cache make git 00:50:17 ---> Running in e1a08a3d8272 00:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:17 Running setup.py install for PyYAML: finished with status 'done' 00:50:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:18 Attempting uninstall: urllib3 00:50:18 Found existing installation: urllib3 1.25.9 00:50:18 Uninstalling urllib3-1.25.9: 00:50:18 Successfully uninstalled urllib3-1.25.9 00:50:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:18 (1/2) Installing dumb-init (1.2.2-r1) 00:50:18 (2/2) Installing su-exec (0.2-r1) 00:50:18 Executing busybox-1.31.1-r19.trigger 00:50:18 OK: 6 MiB in 16 packages 00:50:18 Removing intermediate container cad6780c9180 00:50:18 ---> a1cc7102f2c5 00:50:18 Step 8/23 : COPY . . 00:50:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:19 Attempting uninstall: idna 00:50:19 Found existing installation: idna 2.9 00:50:19 Uninstalling idna-2.9: 00:50:19 Successfully uninstalled idna-2.9 00:50:19 OK: 217 MiB in 51 packages 00:50:19 OK: 217 MiB in 51 packages 00:50:19 Removing intermediate container b3df1591fc81 00:50:19 ---> 6a5ad40439cd 00:50:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:19 Removing intermediate container c46e91f6c54f 00:50:19 ---> bca9a55367f9 00:50:19 00:50:19 Step 10/21 : FROM alpine:3.12 00:50:19 ---> 42cb162f0360 00:50:19 Step 11/21 : RUN apk add --update --no-cache curl 00:50:19 Collecting cached-property<2,>=1.2.0 00:50:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:19 Attempting uninstall: requests 00:50:19 Found existing installation: requests 2.23.0 00:50:20 Uninstalling requests-2.23.0: 00:50:20 Successfully uninstalled requests-2.23.0 00:50:20 OK: 217 MiB in 51 packages 00:50:20 Collecting docopt<0.7,>=0.6.1 00:50:20 ---> Running in 3bcc31a7ac99 00:50:20 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:20 ---> 4327e4b80caa 00:50:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:20 ---> ebe627a68da2 00:50:20 Step 9/23 : RUN make cmd/core-data/core-data 00:50:21 ---> Running in 8d1929dc1cb0 00:50:21 Removing intermediate container 32865ad853bf 00:50:21 ---> 8765e810319c 00:50:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:50:21 ---> Running in 9d74bf675cae 00:50:21 Collecting websocket-client<1.0,>=0.32.0 00:50:21 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:50:21 Collecting dockerpty<0.5,>=0.4.1 00:50:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:22 Removing intermediate container a7178d9399ce 00:50:22 ---> 49abccced1ee 00:50:22 Step 6/22 : COPY go.mod . 00:50:22 Running setup.py install for dockerpty: started 00:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:22 ---> 694a3ca91df5 00:50:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:22 Removing intermediate container 9d74bf675cae 00:50:22 ---> ff7fa67484ef 00:50:22 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:50:22 ---> Running in 3a186b13acd6 00:50:22 (1/4) Installing ca-certificates (20191127-r4) 00:50:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:22 (3/4) Installing libcurl (7.69.1-r3) 00:50:22 Removing intermediate container 9bfa78fe9760 00:50:22 ---> 1aaeead1801e 00:50:22 Step 6/23 : COPY go.mod . 00:50:22 Removing intermediate container e1a08a3d8272 00:50:22 ---> 1a7759568410 00:50:22 Step 6/31 : COPY go.mod . 00:50:23 (4/4) Installing curl (7.69.1-r3) 00:50:23 Executing busybox-1.31.1-r19.trigger 00:50:23 Executing ca-certificates-20191127-r4.trigger 00:50:23 OK: 7 MiB in 18 packages 00:50:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:23 Collecting texttable<0.10,>=0.9.0 00:50:23 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:23 ---> aeb852b1c983 00:50:23 Step 7/22 : RUN go mod download 00:50:24 Removing intermediate container 3a186b13acd6 00:50:24 ---> 0c0a915be53e 00:50:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:50:24 ---> 7384576ea81d 00:50:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:24 ---> 765f68ed70da 00:50:24 Step 7/23 : RUN go mod download 00:50:24 ---> Running in c630bdca0d8a 00:50:24 ---> Running in e18b8409dfbc 00:50:24 ---> Running in 149cb2f008d8 00:50:24 Running setup.py install for dockerpty: finished with status 'done' 00:50:24 Collecting docker<4.0,>=3.6.0 00:50:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:24 Running setup.py install for texttable: started 00:50:25 Collecting urllib3<1.25,>=1.21.1 00:50:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:25 ---> 3974ee278f67 00:50:25 Step 7/31 : RUN go mod download 00:50:25 ---> Running in 68324ddae73b 00:50:25 Removing intermediate container 149cb2f008d8 00:50:25 ---> efd785558e45 00:50:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:25 Collecting idna<2.8,>=2.5 00:50:25 ---> Running in 86d9f3a82657 00:50:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:25 Collecting docker-pycreds>=0.4.0 00:50:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:25 Removing intermediate container 3bcc31a7ac99 00:50:25 ---> 93db00885590 00:50:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:25 ---> Running in f1d50f12f133 00:50:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:25 ---> Running in 6f4cc6cdaf5c 00:50:26 Removing intermediate container 86d9f3a82657 00:50:26 ---> beaaa3fecc4d 00:50:26 Step 20/22 : LABEL arch=x86_64 00:50:26 Installing collected packages: jsonschema, PyYAML, urllib3, idna, requests, cached-property, docopt, websocket-client, dockerpty, texttable, docker-pycreds, docker, docker-compose 00:50:26 ---> Running in 567c6686b44b 00:50:26 Running setup.py install for PyYAML: started 00:50:26 Removing intermediate container 6f4cc6cdaf5c 00:50:26 ---> 45c7e2ebdaa1 00:50:26 Step 13/21 : WORKDIR /edgex 00:50:26 ---> Running in ac4e897c7db0 00:50:26 Removing intermediate container e18b8409dfbc 00:50:26 ---> 320fbe9c35c1 00:50:26 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:50:26 Removing intermediate container 567c6686b44b 00:50:26 ---> 0cd275def4e4 00:50:26 Step 21/22 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:50:26 ---> Running in 343e950b350a 00:50:27 ---> Running in 39c23533be5c 00:50:27 Removing intermediate container ac4e897c7db0 00:50:27 ---> 006642a1a286 00:50:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:27 Running setup.py install for PyYAML: finished with status 'done' 00:50:27 Attempting uninstall: urllib3 00:50:27 Found existing installation: urllib3 1.25.9 00:50:27 Uninstalling urllib3-1.25.9: 00:50:27 Running setup.py install for texttable: finished with status 'done' 00:50:27 Removing intermediate container 39c23533be5c 00:50:27 ---> 1760ced9ef7b 00:50:27 Step 22/22 : LABEL version=0.0.0 00:50:27 Removing intermediate container 343e950b350a 00:50:27 ---> 248c340620a2 00:50:27 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:50:28 Running setup.py install for docopt: started 00:50:29 Successfully uninstalled urllib3-1.25.9 00:50:29 ---> Running in 6ef8ceb176be 00:50:29 ---> 0353c0ab5437 00:50:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:29 Attempting uninstall: idna 00:50:29 Found existing installation: idna 2.9 00:50:29 Uninstalling idna-2.9: 00:50:30 Successfully uninstalled idna-2.9 00:50:30 Attempting uninstall: requests 00:50:30 Found existing installation: requests 2.23.0 00:50:30 Uninstalling requests-2.23.0: 00:50:30 Running setup.py install for docopt: finished with status 'done' 00:50:31 Removing intermediate container c630bdca0d8a 00:50:31 ---> 0d90b4cfe44b 00:50:31 Step 8/22 : COPY . . 00:50:31 Successfully uninstalled requests-2.23.0 00:50:31 ---> cd649a272ab9 00:50:31 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:50:31 Removing intermediate container f1d50f12f133 00:50:31 ---> 0e78d44bef0b 00:50:31 Step 8/31 : COPY . . 00:50:31 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:50:31 Removing intermediate container 6ef8ceb176be 00:50:31 ---> f64c7732ecdd 00:50:31 00:50:32 Removing intermediate container 68324ddae73b 00:50:32 ---> b395fa4d0bbc 00:50:32 Step 8/23 : COPY . . 00:50:32 Running setup.py install for docopt: started 00:50:32 ---> Running in 5201cfb33619 00:50:32 ---> f3c7a54942cf 00:50:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:34 Running setup.py install for docopt: finished with status 'done' 00:50:34 Running setup.py install for dockerpty: started 00:50:34 Successfully built f64c7732ecdd 00:50:35 Running setup.py install for dockerpty: finished with status 'done' 00:50:35 Running setup.py install for texttable: started 00:50:35 Successfully tagged docker-support-scheduler-go:latest 00:50:36  Building docker-support-scheduler-go ... done  Running setup.py install for texttable: finished with status 'done' 00:50:37 ---> 0e3aeb38aac2 00:50:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:38 ---> Running in f92e9037e493 00:50:38 ---> 0e416455334f 00:50:38 Step 9/23 : RUN make cmd/core-data/core-data 00:50:40 Removing intermediate container f92e9037e493 00:50:40 ---> fb7705bb0934 00:50:40 Step 18/21 : CMD ["--init=true"] 00:50:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:50:40 Removing intermediate container 7cbd7bcdc60b 00:50:40 ---> a282ad908348 00:50:40 Step 21/26 : RUN apk --no-cache add curl 00:50:40 ---> Running in 21c054259bdb 00:50:41 Removing intermediate container 5201cfb33619 00:50:41 ---> 578e0b60b524 00:50:41 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:41 ---> Running in 533aa0662d36 00:50:41 Removing intermediate container 21c054259bdb 00:50:41 ---> bce3aa8cce31 00:50:41 Step 19/21 : LABEL arch=x86_64 00:50:41 ---> Running in bf593c3cd629 00:50:41 ---> Running in 4c241adbbca2 00:50:42 ---> 10f0c54f8d57 00:50:42 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:43 Removing intermediate container 4c241adbbca2 00:50:43 ---> 9e78a2a13544 00:50:43 Step 20/21 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:50:43 ---> Running in d3cbebf0f71d 00:50:43 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:43 Removing intermediate container d3cbebf0f71d 00:50:43 ---> f56b34d1c4a1 00:50:43 Step 21/21 : LABEL version=0.0.0 00:50:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:44 (2/3) Installing libcurl (7.69.1-r3) 00:50:44 (3/3) Installing curl (7.69.1-r3) 00:50:44 Executing busybox-1.31.1-r19.trigger 00:50:44 OK: 72 MiB in 58 packages 00:50:44 ---> Running in ce73362c1cdc 00:50:46 Removing intermediate container ce73362c1cdc 00:50:46 ---> 91518e76c5ab 00:50:46 00:50:46 Removing intermediate container 6831d25a4e99 00:50:46 ---> 8284d44c2d86 00:50:46 Step 21/26 : RUN apk --no-cache add curl 00:50:47 ---> 9d50d2595dc1 00:50:47 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:47 ---> Running in de9f7d998509 00:50:47 Successfully built 91518e76c5ab 00:50:47 Successfully tagged docker-security-proxy-setup-go:latest 00:50:48  Building docker-security-proxy-setup-go ... done  ---> a9aaa14c5ea8 00:50:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:48 Removing intermediate container bf593c3cd629 00:50:48 ---> 5c2397cc7fff 00:50:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:49 ---> 7b463321600d 00:50:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:50:49 ---> Running in c566556ba4ea 00:50:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:49 (2/3) Installing libcurl (7.69.1-r3) 00:50:49 (3/3) Installing curl (7.69.1-r3) 00:50:49 Executing busybox-1.31.1-r19.trigger 00:50:49 OK: 72 MiB in 58 packages 00:50:49 ---> e41a0772c679 00:50:49 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:50 ---> Running in 2c583eb88b7f 00:50:50 Removing intermediate container c566556ba4ea 00:50:50 ---> f10d6f29433c 00:50:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:50 Removing intermediate container de9f7d998509 00:50:50 ---> a59eca428eeb 00:50:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:50 Removing intermediate container 2c583eb88b7f 00:50:50 ---> 4f09caa376b1 00:50:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:50 ---> Running in 4aeeac999cf1 00:50:51 ---> cb261c33bdb5 00:50:51 Step 26/31 : RUN chmod +x /entrypoint.sh 00:50:51 ---> Running in 499c541bbf96 00:50:51 Removing intermediate container 4aeeac999cf1 00:50:51 ---> 1f1353afe6e9 00:50:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:51 ---> Running in ea2afa474e12 00:50:51 ---> Running in e384f758133e 00:50:52 Removing intermediate container e384f758133e 00:50:52 ---> 16ef457b5c2b 00:50:52 Step 24/26 : LABEL arch=x86_64 00:50:52 ---> Running in def444d75c06 00:50:52 Removing intermediate container def444d75c06 00:50:52 ---> b34f97863669 00:50:52 Step 25/26 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:50:52 ---> Running in 882cb36d91ce 00:50:52 Removing intermediate container 882cb36d91ce 00:50:52 ---> 4aa10f999f40 00:50:52 Step 26/26 : LABEL version=0.0.0 00:50:52 ---> Running in dcd1d50021d1 00:50:53 Removing intermediate container 499c541bbf96 00:50:53 ---> 7957ad401ff1 00:50:53 Step 24/26 : LABEL arch=arm64 00:50:53 Removing intermediate container ea2afa474e12 00:50:53 ---> d4a56e84d25e 00:50:53 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:50:53 ---> Running in cc7bbee3a37e 00:50:53 ---> Running in 828e6a5ee659 00:50:53 Removing intermediate container dcd1d50021d1 00:50:53 ---> 87a1598b933e 00:50:53 00:50:55 Successfully built 87a1598b933e 00:50:55 Successfully tagged docker-sys-mgmt-agent-go:latest 00:50:55  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 828e6a5ee659 00:50:55 ---> eb3fd5bde114 00:50:55 Step 28/31 : CMD ["gate"] 00:50:55 Removing intermediate container cc7bbee3a37e 00:50:55 ---> 8bcdda3b2424 00:50:55 Step 25/26 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:50:56 ---> Running in 90f6c784e2e9 00:50:56 ---> Running in 6becc47005e4 00:50:57 Removing intermediate container 6becc47005e4 00:50:57 ---> a77cec9ba3a4 00:50:57 Step 29/31 : LABEL arch=x86_64 00:50:57 Removing intermediate container 90f6c784e2e9 00:50:57 ---> edd15c945947 00:50:57 Step 26/26 : LABEL version=0.0.0 00:50:57 ---> Running in 310c2c5fb25d 00:50:58 ---> Running in 0c6d03b257c8 00:50:58 Removing intermediate container 310c2c5fb25d 00:50:58 ---> 922f269f5815 00:50:58 Step 30/31 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:50:59 Removing intermediate container 0c6d03b257c8 00:50:59 ---> f6ca590775c3 00:50:59 00:50:59 ---> 57b6ec828591 00:50:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:51:00 ---> Running in 271ac664db52 00:51:00 ---> 12360b5f97ec 00:51:00 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:51:00 ---> Running in c971e46b8d2b 00:51:00 Successfully built f6ca590775c3 00:51:00 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:00  Building docker-sys-mgmt-agent-go ... done  ---> Running in ea4652d10090 00:51:01 Removing intermediate container 8d1929dc1cb0 00:51:01 ---> 3fffea730fff 00:51:01 00:51:01 Step 10/23 : FROM alpine:3.12 00:51:01 ---> 42cb162f0360 00:51:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:01 ---> 4d6f720b5216 00:51:01 Step 9/23 : RUN make cmd/core-command/core-command 00:51:01 Removing intermediate container c971e46b8d2b 00:51:01 ---> d63b73c61342 00:51:01 Step 31/31 : LABEL version=0.0.0 00:51:01 ---> Running in a083327aa226 00:51:02 ---> Running in 864ef35eb3c9 00:51:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:02 ---> Running in 7942b28dc62a 00:51:03 Removing intermediate container 864ef35eb3c9 00:51:03 ---> 4d38f6215ccc 00:51:03 Step 12/23 : ENV APP_PORT=48080 00:51:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:51:03 ---> Running in f2b442be3d5b 00:51:03 Removing intermediate container 7942b28dc62a 00:51:03 ---> d519a37f0d01 00:51:03 00:51:03 Successfully built d519a37f0d01 00:51:03 Successfully tagged docker-security-bootstrapper-go:latest 00:51:03  Building docker-security-bootstrapper-go ... done Removing intermediate container f2b442be3d5b 00:51:03 ---> 59c9edb54df0 00:51:03 Step 13/23 : EXPOSE $APP_PORT 00:51:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:51:05 ---> Running in 5cb60dd75d04 00:51:05 Removing intermediate container 5cb60dd75d04 00:51:05 ---> 2637adf50384 00:51:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:05 ---> Running in bb13c5c2bd2d 00:51:06 Removing intermediate container bb13c5c2bd2d 00:51:06 ---> 47a114c803a1 00:51:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:51:06 ---> Running in aadaefedecca 00:51:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:09 (1/6) Installing dumb-init (1.2.2-r1) 00:51:09 (2/6) Installing libgcc (9.3.0-r2) 00:51:09 (3/6) Installing libsodium (1.0.18-r0) 00:51:09 (4/6) Installing libstdc++ (9.3.0-r2) 00:51:09 (5/6) Installing libzmq (4.3.3-r0) 00:51:09 (6/6) Installing zeromq (4.3.3-r0) 00:51:09 Executing busybox-1.31.1-r19.trigger 00:51:09 OK: 8 MiB in 20 packages 00:51:10 Removing intermediate container aadaefedecca 00:51:10 ---> 249ac03d567e 00:51:10 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:11 ---> b9c319ace116 00:51:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:12 ---> 38e24d04130a 00:51:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:13 ---> 97a248a1cc36 00:51:13 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:13 ---> Running in 1e1619c5e5c2 00:51:13 Removing intermediate container 1e1619c5e5c2 00:51:13 ---> 67d811805775 00:51:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:13 ---> Running in c900081a2fc6 00:51:14 Removing intermediate container c900081a2fc6 00:51:14 ---> becb49b69c19 00:51:14 Step 21/23 : LABEL arch=x86_64 00:51:14 ---> Running in 4d580a45a963 00:51:14 Removing intermediate container 4d580a45a963 00:51:14 ---> 6318c0cba546 00:51:14 Step 22/23 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:51:14 ---> Running in dbd901c885e1 00:51:15 Removing intermediate container dbd901c885e1 00:51:15 ---> 3cad63aa092b 00:51:15 Step 23/23 : LABEL version=0.0.0 00:51:15 ---> Running in 9eae985d96db 00:51:15 Removing intermediate container 9eae985d96db 00:51:15 ---> 6beea5b1ffc3 00:51:15 00:51:16 Successfully built 6beea5b1ffc3 00:51:16 Successfully tagged docker-core-data-go:latest 00:51:16  Building docker-core-data-go ... done  [Pipeline] } 00:51:16 $ docker stop --time=1 f71dd16001d965b2980974ea3bed18ba344e129c3ccd2ed1ea90ddaec587a551 00:51:18 $ docker rm -f f71dd16001d965b2980974ea3bed18ba344e129c3ccd2ed1ea90ddaec587a551 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:19 + grep docker 00:51:19 + docker images 00:51:20 docker-core-data-go latest 6beea5b1ffc3 5 seconds ago 22.7MB 00:51:20 docker-security-bootstrapper-go latest d519a37f0d01 17 seconds ago 18.9MB 00:51:20 docker-sys-mgmt-agent-go latest 87a1598b933e 27 seconds ago 314MB 00:51:20 docker-security-proxy-setup-go latest 91518e76c5ab 36 seconds ago 25.4MB 00:51:20 docker-support-scheduler-go latest f64c7732ecdd 50 seconds ago 17.4MB 00:51:20 docker-security-secretstore-setup-go latest 4011ddcd0b51 3 minutes ago 25.7MB 00:51:20 docker-support-notifications-go latest 48884495eea9 3 minutes ago 17.9MB 00:51:20 docker-core-metadata-go latest 3b856628ca53 3 minutes ago 19MB 00:51:20 docker-core-command-go latest 44a801c7d1a4 3 minutes ago 17.3MB 00:51:20 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:51:36 Still waiting to schedule task 00:51:36 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:52:41 Removing intermediate container 533aa0662d36 00:52:41 ---> 2626b32abfc5 00:52:41 00:52:41 Step 10/23 : FROM alpine:3.12 00:52:41 ---> e47305ac9786 00:52:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:41 ---> Running in 2e11e55b525a 00:52:41 Removing intermediate container 2e11e55b525a 00:52:41 ---> 14cb604939b2 00:52:41 Step 12/23 : ENV APP_PORT=48080 00:52:41 ---> Running in 7f73abbe8d89 00:52:41 Removing intermediate container 7f73abbe8d89 00:52:41 ---> fa52ef2df1a7 00:52:41 Step 13/23 : EXPOSE $APP_PORT 00:52:41 ---> Running in 0ec723fac43b 00:52:41 Removing intermediate container 0ec723fac43b 00:52:41 ---> cf0b32a3ced6 00:52:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:41 ---> Running in 01c49250623a 00:52:41 Removing intermediate container 01c49250623a 00:52:41 ---> 2a8702eebe73 00:52:41 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:41 ---> Running in eba47af177be 00:52:41 Removing intermediate container 271ac664db52 00:52:41 ---> 11d10fd59ba3 00:52:41 00:52:41 Step 10/31 : FROM alpine:3.12 00:52:41 ---> e47305ac9786 00:52:41 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:41 ---> Running in b33ab1bbf360 00:52:41 Removing intermediate container b33ab1bbf360 00:52:41 ---> a7704b2c770c 00:52:41 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:52:41 ---> Running in 5667c4d52028 00:52:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:41 (1/6) Installing dumb-init (1.2.2-r1) 00:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:41 (2/6) Installing libgcc (9.3.0-r2) 00:52:41 (3/6) Installing libsodium (1.0.18-r0) 00:52:41 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:41 (5/6) Installing libzmq (4.3.3-r0) 00:52:41 (6/6) Installing zeromq (4.3.3-r0) 00:52:41 (1/2) Installing dumb-init (1.2.2-r1) 00:52:41 (2/2) Installing su-exec (0.2-r1) 00:52:41 Executing busybox-1.31.1-r19.trigger 00:52:41 Executing busybox-1.31.1-r19.trigger 00:52:41 OK: 5 MiB in 16 packages 00:52:41 OK: 8 MiB in 20 packages 00:52:41 Removing intermediate container a083327aa226 00:52:41 ---> 14cd4a3a2cde 00:52:41 00:52:41 Step 10/23 : FROM alpine:3.12 00:52:41 ---> e47305ac9786 00:52:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:41 ---> Using cache 00:52:41 ---> 5ea9bdafd5cd 00:52:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:41 ---> Using cache 00:52:41 ---> 5e313088c268 00:52:41 Step 13/23 : ENV APP_PORT=48082 00:52:41 ---> Running in 692d35a23361 00:52:41 Removing intermediate container eba47af177be 00:52:41 ---> 7407574cc036 00:52:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:41 Removing intermediate container 5667c4d52028 00:52:41 ---> e06d883ad875 00:52:41 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:52:41 ---> Running in b6f39a9452c7 00:52:41 Removing intermediate container 692d35a23361 00:52:41 ---> 4053655e8fd5 00:52:41 Step 14/23 : EXPOSE $APP_PORT 00:52:41 ---> e9860999a1b6 00:52:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:41 ---> Running in a0aa97d93b3e 00:52:42 Removing intermediate container b6f39a9452c7 00:52:42 ---> a55248db6c6f 00:52:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:42 ---> Running in e17c3a5e797a 00:52:42 Removing intermediate container ea4652d10090 00:52:42 ---> 0842c2782026 00:52:42 00:52:42 Step 10/22 : FROM alpine:3.12 00:52:42 ---> e47305ac9786 00:52:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:52:42 ---> Using cache 00:52:42 ---> 5ea9bdafd5cd 00:52:42 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:42 ---> Using cache 00:52:42 ---> 5e313088c268 00:52:42 Step 13/22 : ENV APP_PORT=48085 00:52:42 Removing intermediate container a0aa97d93b3e 00:52:42 ---> ee7a316d5a55 00:52:42 Step 15/23 : WORKDIR / 00:52:43 ---> Running in e3361581b693 00:52:43 Removing intermediate container e17c3a5e797a 00:52:43 ---> 65821bc3373f 00:52:43 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:43 ---> Running in 485af2bf7efa 00:52:43 ---> Running in e2caf61ea61e 00:52:43 Removing intermediate container e3361581b693 00:52:43 ---> 4d81769bbba6 00:52:43 Step 14/22 : EXPOSE $APP_PORT 00:52:43 ---> bb43bc49059e 00:52:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:43 ---> Running in 72b3a2ba7e01 00:52:43 Removing intermediate container 485af2bf7efa 00:52:43 ---> 9586ce445fa7 00:52:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:44 Removing intermediate container 72b3a2ba7e01 00:52:44 ---> e04c69e4d466 00:52:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:44 ---> b5e5fd22b1fa 00:52:44 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:44 ---> Running in b08dbc34c355 00:52:44 ---> 18882503568b 00:52:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:45 Removing intermediate container b08dbc34c355 00:52:45 ---> 8abf6368a418 00:52:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:45 ---> d8b4bbf74fd7 00:52:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:52:45 ---> Running in ff3190353418 00:52:46 Removing intermediate container ff3190353418 00:52:46 ---> b61d629a22b3 00:52:46 Removing intermediate container e2caf61ea61e 00:52:46 ---> 980835f5261a 00:52:46 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:52:46 Step 21/23 : LABEL arch=arm64 00:52:46 ---> ccf38665ecd5 00:52:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:46 ---> Running in df179bcab0ef 00:52:46 ---> Running in 9cd64ed95148 00:52:47 ---> 7c0555e2ada9 00:52:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:52:47 Removing intermediate container 9cd64ed95148 00:52:47 ---> b8fec5d8ec4a 00:52:47 Step 22/23 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:52:47 Removing intermediate container df179bcab0ef 00:52:47 ---> 9774b835bad0 00:52:47 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:47 ---> Running in 35b25205f94e 00:52:47 ---> fe4cbd9e4a89 00:52:47 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:47 ---> Running in 240d43ff8118 00:52:48 Removing intermediate container 35b25205f94e 00:52:48 ---> a1e6d4b8d599 00:52:48 Step 23/23 : LABEL version=0.0.0 00:52:48 ---> 8d24d347e325 00:52:48 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:52:48 ---> Running in 9ce1aa465be6 00:52:48 ---> Running in bf131e001a06 00:52:48 Removing intermediate container 240d43ff8118 00:52:48 ---> 3f20e0901395 00:52:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:48 ---> 4ebdb032402e 00:52:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:48 ---> Running in 5b5083a97554 00:52:48 ---> Running in 949e69a46607 00:52:49 Removing intermediate container 9ce1aa465be6 00:52:49 ---> 6545a32e6e73 00:52:49 00:52:49 Removing intermediate container bf131e001a06 00:52:49 ---> 2c86115de7f5 00:52:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:49 Removing intermediate container 5b5083a97554 00:52:49 ---> d442752172e5 00:52:49 Step 21/23 : LABEL arch=arm64 00:52:49 ---> Running in 1a8795360048 00:52:49 ---> Running in 4126ff1f21fe 00:52:49 Successfully built 6545a32e6e73 00:52:49 Successfully tagged docker-core-data-go-arm64:latest 00:52:50  Building docker-core-data-go ... done Removing intermediate container 1a8795360048 00:52:50 ---> 8e4d6d7a668d 00:52:50 Step 20/22 : LABEL arch=arm64 00:52:50 Removing intermediate container 4126ff1f21fe 00:52:50 ---> 89b4dd5a8547 00:52:50 Step 22/23 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:52:50 ---> Running in e29ecf5e3d88 00:52:50 ---> Running in 2d78ead5bd85 00:52:51 Removing intermediate container e29ecf5e3d88 00:52:51 ---> 3c927644fb37 00:52:51 Step 21/22 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:52:51 Removing intermediate container 2d78ead5bd85 00:52:51 ---> a9bd8a0d1265 00:52:51 Step 23/23 : LABEL version=0.0.0 00:52:51 ---> Running in 2f2656ac12f0 00:52:51 ---> Running in e9a0faa1fe33 00:52:51 Removing intermediate container 949e69a46607 00:52:51 ---> 9313636fc410 00:52:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:52 Removing intermediate container 2f2656ac12f0 00:52:52 ---> 2f6900b13a02 00:52:52 Step 22/22 : LABEL version=0.0.0 00:52:52 Removing intermediate container e9a0faa1fe33 00:52:52 ---> c512cdb42b5b 00:52:52 00:52:52 ---> Running in 3607ae34ef67 00:52:53 ---> d86ce7ccafb1 00:52:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:53 Successfully built c512cdb42b5b 00:52:53 Successfully tagged docker-core-command-go-arm64:latest 00:52:53  Building docker-core-command-go ... done Removing intermediate container 3607ae34ef67 00:52:53 ---> 62fbfa6af69b 00:52:53 00:52:53 Successfully built 62fbfa6af69b 00:52:53 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:54  Building docker-support-scheduler-go ... done  ---> ace2a4441abd 00:52:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:55 ---> b185e76ab99d 00:52:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:56 ---> a53b2bf5152b 00:52:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:52:56 ---> 910ad6f0061c 00:52:56 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:52:56 ---> Running in b53141cbf7c4 00:52:57 Removing intermediate container b53141cbf7c4 00:52:57 ---> cb339ab57e9b 00:52:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:58 ---> 7c67fb0f1eb9 00:52:58 Step 26/31 : RUN chmod +x /entrypoint.sh 00:52:58 ---> Running in 3e162c6c1cd5 00:53:01 Removing intermediate container 3e162c6c1cd5 00:53:01 ---> f5d55656602f 00:53:01 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:53:01 ---> Running in 17c1621bd762 00:53:01 Removing intermediate container 17c1621bd762 00:53:01 ---> 3e71234f0f4a 00:53:01 Step 28/31 : CMD ["gate"] 00:53:02 ---> Running in 5e12b64ff812 00:53:02 Removing intermediate container 5e12b64ff812 00:53:02 ---> 413f4abd1b00 00:53:02 Step 29/31 : LABEL arch=arm64 00:53:02 ---> Running in 735b664cbb80 00:53:03 Removing intermediate container 735b664cbb80 00:53:03 ---> 9c070529826f 00:53:03 Step 30/31 : LABEL git_sha=98b5b508f47f7e2f25aac6d1179f168d3d6867ea 00:53:03 ---> Running in 48b5b98e554d 00:53:04 Removing intermediate container 48b5b98e554d 00:53:04 ---> 24ba0668f6b1 00:53:04 Step 31/31 : LABEL version=0.0.0 00:53:04 ---> Running in 3fa60dd9705f 00:53:04 Removing intermediate container 3fa60dd9705f 00:53:04 ---> 9e5b8dba2965 00:53:04 00:53:05 Successfully built 9e5b8dba2965 00:53:05 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:53:05  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:53:05 $ docker stop --time=1 3908d659cd00f56c49f3ceb1bbcc239d82983bc3ad7389a3923796e7560cabcf 00:53:07 $ docker rm -f 3908d659cd00f56c49f3ceb1bbcc239d82983bc3ad7389a3923796e7560cabcf [Pipeline] // withDockerContainer [Pipeline] sh 00:53:07 + docker images 00:53:07 + grep docker 00:53:08 docker-security-bootstrapper-go-arm64 latest 9e5b8dba2965 4 seconds ago 17.9MB 00:53:08 docker-support-scheduler-go-arm64 latest 62fbfa6af69b 15 seconds ago 16.4MB 00:53:08 docker-core-command-go-arm64 latest c512cdb42b5b 16 seconds ago 16.3MB 00:53:08 docker-core-data-go-arm64 latest 6545a32e6e73 20 seconds ago 21.4MB 00:53:08 docker-sys-mgmt-agent-go-arm64 latest f6ca590775c3 2 minutes ago 301MB 00:53:08 docker-core-metadata-go-arm64 latest 73e139b6df2c 3 minutes ago 17.9MB 00:53:08 docker-support-notifications-go-arm64 latest 720d425fc335 3 minutes ago 16.9MB 00:53:08 docker-security-secretstore-setup-go-arm64 latest 613d4cb718ea 3 minutes ago 24.4MB 00:53:08 docker-security-proxy-setup-go-arm64 latest a885696ce021 3 minutes ago 24.1MB 00:53:08 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 00:53:09 ---> job-cost.sh 00:53:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-gG5c 00:53:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:23 Running on prd-ubuntu18.04-docker-8c-8g-32152 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 00:54:23 Running in /w/workspace/edgex-go/45 [Pipeline] { [Pipeline] checkout 00:54:25 using credential edgex-jenkins-ssh 00:54:25 Cloning the remote Git repository 00:54:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:54:25 > git init /w/workspace/edgex-go/45 # timeout=10 00:54:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:54:25 > git --version # timeout=10 00:54:25 > git --version # 'git version 2.17.1' 00:54:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:54:30 Merging remotes/origin/master commit 0e291f44bb73248a8c5ef7868096f1c33cce0f6a into PR head commit ca94abc708ca01bb5b64868ff0b76537e5a207d7 00:54:31 Merge succeeded, producing 302125e216d514d0b414dc17ab29bba79dc930c3 00:54:31 Checking out Revision 302125e216d514d0b414dc17ab29bba79dc930c3 (PR-3234) 00:54:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:54:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:54:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:54:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:54:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:54:30 > git config core.sparsecheckout # timeout=10 00:54:30 > git checkout -f ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 00:54:31 > git remote # timeout=10 00:54:31 > git config --get remote.origin.url # timeout=10 00:54:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:31 > git merge 0e291f44bb73248a8c5ef7868096f1c33cce0f6a # timeout=10 00:54:31 > git rev-parse HEAD^{commit} # timeout=10 00:54:31 > git config core.sparsecheckout # timeout=10 00:54:31 > git checkout -f 302125e216d514d0b414dc17ab29bba79dc930c3 # timeout=10 00:54:34 Commit message: "Merge commit '0e291f44bb73248a8c5ef7868096f1c33cce0f6a' into HEAD" 00:54:34 > git rev-list --no-walk ca94abc708ca01bb5b64868ff0b76537e5a207d7 # timeout=10 00:54:35 00:54:35 GitHub has been notified of this commit’s build result 00:54:35 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:54:35 + echo snap-build.sh 00:54:35 snap-build.sh 00:54:35 + SNAP_BASE_DIR=. 00:54:35 + '[' '!' -z /w/workspace/edgex-go/45 ']' 00:54:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/45 00:54:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/45]' 00:54:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/45] 00:54:35 + cd /w/workspace/edgex-go/45 00:54:35 + sudo apt-get remove -qy --purge lxd lxd-client 00:54:35 Reading package lists... 00:54:35 Building dependency tree... 00:54:35 Reading state information... 00:54:36 The following packages were automatically installed and are no longer required: 00:54:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:54:36 uidmap xdelta3 00:54:36 Use 'sudo apt autoremove' to remove them. 00:54:36 The following packages will be REMOVED: 00:54:36 lxd* lxd-client* 00:54:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:54:36 After this operation, 31.7 MB disk space will be freed. 00:54:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:54:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:54:38 Removing lxd dnsmasq configuration 00:54:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:54:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:54:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:54:39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:54:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:54:40 Processing triggers for systemd (237-3ubuntu10.42) ... 00:54:40 Processing triggers for ureadahead (0.100.0-21) ... 00:54:42 + sudo snap remove --purge lxd 00:54:42 snap "lxd" is not installed 00:54:42 + sudo groupadd --force --system lxd 00:54:42 ++ whoami 00:54:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:54:42 + newgrp - lxd 00:54:42 + sudo snap install lxd 00:54:52 2021-03-31T00:54:49Z INFO Waiting for automatic snapd restart... 00:55:32 lf-activate-venv(): INFO: Adding /tmp/venv-gG5c/bin to PATH 00:55:32 INFO: No Stack... 00:55:33 INFO: Retrieving Pricing Info for: lf-standard-4 00:55:33 INFO: Archiving Costs [Pipeline] sh 00:55:33 + cat /w/workspace/edgex-go/45/archives/cost.csv 00:55:33 + cut -d, -f6 [Pipeline] lock 00:55:34 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-45-stack-cost] 00:55:34 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-45-stack-cost] did not exist. Created. 00:55:34 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-45-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:55:34 + echo total: 0.20999999344348907 [Pipeline] stash 00:55:34 Stashed 1 file(s) [Pipeline] } 00:55:34 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-45-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:56:28 lxd 4.12 from Canonical* installed 00:56:28 + sudo lxd init --auto 00:56:28 + sudo snap install --classic snapcraft 00:58:20 snapcraft 4.6 from Canonical* installed 00:58:20 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:58:20 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:58:20 % Total % Received % Xferd Average Speed Time Time Time Current 00:58:20 Dload Upload Total Spent Left Speed 00:58:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4937 0 --:--:-- --:--:-- --:--:-- 4937 00:58:20 100 3325k 100 3325k 0 0 8031k 0 --:--:-- --:--:-- --:--:-- 8031k 00:58:20 ./yq_linux_amd64 00:58:20 + sudo snapcraft prime --use-lxd 00:58:20 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:58:20 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:58:20 - README.md 00:58:20 00:58:20 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:58:20 Launching a container. 00:58:28 Waiting for container to be ready 00:58:28 To start your first instance, try: lxc launch ubuntu:18.04 00:58:28 00:58:31 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:58:31 Waiting for network to be ready... 00:58:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:58:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 00:58:32 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:58:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:58:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:58:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:58:32 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:58:32 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:58:32 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:58:32 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:58:32 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:58:32 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:58:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:58:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:58:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:58:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:58:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:58:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:58:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:58:33 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:58:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:58:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:58:33 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:58:33 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:58:33 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:58:33 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:58:33 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:58:36 Fetched 24.2 MB in 4s (6165 kB/s) 00:58:36 Reading package lists... 00:58:37 Reading package lists... 00:58:37 Building dependency tree... 00:58:37 Reading state information... 00:58:37 The following additional packages will be installed: 00:58:37 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:58:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:58:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:58:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:58:37 Suggested packages: 00:58:37 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:58:37 Recommended packages: 00:58:37 gnupg libsasl2-modules 00:58:37 The following NEW packages will be installed: 00:58:37 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:58:37 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:58:37 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:58:37 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:58:37 The following packages will be upgraded: 00:58:37 gpg gpg-agent gpgconf libudev1 00:58:37 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:58:37 Need to get 3530 kB of archives. 00:58:37 After this operation, 13.3 MB of additional disk space will be used. 00:58:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:58:37 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:58:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:58:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:58:37 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:58:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:58:38 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:58:38 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:58:38 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:58:38 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:58:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:58:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:58:38 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:58:38 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:58:38 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:58:38 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:58:38 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:58:38 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:58:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:58:38 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:58:38 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:58:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:58:38 debconf: delaying package configuration, since apt-utils is not installed 00:58:38 Fetched 3530 kB in 1s (3173 kB/s) 00:58:38 (Reading database ... 12511 files and directories currently installed.) 00:58:38 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:58:38 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:58:38 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:58:38 Selecting previously unselected package udev. 00:58:38 (Reading database ... 12511 files and directories currently installed.) 00:58:38 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:58:38 Unpacking udev (237-3ubuntu10.45) ... 00:58:39 Selecting previously unselected package libfuse2:amd64. 00:58:39 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:58:39 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:58:39 Selecting previously unselected package fuse. 00:58:39 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:58:39 Unpacking fuse (2.9.7-1ubuntu1) ... 00:58:39 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:39 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:39 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:39 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:39 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:39 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:39 Selecting previously unselected package libksba8:amd64. 00:58:39 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:58:39 Unpacking libksba8:amd64 (1.3.5-2) ... 00:58:39 Selecting previously unselected package libroken18-heimdal:amd64. 00:58:39 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:39 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:39 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:58:39 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:39 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:40 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:58:40 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:40 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:40 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:58:40 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:40 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:40 Selecting previously unselected package libwind0-heimdal:amd64. 00:58:40 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:40 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:40 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:58:40 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:40 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:40 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:58:40 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:40 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:40 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:58:40 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:40 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:40 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:58:40 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:40 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:40 Selecting previously unselected package libsasl2-modules-db:amd64. 00:58:40 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:58:40 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:40 Selecting previously unselected package libsasl2-2:amd64. 00:58:40 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:58:40 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:41 Selecting previously unselected package libldap-common. 00:58:41 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:58:41 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:58:41 Selecting previously unselected package libldap-2.4-2:amd64. 00:58:41 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:58:41 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:58:41 Selecting previously unselected package dirmngr. 00:58:41 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:41 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:58:41 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:58:41 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:58:41 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:58:41 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:41 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:41 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:58:41 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:41 Setting up libksba8:amd64 (1.3.5-2) ... 00:58:41 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:41 Setting up udev (237-3ubuntu10.45) ... 00:58:42 invoke-rc.d: policy-rc.d denied execution of start. 00:58:42 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:42 Processing triggers for systemd (237-3ubuntu10) ... 00:58:42 Setting up fuse (2.9.7-1ubuntu1) ... 00:58:42 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:58:42 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:42 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:42 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:42 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:42 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:42 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:42 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:42 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:58:42 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:58:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:43 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:58:43 settings in the [Install] section, and DefaultInstance for template units). 00:58:43 This means they are not meant to be enabled using systemctl. 00:58:43 Possible reasons for having this kind of units are: 00:58:43 1) A unit may be statically enabled by being symlinked from another unit's 00:58:43 .wants/ or .requires/ directory. 00:58:43 2) A unit's purpose may be to act as a helper for some other unit which has 00:58:43 a requirement dependency on it. 00:58:43 3) A unit may be started when needed via activation (socket, path, timer, 00:58:43 D-Bus, udev, scripted systemctl call, ...). 00:58:43 4) In case of template units, the unit is meant to be enabled with some 00:58:43 instance name specified. 00:58:43 Reading package lists... 00:58:43 Building dependency tree... 00:58:43 Reading state information... 00:58:43 The following additional packages will be installed: 00:58:43 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:58:43 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:58:43 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:58:43 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:58:43 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:58:43 Suggested packages: 00:58:43 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:58:43 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:58:43 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:58:43 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:58:43 systemd-container policykit-1 00:58:43 Recommended packages: 00:58:43 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:58:43 The following NEW packages will be installed: 00:58:43 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:58:43 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:58:43 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:58:43 multiarch-support openssh-client python3 python3-minimal python3.6 00:58:43 python3.6-minimal snapd squashfs-tools sudo 00:58:43 The following packages will be upgraded: 00:58:43 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:58:43 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:58:43 Need to get 35.2 MB of archives. 00:58:43 After this operation, 141 MB of additional disk space will be used. 00:58:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:58:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:58:43 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:58:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:58:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:58:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:58:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:58:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:58:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:58:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:58:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:58:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:58:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:58:44 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:58:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:58:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:58:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:58:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:58:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:58:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:58:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:58:44 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:58:44 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:58:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:58:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:58:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:58:44 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:58:44 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:58:44 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:58:44 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:58:45 debconf: delaying package configuration, since apt-utils is not installed 00:58:45 Fetched 35.2 MB in 1s (27.5 MB/s) 00:58:45 (Reading database ... 12757 files and directories currently installed.) 00:58:45 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:58:45 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:58:45 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:58:46 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:58:46 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:58:46 (Reading database ... 12757 files and directories currently installed.) 00:58:46 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:58:46 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:58:46 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:58:46 (Reading database ... 12757 files and directories currently installed.) 00:58:46 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:58:46 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:58:46 Setting up apt (1.6.12ubuntu0.2) ... 00:58:46 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:58:47 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:58:47 (Reading database ... 12764 files and directories currently installed.) 00:58:47 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:58:47 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:58:47 Selecting previously unselected package libpython3.6-minimal:amd64. 00:58:47 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:47 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:47 Selecting previously unselected package libexpat1:amd64. 00:58:47 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:58:47 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:58:47 Selecting previously unselected package python3.6-minimal. 00:58:47 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:47 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:58:48 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:58:48 Checking for services that may need to be restarted...done. 00:58:48 Checking for services that may need to be restarted...done. 00:58:48 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:48 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:58:48 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:58:49 Selecting previously unselected package python3-minimal. 00:58:49 (Reading database ... 13012 files and directories currently installed.) 00:58:49 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:58:49 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:58:49 Selecting previously unselected package mime-support. 00:58:49 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:58:49 Unpacking mime-support (3.60ubuntu1) ... 00:58:49 Selecting previously unselected package libmpdec2:amd64. 00:58:49 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:58:49 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:58:49 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:58:49 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:49 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:49 Selecting previously unselected package python3.6. 00:58:49 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:49 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:58:49 Selecting previously unselected package libpython3-stdlib:amd64. 00:58:49 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:58:49 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:58:49 Setting up python3-minimal (3.6.7-1~18.04) ... 00:58:49 Selecting previously unselected package python3. 00:58:49 (Reading database ... 13442 files and directories currently installed.) 00:58:49 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:58:49 Unpacking python3 (3.6.7-1~18.04) ... 00:58:50 Selecting previously unselected package multiarch-support. 00:58:50 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:58:50 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:58:50 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:58:50 Selecting previously unselected package liblzo2-2:amd64. 00:58:50 (Reading database ... 13479 files and directories currently installed.) 00:58:50 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:58:50 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:58:50 Selecting previously unselected package libbsd0:amd64. 00:58:50 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:58:50 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:58:50 Selecting previously unselected package sudo. 00:58:50 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:58:50 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:58:50 Selecting previously unselected package apparmor. 00:58:50 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:58:50 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:58:50 Selecting previously unselected package libedit2:amd64. 00:58:50 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:58:50 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:58:50 Selecting previously unselected package libkrb5support0:amd64. 00:58:50 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:58:50 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:58:50 Selecting previously unselected package libk5crypto3:amd64. 00:58:50 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:58:50 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:58:50 Selecting previously unselected package libkeyutils1:amd64. 00:58:50 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:58:50 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:58:51 Selecting previously unselected package libkrb5-3:amd64. 00:58:51 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:58:51 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:58:51 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:58:51 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:58:51 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:58:51 Selecting previously unselected package libssl1.0.0:amd64. 00:58:51 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:58:51 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:58:51 Selecting previously unselected package openssh-client. 00:58:51 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:58:51 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:58:52 Selecting previously unselected package squashfs-tools. 00:58:52 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:58:52 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:58:52 Selecting previously unselected package snapd. 00:58:52 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:58:52 Unpacking snapd (2.48.3+18.04) ... 00:58:53 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:58:53 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:58:54 Setting up mime-support (3.60ubuntu1) ... 00:58:54 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:58:54 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:58:54 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:58:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:54 Setting up systemd (237-3ubuntu10.45) ... 00:58:54 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:58:55 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:58:55 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:58:55 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:58:55 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:55 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:58:55 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:58:55 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:58:55 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:58:55 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:58:55 Setting up python3 (3.6.7-1~18.04) ... 00:58:55 running python rtupdate hooks for python3.6... 00:58:55 running python post-rtupdate hooks for python3.6... 00:58:56 Setting up apparmor (2.12-4ubuntu5.1) ... 00:58:57 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:58:57 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:58:57 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:58:58 Setting up snapd (2.48.3+18.04) ... 00:58:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:58:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:58:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:58:58 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:58:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:58:59 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:58:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:58:59 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:58:59 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:58:59 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:58:59 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:59:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:59:00 Processing triggers for systemd (237-3ubuntu10.45) ... 00:59:01 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:59:01 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:59:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:59:02 Reading package lists... 00:59:02 Reading package lists... 00:59:02 Building dependency tree... 00:59:02 Reading state information... 00:59:02 Calculating upgrade... 00:59:02 The following packages will be upgraded: 00:59:02 advancecomp base-files bash binutils binutils-common 00:59:02 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:59:02 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:59:02 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:59:02 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:59:02 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:59:02 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:59:02 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:59:02 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:59:02 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:59:02 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:59:02 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:59:02 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:59:02 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:59:02 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:59:03 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:59:03 Need to get 63.8 MB of archives. 00:59:03 After this operation, 5208 kB of additional disk space will be used. 00:59:03 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 00:59:03 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:59:03 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:59:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:59:03 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:59:03 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:59:03 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:59:03 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:59:03 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:59:03 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:59:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:59:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:59:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:59:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:59:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:59:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:59:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:59:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:59:03 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:59:03 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:59:03 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:59:03 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:59:03 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:59:03 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:59:03 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:59:03 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:59:03 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:59:03 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:59:03 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:59:03 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:59:03 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:59:03 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:59:03 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:59:03 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:59:03 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:59:03 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:59:03 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:59:03 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:59:03 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:59:03 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:59:03 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:59:03 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:59:03 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:59:03 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:59:03 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:59:03 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:59:03 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:59:03 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:59:03 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:59:03 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:59:03 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:59:03 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:59:03 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:59:03 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:59:03 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:59:03 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:59:03 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:59:03 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:59:03 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:59:04 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:59:04 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:59:04 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:59:04 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:59:04 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:59:04 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:59:04 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:59:04 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:59:04 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:59:04 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:59:04 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:59:04 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:59:04 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:59:04 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:59:04 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:59:04 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:59:04 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:59:04 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:59:04 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:59:04 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:59:04 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:59:04 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:59:04 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:59:04 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:59:04 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:59:04 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:59:04 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:59:04 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:59:04 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:59:04 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:59:04 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:59:04 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:59:04 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:59:04 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:59:04 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:59:04 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:59:04 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:59:04 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:59:04 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:59:04 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:59:04 debconf: delaying package configuration, since apt-utils is not installed 00:59:04 Fetched 63.8 MB in 2s (36.9 MB/s) 00:59:04 (Reading database ... 13912 files and directories currently installed.) 00:59:04 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:59:04 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:05 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:59:05 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:05 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 00:59:05 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 00:59:06 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:06 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:06 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:06 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:06 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:06 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:06 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:06 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:07 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:07 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:07 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:07 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:07 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:07 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:07 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:07 (Reading database ... 13911 files and directories currently installed.) 00:59:07 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:07 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:59:07 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:59:08 (Reading database ... 13911 files and directories currently installed.) 00:59:08 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:08 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:08 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:08 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:08 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:08 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:08 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:08 (Reading database ... 13911 files and directories currently installed.) 00:59:08 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:59:09 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:09 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:59:09 (Reading database ... 13911 files and directories currently installed.) 00:59:09 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:59:09 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:59:09 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:59:09 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:59:09 Setting up base-files (10.1ubuntu2.10) ... 00:59:09 Installing new version of config file /etc/issue ... 00:59:09 Installing new version of config file /etc/issue.net ... 00:59:09 Installing new version of config file /etc/lsb-release ... 00:59:10 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:59:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:59:10 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:59:10 Removing obsolete conffile /etc/default/motd-news ... 00:59:10 (Reading database ... 13912 files and directories currently installed.) 00:59:10 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:59:10 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:59:10 Setting up bash (4.4.18-2ubuntu1.2) ... 00:59:10 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:59:10 (Reading database ... 13912 files and directories currently installed.) 00:59:10 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:10 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:59:10 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:59:10 (Reading database ... 13912 files and directories currently installed.) 00:59:10 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:59:10 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:59:11 Setting up tar (1.29b-2ubuntu0.2) ... 00:59:11 (Reading database ... 13912 files and directories currently installed.) 00:59:11 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:59:11 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:11 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:59:11 (Reading database ... 13912 files and directories currently installed.) 00:59:11 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:11 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:11 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:59:11 (Reading database ... 13912 files and directories currently installed.) 00:59:11 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:11 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:11 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:59:12 (Reading database ... 13912 files and directories currently installed.) 00:59:12 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:59:12 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:59:12 Setting up grep (3.1-2build1) ... 00:59:12 (Reading database ... 13912 files and directories currently installed.) 00:59:12 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:59:12 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:59:12 Setting up login (1:4.5-1ubuntu2) ... 00:59:12 (Reading database ... 13912 files and directories currently installed.) 00:59:12 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:12 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:12 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:59:12 (Reading database ... 13912 files and directories currently installed.) 00:59:12 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:59:12 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:59:13 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:59:13 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:59:13 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:59:13 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:59:14 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:59:14 (Reading database ... 13912 files and directories currently installed.) 00:59:14 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:59:14 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:59:15 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:59:15 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:59:15 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:59:15 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:59:15 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:59:15 (Reading database ... 13912 files and directories currently installed.) 00:59:15 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:59:15 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:59:15 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:59:16 (Reading database ... 13912 files and directories currently installed.) 00:59:16 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:16 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:16 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:16 (Reading database ... 13912 files and directories currently installed.) 00:59:16 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:16 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:16 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:16 (Reading database ... 13912 files and directories currently installed.) 00:59:16 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:16 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:16 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:16 (Reading database ... 13912 files and directories currently installed.) 00:59:16 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:16 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:16 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:17 (Reading database ... 13912 files and directories currently installed.) 00:59:17 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:17 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:17 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:17 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:17 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:59:17 (Reading database ... 13912 files and directories currently installed.) 00:59:17 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:17 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:17 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:59:17 (Reading database ... 13912 files and directories currently installed.) 00:59:17 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:17 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:17 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:18 (Reading database ... 13912 files and directories currently installed.) 00:59:18 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:18 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:18 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:59:18 (Reading database ... 13912 files and directories currently installed.) 00:59:18 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:18 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:19 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:59:19 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:59:19 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:59:19 (Reading database ... 13912 files and directories currently installed.) 00:59:19 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:59:19 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:19 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:59:20 (Reading database ... 13912 files and directories currently installed.) 00:59:20 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:59:20 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:20 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:59:20 (Reading database ... 13914 files and directories currently installed.) 00:59:20 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:59:20 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:59:20 Setting up debconf (1.5.66ubuntu1) ... 00:59:20 (Reading database ... 13914 files and directories currently installed.) 00:59:20 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:59:20 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:59:20 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:59:20 (Reading database ... 13914 files and directories currently installed.) 00:59:20 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:59:20 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:59:21 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:59:21 (Reading database ... 13914 files and directories currently installed.) 00:59:21 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:59:21 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:59:21 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:59:21 (Reading database ... 13914 files and directories currently installed.) 00:59:21 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:59:21 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:59:21 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:59:21 (Reading database ... 13914 files and directories currently installed.) 00:59:21 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:59:21 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:59:22 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:59:22 (Reading database ... 13914 files and directories currently installed.) 00:59:22 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:22 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:22 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:59:22 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:59:22 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:22 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:22 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:59:23 (Reading database ... 13914 files and directories currently installed.) 00:59:23 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:59:23 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:59:23 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:59:23 (Reading database ... 13914 files and directories currently installed.) 00:59:23 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:59:23 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:59:23 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:59:23 (Reading database ... 13914 files and directories currently installed.) 00:59:23 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:23 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:23 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:59:23 (Reading database ... 13914 files and directories currently installed.) 00:59:23 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:59:23 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:59:24 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:59:24 (Reading database ... 13914 files and directories currently installed.) 00:59:24 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:59:24 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:59:24 Setting up passwd (1:4.5-1ubuntu2) ... 00:59:24 (Reading database ... 13914 files and directories currently installed.) 00:59:24 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:59:24 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:59:24 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:59:24 (Reading database ... 13914 files and directories currently installed.) 00:59:24 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:59:24 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:59:25 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:59:25 (Reading database ... 13914 files and directories currently installed.) 00:59:25 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:59:25 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:59:25 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:59:25 (Reading database ... 13914 files and directories currently installed.) 00:59:25 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:59:25 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:59:25 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:59:25 (Reading database ... 13914 files and directories currently installed.) 00:59:25 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:59:25 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:59:25 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:59:26 (Reading database ... 13914 files and directories currently installed.) 00:59:26 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:59:26 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:59:26 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:59:26 (Reading database ... 13914 files and directories currently installed.) 00:59:26 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:59:26 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:59:26 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:59:26 (Reading database ... 13915 files and directories currently installed.) 00:59:26 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:59:26 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:59:26 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:59:26 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:59:26 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:59:26 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:59:27 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:59:27 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:59:27 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:59:27 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:59:27 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:59:27 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:59:27 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:59:27 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:59:27 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:59:27 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:59:28 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:59:28 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:59:29 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:59:30 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:59:31 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:59:31 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:59:32 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:59:32 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:59:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:59:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:59:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:59:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:59:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:34 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:34 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:34 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:34 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:34 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:34 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:35 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:35 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:35 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:35 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:35 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:35 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:35 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:35 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:36 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:36 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:37 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:37 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:37 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:37 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:38 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:38 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:39 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:39 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:39 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:39 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:39 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:59:39 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:39 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:59:39 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:39 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:59:39 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:59:40 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:40 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:40 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:40 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:40 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:59:40 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:59:40 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:40 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:59:40 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:40 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:40 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:40 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:59:40 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:59:40 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:59:40 00:59:40 Current default time zone: 'Etc/UTC' 00:59:40 Local time is now: Wed Mar 31 00:59:40 UTC 2021. 00:59:40 Universal Time is now: Wed Mar 31 00:59:40 UTC 2021. 00:59:40 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:59:40 00:59:40 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:59:40 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:40 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 00:59:40 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:59:40 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:59:40 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:59:40 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:59:40 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:59:40 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:59:40 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:59:41 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:41 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:59:41 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:41 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:59:41 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:41 Setting up patch (2.7.6-2ubuntu1.1) ... 00:59:41 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:59:41 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:59:41 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:59:41 Installing new version of config file /etc/ssl/openssl.cnf ... 00:59:41 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:59:41 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:59:41 Setting up ca-certificates (20210119~18.04.1) ... 00:59:43 Updating certificates in /etc/ssl/certs... 00:59:44 23 added, 27 removed; done. 00:59:44 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:59:44 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:44 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:59:44 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:59:44 Setting up pkgbinarymangler (138.18.04.1) ... 00:59:44 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:44 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:59:44 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:44 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:44 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:44 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:59:44 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:44 Setting up perl (5.26.1-6ubuntu0.5) ... 00:59:44 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:59:44 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:59:44 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:59:44 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:59:44 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:59:44 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:59:44 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:59:44 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:59:44 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:59:44 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:59:44 Processing triggers for systemd (237-3ubuntu10.45) ... 00:59:45 Processing triggers for mime-support (3.60ubuntu1) ... 00:59:45 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:59:45 Updating certificates in /etc/ssl/certs... 00:59:45 0 added, 0 removed; done. 00:59:45 Running hooks in /etc/ca-certificates/update.d... 00:59:45 done. 00:59:45 Reading package lists... 00:59:46 Building dependency tree... 00:59:46 Reading state information... 00:59:46 The following NEW packages will be installed: 00:59:46 apt-transport-https 00:59:46 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:59:46 Need to get 1696 B of archives. 00:59:46 After this operation, 153 kB of additional disk space will be used. 00:59:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:59:46 debconf: delaying package configuration, since apt-utils is not installed 00:59:46 Fetched 1696 B in 0s (8614 B/s) 00:59:46 Selecting previously unselected package apt-transport-https. 00:59:46 (Reading database ... 13920 files and directories currently installed.) 00:59:46 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:59:46 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:59:46 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:59:47 Waiting for network to be ready... 00:59:53 2021-03-31T00:59:49Z INFO Waiting for automatic snapd restart... 00:59:53 snapd 2.49.1 from Canonical* installed 00:59:54 "snapd" switched to the "latest/stable" channel 00:59:54 00:59:56 core18 20210128 from Canonical* installed 00:59:56 "core18" switched to the "latest/stable" channel 00:59:56 01:00:00 snapcraft 4.6 from Canonical* installed 01:00:00 "snapcraft" switched to the "latest/stable" channel 01:00:00 01:00:04 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 01:00:04 - README.md 01:00:04 01:00:04 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:00:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:11 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:00:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:00:11 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:00:11 Reading package lists... 01:00:11 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 01:00:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:18 Reading package lists... 01:00:18 Building dependency tree... 01:00:18 Reading state information... 01:00:18 Suggested packages: 01:00:18 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:00:18 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:00:18 Recommended packages: 01:00:18 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:00:18 The following NEW packages will be installed: 01:00:18 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:00:18 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:00:18 pkg-config zip 01:00:18 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:00:18 Need to get 7657 kB of archives. 01:00:18 After this operation, 43.8 MB of additional disk space will be used. 01:00:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 01:00:18 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:00:18 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:00:18 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:00:18 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:00:18 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:00:19 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:00:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:00:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:00:19 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:00:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:00:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 01:00:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 01:00:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:00:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:00:19 debconf: delaying package configuration, since apt-utils is not installed 01:00:19 Fetched 7657 kB in 1s (6294 kB/s) 01:00:19 Selecting previously unselected package libglib2.0-0:amd64. 01:00:19 (Reading database ... 13924 files and directories currently installed.) 01:00:19 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 01:00:19 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 01:00:20 Selecting previously unselected package libpsl5:amd64. 01:00:20 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:00:20 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:00:20 Selecting previously unselected package libnghttp2-14:amd64. 01:00:20 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:00:20 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:00:20 Selecting previously unselected package librtmp1:amd64. 01:00:20 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:00:20 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:00:20 Selecting previously unselected package libcurl3-gnutls:amd64. 01:00:20 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:00:20 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:00:20 Selecting previously unselected package liberror-perl. 01:00:20 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:00:20 Unpacking liberror-perl (0.17025-1) ... 01:00:20 Selecting previously unselected package git-man. 01:00:20 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 01:00:20 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 01:00:20 Selecting previously unselected package git. 01:00:20 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 01:00:20 Unpacking git (1:2.17.1-1ubuntu0.8) ... 01:00:21 Selecting previously unselected package libnorm1:amd64. 01:00:21 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:00:21 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:00:21 Selecting previously unselected package libpgm-5.2-0:amd64. 01:00:21 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:00:21 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:00:21 Selecting previously unselected package libsodium23:amd64. 01:00:21 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:00:21 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:00:21 Selecting previously unselected package libzmq5:amd64. 01:00:21 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:00:21 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:00:22 Selecting previously unselected package libzmq3-dev:amd64. 01:00:22 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:00:22 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:00:23 Selecting previously unselected package pkg-config. 01:00:23 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:00:23 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:00:24 Selecting previously unselected package zip. 01:00:24 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:00:24 Unpacking zip (3.0-11build1) ... 01:00:24 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:00:25 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 01:00:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:00:26 Setting up liberror-perl (0.17025-1) ... 01:00:26 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:00:26 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 01:00:26 No schema files found: doing nothing. 01:00:27 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:00:27 Setting up zip (3.0-11build1) ... 01:00:27 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:00:28 Setting up libsodium23:amd64 (1.0.16-2) ... 01:00:28 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:00:29 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:00:29 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:00:30 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:00:30 Setting up git (1:2.17.1-1ubuntu0.8) ... 01:00:30 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:00:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:37 git set to automatically installed. 01:00:37 git-man set to automatically installed. 01:00:37 libcurl3-gnutls set to automatically installed. 01:00:37 liberror-perl set to automatically installed. 01:00:37 libglib2.0-0 set to automatically installed. 01:00:37 libnghttp2-14 set to automatically installed. 01:00:37 libnorm1 set to automatically installed. 01:00:37 libpgm-5.2-0 set to automatically installed. 01:00:37 libpsl5 set to automatically installed. 01:00:37 librtmp1 set to automatically installed. 01:00:37 libsodium23 set to automatically installed. 01:00:37 libzmq3-dev set to automatically installed. 01:00:37 libzmq5 set to automatically installed. 01:00:37 pkg-config set to automatically installed. 01:00:37 zip set to automatically installed. 01:00:39 snapd is not logged in, snap install commands will use sudo 01:00:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:01:04 core18 20210309 from Canonical* refreshed 01:01:04 snapd is not logged in, snap install commands will use sudo 01:01:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:01:24 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 01:01:24 Pulling go-build-helper 01:01:24 + snapcraftctl pull 01:01:25 'app-service-config' has dependencies that need to be staged: go-build-helper 01:01:25 Skipping pull go-build-helper (already ran) 01:01:25 Building go-build-helper 01:01:25 + snapcraftctl build 01:01:27 Staging go-build-helper 01:01:27 + snapcraftctl stage 01:01:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:01:37 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:01:37 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 01:01:37 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 01:01:37 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 01:01:37 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 01:01:37 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 01:01:37 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 01:01:37 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 01:01:37 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 01:01:37 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:01:37 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:01:37 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:01:37 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:01:37 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:01:37 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:01:37 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:01:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:01:37 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:01:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 01:01:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 01:01:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 01:01:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 01:01:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 01:01:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 01:01:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 01:01:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 01:01:37 Fetched 24.2 MB in 0s (0 B/s) 01:01:37 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:01:37 Fetched 224 kB in 0s (0 B/s) 01:01:37 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:01:37 Fetched 157 kB in 0s (0 B/s) 01:01:37 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:01:37 Fetched 221 kB in 0s (0 B/s) 01:01:37 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:01:37 Fetched 143 kB in 0s (0 B/s) 01:01:37 Pulling app-service-config 01:01:37 + snapcraftctl pull 01:01:37 Cloning into '/root/parts/app-service-config/src'... 01:01:38 Pulling config-common 01:01:38 + snapcraftctl pull 01:01:42 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:01:42 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:01:42 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:01:42 Fetched 0 B in 0s (0 B/s) 01:01:42 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:01:42 Fetched 0 B in 0s (0 B/s) 01:01:42 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:01:42 Fetched 0 B in 0s (0 B/s) 01:01:42 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:01:42 Fetched 0 B in 0s (0 B/s) 01:01:42 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:01:42 Fetched 0 B in 0s (0 B/s) 01:01:42 Pulling edgex-go 01:01:42 + snapcraftctl pull 01:02:04 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:02:04 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:02:04 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:02:04 Fetched 0 B in 0s (0 B/s) 01:02:04 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:02:04 Fetched 96.5 kB in 0s (0 B/s) 01:02:04 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:02:04 Fetched 279 kB in 0s (0 B/s) 01:02:04 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:02:04 Fetched 122 kB in 0s (0 B/s) 01:02:04 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:02:04 Fetched 77.8 kB in 0s (0 B/s) 01:02:04 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:02:04 Fetched 8848 B in 0s (0 B/s) 01:02:04 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:02:04 Fetched 47.8 kB in 0s (0 B/s) 01:02:04 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:02:04 Fetched 45.6 kB in 0s (0 B/s) 01:02:04 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:02:04 Fetched 15.0 kB in 0s (0 B/s) 01:02:04 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:02:04 Fetched 214 kB in 0s (0 B/s) 01:02:04 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 01:02:04 Fetched 154 kB in 0s (0 B/s) 01:02:04 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:02:04 Fetched 50.6 kB in 0s (0 B/s) 01:02:04 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:02:04 Fetched 14.8 kB in 0s (0 B/s) 01:02:04 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:02:04 Fetched 41.8 kB in 0s (0 B/s) 01:02:04 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:02:04 Fetched 499 kB in 0s (0 B/s) 01:02:04 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:02:04 Fetched 111 kB in 0s (0 B/s) 01:02:04 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:02:04 Fetched 240 kB in 0s (0 B/s) 01:02:04 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:02:04 Fetched 29.3 kB in 0s (0 B/s) 01:02:04 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:02:04 Fetched 85.5 kB in 0s (0 B/s) 01:02:04 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:02:04 Fetched 24.5 kB in 0s (0 B/s) 01:02:04 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:02:04 Fetched 49.2 kB in 0s (0 B/s) 01:02:04 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:02:04 Fetched 54.2 kB in 0s (0 B/s) 01:02:04 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:02:04 Fetched 30.8 kB in 0s (0 B/s) 01:02:04 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 01:02:04 Fetched 15.8 kB in 0s (0 B/s) 01:02:04 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:02:04 Fetched 85.9 kB in 0s (0 B/s) 01:02:04 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:02:04 Fetched 8720 B in 0s (0 B/s) 01:02:04 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:02:04 Fetched 137 kB in 0s (0 B/s) 01:02:04 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:02:04 Fetched 119 kB in 0s (0 B/s) 01:02:04 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:02:04 Fetched 109 kB in 0s (0 B/s) 01:02:04 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:02:04 Fetched 11.1 kB in 0s (0 B/s) 01:02:04 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:02:04 Fetched 645 kB in 0s (0 B/s) 01:02:04 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:02:04 Fetched 41.3 kB in 0s (0 B/s) 01:02:04 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:02:04 Fetched 17.9 kB in 0s (0 B/s) 01:02:04 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:02:04 Fetched 368 kB in 0s (0 B/s) 01:02:04 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:02:04 Fetched 187 kB in 0s (0 B/s) 01:02:04 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:02:04 Fetched 175 kB in 0s (0 B/s) 01:02:04 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:02:04 Fetched 206 kB in 0s (0 B/s) 01:02:04 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 01:02:04 Fetched 1301 kB in 0s (0 B/s) 01:02:04 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:02:04 Fetched 36.2 kB in 0s (0 B/s) 01:02:04 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:02:04 Fetched 159 kB in 0s (0 B/s) 01:02:04 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:02:04 Fetched 107 kB in 0s (0 B/s) 01:02:04 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:02:04 Fetched 48.7 kB in 0s (0 B/s) 01:02:04 Pulling static-packages 01:02:04 + snapcraftctl pull 01:02:04 Pulling version 01:02:04 + cd /root/project 01:02:04 + [ -f VERSION ] 01:02:04 + PROJECT_VERSION=local-dev 01:02:04 + git rev-parse --short HEAD 01:02:04 + GIT_REVISION=302125e2 01:02:04 + snapcraftctl set-version local-dev 01:02:04 Skipping build go-build-helper (already ran) 01:02:05 Building app-service-config 01:02:05 + make build 01:02:05 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.37 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 01:02:07 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.37 01:02:07 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.27 01:02:07 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.62 01:02:07 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 01:02:07 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 01:02:07 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 01:02:07 go: downloading github.com/go-kit/kit v0.8.0 01:02:07 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 01:02:07 go: downloading github.com/google/uuid v1.2.0 01:02:07 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 01:02:07 go: downloading github.com/pebbe/zmq4 v1.2.5 01:02:07 go: downloading github.com/gorilla/mux v1.8.0 01:02:07 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:02:07 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 01:02:07 go: downloading github.com/pelletier/go-toml v1.2.0 01:02:07 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:02:08 go: downloading github.com/mitchellh/copystructure v1.0.0 01:02:08 go: downloading github.com/x448/float16 v0.8.4 01:02:08 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:02:08 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:02:08 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:02:08 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:02:08 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:02:08 go: downloading github.com/go-playground/validator/v10 v10.4.1 01:02:08 go: downloading github.com/hashicorp/consul/api v1.8.1 01:02:08 go: downloading github.com/gorilla/websocket v1.4.2 01:02:08 go: downloading github.com/hashicorp/serf v0.9.5 01:02:08 go: downloading github.com/hashicorp/go-hclog v0.12.0 01:02:08 go: downloading github.com/BurntSushi/toml v0.3.1 01:02:08 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:02:08 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 01:02:08 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:02:08 go: downloading github.com/go-playground/universal-translator v0.17.0 01:02:08 go: downloading github.com/mattn/go-isatty v0.0.12 01:02:08 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:02:08 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 01:02:08 go: downloading github.com/fatih/color v1.9.0 01:02:08 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 01:02:08 go: downloading github.com/go-playground/locales v0.13.0 01:02:08 go: downloading github.com/mattn/go-colorable v0.1.6 01:02:08 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 01:02:08 go: downloading github.com/leodido/go-urn v1.2.0 01:02:08 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:02:08 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:02:08 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:02:18 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 01:02:18 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 01:02:18 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 01:02:18 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 01:02:18 Building config-common 01:02:18 + snapcraftctl build 01:02:20 Building edgex-go 01:02:21 + cd /root/parts/edgex-go/src 01:02:21 + make build 01:02:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:02:21 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:02:21 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 01:02:21 go: downloading github.com/imdario/mergo v0.3.12 01:02:21 go: downloading github.com/pkg/errors v0.8.1 01:02:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:02:24 go: downloading gopkg.in/yaml.v2 v2.4.0 01:02:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:02:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:02:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:02:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:02:33 go: downloading github.com/stretchr/testify v1.7.0 01:02:33 go: downloading github.com/davecgh/go-spew v1.1.1 01:02:33 go: downloading github.com/pmezard/go-difflib v1.0.0 01:02:33 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:02:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 01:02:35 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:02:35 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:02:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:02:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:02:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:02:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:02:40 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:02:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:02:41 go: downloading github.com/lib/pq v1.10.0 01:02:43 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:02:43 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:02:43 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:02:43 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:02:43 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:02:43 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:02:43 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:02:43 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:02:43 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:02:43 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:02:43 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:02:43 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:02:43 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:02:43 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:02:43 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:02:43 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:02:43 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:02:43 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 01:02:43 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:02:43 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:02:43 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 01:02:43 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:02:43 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:02:43 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:02:43 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:02:43 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 01:02:46 Building static-packages 01:02:46 + snapcraftctl build 01:02:48 Building version 01:02:48 + snapcraftctl build 01:02:50 Skipping stage go-build-helper (already ran) 01:02:50 Staging app-service-config 01:02:50 + snapcraftctl stage 01:02:51 Staging config-common 01:02:51 + snapcraftctl stage 01:02:52 Staging edgex-go 01:02:52 + snapcraftctl stage 01:02:53 Staging static-packages 01:02:53 + snapcraftctl stage 01:02:54 Staging version 01:02:54 + snapcraftctl stage 01:02:55 Priming go-build-helper 01:02:55 + snapcraftctl prime 01:02:56 Priming app-service-config 01:02:56 + snapcraftctl prime 01:02:57 Priming config-common 01:02:57 + snapcraftctl prime 01:02:58 Priming edgex-go 01:02:58 + snapcraftctl prime 01:02:59 Priming static-packages 01:02:59 + snapcraftctl prime 01:03:02 Priming version 01:03:02 + snapcraftctl prime 01:03:02 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:03:07 provisioning config files... 01:03:07 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/45@tmp/config3121619953037942006tmp [Pipeline] { [Pipeline] sh 01:03:07 + set +x 01:03:07 + curl -s https://codecov.io/bash 01:03:07 + bash -s -- 01:03:08 01:03:08 _____ _ 01:03:08 / ____| | | 01:03:08 | | ___ __| | ___ ___ _____ __ 01:03:08 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:03:08 | |___| (_) | (_| | __/ (_| (_) \ V / 01:03:08 \_____\___/ \__,_|\___|\___\___/ \_/ 01:03:08 Bash-20210309-2b87ace 01:03:08 01:03:08 01:03:08 ==> git version 2.24.3 found 01:03:08 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 01:03:08 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:03:08 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:03:08 ==> Jenkins CI detected. 01:03:08 project root: . 01:03:08 --> token set from env 01:03:08 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:03:08 ==> Running gcov in . (disable via -X gcov) 01:03:08 ==> Python coveragepy not found 01:03:08 ==> Searching for coverage reports in: 01:03:08 + . 01:03:08 -> Found 1 reports 01:03:08 ==> Detecting git/mercurial file structure 01:03:09 ==> Reading reports 01:03:09 + ./coverage.out bytes=669470 01:03:09 ==> Appending adjustments 01:03:09 https://docs.codecov.io/docs/fixing-reports 01:03:19 + Found adjustments 01:03:19 ==> Gzipping contents 01:03:19 96K /tmp/codecov.6QRppP.gz 01:03:19 ==> Uploading reports 01:03:19 url: https://codecov.io 01:03:19 query: branch=PR-3234&commit=98b5b508f47f7e2f25aac6d1179f168d3d6867ea&build=45&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F45%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 01:03:19 -> Pinging Codecov 01:03:19 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3234&commit=98b5b508f47f7e2f25aac6d1179f168d3d6867ea&build=45&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F45%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 01:03:19 -> Uploading to 01:03:19 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/00271124DB129430A58F1EEE437C3FCB/98b5b508f47f7e2f25aac6d1179f168d3d6867ea/7826249c-fde7-4af6-956d-52c669ad85fe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T010318Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bdbd9300fb6cd2749c02cf3d793eb158ace960dd53fc1e0b44af835a50f044ec 01:03:19 % Total % Received % Xferd Average Speed Time Time Time Current 01:03:19 Dload Upload Total Spent Left Speed 01:03:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96970 0 0 100 96970 0 142k --:--:-- --:--:-- --:--:-- 142k 01:03:19 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/98b5b508f47f7e2f25aac6d1179f168d3d6867ea [Pipeline] } 01:03:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:03:21 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:03:24 ---> package-listing.sh 01:03:24 ++ facter osfamily 01:03:24 ++ tr '[:upper:]' '[:lower:]' 01:03:24 + OS_FAMILY=redhat 01:03:24 + workspace=/w/workspace/edgex-go/45 01:03:24 + START_PACKAGES=/tmp/packages_start.txt 01:03:24 + END_PACKAGES=/tmp/packages_end.txt 01:03:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:03:24 + PACKAGES=/tmp/packages_start.txt 01:03:24 + '[' /w/workspace/edgex-go/45 ']' 01:03:24 + PACKAGES=/tmp/packages_end.txt 01:03:24 + case "${OS_FAMILY}" in 01:03:24 + sort 01:03:24 + rpm -qa 01:03:31 + '[' -f /tmp/packages_start.txt ']' 01:03:31 + '[' -f /tmp/packages_end.txt ']' 01:03:31 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:03:31 + '[' /w/workspace/edgex-go/45 ']' 01:03:31 + mkdir -p /w/workspace/edgex-go/45/archives/ 01:03:31 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/45/archives/ [Pipeline] echo 01:03:31 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/45/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:03:31 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:03:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:33 01:03:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:03:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:34 alpine: Pulling from edgex-lftools-log-publisher 01:03:34 df20fa9351a1: Pulling fs layer 01:03:34 36b3adc4ff6f: Pulling fs layer 01:03:34 8ad3a11d3b57: Pulling fs layer 01:03:34 46f8f816bc3b: Pulling fs layer 01:03:34 93b61091891f: Pulling fs layer 01:03:34 93b9cdb0e59b: Pulling fs layer 01:03:34 5e14af77c1be: Pulling fs layer 01:03:34 01666e4c0597: Pulling fs layer 01:03:34 aa168da1d23b: Pulling fs layer 01:03:34 46f8f816bc3b: Waiting 01:03:34 93b61091891f: Waiting 01:03:34 93b9cdb0e59b: Waiting 01:03:34 5e14af77c1be: Waiting 01:03:34 01666e4c0597: Waiting 01:03:34 aa168da1d23b: Waiting 01:03:34 36b3adc4ff6f: Verifying Checksum 01:03:34 36b3adc4ff6f: Download complete 01:03:34 46f8f816bc3b: Download complete 01:03:35 df20fa9351a1: Verifying Checksum 01:03:35 df20fa9351a1: Download complete 01:03:35 93b9cdb0e59b: Verifying Checksum 01:03:35 93b9cdb0e59b: Download complete 01:03:35 5e14af77c1be: Verifying Checksum 01:03:35 5e14af77c1be: Download complete 01:03:35 93b61091891f: Verifying Checksum 01:03:35 93b61091891f: Download complete 01:03:35 01666e4c0597: Verifying Checksum 01:03:35 01666e4c0597: Download complete 01:03:37 8ad3a11d3b57: Verifying Checksum 01:03:37 8ad3a11d3b57: Download complete 01:03:37 df20fa9351a1: Pull complete 01:03:37 36b3adc4ff6f: Pull complete 01:03:41 8ad3a11d3b57: Pull complete 01:03:41 46f8f816bc3b: Pull complete 01:03:43 93b61091891f: Pull complete 01:03:43 93b9cdb0e59b: Pull complete 01:03:43 5e14af77c1be: Pull complete 01:03:44 01666e4c0597: Pull complete 01:03:48 aa168da1d23b: Verifying Checksum 01:03:48 aa168da1d23b: Download complete 01:04:06 aa168da1d23b: Pull complete 01:04:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:04:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:04:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:04:07 prd-centos7-docker-4c-2g-32141 does not seem to be running inside a container 01:04:07 $ 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/45/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/45 -v /w/workspace/edgex-go/45:/w/workspace/edgex-go/45:rw,z -v /w/workspace/edgex-go/45@tmp:/w/workspace/edgex-go/45@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:04:14 $ docker top afa5ee2b4be0476c97bba46acac7fce3cd8c6d2c3a539528e19a038c184782bf -eo pid,comm [Pipeline] { [Pipeline] sh 01:04:16 + touch /tmp/pre-build-complete [Pipeline] sh 01:04:17 + mkdir -p /var/log/sa [Pipeline] sh 01:04:17 + ls /var/log/sa-host 01:04:17 + sadf -c /var/log/sa-host/sa23 01:04:17 file_magic: OK 01:04:17 HZ: Using current value: 100 01:04:17 file_header: OK 01:04:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:04:17 Statistics: 01:04:17 Hnuu...uuuununununu... 01:04:17 File successfully converted to sysstat format version 12.2.1 01:04:17 + sadf -c /var/log/sa-host/sa31 01:04:17 file_magic: OK 01:04:17 HZ: Using current value: 100 01:04:17 file_header: OK 01:04:17 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:04:17 Statistics: 01:04:17 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... 01:04:17 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:04:17 provisioning config files... 01:04:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/45@tmp/config262765747977611705tmp [Pipeline] { [Pipeline] echo 01:04:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:04:19 ---> create-netrc.sh [Pipeline] } 01:04:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:04:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:04:20 ---> python-tools-install.sh [Pipeline] echo 01:04:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:04:22 ---> sudo-logs.sh 01:04:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:04:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:04:22 ---> job-cost.sh 01:04:22 lf-activate-venv: SKIPPING 01:04:22 DEBUG: total: 0.20999999344348907 01:04:22 INFO: Retrieving Stack Cost... 01:04:24 INFO: Retrieving Pricing Info for: v1-standard-2 01:04:25 INFO: Archiving Costs [Pipeline] echo 01:04:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:04:26 ---> logs-deploy.sh 01:04:26 lf-activate-venv: SKIPPING 01:04:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/45 01:04:26 INFO: archiving workspace using pattern(s): 01:04:29 Archives upload complete. 01:04:29 INFO: archiving logs to Nexus 01:04:31 ---> uname -a: 01:04:31 Linux prd-centos7-docker-4c-2g-32141.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:04:31 01:04:31 01:04:31 ---> lscpu: 01:04:31 Architecture: x86_64 01:04:31 CPU op-mode(s): 32-bit, 64-bit 01:04:31 Byte Order: Little Endian 01:04:31 Address sizes: 40 bits physical, 48 bits virtual 01:04:31 CPU(s): 4 01:04:31 On-line CPU(s) list: 0-3 01:04:31 Thread(s) per core: 1 01:04:31 Core(s) per socket: 1 01:04:31 Socket(s): 4 01:04:31 NUMA node(s): 1 01:04:31 Vendor ID: GenuineIntel 01:04:31 CPU family: 6 01:04:31 Model: 44 01:04:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:04:31 Stepping: 1 01:04:31 CPU MHz: 2933.438 01:04:31 BogoMIPS: 5866.87 01:04:31 Virtualization: VT-x 01:04:31 Hypervisor vendor: KVM 01:04:31 Virtualization type: full 01:04:31 L1d cache: 128 KiB 01:04:31 L1i cache: 128 KiB 01:04:31 L2 cache: 16 MiB 01:04:31 L3 cache: 64 MiB 01:04:31 NUMA node0 CPU(s): 0-3 01:04:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:04:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:04:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:04:31 Vulnerability Meltdown: Mitigation; PTI 01:04:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:04:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:04:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:04:31 Vulnerability Srbds: Not affected 01:04:31 Vulnerability Tsx async abort: Not affected 01:04:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:04:31 01:04:31 01:04:31 ---> nproc: 01:04:31 4 01:04:31 01:04:31 01:04:31 ---> df -h: 01:04:31 Filesystem Size Used Available Use% Mounted on 01:04:31 overlay 50.0G 11.8G 38.2G 24% / 01:04:31 tmpfs 64.0M 0 64.0M 0% /dev 01:04:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:04:31 shm 64.0M 0 64.0M 0% /dev/shm 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/45 01:04:31 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/45@tmp 01:04:31 01:04:31 01:04:31 ---> free -m: 01:04:31 total used free shared buff/cache available 01:04:31 Mem: 1837 661 112 0 1063 1092 01:04:31 Swap: 1023 102 921 01:04:31 01:04:31 01:04:31 ---> ip addr: 01:04:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:04:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:04:31 inet 127.0.0.1/8 scope host lo 01:04:31 valid_lft forever preferred_lft forever 01:04:31 inet6 ::1/128 scope host 01:04:31 valid_lft forever preferred_lft forever 01:04:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:04:31 link/ether fa:16:3e:43:cb:50 brd ff:ff:ff:ff:ff:ff 01:04:31 inet 10.30.122.125/23 brd 10.30.123.255 scope global dynamic eth0 01:04:31 valid_lft 84311sec preferred_lft 84311sec 01:04:31 inet6 fe80::f816:3eff:fe43:cb50/64 scope link 01:04:31 valid_lft forever preferred_lft forever 01:04:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:04:31 link/ether 02:42:50:22:d0:a2 brd ff:ff:ff:ff:ff:ff 01:04:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:04:31 valid_lft forever preferred_lft forever 01:04:31 inet6 fe80::42:50ff:fe22:d0a2/64 scope link 01:04:31 valid_lft forever preferred_lft forever 01:04:31 01:04:31 01:04:31 ---> sar -b -r -n DEV: 01:04:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 01:04:31 01:04:31 00:29:27 LINUX RESTART (4 CPU) 01:04:31 01:04:31 00:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:04:31 00:31:01 116.34 64.07 52.27 0.00 4161.60 36896.41 0.00 01:04:31 00:32:02 34.10 8.66 25.44 0.00 3539.89 5825.97 0.00 01:04:31 00:33:01 33.14 6.81 26.33 0.00 1330.32 6509.62 0.00 01:04:31 00:34:02 103.80 47.79 56.01 0.00 4785.85 30867.25 0.00 01:04:31 00:35:01 156.27 56.04 100.24 0.00 2299.34 14066.19 0.00 01:04:31 00:36:01 164.19 63.84 100.35 0.00 2185.98 12976.39 0.00 01:04:31 00:37:02 80.96 26.41 54.56 0.00 1035.65 6183.98 0.00 01:04:31 00:38:01 49.45 10.99 38.46 0.00 543.83 4675.24 0.00 01:04:31 00:39:01 65.41 32.61 32.80 0.00 1428.85 2134.07 0.00 01:04:31 00:40:02 76.72 26.08 50.64 0.00 1712.26 5008.42 0.00 01:04:31 00:41:01 12.01 1.82 10.19 0.00 87.18 1628.98 0.00 01:04:31 00:42:01 83.06 11.56 71.50 0.00 743.00 19256.87 0.00 01:04:31 00:43:05 245.56 116.19 129.37 0.00 55284.13 103585.76 0.00 01:04:31 00:44:04 1232.61 1085.56 147.05 0.00 59582.35 65776.09 0.00 01:04:31 00:45:05 1569.89 1415.99 153.90 0.00 90293.76 97652.61 0.00 01:04:31 00:46:02 681.82 589.01 92.81 0.00 30272.31 34942.20 0.00 01:04:31 00:47:01 181.06 62.64 118.42 0.00 5271.58 21458.28 0.00 01:04:31 00:48:04 296.19 98.67 197.52 0.00 25521.88 80394.57 0.00 01:04:31 00:49:04 895.23 750.11 145.12 0.00 60339.99 59861.26 0.00 01:04:31 00:50:02 734.89 597.75 137.14 0.00 33945.34 35846.14 0.00 01:04:31 00:51:01 397.30 182.74 214.56 0.00 11156.68 26972.87 0.00 01:04:31 00:52:01 50.53 24.60 25.93 0.00 3060.01 2055.52 0.00 01:04:31 00:53:01 0.22 0.05 0.17 0.00 0.80 1.60 0.00 01:04:31 00:54:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 01:04:31 00:55:01 0.75 0.48 0.27 0.00 4.40 2.70 0.00 01:04:31 00:56:01 0.40 0.12 0.28 0.00 1.47 2.63 0.00 01:04:31 00:57:01 0.45 0.02 0.43 0.00 0.27 5.98 0.00 01:04:31 00:58:01 0.24 0.00 0.24 0.00 0.00 3.64 0.00 01:04:31 00:59:01 0.33 0.00 0.33 0.00 0.00 5.31 0.00 01:04:31 01:00:01 0.57 0.30 0.27 0.00 12.79 3.65 0.00 01:04:31 01:01:01 0.42 0.00 0.42 0.00 0.00 6.34 0.00 01:04:31 01:02:01 0.86 0.42 0.45 0.00 24.87 7.71 0.00 01:04:31 01:03:01 0.37 0.02 0.35 0.00 0.27 4.46 0.00 01:04:31 01:04:01 124.71 72.83 51.88 0.00 5503.80 12906.54 0.00 01:04:31 Average: 216.05 156.04 60.01 0.00 11945.85 20431.35 0.00 01:04:31 01:04:31 00:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:04:31 00:31:01 65752 0 549604 29.21 2620 1263568 1104640 37.70 382656 1235448 18284 01:04:31 00:32:02 70876 0 644056 34.23 2620 1163992 1577992 53.85 535020 1075436 30908 01:04:31 00:33:01 81524 0 826880 43.95 2620 970520 1573232 53.69 679036 917148 31788 01:04:31 00:34:02 80404 0 692352 36.80 2516 1106272 1532652 52.31 706620 870580 36296 01:04:31 00:35:01 123548 0 710444 37.76 1976 1045576 1530156 52.22 578076 931116 3860 01:04:31 00:36:01 246704 0 716328 38.07 1492 917020 1324916 45.22 517096 837848 17564 01:04:31 00:37:02 231028 0 769816 40.91 860 879840 1678036 57.27 602648 762232 60028 01:04:31 00:38:01 143676 0 807112 42.90 736 930020 1847576 63.05 707056 741008 66332 01:04:31 00:39:01 253484 0 771408 41.00 736 855916 1667556 56.91 595464 737788 59700 01:04:31 00:40:02 265148 0 782672 41.60 628 833096 1419684 48.45 647572 670192 14132 01:04:31 00:41:01 216072 0 713052 37.90 628 951792 1356020 46.28 608656 758052 84592 01:04:31 00:42:01 174964 0 722680 38.41 528 983372 1392652 47.53 579136 830428 24 01:04:31 00:43:05 77920 0 797488 42.38 0 1006136 2274060 77.61 761104 835964 75944 01:04:31 00:44:04 80456 0 811056 43.11 0 990032 2398528 81.86 716996 862880 54260 01:04:31 00:45:05 64608 0 821528 43.66 0 995408 2331872 79.58 693408 888200 72000 01:04:31 00:46:02 274208 0 1168840 62.12 0 438496 4010492 136.87 763132 569148 2140 01:04:31 00:47:01 396392 0 772788 41.07 0 712364 2372844 80.98 524592 702948 5812 01:04:31 00:48:04 69952 0 793088 42.15 0 1018504 2354496 80.36 726940 845112 34408 01:04:31 00:49:04 76480 0 1079252 57.36 0 725812 3428328 117.00 831360 702440 2072 01:04:31 00:50:02 77520 0 773456 41.11 0 1030568 2405872 82.11 680360 855852 90784 01:04:31 00:51:01 393052 0 620036 32.95 0 868456 1399592 47.77 500824 730824 24 01:04:31 00:52:01 381408 0 575436 30.58 0 924700 1215256 41.47 468584 781272 8 01:04:31 00:53:01 385216 0 571644 30.38 0 924684 1179264 40.25 466084 780952 8 01:04:31 00:54:01 385348 0 571488 30.37 0 924708 1179264 40.25 466216 780968 8 01:04:31 00:55:01 384960 0 571868 30.39 0 924716 1179480 40.25 466492 781052 8 01:04:31 00:56:01 384560 0 572256 30.41 0 924728 1179540 40.26 466672 781324 8 01:04:31 00:57:01 385260 0 571556 30.38 0 924728 1179300 40.25 466064 781320 8 01:04:31 00:58:01 385284 0 571520 30.38 0 924740 1179264 40.25 465944 781328 8 01:04:31 00:59:01 385112 0 571680 30.38 0 924752 1179264 40.25 465828 781328 8 01:04:31 01:00:01 384880 0 571556 30.38 0 925108 1179264 40.25 465952 781696 8 01:04:31 01:01:01 383736 0 572672 30.44 0 925136 1181692 40.33 466792 781712 8 01:04:31 01:02:01 383856 0 571876 30.39 0 925812 1179820 40.27 466276 782300 8 01:04:31 01:03:01 383996 0 571696 30.38 0 925852 1179772 40.26 466336 782316 20 01:04:31 01:04:01 72772 0 661548 35.16 0 1147224 1647596 56.23 622996 917200 96840 01:04:31 Average: 239710 0 702080 37.31 528 939225 1671176 57.03 575235 813394 25232 01:04:31 01:04:31 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:04:31 00:31:01 eth0 164.86 142.92 716.44 41.71 0.00 0.00 0.00 0.00 01:04:31 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:32:02 eth0 514.47 424.88 2937.19 59.08 0.00 0.00 0.00 0.00 01:04:31 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:33:01 eth0 486.14 580.53 2713.21 86.97 0.00 0.00 0.00 0.00 01:04:31 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:33:01 veth1985ed1 560.85 461.30 63.98 2689.36 0.00 0.00 0.00 0.00 01:04:31 00:33:01 docker0 560.85 461.17 56.31 2689.35 0.00 0.00 0.00 0.00 01:04:31 00:34:02 eth0 283.52 242.79 2818.77 26.77 0.00 0.00 0.00 0.00 01:04:31 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:34:02 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:35:01 veth2e24665 32.29 46.60 3.13 88.90 0.00 0.00 0.00 0.00 01:04:31 00:35:01 eth0 132.50 92.19 468.91 53.28 0.00 0.00 0.00 0.00 01:04:31 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:35:01 docker0 71.38 103.83 4.72 452.17 0.00 0.00 0.00 0.00 01:04:31 00:36:01 veth6fccf80 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:36:01 eth0 97.61 35.66 406.40 10.59 0.00 0.00 0.00 0.00 01:04:31 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:36:01 docker0 16.47 73.21 1.44 382.77 0.00 0.00 0.00 0.00 01:04:31 00:37:02 veth6fccf80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:37:02 eth0 17.15 15.79 9.70 40.22 0.00 0.00 0.00 0.00 01:04:31 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:38:01 veth6fccf80 0.44 0.44 0.04 0.04 0.00 0.00 0.00 0.00 01:04:31 00:38:01 eth0 26.84 20.55 20.45 11.28 0.00 0.00 0.00 0.00 01:04:31 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:38:01 docker0 0.44 0.44 0.03 0.04 0.00 0.00 0.00 0.00 01:04:31 00:39:01 veth6fccf80 1.71 1.71 0.14 0.14 0.00 0.00 0.00 0.00 01:04:31 00:39:01 eth0 30.80 27.93 18.65 56.91 0.00 0.00 0.00 0.00 01:04:31 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:39:01 docker0 1.71 1.71 0.11 0.14 0.00 0.00 0.00 0.00 01:04:31 00:40:02 veth6fccf80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:40:02 eth0 16.70 12.74 14.04 7.73 0.00 0.00 0.00 0.00 01:04:31 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:41:01 veth6fccf80 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:41:01 eth0 23.99 19.45 14.70 40.34 0.00 0.00 0.00 0.00 01:04:31 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:42:01 vethf65e9d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:42:01 veth0cfd32b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:42:01 eth0 184.52 154.73 1691.13 56.24 0.00 0.00 0.00 0.00 01:04:31 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:43:05 vethf65e9d9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:43:05 eth0 10.72 8.10 9.56 4.45 0.00 0.00 0.00 0.00 01:04:31 00:43:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:43:05 docker0 599.63 590.77 57.67 3250.67 0.00 0.00 0.00 0.00 01:04:31 00:44:04 vethf65e9d9 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:44:04 eth0 49.24 34.48 165.40 40.18 0.00 0.00 0.00 0.00 01:04:31 00:44:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:44:04 docker0 13.59 24.62 0.75 149.37 0.00 0.00 0.00 0.00 01:04:31 00:45:05 vethf65e9d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:45:05 eth0 3.05 2.19 2.30 1.25 0.00 0.00 0.00 0.00 01:04:31 00:45:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:45:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:46:02 veth3b97580 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:46:02 vethf65e9d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:46:02 vethe8b1904 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:46:02 eth0 8.51 6.79 6.53 3.58 0.00 0.00 0.00 0.00 01:04:31 00:47:01 vethf65e9d9 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:47:01 veth01ad1e0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:47:01 eth0 45.76 31.78 207.41 6.74 0.00 0.00 0.00 0.00 01:04:31 00:47:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:04:31 00:48:04 vethf65e9d9 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:48:04 eth0 227.84 125.56 1471.34 60.02 0.00 0.00 0.00 0.00 01:04:31 00:48:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:48:04 veth2846cb5 17.69 55.34 1.17 250.86 0.00 0.00 0.00 0.00 01:04:31 00:49:04 veth02b563b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:49:04 veth5713ffd 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:49:04 vethf65e9d9 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:49:04 veth0cd1920 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:50:02 veth5713ffd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:50:02 vethf65e9d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:50:02 eth0 2490.24 2093.96 14369.94 677.33 0.00 0.00 0.00 0.00 01:04:31 00:50:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:04:31 00:51:01 vethf65e9d9 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 00:51:01 eth0 76.86 59.51 158.65 86.28 0.00 0.00 0.00 0.00 01:04:31 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:51:01 docker0 720.12 806.39 66.71 4325.84 0.00 0.00 0.00 0.00 01:04:31 00:52:01 eth0 27.83 19.89 59.24 7.59 0.00 0.00 0.00 0.00 01:04:31 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:52:01 docker0 6.80 10.68 0.40 45.07 0.00 0.00 0.00 0.00 01:04:31 00:53:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 01:04:31 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:54:01 eth0 0.50 0.05 0.05 0.00 0.00 0.00 0.00 0.00 01:04:31 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:55:01 eth0 1.02 0.35 0.33 0.20 0.00 0.00 0.00 0.00 01:04:31 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:56:01 eth0 0.62 0.40 0.34 0.26 0.00 0.00 0.00 0.00 01:04:31 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:57:01 eth0 0.17 0.07 0.07 0.00 0.00 0.00 0.00 0.00 01:04:31 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:58:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:59:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:00:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:01:01 eth0 0.18 0.13 0.08 0.07 0.00 0.00 0.00 0.00 01:04:31 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:02:01 eth0 0.17 0.08 0.07 0.01 0.00 0.00 0.00 0.00 01:04:31 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:03:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 01:04:31 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:04:01 eth0 226.06 168.65 2174.76 47.51 0.00 0.00 0.00 0.00 01:04:31 01:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 01:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 Average: eth0 79.97 66.70 478.70 23.42 0.00 0.00 0.00 0.00 01:04:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:04:31 Average: docker0 21.13 23.75 1.95 127.07 0.00 0.00 0.00 0.00 01:04:31 01:04:31 01:04:31 ---> sar -P ALL: 01:04:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 01:04:31 01:04:31 00:29:27 LINUX RESTART (4 CPU) 01:04:31 01:04:31 00:30:02 CPU %user %nice %system %iowait %steal %idle 01:04:31 00:31:01 all 10.40 0.00 6.77 10.65 36.49 35.68 01:04:31 00:31:01 0 10.07 0.00 6.14 11.26 39.35 33.18 01:04:31 00:31:01 1 8.91 0.00 10.06 8.86 35.75 36.42 01:04:31 00:31:01 2 10.40 0.00 5.35 12.43 35.56 36.25 01:04:31 00:31:01 3 12.21 0.00 5.65 9.95 35.35 36.84 01:04:31 00:32:02 all 3.73 0.00 2.60 0.79 26.61 66.28 01:04:31 00:32:02 0 3.43 0.00 2.22 0.42 29.78 64.15 01:04:31 00:32:02 1 4.14 0.00 2.59 0.57 27.61 65.09 01:04:31 00:32:02 2 3.02 0.00 2.71 1.34 23.72 69.21 01:04:31 00:32:02 3 4.37 0.00 2.88 0.84 25.13 66.78 01:04:31 00:33:01 all 5.23 0.00 3.22 0.59 33.47 57.48 01:04:31 00:33:01 0 4.41 0.00 3.43 1.28 37.30 53.57 01:04:31 00:33:01 1 5.43 0.00 3.37 0.44 33.32 57.43 01:04:31 00:33:01 2 5.68 0.00 2.97 0.12 30.83 60.40 01:04:31 00:33:01 3 5.42 0.00 3.09 0.51 32.29 58.69 01:04:31 00:34:02 all 5.17 0.00 3.18 1.55 30.82 59.30 01:04:31 00:34:02 0 3.82 0.00 2.75 1.15 31.81 60.48 01:04:31 00:34:02 1 3.68 0.00 2.81 1.14 31.46 60.91 01:04:31 00:34:02 2 7.83 0.00 3.31 1.27 30.52 57.08 01:04:31 00:34:02 3 5.39 0.00 3.86 2.64 29.45 58.67 01:04:31 00:35:01 all 2.47 0.00 3.31 2.46 26.72 65.03 01:04:31 00:35:01 0 2.71 0.00 3.12 1.39 29.59 63.19 01:04:31 00:35:01 1 2.20 0.00 4.09 4.12 26.29 63.30 01:04:31 00:35:01 2 2.58 0.00 3.36 2.48 25.86 65.72 01:04:31 00:35:01 3 2.42 0.00 2.66 1.85 25.14 67.93 01:04:31 00:36:01 all 5.94 0.00 6.00 5.66 29.90 52.50 01:04:31 00:36:01 0 5.03 0.00 5.57 4.87 30.99 53.53 01:04:31 00:36:01 1 6.89 0.00 6.40 5.90 29.95 50.87 01:04:31 00:36:01 2 6.36 0.00 4.88 6.04 29.67 53.05 01:04:31 00:36:01 3 5.46 0.00 7.21 5.83 28.95 52.54 01:04:31 00:37:02 all 33.81 0.00 9.66 2.02 37.71 16.79 01:04:31 00:37:02 0 37.74 0.00 10.09 1.95 35.74 14.49 01:04:31 00:37:02 1 38.75 0.00 10.74 1.82 36.44 12.25 01:04:31 00:37:02 2 29.33 0.00 8.33 2.51 39.81 20.02 01:04:31 00:37:02 3 30.01 0.00 9.63 1.76 38.66 19.95 01:04:31 00:38:01 all 24.59 0.00 7.66 1.47 43.52 22.76 01:04:31 00:38:01 0 26.47 0.00 8.02 1.33 45.03 19.15 01:04:31 00:38:01 1 22.35 0.00 8.33 2.27 44.79 22.25 01:04:31 00:38:01 2 24.66 0.00 6.91 1.53 42.44 24.47 01:04:31 00:38:01 3 24.95 0.00 7.37 0.75 41.87 25.07 01:04:31 00:39:01 all 22.04 0.00 8.98 2.68 36.92 29.38 01:04:31 00:39:01 0 19.06 0.00 7.12 3.15 38.18 32.48 01:04:31 00:39:01 1 22.60 0.00 9.92 2.77 37.08 27.65 01:04:31 00:39:01 2 22.67 0.00 8.18 3.15 36.86 29.14 01:04:31 00:39:01 3 24.06 0.00 10.88 1.61 35.45 27.99 01:04:31 00:40:02 all 22.77 0.00 10.36 1.41 32.28 33.18 01:04:31 00:40:02 0 22.97 0.00 9.82 2.35 32.30 32.55 01:04:31 00:40:02 1 22.28 0.00 10.34 1.14 33.18 33.07 01:04:31 00:40:02 2 22.22 0.00 10.01 1.09 31.32 35.36 01:04:31 00:40:02 3 23.67 0.00 11.32 1.04 32.32 31.64 01:04:31 00:41:01 all 12.58 0.00 8.21 0.09 40.76 38.37 01:04:31 00:41:01 0 11.06 0.00 7.15 0.08 41.57 40.15 01:04:31 00:41:01 1 12.18 0.00 8.24 0.13 41.66 37.79 01:04:31 00:41:01 2 14.84 0.00 9.57 0.08 39.79 35.72 01:04:31 00:41:01 3 12.39 0.00 7.96 0.05 39.95 39.65 01:04:31 01:04:31 00:41:01 CPU %user %nice %system %iowait %steal %idle 01:04:31 00:42:01 all 5.63 0.00 5.85 0.76 29.34 58.42 01:04:31 00:42:01 0 6.05 0.00 4.92 1.01 30.27 57.75 01:04:31 00:42:01 1 5.95 0.00 6.44 1.02 29.30 57.28 01:04:31 00:42:01 2 5.11 0.00 6.51 0.71 29.31 58.37 01:04:31 00:42:01 3 5.38 0.00 5.54 0.31 28.46 60.31 01:04:31 00:43:05 all 7.87 0.00 9.21 10.31 39.49 33.12 01:04:31 00:43:05 0 8.60 0.00 8.58 10.43 40.06 32.33 01:04:31 00:43:05 1 6.50 0.00 9.15 9.94 39.21 35.19 01:04:31 00:43:05 2 9.23 0.00 10.45 10.48 39.61 30.22 01:04:31 00:43:05 3 7.21 0.00 8.71 10.41 39.06 34.61 01:04:31 00:44:04 all 8.50 0.00 10.17 21.53 32.87 26.94 01:04:31 00:44:04 0 8.91 0.00 10.41 22.86 33.23 24.58 01:04:31 00:44:04 1 7.26 0.00 9.61 21.40 33.86 27.87 01:04:31 00:44:04 2 8.61 0.00 10.35 24.12 32.16 24.76 01:04:31 00:44:04 3 9.24 0.00 10.30 17.72 32.19 30.56 01:04:31 00:45:05 all 6.01 0.00 7.31 36.09 30.37 20.21 01:04:31 00:45:05 0 5.81 0.00 7.49 37.00 30.85 18.85 01:04:31 00:45:05 1 6.36 0.00 7.38 32.54 29.82 23.90 01:04:31 00:45:05 2 5.73 0.00 7.31 38.68 30.27 18.02 01:04:31 00:45:05 3 6.16 0.00 7.07 36.11 30.52 20.14 01:04:31 00:46:02 all 23.14 0.00 10.35 17.70 33.00 15.81 01:04:31 00:46:02 0 20.95 0.00 10.19 15.46 35.83 17.57 01:04:31 00:46:02 1 25.18 0.00 11.19 19.80 30.86 12.96 01:04:31 00:46:02 2 22.30 0.00 9.87 17.33 33.72 16.79 01:04:31 00:46:02 3 24.30 0.00 10.19 18.37 31.39 15.76 01:04:31 00:47:01 all 47.90 0.00 11.85 5.61 25.77 8.87 01:04:31 00:47:01 0 47.62 0.00 12.18 3.25 25.52 11.42 01:04:31 00:47:01 1 51.54 0.00 13.39 5.06 21.36 8.64 01:04:31 00:47:01 2 50.89 0.00 11.84 9.32 21.78 6.17 01:04:31 00:47:01 3 41.74 0.00 10.07 4.76 34.16 9.26 01:04:31 00:48:04 all 7.00 0.00 9.47 9.57 44.31 29.66 01:04:31 00:48:04 0 6.18 0.00 8.39 10.61 44.62 30.20 01:04:31 00:48:04 1 7.44 0.00 10.04 9.59 42.71 30.21 01:04:31 00:48:04 2 6.31 0.00 9.60 9.33 45.07 29.69 01:04:31 00:48:04 3 8.12 0.00 9.91 8.69 44.79 28.49 01:04:31 00:49:04 all 14.07 0.00 9.89 18.44 37.49 20.12 01:04:31 00:49:04 0 12.89 0.00 9.88 21.03 37.92 18.29 01:04:31 00:49:04 1 14.77 0.00 9.48 17.91 36.17 21.66 01:04:31 00:49:04 2 14.30 0.00 9.53 16.57 37.26 22.34 01:04:31 00:49:04 3 14.28 0.00 10.69 18.31 38.66 18.06 01:04:31 00:50:02 all 31.96 0.00 12.45 13.24 37.31 5.04 01:04:31 00:50:02 0 31.38 0.00 14.05 10.95 39.34 4.28 01:04:31 00:50:02 1 31.99 0.00 11.92 15.77 36.42 3.90 01:04:31 00:50:02 2 34.70 0.00 11.52 13.99 35.32 4.47 01:04:31 00:50:02 3 29.74 0.00 12.35 12.22 38.18 7.50 01:04:31 00:51:01 all 21.58 0.00 11.39 14.84 31.80 20.38 01:04:31 00:51:01 0 22.80 0.00 10.66 14.83 32.86 18.86 01:04:31 00:51:01 1 22.66 0.00 12.57 13.00 30.98 20.79 01:04:31 00:51:01 2 21.65 0.00 11.44 17.94 29.87 19.10 01:04:31 00:51:01 3 19.17 0.00 10.88 13.57 33.54 22.83 01:04:31 00:52:01 all 0.99 0.00 2.02 1.67 7.46 87.86 01:04:31 00:52:01 0 1.58 0.00 2.49 1.38 7.50 87.06 01:04:31 00:52:01 1 0.81 0.00 1.61 2.10 8.38 87.09 01:04:31 00:52:01 2 0.84 0.00 2.42 2.46 6.63 87.65 01:04:31 00:52:01 3 0.73 0.00 1.59 0.73 7.32 89.63 01:04:31 01:04:31 00:52:01 CPU %user %nice %system %iowait %steal %idle 01:04:31 00:53:01 all 0.07 0.00 0.13 0.00 1.36 98.43 01:04:31 00:53:01 0 0.03 0.00 0.05 0.00 1.43 98.49 01:04:31 00:53:01 1 0.02 0.00 0.07 0.00 1.29 98.63 01:04:31 00:53:01 2 0.03 0.00 0.17 0.02 0.96 98.82 01:04:31 00:53:01 3 0.21 0.00 0.23 0.00 1.76 97.80 01:04:31 00:54:01 all 0.13 0.00 0.10 0.00 0.44 99.32 01:04:31 00:54:01 0 0.03 0.00 0.03 0.00 1.02 98.91 01:04:31 00:54:01 1 0.05 0.00 0.17 0.00 0.12 99.67 01:04:31 00:54:01 2 0.05 0.00 0.15 0.00 0.13 99.67 01:04:31 00:54:01 3 0.38 0.00 0.07 0.00 0.50 99.05 01:04:31 00:55:01 all 0.09 0.00 0.03 0.05 0.47 99.36 01:04:31 00:55:01 0 0.00 0.00 0.02 0.02 1.01 98.96 01:04:31 00:55:01 1 0.02 0.00 0.02 0.00 0.03 99.93 01:04:31 00:55:01 2 0.03 0.00 0.03 0.12 0.35 99.47 01:04:31 00:55:01 3 0.32 0.00 0.05 0.05 0.48 99.10 01:04:31 00:56:01 all 0.14 0.00 0.25 0.01 1.11 98.49 01:04:31 00:56:01 0 0.05 0.00 0.12 0.00 0.71 99.12 01:04:31 00:56:01 1 0.05 0.00 0.33 0.00 1.12 98.50 01:04:31 00:56:01 2 0.03 0.00 0.35 0.02 0.98 98.62 01:04:31 00:56:01 3 0.44 0.00 0.20 0.02 1.61 97.73 01:04:31 00:57:01 all 0.12 0.00 0.03 0.00 0.14 99.71 01:04:31 00:57:01 0 0.02 0.00 0.05 0.00 0.17 99.77 01:04:31 00:57:01 1 0.02 0.00 0.02 0.00 0.05 99.92 01:04:31 00:57:01 2 0.02 0.00 0.02 0.00 0.17 99.80 01:04:31 00:57:01 3 0.43 0.00 0.03 0.00 0.18 99.35 01:04:31 00:58:01 all 0.14 0.00 0.03 0.00 0.08 99.75 01:04:31 00:58:01 0 0.02 0.00 0.02 0.00 0.03 99.93 01:04:31 00:58:01 1 0.05 0.00 0.02 0.00 0.10 99.83 01:04:31 00:58:01 2 0.05 0.00 0.05 0.00 0.14 99.76 01:04:31 00:58:01 3 0.44 0.00 0.03 0.00 0.03 99.49 01:04:31 00:59:01 all 0.12 0.00 0.03 0.00 0.22 99.62 01:04:31 00:59:01 0 0.00 0.00 0.00 0.00 0.07 99.93 01:04:31 00:59:01 1 0.02 0.00 0.03 0.00 0.03 99.92 01:04:31 00:59:01 2 0.05 0.00 0.07 0.00 0.65 99.24 01:04:31 00:59:01 3 0.42 0.00 0.03 0.00 0.15 99.40 01:04:31 01:00:01 all 0.08 0.00 0.04 0.01 0.88 98.99 01:04:31 01:00:01 0 0.02 0.00 0.02 0.00 0.33 99.63 01:04:31 01:00:01 1 0.03 0.00 0.02 0.00 0.43 99.52 01:04:31 01:00:01 2 0.05 0.00 0.08 0.03 1.93 97.90 01:04:31 01:00:01 3 0.23 0.00 0.03 0.00 0.81 98.92 01:04:31 01:01:01 all 0.09 0.00 0.03 0.00 0.54 99.34 01:04:31 01:01:01 0 0.02 0.00 0.02 0.00 0.20 99.77 01:04:31 01:01:01 1 0.05 0.00 0.03 0.00 0.35 99.57 01:04:31 01:01:01 2 0.05 0.00 0.03 0.00 1.20 98.71 01:04:31 01:01:01 3 0.23 0.00 0.03 0.00 0.40 99.33 01:04:31 01:02:01 all 0.12 0.00 0.04 0.02 0.31 99.50 01:04:31 01:02:01 0 0.13 0.00 0.03 0.03 0.15 99.65 01:04:31 01:02:01 1 0.03 0.00 0.03 0.03 0.20 99.70 01:04:31 01:02:01 2 0.28 0.00 0.05 0.00 0.78 98.89 01:04:31 01:02:01 3 0.05 0.00 0.05 0.02 0.12 99.77 01:04:31 01:03:01 all 0.12 0.00 0.02 0.00 0.15 99.70 01:04:31 01:03:01 0 0.03 0.00 0.03 0.00 0.03 99.90 01:04:31 01:03:01 1 0.02 0.00 0.02 0.00 0.22 99.75 01:04:31 01:03:01 2 0.43 0.00 0.02 0.02 0.27 99.27 01:04:31 01:03:01 3 0.02 0.00 0.00 0.00 0.08 99.90 01:04:31 01:04:31 01:03:01 CPU %user %nice %system %iowait %steal %idle 01:04:31 01:04:01 all 4.11 0.00 4.63 2.97 23.50 64.80 01:04:31 01:04:01 0 4.41 0.00 4.12 4.55 26.11 60.81 01:04:31 01:04:01 1 3.64 0.00 5.66 1.27 22.07 67.35 01:04:31 01:04:01 2 3.19 0.00 4.04 1.99 22.98 67.79 01:04:31 01:04:01 3 5.20 0.00 4.72 4.01 22.75 63.32 01:04:31 Average: all 9.16 0.00 5.11 5.39 22.53 57.82 01:04:31 Average: 0 8.99 0.00 4.92 5.43 23.46 57.21 01:04:31 Average: 1 9.19 0.00 5.41 5.26 22.23 57.91 01:04:31 Average: 2 9.36 0.00 5.02 5.77 22.09 57.76 01:04:31 Average: 3 9.08 0.00 5.10 5.09 22.33 58.40 01:04:31 01:04:31 01:04:31