Pull request #3192 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 5c6281c33c47276eacdbb13638039abd0291140c+cc679f17c5203d1805fe25c40abcaf676b6725c1 (2e1f30586d8e3fda6b6f10ca59cb6046569fbe1c) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27653’ Running on prd-centos7-docker-4c-2g-27656 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c > 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/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 > git remote # timeout=10 Merge succeeded, producing 5c6281c33c47276eacdbb13638039abd0291140c Checking out Revision 5c6281c33c47276eacdbb13638039abd0291140c (PR-3192) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets Operations" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 123b8260e54e2951a1611dc95d57857d34645914 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 14:50:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 14:50:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 14:50:21 ========================================================= 14:50:21 EdgeX Global Pipelines Version Info 14:50:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 14:50:25 ------------------- 14:50:25 stable info: 14:50:25 ------------------- 14:50:25 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 14:50:25 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 14:50:25 Message: update stable to v1.0.181 14:50:26 ------------------- 14:50:26 experimental info: 14:50:26 ------------------- 14:50:26 Commited By: **** collab-it+edgex@linuxfoundation.org 14:50:26 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 14:50:26 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 14:50:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 14:50:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3192 [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3192 [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3192 [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5c6281c33c47276eacdbb13638039abd0291140c [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5c6281c [Pipeline] echo 14:50:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:50:28 provisioning config files... 14:50:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7593315428711579934tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:50:29 ---> docker-login.sh 14:50:29 nexus3.edgexfoundry.org:10001 14:50:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:50:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:50:32 Configure a credential helper to remove this warning. See 14:50:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:50:32 14:50:32 Login Succeeded 14:50:32 nexus3.edgexfoundry.org:10002 14:50:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:50:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:50:33 Configure a credential helper to remove this warning. See 14:50:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:50:33 14:50:33 Login Succeeded 14:50:33 nexus3.edgexfoundry.org:10003 14:50:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:50:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:50:34 Configure a credential helper to remove this warning. See 14:50:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:50:34 14:50:34 Login Succeeded 14:50:34 nexus3.edgexfoundry.org:10004 14:50:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:50:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:50:35 Configure a credential helper to remove this warning. See 14:50:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:50:35 14:50:35 Login Succeeded 14:50:35 docker.io 14:50:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:50:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:50:36 Configure a credential helper to remove this warning. See 14:50:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:50:36 14:50:36 Login Succeeded 14:50:36 ---> docker-login.sh ends [Pipeline] } 14:50:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:50:37 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ dirname cmd/core-command/Dockerfile 14:50:37 ++ cut -d/ -f2 14:50:37 + echo core-command,cmd/core-command/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ dirname cmd/core-data/Dockerfile 14:50:37 ++ cut -d/ -f2 14:50:37 + echo core-data,cmd/core-data/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ dirname cmd/core-metadata/Dockerfile 14:50:37 ++ cut -d/ -f2 14:50:37 + echo core-metadata,cmd/core-metadata/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ dirname cmd/security-bootstrapper/Dockerfile 14:50:37 ++ cut -d/ -f2 14:50:37 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ dirname cmd/security-proxy-setup/Dockerfile 14:50:37 ++ cut -d/ -f2 14:50:37 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ dirname cmd/security-secretstore-setup/Dockerfile 14:50:37 ++ cut -d/ -f2 14:50:37 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ cut -d/ -f2 14:50:37 ++ dirname cmd/support-notifications/Dockerfile 14:50:37 + echo support-notifications,cmd/support-notifications/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ dirname cmd/support-scheduler/Dockerfile 14:50:37 ++ cut -d/ -f2 14:50:37 + echo support-scheduler,cmd/support-scheduler/Dockerfile 14:50:37 + for file in '`ls cmd/**/Dockerfile`' 14:50:37 ++ dirname cmd/sys-mgmt-agent/Dockerfile 14:50:37 ++ cut -d/ -f2 14:50:37 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 14:50:37 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 14:50:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:50:39 14:50:39 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 14:50:40 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:50:40 latest: Pulling from edgex-devops/git-semver 14:50:40 31603596830f: Pulling fs layer 14:50:40 2a8b12db71e7: Pulling fs layer 14:50:40 6ca5941a6612: Pulling fs layer 14:50:40 ecc8261a40a4: Pulling fs layer 14:50:40 ecc8261a40a4: Waiting 14:50:40 2a8b12db71e7: Verifying Checksum 14:50:40 2a8b12db71e7: Download complete 14:50:40 31603596830f: Verifying Checksum 14:50:40 31603596830f: Download complete 14:50:40 ecc8261a40a4: Verifying Checksum 14:50:40 ecc8261a40a4: Download complete 14:50:41 6ca5941a6612: Verifying Checksum 14:50:41 6ca5941a6612: Download complete 14:50:42 31603596830f: Pull complete 14:50:43 2a8b12db71e7: Pull complete 14:50:44 6ca5941a6612: Pull complete 14:50:44 ecc8261a40a4: Pull complete 14:50:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 14:50:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 14:50:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 14:50:46 prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container 14:50:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 14:50:49 $ docker top c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 14:50:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:50:50 [ssh-agent] Looking for ssh-agent implementation... 14:50:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:50:50 $ docker exec c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 ssh-agent 14:50:51 SSH_AUTH_SOCK=/tmp/ssh-zJ1jzLYW3nuG/agent.12 14:50:51 SSH_AGENT_PID=18 14:50:51 Running ssh-add (command line suppressed) 14:50:52 Identity added: /w/workspace/edgex-go/3@tmp/private_key_1113443140436231270.key (/w/workspace/edgex-go/3@tmp/private_key_1113443140436231270.key) 14:50:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:50:54 + git tag --points-at HEAD [Pipeline] } 14:50:54 $ docker exec --env ******** --env ******** c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 ssh-agent -k 14:50:55 unset SSH_AUTH_SOCK; 14:50:55 unset SSH_AGENT_PID; 14:50:55 echo Agent pid 18 killed; 14:50:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 14:50:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 14:50:55 [ssh-agent] Looking for ssh-agent implementation... 14:50:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 14:50:56 $ docker exec c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 ssh-agent 14:50:57 SSH_AUTH_SOCK=/tmp/ssh-TFIwHYHxKYZj/agent.46 14:50:57 SSH_AGENT_PID=51 14:50:57 Running ssh-add (command line suppressed) 14:50:57 Identity added: /w/workspace/edgex-go/3@tmp/private_key_6975638877089750649.key (/w/workspace/edgex-go/3@tmp/private_key_6975638877089750649.key) 14:50:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 14:51:00 + git semver init 14:51:00 # -> Open(): unable to determine branch for HEAD 14:51:00 # $GIT_DIR = /w/workspace/edgex-go/3/.git 14:51:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 14:51:00 # $SEMVER_REMOTE_NAME = origin 14:51:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 14:51:00 # $SEMVER_USER_NAME = edgex-jenkins 14:51:00 # $SEMVER_BRANCH = PR-3192 14:51:00 # $SEMVER_TEMP = /tmp/semver-789080053 14:51:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 14:52:10 # '/tmp/semver-789080053' -> '/w/workspace/edgex-go/3/.semver' 14:52:10 # -> Force: false 14:52:10 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 14:52:10 $ docker exec --env ******** --env ******** c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 ssh-agent -k 14:52:12 unset SSH_AUTH_SOCK; 14:52:12 unset SSH_AGENT_PID; 14:52:12 echo Agent pid 51 killed; 14:52:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 14:52:13 + git semver [Pipeline] } 14:52:13 $ docker stop --time=1 c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 14:52:17 $ docker rm -f c462b86e7372b4bbbd1bf462ea263f8bbb79bf66b318da7acc318f3ada435619 [Pipeline] // withDockerContainer [Pipeline] sh 14:52:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 14:52:20 Stashed 1 file(s) [Pipeline] echo 14:52:20 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:52:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 14:52:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:52:22 + true 14:52:22 + sudo service docker restart 14:52:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 14:52:23 ========================================================= 14:52:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 14:52:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:52:24 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 14:52:35 Still waiting to schedule task 14:52:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 14:52:35 Sending build context to Docker daemon 328MB 14:52:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:52:35 Step 2/6 : FROM ${BASE} 14:52:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 14:52:35 188c0c94c7c5: Pulling fs layer 14:52:35 0ef7d3d256c8: Pulling fs layer 14:52:35 de9db76c5a1d: Pulling fs layer 14:52:35 bca2f99d35d6: Pulling fs layer 14:52:35 93359f2a8cfa: Pulling fs layer 14:52:35 7c6f9722023f: Pulling fs layer 14:52:35 a35cf1a2eb13: Pulling fs layer 14:52:35 bca2f99d35d6: Waiting 14:52:35 93359f2a8cfa: Waiting 14:52:35 7c6f9722023f: Waiting 14:52:35 a35cf1a2eb13: Waiting 14:52:35 de9db76c5a1d: Verifying Checksum 14:52:35 de9db76c5a1d: Download complete 14:52:35 0ef7d3d256c8: Verifying Checksum 14:52:35 0ef7d3d256c8: Download complete 14:52:35 93359f2a8cfa: Verifying Checksum 14:52:35 93359f2a8cfa: Download complete 14:52:36 7c6f9722023f: Verifying Checksum 14:52:36 7c6f9722023f: Download complete 14:52:36 188c0c94c7c5: Verifying Checksum 14:52:36 188c0c94c7c5: Download complete 14:52:37 188c0c94c7c5: Pull complete 14:52:38 0ef7d3d256c8: Pull complete 14:52:39 de9db76c5a1d: Pull complete 14:52:45 a35cf1a2eb13: Verifying Checksum 14:52:45 a35cf1a2eb13: Download complete 14:52:49 bca2f99d35d6: Verifying Checksum 14:52:49 bca2f99d35d6: Download complete 14:53:12 bca2f99d35d6: Pull complete 14:53:12 93359f2a8cfa: Pull complete 14:53:12 7c6f9722023f: Pull complete 14:53:20 a35cf1a2eb13: Pull complete 14:53:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 14:53:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 14:53:20 ---> a62c8e92a672 14:53:20 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:53:20 ---> Running in 24b3904c671f 14:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:53:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:53:24 (1/12) Installing libmagic (5.38-r0) 14:53:25 (2/12) Installing file (5.38-r0) 14:53:25 (3/12) Installing libc-dev (0.7.2-r3) 14:53:25 (4/12) Installing g++ (9.3.0-r2) 14:53:45 (5/12) Installing fortify-headers (1.1-r0) 14:53:45 (6/12) Installing patch (2.7.6-r6) 14:53:45 (7/12) Installing build-base (0.5-r2) 14:53:45 (8/12) Installing libsodium (1.0.18-r0) 14:53:45 (9/12) Installing pkgconf (1.7.2-r0) 14:53:45 (10/12) Installing libsodium-dev (1.0.18-r0) 14:53:45 (11/12) Installing libzmq (4.3.3-r0) 14:53:46 (12/12) Installing zeromq-dev (4.3.3-r0) 14:53:46 Executing busybox-1.31.1-r19.trigger 14:53:46 OK: 233 MiB in 51 packages 14:53:51 Removing intermediate container 24b3904c671f 14:53:51 ---> daa49390f110 14:53:51 Step 4/6 : WORKDIR /edgex-go 14:53:51 ---> Running in 167760e65a63 14:53:51 Removing intermediate container 167760e65a63 14:53:51 ---> ae378a6b3c5e 14:53:51 Step 5/6 : COPY go.mod . 14:53:52 ---> 56c15de3a365 14:53:52 Step 6/6 : RUN go mod download 14:53:52 ---> Running in cd7ec08cfb94 14:54:41 Removing intermediate container cd7ec08cfb94 14:54:41 ---> 8e9abdfe1cd5 14:54:41 Successfully built 8e9abdfe1cd5 14:54:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 14:54:42 + docker inspect -f . ci-base-image-x86_64 14:54:42 . [Pipeline] withDockerContainer 14:54:43 prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container 14:54:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:54:45 $ docker top e24b5a92671eb67f4bfe77f74a67773837933dd851e24253b3a4fdbccdcbcc31 -eo pid,comm [Pipeline] { [Pipeline] sh 14:54:47 + go version 14:54:47 go version go1.15.5 linux/amd64 [Pipeline] } 14:54:47 $ docker stop --time=1 e24b5a92671eb67f4bfe77f74a67773837933dd851e24253b3a4fdbccdcbcc31 14:54:49 $ docker rm -f e24b5a92671eb67f4bfe77f74a67773837933dd851e24253b3a4fdbccdcbcc31 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:54:50 + docker inspect -f . ci-base-image-x86_64 14:54:51 . [Pipeline] withDockerContainer 14:54:51 prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container 14:54:52 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 14:54:53 $ docker top 46d556ad025444871ba2b41a78a5942b85d4452748c11f90ed8d41f94a1fae9c -eo pid,comm [Pipeline] { [Pipeline] echo 14:54:53 ========================================================= 14:54:53 [edgeXBuildGoParallel] Running Tests and Build... 14:54:53 ========================================================= [Pipeline] sh 14:54:54 + make test 14:54:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:55:29 ? github.com/edgexfoundry/edgex-go [no test files] 14:55:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27662 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws 14:55:57 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 14:56:02 using credential edgex-jenkins-ssh 14:56:02 Cloning the remote Git repository 14:56:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:56:03 > git init /w/workspace/edgex-go/3 # timeout=10 14:56:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:56:03 > git --version # timeout=10 14:56:03 > git --version # 'git version 2.17.1' 14:56:03 using GIT_SSH to set credentials SSH Credentials for GitHub 14:56:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:56:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:56:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:56:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:56:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:56:19 using GIT_SSH to set credentials SSH Credentials for GitHub 14:56:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:56:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:56:20 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c 14:56:20 Merge succeeded, producing 5c6281c33c47276eacdbb13638039abd0291140c 14:56:20 Checking out Revision 5c6281c33c47276eacdbb13638039abd0291140c (PR-3192) 14:56:20 > git config core.sparsecheckout # timeout=10 14:56:20 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 14:56:20 > git remote # timeout=10 14:56:20 > git config --get remote.origin.url # timeout=10 14:56:20 using GIT_SSH to set credentials SSH Credentials for GitHub 14:56:20 > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 14:56:20 > git rev-parse HEAD^{commit} # timeout=10 14:56:20 > git config core.sparsecheckout # timeout=10 14:56:20 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 14:56:25 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets Operations" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 14:56:26 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 14:56:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 14:56:27 + true 14:56:27 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 14:56:30 provisioning config files... 14:56:30 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config187822772599247656tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:56:30 ---> docker-login.sh 14:56:30 nexus3.edgexfoundry.org:10001 14:56:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:35 Configure a credential helper to remove this warning. See 14:56:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:35 14:56:35 Login Succeeded 14:56:35 nexus3.edgexfoundry.org:10002 14:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:35 Configure a credential helper to remove this warning. See 14:56:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:35 14:56:35 Login Succeeded 14:56:35 nexus3.edgexfoundry.org:10003 14:56:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:35 Configure a credential helper to remove this warning. See 14:56:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:35 14:56:35 Login Succeeded 14:56:35 nexus3.edgexfoundry.org:10004 14:56:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:37 Configure a credential helper to remove this warning. See 14:56:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:37 14:56:37 Login Succeeded 14:56:37 docker.io 14:56:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 14:56:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 14:56:37 Configure a credential helper to remove this warning. See 14:56:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 14:56:37 14:56:37 Login Succeeded 14:56:37 ---> docker-login.sh ends [Pipeline] } 14:56:37 Deleting 1 temporary files 14:56:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:56:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:56:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 14:56:37 ========================================================= 14:56:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 14:56:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 14:56:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 14:56:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:56:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:56:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:56:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:56:40 Sending build context to Docker daemon 166.4MB 14:56:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 14:56:40 Step 2/6 : FROM ${BASE} 14:56:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 14:56:40 5f621e34cdf4: Pulling fs layer 14:56:40 a4357932f1b6: Pulling fs layer 14:56:40 18c013af1878: Pulling fs layer 14:56:40 00ac8860ef70: Pulling fs layer 14:56:40 63d7cb157983: Pulling fs layer 14:56:40 b116817d02f9: Pulling fs layer 14:56:40 745a02a5169b: Pulling fs layer 14:56:40 00ac8860ef70: Waiting 14:56:40 63d7cb157983: Waiting 14:56:40 b116817d02f9: Waiting 14:56:40 745a02a5169b: Waiting 14:56:40 18c013af1878: Verifying Checksum 14:56:40 18c013af1878: Download complete 14:56:40 a4357932f1b6: Verifying Checksum 14:56:40 a4357932f1b6: Download complete 14:56:40 63d7cb157983: Download complete 14:56:41 b116817d02f9: Verifying Checksum 14:56:41 b116817d02f9: Download complete 14:56:41 5f621e34cdf4: Verifying Checksum 14:56:41 5f621e34cdf4: Download complete 14:56:42 5f621e34cdf4: Pull complete 14:56:42 a4357932f1b6: Pull complete 14:56:42 18c013af1878: Pull complete 14:56:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:56:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:56:46 745a02a5169b: Verifying Checksum 14:56:46 745a02a5169b: Download complete 14:56:47 00ac8860ef70: Verifying Checksum 14:56:47 00ac8860ef70: Download complete 14:56:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:56:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:56:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:56:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.185s coverage: 45.9% of statements 14:56:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:56:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:56:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:56:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:56:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:56:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:56:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:56:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.175s coverage: 100.0% of statements 14:56:57 00ac8860ef70: Pull complete 14:56:57 63d7cb157983: Pull complete 14:56:57 b116817d02f9: Pull complete 14:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.756s coverage: 27.1% of statements 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.091s coverage: 100.0% of statements 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:57:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:57:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:57:01 745a02a5169b: Pull complete 14:57:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 14:57:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 14:57:01 ---> b7e6874047d6 14:57:01 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 14:57:04 ---> Running in 5d00a6ed048c 14:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.159s coverage: 65.8% of statements 14:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:57:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.661s coverage: 82.3% of statements 14:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:57:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:57:07 (1/12) Installing libmagic (5.38-r0) 14:57:07 (2/12) Installing file (5.38-r0) 14:57:08 (3/12) Installing libc-dev (0.7.2-r3) 14:57:08 (4/12) Installing g++ (9.3.0-r2) 14:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.560s coverage: 28.6% of statements 14:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.127s coverage: 100.0% of statements 14:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 14:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:57:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.227s coverage: 86.7% of statements 14:57:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:57:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.204s coverage: 97.5% of statements 14:57:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:57:11 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 78.3% of statements 14:57:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:57:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:57:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:57:11 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:57:12 (5/12) Installing fortify-headers (1.1-r0) 14:57:12 (6/12) Installing patch (2.7.6-r6) 14:57:12 (7/12) Installing build-base (0.5-r2) 14:57:12 (8/12) Installing libsodium (1.0.18-r0) 14:57:12 (9/12) Installing pkgconf (1.7.2-r0) 14:57:12 (10/12) Installing libsodium-dev (1.0.18-r0) 14:57:12 (11/12) Installing libzmq (4.3.3-r0) 14:57:12 (12/12) Installing zeromq-dev (4.3.3-r0) 14:57:12 Executing busybox-1.31.1-r19.trigger 14:57:12 OK: 217 MiB in 51 packages 14:57:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.680s coverage: 92.8% of statements 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:57:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.140s coverage: 58.8% of statements 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:57:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.122s coverage: 0.1% of statements 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:57:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 45.5% of statements 14:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.107s coverage: 79.5% of statements 14:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements 14:57:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.210s coverage: 96.3% of statements 14:57:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.088s coverage: 87.5% of statements 14:57:16 Removing intermediate container 5d00a6ed048c 14:57:16 ---> 0fb162ff2b4b 14:57:16 Step 4/6 : WORKDIR /edgex-go 14:57:16 ---> Running in 2383f2ad43f0 14:57:17 Removing intermediate container 2383f2ad43f0 14:57:17 ---> ed26c562ae9f 14:57:17 Step 5/6 : COPY go.mod . 14:57:18 ---> 5d4557d81196 14:57:18 Step 6/6 : RUN go mod download 14:57:18 ---> Running in c7035cd5d5b4 14:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.234s coverage: 94.4% of statements 14:57:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.119s coverage: 44.8% of statements 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.269s coverage: 92.9% of statements 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.105s coverage: 77.8% of statements 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.426s coverage: 87.2% of statements 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.257s coverage: 100.0% of statements 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.8% of statements 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.277s coverage: 87.2% of statements 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.230s coverage: 84.6% of statements 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.443s coverage: 91.6% of statements 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.684s coverage: 62.4% of statements 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:57:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.139s coverage: 100.0% of statements 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.276s coverage: 100.0% of statements 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.158s coverage: 73.7% of statements 14:57:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements 14:57:44 Removing intermediate container c7035cd5d5b4 14:57:44 ---> d2b563306113 14:57:45 Successfully built d2b563306113 14:57:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:57:45 + docker inspect -f . ci-base-image-arm64 14:57:45 . [Pipeline] withDockerContainer 14:57:46 prd-ubuntu18.04-docker-arm64-4c-16g-27662 does not seem to be running inside a container 14:57:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:57:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.689s coverage: 68.9% of statements 14:57:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:57:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:57:47 $ docker top 1cbffe9043730ae625cc70788066d74ad759ff14a36e0887b8b1ffbabd6e1ebc -eo pid,comm [Pipeline] { [Pipeline] sh 14:57:48 + go version 14:57:48 go version go1.15.5 linux/arm64 [Pipeline] } 14:57:48 $ docker stop --time=1 1cbffe9043730ae625cc70788066d74ad759ff14a36e0887b8b1ffbabd6e1ebc 14:57:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.675s coverage: 38.4% of statements 14:57:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:57:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:57:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.091s coverage: 89.5% of statements 14:57:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:57:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.247s coverage: 84.8% of statements 14:57:50 $ docker rm -f 1cbffe9043730ae625cc70788066d74ad759ff14a36e0887b8b1ffbabd6e1ebc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:57:51 + docker inspect -f . ci-base-image-arm64 14:57:51 . [Pipeline] withDockerContainer 14:57:51 prd-ubuntu18.04-docker-arm64-4c-16g-27662 does not seem to be running inside a container 14:57:52 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 14:57:53 $ docker top 926970e7f3a0787add8c939c807de51e7ced5a8330265391d87930199bbca04a -eo pid,comm [Pipeline] { [Pipeline] echo 14:57:53 ========================================================= 14:57:53 [edgeXBuildGoParallel] Running Tests and Build... 14:57:53 ========================================================= [Pipeline] sh 14:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.371s coverage: 47.0% of statements 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.097s coverage: 100.0% of statements 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:57:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.120s coverage: 89.4% of statements 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:57:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:57:54 + make test 14:57:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.274s coverage: 29.1% of statements 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.078s coverage: 100.0% of statements 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 92.9% of statements 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.101s coverage: 0.0% of statements 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.104s coverage: 100.0% of statements 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:57:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.126s coverage: 100.0% of statements 14:57:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.097s coverage: 32.1% of statements 14:58:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.408s coverage: 100.0% of statements 14:58:01 GO111MODULE=on go vet ./... 14:58:16 ? github.com/edgexfoundry/edgex-go [no test files] 14:59:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 14:59:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 14:59:18 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 14:59:18 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 14:59:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 14:59:20 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 14:59:20 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 14:59:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 14:59:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 14:59:24 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 14:59:25 gofmt -l . 14:59:26 [ "`gofmt -l .`" = "" ] 14:59:28 ./bin/test-go-mod-tidy.sh 14:59:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 14:59:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 14:59:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 14:59:36 ./bin/test-attribution-txt.sh [Pipeline] sh 14:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.315s coverage: 45.9% of statements 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 14:59:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 14:59:38 + ls -al . 14:59:38 total 708 14:59:38 drwxrwxr-x 10 1001 1001 4096 Feb 25 14:59 . 14:59:38 drwxr-xr-x 4 root root 28 Feb 25 14:54 .. 14:59:38 -rw-rw-r-- 1 1001 1001 11 Feb 25 14:50 .dockerignore 14:59:38 drwxrwxr-x 8 1001 1001 179 Feb 25 14:50 .git 14:59:38 drwxrwxr-x 3 1001 1001 125 Feb 25 14:50 .github 14:59:38 -rw-rw-r-- 1 1001 1001 818 Feb 25 14:50 .gitignore 14:59:38 drwx------ 3 1001 1001 60 Feb 25 14:52 .semver 14:59:38 -rw-rw-r-- 1 1001 1001 166 Feb 25 14:50 .sonarcloud.properties 14:59:38 -rw-rw-r-- 1 1001 1001 8475 Feb 25 14:50 Attribution.txt 14:59:38 -rw-rw-r-- 1 1001 1001 3804 Feb 25 14:50 CONTRIBUTING.md 14:59:38 -rw-rw-r-- 1 1001 1001 931 Feb 25 14:50 Dockerfile.build 14:59:38 -rw-rw-r-- 1 1001 1001 863 Feb 25 14:50 Jenkinsfile 14:59:38 -rw-rw-r-- 1 1001 1001 10775 Feb 25 14:50 LICENSE 14:59:38 -rw-rw-r-- 1 1001 1001 5774 Feb 25 14:50 Makefile 14:59:38 -rw-rw-r-- 1 1001 1001 6524 Feb 25 14:50 README.md 14:59:38 -rw-rw-r-- 1 1001 1001 6755 Feb 25 14:50 SECURITY.md 14:59:38 -rw-rw-r-- 1 1001 1001 5 Feb 25 14:52 VERSION 14:59:38 -rw-rw-r-- 1 1001 1001 4131 Feb 25 14:50 ZMQWindows.md 14:59:38 drwxrwxr-x 2 1001 1001 117 Feb 25 14:50 bin 14:59:38 drwxrwxr-x 14 1001 1001 4096 Feb 25 14:50 cmd 14:59:38 -rw-r--r-- 1 root root 596149 Feb 25 14:58 coverage.out 14:59:38 -rw-r--r-- 1 root root 1055 Feb 25 14:59 go.mod 14:59:38 -rw-r--r-- 1 root root 21699 Feb 25 14:59 go.sum 14:59:38 drwxrwxr-x 8 1001 1001 127 Feb 25 14:50 internal 14:59:38 drwxrwxr-x 4 1001 1001 26 Feb 25 14:50 openapi 14:59:38 drwxrwxr-x 4 1001 1001 71 Feb 25 14:50 snap 14:59:38 -rw-rw-r-- 1 1001 1001 168 Feb 25 14:50 version.go 14:59:38 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.259s coverage: 100.0% of statements [Pipeline] sh 14:59:40 + '[' -e coverage.out ] 14:59:40 + chown 1001:1001 coverage.out [Pipeline] stash 14:59:42 Stashed 1 file(s) [Pipeline] sh 14:59:43 + make build 14:59: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 14:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.510s coverage: 27.1% of statements 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 14:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 14:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 14:59:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.233s coverage: 65.8% of statements 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 14:59:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 14:59:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.682s coverage: 82.3% of statements 14:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 14:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 14:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 14:59:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:59:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.140s coverage: 28.6% of statements 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:59:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.305s coverage: 100.0% of statements 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:59:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:59:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.357s coverage: 86.7% of statements 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:59:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.367s coverage: 97.5% of statements 14:59:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:59:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:59:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements 14:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:00:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.341s coverage: 92.8% of statements 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:00:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:00:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:00:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 45.5% of statements 15:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.114s coverage: 79.5% of statements 15:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements 15:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.087s coverage: 96.3% of statements 15:00:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 15:00:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.101s coverage: 94.4% of statements 15:00:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 15:00:19 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 15:00:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:00:27 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 15:00:29 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 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.156s coverage: 92.9% of statements 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 77.8% of statements 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.148s coverage: 84.6% of statements 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.163s coverage: 91.6% of statements 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.517s coverage: 62.4% of statements 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 15:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.817s coverage: 68.9% of statements 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:00:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.380s coverage: 38.4% of statements 15:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.130s coverage: 89.5% of statements 15:00:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:00:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements 15:00:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:00:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.0% of statements 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:00:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:00:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:00:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:00:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:00:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.359s coverage: 89.4% of statements 15:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:00:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:00:43 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 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.955s coverage: 29.1% of statements 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.113s coverage: 100.0% of statements 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.181s coverage: 92.9% of statements 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:00:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 15:00:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 15:00:47 GO111MODULE=on go vet ./... 15:00:51 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 15:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:00:59 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] } 15:01:05 $ docker stop --time=1 46d556ad025444871ba2b41a78a5942b85d4452748c11f90ed8d41f94a1fae9c 15:01:11 $ docker rm -f 46d556ad025444871ba2b41a78a5942b85d4452748c11f90ed8d41f94a1fae9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:01:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:01:17 15:01:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:01:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:01:18 latest: Pulling from edgex-devops/edgex-compose 15:01:18 cbdbe7a5bc2a: Pulling fs layer 15:01:18 ca9280d653b3: Pulling fs layer 15:01:18 7e9c9ca2126c: Pulling fs layer 15:01:19 cbdbe7a5bc2a: Verifying Checksum 15:01:19 cbdbe7a5bc2a: Download complete 15:01:22 cbdbe7a5bc2a: Pull complete 15:01:22 ca9280d653b3: Verifying Checksum 15:01:22 ca9280d653b3: Download complete 15:01:28 ca9280d653b3: Pull complete 15:01:31 7e9c9ca2126c: Verifying Checksum 15:01:31 7e9c9ca2126c: Download complete 15:01:56 7e9c9ca2126c: Pull complete 15:01:56 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:01:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:01:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:01:56 prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container 15:01:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:01:59 $ docker top 75fee2c550ca259a33a9510f0e0b43f73cb346d18aa92c670fb3c357b80a88d9 -eo pid,comm [Pipeline] { [Pipeline] sh 15:02:01 + docker-compose build --help 15:02:01 + grep parallel 15:02:03 --parallel Build images in parallel. [Pipeline] } 15:02:03 $ docker stop --time=1 75fee2c550ca259a33a9510f0e0b43f73cb346d18aa92c670fb3c357b80a88d9 15:02:06 $ docker rm -f 75fee2c550ca259a33a9510f0e0b43f73cb346d18aa92c670fb3c357b80a88d9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:02:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:02:08 . [Pipeline] withDockerContainer 15:02:08 prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container 15:02:08 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:02:09 gofmt -l . 15:02:09 [ "`gofmt -l .`" = "" ] 15:02:09 ./bin/test-go-mod-tidy.sh 15:02:09 ./bin/test-attribution-txt.sh 15:02:11 $ docker top da5e0d64363b84255b70c09c1f59802cbd23c350ed7fefce1db2c848cdaa3a50 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 15:02:12 + ls -al . 15:02:12 total 736 15:02:12 drwxrwxr-x 9 1001 1001 4096 Feb 25 15:02 . 15:02:12 drwxr-xr-x 4 root root 4096 Feb 25 14:57 .. 15:02:12 -rw-rw-r-- 1 1001 1001 11 Feb 25 14:56 .dockerignore 15:02:12 drwxrwxr-x 8 1001 1001 4096 Feb 25 14:56 .git 15:02:12 drwxrwxr-x 3 1001 1001 4096 Feb 25 14:56 .github 15:02:12 -rw-rw-r-- 1 1001 1001 818 Feb 25 14:56 .gitignore 15:02:12 -rw-rw-r-- 1 1001 1001 166 Feb 25 14:56 .sonarcloud.properties 15:02:12 -rw-rw-r-- 1 1001 1001 8475 Feb 25 14:56 Attribution.txt 15:02:12 -rw-rw-r-- 1 1001 1001 3804 Feb 25 14:56 CONTRIBUTING.md 15:02:12 -rw-rw-r-- 1 1001 1001 931 Feb 25 14:56 Dockerfile.build 15:02:12 -rw-rw-r-- 1 1001 1001 863 Feb 25 14:56 Jenkinsfile 15:02:12 -rw-rw-r-- 1 1001 1001 10775 Feb 25 14:56 LICENSE 15:02:12 -rw-rw-r-- 1 1001 1001 5774 Feb 25 14:56 Makefile 15:02:12 -rw-rw-r-- 1 1001 1001 6524 Feb 25 14:56 README.md 15:02:12 -rw-rw-r-- 1 1001 1001 6755 Feb 25 14:56 SECURITY.md 15:02:12 -rw-rw-r-- 1 1001 1001 5 Feb 25 14:52 VERSION 15:02:12 -rw-rw-r-- 1 1001 1001 4131 Feb 25 14:56 ZMQWindows.md 15:02:12 drwxrwxr-x 2 1001 1001 4096 Feb 25 14:56 bin 15:02:12 drwxrwxr-x 14 1001 1001 4096 Feb 25 14:56 cmd 15:02:12 -rw-r--r-- 1 root root 596149 Feb 25 15:00 coverage.out 15:02:12 -rw-r--r-- 1 root root 1055 Feb 25 15:02 go.mod 15:02:12 -rw-r--r-- 1 root root 21699 Feb 25 15:02 go.sum 15:02:12 drwxrwxr-x 8 1001 1001 4096 Feb 25 14:56 internal 15:02:12 drwxrwxr-x 4 1001 1001 4096 Feb 25 14:56 openapi 15:02:12 drwxrwxr-x 4 1001 1001 4096 Feb 25 14:56 snap 15:02:12 -rw-rw-r-- 1 1001 1001 168 Feb 25 14:56 version.go [Pipeline] sh 15:02:13 + docker-compose -f ./docker-compose-build.yml build --parallel 15:02:13 + '[' -e coverage.out ] 15:02:13 + chown 1001:1001 coverage.out [Pipeline] stash 15:02:13 Warning: overwriting stash ‘coverage-report’ 15:02:14 Stashed 1 file(s) [Pipeline] sh 15:02:15 + make build 15:02:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 15:02:18 Building docker-core-command-go ... 15:02:18 Building docker-core-data-go ... 15:02:18 Building docker-core-metadata-go ... 15:02:18 Building docker-security-bootstrapper-go ... 15:02:18 Building docker-security-proxy-setup-go ... 15:02:18 Building docker-security-secretstore-setup-go ... 15:02:18 Building docker-support-notifications-go ... 15:02:18 Building docker-support-scheduler-go ... 15:02:18 Building docker-sys-mgmt-agent-go ... 15:02:18 Building docker-sys-mgmt-agent-go 15:02:18 Building docker-security-proxy-setup-go 15:02:18 Building docker-support-notifications-go 15:02:18 Building docker-support-scheduler-go 15:02:18 Building docker-core-metadata-go 15:02:25 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 15:02:47 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 15:02:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:02:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:02: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 15:03:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:03:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:03:14 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 15:03:18 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 15:03:22 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 15:03:26 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] } 15:03:34 $ docker stop --time=1 926970e7f3a0787add8c939c807de51e7ced5a8330265391d87930199bbca04a 15:03:37 $ docker rm -f 926970e7f3a0787add8c939c807de51e7ced5a8330265391d87930199bbca04a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:03:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:03:40 15:03:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:03:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:03:41 latest: Pulling from edgex-devops/edgex-compose-arm64 15:03:41 29e5d40040c1: Pulling fs layer 15:03:41 1ce36da41761: Pulling fs layer 15:03:41 25b303627fd3: Pulling fs layer 15:03:41 29e5d40040c1: Verifying Checksum 15:03:41 29e5d40040c1: Download complete 15:03:42 1ce36da41761: Verifying Checksum 15:03:42 1ce36da41761: Download complete 15:03:42 29e5d40040c1: Pull complete 15:03:43 1ce36da41761: Pull complete 15:03:43 25b303627fd3: Verifying Checksum 15:03:43 25b303627fd3: Download complete 15:03:54 25b303627fd3: Pull complete 15:03:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:03:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:03:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:03:54 prd-ubuntu18.04-docker-arm64-4c-16g-27662 does not seem to be running inside a container 15:03:54 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:03:57 $ docker top ddcda7bf0a45401383e2b370073b019e304a23dfa4a2a566c0c2edf8a6bfe333 -eo pid,comm [Pipeline] { [Pipeline] sh 15:03:58 + docker-compose build --help 15:03:58 + grep parallel 15:04:02 --parallel Build images in parallel. [Pipeline] } 15:04:02 $ docker stop --time=1 ddcda7bf0a45401383e2b370073b019e304a23dfa4a2a566c0c2edf8a6bfe333 15:04:04 $ docker rm -f ddcda7bf0a45401383e2b370073b019e304a23dfa4a2a566c0c2edf8a6bfe333 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:04:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:04:05 . [Pipeline] withDockerContainer 15:04:05 prd-ubuntu18.04-docker-arm64-4c-16g-27662 does not seem to be running inside a container 15:04:05 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:04:06 $ docker top 3a3a00aadd6b6042b49d3071cfdf9cbee1ecd43cf0f0e1e47d3f0f958924ded3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:04:07 + docker-compose -f ./docker-compose-build.yml build --parallel 15:04:12 Building docker-core-command-go ... 15:04:12 Building docker-core-data-go ... 15:04:12 Building docker-core-metadata-go ... 15:04:12 Building docker-security-bootstrapper-go ... 15:04:12 Building docker-security-proxy-setup-go ... 15:04:12 Building docker-security-secretstore-setup-go ... 15:04:12 Building docker-support-notifications-go ... 15:04:12 Building docker-support-scheduler-go ... 15:04:12 Building docker-sys-mgmt-agent-go ... 15:04:12 Building docker-core-data-go 15:04:12 Building docker-support-scheduler-go 15:04:12 Building docker-support-notifications-go 15:04:12 Building docker-security-bootstrapper-go 15:04:12 Building docker-core-command-go 15:04:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:04:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:04:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 ---> 8e9abdfe1cd5 15:04:14 Step 3/22 : WORKDIR /edgex-go 15:04:14 15:04:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:04:14 ---> 8e9abdfe1cd5 15:04:14 Step 3/22 : WORKDIR /edgex-go 15:04:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:04:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:04:14 ---> 8e9abdfe1cd5 15:04:14 Step 3/21 : WORKDIR /edgex-go 15:04:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:04:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:04:14 ---> 8e9abdfe1cd5 15:04:14 Step 3/23 : WORKDIR /edgex-go 15:04:14 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:04:14 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:04:14 ---> 8e9abdfe1cd5 15:04:14 Step 3/26 : WORKDIR /edgex-go 15:04:14 ---> Running in f7f98ca532ce 15:04:14 ---> Running in 2385d4739ab1 15:04:14 ---> Running in f7a90f447cb6 15:04:14 ---> Running in 1693b4d4a53b 15:04:14 ---> Running in fa62240b1984 15:04:14 Removing intermediate container f7f98ca532ce 15:04:14 ---> 5976645aa57b 15:04:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:14 Removing intermediate container 2385d4739ab1 15:04:14 ---> f834d3ee9679 15:04:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:14 Removing intermediate container 1693b4d4a53b 15:04:14 ---> 24debcbda6dc 15:04:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:14 Removing intermediate container fa62240b1984 15:04:14 ---> 7bffcde1e147 15:04:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:14 ---> Running in 49d01227a4ee 15:04:14 Removing intermediate container f7a90f447cb6 15:04:14 ---> 31b502395b72 15:04:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:04:14 ---> Running in 88c70ad76fec 15:04:14 ---> Running in 63fae10ef957 15:04:14 ---> Running in de5ee9583b47 15:04:14 ---> Running in 763e83df9ada 15:04:22 Removing intermediate container 88c70ad76fec 15:04:22 ---> e1067ae4fe47 15:04:22 Step 5/26 : RUN apk add --update --no-cache make bash git 15:04:22 Removing intermediate container 49d01227a4ee 15:04:22 ---> 74845b3afb12 15:04:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:04:22 ---> Running in c0f7726c819f 15:04:22 ---> Running in ae7e7bd1d8a4 15:04:22 Removing intermediate container 763e83df9ada 15:04:22 ---> a8fe06aea013 15:04:22 Step 5/23 : RUN apk add --update --no-cache make git 15:04:22 Removing intermediate container de5ee9583b47 15:04:22 ---> 54980aa296fc 15:04:22 Step 5/22 : RUN apk add --update --no-cache make git 15:04:22 Removing intermediate container 63fae10ef957 15:04:22 ---> 2f32727181d6 15:04:22 Step 5/21 : RUN apk add --update --no-cache make git 15:04:23 ---> Running in 68e8728e9032 15:04:23 ---> Running in a4024a12567a 15:04:23 ---> Running in aa339f06eeb8 15:04:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:04:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:04:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:04:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:04:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:04:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:04:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:04:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:04:28 OK: 233 MiB in 51 packages 15:04:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:04:29 OK: 233 MiB in 51 packages 15:04:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:04:29 OK: 233 MiB in 51 packages 15:04:30 OK: 233 MiB in 51 packages 15:04:30 OK: 233 MiB in 51 packages 15:04:31 Removing intermediate container c0f7726c819f 15:04:31 ---> bab45ed64af8 15:04:31 Step 6/26 : COPY go.mod . 15:04:31 Removing intermediate container 68e8728e9032 15:04:31 ---> 0ce2fb29be72 15:04:31 Step 6/23 : COPY go.mod . 15:04:31 ---> 178e965143d3 15:04:31 Step 7/26 : RUN go mod download 15:04:31 Removing intermediate container ae7e7bd1d8a4 15:04:31 ---> 3fec0a2a9b1e 15:04:31 Step 6/22 : COPY go.mod . 15:04:31 ---> Running in fc31a16696f1 15:04:31 Removing intermediate container a4024a12567a 15:04:31 ---> ce2e859e2cde 15:04:31 Step 6/22 : COPY go.mod . 15:04:32 Removing intermediate container aa339f06eeb8 15:04:32 ---> 77a2e22094a4 15:04:32 Step 6/21 : COPY go.mod . 15:04:32 ---> 0e6dd5297eb1 15:04:32 Step 7/23 : RUN go mod download 15:04:32 ---> Running in 19c4863df312 15:04:33 ---> d17c07973e89 15:04:33 Step 7/22 : RUN go mod download 15:04:34 ---> Running in d205f48af777 15:04:34 ---> c336ac9255b9 15:04:34 Step 7/22 : RUN go mod download 15:04:34 ---> fb84bdb6cf83 15:04:34 Step 7/21 : RUN go mod download 15:04:35 ---> Running in a6789cb167ee 15:04:35 ---> Running in 5f07e34905d6 15:04:40 Removing intermediate container fc31a16696f1 15:04:40 ---> c0ff1d935212 15:04:40 Step 8/26 : COPY . . 15:04:40 Removing intermediate container 19c4863df312 15:04:40 ---> c7e67be71cad 15:04:40 Step 8/23 : COPY . . 15:04:40 Removing intermediate container a6789cb167ee 15:04:40 ---> 59c2da7f280e 15:04:40 Step 8/22 : COPY . . 15:04:41 Removing intermediate container 5f07e34905d6 15:04:41 ---> dff756040799 15:04:41 Step 8/21 : COPY . . 15:04:41 Removing intermediate container d205f48af777 15:04:41 ---> bfd60d770423 15:04:41 Step 8/22 : COPY . . 15:05:33 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:05:33 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:05:33 ---> d2b563306113 15:05:33 Step 3/30 : WORKDIR /edgex-go 15:05:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:05:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:05:33 ---> d2b563306113 15:05:33 Step 3/23 : WORKDIR /edgex-go 15:05:33 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:05:33 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:05:33 ---> d2b563306113 15:05:33 Step 3/23 : WORKDIR /edgex-go 15:05:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:05:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:05:33 ---> d2b563306113 15:05:33 Step 3/22 : WORKDIR /edgex-go 15:05:33 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:05:33 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:05:33 ---> d2b563306113 15:05:33 Step 3/22 : WORKDIR /edgex-go 15:05:33 ---> Running in 0c66ef64428b 15:05:33 ---> Running in cccca68e7637 15:05:33 ---> Running in a166cc3117b5 15:05:33 ---> Running in c332773305f8 15:05:33 ---> Running in ac7c26338f67 15:05:33 Removing intermediate container c332773305f8 15:05:33 ---> b2f63535efe0 15:05:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:33 Removing intermediate container ac7c26338f67 15:05:33 ---> 9b1a856473af 15:05:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:33 Removing intermediate container cccca68e7637 15:05:33 ---> 0d3d65395ee5 15:05:33 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:33 Removing intermediate container a166cc3117b5 15:05:33 ---> 028792ed933e 15:05:33 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:33 Removing intermediate container 0c66ef64428b 15:05:33 ---> 2fb52c0d93cc 15:05:33 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:05:33 ---> Running in 64467a5f6ad8 15:05:33 ---> Running in 8bd3b5a5e8d3 15:05:33 ---> Running in 6412987175c6 15:05:33 ---> Running in 1f037f258399 15:05:33 ---> Running in b4e698832bf8 15:05:33 Removing intermediate container 64467a5f6ad8 15:05:33 ---> 8ac786f3624a 15:05:33 Step 5/22 : RUN apk add --update --no-cache make git 15:05:33 ---> Running in 1c86799d4e46 15:05:33 Removing intermediate container b4e698832bf8 15:05:33 ---> 01f8534e47cc 15:05:33 Step 5/23 : RUN apk add --update --no-cache make git 15:05:33 ---> Running in 6fe2f5a3f8e0 15:05:33 Removing intermediate container 8bd3b5a5e8d3 15:05:33 ---> 1aeaa816e6eb 15:05:33 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:05:33 Removing intermediate container 1f037f258399 15:05:33 ---> c1ff054fd7df 15:05:33 Step 5/30 : RUN apk add --update --no-cache make git 15:05:33 Removing intermediate container 6412987175c6 15:05:33 ---> a7614d0fc34a 15:05:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:05:33 ---> Running in a9a74d5b2e48 15:05:33 ---> Running in 447489be87cd 15:05:33 ---> Running in 4bdacf1ff72c 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:05:33 OK: 217 MiB in 51 packages 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:33 OK: 217 MiB in 51 packages 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:05:34 OK: 217 MiB in 51 packages 15:05:34 OK: 217 MiB in 51 packages 15:05:34 Removing intermediate container 1c86799d4e46 15:05:34 ---> 65405d4dc647 15:05:34 Step 6/22 : COPY go.mod . 15:05:34 OK: 217 MiB in 51 packages 15:05:35 Removing intermediate container 6fe2f5a3f8e0 15:05:35 ---> 0b3759189172 15:05:35 Step 6/23 : COPY go.mod . 15:05:35 ---> 3d601192990f 15:05:35 Step 7/22 : RUN go mod download 15:05:35 ---> Running in 54fef4efd1c6 15:05:36 Removing intermediate container 447489be87cd 15:05:36 ---> e4db6514cc5a 15:05:36 Step 6/30 : COPY go.mod . 15:05:36 Removing intermediate container a9a74d5b2e48 15:05:36 ---> 086bfc14fb9c 15:05:36 Step 6/23 : COPY go.mod . 15:05:36 ---> 7a28d7575147 15:05:36 Step 7/23 : RUN go mod download 15:05:36 ---> Running in afb872ba9a1f 15:05:36 Removing intermediate container 4bdacf1ff72c 15:05:36 ---> aa6e293bbc34 15:05:36 Step 6/22 : COPY go.mod . 15:05:37 ---> e48f2375b6ab 15:05:37 Step 7/23 : RUN go mod download 15:05:37 ---> d13ac6291dd8 15:05:37 Step 7/30 : RUN go mod download 15:05:37 ---> Running in de36f2b8e68a 15:05:37 ---> 5ad1f619a578 15:05:37 Step 7/22 : RUN go mod download 15:05:37 ---> Running in e716d97bb9ba 15:05:37 ---> Running in 1652599fe81a 15:05:39 Removing intermediate container 54fef4efd1c6 15:05:39 ---> 93f7fcb6adda 15:05:39 Step 8/22 : COPY . . 15:05:40 Removing intermediate container afb872ba9a1f 15:05:40 ---> f81be1c345e4 15:05:40 Step 8/23 : COPY . . 15:05:42 Removing intermediate container de36f2b8e68a 15:05:42 ---> 67a4071dcfca 15:05:42 Step 8/23 : COPY . . 15:05:42 Removing intermediate container e716d97bb9ba 15:05:42 ---> 0dd4cc1aa7c6 15:05:42 Step 8/30 : COPY . . 15:05:42 Removing intermediate container 1652599fe81a 15:05:42 ---> e1b80ca33522 15:05:42 Step 8/22 : COPY . . 15:06:09 ---> 8bf04030ee69 15:06:09 Step 9/23 : RUN make cmd/core-command/core-command 15:06:09 ---> 506ce32cf0b3 15:06:09 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:06:09 ---> 5eb1912c3af4 15:06:09 Step 9/23 : RUN make cmd/core-data/core-data 15:06:09 ---> 620da09d8bc6 15:06:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:06:09 ---> Running in c249632ec810 15:06:09 ---> Running in 7fbdf3a39883 15:06:09 ---> Running in 4dc5f7ea074d 15:06:09 ---> Running in 81ff04a8762d 15:06:09 ---> fec0164452f0 15:06:09 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:06:09 ---> Running in ccc78594a093 15:06:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:06:09 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 15:06:09 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 15:06:09 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 15:06:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:07:55 ---> 6fea755a2b79 15:07:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:07:55 ---> 16dd97fa4b99 15:07:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:07:55 ---> f3c4522a2fbe 15:07:55 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:07:55 ---> f9ae3aa5c30f 15:07:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:07:55 ---> 7a34ca59905a 15:07:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:07:55 ---> Running in f8c30a6bc12f 15:07:55 ---> Running in b65e9c532b93 15:07:55 ---> Running in 79f5cfac8d13 15:07:55 ---> Running in ccda7d538dac 15:07:55 ---> Running in 2a755bc11adf 15:07:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:07:55 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 15:07:55 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 15:07:55 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 15:07:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:08:01 Removing intermediate container ccc78594a093 15:08:01 ---> 842396dc13d9 15:08:01 15:08:01 Step 10/30 : FROM alpine:3.12 15:08:01 3.12: Pulling from library/alpine 15:08:01 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:08:01 Status: Downloaded newer image for alpine:3.12 15:08:01 ---> d10569e2745f 15:08:01 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:08:01 ---> Running in 7ac6e8780df6 15:08:01 Removing intermediate container 7ac6e8780df6 15:08:01 ---> 8a5d83d2f5aa 15:08:01 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:08:01 ---> Running in 669e0debf75a 15:08:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:08:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:08:01 (1/2) Installing dumb-init (1.2.2-r1) 15:08:01 (2/2) Installing su-exec (0.2-r1) 15:08:01 Executing busybox-1.31.1-r19.trigger 15:08:01 OK: 5 MiB in 16 packages 15:08:01 Removing intermediate container 669e0debf75a 15:08:01 ---> b024e814a960 15:08:01 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:08:01 ---> Running in acad220111df 15:08:01 Removing intermediate container acad220111df 15:08:01 ---> 76aeb28ecd44 15:08:01 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:08:01 ---> Running in 100759f30910 15:08:01 Removing intermediate container 100759f30910 15:08:01 ---> c297766b1e33 15:08:01 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:08:01 ---> Running in aa64ccd8b31b 15:08:01 Removing intermediate container aa64ccd8b31b 15:08:01 ---> 5da3d144966a 15:08:01 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:08:01 ---> Running in bbdd869010ea 15:08:02 Removing intermediate container bbdd869010ea 15:08:02 ---> 24e73caba909 15:08:02 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:08:04 ---> 5342769ec88b 15:08:04 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:08:04 ---> Running in cf0acdaf7506 15:08:10 Removing intermediate container 7fbdf3a39883 15:08:10 ---> f7dc2d0a95c9 15:08:10 15:08:10 Step 10/22 : FROM alpine:3.12 15:08:10 ---> d10569e2745f 15:08:10 Step 11/22 : RUN apk add --update --no-cache dumb-initRemoving intermediate container c249632ec810 15:08:10 15:08:10 ---> b0f5a03511a6 15:08:10 15:08:10 Step 10/23 : FROM alpine:3.12 15:08:10 ---> d10569e2745f 15:08:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:08:10 Removing intermediate container 81ff04a8762d 15:08:10 ---> c5cff4525499 15:08:10 15:08:10 Step 10/22 : FROM alpine:3.12 15:08:10 ---> d10569e2745f 15:08:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:08:10 ---> Running in 624998cd96c6 15:08:10 ---> Running in c88343367614 15:08:10 Removing intermediate container cf0acdaf7506 15:08:10 ---> d45a826d4858 15:08:10 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:11 ---> Running in c47ba4514ecd 15:08:12 ---> 5d94f3495152 15:08:12 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:08:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:08:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:08:13 (1/1) Installing dumb-init (1.2.2-r1) 15:08:13 Executing busybox-1.31.1-r19.trigger 15:08:13 OK: 5 MiB in 15 packages 15:08:14 (1/2) Installing ca-certificates (20191127-r4) 15:08:14 (1/1) Installing dumb-init (1.2.2-r1) 15:08:14 Executing busybox-1.31.1-r19.trigger 15:08:14 OK: 5 MiB in 15 packages 15:08:14 (2/2) Installing dumb-init (1.2.2-r1) 15:08:14 Executing busybox-1.31.1-r19.trigger 15:08:14 Executing ca-certificates-20191127-r4.trigger 15:08:14 OK: 6 MiB in 16 packages 15:08:14 ---> f6ecf39478da 15:08:14 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:08:16 Removing intermediate container c88343367614 15:08:16 ---> 6990adc5317e 15:08:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:08:16 ---> Running in 531fa90fdb20 15:08:16 ---> 83854aa1b213 15:08:16 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:08:16 Removing intermediate container 624998cd96c6 15:08:16 ---> 83468a90c805 15:08:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:08:17 ---> Running in eb69ddefa378 15:08:17 Removing intermediate container 531fa90fdb20 15:08:17 ---> 8fd73ff71a9f 15:08:17 Step 13/22 : ENV APP_PORT=48085 15:08:17 ---> a0fa9d9ef454 15:08:17 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:08:17 Removing intermediate container c47ba4514ecd 15:08:17 ---> c4058fdbddd3 15:08:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:08:17 ---> Running in ebca5b06757e 15:08:17 ---> Running in 1e1fe80a2ab5 15:08:17 ---> Running in 90610930ef6a 15:08:17 Removing intermediate container eb69ddefa378 15:08:17 ---> a6226d245fb5 15:08:17 Step 13/23 : ENV APP_PORT=48082 15:08:17 ---> Running in 5f662bc8c5bf 15:08:17 Removing intermediate container ebca5b06757e 15:08:17 ---> 3da7800c68ee 15:08:17 Step 14/22 : EXPOSE $APP_PORT 15:08:18 Removing intermediate container 1e1fe80a2ab5 15:08:18 ---> ae0468fb0a3d 15:08:18 Step 13/22 : ENV APP_PORT=48060 15:08:18 ---> Running in cfc3d027541f 15:08:18 ---> Running in cddff15d0d76 15:08:19 Removing intermediate container 5f662bc8c5bf 15:08:19 ---> ab58df2c259c 15:08:19 Step 14/23 : EXPOSE $APP_PORT 15:08:19 Removing intermediate container 90610930ef6a 15:08:19 ---> 39a3c9643a11 15:08:19 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:08:19 Removing intermediate container cfc3d027541f 15:08:19 ---> a0edb1ca01a7 15:08:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:19 ---> Running in 9bde9743fc5b 15:08:19 Removing intermediate container cddff15d0d76 15:08:19 ---> 72c231724d20 15:08:19 Step 14/22 : EXPOSE $APP_PORT 15:08:20 ---> e3b08e8cb880 15:08:20 Step 25/30 : RUN chmod +x /entrypoint.sh 15:08:20 ---> Running in ffe8a298beac 15:08:20 ---> Running in a77dd70573fe 15:08:20 ---> 2f6dd15990bd 15:08:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:08:20 Removing intermediate container 9bde9743fc5b 15:08:20 ---> 2d5045e891b6 15:08:20 Step 15/23 : WORKDIR / 15:08:20 Removing intermediate container 4dc5f7ea074d 15:08:20 ---> 1c9e9c74fbc6 15:08:20 15:08:20 Step 10/23 : FROM alpine:3.12 15:08:20 ---> d10569e2745f 15:08:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:08:21 ---> Running in a6ddea812539 15:08:21 Removing intermediate container ffe8a298beac 15:08:21 ---> 23512235a548 15:08:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:21 ---> Running in 9f745112e857 15:08:22 ---> d9a22bce39cd 15:08:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:08:22 Removing intermediate container a6ddea812539 15:08:22 ---> 290657bcfba7 15:08:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:22 Removing intermediate container 9f745112e857 15:08:22 ---> ec592bdc108d 15:08:22 Step 12/23 : ENV APP_PORT=48080 15:08:22 ---> 3f9fff583405 15:08:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:08:22 ---> Running in 261638d23e93 15:08:23 Removing intermediate container 261638d23e93 15:08:23 ---> f53a7a9c277f 15:08:23 Step 13/23 : EXPOSE $APP_PORT 15:08:23 ---> Running in 573489e170da 15:08:24 ---> 8e4333a2b512 15:08:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:08:24 ---> 0877d2e5664f 15:08:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:08:24 ---> 3768242ba87f 15:08:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:08:24 ---> Running in 451e030ef275 15:08:24 Removing intermediate container a77dd70573fe 15:08:24 ---> 942fce7ce7fc 15:08:24 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:08:24 Removing intermediate container 573489e170da 15:08:24 ---> a37f5fb83c5b 15:08:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:08:24 ---> Running in 117d3d4910a1 15:08:24 ---> Running in bc775ae9ccc5 15:08:25 Removing intermediate container 451e030ef275 15:08:25 ---> 2930387f20a8 15:08:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:08:25 ---> 2192fae7e53b 15:08:25 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:08:25 ---> Running in bf7e9cba3d89 15:08:25 ---> Running in 6106c11934d2 15:08:25 ---> ef11b692d557 15:08:25 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:08:25 Removing intermediate container bc775ae9ccc5 15:08:25 ---> d081bc1b0281 15:08:25 Step 27/30 : CMD ["gate"] 15:08:26 ---> Running in e4eb5b17895c 15:08:26 Removing intermediate container 6106c11934d2 15:08:26 ---> c1876a31d424 15:08:26 Step 20/22 : LABEL arch=arm64 15:08:26 Removing intermediate container bf7e9cba3d89 15:08:26 ---> 4cbd05b7253f 15:08:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:08:26 ---> Running in 407c9551ba02 15:08:26 ---> Running in b7b19b64ce92 15:08:26 ---> 33dc9c704a09 15:08:26 Step 19/23 : ENTRYPOINT ["/core-command"] 15:08:27 ---> Running in d1b66aa93a8d 15:08:27 Removing intermediate container e4eb5b17895c 15:08:27 ---> afdfcb6ef368 15:08:27 Step 28/30 : LABEL arch=arm64 15:08:27 Removing intermediate container 407c9551ba02 15:08:27 ---> 7d94f55a292c 15:08:27 Step 20/22 : LABEL arch=arm64 15:08:27 Removing intermediate container b7b19b64ce92 15:08:27 ---> 24e86b70d1b8 15:08:27 Step 21/22 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:08:27 ---> Running in b48486059bd0 15:08:27 ---> Running in 7e5aec137301 15:08:28 ---> Running in ac7ddee32e38 15:08:28 Removing intermediate container d1b66aa93a8d 15:08:28 ---> f8b8b855d3e6 15:08:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:08:28 Removing intermediate container 117d3d4910a1 15:08:28 ---> 74f09a09a790 15:08:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:08:28 ---> Running in f6ea7ab2ef9c 15:08:28 ---> Running in f6c05b5cac49 15:08:28 Removing intermediate container b48486059bd0 15:08:28 ---> fb6436a87ff1 15:08:28 Step 21/22 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:08:28 Removing intermediate container 7e5aec137301 15:08:28 ---> 930e232a1a64 15:08:28 Step 29/30 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:08:28 Removing intermediate container ac7ddee32e38 15:08:28 ---> 6ab02d06483b 15:08:28 Step 22/22 : LABEL version=0.0.0 15:08:28 ---> Running in cbacad12daef 15:08:29 ---> Running in afd85c8e91e4 15:08:29 ---> Running in b0839a8a3254 15:08:29 Removing intermediate container f6ea7ab2ef9c 15:08:29 ---> ffc3ad2d954a 15:08:29 Step 21/23 : LABEL arch=arm64 15:08:29 ---> Running in ca0df1b66761 15:08:29 Removing intermediate container cbacad12daef 15:08:29 ---> 2d49ea183773 15:08:29 Step 22/22 : LABEL version=0.0.0 15:08:29 Removing intermediate container b0839a8a3254 15:08:29 ---> 2164664a1003 15:08:29 Step 30/30 : LABEL version=0.0.0 15:08:29 ---> Running in a0443c12a97b 15:08:29 Removing intermediate container afd85c8e91e4 15:08:29 ---> f79fc62364c6 15:08:29 15:08:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:08:29 ---> Running in 03823ebff7b5 15:08:29 Removing intermediate container ca0df1b66761 15:08:29 ---> 6ec69d176eca 15:08:29 Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:08:30 Removing intermediate container a0443c12a97b 15:08:30 ---> f97499f63785 15:08:30 15:08:30 ---> Running in b6f8a768e32d 15:08:30 Successfully built f79fc62364c6 15:08:30 Successfully tagged docker-support-scheduler-go-arm64:latest 15:08:30  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 15:08:30 Removing intermediate container 03823ebff7b5 15:08:30 ---> 69a9c9e5cec9 15:08:30 15:08:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:08:30 Successfully built f97499f63785 15:08:30 Successfully tagged docker-support-notifications-go-arm64:latest 15:08:30  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 15:08:31 Successfully built 69a9c9e5cec9 15:08:31 Removing intermediate container b6f8a768e32d 15:08:31 ---> 78f5352b2784 15:08:31 Step 23/23 : LABEL version=0.0.0 15:08:31 Successfully tagged docker-security-bootstrapper-go-arm64:latest 15:08:31 Building docker-security-proxy-setup-go 15:08:31  Building docker-security-bootstrapper-go ... done  ---> Running in 4eb479218783 15:08:31 (1/6) Installing dumb-init (1.2.2-r1) 15:08:31 (2/6) Installing libgcc (9.3.0-r2) 15:08:31 (3/6) Installing libsodium (1.0.18-r0) 15:08:31 Removing intermediate container 4eb479218783 15:08:31 ---> 1782e697adc2 15:08:31 (4/6) Installing libstdc++ (9.3.0-r2) 15:08:31 15:08:32 (5/6) Installing libzmq (4.3.3-r0) 15:08:32 Successfully built 1782e697adc2 15:08:32 Successfully tagged docker-core-command-go-arm64:latest 15:08:32  Building docker-core-command-go ... done Building docker-core-metadata-go 15:08:32 (6/6) Installing zeromq (4.3.3-r0) 15:08:32 Executing busybox-1.31.1-r19.trigger 15:08:32 OK: 8 MiB in 20 packages 15:08:33 Removing intermediate container f6c05b5cac49 15:08:33 ---> d036142b985c 15:08:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:08:34 ---> 3f3a29917455 15:08:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:08:37 ---> 869e1f622520 15:08:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:08:39 ---> 0e4f74afaa47 15:08:39 Step 19/23 : ENTRYPOINT ["/core-data"] 15:08:40 ---> Running in 424cd67e8808 15:08:40 Removing intermediate container 424cd67e8808 15:08:40 ---> 70e96a559e24 15:08:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:08:41 ---> Running in f3b7c40a443d 15:08:42 Removing intermediate container f3b7c40a443d 15:08:42 ---> e757bb32582d 15:08:42 Step 21/23 : LABEL arch=arm64 15:08:42 ---> Running in b3b7e8c559dc 15:08:43 Removing intermediate container b3b7e8c559dc 15:08:43 ---> eb1c69ba3beb 15:08:43 Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:08:43 ---> Running in fdef2430d178 15:08:44 Removing intermediate container fdef2430d178 15:08:44 ---> b9cf85fee771 15:08:44 Step 23/23 : LABEL version=0.0.0 15:08:44 ---> Running in c2fde8e46e2a 15:08:44 Removing intermediate container c2fde8e46e2a 15:08:44 ---> 60ca3cb59b04 15:08:44 15:08:45 Successfully built 60ca3cb59b04 15:08:45 Successfully tagged docker-core-data-go-arm64:latest 15:09: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 15:09:31 Removing intermediate container f8c30a6bc12f 15:09:31 ---> f83248db3ecc 15:09:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:09:31 ---> Running in fc3761140ae3 15:09:32  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:09:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:09:32 ---> d2b563306113 15:09:32 Step 3/26 : WORKDIR /edgex-go 15:09:32 ---> Using cache 15:09:32 ---> 2fb52c0d93cc 15:09:32 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:32 ---> Using cache 15:09:32 ---> 01f8534e47cc 15:09:32 Step 5/26 : RUN apk add --update --no-cache make bash git 15:09:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:09:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:09:32 ---> d2b563306113 15:09:32 Step 3/23 : WORKDIR /edgex-go 15:09:32 ---> Using cache 15:09:32 ---> 2fb52c0d93cc 15:09:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:32 ---> Using cache 15:09:32 ---> 01f8534e47cc 15:09:32 Step 5/23 : RUN apk add --update --no-cache make git 15:09:32 ---> Using cache 15:09:32 ---> 0b3759189172 15:09:32 Step 6/23 : COPY go.mod . 15:09:32 ---> Using cache 15:09:32 ---> 7a28d7575147 15:09:32 Step 7/23 : RUN go mod download 15:09:32 ---> Using cache 15:09:32 ---> f81be1c345e4 15:09:32 Step 8/23 : COPY . . 15:09:32 ---> Using cache 15:09:32 ---> 8bf04030ee69 15:09:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:09:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:09:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:09:32 ---> d2b563306113 15:09:32 Step 3/24 : WORKDIR /edgex-go 15:09:32 ---> Using cache 15:09:32 ---> 2fb52c0d93cc 15:09:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:32 ---> Using cache 15:09:32 ---> 01f8534e47cc 15:09:32 Step 5/24 : RUN apk add --update --no-cache make git 15:09:32 ---> Using cache 15:09:32 ---> 0b3759189172 15:09:32 Step 6/24 : COPY go.mod . 15:09:32 ---> Using cache 15:09:32 ---> 7a28d7575147 15:09:32 Step 7/24 : RUN go mod download 15:09:32 ---> Using cache 15:09:32 ---> f81be1c345e4 15:09:32 Step 8/24 : COPY . . 15:09:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:09:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:09:32 ---> d2b563306113 15:09:32 Step 3/21 : WORKDIR /edgex-go 15:09:32 ---> Using cache 15:09:32 ---> 2fb52c0d93cc 15:09:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:09:32 ---> Using cache 15:09:32 ---> 01f8534e47cc 15:09:32 Step 5/21 : RUN apk add --update --no-cache make git 15:09:32 ---> Using cache 15:09:32 ---> 0b3759189172 15:09:32 Step 6/21 : COPY go.mod . 15:09:32 ---> Using cache 15:09:32 ---> 7a28d7575147 15:09:32 Step 7/21 : RUN go mod download 15:09:32 ---> Using cache 15:09:32 ---> f81be1c345e4 15:09:32 Step 8/21 : COPY . . 15:09:32 ---> Using cache 15:09:32 ---> 8bf04030ee69 15:09:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:09:32 ---> Using cache 15:09:32 ---> 8bf04030ee69 15:09:32 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:09:33 ---> Running in 14c90b5d900e 15:09:33 ---> Running in 09be241b94ae 15:09:33 ---> Running in 042eb4e2f8f1 15:09:33 ---> Running in ae7bd32a5c2a 15:09:34 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 15:09:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:09:34 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 15:09: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 15:09:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:09:36 OK: 217 MiB in 51 packages 15:09:37 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 15:09:38 Removing intermediate container 09be241b94ae 15:09:38 ---> 749a055c1944 15:09:38 Step 6/26 : COPY go.mod . 15:09:39 ---> 36d61636b691 15:09:39 Step 7/26 : RUN go mod download 15:09:39 ---> Running in c413e111d305 15:09:43 Removing intermediate container ccda7d538dac 15:09:43 ---> d62e7f3e532a 15:09:43 15:09:43 Step 10/22 : FROM alpine:3.12 15:09:43 Removing intermediate container b65e9c532b93 15:09:43 ---> 8be101c5b055 15:09:43 15:09:43 Step 10/22 : FROM alpine:3.12 15:09:43 Removing intermediate container 79f5cfac8d13 15:09:43 ---> e5131e660811 15:09:43 15:09:43 Step 10/21 : FROM alpine:3.12 15:09:43 Removing intermediate container c413e111d305 15:09:43 ---> 56568213703b 15:09:43 Step 8/26 : COPY . . 15:09:44 Removing intermediate container 2a755bc11adf 15:09:44 ---> a8797425858d 15:09:44 15:09:44 Step 10/23 : FROM alpine:3.12 15:09:45 3.12: Pulling from library/alpine 15:09:45 3.12: Pulling from library/alpine 15:09:45 3.12: Pulling from library/alpine 15:09:45 3.12: Pulling from library/alpine 15:09:45 Removing intermediate container fc3761140ae3 15:09:45 ---> a0947f8e75b9 15:09:45 15:09:45 Step 11/26 : FROM docker:20.10.0 15:09:45 20.10.0: Pulling from library/docker 15:09:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:09:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:09:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:09:51 Status: Image is up to date for alpine:3.12 15:09:51 Status: Downloaded newer image for alpine:3.12 15:09:51 Status: Downloaded newer image for alpine:3.12 15:09:51 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 15:09:51 Status: Image is up to date for alpine:3.12 15:09:51 ---> 88dd2752d2ea 15:09:51 Step 11/21 : RUN apk add --update --no-cache curl 15:09:51 ---> 88dd2752d2ea 15:09:51 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:09:51 ---> 88dd2752d2ea 15:09:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:09:51 ---> 88dd2752d2ea 15:09:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:09:52 ---> Running in f30f38f3fc6e 15:09:52 ---> Running in 9a827ccc928d 15:09:52 ---> Running in 93c8bd75fedf 15:09:52 ---> Running in a616db8b3c2b 15:09:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:09:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:09:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:09:57 (1/1) Installing dumb-init (1.2.2-r1) 15:09:57 Executing busybox-1.31.1-r19.trigger 15:09:57 OK: 6 MiB in 15 packages 15:09:58 (1/1) Installing dumb-init (1.2.2-r1) 15:09:58 Executing busybox-1.31.1-r19.trigger 15:09:58 OK: 6 MiB in 15 packages 15:09:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:09:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:09:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:09:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:09:59 (1/2) Installing ca-certificates (20191127-r4) 15:09:59 (1/4) Installing ca-certificates (20191127-r4) 15:09:59 (2/2) Installing dumb-init (1.2.2-r1) 15:09:59 Executing busybox-1.31.1-r19.trigger 15:09:59 Executing ca-certificates-20191127-r4.trigger 15:09:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:09:59 (3/4) Installing libcurl (7.69.1-r3) 15:09:59 (4/4) Installing curl (7.69.1-r3) 15:09:59 Executing busybox-1.31.1-r19.trigger 15:09:59 Executing ca-certificates-20191127-r4.trigger 15:09:59 OK: 7 MiB in 18 packages 15:10:00 OK: 6 MiB in 16 packages 15:10:02 ---> 95dea25c7882 15:10:02 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:10:02 ---> Running in c2da3f5d30b5 15:10:02 Removing intermediate container f30f38f3fc6e 15:10:02 ---> 56383a747dc6 15:10:02 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:10:02 Removing intermediate container 9a827ccc928d 15:10:02 ---> f23f91be6651 15:10:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:10:03 ---> Running in bc4958b15ab3 15:10:03 ---> Running in a0c23fd4b5be 15:10:03 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 15:10:04 Removing intermediate container bc4958b15ab3 15:10:04 ---> 1941d124b6e5 15:10:04 Step 13/23 : ENV APP_PORT=48081 15:10:04 Removing intermediate container a0c23fd4b5be 15:10:04 ---> f4ca085f7760 15:10:04 Step 13/22 : ENV APP_PORT=48085 15:10:04 Removing intermediate container a616db8b3c2b 15:10:04 ---> bb6c0577509c 15:10:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:10:04 Removing intermediate container 93c8bd75fedf 15:10:04 ---> cffbaf16a193 15:10:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:10:05 ---> Running in ebbee4dbfac4 15:10:05 ---> Running in 7ca9abf29c8b 15:10:05 ---> Running in 50ac80f03f3f 15:10:06 ---> Running in c96c4ed742e8 15:10:06 Removing intermediate container 7ca9abf29c8b 15:10:06 ---> c7f8d555cc85 15:10:06 Step 14/22 : EXPOSE $APP_PORT 15:10:07 Removing intermediate container ebbee4dbfac4 15:10:07 ---> cf3cd4d7630a 15:10:07 Step 14/23 : EXPOSE $APP_PORT 15:10:07 Removing intermediate container 50ac80f03f3f 15:10:07 ---> b900dba8aeef 15:10:07 Step 13/22 : ENV APP_PORT=48060 15:10:07 Removing intermediate container c96c4ed742e8 15:10:07 ---> ee7dc7b389d7 15:10:07 Step 13/21 : WORKDIR /edgex 15:10:07 ---> Running in 21ee81f7fa03 15:10:07 ---> Running in 2ef605d214d6 15:10:07 ---> Running in fd7176f6ca17 15:10:07 ---> Running in 788e8d64797a 15:10:09 Removing intermediate container 21ee81f7fa03 15:10:09 ---> 72143214f0ff 15:10:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:09 Removing intermediate container 2ef605d214d6 15:10:09 ---> 6ca1f450cc5a 15:10:09 Step 15/23 : WORKDIR / 15:10:09 Removing intermediate container 788e8d64797a 15:10:09 ---> 3d83a42ce9ca 15:10:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:10:09 Removing intermediate container fd7176f6ca17 15:10:09 ---> f962cd2a2a5c 15:10:09 Step 14/22 : EXPOSE $APP_PORT 15:10:10 ---> Running in e3be45296d0c 15:10:10 ---> Running in a6a6536385e9 15:10:12 Removing intermediate container a6a6536385e9 15:10:12 ---> cc7ec4ffdbb5 15:10:12 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:12 Removing intermediate container e3be45296d0c 15:10:12 ---> 55b35b888ef0 15:10:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:10:12 ---> 8a8337425df5 15:10:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:10:13 ---> 7f150b9995c6 15:10:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:10:14 ---> d273f1caa51c 15:10:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:10:15 ---> 256aa505f6fd 15:10:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:10:16 ---> a13aecc878e8 15:10:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:10:16 ---> 144d5e075613 15:10:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:10:18 ---> 7e54d3e76201 15:10:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:10:18 ---> 8bc4f6e46287 15:10:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:10:18 ---> 25c4953d337b 15:10:18 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:10:18 ---> e4677c60a7a3 15:10:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:10:18 ---> Running in 89fbc42c2560 15:10:18 ---> Running in 0ff25fed1270 15:10:18 ---> 871aca2799dc 15:10:18 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:10:19 ---> 4268bdbbe42f 15:10:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:10:19 Removing intermediate container 89fbc42c2560 15:10:19 ---> 286c91e9cad4 15:10:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:10:19 Removing intermediate container 0ff25fed1270 15:10:19 ---> 0ccf1b3f71d7 15:10:19 Step 18/21 : CMD ["--init=true"] 15:10:19 ---> Running in f4731bd1c3fe 15:10:19 ---> Running in d2691b8bbcc7 15:10:19 ---> Running in 4268309416f0 15:10:19 ---> Running in 0132248b42ba 15:10:19 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:10:19 Status: Downloaded newer image for docker:20.10.0 15:10:19 ---> aefe523efa57 15:10:19 Step 12/26 : RUN apk add --no-cache bash 15:10:20 ---> Running in 30fc495d0ad6 15:10:20 Removing intermediate container d2691b8bbcc7 15:10:20 ---> 20c256bb5745 15:10:20 Step 20/22 : LABEL arch=x86_64 15:10:21 Removing intermediate container f4731bd1c3fe 15:10:21 ---> 5c72caf3cbec 15:10:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:10:21 Removing intermediate container 0132248b42ba 15:10:21 ---> 7ca0fc7593f5 15:10:21 Step 19/21 : LABEL arch=x86_64 15:10:21 Removing intermediate container 4268309416f0 15:10:21 ---> 8de4cf25a829 15:10:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:10:21 ---> Running in 81a4984b4ca5 15:10:21 ---> Running in 793ca2c8bd76 15:10:21 ---> Running in 5c125a8582b5 15:10:21 ---> Running in 60c55628c64f 15:10:21 Removing intermediate container 793ca2c8bd76 15:10:21 ---> 43d26f546fe7 15:10:21 Step 20/22 : LABEL arch=x86_64 15:10:21 Removing intermediate container 81a4984b4ca5 15:10:21 ---> df7601439951 15:10:21 Step 21/22 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:10:21 Removing intermediate container 5c125a8582b5 15:10:21 ---> 530bd9acc63f 15:10:21 Step 20/21 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:10:21 Removing intermediate container 60c55628c64f 15:10:21 ---> dd5ace6b9308 15:10:21 Step 21/23 : LABEL arch=x86_64 15:10:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:10:22 ---> Running in c9f2e7fe4035 15:10:22 ---> Running in 10f8f56c6e4a 15:10:23 ---> Running in 5f2c4c41b149 15:10:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:10:23 ---> Running in a06840db93fa 15:10:23 Removing intermediate container c9f2e7fe4035 15:10:23 ---> 65737254cca7 15:10:23 Step 22/22 : LABEL version=0.0.0 15:10:23 Removing intermediate container 10f8f56c6e4a 15:10:23 ---> 8c493a257aa6 15:10:23 Step 21/22 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:10:23 Removing intermediate container 5f2c4c41b149 15:10:23 ---> aba860ba3a60 15:10:23 Step 21/21 : LABEL version=0.0.0 15:10:24 (1/2) Installing readline (8.0.4-r0) 15:10:24 (2/2) Installing bash (5.0.17-r0) 15:10:24 ---> Running in 19c308b302b8 15:10:24 ---> Running in 0e89f8d86b11 15:10:24 ---> Running in 8c341ee61e68 15:10:24 Removing intermediate container a06840db93fa 15:10:24 ---> 27ed0032d966 15:10:24 Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:10:24 Executing bash-5.0.17-r0.post-install 15:10:24 Executing busybox-1.31.1-r19.trigger 15:10:24 OK: 12 MiB in 22 packages 15:10:24 ---> Running in 47c2a1091071 15:10:24 Removing intermediate container 19c308b302b8 15:10:24 ---> a47342e90905 15:10:24 Step 22/22 : LABEL version=0.0.0 15:10:24 Removing intermediate container 0e89f8d86b11 15:10:24 ---> ddc47484751d 15:10:24 15:10:24 Removing intermediate container 8c341ee61e68 15:10:24 ---> b201a91a19c0 15:10:24 15:10:25 ---> Running in d1b5926f702a 15:10:25 Removing intermediate container 47c2a1091071 15:10:25 ---> 83cf498012e8 15:10:25 Step 23/23 : LABEL version=0.0.0 15:10:25 ---> Running in 554e9c86a534 15:10:25 Successfully built b201a91a19c0 15:10:25 Successfully built ddc47484751d 15:10:26 Removing intermediate container d1b5926f702a 15:10:26 ---> 3fc38021b598 15:10:26 15:10:26 Successfully tagged docker-support-scheduler-go:latest 15:10:26 Successfully tagged docker-security-proxy-setup-go:latest 15:10:26 Building docker-core-command-go 15:10:26  Building docker-support-scheduler-go ... done  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 15:10:26 Removing intermediate container 30fc495d0ad6 15:10:26 ---> 1105cf52329c 15:10:26 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:10:26 Removing intermediate container 554e9c86a534 15:10:26 ---> 832cbd3a51cb 15:10:26 15:10:26 ---> Running in bb2714568fe3 15:10:26 Successfully built 3fc38021b598 15:10:27 Successfully tagged docker-support-notifications-go:latest 15:10:27  Building docker-support-notifications-go ... done Building docker-core-data-go 15:10:27 Removing intermediate container bb2714568fe3 15:10:27 ---> 080079baab7f 15:10:27 Step 14/26 : ENV APP_PORT=48090 15:10:27 ---> Running in 962afa73d8a3 15:10:27 Successfully built 832cbd3a51cb 15:10:27 Successfully tagged docker-core-metadata-go:latest 15:10:27  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 15:10:27 Removing intermediate container 962afa73d8a3 15:10:27 ---> aa54dc7e7f19 15:10:27 Step 15/26 : EXPOSE $APP_PORT 15:10:28 ---> Running in 24634034c6c7 15:10:28 Removing intermediate container 24634034c6c7 15:10:28 ---> 232d30bd0236 15:10:28 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:10:36 ---> 8671ddbc51d1 15:10:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:10:38 ---> 31f3bca9ff35 15:10:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:10:39 ---> 4c5316e40825 15:10:39 Step 19/26 : RUN apk --no-cache add py3-pip 15:10:39 ---> Running in ce77776ced9a 15:10:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:10:42 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 15:10:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:10:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:10:47 (1/33) Installing libbz2 (1.0.8-r1) 15:10:47 (2/33) Installing expat (2.2.9-r1) 15:10:47 (3/33) Installing libffi (3.3-r2) 15:10:47 (4/33) Installing gdbm (1.13-r1) 15:10:48 (5/33) Installing xz-libs (5.2.5-r0) 15:10:48 (6/33) Installing sqlite-libs (3.32.1-r0) 15:10:49 (7/33) Installing python3 (3.8.5-r1) 15:11:01 Removing intermediate container 042eb4e2f8f1 15:11:01 ---> 81aa1ec800a5 15:11:01 15:11:01 Step 10/24 : FROM alpine:3.12 15:11:01 ---> d10569e2745f 15:11:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:11:01 Removing intermediate container ae7bd32a5c2a 15:11:01 ---> 4769b16f5e56 15:11:01 15:11:01 Step 10/21 : FROM alpine:3.12 15:11:01 ---> d10569e2745f 15:11:01 Step 11/21 : RUN apk add --update --no-cache curl 15:11:01 ---> Running in 350212a0ca0c 15:11:01 ---> Running in a23131b43fb2 15:11:01 (8/33) Installing py3-appdirs (1.4.4-r1) 15:11:01 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:11:01 (10/33) Installing py3-parsing (2.4.7-r0) 15:11:01 (11/33) Installing py3-six (1.15.0-r0) 15:11:01 (12/33) Installing py3-packaging (20.4-r0) 15:11:01 (13/33) Installing py3-setuptools (47.0.0-r0) 15:11:01 (14/33) Installing py3-chardet (3.0.4-r4) 15:11:01 (15/33) Installing py3-idna (2.9-r0) 15:11:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:11:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:11:01 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:11:01 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:11:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:11:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:11:02 (18/33) Installing py3-requests (2.23.0-r0) 15:11:02 (19/33) Installing py3-msgpack (1.0.0-r0) 15:11:02 (20/33) Installing py3-lockfile (0.12.2-r3) 15:11:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:11:02 (22/33) Installing py3-colorama (0.4.3-r0) 15:11:02 (1/5) Installing ca-certificates (20191127-r4) 15:11:02 (1/4) Installing ca-certificates (20191127-r4) 15:11:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:11:02 (3/5) Installing libcurl (7.69.1-r3) 15:11:02 (4/5) Installing curl (7.69.1-r3) 15:11:02 (5/5) Installing dumb-init (1.2.2-r1) 15:11:02 Executing busybox-1.31.1-r19.trigger 15:11:02 Executing ca-certificates-20191127-r4.trigger 15:11:02 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:11:02 (3/4) Installing libcurl (7.69.1-r3) 15:11:02 (4/4) Installing curl (7.69.1-r3) 15:11:02 Executing busybox-1.31.1-r19.trigger 15:11:02 Executing ca-certificates-20191127-r4.trigger 15:11:02 (23/33) Installing py3-distlib (0.3.0-r0) 15:11:02 OK: 7 MiB in 18 packages 15:11:03 (24/33) Installing py3-distro (1.5.0-r1) 15:11:03 (25/33) Installing py3-webencodings (0.5.1-r3) 15:11:03 OK: 7 MiB in 19 packages 15:11:03 (26/33) Installing py3-html5lib (1.0.1-r4) 15:11:04 (27/33) Installing py3-pytoml (0.1.21-r0) 15:11:04 (28/33) Installing py3-pep517 (0.8.2-r0) 15:11:04 (29/33) Installing py3-progress (1.5-r0) 15:11:04 (30/33) Installing py3-toml (0.10.1-r0) 15:11:04 (31/33) Installing py3-retrying (1.3.3-r0) 15:11:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:11:04 (33/33) Installing py3-pip (20.1.1-r0) 15:11:05 Executing busybox-1.31.1-r19.trigger 15:11:05 OK: 71 MiB in 55 packages 15:11:06 Removing intermediate container a23131b43fb2 15:11:06 ---> 5897f23488b8 15:11:06 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:11:06 Removing intermediate container 350212a0ca0c 15:11:06 ---> 1a398025155f 15:11:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:11:07 ---> Running in d22473773686 15:11:07 ---> Running in c96fefedd7fd 15:11:08 Removing intermediate container d22473773686 15:11:08 Removing intermediate container c96fefedd7fd 15:11:08 ---> 69678987aa44 15:11:08 Step 13/24 : WORKDIR / 15:11:08 ---> 4b8ce0600cab 15:11:08 Step 13/21 : WORKDIR /edgex 15:11:08 ---> Running in ad754ea26436 15:11:08 ---> Running in b6023fac2d4a 15:11:09 Removing intermediate container ad754ea26436 15:11:09 ---> aef7becb6fcc 15:11:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:11:09 Removing intermediate container b6023fac2d4a 15:11:09 ---> e5aceed5a1e3 15:11:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:11:10 ---> fc333fb4a4f5 15:11:10 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:11:10 ---> 7ace7da5ba58 15:11:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:11:12 ---> e532801e40f9 15:11:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:11:12 ---> 581766512acb 15:11:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:11:13 Removing intermediate container 14c90b5d900e 15:11:13 ---> f10ad12f7fed 15:11:13 15:11:13 Step 10/23 : FROM alpine:3.12 15:11:13 ---> d10569e2745f 15:11:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:11:13 ---> Using cache 15:11:13 ---> 83468a90c805 15:11:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:11:13 ---> Using cache 15:11:13 ---> a6226d245fb5 15:11:13 Step 13/23 : ENV APP_PORT=48081 15:11:13 ---> 535e5fe63eac 15:11:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:11:14 ---> Running in ba39ee2b95e5 15:11:14 ---> 03f0e82dc3b8 15:11:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:11:15 ---> Running in b12c5b0c41b2 15:11:15 Removing intermediate container ba39ee2b95e5 15:11:15 ---> bf43dbf0f9fd 15:11:15 Step 14/23 : EXPOSE $APP_PORT 15:11:15 ---> 5cdaae71b5d6 15:11:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:11:15 ---> Running in 003f4443ba80 15:11:15 Removing intermediate container c2da3f5d30b5 15:11:15 ---> 07230b2cb086 15:11:15 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:11:15 Removing intermediate container b12c5b0c41b2 15:11:15 ---> 76d0079cc82c 15:11:15 Step 18/21 : CMD ["--init=true"] 15:11:16 ---> Running in 47831302219d 15:11:16 ---> Running in 014a04664cb3 15:11:16 Removing intermediate container 003f4443ba80 15:11:16 ---> 7939f63e1418 15:11:16 Step 15/23 : WORKDIR / 15:11:16 ---> Running in 63888f42e6d8 15:11:16 ---> f17ac31a7d2f 15:11:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:11:16 Removing intermediate container 014a04664cb3 15:11:16 ---> fd97102889ed 15:11:16 Step 19/21 : LABEL arch=arm64 15:11:17 Removing intermediate container 63888f42e6d8 15:11:17 ---> 35943bf01274 15:11:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:11:17 ---> Running in 894d9c475eb7 15:11:17 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 15:11:18 Removing intermediate container 894d9c475eb7 15:11:18 ---> c0dbace329e7 15:11:18 Step 20/21 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:11:18 ---> da03333efef2 15:11:18 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/ 15:11:18 ---> Running in 5c25ef4b4634 15:11:18 ---> Running in 3ddef2603861 15:11:18 ---> 8ab0a35776cc 15:11:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:11:19 Removing intermediate container 5c25ef4b4634 15:11:19 ---> 3e5ec443de32 15:11:19 Step 21/21 : LABEL version=0.0.0 15:11:19 ---> Running in 84f183f3ab73 15:11:19 Removing intermediate container 84f183f3ab73 15:11:19 ---> 8bc8e8aaae1a 15:11:19 15:11:20 ---> a54a96b30183 15:11:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:11:20 Successfully built 8bc8e8aaae1a 15:11:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:11:21  Building docker-security-proxy-setup-go ... done Removing intermediate container 47831302219d 15:11:21 ---> 2807b590553d 15:11:21 15:11:21 Step 11/26 : FROM docker:20.10.0 15:11:21 20.10.0: Pulling from library/docker 15:11:21 ---> cd34052852f2 15:11:21 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:11:21 ---> Running in 8d99ab1c10af 15:11:21 Removing intermediate container 3ddef2603861 15:11:21 ---> be5cb0dfe544 15:11:21 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:11:21 ---> Running in 3bb8a460f3c9 15:11:21 Removing intermediate container 8d99ab1c10af 15:11:21 ---> 424ddee746d4 15:11:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:11:22 ---> Running in a006535fb73e 15:11:22 Removing intermediate container 3bb8a460f3c9 15:11:22 ---> a5d72bec6151 15:11:22 Step 22/24 : LABEL arch=arm64 15:11:23 ---> Running in 9d3c7a33eb33 15:11:23 Removing intermediate container a006535fb73e 15:11:23 ---> 55d847af45fd 15:11:23 Step 21/23 : LABEL arch=arm64 15:11:23 ---> Running in 8dd8f87f967a 15:11:23 Removing intermediate container 9d3c7a33eb33 15:11:23 ---> f5c810b07e83 15:11:23 Step 23/24 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:11:24 ---> Running in a9e9472e003b 15:11:24 Removing intermediate container 8dd8f87f967a 15:11:24 ---> a591f1d5d2ad 15:11:24 Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:11:24 ---> Running in ab8111848061 15:11:24 Removing intermediate container a9e9472e003b 15:11:24 ---> 3e77b8433eed 15:11:25 Step 24/24 : LABEL version=0.0.0 15:11:25 ---> Running in 5a0eff39ac68 15:11:25 Removing intermediate container ab8111848061 15:11:25 ---> bd0333e978a4 15:11:25 Step 23/23 : LABEL version=0.0.0 15:11:26 ---> Running in 601f3c05d40e 15:11:26 Removing intermediate container 5a0eff39ac68 15:11:26 ---> a34771015976 15:11:26 15:11:26 Successfully built a34771015976 15:11:27 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:11:27  Building docker-security-secretstore-setup-go ... done Removing intermediate container 601f3c05d40e 15:11:27 ---> a0187837ef1e 15:11:27 15:11:27 Successfully built a0187837ef1e 15:11:27 Successfully tagged docker-core-metadata-go-arm64:latest 15:11:29  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:11:29 Status: Downloaded newer image for docker:20.10.0 15:11:29 ---> eeaf43b92773 15:11:29 Step 12/26 : RUN apk add --no-cache bash 15:11:29 ---> Running in a7d2127b099e 15:11:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:11:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:11:31 (1/2) Installing readline (8.0.4-r0) 15:11:31 (2/2) Installing bash (5.0.17-r0) 15:11:31 Executing bash-5.0.17-r0.post-install 15:11:31 Executing busybox-1.31.1-r19.trigger 15:11:31 OK: 12 MiB in 22 packages 15:11:33 Removing intermediate container a7d2127b099e 15:11:33 ---> 214a8183f9b7 15:11:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:11:33 ---> Running in 56fa192da2e7 15:11:33 Removing intermediate container 56fa192da2e7 15:11:33 ---> 46eac7391549 15:11:33 Step 14/26 : ENV APP_PORT=48090 15:11:33 ---> Running in 6685e643715f 15:11:34 Removing intermediate container 6685e643715f 15:11:34 ---> 603241ffcc8e 15:11:34 Step 15/26 : EXPOSE $APP_PORT 15:11:34 ---> Running in 0415adb0eab6 15:11:34 Removing intermediate container 0415adb0eab6 15:11:34 ---> 8f36369c955a 15:11:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:11:35 ---> 434e151cd8b4 15:11:35 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:11:36 ---> ea6cf750ddea 15:11:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:11:37 ---> 7fa0d75bb87f 15:11:37 Step 19/26 : RUN apk --no-cache add py3-pip 15:11:37 ---> Running in a14123e8088d 15:11:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:11:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:11:39 (1/33) Installing libbz2 (1.0.8-r1) 15:11:39 (2/33) Installing expat (2.2.9-r1) 15:11:39 (3/33) Installing libffi (3.3-r2) 15:11:39 (4/33) Installing gdbm (1.13-r1) 15:11:39 (5/33) Installing xz-libs (5.2.5-r0) 15:11:39 (6/33) Installing sqlite-libs (3.32.1-r0) 15:11:39 (7/33) Installing python3 (3.8.5-r1) 15:11:41 (8/33) Installing py3-appdirs (1.4.4-r1) 15:11:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:11:41 (10/33) Installing py3-parsing (2.4.7-r0) 15:11:41 (11/33) Installing py3-six (1.15.0-r0) 15:11:41 (12/33) Installing py3-packaging (20.4-r0) 15:11:41 (13/33) Installing py3-setuptools (47.0.0-r0) 15:11:41 (14/33) Installing py3-chardet (3.0.4-r4) 15:11:41 (15/33) Installing py3-idna (2.9-r0) 15:11:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:11:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:11:41 (18/33) Installing py3-requests (2.23.0-r0) 15:11:41 (19/33) Installing py3-msgpack (1.0.0-r0) 15:11:41 (20/33) Installing py3-lockfile (0.12.2-r3) 15:11:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:11:41 (22/33) Installing py3-colorama (0.4.3-r0) 15:11:41 (23/33) Installing py3-distlib (0.3.0-r0) 15:11:41 (24/33) Installing py3-distro (1.5.0-r1) 15:11:41 (25/33) Installing py3-webencodings (0.5.1-r3) 15:11:41 (26/33) Installing py3-html5lib (1.0.1-r4) 15:11:41 (27/33) Installing py3-pytoml (0.1.21-r0) 15:11:41 (28/33) Installing py3-pep517 (0.8.2-r0) 15:11:41 (29/33) Installing py3-progress (1.5-r0) 15:11:41 (30/33) Installing py3-toml (0.10.1-r0) 15:11:41 (31/33) Installing py3-retrying (1.3.3-r0) 15:11:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:11:41 (33/33) Installing py3-pip (20.1.1-r0) 15:11:41 Executing busybox-1.31.1-r19.trigger 15:11:41 OK: 71 MiB in 55 packages 15:11:48 Removing intermediate container a14123e8088d 15:11:48 ---> 93be8cf76b3c 15:11:48 Step 20/26 : RUN pip install docker-compose==1.23.2 15:11:48 ---> Running in 1e0ab4a8f7d9 15:11:52 Collecting docker-compose==1.23.2 15:11:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:11:52 Collecting dockerpty<0.5,>=0.4.1 15:11:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:11:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:11:54 Collecting cached-property<2,>=1.2.0 15:11:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:11:54 Collecting jsonschema<3,>=2.5.1 15:11:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:11:55 Collecting websocket-client<1.0,>=0.32.0 15:11:55 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:11:56 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:11:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:11:57 Collecting texttable<0.10,>=0.9.0 15:11:57 Downloading texttable-0.9.1.tar.gz (11 kB) 15:11:59 Collecting docker<4.0,>=3.6.0 15:11:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:12:00 Collecting PyYAML<4,>=3.10 15:12:00 Downloading PyYAML-3.13.tar.gz (270 kB) 15:12:03 Collecting docopt<0.7,>=0.6.1 15:12:03 Downloading docopt-0.6.2.tar.gz (25 kB) 15:12:04 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) 15:12:04 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) 15:12:04 Collecting idna<2.8,>=2.5 15:12:04 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:12:05 Collecting urllib3<1.25,>=1.21.1 15:12:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:12:05 Collecting docker-pycreds>=0.4.0 15:12:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:12:05 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:12:05 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:12:05 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:12:05 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:12:06 Installing collected packages: dockerpty, cached-property, jsonschema, websocket-client, idna, urllib3, requests, texttable, docker-pycreds, docker, PyYAML, docopt, docker-compose 15:12:06 Running setup.py install for dockerpty: started 15:12:08 Running setup.py install for dockerpty: finished with status 'done' 15:12:09 Attempting uninstall: idna 15:12:09 Found existing installation: idna 2.9 15:12:09 Uninstalling idna-2.9: 15:12:09 Successfully uninstalled idna-2.9 15:12:09 Attempting uninstall: urllib3 15:12:09 Found existing installation: urllib3 1.25.9 15:12:10 Uninstalling urllib3-1.25.9: 15:12:10 Successfully uninstalled urllib3-1.25.9 15:12:10 Attempting uninstall: requests 15:12:10 Found existing installation: requests 2.23.0 15:12:10 Uninstalling requests-2.23.0: 15:12:10 Successfully uninstalled requests-2.23.0 15:12:11 Running setup.py install for texttable: started 15:12:13 Running setup.py install for texttable: finished with status 'done' 15:12:13 Running setup.py install for PyYAML: started 15:12:15 Running setup.py install for PyYAML: finished with status 'done' 15:12:15 Running setup.py install for docopt: started 15:12:17 Running setup.py install for docopt: finished with status 'done' 15:12:18 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.57.0 15:12:21 Removing intermediate container 1e0ab4a8f7d9 15:12:21 ---> bdde0199b547 15:12:21 Step 21/26 : RUN apk --no-cache add curl 15:12:21 ---> Running in 786bdf82f53c 15:12:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:12:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:12:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:12:23 (2/3) Installing libcurl (7.69.1-r3) 15:12:23 (3/3) Installing curl (7.69.1-r3) 15:12:23 Executing busybox-1.31.1-r19.trigger 15:12:23 OK: 71 MiB in 58 packages 15:12:24 Removing intermediate container 786bdf82f53c 15:12:24 ---> b30004ded5d5 15:12:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:12:24 ---> Running in 058b1b84d838 15:12:25 Removing intermediate container 058b1b84d838 15:12:25 ---> 30351af766e2 15:12:25 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:12:25 ---> Running in b4fb4a5de9d4 15:12:25 Removing intermediate container b4fb4a5de9d4 15:12:25 ---> 8325cb4082b4 15:12:25 Step 24/26 : LABEL arch=arm64 15:12:25 ---> Running in f3434cb7d8bd 15:12:26 Removing intermediate container f3434cb7d8bd 15:12:26 ---> 71f2979591ec 15:12:26 Step 25/26 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:12:26 ---> Running in adb92e8bd43d 15:12:27 Removing intermediate container adb92e8bd43d 15:12:27 ---> bad91694f5a7 15:12:27 Step 26/26 : LABEL version=0.0.0 15:12:27 ---> Running in 57674e46f878 15:12:27 Removing intermediate container 57674e46f878 15:12:27 ---> 84dab5381215 15:12:27 15:12:27 Successfully built 84dab5381215 15:12:27 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:12:28  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:12:28 $ docker stop --time=1 3a3a00aadd6b6042b49d3071cfdf9cbee1ecd43cf0f0e1e47d3f0f958924ded3 15:12:30 $ docker rm -f 3a3a00aadd6b6042b49d3071cfdf9cbee1ecd43cf0f0e1e47d3f0f958924ded3 15:12:30 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:12:30 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:12:30 ---> 8e9abdfe1cd5 15:12:30 Step 3/24 : WORKDIR /edgex-go 15:12:30 ---> Using cache 15:12:30 ---> 7bffcde1e147 15:12:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:12:30 ---> Using cache 15:12:30 ---> 54980aa296fc 15:12:30 Step 5/24 : RUN apk add --update --no-cache make git 15:12:30 ---> Using cache 15:12:30 ---> ce2e859e2cde 15:12:30 Step 6/24 : COPY go.mod . 15:12:30 ---> Using cache 15:12:30 ---> c336ac9255b9 15:12:30 Step 7/24 : RUN go mod download 15:12:30 ---> Using cache 15:12:30 ---> 59c2da7f280e 15:12:30 Step 8/24 : COPY . . 15:12:30 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:12:30 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:12:30 ---> 8e9abdfe1cd5 15:12:30 Step 3/30 : WORKDIR /edgex-go 15:12:30 ---> Using cache 15:12:30 ---> 7bffcde1e147 15:12:30 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:12:30 ---> Using cache 15:12:30 ---> 54980aa296fc 15:12:30 Step 5/30 : RUN apk add --update --no-cache make git 15:12:30 ---> Using cache 15:12:30 ---> ce2e859e2cde 15:12:30 Step 6/30 : COPY go.mod . 15:12:30 ---> Using cache 15:12:30 ---> c336ac9255b9 15:12:30 Step 7/30 : RUN go mod download 15:12:30 ---> Using cache 15:12:30 ---> 59c2da7f280e 15:12:30 Step 8/30 : COPY . . 15:12:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:12:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:12:30 ---> 8e9abdfe1cd5 15:12:30 Step 3/23 : WORKDIR /edgex-go 15:12:30 ---> Using cache 15:12:30 ---> 7bffcde1e147 15:12:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:12:30 ---> Using cache 15:12:30 ---> 54980aa296fc 15:12:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:12:30 ---> Using cache 15:12:30 ---> 16dd97fa4b99 15:12:30 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:12:30 ---> Using cache 15:12:30 ---> 16dd97fa4b99 15:12:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:12:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:12:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:12:30 ---> 8e9abdfe1cd5 15:12:30 Step 3/23 : WORKDIR /edgex-go 15:12:30 ---> Using cache 15:12:30 ---> 7bffcde1e147 15:12:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:12:30 ---> Using cache 15:12:30 ---> 54980aa296fc 15:12:30 Step 5/23 : RUN apk add --update --no-cache make git 15:12:30 ---> Using cache 15:12:30 ---> ce2e859e2cde 15:12:30 Step 6/23 : COPY go.mod . 15:12:30 ---> Using cache 15:12:30 ---> c336ac9255b9 15:12:30 Step 7/23 : RUN go mod download 15:12:30 ---> Using cache 15:12:30 ---> 59c2da7f280e 15:12:30 Step 8/23 : COPY . . 15:12:30 ---> Using cache 15:12:30 ---> 16dd97fa4b99 15:12:30 Step 9/23 : RUN make cmd/core-command/core-command 15:12:30 ---> Running in 698c92029f7b 15:12:30 ---> Running in c7d8cf8e3aef 15:12:30 ---> Running in d463e3f8c397 15:12:30 ---> Running in 2abb016d4551 15:12:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 15:12:30 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 15:12:30 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 15:12:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:12:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] sh 15:12:30 + + grep dockerdocker 15:12:30 images 15:12:31 OK: 233 MiB in 51 packages 15:12:31 docker-sys-mgmt-agent-go-arm64 latest 84dab5381215 3 seconds ago 300MB 15:12:31 docker-core-metadata-go-arm64 latest a0187837ef1e About a minute ago 17.9MB 15:12:31 docker-security-secretstore-setup-go-arm64 latest a34771015976 About a minute ago 23.7MB 15:12:31 docker-security-proxy-setup-go-arm64 latest 8bc8e8aaae1a About a minute ago 23.4MB 15:12:31 docker-core-data-go-arm64 latest 60ca3cb59b04 3 minutes ago 21.1MB 15:12:31 docker-core-command-go-arm64 latest 1782e697adc2 3 minutes ago 16.2MB 15:12:31 docker-security-bootstrapper-go-arm64 latest 69a9c9e5cec9 4 minutes ago 17.3MB 15:12:31 docker-support-scheduler-go-arm64 latest f79fc62364c6 4 minutes ago 16.3MB 15:12:31 docker-support-notifications-go-arm64 latest f97499f63785 4 minutes ago 16.8MB 15:12:31 docker 20.10.0 eeaf43b92773 2 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 15:12:32 ---> job-cost.sh 15:12:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6m8Q 15:12:39 Removing intermediate container d463e3f8c397 15:12:39 ---> 3cc6badadc14 15:12:39 Step 6/23 : COPY go.mod . 15:12:40 ---> 50f8be99e01e 15:12:40 Step 7/23 : RUN go mod download 15:12:42 ---> Running in 18d9bd3f7709 15:12:59 Removing intermediate container 18d9bd3f7709 15:12:59 ---> 7bcb0732f4f9 15:12:59 Step 8/23 : COPY . . 15:13:11 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:13:40 Removing intermediate container ce77776ced9a 15:13:40 ---> 9b2ba034a685 15:13:40 Step 20/26 : RUN pip install docker-compose==1.23.2 15:13:40 ---> Running in 5988b1b82d71 15:13: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 15:14:10 Removing intermediate container 2abb016d4551 15:14:10 ---> 2d58056f26e8 15:14:10 15:14:10 Step 10/30 : FROM alpine:3.12 15:14:10 ---> 88dd2752d2ea 15:14:10 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:14:10 ---> Running in 527a65dd8e20 15:14:10 Removing intermediate container c7d8cf8e3aef 15:14:10 ---> 0f8c6774fd26 15:14:10 15:14:10 Step 10/23 : FROM alpine:3.12 15:14:10 ---> 88dd2752d2ea 15:14:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:14:10 ---> Using cache 15:14:10 ---> f23f91be6651 15:14:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:14:10 ---> Using cache 15:14:10 ---> f4ca085f7760 15:14:10 Step 13/23 : ENV APP_PORT=48082 15:14:13 ---> Running in fc0799760106 15:14:15 Removing intermediate container 527a65dd8e20 15:14:15 ---> 3e6e66f2bb3e 15:14:15 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:14:16 Removing intermediate container fc0799760106 15:14:16 ---> 53025e18ce39 15:14:16 Step 14/23 : EXPOSE $APP_PORT 15:14:17 ---> Running in 8ca358c3f6f5 15:14:18 ---> Running in d3f3f3654d34 15:14:19 Removing intermediate container d3f3f3654d34 15:14:19 ---> d5de920aaff9 15:14:19 Step 15/23 : WORKDIR / 15:14:20 ---> Running in 63a451012103 15:14:23 Collecting docker-compose==1.23.2 15:14:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:14:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:14:24 Collecting PyYAML<4,>=3.10 15:14:24 Downloading PyYAML-3.13.tar.gz (270 kB) 15:14:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:14:25 (1/2) Installing dumb-init (1.2.2-r1) 15:14:25 (2/2) Installing su-exec (0.2-r1) 15:14:25 Executing busybox-1.31.1-r19.trigger 15:14:25 Removing intermediate container 63a451012103 15:14:25 ---> 554afc014762 15:14:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:14:25 OK: 6 MiB in 16 packages 15:14:30 ---> ea05ec2ada65 15:14:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:14:32 Removing intermediate container 8ca358c3f6f5 15:14:32 ---> c2067db647ad 15:14:32 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:14:32 ---> 015e0db43ffb 15:14:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:14:32 Removing intermediate container 698c92029f7b 15:14:32 ---> 325fc8359572 15:14:32 15:14:32 Step 10/24 : FROM alpine:3.12 15:14:32 ---> 88dd2752d2ea 15:14:32 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:14:33 ---> Running in 5cc13424aeb7 15:14:33 ---> Running in 7e5f1b441f36 15:14:33 ---> 6ad04f0bb570 15:14:33 Step 19/23 : ENTRYPOINT ["/core-command"] 15:14:33 Removing intermediate container 5cc13424aeb7 15:14:33 ---> 6c573b6a6f95 15:14:33 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:14:34 Collecting jsonschema<3,>=2.5.1 15:14:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:14:34 ---> Running in 3a078a4262cf 15:14:34 Collecting docker<4.0,>=3.6.0 15:14:35 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:14:35 ---> Running in 489b8ae25e8c 15:14:35 Collecting texttable<0.10,>=0.9.0 15:14:35 Removing intermediate container 3a078a4262cf 15:14:35 ---> 682e53a9d2c5 15:14:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:14:35 Downloading texttable-0.9.1.tar.gz (11 kB) 15:14:36 Removing intermediate container 489b8ae25e8c 15:14:36 ---> 5347bd0b07e8 15:14:36 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:14:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:14:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:14:37 ---> Running in ed8652f49eb3 15:14:37 (1/5) Installing ca-certificates (20191127-r4) 15:14:37 Collecting websocket-client<1.0,>=0.32.0 15:14:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:14:37 (3/5) Installing libcurl (7.69.1-r3) 15:14:38 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:14:38 (4/5) Installing curl (7.69.1-r3) 15:14:38 (5/5) Installing dumb-init (1.2.2-r1) 15:14:38 Executing busybox-1.31.1-r19.trigger 15:14:38 Executing ca-certificates-20191127-r4.trigger 15:14:38 ---> Running in 10fbba223b22 15:14:38 OK: 7 MiB in 19 packages 15:14:38 Collecting dockerpty<0.5,>=0.4.1 15:14:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:14:39 Removing intermediate container ed8652f49eb3 15:14:39 ---> 025e672aff94 15:14:39 Step 21/23 : LABEL arch=x86_64 15:14:39 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:14:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:14:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:14:40 ---> Running in cff718af745d 15:14:41 Collecting docopt<0.7,>=0.6.1 15:14:41 Downloading docopt-0.6.2.tar.gz (25 kB) 15:14:42 ---> 3528752f5f15 15:14:42 Step 9/23 : RUN make cmd/core-data/core-data 15:14:43 Removing intermediate container cff718af745d 15:14:43 ---> 822c3cb1467b 15:14:43 Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:14:43 ---> Running in 6f583842c0b5 15:14:43 Removing intermediate container 7e5f1b441f36 15:14:43 ---> 1e1991c1957d 15:14:43 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:14:43 Collecting cached-property<2,>=1.2.0 15:14:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:14:44 Collecting docker-pycreds>=0.4.0 15:14:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:14:44 ---> Running in 40e834c8a520 15:14:44 ---> Running in cd6273f49322 15:14:44 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) 15:14:44 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) 15:14:45 Collecting urllib3<1.25,>=1.21.1 15:14:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:14:45 Collecting idna<2.8,>=2.5 15:14:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:14:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:14:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:14:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:14:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:14:45 Removing intermediate container cd6273f49322 15:14:45 ---> 2f1c6c60f86e 15:14:45 Step 13/24 : WORKDIR / 15:14:45 Removing intermediate container 40e834c8a520 15:14:45 ---> 05ed675d0717 15:14:45 Step 23/23 : LABEL version=0.0.0 15:14:46 Installing collected packages: PyYAML, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, dockerpty, docopt, cached-property, docker-compose 15:14:46 Running setup.py install for PyYAML: started 15:14:46 ---> Running in 24104d681135 15:14:46 ---> Running in de7469433909 15:14:46 Removing intermediate container 10fbba223b22 15:14:46 ---> 344f12403a57 15:14:46 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:14:46 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 15:14:46 ---> Running in d335a6a1ad61 15:14:48 Removing intermediate container 24104d681135 15:14:48 ---> 5e1fcf695564 15:14:48 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:14:49 Removing intermediate container de7469433909 15:14:49 ---> c7d84fedeb5a 15:14:49 15:14:49 Running setup.py install for PyYAML: finished with status 'done' 15:14:49 Removing intermediate container d335a6a1ad61 15:14:49 ---> 240b52e86fec 15:14:49 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:14:50 Attempting uninstall: urllib3 15:14:50 Found existing installation: urllib3 1.25.9 15:14:50 Uninstalling urllib3-1.25.9: 15:14:50 Successfully built c7d84fedeb5a 15:14:50 Successfully uninstalled urllib3-1.25.9 15:14:51 Successfully tagged docker-core-command-go:latest 15:14:51  Building docker-core-command-go ... done  ---> 5298e71600e0 15:14:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:14:51 ---> e860728ecaee 15:14:51 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:14:52 Attempting uninstall: idna 15:14:52 Found existing installation: idna 2.9 15:14:52 Uninstalling idna-2.9: 15:14:52 Successfully uninstalled idna-2.9 15:14:52 ---> Running in 9f78dd2a58da 15:14:52 Attempting uninstall: requests 15:14:52 Found existing installation: requests 2.23.0 15:14:52 Uninstalling requests-2.23.0: 15:14:53 Successfully uninstalled requests-2.23.0 15:14:53 ---> a5a1dbc63a99 15:14:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:14:54 Running setup.py install for texttable: started 15:14:56 Running setup.py install for texttable: finished with status 'done' 15:14:56 Running setup.py install for dockerpty: started 15:14:56 ---> a923bf27a7ea 15:14:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:14:56 Running setup.py install for dockerpty: finished with status 'done' 15:14:56 Running setup.py install for docopt: started 15:14:57 Running setup.py install for docopt: finished with status 'done' 15:15:00 ---> 700dc662daeb 15:15:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:15:00 Removing intermediate container 9f78dd2a58da 15:15:00 ---> 72124c0c29b7 15:15:00 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:15:00 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.57.0 15:15:01 ---> b38b9331322b 15:15:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:15:01 ---> 760b72604c9f 15:15:01 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:15:02 ---> 0b8d7921c4f5 15:15:02 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/ 15:15:03 ---> Running in 32fd1649dd02 15:15:06 ---> 4402a33dc396 15:15:06 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:15:08 Removing intermediate container 5988b1b82d71 15:15:08 ---> 63481ff6fa61 15:15:08 Step 21/26 : RUN apk --no-cache add curl 15:15:08 ---> Running in e4546a003a41 15:15:11 ---> b0daab06577a 15:15:11 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:15:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:15:12 ---> a0efdc8ce68d 15:15:12 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:15:12 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:15:12 (2/3) Installing libcurl (7.69.1-r3) 15:15:12 (3/3) Installing curl (7.69.1-r3) 15:15:12 Executing busybox-1.31.1-r19.trigger 15:15:12 OK: 72 MiB in 58 packages 15:15:12 ---> Running in 31a592317b62 15:15:12 Removing intermediate container 32fd1649dd02 15:15:12 ---> 675eefed75f0 15:15:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:15:14 ---> Running in 406bb5bcd105 15:15:14 Removing intermediate container 31a592317b62 15:15:14 ---> 502d31ec7cd6 15:15:14 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:15:14 Removing intermediate container 406bb5bcd105 15:15:14 ---> a6c0aa157243 15:15:14 Step 22/24 : LABEL arch=x86_64 15:15:14 ---> Running in 10b9e5f1a706 15:15:14 Removing intermediate container e4546a003a41 15:15:14 ---> 884095109ad3 15:15:14 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:15:15 ---> d2547a212601 15:15:15 Step 25/30 : RUN chmod +x /entrypoint.sh 15:15:15 ---> Running in 456c1d6c0e23 15:15:15 ---> Running in 2f3d55f64c79 15:15:15 Removing intermediate container 10b9e5f1a706 15:15:15 ---> 88bcc760df57 15:15:15 Step 23/24 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:15:17 ---> Running in fa72d2687cf0 15:15:17 Removing intermediate container 456c1d6c0e23 15:15:17 ---> 1b9a557f5a64 15:15:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:15:17 ---> Running in d26f0e5bd307 15:15:17 Removing intermediate container fa72d2687cf0 15:15:17 ---> 69ddef589058 15:15:17 Step 24/24 : LABEL version=0.0.0 15:15:17 ---> Running in fd793f1d59c9 15:15:18 Removing intermediate container d26f0e5bd307 15:15:18 ---> 10b74764828d 15:15:18 Step 24/26 : LABEL arch=x86_64 15:15:18 ---> Running in 1262d99bab37 15:15:18 Removing intermediate container 2f3d55f64c79 15:15:18 ---> fddd5cdf7562 15:15:18 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:15:18 Removing intermediate container fd793f1d59c9 15:15:18 ---> bc0780150523 15:15:18 15:15:20 Successfully built bc0780150523 15:15:20 ---> Running in b0d2b4f1eecf 15:15:20 Successfully tagged docker-security-secretstore-setup-go:latest 15:15:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1262d99bab37 15:15:20 ---> 402d6839b623 15:15:20 Step 25/26 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:15:20 ---> Running in 455cb5dbc34e 15:15:20 Removing intermediate container b0d2b4f1eecf 15:15:20 ---> f9ff80931482 15:15:20 Step 27/30 : CMD ["gate"] 15:15:21 ---> Running in c75acfd92d36 15:15:22 Removing intermediate container 455cb5dbc34e 15:15:22 ---> 715a8d29c788 15:15:22 Step 26/26 : LABEL version=0.0.0 15:15:24 Removing intermediate container c75acfd92d36 15:15:24 ---> 9c71663ec29c 15:15:24 Step 28/30 : LABEL arch=x86_64 15:15:24 ---> Running in 588c2028fd05 15:15:24 ---> Running in 66a1dfe1178a 15:15:24 Removing intermediate container 588c2028fd05 15:15:24 ---> 091012ba9736 15:15:24 15:15:26 Successfully built 091012ba9736 15:15:26 Successfully tagged docker-sys-mgmt-agent-go:latest 15:15:27  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 66a1dfe1178a 15:15:27 ---> bfeb557563df 15:15:27 Step 29/30 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:15:28 ---> Running in f8f2c6b43a46 15:15:30 Removing intermediate container f8f2c6b43a46 15:15:30 ---> 5de40d06a463 15:15:30 Step 30/30 : LABEL version=0.0.0 15:15:31 ---> Running in 8675c021b402 15:15:31 Removing intermediate container 6f583842c0b5 15:15:31 ---> 27377784a66c 15:15:31 15:15:31 Step 10/23 : FROM alpine:3.12 15:15:31 ---> 88dd2752d2ea 15:15:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:15:32 ---> Running in e1885ee46458 15:15:32 Removing intermediate container 8675c021b402 15:15:32 ---> a8fc0a97dc04 15:15:32 15:15:32 Successfully built a8fc0a97dc04 15:15:32 Successfully tagged docker-security-bootstrapper-go:latest 15:15:32 Removing intermediate container e1885ee46458 15:15:32 ---> d08a1b30a1b8 15:15:32 Step 12/23 : ENV APP_PORT=48080 15:15:32  Building docker-security-bootstrapper-go ... done  ---> Running in fb2b1ae7ec5a 15:15:32 Removing intermediate container fb2b1ae7ec5a 15:15:32 ---> b1c6b1d8070b 15:15:32 Step 13/23 : EXPOSE $APP_PORT 15:15:32 ---> Running in 58f41a7c7505 15:15:33 lf-activate-venv(): INFO: Adding /tmp/venv-6m8Q/bin to PATH 15:15:33 INFO: No Stack... 15:15:33 INFO: Retrieving Pricing Info for: lf-standard-4 15:15:33 INFO: Archiving Costs [Pipeline] sh 15:15:33 Removing intermediate container 58f41a7c7505 15:15:33 ---> c44b41924370 15:15:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:15:33 ---> Running in 1f1b4d9150a0 15:15:33 + cat /w/workspace/edgex-go/3/archives/cost.csv 15:15:33 + cut -d, -f6 [Pipeline] lock 15:15:33 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3192-3-stack-cost] 15:15:33 Resource [jenkins-edgexfoundry-edgex-go-PR-3192-3-stack-cost] did not exist. Created. 15:15:33 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3192-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:15:33 + echo total: 0.20999999344348907 [Pipeline] stash 15:15:34 Stashed 1 file(s) [Pipeline] } 15:15:34 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3192-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:15:36 Removing intermediate container 1f1b4d9150a0 15:15:36 ---> 099d75e44a90 15:15:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:15:36 ---> Running in 5ecd541c28be 15:15:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:15:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:15:40 (1/6) Installing dumb-init (1.2.2-r1) 15:15:40 (2/6) Installing libgcc (9.3.0-r2) 15:15:40 (3/6) Installing libsodium (1.0.18-r0) 15:15:40 (4/6) Installing libstdc++ (9.3.0-r2) 15:15:41 (5/6) Installing libzmq (4.3.3-r0) 15:15:41 (6/6) Installing zeromq (4.3.3-r0) 15:15:41 Executing busybox-1.31.1-r19.trigger 15:15:41 OK: 8 MiB in 20 packages 15:15:43 Removing intermediate container 5ecd541c28be 15:15:43 ---> bc312a6cdafb 15:15:43 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:15:44 ---> 630c3aea55d7 15:15:44 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:15:46 ---> bef914816c18 15:15:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:15:46 ---> b3006eba748a 15:15:46 Step 19/23 : ENTRYPOINT ["/core-data"] 15:15:46 ---> Running in 7eb83ab71e56 15:15:47 Removing intermediate container 7eb83ab71e56 15:15:47 ---> 0c6925804993 15:15:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:15:47 ---> Running in 97d340991c25 15:15:47 Removing intermediate container 97d340991c25 15:15:47 ---> 7e7b290814bb 15:15:47 Step 21/23 : LABEL arch=x86_64 15:15:47 ---> Running in 21dc4663ee2b 15:15:48 Removing intermediate container 21dc4663ee2b 15:15:48 ---> ff8cafa9ea62 15:15:48 Step 22/23 : LABEL git_sha=5c6281c33c47276eacdbb13638039abd0291140c 15:15:48 ---> Running in 35cbe9e3b2bb 15:15:49 Removing intermediate container 35cbe9e3b2bb 15:15:49 ---> dbb558d9f96a 15:15:49 Step 23/23 : LABEL version=0.0.0 15:15:49 ---> Running in 67fbb52c7683 15:15:50 Removing intermediate container 67fbb52c7683 15:15:50 ---> f2e4eb355fc2 15:15:50 15:15:50 Successfully built f2e4eb355fc2 15:15:50 Successfully tagged docker-core-data-go:latest 15:15:51  Building docker-core-data-go ... done  [Pipeline] } 15:15:51 $ docker stop --time=1 da5e0d64363b84255b70c09c1f59802cbd23c350ed7fefce1db2c848cdaa3a50 15:15:55 $ docker rm -f da5e0d64363b84255b70c09c1f59802cbd23c350ed7fefce1db2c848cdaa3a50 [Pipeline] // withDockerContainer [Pipeline] sh 15:15:57 + grep docker 15:15:57 + docker images 15:16:02 docker-core-data-go latest f2e4eb355fc2 13 seconds ago 22.4MB 15:16:02 docker-security-bootstrapper-go latest a8fc0a97dc04 31 seconds ago 18.3MB 15:16:02 docker-sys-mgmt-agent-go latest 091012ba9736 38 seconds ago 313MB 15:16:02 docker-security-secretstore-setup-go latest bc0780150523 44 seconds ago 24.9MB 15:16:02 docker-core-command-go latest c7d84fedeb5a About a minute ago 17MB 15:16:02 docker-core-metadata-go latest 832cbd3a51cb 5 minutes ago 19MB 15:16:02 docker-support-notifications-go latest 3fc38021b598 5 minutes ago 17.7MB 15:16:02 docker-security-proxy-setup-go latest b201a91a19c0 5 minutes ago 24.7MB 15:16:02 docker-support-scheduler-go latest ddc47484751d 5 minutes ago 17.2MB 15:16:02 docker 20.10.0 aefe523efa57 2 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 15:16:21 Still waiting to schedule task 15:16:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:17:11 Running on prd-ubuntu18.04-docker-8c-8g-27669 in /w/workspace/edgexfoundry_edgex-go_PR-3192 [Pipeline] { [Pipeline] ws 15:17:11 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:17:13 using credential edgex-jenkins-ssh 15:17:13 Cloning the remote Git repository 15:17:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:17:13 > git init /w/workspace/edgex-go/3 # timeout=10 15:17:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:17:13 > git --version # timeout=10 15:17:13 > git --version # 'git version 2.17.1' 15:17:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:17:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:17:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:17:22 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3192/head:refs/remotes/origin/PR-3192 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:17:22 Merging remotes/origin/master commit cc679f17c5203d1805fe25c40abcaf676b6725c1 into PR head commit 5c6281c33c47276eacdbb13638039abd0291140c 15:17:23 Merge succeeded, producing 5c6281c33c47276eacdbb13638039abd0291140c 15:17:23 Checking out Revision 5c6281c33c47276eacdbb13638039abd0291140c (PR-3192) 15:17:22 > git config core.sparsecheckout # timeout=10 15:17:23 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 15:17:23 > git remote # timeout=10 15:17:23 > git config --get remote.origin.url # timeout=10 15:17:23 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:23 > git merge cc679f17c5203d1805fe25c40abcaf676b6725c1 # timeout=10 15:17:23 > git rev-parse HEAD^{commit} # timeout=10 15:17:23 > git config core.sparsecheckout # timeout=10 15:17:23 > git checkout -f 5c6281c33c47276eacdbb13638039abd0291140c # timeout=10 15:17:27 Commit message: "feat(security): Create a Vault mgmt token for Consul Secrets Operations" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:28 + echo snap-build.sh 15:17:28 snap-build.sh 15:17:28 + SNAP_BASE_DIR=. 15:17:28 + '[' '!' -z /w/workspace/edgex-go/3 ']' 15:17:28 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 15:17:28 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 15:17:28 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 15:17:28 + cd /w/workspace/edgex-go/3 15:17:28 + sudo apt-get remove -qy --purge lxd lxd-client 15:17:28 Reading package lists... 15:17:28 Building dependency tree... 15:17:28 Reading state information... 15:17:28 The following packages were automatically installed and are no longer required: 15:17:28 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:17:28 uidmap xdelta3 15:17:28 Use 'sudo apt autoremove' to remove them. 15:17:28 The following packages will be REMOVED: 15:17:28 lxd* lxd-client* 15:17:29 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:17:29 After this operation, 31.7 MB disk space will be freed. 15:17:30 (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.) 15:17:30 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:17:31 Removing lxd dnsmasq configuration 15:17:31 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:17:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:17:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:17:33 (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.) 15:17:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:17:34 Processing triggers for systemd (237-3ubuntu10.42) ... 15:17:35 Processing triggers for ureadahead (0.100.0-21) ... 15:17:36 + sudo snap remove --purge lxd 15:17:36 snap "lxd" is not installed 15:17:36 + sudo groupadd --force --system lxd 15:17:36 ++ whoami 15:17:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:17:37 + newgrp - lxd 15:17:37 + sudo snap install lxd 15:17:47 2021-02-25T15:17:45Z INFO Waiting for automatic snapd restart... 15:18:09 lxd 4.11 from Canonical* installed 15:18:09 + sudo lxd init --auto 15:18:17 + sudo snap install --classic snapcraft 15:18:27 snapcraft 4.5.1 from Canonical* installed 15:18:27 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:18:27 + patch --verbose -p1 15:18:27 Hmm... Looks like a unified diff to me... 15:18:27 The text leading up to this was: 15:18:27 -------------------------- 15:18:27 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:18:27 |From: Tony Espy 15:18:27 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:18:27 |Subject: [PATCH] optimize snap build for pipeline CI check 15:18:27 | 15:18:27 |This patch is used by the EdgeX CI pipeline builds to 15:18:27 |optimize the snap CI check run for pull requests. When 15:18:27 |applied, it essentially strips out everything (apps and 15:18:27 |parts) from the snapcraft.yaml file except those required 15:18:27 |to build edgex-go, as the whole idea of the CI check is to 15:18:27 |catch changes to edgex-go that break the snap build. 15:18:27 | 15:18:27 |In general, anyone updating snapcraft.yaml will also need 15:18:27 |to update this patch file, otherwise it may fail to apply, 15:18:27 |resulting in a failed snap build CI check in the associated 15:18:27 |pull request. 15:18:27 | 15:18:27 |Note - in addition to applying this patch, the pipeline also 15:18:27 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:18:27 |need to build the finally binary .snap file (and it won't 15:18:27 |work with the patch applied). This further reduces the build 15:18:27 |time. 15:18:27 |--- 15:18:27 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:18:27 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:18:27 | 15:18:27 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:18:27 |index 1e537489..faf42425 100644 15:18:27 |--- a/snap/snapcraft.yaml 15:18:27 |+++ b/snap/snapcraft.yaml 15:18:27 -------------------------- 15:18:27 patching file snap/snapcraft.yaml 15:18:27 Using Plan A... 15:18:27 Hunk #1 succeeded at 73. 15:18:27 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 15:18:27 Hunk #3 succeeded at 217 (offset 3 lines). 15:18:27 Hunk #4 succeeded at 225 (offset 3 lines). 15:18:27 Hunk #5 succeeded at 232 (offset 3 lines). 15:18:27 Hunk #6 succeeded at 259 (offset 3 lines). 15:18:27 Hunk #7 succeeded at 293 (offset 3 lines). 15:18:27 Hunk #8 succeeded at 352 (offset 11 lines). 15:18:27 Hmm... Ignoring the trailing garbage. 15:18:27 done 15:18:27 + sudo snapcraft prime --use-lxd 15:18:28 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:18:28 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 15:18:28 - README.md 15:18:28 - snapcraft.yaml.orig 15:18:28 15:18:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:18:29 Launching a container. 15:18:41 Waiting for container to be ready 15:18:41 To start your first instance, try: lxc launch ubuntu:18.04 15:18:41 15:18:47 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:18:47 Waiting for network to be ready... 15:18:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:18:47 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:18:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 15:18:48 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:18:48 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:18:48 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:18:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:18:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:18:48 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:18:48 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:18:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:18:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 15:18:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 15:18:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 15:18:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 15:18:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 15:18:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 15:18:48 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 15:18:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:18:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 15:18:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 15:18:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 15:18:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 15:18:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 15:18:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 15:18:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 15:18:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:18:53 Fetched 24.0 MB in 6s (3864 kB/s) 15:18:55 Reading package lists... 15:18:55 Reading package lists... 15:18:55 Building dependency tree... 15:18:55 Reading state information... 15:18:55 The following additional packages will be installed: 15:18:55 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:18:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:18:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:18:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:18:55 Suggested packages: 15:18:55 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:18:55 Recommended packages: 15:18:55 gnupg libsasl2-modules 15:18:55 The following NEW packages will be installed: 15:18:55 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:18:55 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:18:55 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:18:55 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:18:55 The following packages will be upgraded: 15:18:55 gpg gpg-agent gpgconf libudev1 15:18:56 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:18:56 Need to get 3530 kB of archives. 15:18:56 After this operation, 13.3 MB of additional disk space will be used. 15:18:56 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:18:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:18:56 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] 15:18:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 15:18:56 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:18:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 15:18:56 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:18:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:18:56 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 15:18:56 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 15:18:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 15:18:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:18:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:18:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:18:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:18:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:18:57 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:18:57 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:18:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:18:57 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:18:57 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:18:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 15:18:57 debconf: delaying package configuration, since apt-utils is not installed 15:18:57 Fetched 3530 kB in 1s (3109 kB/s) 15:18:57 (Reading database ... 12511 files and directories currently installed.) 15:18:57 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:18:57 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:18:57 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:18:57 Selecting previously unselected package udev. 15:18:57 (Reading database ... 12511 files and directories currently installed.) 15:18:57 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:18:57 Unpacking udev (237-3ubuntu10.44) ... 15:18:58 Selecting previously unselected package libfuse2:amd64. 15:18:58 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:18:58 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:18:58 Selecting previously unselected package fuse. 15:18:58 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:18:58 Unpacking fuse (2.9.7-1ubuntu1) ... 15:18:58 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 15:18:58 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:18:58 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 15:18:58 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:18:58 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 15:18:58 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:18:58 Selecting previously unselected package libksba8:amd64. 15:18:58 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:18:58 Unpacking libksba8:amd64 (1.3.5-2) ... 15:18:58 Selecting previously unselected package libroken18-heimdal:amd64. 15:18:58 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:58 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:18:59 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:59 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:18:59 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:59 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:18:59 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:59 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libwind0-heimdal:amd64. 15:18:59 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:59 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:18:59 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:59 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:18:59 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:59 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:18:59 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:59 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:18:59 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:18:59 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:18:59 Selecting previously unselected package libsasl2-modules-db:amd64. 15:18:59 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:19:00 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:19:00 Selecting previously unselected package libsasl2-2:amd64. 15:19:00 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:19:00 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:19:00 Selecting previously unselected package libldap-common. 15:19:00 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 15:19:00 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:19:00 Selecting previously unselected package libldap-2.4-2:amd64. 15:19:00 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 15:19:00 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:19:00 Selecting previously unselected package dirmngr. 15:19:00 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 15:19:00 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 15:19:00 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 15:19:00 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 15:19:00 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:19:00 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:19:00 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:19:00 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 15:19:00 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:00 Setting up libksba8:amd64 (1.3.5-2) ... 15:19:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:19:01 Setting up udev (237-3ubuntu10.44) ... 15:19:01 invoke-rc.d: policy-rc.d denied execution of start. 15:19:01 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:01 Processing triggers for systemd (237-3ubuntu10) ... 15:19:02 Setting up fuse (2.9.7-1ubuntu1) ... 15:19:02 Setting up gpg (2.2.4-1ubuntu1.4) ... 15:19:02 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:02 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:02 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:02 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:02 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:02 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:02 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:19:02 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 15:19:02 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 15:19:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:19:03 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:19:03 settings in the [Install] section, and DefaultInstance for template units). 15:19:03 This means they are not meant to be enabled using systemctl. 15:19:03 Possible reasons for having this kind of units are: 15:19:03 1) A unit may be statically enabled by being symlinked from another unit's 15:19:03 .wants/ or .requires/ directory. 15:19:03 2) A unit's purpose may be to act as a helper for some other unit which has 15:19:03 a requirement dependency on it. 15:19:03 3) A unit may be started when needed via activation (socket, path, timer, 15:19:03 D-Bus, udev, scripted systemctl call, ...). 15:19:03 4) In case of template units, the unit is meant to be enabled with some 15:19:03 instance name specified. 15:19:03 Reading package lists... 15:19:03 Building dependency tree... 15:19:03 Reading state information... 15:19:04 The following additional packages will be installed: 15:19:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:19:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:19:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:19:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:19:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:19:04 Suggested packages: 15:19:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:19:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:19:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:19:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:19:04 systemd-container policykit-1 15:19:04 Recommended packages: 15:19:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:19:04 The following NEW packages will be installed: 15:19:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:19:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:19:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:19:04 multiarch-support openssh-client python3 python3-minimal python3.6 15:19:04 python3.6-minimal snapd squashfs-tools sudo 15:19:04 The following packages will be upgraded: 15:19:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:19:04 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:19:04 Need to get 35.2 MB of archives. 15:19:04 After this operation, 141 MB of additional disk space will be used. 15:19:04 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:19:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:19:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:19:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 15:19:04 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:19:04 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:19:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:19:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:19:04 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:19:04 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:19:04 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:19:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:19:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:19:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 15:19:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:19:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 15:19:05 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:19:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 15:19:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 15:19:05 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:19:05 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:19:05 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:19:05 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:19:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:19:05 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:19:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:19:05 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:19:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 15:19:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:19:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:19:06 debconf: delaying package configuration, since apt-utils is not installed 15:19:06 Fetched 35.2 MB in 2s (14.3 MB/s) 15:19:06 (Reading database ... 12757 files and directories currently installed.) 15:19:06 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:19:07 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:19:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:19:08 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:19:08 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:19:08 (Reading database ... 12757 files and directories currently installed.) 15:19:08 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:19:08 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:19:08 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:19:08 (Reading database ... 12757 files and directories currently installed.) 15:19:08 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:19:08 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:19:09 Setting up apt (1.6.12ubuntu0.2) ... 15:19:09 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:19:09 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:19:09 (Reading database ... 12764 files and directories currently installed.) 15:19:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 15:19:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 15:19:10 Selecting previously unselected package libpython3.6-minimal:amd64. 15:19:10 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:19:10 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:19:10 Selecting previously unselected package libexpat1:amd64. 15:19:10 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:19:10 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:19:10 Selecting previously unselected package python3.6-minimal. 15:19:10 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:19:10 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:19:11 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 15:19:11 Checking for services that may need to be restarted...done. 15:19:11 Checking for services that may need to be restarted...done. 15:19:11 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:19:11 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:19:11 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 15:19:12 Selecting previously unselected package python3-minimal. 15:19:12 (Reading database ... 13012 files and directories currently installed.) 15:19:12 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:19:12 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:19:12 Selecting previously unselected package mime-support. 15:19:12 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:19:12 Unpacking mime-support (3.60ubuntu1) ... 15:19:12 Selecting previously unselected package libmpdec2:amd64. 15:19:12 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:19:12 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:19:12 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:19:12 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:19:13 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:19:13 Selecting previously unselected package python3.6. 15:19:13 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 15:19:13 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:19:13 Selecting previously unselected package libpython3-stdlib:amd64. 15:19:13 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:19:13 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:19:13 Setting up python3-minimal (3.6.7-1~18.04) ... 15:19:14 Selecting previously unselected package python3. 15:19:14 (Reading database ... 13442 files and directories currently installed.) 15:19:14 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:19:14 Unpacking python3 (3.6.7-1~18.04) ... 15:19:14 Selecting previously unselected package multiarch-support. 15:19:14 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:19:14 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:19:14 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:19:14 Selecting previously unselected package liblzo2-2:amd64. 15:19:14 (Reading database ... 13479 files and directories currently installed.) 15:19:14 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:19:14 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:19:14 Selecting previously unselected package libbsd0:amd64. 15:19:14 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:19:14 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:19:14 Selecting previously unselected package sudo. 15:19:14 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:19:14 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:19:14 Selecting previously unselected package apparmor. 15:19:14 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:19:14 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:19:15 Selecting previously unselected package libedit2:amd64. 15:19:15 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:19:15 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:19:15 Selecting previously unselected package libkrb5support0:amd64. 15:19:15 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:19:15 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:19:15 Selecting previously unselected package libk5crypto3:amd64. 15:19:15 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:19:15 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:19:15 Selecting previously unselected package libkeyutils1:amd64. 15:19:15 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:19:15 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:19:15 Selecting previously unselected package libkrb5-3:amd64. 15:19:15 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:19:15 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:19:15 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:19:15 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:19:15 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:19:15 Selecting previously unselected package libssl1.0.0:amd64. 15:19:15 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 15:19:15 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:19:16 Selecting previously unselected package openssh-client. 15:19:16 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:19:16 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:19:16 Selecting previously unselected package squashfs-tools. 15:19:16 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:19:16 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:19:16 Selecting previously unselected package snapd. 15:19:16 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:19:16 Unpacking snapd (2.48.3+18.04) ... 15:19:19 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:19:19 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 15:19:19 Setting up mime-support (3.60ubuntu1) ... 15:19:19 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:19:19 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:19:19 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:19:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:19:19 Setting up systemd (237-3ubuntu10.44) ... 15:19:19 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:19:20 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:19:20 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:19:20 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:19:20 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 15:19:20 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:19:20 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 15:19:21 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:19:21 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:19:21 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:19:21 Setting up python3 (3.6.7-1~18.04) ... 15:19:21 running python rtupdate hooks for python3.6... 15:19:21 running python post-rtupdate hooks for python3.6... 15:19:21 Setting up apparmor (2.12-4ubuntu5.1) ... 15:19:23 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:19:23 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:19:23 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:19:23 Setting up snapd (2.48.3+18.04) ... 15:19:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:19:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:19:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:19:24 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:19:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:19:25 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:19:25 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:19:25 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:19:25 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:19:26 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:19:26 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 15:19:26 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:19:26 Processing triggers for systemd (237-3ubuntu10.44) ... 15:19:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:19:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:19:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:19:30 Reading package lists... 15:19:30 Reading package lists... 15:19:30 Building dependency tree... 15:19:30 Reading state information... 15:19:30 Calculating upgrade... 15:19:31 The following packages will be upgraded: 15:19:31 advancecomp base-files bash binutils binutils-common 15:19:31 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:19:31 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:19:31 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:19:31 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:19:31 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:19:31 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:19:31 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:19:31 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:19:31 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:19:31 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:19:31 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:19:31 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:19:31 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:19:31 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:19:31 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:19:31 Need to get 63.8 MB of archives. 15:19:31 After this operation, 5201 kB of additional disk space will be used. 15:19:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 15:19:31 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:19:31 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:19:31 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:19:31 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:19:31 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:19:31 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:19:31 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:19:31 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:19:31 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:19:31 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:19:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:19:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:19:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:19:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:19:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:19:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:19:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:19:31 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:19:31 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:19:31 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:19:31 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:19:31 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:19:31 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:19:31 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:19:31 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:19:31 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:19:31 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:19:31 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:19:31 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:19:31 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:19:31 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:19:31 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:19:31 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:19:31 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:19:31 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:19:31 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:19:31 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:19:31 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:19:31 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 15:19:31 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:19:31 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:19:31 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:19:31 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:19:31 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:19:31 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:19:31 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:19:31 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:19:31 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:19:31 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:19:31 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:19:31 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:19:31 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:19:31 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:19:31 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:19:32 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:19:32 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:19:32 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:19:32 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:19:32 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:19:32 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:19:32 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:19:32 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:19:32 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:19:32 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:19:32 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:19:32 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:19:32 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:19:32 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:19:32 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:19:32 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:19:32 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:19:32 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:19:32 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:19:32 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:19:32 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:19:32 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:19:32 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:19:32 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:19:32 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:19:32 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:19:32 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] 15:19:32 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:19:32 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:19:32 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] 15:19:32 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:19:32 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 15:19:32 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:19:32 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:19:32 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:19:32 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:19:32 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:19:33 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] 15:19:33 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:19:33 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:19:33 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:19:33 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:19:33 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:19:33 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:19:33 debconf: delaying package configuration, since apt-utils is not installed 15:19:33 Fetched 63.8 MB in 2s (33.8 MB/s) 15:19:33 (Reading database ... 13912 files and directories currently installed.) 15:19:33 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:19:33 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:19:34 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:19:34 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:19:34 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 15:19:34 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 15:19:35 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:35 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:35 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:35 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:35 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:35 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:35 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:35 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:35 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:35 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:35 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:35 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:36 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:36 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:36 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:19:36 (Reading database ... 13911 files and directories currently installed.) 15:19:36 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:36 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:19:36 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:19:36 (Reading database ... 13911 files and directories currently installed.) 15:19:36 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:36 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:36 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:36 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:36 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:19:36 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:19:37 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:19:37 (Reading database ... 13911 files and directories currently installed.) 15:19:37 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:19:37 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:19:38 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:19:38 (Reading database ... 13911 files and directories currently installed.) 15:19:38 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:19:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:19:38 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:19:38 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:19:39 Setting up base-files (10.1ubuntu2.10) ... 15:19:39 Installing new version of config file /etc/issue ... 15:19:39 Installing new version of config file /etc/issue.net ... 15:19:39 Installing new version of config file /etc/lsb-release ... 15:19:39 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:19:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:19:39 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:19:39 Removing obsolete conffile /etc/default/motd-news ... 15:19:40 (Reading database ... 13912 files and directories currently installed.) 15:19:40 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:19:40 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:19:40 Setting up bash (4.4.18-2ubuntu1.2) ... 15:19:40 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 15:19:40 (Reading database ... 13912 files and directories currently installed.) 15:19:40 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:40 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:19:40 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:19:40 (Reading database ... 13912 files and directories currently installed.) 15:19:40 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:19:40 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:19:40 Setting up tar (1.29b-2ubuntu0.2) ... 15:19:40 (Reading database ... 13912 files and directories currently installed.) 15:19:40 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:19:41 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:19:41 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:19:41 (Reading database ... 13912 files and directories currently installed.) 15:19:41 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:19:41 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:19:41 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:19:41 (Reading database ... 13912 files and directories currently installed.) 15:19:41 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:19:41 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:19:41 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:19:42 (Reading database ... 13912 files and directories currently installed.) 15:19:42 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:19:42 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:19:42 Setting up grep (3.1-2build1) ... 15:19:42 (Reading database ... 13912 files and directories currently installed.) 15:19:42 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:19:42 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:19:42 Setting up login (1:4.5-1ubuntu2) ... 15:19:42 (Reading database ... 13912 files and directories currently installed.) 15:19:42 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:19:42 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:19:42 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:19:43 (Reading database ... 13912 files and directories currently installed.) 15:19:43 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:19:43 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:19:43 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:19:44 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:19:44 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:19:44 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:19:44 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:19:44 (Reading database ... 13912 files and directories currently installed.) 15:19:44 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:19:44 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:19:45 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:19:45 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:19:46 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:19:46 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:19:46 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:19:46 (Reading database ... 13912 files and directories currently installed.) 15:19:46 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:19:46 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:19:46 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:19:46 (Reading database ... 13912 files and directories currently installed.) 15:19:46 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:46 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:19:47 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:19:47 (Reading database ... 13912 files and directories currently installed.) 15:19:47 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:47 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:19:47 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:19:47 (Reading database ... 13912 files and directories currently installed.) 15:19:47 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:47 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:19:47 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:19:47 (Reading database ... 13912 files and directories currently installed.) 15:19:47 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:47 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:19:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:19:47 (Reading database ... 13912 files and directories currently installed.) 15:19:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:19:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:19:48 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:19:48 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:19:48 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:19:48 (Reading database ... 13912 files and directories currently installed.) 15:19:48 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:19:48 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:19:48 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:19:48 (Reading database ... 13912 files and directories currently installed.) 15:19:48 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:48 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:19:48 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:19:48 (Reading database ... 13912 files and directories currently installed.) 15:19:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:19:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:19:49 (Reading database ... 13912 files and directories currently installed.) 15:19:49 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:49 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:19:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:19:50 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:19:50 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:19:50 (Reading database ... 13912 files and directories currently installed.) 15:19:50 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:19:50 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:19:51 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:19:51 (Reading database ... 13912 files and directories currently installed.) 15:19:51 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:19:51 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:19:51 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:19:51 (Reading database ... 13914 files and directories currently installed.) 15:19:51 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:19:51 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:19:51 Setting up debconf (1.5.66ubuntu1) ... 15:19:52 (Reading database ... 13914 files and directories currently installed.) 15:19:52 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:19:52 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:19:52 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:19:52 (Reading database ... 13914 files and directories currently installed.) 15:19:52 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:19:52 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:19:53 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:19:53 (Reading database ... 13914 files and directories currently installed.) 15:19:53 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:19:53 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:19:53 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:19:54 (Reading database ... 13914 files and directories currently installed.) 15:19:54 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:19:54 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:19:54 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:19:54 (Reading database ... 13914 files and directories currently installed.) 15:19:54 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:19:54 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:19:54 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:19:54 (Reading database ... 13914 files and directories currently installed.) 15:19:54 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:19:54 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:19:54 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:19:55 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:19:55 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:19:55 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:19:55 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:19:55 (Reading database ... 13914 files and directories currently installed.) 15:19:55 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:19:55 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:19:55 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:19:55 (Reading database ... 13914 files and directories currently installed.) 15:19:55 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:19:55 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:19:55 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:19:56 (Reading database ... 13914 files and directories currently installed.) 15:19:56 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:19:56 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:19:56 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:19:56 (Reading database ... 13914 files and directories currently installed.) 15:19:56 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:19:56 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:19:56 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:19:56 (Reading database ... 13914 files and directories currently installed.) 15:19:56 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:19:56 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:19:57 Setting up passwd (1:4.5-1ubuntu2) ... 15:19:57 (Reading database ... 13914 files and directories currently installed.) 15:19:57 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 15:19:57 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 15:19:57 Setting up gpgv (2.2.4-1ubuntu1.4) ... 15:19:57 (Reading database ... 13914 files and directories currently installed.) 15:19:57 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:19:57 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:19:57 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:19:57 (Reading database ... 13914 files and directories currently installed.) 15:19:57 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:19:57 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:19:57 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:19:58 (Reading database ... 13914 files and directories currently installed.) 15:19:58 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:19:58 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:19:58 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:19:58 (Reading database ... 13914 files and directories currently installed.) 15:19:58 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:19:58 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:19:58 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:19:58 (Reading database ... 13914 files and directories currently installed.) 15:19:58 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:19:58 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:19:59 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:19:59 (Reading database ... 13914 files and directories currently installed.) 15:19:59 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:19:59 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:19:59 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:19:59 (Reading database ... 13915 files and directories currently installed.) 15:19:59 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:19:59 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:19:59 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:19:59 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:19:59 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 15:19:59 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 15:20:00 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:20:00 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:20:00 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:20:00 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:20:00 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:20:00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:20:00 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:20:00 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:20:00 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:20:00 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:20:00 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:20:00 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:20:01 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:20:01 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:20:01 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:20:01 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:20:01 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:20:01 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:20:02 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:20:02 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:20:02 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:20:02 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:20:02 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:20:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:20:03 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:20:03 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:20:03 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:20:03 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:20:03 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:20:03 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:20:04 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:04 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:04 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:04 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:04 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:04 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:04 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:04 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:05 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:05 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:06 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:06 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:07 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:07 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:07 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:07 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:08 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:20:08 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:20:08 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:20:08 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:20:08 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:20:08 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:20:09 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:20:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:20:09 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:20:09 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:20:09 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:20:09 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:20:09 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:20:09 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:20:09 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:20:09 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:20:09 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:20:09 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:20:09 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:20:09 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:20:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:20:10 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:20:10 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:20:10 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:20:10 15:20:10 Current default time zone: 'Etc/UTC' 15:20:10 Local time is now: Thu Feb 25 15:20:10 UTC 2021. 15:20:10 Universal Time is now: Thu Feb 25 15:20:10 UTC 2021. 15:20:10 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:20:10 15:20:10 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:20:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:20:10 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 15:20:10 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:20:10 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:20:10 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:20:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:20:10 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:20:10 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:20:10 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:20:10 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:20:10 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:20:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:20:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:20:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:20:11 Setting up patch (2.7.6-2ubuntu1.1) ... 15:20:11 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:20:11 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:20:11 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 15:20:11 Installing new version of config file /etc/ssl/openssl.cnf ... 15:20:11 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:20:11 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:20:11 Setting up ca-certificates (20210119~18.04.1) ... 15:20:13 Updating certificates in /etc/ssl/certs... 15:20:14 23 added, 27 removed; done. 15:20:14 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:20:14 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:20:14 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:20:14 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:20:14 Setting up pkgbinarymangler (138.18.04.1) ... 15:20:14 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:20:14 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:20:14 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:20:15 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:20:15 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:20:15 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:20:15 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:20:15 Setting up perl (5.26.1-6ubuntu0.5) ... 15:20:15 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:20:15 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:20:15 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:20:15 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:20:15 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:20:15 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:20:15 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:20:15 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:20:15 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:20:15 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:20:15 Processing triggers for systemd (237-3ubuntu10.44) ... 15:20:15 Processing triggers for mime-support (3.60ubuntu1) ... 15:20:15 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:20:15 Updating certificates in /etc/ssl/certs... 15:20:16 0 added, 0 removed; done. 15:20:16 Running hooks in /etc/ca-certificates/update.d... 15:20:16 done. 15:20:17 Reading package lists... 15:20:17 Building dependency tree... 15:20:17 Reading state information... 15:20:17 The following NEW packages will be installed: 15:20:17 apt-transport-https 15:20:18 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:20:18 Need to get 1696 B of archives. 15:20:18 After this operation, 153 kB of additional disk space will be used. 15:20:18 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:20:18 debconf: delaying package configuration, since apt-utils is not installed 15:20:18 Fetched 1696 B in 0s (8297 B/s) 15:20:18 Selecting previously unselected package apt-transport-https. 15:20:18 (Reading database ... 13920 files and directories currently installed.) 15:20:18 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:20:18 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:20:18 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:20:18 Waiting for network to be ready... 15:20:23 2021-02-25T15:20:23Z INFO Waiting for automatic snapd restart... 15:20:24 snapd 2.48.2.1 from Canonical* installed 15:20:25 "snapd" switched to the "latest/stable" channel 15:20:25 15:20:30 core18 20210128 from Canonical* installed 15:20:30 "core18" switched to the "latest/stable" channel 15:20:30 15:20:37 snapcraft 4.5.1 from Canonical* installed 15:20:37 "snapcraft" switched to the "latest/stable" channel 15:20:37 15:20:40 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: 15:20:40 - README.md 15:20:40 - snapcraft.yaml.orig 15:20:40 15:20:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:20:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:20:47 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:20:47 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:20:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:20:49 Reading package lists... 15:20:49 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 15:20:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:20:56 Reading package lists... 15:20:56 Building dependency tree... 15:20:56 Reading state information... 15:20:56 Suggested packages: 15:20:56 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:20:56 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:20:56 Recommended packages: 15:20:56 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:20:56 The following NEW packages will be installed: 15:20:56 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:20:56 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:20:56 pkg-config zip 15:20:56 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:20:56 Need to get 7655 kB of archives. 15:20:56 After this operation, 43.7 MB of additional disk space will be used. 15:20:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:20:56 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:20:56 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:20:56 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:20:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:20:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:20:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:20:57 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:20:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:20:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:20:57 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:20:57 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:20:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:20:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:20:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:20:57 debconf: delaying package configuration, since apt-utils is not installed 15:20:57 Fetched 7655 kB in 1s (7084 kB/s) 15:20:57 Selecting previously unselected package libglib2.0-0:amd64. 15:20:57 (Reading database ... 13924 files and directories currently installed.) 15:20:57 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:20:57 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:20:58 Selecting previously unselected package libpsl5:amd64. 15:20:58 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:20:58 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:20:58 Selecting previously unselected package libnghttp2-14:amd64. 15:20:58 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:20:58 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:20:58 Selecting previously unselected package librtmp1:amd64. 15:20:58 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:20:58 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:20:58 Selecting previously unselected package libcurl3-gnutls:amd64. 15:20:58 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:20:58 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:20:58 Selecting previously unselected package liberror-perl. 15:20:58 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:20:58 Unpacking liberror-perl (0.17025-1) ... 15:20:58 Selecting previously unselected package git-man. 15:20:58 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:20:58 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:20:58 Selecting previously unselected package git. 15:20:58 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:20:58 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:20:59 Selecting previously unselected package libnorm1:amd64. 15:20:59 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:20:59 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:20:59 Selecting previously unselected package libpgm-5.2-0:amd64. 15:20:59 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:20:59 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:21:00 Selecting previously unselected package libsodium23:amd64. 15:21:00 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:21:00 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:21:00 Selecting previously unselected package libzmq5:amd64. 15:21:00 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:21:00 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:21:00 Selecting previously unselected package libzmq3-dev:amd64. 15:21:00 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:21:00 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:21:00 Selecting previously unselected package pkg-config. 15:21:00 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:21:00 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:21:00 Selecting previously unselected package zip. 15:21:00 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:21:00 Unpacking zip (3.0-11build1) ... 15:21:00 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:21:00 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:21:00 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:21:00 Setting up liberror-perl (0.17025-1) ... 15:21:00 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:21:00 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:21:00 No schema files found: doing nothing. 15:21:00 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:21:00 Setting up zip (3.0-11build1) ... 15:21:01 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:21:01 Setting up libsodium23:amd64 (1.0.16-2) ... 15:21:01 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:21:01 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:21:01 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:21:01 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:21:01 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:21:01 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:21:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:21:08 git set to automatically installed. 15:21:08 git-man set to automatically installed. 15:21:08 libcurl3-gnutls set to automatically installed. 15:21:08 liberror-perl set to automatically installed. 15:21:08 libglib2.0-0 set to automatically installed. 15:21:08 libnghttp2-14 set to automatically installed. 15:21:08 libnorm1 set to automatically installed. 15:21:08 libpgm-5.2-0 set to automatically installed. 15:21:08 libpsl5 set to automatically installed. 15:21:08 librtmp1 set to automatically installed. 15:21:08 libsodium23 set to automatically installed. 15:21:08 libzmq3-dev set to automatically installed. 15:21:08 libzmq5 set to automatically installed. 15:21:08 pkg-config set to automatically installed. 15:21:08 zip set to automatically installed. 15:21:10 snapd is not logged in, snap install commands will use sudo 15:21:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:21:18 snap "core18" has no updates available 15:21:18 Pulling config-common 15:21:18 + snapcraftctl pull 15:21:20 Pulling go-build-helper 15:21:20 + snapcraftctl pull 15:21:47 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:21:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:21:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:21:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 15:21:47 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:21:47 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:21:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:21:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:21:47 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:21:47 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:21:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:21:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 15:21:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [29.5 kB] 15:21:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5452 B] 15:21:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [234 kB] 15:21:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [30.7 kB] 15:21:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1110 kB] 15:21:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 15:21:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:21:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 15:21:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 15:21:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.2 kB] 15:21:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7468 B] 15:21:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [256 kB] 15:21:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [34.3 kB] 15:21:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 15:21:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:21:47 Fetched 24.0 MB in 6s (3786 kB/s) 15:21:47 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:21:47 Fetched 96.5 kB in 0s (0 B/s) 15:21:47 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:21:47 Fetched 279 kB in 0s (0 B/s) 15:21:47 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:21:47 Fetched 122 kB in 0s (0 B/s) 15:21:47 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:21:47 Fetched 77.8 kB in 0s (0 B/s) 15:21:47 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:21:47 Fetched 8848 B in 0s (0 B/s) 15:21:47 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:21:47 Fetched 47.8 kB in 0s (0 B/s) 15:21:47 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:21:47 Fetched 45.6 kB in 0s (0 B/s) 15:21:47 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:21:47 Fetched 15.0 kB in 0s (0 B/s) 15:21:47 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:21:47 Fetched 214 kB in 0s (0 B/s) 15:21:47 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 15:21:47 Fetched 154 kB in 0s (0 B/s) 15:21:47 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:21:47 Fetched 50.6 kB in 0s (0 B/s) 15:21:47 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:21:47 Fetched 14.8 kB in 0s (0 B/s) 15:21:47 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:21:47 Fetched 41.8 kB in 0s (0 B/s) 15:21:47 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:21:47 Fetched 499 kB in 0s (0 B/s) 15:21:47 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:21:47 Fetched 111 kB in 0s (0 B/s) 15:21:47 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:21:47 Fetched 240 kB in 0s (0 B/s) 15:21:47 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:21:47 Fetched 29.3 kB in 0s (0 B/s) 15:21:47 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:21:47 Fetched 85.5 kB in 0s (0 B/s) 15:21:47 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:21:47 Fetched 24.5 kB in 0s (0 B/s) 15:21:47 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:21:47 Fetched 49.2 kB in 0s (0 B/s) 15:21:47 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:21:47 Fetched 54.2 kB in 0s (0 B/s) 15:21:47 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:21:47 Fetched 30.8 kB in 0s (0 B/s) 15:21:47 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 15:21:47 Fetched 15.8 kB in 0s (0 B/s) 15:21:47 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:21:47 Fetched 85.9 kB in 0s (0 B/s) 15:21:47 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:21:47 Fetched 8720 B in 0s (0 B/s) 15:21:47 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:21:47 Fetched 137 kB in 0s (0 B/s) 15:21:47 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:21:47 Fetched 119 kB in 0s (0 B/s) 15:21:47 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:21:47 Fetched 109 kB in 0s (0 B/s) 15:21:47 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:21:47 Fetched 11.1 kB in 0s (0 B/s) 15:21:47 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:21:47 Fetched 645 kB in 0s (0 B/s) 15:21:47 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:21:47 Fetched 41.3 kB in 0s (0 B/s) 15:21:47 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:21:47 Fetched 17.9 kB in 0s (0 B/s) 15:21:47 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:21:47 Fetched 368 kB in 0s (0 B/s) 15:21:47 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:21:47 Fetched 187 kB in 0s (0 B/s) 15:21:47 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:21:47 Fetched 175 kB in 0s (0 B/s) 15:21:47 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:21:49 Fetched 206 kB in 0s (0 B/s) 15:21:49 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 15:21:49 Fetched 1301 kB in 0s (0 B/s) 15:21:49 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:21:49 Fetched 36.2 kB in 0s (0 B/s) 15:21:49 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:21:49 Fetched 159 kB in 0s (0 B/s) 15:21:49 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:21:49 Fetched 107 kB in 0s (0 B/s) 15:21:49 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:21:49 Fetched 48.7 kB in 0s (0 B/s) 15:21:49 Pulling static-packages 15:21:49 + snapcraftctl pull 15:21:51 'go115' has dependencies that need to be staged: static-packages go-build-helper 15:21:51 Skipping pull go-build-helper (already ran) 15:21:51 Skipping pull static-packages (already ran) 15:21:51 Building go-build-helper 15:21:51 + snapcraftctl build 15:21:56 Building static-packages 15:21:56 + snapcraftctl build 15:21:59 Staging go-build-helper 15:21:59 + snapcraftctl stage 15:22:00 Staging static-packages 15:22:00 + snapcraftctl stage 15:22:01 Pulling go115 15:22:01 + snapcraftctl pull 15:22:02 'edgex-go' has dependencies that need to be staged: go115 15:22:02 Skipping pull go115 (already ran) 15:22:02 Building go115 15:22:02 + dpkg --print-architecture 15:22:02 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 15:22:02 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 15:22:02 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 15:22:02 % Total % Received % Xferd Average Speed Time Time Time Current 15:22:02 Dload Upload Total Spent Left Speed 15:22:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 110k 0 0 492k 0 0:04:00 --:--:-- 0:04:00 490k 30 115M 30 34.9M 0 0 28.2M 0 0:00:04 0:00:01 0:00:03 28.1M 56 115M 56 65.5M 0 0 29.4M 0 0:00:03 0:00:02 0:00:01 29.4M 89 115M 89 102M 0 0 31.8M 0 0:00:03 0:00:03 --:--:-- 31.8M 100 115M 100 115M 0 0 32.1M 0 0:00:03 0:00:03 --:--:-- 32.1M 15:22:06 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 15:22:06 + sha256sum -c sha256 15:22:06 + grep OK 15:22:07 go1.15.2.linux-amd64.tar.gz: OK 15:22:07 + mkdir -p /root/stage/go1.15 15:22:07 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 15:22:12 Staging go115 15:22:12 + snapcraftctl stage 15:22:20 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:22:20 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:22:20 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:22:20 Fetched 0 B in 0s (0 B/s) 15:22:20 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:22:20 Fetched 224 kB in 0s (0 B/s) 15:22:20 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:22:20 Fetched 157 kB in 0s (0 B/s) 15:22:20 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:22:20 Fetched 221 kB in 0s (0 B/s) 15:22:20 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:22:20 Fetched 143 kB in 0s (0 B/s) 15:22:20 Pulling edgex-go 15:22:20 + snapcraftctl pull 15:22:22 Pulling version 15:22:22 + cd /root/project 15:22:22 + [ -f VERSION ] 15:22:22 + PROJECT_VERSION=local-dev 15:22:22 + git rev-parse --short HEAD 15:22:22 + GIT_REVISION=5c6281c3 15:22:22 + snapcraftctl set-version local-dev 15:22:23 Building config-common 15:22:23 + snapcraftctl build 15:22:27 Skipping build go-build-helper (already ran) 15:22:27 Skipping build static-packages (already ran) 15:22:27 Skipping build go115 (already ran) 15:22:27 Building edgex-go 15:22:27 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 15:22:27 + cd /root/parts/edgex-go/src 15:22:27 + make build 15:22:27 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 15:22:30 go: downloading github.com/gorilla/mux v1.8.0 15:22:30 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 15:22:30 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 15:22:30 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:22:30 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.36 15:22:30 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:22:30 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:22:30 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 15:22:30 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:22:30 go: downloading github.com/x448/float16 v0.8.4 15:22:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:22:30 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:22:30 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 15:22:30 go: downloading github.com/pebbe/zmq4 v1.2.5 15:22:30 go: downloading github.com/hashicorp/consul/api v1.8.1 15:22:30 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 15:22:30 go: downloading github.com/pelletier/go-toml v1.2.0 15:22:30 go: downloading github.com/imdario/mergo v0.3.11 15:22:30 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:22:30 go: downloading github.com/pkg/errors v0.8.1 15:22:30 go: downloading github.com/google/uuid v1.2.0 15:22:30 go: downloading github.com/BurntSushi/toml v0.3.1 15:22:30 go: downloading github.com/go-kit/kit v0.8.0 15:22:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:22:30 go: downloading github.com/go-playground/universal-translator v0.17.0 15:22:30 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:22:30 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:22:30 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:22:30 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:22:30 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:22:30 go: downloading github.com/hashicorp/serf v0.9.5 15:22:30 go: downloading github.com/mitchellh/copystructure v1.0.0 15:22:30 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:22:30 go: downloading github.com/go-playground/locales v0.13.0 15:22:30 go: downloading github.com/leodido/go-urn v1.2.0 15:22:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:22:30 go: downloading github.com/fatih/color v1.9.0 15:22:30 go: downloading github.com/mattn/go-isatty v0.0.12 15:22:30 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:22:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:22:30 go: downloading github.com/mattn/go-colorable v0.1.6 15:22:30 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 15:22:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:22:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:22:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:22:40 go: downloading gopkg.in/yaml.v2 v2.4.0 15:22:47 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 15:22:48 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 15:22:49 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 15:22:50 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 15:22:50 go: downloading github.com/stretchr/testify v1.7.0 15:22:50 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:22:50 go: downloading github.com/davecgh/go-spew v1.1.1 15:22:50 go: downloading github.com/pmezard/go-difflib v1.0.0 15:22:52 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 15:22:52 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:22:52 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:22:54 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 15:22:55 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 15:22:55 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 15:22:57 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 15:22:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:22:58 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:23:00 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 15:23:00 go: downloading github.com/lib/pq v1.9.0 15:23:03 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:23:03 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:23:03 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:23:03 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:23:03 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:23:03 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:23:03 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:23:03 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:23:03 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:23:03 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:23:03 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:23:03 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:23:03 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:23:03 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:23:03 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:23:03 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:23:03 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:23:03 + 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 15:23:03 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:23:03 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:23:03 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:23:03 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:23:03 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:23:03 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:23:03 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:23:05 Building version 15:23:05 + snapcraftctl build 15:23:08 Staging config-common 15:23:08 + snapcraftctl stage 15:23:09 Skipping stage go-build-helper (already ran) 15:23:09 Skipping stage static-packages (already ran) 15:23:09 Skipping stage go115 (already ran) 15:23:09 Staging edgex-go 15:23:09 + snapcraftctl stage 15:23:10 Staging version 15:23:10 + snapcraftctl stage 15:23:12 Priming config-common 15:23:12 + snapcraftctl prime 15:23:13 Priming go-build-helper 15:23:13 + snapcraftctl prime 15:23:14 Priming static-packages 15:23:14 + snapcraftctl prime 15:23:18 Priming go115 15:23:18 + snapcraftctl prime 15:23:18 Priming edgex-go 15:23:18 + snapcraftctl prime 15:23:19 Priming version 15:23:19 + snapcraftctl prime 15:23:21 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 15:23:25 provisioning config files... 15:23:25 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config5141563716694753617tmp [Pipeline] { [Pipeline] sh 15:23:26 + set +x 15:23:26 + bash -s -- 15:23:26 + curl -s https://codecov.io/bash 15:23:27 15:23:27 _____ _ 15:23:27 / ____| | | 15:23:27 | | ___ __| | ___ ___ _____ __ 15:23:27 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:23:27 | |___| (_) | (_| | __/ (_| (_) \ V / 15:23:27 \_____\___/ \__,_|\___|\___\___/ \_/ 15:23:27 Bash-20210129-7c25fce 15:23:27 15:23:27 15:23:27 ==> git version 2.24.3 found 15:23:27 ==> 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 15:23:27 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:23:27 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:23:27 ==> Jenkins CI detected. 15:23:27 project root: . 15:23:27 --> token set from env 15:23:27 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:23:27 ==> Running gcov in . (disable via -X gcov) 15:23:27 ==> Python coveragepy not found 15:23:27 ==> Searching for coverage reports in: 15:23:27 + . 15:23:27 -> Found 1 reports 15:23:27 ==> Detecting git/mercurial file structure 15:23:27 ==> Reading reports 15:23:27 + ./coverage.out bytes=596149 15:23:27 ==> Appending adjustments 15:23:27 https://docs.codecov.io/docs/fixing-reports 15:23:38 + Found adjustments 15:23:38 ==> Gzipping contents 15:23:38 88K /tmp/codecov.3mcLtV.gz 15:23:38 ==> Uploading reports 15:23:38 url: https://codecov.io 15:23:38 query: branch=PR-3192&commit=5c6281c33c47276eacdbb13638039abd0291140c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= 15:23:38 -> Pinging Codecov 15:23:38 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3192&commit=5c6281c33c47276eacdbb13638039abd0291140c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3192%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3192&job=&cmd_args= 15:23:38 -> Uploading to 15:23:38 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/00271124DB129430A58F1EEE437C3FCB/5c6281c33c47276eacdbb13638039abd0291140c/4862950e-f5d7-403d-8af0-5dbe2931590f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T152337Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e717b24b9c64353a7d35e9ddf50c30cc46c8d81b5949580e556cdf9d46678fd 15:23:38 % Total % Received % Xferd Average Speed Time Time Time Current 15:23:38 Dload Upload Total Spent Left Speed 15:23:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88989 0 0 100 88989 0 127k --:--:-- --:--:-- --:--:-- 127k 15:23:38 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/5c6281c33c47276eacdbb13638039abd0291140c [Pipeline] } 15:23:38 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 15:23:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:23:44 ---> package-listing.sh 15:23:44 ++ facter osfamily 15:23:44 ++ tr '[:upper:]' '[:lower:]' 15:23:44 + OS_FAMILY=redhat 15:23:44 + workspace=/w/workspace/edgex-go/3 15:23:44 + START_PACKAGES=/tmp/packages_start.txt 15:23:44 + END_PACKAGES=/tmp/packages_end.txt 15:23:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:23:44 + PACKAGES=/tmp/packages_start.txt 15:23:44 + '[' /w/workspace/edgex-go/3 ']' 15:23:44 + PACKAGES=/tmp/packages_end.txt 15:23:44 + case "${OS_FAMILY}" in 15:23:44 + rpm -qa 15:23:44 + sort 15:23:58 + '[' -f /tmp/packages_start.txt ']' 15:23:58 + '[' -f /tmp/packages_end.txt ']' 15:23:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:23:58 + '[' /w/workspace/edgex-go/3 ']' 15:23:58 + mkdir -p /w/workspace/edgex-go/3/archives/ 15:23:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 15:23:59 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:24:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:24:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:24:02 15:24:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:24:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:24:04 alpine: Pulling from edgex-lftools-log-publisher 15:24:04 df20fa9351a1: Pulling fs layer 15:24:04 36b3adc4ff6f: Pulling fs layer 15:24:04 8ad3a11d3b57: Pulling fs layer 15:24:04 46f8f816bc3b: Pulling fs layer 15:24:04 93b61091891f: Pulling fs layer 15:24:04 93b9cdb0e59b: Pulling fs layer 15:24:04 5e14af77c1be: Pulling fs layer 15:24:04 01666e4c0597: Pulling fs layer 15:24:04 aa168da1d23b: Pulling fs layer 15:24:04 93b9cdb0e59b: Waiting 15:24:04 5e14af77c1be: Waiting 15:24:04 01666e4c0597: Waiting 15:24:04 93b61091891f: Waiting 15:24:04 46f8f816bc3b: Waiting 15:24:04 aa168da1d23b: Waiting 15:24:05 36b3adc4ff6f: Verifying Checksum 15:24:05 36b3adc4ff6f: Download complete 15:24:05 46f8f816bc3b: Verifying Checksum 15:24:05 46f8f816bc3b: Download complete 15:24:05 93b61091891f: Verifying Checksum 15:24:05 93b61091891f: Download complete 15:24:05 df20fa9351a1: Verifying Checksum 15:24:05 df20fa9351a1: Download complete 15:24:05 01666e4c0597: Verifying Checksum 15:24:05 01666e4c0597: Download complete 15:24:07 8ad3a11d3b57: Verifying Checksum 15:24:07 8ad3a11d3b57: Download complete 15:24:07 df20fa9351a1: Pull complete 15:24:08 36b3adc4ff6f: Pull complete 15:24:10 8ad3a11d3b57: Pull complete 15:24:10 46f8f816bc3b: Pull complete 15:24:11 93b61091891f: Pull complete 15:24:12 93b9cdb0e59b: Pull complete 15:24:14 5e14af77c1be: Pull complete 15:24:16 01666e4c0597: Pull complete 15:24:19 aa168da1d23b: Verifying Checksum 15:24:19 aa168da1d23b: Download complete 15:24:42 aa168da1d23b: Pull complete 15:24:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:24:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:24:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:24:43 prd-centos7-docker-4c-2g-27656 does not seem to be running inside a container 15:24:44 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:24:49 $ docker top bb8d1ec67a071945d2b5dbb9ba3e1a70adecd69bb19b3dcfbf95615946f8bd53 -eo pid,comm [Pipeline] { [Pipeline] sh 15:24:50 + touch /tmp/pre-build-complete [Pipeline] sh 15:24:51 + mkdir -p /var/log/sa [Pipeline] sh 15:24:52 + ls /var/log/sa-host 15:24:52 + sadf -c /var/log/sa-host/sa23 15:24:52 file_magic: OK 15:24:52 HZ: Using current value: 100 15:24:52 file_header: OK 15:24:52 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 15:24:52 Statistics: 15:24:52 Hnuu...uuuununununu... 15:24:52 File successfully converted to sysstat format version 12.2.1 15:24:52 + sadf -c /var/log/sa-host/sa25 15:24:52 file_magic: OK 15:24:52 HZ: Using current value: 100 15:24:52 file_header: OK 15:24:52 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 15:24:52 Statistics: 15:24:52 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:24:52 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:24:52 provisioning config files... 15:24:52 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config41091495474062824tmp [Pipeline] { [Pipeline] echo 15:24:52 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:24:54 ---> create-netrc.sh [Pipeline] } 15:24:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:24:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:24:55 ---> python-tools-install.sh [Pipeline] echo 15:24:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:24:56 ---> sudo-logs.sh 15:24:56 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:24:56 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:24:57 ---> job-cost.sh 15:24:57 lf-activate-venv: SKIPPING 15:24:57 DEBUG: total: 0.20999999344348907 15:24:57 INFO: Retrieving Stack Cost... 15:24:58 INFO: Retrieving Pricing Info for: v1-standard-2 15:24:58 INFO: Archiving Costs [Pipeline] echo 15:24:59 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:25:00 ---> logs-deploy.sh 15:25:00 lf-activate-venv: SKIPPING 15:25:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3192/3 15:25:00 INFO: archiving workspace using pattern(s): 15:25:03 Archives upload complete. 15:25:04 INFO: archiving logs to Nexus 15:25:06 ---> uname -a: 15:25:06 Linux prd-centos7-docker-4c-2g-27656.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:25:06 15:25:06 15:25:06 ---> lscpu: 15:25:06 Architecture: x86_64 15:25:06 CPU op-mode(s): 32-bit, 64-bit 15:25:06 Byte Order: Little Endian 15:25:06 Address sizes: 40 bits physical, 48 bits virtual 15:25:06 CPU(s): 4 15:25:06 On-line CPU(s) list: 0-3 15:25:06 Thread(s) per core: 1 15:25:06 Core(s) per socket: 1 15:25:06 Socket(s): 4 15:25:06 NUMA node(s): 1 15:25:06 Vendor ID: GenuineIntel 15:25:06 CPU family: 6 15:25:06 Model: 44 15:25:06 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:25:06 Stepping: 1 15:25:06 CPU MHz: 2933.438 15:25:06 BogoMIPS: 5866.87 15:25:06 Virtualization: VT-x 15:25:06 Hypervisor vendor: KVM 15:25:06 Virtualization type: full 15:25:06 L1d cache: 128 KiB 15:25:06 L1i cache: 128 KiB 15:25:06 L2 cache: 16 MiB 15:25:06 L3 cache: 64 MiB 15:25:06 NUMA node0 CPU(s): 0-3 15:25:06 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:25:06 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:25:06 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:25:06 Vulnerability Meltdown: Mitigation; PTI 15:25:06 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:25:06 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:25:06 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:25:06 Vulnerability Srbds: Not affected 15:25:06 Vulnerability Tsx async abort: Not affected 15:25:06 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 15:25:06 15:25:06 15:25:06 ---> nproc: 15:25:06 4 15:25:06 15:25:06 15:25:06 ---> df -h: 15:25:06 Filesystem Size Used Available Use% Mounted on 15:25:06 overlay 50.0G 11.7G 38.2G 23% / 15:25:06 tmpfs 64.0M 0 64.0M 0% /dev 15:25:06 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:25:06 shm 64.0M 0 64.0M 0% /dev/shm 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3 15:25:06 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3@tmp 15:25:06 15:25:06 15:25:06 ---> free -m: 15:25:06 total used free shared buff/cache available 15:25:06 Mem: 1837 811 158 0 868 965 15:25:06 Swap: 1023 89 934 15:25:06 15:25:06 15:25:06 ---> ip addr: 15:25:06 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:25:06 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:25:06 inet 127.0.0.1/8 scope host lo 15:25:06 valid_lft forever preferred_lft forever 15:25:06 inet6 ::1/128 scope host 15:25:06 valid_lft forever preferred_lft forever 15:25:06 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:25:06 link/ether fa:16:3e:f8:fe:93 brd ff:ff:ff:ff:ff:ff 15:25:06 inet 10.30.122.247/23 brd 10.30.123.255 scope global dynamic eth0 15:25:06 valid_lft 84172sec preferred_lft 84172sec 15:25:06 inet6 fe80::f816:3eff:fef8:fe93/64 scope link 15:25:06 valid_lft forever preferred_lft forever 15:25:06 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:25:06 link/ether 02:42:5c:01:06:b9 brd ff:ff:ff:ff:ff:ff 15:25:06 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:25:06 valid_lft forever preferred_lft forever 15:25:06 inet6 fe80::42:5cff:fe01:6b9/64 scope link 15:25:06 valid_lft forever preferred_lft forever 15:25:06 15:25:06 15:25:06 ---> sar -b -r -n DEV: 15:25:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 15:25:06 15:25:06 14:47:44 LINUX RESTART (4 CPU) 15:25:06 15:25:06 14:49:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:25:06 14:50:02 18.86 5.03 13.83 0.00 612.01 3524.93 0.00 15:25:06 14:51:01 51.56 12.23 39.33 0.00 4777.12 5779.59 0.00 15:25:06 14:52:01 15.54 6.73 8.80 0.00 299.12 4709.38 0.00 15:25:06 14:53:02 109.22 46.56 62.66 0.00 5142.08 29567.06 0.00 15:25:06 14:54:01 149.85 59.51 90.34 0.00 2353.04 15058.58 0.00 15:25:06 14:55:01 146.31 50.15 96.16 0.00 1587.30 12707.77 0.00 15:25:06 14:56:02 82.95 49.27 33.67 0.00 1831.53 3858.13 0.00 15:25:06 14:57:02 72.67 20.04 52.63 0.00 821.16 5669.86 0.00 15:25:06 14:58:02 40.81 10.20 30.61 0.00 209.40 2409.37 0.00 15:25:06 14:59:01 72.52 37.37 35.15 0.00 1468.60 2441.81 0.00 15:25:06 15:00:01 63.74 26.32 37.42 0.00 1684.08 2693.39 0.00 15:25:06 15:01:02 13.12 1.06 12.05 0.00 25.47 2824.54 0.00 15:25:06 15:02:01 95.17 12.46 82.71 0.00 819.67 17761.87 0.00 15:25:06 15:03:06 200.14 91.97 108.17 0.00 37171.45 85145.97 0.00 15:25:06 15:04:07 696.94 612.73 84.22 0.00 50110.73 55101.82 0.00 15:25:06 15:05:07 554.11 457.37 96.74 0.00 27384.70 28303.88 0.00 15:25:06 15:06:09 923.96 816.92 107.04 0.00 57105.26 58559.22 0.00 15:25:06 15:07:14 835.78 761.87 73.90 0.00 45229.92 50879.62 0.00 15:25:06 15:08:02 327.69 277.03 50.66 0.00 13818.65 11542.52 0.00 15:25:06 15:09:03 76.71 29.86 46.84 0.00 2700.15 10140.08 0.00 15:25:06 15:10:01 162.22 64.65 97.57 0.00 5739.61 17615.81 0.00 15:25:06 15:11:03 219.60 63.42 156.18 0.00 16368.58 70559.87 0.00 15:25:06 15:12:18 611.99 527.01 84.98 0.00 48389.58 47429.48 0.00 15:25:06 15:13:07 320.91 240.16 80.75 0.00 14257.06 13658.21 0.00 15:25:06 15:14:04 471.23 380.48 90.76 0.00 22747.31 23276.07 0.00 15:25:06 15:15:02 441.46 292.62 148.84 0.00 18217.98 22469.98 0.00 15:25:06 15:16:01 128.63 25.90 102.73 0.00 3644.43 12591.97 0.00 15:25:06 15:17:01 68.33 61.58 6.75 0.00 1116.92 260.44 0.00 15:25:06 15:18:01 97.36 88.17 9.19 0.00 883.63 451.74 0.00 15:25:06 15:19:01 131.97 117.65 14.32 0.00 2032.73 411.48 0.00 15:25:06 15:20:02 47.14 46.09 1.05 0.00 937.82 195.72 0.00 15:25:06 15:21:01 0.24 0.00 0.24 0.00 0.00 3.17 0.00 15:25:06 15:22:01 0.23 0.00 0.23 0.00 0.00 1.91 0.00 15:25:06 15:23:01 0.17 0.00 0.17 0.00 0.00 1.68 0.00 15:25:06 15:24:01 68.27 67.61 0.66 0.00 5460.14 36.73 0.00 15:25:06 Average: 212.42 156.26 56.15 0.00 11701.18 18243.35 0.00 15:25:06 15:25:06 14:49:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:25:06 14:50:02 63952 0 585888 31.14 2620 1229084 1116524 38.11 498800 1121468 69628 15:25:06 14:51:01 128220 0 649860 34.54 2620 1100844 1378328 47.04 492276 1055332 2992 15:25:06 14:52:01 70460 0 813400 43.23 2620 995064 1518496 51.82 666896 940020 18512 15:25:06 14:53:02 74096 0 707156 37.58 2596 1097696 1536812 52.45 714984 873960 49336 15:25:06 14:54:01 142492 0 717072 38.11 2032 1019948 1513752 51.66 576072 917248 1612 15:25:06 14:55:01 313408 0 716940 38.10 1580 849616 1312936 44.81 472500 823896 48 15:25:06 14:56:02 199492 0 779392 41.42 1524 901136 1826896 62.35 590740 810892 32384 15:25:06 14:57:02 81888 0 905316 48.12 744 893596 1764404 60.22 756500 757552 50076 15:25:06 14:58:02 472428 0 726592 38.62 632 681892 1308932 44.67 456236 665040 17296 15:25:06 14:59:01 276280 0 766992 40.76 632 837640 1732400 59.12 594244 721604 65284 15:25:06 15:00:01 315536 0 750528 39.89 552 814928 1428180 48.74 577064 693268 16112 15:25:06 15:01:02 188584 0 742592 39.47 552 949816 1420448 48.48 602868 796600 67380 15:25:06 15:02:01 187508 0 739504 39.30 444 954088 1279692 43.67 546472 848536 36 15:25:06 15:03:06 78716 0 841552 44.73 88 961188 2307256 78.74 724416 857488 81460 15:25:06 15:04:07 361724 0 700132 37.21 88 819600 1461352 49.87 558604 748504 48348 15:25:06 15:05:07 70820 0 842048 44.75 88 968588 2337724 79.78 720956 867836 22560 15:25:06 15:06:09 72448 0 854908 45.44 72 954116 2323308 79.29 764124 804640 65456 15:25:06 15:07:14 77440 0 845304 44.93 72 958728 2323256 79.29 776348 797208 42736 15:25:06 15:08:02 348816 0 853772 45.38 72 678884 3653048 124.67 650044 616596 1312 15:25:06 15:09:03 202896 0 1027412 54.60 72 651164 3561184 121.54 719040 682772 13652 15:25:06 15:10:01 351448 0 738480 39.25 72 791544 1661408 56.70 497188 774136 7136 15:25:06 15:11:03 68556 0 701408 37.28 72 1111508 1477680 50.43 704004 866988 31896 15:25:06 15:12:18 139080 0 750932 39.91 72 991460 1936416 66.09 651888 870832 88492 15:25:06 15:13:07 71300 0 1008132 53.58 72 802040 2787952 95.15 724892 811296 10508 15:25:06 15:14:04 64260 0 782272 41.58 68 1034944 2162796 73.81 661764 885724 62424 15:25:06 15:15:02 182448 0 880980 46.82 68 818048 2293604 78.28 700112 736564 208 15:25:06 15:16:01 345692 0 644144 34.23 68 891640 1455832 49.69 520288 763740 28 15:25:06 15:17:01 339588 0 622180 33.07 68 919708 1201368 41.00 512444 774940 304 15:25:06 15:18:01 301300 0 637232 33.87 68 942944 1207284 41.20 532004 781784 232 15:25:06 15:19:01 224800 0 697468 37.07 68 959208 1163972 39.72 538752 786032 1260 15:25:06 15:20:02 173860 0 744644 39.58 68 962972 1162436 39.67 538492 789932 16 15:25:06 15:21:01 174368 0 744112 39.55 68 962996 1162208 39.66 537716 789948 16 15:25:06 15:22:01 174388 0 744088 39.55 68 963000 1162208 39.66 537744 789948 8 15:25:06 15:23:01 174384 0 744080 39.55 68 963012 1162208 39.66 537712 789948 8 15:25:06 15:24:01 74400 0 770828 40.97 56 1036260 1379424 47.08 564304 863744 116 15:25:06 Average: 188202 0 765067 40.66 592 927683 1728049 58.98 606243 813600 24825 15:25:06 15:25:06 14:49:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:25:06 14:50:02 eth0 441.98 225.25 2458.06 39.76 0.00 0.00 0.00 0.00 15:25:06 14:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:51:01 vetha855dd1 32.13 23.05 5.95 71.53 0.00 0.00 0.00 0.00 15:25:06 14:51:01 eth0 216.99 149.18 1068.41 61.58 0.00 0.00 0.00 0.00 15:25:06 14:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:51:01 docker0 32.13 22.91 5.51 71.52 0.00 0.00 0.00 0.00 15:25:06 14:52:01 vetha855dd1 358.85 494.21 46.21 2571.59 0.00 0.00 0.00 0.00 15:25:06 14:52:01 eth0 506.62 366.01 2577.34 57.11 0.00 0.00 0.00 0.00 15:25:06 14:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:52:01 docker0 358.85 494.21 41.31 2571.59 0.00 0.00 0.00 0.00 15:25:06 14:53:02 eth0 290.86 241.57 2828.89 26.22 0.00 0.00 0.00 0.00 15:25:06 14:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:53:02 docker0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:54:01 vethc20ce86 22.85 29.67 2.29 23.08 0.00 0.00 0.00 0.00 15:25:06 14:54:01 eth0 113.35 71.57 404.79 13.04 0.00 0.00 0.00 0.00 15:25:06 14:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:54:01 docker0 55.72 91.64 3.75 389.12 0.00 0.00 0.00 0.00 15:25:06 14:55:01 eth0 103.92 69.78 469.23 13.36 0.00 0.00 0.00 0.00 15:25:06 14:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:55:01 veth009ec44 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 14:55:01 docker0 53.11 83.83 4.32 448.39 0.00 0.00 0.00 0.00 15:25:06 14:56:02 eth0 20.22 21.41 9.16 68.90 0.00 0.00 0.00 0.00 15:25:06 14:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:56:02 veth009ec44 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:57:02 eth0 18.70 12.99 14.52 7.82 0.00 0.00 0.00 0.00 15:25:06 14:57:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:57:02 veth009ec44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:57:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:58:02 eth0 28.19 21.71 20.42 11.45 0.00 0.00 0.00 0.00 15:25:06 14:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:58:02 veth009ec44 1.95 1.95 0.16 0.16 0.00 0.00 0.00 0.00 15:25:06 14:58:02 docker0 1.95 1.95 0.13 0.16 0.00 0.00 0.00 0.00 15:25:06 14:59:01 eth0 5.69 4.57 4.56 2.49 0.00 0.00 0.00 0.00 15:25:06 14:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:59:01 veth009ec44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 14:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:00:01 eth0 27.76 25.30 15.24 69.92 0.00 0.00 0.00 0.00 15:25:06 15:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:00:01 veth009ec44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:01:02 eth0 24.13 18.04 18.64 10.07 0.00 0.00 0.00 0.00 15:25:06 15:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:01:02 veth009ec44 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:02:01 vethb988aa9 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:02:01 eth0 175.20 157.09 1693.17 62.88 0.00 0.00 0.00 0.00 15:25:06 15:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:03:06 veth4a37e3b 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:03:06 eth0 16.47 12.69 16.09 11.11 0.00 0.00 0.00 0.00 15:25:06 15:03:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:03:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:04:07 veth4a37e3b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:04:07 eth0 2.33 1.54 1.33 0.71 0.00 0.00 0.00 0.00 15:25:06 15:04:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:04:07 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:05:07 veth4a37e3b 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:05:07 eth0 42.80 29.19 161.63 9.30 0.00 0.00 0.00 0.00 15:25:06 15:05:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:05:07 docker0 13.06 22.52 0.69 146.26 0.00 0.00 0.00 0.00 15:25:06 15:06:09 veth4a37e3b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:06:09 eth0 3.10 2.03 1.89 1.05 0.00 0.00 0.00 0.00 15:25:06 15:06:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:06:09 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:07:14 veth4a37e3b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:07:14 eth0 1.66 1.52 1.34 0.84 0.00 0.00 0.00 0.00 15:25:06 15:07:14 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:07:14 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:08:02 vethe35453e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:08:02 veth4a37e3b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:08:02 veth83753e8 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:08:02 eth0 4.32 3.78 3.33 1.86 0.00 0.00 0.00 0.00 15:25:06 15:09:03 vethe35453e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:09:03 veth4a37e3b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:09:03 veth83753e8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:09:03 eth0 3.92 2.98 3.03 1.70 0.00 0.00 0.00 0.00 15:25:06 15:10:01 vethc120668 0.00 5.65 0.00 39.45 0.00 0.00 0.00 0.00 15:25:06 15:10:01 veth4a37e3b 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:10:01 eth0 177.56 122.13 1452.65 69.81 0.00 0.00 0.00 0.00 15:25:06 15:10:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 15:25:06 15:11:03 veth4a37e3b 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:11:03 eth0 167.44 89.25 354.13 18.96 0.00 0.00 0.00 0.00 15:25:06 15:11:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:11:03 veth81d0f2b 55.26 94.63 3.70 288.81 0.00 0.00 0.00 0.00 15:25:06 15:12:18 veth4a37e3b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:12:18 eth0 9.17 5.70 13.31 2.71 0.00 0.00 0.00 0.00 15:25:06 15:12:18 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:12:18 docker0 473.28 691.63 47.96 3298.77 0.00 0.00 0.00 0.00 15:25:06 15:13:07 veth4a37e3b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:13:07 eth0 32.09 28.04 48.85 76.99 0.00 0.00 0.00 0.00 15:25:06 15:13:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:13:07 vethac213cf 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:14:04 veth4a37e3b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:14:04 veth4155f99 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:14:04 eth0 10.26 8.02 7.92 4.39 0.00 0.00 0.00 0.00 15:25:06 15:14:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:15:02 veth4a37e3b 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:15:02 vethb0e2fda 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 15:25:06 15:15:02 eth0 71.29 48.82 122.01 63.23 0.00 0.00 0.00 0.00 15:25:06 15:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:16:01 eth0 59.09 38.19 112.10 23.73 0.00 0.00 0.00 0.00 15:25:06 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:16:01 docker0 618.73 920.50 61.92 4360.07 0.00 0.00 0.00 0.00 15:25:06 15:17:01 eth0 2.38 1.63 1.67 0.75 0.00 0.00 0.00 0.00 15:25:06 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:18:01 eth0 0.83 0.23 0.29 0.20 0.00 0.00 0.00 0.00 15:25:06 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:19:01 eth0 0.48 0.13 0.11 0.07 0.00 0.00 0.00 0.00 15:25:06 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:20:02 eth0 1.40 0.60 0.67 0.34 0.00 0.00 0.00 0.00 15:25:06 15:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:20:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:21:01 eth0 0.03 0.05 0.00 0.07 0.00 0.00 0.00 0.00 15:25:06 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:22:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 15:25:06 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:23:01 eth0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:24:01 eth0 26.95 25.95 18.11 53.67 0.00 0.00 0.00 0.00 15:25:06 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 Average: eth0 74.30 51.46 396.01 21.99 0.00 0.00 0.00 0.00 15:25:06 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:25:06 Average: docker0 17.52 26.06 1.75 123.43 0.00 0.00 0.00 0.00 15:25:06 15:25:06 15:25:06 ---> sar -P ALL: 15:25:06 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 15:25:06 15:25:06 14:47:44 LINUX RESTART (4 CPU) 15:25:06 15:25:06 14:49:02 CPU %user %nice %system %iowait %steal %idle 15:25:06 14:50:02 all 6.67 0.00 1.99 0.71 31.43 59.19 15:25:06 14:50:02 0 5.27 0.00 1.84 0.93 36.63 55.33 15:25:06 14:50:02 1 7.61 0.00 2.03 1.03 29.38 59.95 15:25:06 14:50:02 2 7.24 0.00 2.29 0.46 29.76 60.24 15:25:06 14:50:02 3 6.63 0.00 1.81 0.41 29.71 61.44 15:25:06 14:51:01 all 4.34 0.00 3.77 1.74 30.05 60.09 15:25:06 14:51:01 0 4.33 0.00 2.99 1.15 33.05 58.49 15:25:06 14:51:01 1 3.52 0.00 4.34 2.89 29.33 59.91 15:25:06 14:51:01 2 3.38 0.00 3.62 1.23 28.36 63.40 15:25:06 14:51:01 3 6.19 0.00 4.15 1.70 29.45 58.50 15:25:06 14:52:01 all 4.31 0.00 1.43 0.17 28.94 65.15 15:25:06 14:52:01 0 5.98 0.00 1.98 0.06 34.52 57.47 15:25:06 14:52:01 1 2.33 0.00 0.68 0.30 29.20 67.49 15:25:06 14:52:01 2 4.15 0.00 1.33 0.15 26.45 67.93 15:25:06 14:52:01 3 4.97 0.00 1.80 0.16 25.61 67.47 15:25:06 14:53:02 all 3.51 0.00 3.45 2.19 30.81 60.04 15:25:06 14:53:02 0 3.02 0.00 3.29 1.12 33.33 59.23 15:25:06 14:53:02 1 3.44 0.00 2.89 2.26 30.37 61.04 15:25:06 14:53:02 2 4.56 0.00 3.90 3.42 29.31 58.82 15:25:06 14:53:02 3 3.02 0.00 3.74 1.96 30.28 61.00 15:25:06 14:54:01 all 2.24 0.00 2.90 2.31 28.10 64.45 15:25:06 14:54:01 0 2.21 0.00 2.19 1.06 31.64 62.90 15:25:06 14:54:01 1 2.50 0.00 3.72 3.07 26.71 63.99 15:25:06 14:54:01 2 2.11 0.00 2.73 3.34 27.46 64.36 15:25:06 14:54:01 3 2.12 0.00 2.97 1.79 26.52 66.60 15:25:06 14:55:01 all 4.01 0.00 5.32 6.11 29.17 55.40 15:25:06 14:55:01 0 3.05 0.00 4.68 5.05 31.62 55.60 15:25:06 14:55:01 1 4.42 0.00 4.91 5.99 29.45 55.23 15:25:06 14:55:01 2 4.52 0.00 5.45 8.01 27.01 55.01 15:25:06 14:55:01 3 4.09 0.00 6.28 5.44 28.44 55.75 15:25:06 14:56:02 all 18.31 0.00 6.05 6.35 47.16 22.13 15:25:06 14:56:02 0 19.73 0.00 7.00 6.50 46.60 20.17 15:25:06 14:56:02 1 14.15 0.00 4.55 6.76 47.30 27.24 15:25:06 14:56:02 2 20.15 0.00 6.97 6.68 48.43 17.77 15:25:06 14:56:02 3 19.63 0.00 5.86 5.45 46.32 22.74 15:25:06 14:57:02 all 26.58 0.00 9.72 3.16 42.04 18.50 15:25:06 14:57:02 0 27.60 0.00 10.03 2.74 40.60 19.02 15:25:06 14:57:02 1 23.34 0.00 8.78 4.00 43.21 20.67 15:25:06 14:57:02 2 26.18 0.00 9.79 3.18 41.81 19.05 15:25:06 14:57:02 3 29.44 0.00 10.35 2.65 42.49 15.07 15:25:06 14:58:02 all 22.28 0.00 8.97 1.99 37.58 29.18 15:25:06 14:58:02 0 19.34 0.00 8.19 2.00 39.05 31.42 15:25:06 14:58:02 1 22.80 0.00 9.44 2.38 37.99 27.40 15:25:06 14:58:02 2 21.78 0.00 8.75 1.97 38.62 28.88 15:25:06 14:58:02 3 25.35 0.00 9.56 1.59 34.53 28.96 15:25:06 14:59:01 all 19.03 0.00 9.74 3.67 49.54 18.02 15:25:06 14:59:01 0 20.46 0.00 9.70 4.55 48.99 16.30 15:25:06 14:59:01 1 17.99 0.00 9.79 3.15 49.44 19.62 15:25:06 14:59:01 2 18.93 0.00 10.08 4.58 50.28 16.12 15:25:06 14:59:01 3 18.75 0.00 9.38 2.42 49.44 20.01 15:25:06 15:00:01 all 11.40 0.00 7.39 5.00 42.56 33.65 15:25:06 15:00:01 0 10.11 0.00 6.38 5.26 43.77 34.47 15:25:06 15:00:01 1 11.37 0.00 7.16 3.91 43.47 34.10 15:25:06 15:00:01 2 10.53 0.00 7.75 6.03 42.11 33.59 15:25:06 15:00:01 3 13.73 0.00 8.34 4.78 40.78 32.36 15:25:06 15:25:06 15:00:01 CPU %user %nice %system %iowait %steal %idle 15:25:06 15:01:02 all 13.27 0.00 7.91 0.13 37.13 41.56 15:25:06 15:01:02 0 10.91 0.00 6.27 0.03 37.14 45.65 15:25:06 15:01:02 1 14.54 0.00 8.95 0.16 38.04 38.31 15:25:06 15:01:02 2 13.95 0.00 8.39 0.19 35.65 41.81 15:25:06 15:01:02 3 13.84 0.00 8.14 0.14 37.67 40.20 15:25:06 15:02:01 all 2.73 0.00 3.65 0.92 36.07 56.62 15:25:06 15:02:01 0 2.85 0.00 3.39 0.90 38.23 54.63 15:25:06 15:02:01 1 2.26 0.00 3.12 1.07 34.93 58.62 15:25:06 15:02:01 2 3.11 0.00 4.54 0.23 36.08 56.04 15:25:06 15:02:01 3 2.71 0.00 3.55 1.51 35.06 57.16 15:25:06 15:03:06 all 5.88 0.00 7.93 14.87 39.27 32.04 15:25:06 15:03:06 0 5.31 0.00 7.56 14.64 39.69 32.81 15:25:06 15:03:06 1 6.74 0.00 8.77 16.96 38.75 28.77 15:25:06 15:03:06 2 5.20 0.00 7.70 13.18 39.43 34.49 15:25:06 15:03:06 3 6.27 0.00 7.70 14.71 39.23 32.08 15:25:06 15:04:07 all 6.52 0.00 5.57 18.99 42.70 26.22 15:25:06 15:04:07 0 5.90 0.00 5.04 20.80 42.73 25.52 15:25:06 15:04:07 1 7.05 0.00 5.52 15.72 42.20 29.51 15:25:06 15:04:07 2 6.42 0.00 5.98 17.88 41.96 27.76 15:25:06 15:04:07 3 6.72 0.00 5.77 21.42 43.88 22.22 15:25:06 15:05:07 all 3.44 0.00 6.22 26.49 37.63 26.21 15:25:06 15:05:07 0 3.54 0.00 6.15 24.97 38.83 26.50 15:25:06 15:05:07 1 3.42 0.00 6.67 30.09 37.46 22.37 15:25:06 15:05:07 2 3.50 0.00 6.01 26.92 37.24 26.32 15:25:06 15:05:07 3 3.31 0.00 6.05 24.06 37.00 29.58 15:25:06 15:06:09 all 2.40 0.00 4.46 39.18 35.29 18.66 15:25:06 15:06:09 0 2.19 0.00 4.57 37.46 35.90 19.88 15:25:06 15:06:09 1 2.32 0.00 3.91 38.22 35.01 20.54 15:25:06 15:06:09 2 2.76 0.00 4.96 43.87 35.21 13.20 15:25:06 15:06:09 3 2.36 0.00 4.41 37.20 35.04 21.00 15:25:06 15:07:14 all 5.31 0.00 3.57 28.91 46.11 16.10 15:25:06 15:07:14 0 5.66 0.00 3.37 27.60 45.51 17.86 15:25:06 15:07:14 1 5.54 0.00 3.61 29.88 47.08 13.88 15:25:06 15:07:14 2 4.72 0.00 3.68 29.91 45.89 15.80 15:25:06 15:07:14 3 5.32 0.00 3.64 28.27 45.96 16.82 15:25:06 15:08:02 all 3.92 0.00 4.90 24.49 44.41 22.28 15:25:06 15:08:02 0 3.50 0.00 4.13 25.80 45.17 21.41 15:25:06 15:08:02 1 3.52 0.00 4.99 26.86 43.97 20.65 15:25:06 15:08:02 2 3.77 0.00 5.29 21.22 44.09 25.63 15:25:06 15:08:02 3 4.92 0.00 5.19 24.03 44.39 21.45 15:25:06 15:09:03 all 50.89 0.00 10.07 0.41 38.17 0.47 15:25:06 15:09:03 0 52.13 0.00 9.74 0.40 37.27 0.46 15:25:06 15:09:03 1 52.83 0.00 9.66 0.21 36.81 0.50 15:25:06 15:09:03 2 43.79 0.00 8.72 0.35 46.62 0.52 15:25:06 15:09:03 3 54.93 0.00 12.10 0.67 31.91 0.38 15:25:06 15:10:01 all 14.37 0.00 7.52 7.83 48.35 21.92 15:25:06 15:10:01 0 11.51 0.00 7.37 10.16 49.98 20.97 15:25:06 15:10:01 1 17.32 0.00 8.14 5.85 46.31 22.38 15:25:06 15:10:01 2 14.33 0.00 6.58 6.99 49.06 23.05 15:25:06 15:10:01 3 14.48 0.00 8.05 8.21 47.94 21.32 15:25:06 15:11:03 all 4.88 0.00 7.12 16.23 40.99 30.78 15:25:06 15:11:03 0 4.72 0.00 6.38 15.09 43.03 30.78 15:25:06 15:11:03 1 5.23 0.00 7.50 16.42 41.37 29.47 15:25:06 15:11:03 2 4.80 0.00 7.48 16.73 39.61 31.38 15:25:06 15:11:03 3 4.79 0.00 7.14 16.72 39.87 31.47 15:25:06 15:25:06 15:11:03 CPU %user %nice %system %iowait %steal %idle 15:25:06 15:12:18 all 5.73 0.00 4.74 23.88 45.21 20.44 15:25:06 15:12:18 0 5.34 0.00 4.96 25.28 45.77 18.63 15:25:06 15:12:18 1 5.60 0.00 4.50 24.02 46.42 19.46 15:25:06 15:12:18 2 5.58 0.00 4.61 23.77 43.08 22.96 15:25:06 15:12:18 3 6.40 0.00 4.87 22.40 45.60 20.72 15:25:06 15:13:07 all 22.55 0.00 8.67 22.48 37.62 8.68 15:25:06 15:13:07 0 18.45 0.00 7.14 23.45 43.12 7.84 15:25:06 15:13:07 1 24.38 0.00 9.21 22.16 34.07 10.18 15:25:06 15:13:07 2 20.79 0.00 8.20 21.01 39.36 10.64 15:25:06 15:13:07 3 26.86 0.00 10.23 23.30 33.63 5.98 15:25:06 15:14:04 all 13.97 0.00 7.67 20.10 50.54 7.72 15:25:06 15:14:04 0 12.69 0.00 7.30 19.20 51.21 9.59 15:25:06 15:14:04 1 13.88 0.00 6.99 19.07 51.45 8.60 15:25:06 15:14:04 2 15.34 0.00 8.68 20.95 47.08 7.95 15:25:06 15:14:04 3 13.98 0.00 7.67 21.17 52.49 4.68 15:25:06 15:15:02 all 11.16 0.00 7.86 22.91 36.84 21.22 15:25:06 15:15:02 0 10.52 0.00 8.23 22.27 38.15 20.82 15:25:06 15:15:02 1 10.07 0.00 7.16 25.17 36.81 20.78 15:25:06 15:15:02 2 13.59 0.00 7.60 22.43 35.95 20.43 15:25:06 15:15:02 3 10.54 0.00 8.47 21.66 36.42 22.91 15:25:06 15:16:01 all 10.84 0.00 6.78 5.97 32.00 44.41 15:25:06 15:16:01 0 9.61 0.00 5.94 3.73 35.70 45.03 15:25:06 15:16:01 1 12.08 0.00 6.57 4.11 31.37 45.88 15:25:06 15:16:01 2 10.08 0.00 6.35 8.92 31.96 42.69 15:25:06 15:16:01 3 11.64 0.00 8.34 7.22 28.76 44.03 15:25:06 15:17:01 all 0.07 0.56 2.73 5.65 40.36 50.63 15:25:06 15:17:01 0 0.09 0.56 2.63 7.23 40.43 49.05 15:25:06 15:17:01 1 0.07 0.56 2.68 4.38 40.59 51.73 15:25:06 15:17:01 2 0.06 0.52 2.62 5.62 40.37 50.81 15:25:06 15:17:01 3 0.04 0.61 3.01 5.36 40.05 50.94 15:25:06 15:18:01 all 0.05 0.98 5.10 5.41 31.98 56.47 15:25:06 15:18:01 0 0.03 1.02 5.05 6.60 33.11 54.20 15:25:06 15:18:01 1 0.05 1.12 5.59 5.43 32.18 55.63 15:25:06 15:18:01 2 0.09 0.90 5.13 6.09 31.16 56.62 15:25:06 15:18:01 3 0.05 0.90 4.63 3.49 31.46 59.47 15:25:06 15:19:01 all 0.07 0.53 3.81 3.45 22.15 70.00 15:25:06 15:19:01 0 0.04 0.52 3.63 2.99 21.03 71.79 15:25:06 15:19:01 1 0.11 0.53 3.71 4.00 22.87 68.78 15:25:06 15:19:01 2 0.04 0.56 3.83 4.12 23.40 68.05 15:25:06 15:19:01 3 0.09 0.50 4.10 2.64 21.25 71.42 15:25:06 15:20:02 all 0.04 0.04 0.35 0.11 5.57 93.89 15:25:06 15:20:02 0 0.03 0.02 0.06 0.00 4.51 95.38 15:25:06 15:20:02 1 0.03 0.05 0.54 0.02 7.09 92.27 15:25:06 15:20:02 2 0.02 0.03 0.26 0.42 5.43 93.84 15:25:06 15:20:02 3 0.08 0.08 0.52 0.02 5.23 94.08 15:25:06 15:21:01 all 0.12 0.00 0.03 0.00 0.53 99.32 15:25:06 15:21:01 0 0.02 0.00 0.02 0.00 0.07 99.90 15:25:06 15:21:01 1 0.00 0.00 0.03 0.00 0.69 99.27 15:25:06 15:21:01 2 0.05 0.00 0.02 0.00 0.39 99.54 15:25:06 15:21:01 3 0.42 0.00 0.03 0.00 0.98 98.57 15:25:06 15:22:01 all 0.10 0.00 0.02 0.00 0.08 99.80 15:25:06 15:22:01 0 0.00 0.00 0.02 0.00 0.05 99.93 15:25:06 15:22:01 1 0.03 0.00 0.03 0.00 0.10 99.83 15:25:06 15:22:01 2 0.02 0.00 0.02 0.00 0.05 99.92 15:25:06 15:22:01 3 0.35 0.00 0.03 0.00 0.12 99.50 15:25:06 15:25:06 15:22:01 CPU %user %nice %system %iowait %steal %idle 15:25:06 15:23:01 all 0.09 0.00 0.02 0.00 1.89 97.99 15:25:06 15:23:01 0 0.00 0.00 0.02 0.00 0.76 99.22 15:25:06 15:23:01 1 0.02 0.00 0.02 0.00 2.29 97.68 15:25:06 15:23:01 2 0.03 0.00 0.05 0.00 2.62 97.30 15:25:06 15:23:01 3 0.31 0.00 0.02 0.00 1.88 97.79 15:25:06 15:24:01 all 1.91 0.00 1.30 5.51 13.69 77.59 15:25:06 15:24:01 0 3.01 0.00 1.62 12.07 15.65 67.65 15:25:06 15:24:01 1 1.87 0.00 1.29 5.32 12.93 78.59 15:25:06 15:24:01 2 0.90 0.00 0.87 1.16 12.95 84.12 15:25:06 15:24:01 3 1.87 0.00 1.44 3.50 13.23 79.96 15:25:06 Average: all 7.93 0.07 5.00 9.60 33.42 43.98 15:25:06 Average: 0 7.56 0.07 4.75 9.73 34.67 43.23 15:25:06 Average: 1 7.86 0.08 4.95 9.67 33.29 44.15 15:25:06 Average: 2 7.80 0.07 5.05 9.74 33.09 44.26 15:25:06 Average: 3 8.50 0.07 5.26 9.24 32.61 44.31 15:25:06 15:25:06 15:25:06