Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d9d1cdb2a048b2aa1100d198dafcee133d44e819+2c126a996be31befa6625c4f217e526aa48b3805 (824b2dbf43574b532168d3df05b1b3070d782156) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-28791 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 Merge succeeded, producing 83c92b3a140ce6a53d53e8480570a1fdae15dd5e Checking out Revision 83c92b3a140ce6a53d53e8480570a1fdae15dd5e (PR-3208) > git config core.sparsecheckout # timeout=10 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 83c92b3a140ce6a53d53e8480570a1fdae15dd5e # timeout=10 Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" > git rev-list --no-walk d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:48 ========================================================= 00:31:48 EdgeX Global Pipelines Version Info 00:31:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:50 ------------------- 00:31:50 stable info: 00:31:50 ------------------- 00:31:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:50 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:50 Message: update stable to v1.0.184 00:31:51 ------------------- 00:31:51 experimental info: 00:31:51 ------------------- 00:31:51 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:51 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:51 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 83c92b3a140ce6a53d53e8480570a1fdae15dd5e [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 83c92b3 [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:53 provisioning config files... 00:31:53 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6275567619663043116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:54 ---> docker-login.sh 00:31:54 nexus3.edgexfoundry.org:10001 00:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 nexus3.edgexfoundry.org:10002 00:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 nexus3.edgexfoundry.org:10003 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 nexus3.edgexfoundry.org:10004 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 docker.io 00:31:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:59 Configure a credential helper to remove this warning. See 00:31:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:59 00:31:59 Login Succeeded 00:31:59 ---> docker-login.sh ends [Pipeline] } 00:31:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:59 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ cut -d/ -f2 00:31:59 ++ dirname cmd/core-command/Dockerfile 00:31:59 + echo core-command,cmd/core-command/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ cut -d/ -f2 00:31:59 ++ dirname cmd/core-data/Dockerfile 00:31:59 + echo core-data,cmd/core-data/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/core-metadata/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/support-notifications/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/support-scheduler/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:59 + for file in '`ls cmd/**/Dockerfile`' 00:31:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:59 ++ cut -d/ -f2 00:31:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:59 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:32:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:00 00:32:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:01 latest: Pulling from edgex-devops/git-semver 00:32:01 31603596830f: Pulling fs layer 00:32:01 2a8b12db71e7: Pulling fs layer 00:32:01 6ca5941a6612: Pulling fs layer 00:32:01 ecc8261a40a4: Pulling fs layer 00:32:01 ecc8261a40a4: Waiting 00:32:01 2a8b12db71e7: Verifying Checksum 00:32:01 2a8b12db71e7: Download complete 00:32:01 31603596830f: Verifying Checksum 00:32:01 31603596830f: Download complete 00:32:01 ecc8261a40a4: Verifying Checksum 00:32:01 ecc8261a40a4: Download complete 00:32:01 6ca5941a6612: Verifying Checksum 00:32:01 6ca5941a6612: Download complete 00:32:02 31603596830f: Pull complete 00:32:02 2a8b12db71e7: Pull complete 00:32:07 6ca5941a6612: Pull complete 00:32:08 ecc8261a40a4: Pull complete 00:32:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:08 prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container 00:32:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:12 $ docker top 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:12 [ssh-agent] Looking for ssh-agent implementation... 00:32:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:14 $ docker exec 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 ssh-agent 00:32:14 SSH_AUTH_SOCK=/tmp/ssh-wPN0vRefhM0V/agent.11 00:32:14 SSH_AGENT_PID=17 00:32:14 Running ssh-add (command line suppressed) 00:32:15 Identity added: /w/workspace/edgex-go/8@tmp/private_key_5547293749663629848.key (/w/workspace/edgex-go/8@tmp/private_key_5547293749663629848.key) 00:32:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:15 + git tag --points-at HEAD [Pipeline] } 00:32:15 $ docker exec --env ******** --env ******** 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 ssh-agent -k 00:32:16 unset SSH_AUTH_SOCK; 00:32:16 unset SSH_AGENT_PID; 00:32:16 echo Agent pid 17 killed; 00:32:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:16 [ssh-agent] Looking for ssh-agent implementation... 00:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:16 $ docker exec 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 ssh-agent 00:32:17 SSH_AUTH_SOCK=/tmp/ssh-YiQQJhfbEzpg/agent.47 00:32:17 SSH_AGENT_PID=52 00:32:17 Running ssh-add (command line suppressed) 00:32:17 Identity added: /w/workspace/edgex-go/8@tmp/private_key_6958674896238068942.key (/w/workspace/edgex-go/8@tmp/private_key_6958674896238068942.key) 00:32:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:18 + git semver init 00:32:18 # -> Open(): unable to determine branch for HEAD 00:32:18 # $GIT_DIR = /w/workspace/edgex-go/8/.git 00:32:18 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 00:32:18 # $SEMVER_REMOTE_NAME = origin 00:32:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:18 # $SEMVER_USER_NAME = edgex-jenkins 00:32:18 # $SEMVER_BRANCH = PR-3208 00:32:18 # $SEMVER_TEMP = /tmp/semver-982199327 00:32:18 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:58 # '/tmp/semver-982199327' -> '/w/workspace/edgex-go/8/.semver' 00:33:00 # -> Force: false 00:33:01 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 00:33:01 $ docker exec --env ******** --env ******** 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 ssh-agent -k 00:33:02 unset SSH_AUTH_SOCK; 00:33:02 unset SSH_AGENT_PID; 00:33:02 echo Agent pid 52 killed; 00:33:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:03 + git semver [Pipeline] } 00:33:03 $ docker stop --time=1 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 00:33:06 $ docker rm -f 184d7e3b5edde12e760f96f1bfe0d7f969a5dd907890ff25330e91f68ac21fa7 [Pipeline] // withDockerContainer [Pipeline] sh 00:33:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:33:07 Stashed 1 file(s) [Pipeline] echo 00:33:07 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:33:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:33:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:33:10 + true 00:33:10 + sudo service docker restart 00:33:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:33:12 ========================================================= 00:33:12 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:33:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:33:12 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:33:23 Still waiting to schedule task 00:33:23 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:23 Sending build context to Docker daemon 328.3MB 00:33:23 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:33:23 Step 2/6 : FROM ${BASE} 00:33:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:33:23 188c0c94c7c5: Pulling fs layer 00:33:23 0ef7d3d256c8: Pulling fs layer 00:33:23 de9db76c5a1d: Pulling fs layer 00:33:23 bca2f99d35d6: Pulling fs layer 00:33:23 93359f2a8cfa: Pulling fs layer 00:33:23 7c6f9722023f: Pulling fs layer 00:33:23 a35cf1a2eb13: Pulling fs layer 00:33:23 bca2f99d35d6: Waiting 00:33:23 93359f2a8cfa: Waiting 00:33:23 7c6f9722023f: Waiting 00:33:23 a35cf1a2eb13: Waiting 00:33:23 de9db76c5a1d: Verifying Checksum 00:33:23 de9db76c5a1d: Download complete 00:33:23 0ef7d3d256c8: Verifying Checksum 00:33:23 0ef7d3d256c8: Download complete 00:33:23 93359f2a8cfa: Verifying Checksum 00:33:23 93359f2a8cfa: Download complete 00:33:23 7c6f9722023f: Download complete 00:33:24 188c0c94c7c5: Verifying Checksum 00:33:24 188c0c94c7c5: Download complete 00:33:24 188c0c94c7c5: Pull complete 00:33:25 0ef7d3d256c8: Pull complete 00:33:26 de9db76c5a1d: Pull complete 00:33:26 a35cf1a2eb13: Verifying Checksum 00:33:26 a35cf1a2eb13: Download complete 00:33:29 bca2f99d35d6: Verifying Checksum 00:33:29 bca2f99d35d6: Download complete 00:33:48 bca2f99d35d6: Pull complete 00:33:48 93359f2a8cfa: Pull complete 00:33:48 7c6f9722023f: Pull complete 00:33:56 a35cf1a2eb13: Pull complete 00:33:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:56 ---> a62c8e92a672 00:33:56 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:56 ---> Running in 30314c83a5dd 00:33:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:59 (1/12) Installing libmagic (5.38-r0) 00:34:00 (2/12) Installing file (5.38-r0) 00:34:00 (3/12) Installing libc-dev (0.7.2-r3) 00:34:00 (4/12) Installing g++ (9.3.0-r2) 00:34:03 (5/12) Installing fortify-headers (1.1-r0) 00:34:03 (6/12) Installing patch (2.7.6-r6) 00:34:03 (7/12) Installing build-base (0.5-r2) 00:34:03 (8/12) Installing libsodium (1.0.18-r0) 00:34:03 (9/12) Installing pkgconf (1.7.2-r0) 00:34:03 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:04 (11/12) Installing libzmq (4.3.3-r0) 00:34:04 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:04 Executing busybox-1.31.1-r19.trigger 00:34:04 OK: 233 MiB in 51 packages 00:34:10 Removing intermediate container 30314c83a5dd 00:34:10 ---> 9448ea47455a 00:34:10 Step 4/6 : WORKDIR /edgex-go 00:34:10 ---> Running in a0d0db32bec8 00:34:11 Removing intermediate container a0d0db32bec8 00:34:11 ---> 866b22c5c212 00:34:11 Step 5/6 : COPY go.mod . 00:34:11 ---> 91d52f3bf238 00:34:11 Step 6/6 : RUN go mod download 00:34:11 ---> Running in 5ec9804c9505 00:34:59 Removing intermediate container 5ec9804c9505 00:34:59 ---> 7f87ef7a582e 00:34:59 Successfully built 7f87ef7a582e 00:34:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:35:00 + docker inspect -f . ci-base-image-x86_64 00:35:00 . [Pipeline] withDockerContainer 00:35:00 prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container 00:35:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:02 $ docker top 9a77a92c019f2019829b7cba11a99a99df13ecfb130c82d61b5dd5ad7fced904 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:03 + go version 00:35:03 go version go1.15.5 linux/amd64 [Pipeline] } 00:35:03 $ docker stop --time=1 9a77a92c019f2019829b7cba11a99a99df13ecfb130c82d61b5dd5ad7fced904 00:35:05 $ docker rm -f 9a77a92c019f2019829b7cba11a99a99df13ecfb130c82d61b5dd5ad7fced904 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:06 + docker inspect -f . ci-base-image-x86_64 00:35:06 . [Pipeline] withDockerContainer 00:35:06 prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container 00:35:06 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:09 $ docker top df0bd19e37c908dc6ecf7187fc456ef72ebdc16672c70c143c46e558b08a3bd8 -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:10 ========================================================= 00:35:10 [edgeXBuildGoParallel] Running Tests and Build... 00:35:10 ========================================================= [Pipeline] sh 00:35:10 + make test 00:35:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:40 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:36:27 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:36:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:36:27 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:36:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:36:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:36:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:36:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:36:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:36:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28807 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 00:36:39 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.183s coverage: 45.9% of statements 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:36:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:36:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.130s coverage: 100.0% of statements 00:36:45 using credential edgex-jenkins-ssh 00:36:45 Cloning the remote Git repository 00:36:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:45 > git init /w/workspace/edgex-go/8 # timeout=10 00:36:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:45 > git --version # timeout=10 00:36:45 > git --version # 'git version 2.17.1' 00:36:45 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.421s coverage: 27.1% of statements 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:36:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:36:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.081s coverage: 100.0% of statements 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:36:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.347s coverage: 66.2% of statements 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:36:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:36:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.741s coverage: 82.4% of statements 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:36:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.853s coverage: 28.6% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.352s coverage: 100.0% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.275s coverage: 100.0% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.256s coverage: 86.7% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.336s coverage: 97.5% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.844s coverage: 92.8% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.176s coverage: 58.8% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:37:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.129s coverage: 79.5% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.038s coverage: 94.1% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements 00:37:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.066s coverage: 87.5% of statements 00:37:08 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 00:37:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:37:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:37:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:37:08 > git config core.sparsecheckout # timeout=10 00:37:08 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 00:37:09 Merge succeeded, producing fa87912d55e9bd590b7b9b2ed90fb9a594bcf1b1 00:37:09 Checking out Revision fa87912d55e9bd590b7b9b2ed90fb9a594bcf1b1 (PR-3208) 00:37:09 > git remote # timeout=10 00:37:09 > git config --get remote.origin.url # timeout=10 00:37:09 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:09 > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 00:37:09 > git rev-parse HEAD^{commit} # timeout=10 00:37:09 > git config core.sparsecheckout # timeout=10 00:37:09 > git checkout -f fa87912d55e9bd590b7b9b2ed90fb9a594bcf1b1 # timeout=10 00:37:14 Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" 00:37:14 > git rev-list --no-walk d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:37:16 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:37:16 + sudo service docker restart 00:37:16 + true 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.098s coverage: 94.4% of statements 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements 00:37:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.238s coverage: 81.4% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:37:19 provisioning config files... 00:37:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config4489693515199689201tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:19 ---> docker-login.sh 00:37:19 nexus3.edgexfoundry.org:10001 00:37:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:21 Configure a credential helper to remove this warning. See 00:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:21 00:37:21 Login Succeeded 00:37:21 nexus3.edgexfoundry.org:10002 00:37:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:21 Configure a credential helper to remove this warning. See 00:37:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:21 00:37:21 Login Succeeded 00:37:21 nexus3.edgexfoundry.org:10003 00:37:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:22 Configure a credential helper to remove this warning. See 00:37:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:22 00:37:22 Login Succeeded 00:37:22 nexus3.edgexfoundry.org:10004 00:37:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:22 Configure a credential helper to remove this warning. See 00:37:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:22 00:37:22 Login Succeeded 00:37:22 docker.io 00:37:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:23 Configure a credential helper to remove this warning. See 00:37:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:23 00:37:23 Login Succeeded 00:37:23 ---> docker-login.sh ends [Pipeline] } 00:37:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:23 ========================================================= 00:37:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:37:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:37:24 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:37:27 Sending build context to Docker daemon 166.6MB 00:37:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:37:27 Step 2/6 : FROM ${BASE} 00:37:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:37:27 5f621e34cdf4: Pulling fs layer 00:37:27 a4357932f1b6: Pulling fs layer 00:37:27 18c013af1878: Pulling fs layer 00:37:27 00ac8860ef70: Pulling fs layer 00:37:27 63d7cb157983: Pulling fs layer 00:37:27 b116817d02f9: Pulling fs layer 00:37:27 745a02a5169b: Pulling fs layer 00:37:27 63d7cb157983: Waiting 00:37:27 b116817d02f9: Waiting 00:37:27 745a02a5169b: Waiting 00:37:27 18c013af1878: Verifying Checksum 00:37:27 18c013af1878: Download complete 00:37:27 a4357932f1b6: Verifying Checksum 00:37:27 63d7cb157983: Verifying Checksum 00:37:27 63d7cb157983: Download complete 00:37:27 b116817d02f9: Verifying Checksum 00:37:27 b116817d02f9: Download complete 00:37:27 5f621e34cdf4: Verifying Checksum 00:37:27 5f621e34cdf4: Download complete 00:37:27 5f621e34cdf4: Pull complete 00:37:28 a4357932f1b6: Pull complete 00:37:28 18c013af1878: Pull complete 00:37:30 745a02a5169b: Download complete 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.217s coverage: 92.9% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.044s coverage: 77.8% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.107s coverage: 87.2% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.124s coverage: 80.8% of statements 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.571s coverage: 84.6% of statements 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.368s coverage: 91.6% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.472s coverage: 62.4% of statements 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:37:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.240s coverage: 100.0% of statements 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.149s coverage: 91.3% of statements 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.169s coverage: 100.0% of statements 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.130s coverage: 73.7% of statements 00:37:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements 00:37:32 00ac8860ef70: Verifying Checksum 00:37:32 00ac8860ef70: Download complete 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.873s coverage: 69.0% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.195s coverage: 38.4% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.082s coverage: 89.5% of statements 00:37:33 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:37:33 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.065s coverage: 84.8% of statements 00:37:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.248s coverage: 47.0% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.163s coverage: 100.0% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:37:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.212s coverage: 88.5% of statements 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:37:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:37:42 00ac8860ef70: Pull complete 00:37:42 63d7cb157983: Pull complete 00:37:42 b116817d02f9: Pull complete 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.533s coverage: 29.1% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.128s coverage: 99.0% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.178s coverage: 95.6% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/system 0.092s coverage: 0.0% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.106s coverage: 100.0% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:37:42 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:37:42 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.136s coverage: 100.0% of statements 00:37:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.115s coverage: 32.1% of statements 00:37:46 745a02a5169b: Pull complete 00:37:46 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:46 ---> b7e6874047d6 00:37:46 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.061s coverage: 100.0% of statements 00:37:46 GO111MODULE=on go vet ./... 00:37:49 ---> Running in b80b74c17022 00:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:55 (1/12) Installing libmagic (5.38-r0) 00:37:55 (2/12) Installing file (5.38-r0) 00:37:55 (3/12) Installing libc-dev (0.7.2-r3) 00:37:55 (4/12) Installing g++ (9.3.0-r2) 00:38:14 (5/12) Installing fortify-headers (1.1-r0) 00:38:14 (6/12) Installing patch (2.7.6-r6) 00:38:14 (7/12) Installing build-base (0.5-r2) 00:38:14 (8/12) Installing libsodium (1.0.18-r0) 00:38:14 (9/12) Installing pkgconf (1.7.2-r0) 00:38:14 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:14 (11/12) Installing libzmq (4.3.3-r0) 00:38:14 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:14 Executing busybox-1.31.1-r19.trigger 00:38:14 OK: 217 MiB in 51 packages 00:38:16 Removing intermediate container b80b74c17022 00:38:16 ---> 0e897bd2d0c5 00:38:16 Step 4/6 : WORKDIR /edgex-go 00:38:16 ---> Running in fc24b9cc10c4 00:38:16 Removing intermediate container fc24b9cc10c4 00:38:16 ---> 1f30427364b1 00:38:16 Step 5/6 : COPY go.mod . 00:38:17 ---> 5015445d0c9e 00:38:17 Step 6/6 : RUN go mod download 00:38:17 ---> Running in e5f001f1fca0 00:38:49 Removing intermediate container e5f001f1fca0 00:38:49 ---> ef1daf972a54 00:38:49 Successfully built ef1daf972a54 00:38:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:50 + docker inspect -f . ci-base-image-arm64 00:38:50 . [Pipeline] withDockerContainer 00:38:50 prd-ubuntu18.04-docker-arm64-4c-16g-28807 does not seem to be running inside a container 00:38:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:52 $ docker top 3557bae656d10dc748b988a105ca240794a19a898b7e547206ee6b73089dcb7c -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:53 + go version 00:38:53 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:53 $ docker stop --time=1 3557bae656d10dc748b988a105ca240794a19a898b7e547206ee6b73089dcb7c 00:38:55 $ docker rm -f 3557bae656d10dc748b988a105ca240794a19a898b7e547206ee6b73089dcb7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:56 + docker inspect -f . ci-base-image-arm64 00:38:56 . [Pipeline] withDockerContainer 00:38:56 prd-ubuntu18.04-docker-arm64-4c-16g-28807 does not seem to be running inside a container 00:38:56 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:56 gofmt -l . 00:38:56 [ "`gofmt -l .`" = "" ] 00:38:56 ./bin/test-go-mod-tidy.sh 00:38:57 ./bin/test-attribution-txt.sh 00:38:58 $ docker top c754dfad7ac757150516c0378d42749defd07c6c8f946d8d92a088719599d607 -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:58 ========================================================= 00:38:58 [edgeXBuildGoParallel] Running Tests and Build... 00:38:58 ========================================================= [Pipeline] sh [Pipeline] sh 00:38:59 + make test 00:38:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:59 + ls -al . 00:38:59 total 732 00:38:59 drwxrwxr-x 10 1001 1001 4096 Mar 6 00:38 . 00:38:59 drwxr-xr-x 4 root root 28 Mar 6 00:35 .. 00:38:59 -rw-rw-r-- 1 1001 1001 11 Mar 6 00:31 .dockerignore 00:38:59 drwxrwxr-x 8 1001 1001 179 Mar 6 00:31 .git 00:38:59 drwxrwxr-x 3 1001 1001 125 Mar 6 00:31 .github 00:38:59 -rw-rw-r-- 1 1001 1001 818 Mar 6 00:31 .gitignore 00:38:59 drwx------ 3 1001 1001 60 Mar 6 00:33 .semver 00:38:59 -rw-rw-r-- 1 1001 1001 166 Mar 6 00:31 .sonarcloud.properties 00:38:59 -rw-rw-r-- 1 1001 1001 8475 Mar 6 00:31 Attribution.txt 00:38:59 -rw-rw-r-- 1 1001 1001 3804 Mar 6 00:31 CONTRIBUTING.md 00:38:59 -rw-rw-r-- 1 1001 1001 931 Mar 6 00:31 Dockerfile.build 00:38:59 -rw-rw-r-- 1 1001 1001 863 Mar 6 00:31 Jenkinsfile 00:38:59 -rw-rw-r-- 1 1001 1001 10775 Mar 6 00:31 LICENSE 00:38:59 -rw-rw-r-- 1 1001 1001 5774 Mar 6 00:31 Makefile 00:38:59 -rw-rw-r-- 1 1001 1001 6524 Mar 6 00:31 README.md 00:38:59 -rw-rw-r-- 1 1001 1001 6755 Mar 6 00:31 SECURITY.md 00:38:59 -rw-rw-r-- 1 1001 1001 5 Mar 6 00:33 VERSION 00:38:59 -rw-rw-r-- 1 1001 1001 4131 Mar 6 00:31 ZMQWindows.md 00:38:59 drwxrwxr-x 2 1001 1001 117 Mar 6 00:31 bin 00:38:59 drwxrwxr-x 14 1001 1001 4096 Mar 6 00:31 cmd 00:38:59 -rw-r--r-- 1 root root 621194 Mar 6 00:37 coverage.out 00:38:59 -rw-r--r-- 1 root root 1055 Mar 6 00:38 go.mod 00:38:59 -rw-r--r-- 1 root root 21927 Mar 6 00:38 go.sum 00:38:59 drwxrwxr-x 8 1001 1001 127 Mar 6 00:31 internal 00:38:59 drwxrwxr-x 4 1001 1001 26 Mar 6 00:31 openapi 00:38:59 drwxrwxr-x 4 1001 1001 71 Mar 6 00:31 snap 00:38:59 -rw-rw-r-- 1 1001 1001 168 Mar 6 00:31 version.go [Pipeline] sh 00:39:01 + '[' -e coverage.out ] 00:39:01 + chown 1001:1001 coverage.out [Pipeline] stash 00:39:01 Stashed 1 file(s) [Pipeline] sh 00:39:02 + make build 00:39:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:39:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:39:26 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:39:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:39:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:39:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:39:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:39: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 00:39:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:40:00 $ docker stop --time=1 df0bd19e37c908dc6ecf7187fc456ef72ebdc16672c70c143c46e558b08a3bd8 00:40:04 $ docker rm -f df0bd19e37c908dc6ecf7187fc456ef72ebdc16672c70c143c46e558b08a3bd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:07 00:40:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:40:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:07 latest: Pulling from edgex-devops/edgex-compose 00:40:07 cbdbe7a5bc2a: Pulling fs layer 00:40:07 ca9280d653b3: Pulling fs layer 00:40:07 7e9c9ca2126c: Pulling fs layer 00:40:08 cbdbe7a5bc2a: Verifying Checksum 00:40:08 cbdbe7a5bc2a: Download complete 00:40:09 ca9280d653b3: Verifying Checksum 00:40:09 ca9280d653b3: Download complete 00:40:11 cbdbe7a5bc2a: Pull complete 00:40:13 7e9c9ca2126c: Download complete 00:40:13 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:13 ca9280d653b3: Pull complete 00:40:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:26 7e9c9ca2126c: Pull complete 00:40:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:40:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:40:26 prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container 00:40:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:40:29 $ docker top 5a71e86c4c7d8eb224cf54aea392f25cb819e9ea796e4462ed1020abf26074f7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:30 + docker-compose build --help 00:40:30 + grep parallel 00:40:32 --parallel Build images in parallel. [Pipeline] } 00:40:32 $ docker stop --time=1 5a71e86c4c7d8eb224cf54aea392f25cb819e9ea796e4462ed1020abf26074f7 00:40:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:33 $ docker rm -f 5a71e86c4c7d8eb224cf54aea392f25cb819e9ea796e4462ed1020abf26074f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:40:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:40:34 . [Pipeline] withDockerContainer 00:40:34 prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container 00:40:35 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:40:36 $ docker top 015cdf65a865e45828070f8be77e865bbc01f0964fb9c486b39e2d7a875eb121 -eo pid,comm [Pipeline] { [Pipeline] sh 00:40:36 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:36 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:37 + docker-compose -f ./docker-compose-build.yml build --parallel 00:40:39 Building docker-core-command-go ... 00:40:39 Building docker-core-data-go ... 00:40:39 Building docker-core-metadata-go ... 00:40:39 Building docker-security-bootstrapper-go ... 00:40:39 Building docker-security-proxy-setup-go ... 00:40:39 Building docker-security-secretstore-setup-go ... 00:40:39 Building docker-support-notifications-go ... 00:40:39 Building docker-support-scheduler-go ... 00:40:39 Building docker-sys-mgmt-agent-go ... 00:40:39 Building docker-support-notifications-go 00:40:39 Building docker-security-bootstrapper-go 00:40:39 Building docker-security-proxy-setup-go 00:40:39 Building docker-core-command-go 00:40:39 Building docker-sys-mgmt-agent-go 00:40:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.331s coverage: 45.9% of statements 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.220s coverage: 100.0% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.561s coverage: 27.1% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.241s coverage: 66.2% of statements 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.703s coverage: 82.4% of statements 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:41:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.190s coverage: 28.6% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.294s coverage: 86.7% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements 00:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.217s coverage: 92.8% of statements 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.1% of statements 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.079s coverage: 47.1% of statements 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.074s coverage: 79.5% of statements 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.073s coverage: 94.1% of statements 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.086s coverage: 96.3% of statements 00:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 00:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.090s coverage: 94.4% of statements 00:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.073s coverage: 44.8% of statements 00:41:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.110s coverage: 81.4% of statements 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.124s coverage: 92.9% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.6% of statements 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.203s coverage: 91.6% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.517s coverage: 62.4% of statements 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 00:41:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 00:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.822s coverage: 69.0% of statements 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.359s coverage: 38.4% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.098s coverage: 89.5% of statements 00:41:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.132s coverage: 84.8% of statements 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.464s coverage: 47.0% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.117s coverage: 100.0% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.117s coverage: 100.0% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.508s coverage: 88.5% of statements 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:42:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.692s coverage: 29.1% of statements 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.172s coverage: 99.0% of statements 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:42:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.219s coverage: 95.6% of statements 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:42:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.076s coverage: 87.9% of statements 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements 00:42:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:42:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:42:08 GO111MODULE=on go vet ./... 00:43:03 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:03 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:43:03 ---> 7f87ef7a582e 00:43:03 Step 3/26 : WORKDIR /edgex-go 00:43:03 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:03 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:43:03 ---> 7f87ef7a582e 00:43:03 Step 3/31 : WORKDIR /edgex-go 00:43:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:43:03 ---> 7f87ef7a582e 00:43:03 Step 3/23 : WORKDIR /edgex-go 00:43:03 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:03 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:43:03 ---> 7f87ef7a582e 00:43:03 Step 3/21 : WORKDIR /edgex-go 00:43:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:43:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:43:03 ---> 7f87ef7a582e 00:43:03 Step 3/22 : WORKDIR /edgex-go 00:43:04 ---> Running in c0414d54d328 00:43:04 ---> Running in 8410bd851646 00:43:04 ---> Running in 2faf7c49a162 00:43:04 ---> Running in da15a40335fd 00:43:04 ---> Running in af5dac6f9881 00:43:06 Removing intermediate container 8410bd851646 00:43:06 ---> 9ce8c960a37e 00:43:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:06 Removing intermediate container c0414d54d328 00:43:06 ---> 0817596fd0f8 00:43:06 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:06 Removing intermediate container 2faf7c49a162 00:43:06 ---> a82270a56b6a 00:43:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:06 Removing intermediate container da15a40335fd 00:43:06 ---> 00f50e580193 00:43:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:06 ---> Running in 44023fdcfd12 00:43:06 Removing intermediate container af5dac6f9881 00:43:06 ---> 60e8bbd747c6 00:43:06 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:43:06 ---> Running in 7f6b57d4b77c 00:43:06 ---> Running in b42a3c0edb5b 00:43:06 ---> Running in e91609c61934 00:43:06 ---> Running in e5276fc26104 00:43:17 Removing intermediate container 44023fdcfd12 00:43:17 ---> e296bf7ed76a 00:43:17 Step 5/21 : RUN apk add --update --no-cache make git 00:43:17 Removing intermediate container 7f6b57d4b77c 00:43:17 ---> 1f42fc74f660 00:43:17 Step 5/26 : RUN apk add --update --no-cache make bash git 00:43:17 Removing intermediate container e5276fc26104 00:43:17 ---> bd876d683c73 00:43:17 Step 5/31 : RUN apk add --update --no-cache make git 00:43:17 Removing intermediate container e91609c61934 00:43:17 ---> c38db458aeba 00:43:17 Step 5/23 : RUN apk add --update --no-cache make git 00:43:17 ---> Running in e716c62781f9 00:43:17 ---> Running in 77bf768d467a 00:43:17 ---> Running in 19d609251b26 00:43:17 ---> Running in 2f1aa4f69292 00:43:17 Removing intermediate container b42a3c0edb5b 00:43:17 ---> 31911c0f25d8 00:43:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:43:17 ---> Running in a313cc5c5875 00:43:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:20 OK: 233 MiB in 51 packages 00:43:21 OK: 233 MiB in 51 packages 00:43:21 OK: 233 MiB in 51 packages 00:43:21 OK: 233 MiB in 51 packages 00:43:21 OK: 233 MiB in 51 packages 00:43:23 Removing intermediate container e716c62781f9 00:43:23 ---> bfc819261db6 00:43:23 Step 6/21 : COPY go.mod . 00:43:24 Removing intermediate container 77bf768d467a 00:43:24 ---> af68335cc22d 00:43:24 Step 6/26 : COPY go.mod . 00:43:24 Removing intermediate container 2f1aa4f69292 00:43:24 ---> fd0c098b09d1 00:43:24 Step 6/23 : COPY go.mod . 00:43:24 Removing intermediate container 19d609251b26 00:43:24 ---> 7f637da21445 00:43:24 Step 6/31 : COPY go.mod . 00:43:24 Removing intermediate container a313cc5c5875 00:43:24 ---> 7f7333be430a 00:43:24 Step 6/22 : COPY go.mod . 00:43:24 ---> 9dee9d2dc224 00:43:24 Step 7/26 : RUN go mod download 00:43:25 ---> 19b4dd4659cd 00:43:25 Step 7/21 : RUN go mod download 00:43:25 ---> Running in 7ba6da8bd9aa 00:43:25 ---> 284f740b4689 00:43:25 Step 7/23 : RUN go mod download 00:43:25 ---> Running in 110b53874f34 00:43:25 ---> 95cab8058280 00:43:25 Step 7/31 : RUN go mod download 00:43:25 ---> d4cefd70cf36 00:43:25 Step 7/22 : RUN go mod download 00:43:26 ---> Running in 254c71eb1326 00:43:26 ---> Running in 521528291b85 00:43:26 ---> Running in 09f025157a3a 00:43:30 gofmt -l . 00:43:30 [ "`gofmt -l .`" = "" ] 00:43:30 ./bin/test-go-mod-tidy.sh 00:43:31 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:33 Removing intermediate container 254c71eb1326 00:43:33 ---> 2a9513347fa4 00:43:33 Step 8/23 : COPY . . 00:43:34 + ls -al . 00:43:34 total 760 00:43:34 drwxrwxr-x 9 1001 1001 4096 Mar 6 00:43 . 00:43:34 drwxr-xr-x 4 root root 4096 Mar 6 00:38 .. 00:43:34 -rw-rw-r-- 1 1001 1001 11 Mar 6 00:37 .dockerignore 00:43:34 drwxrwxr-x 8 1001 1001 4096 Mar 6 00:37 .git 00:43:34 drwxrwxr-x 3 1001 1001 4096 Mar 6 00:37 .github 00:43:34 -rw-rw-r-- 1 1001 1001 818 Mar 6 00:37 .gitignore 00:43:34 -rw-rw-r-- 1 1001 1001 166 Mar 6 00:37 .sonarcloud.properties 00:43:34 -rw-rw-r-- 1 1001 1001 8475 Mar 6 00:37 Attribution.txt 00:43:34 -rw-rw-r-- 1 1001 1001 3804 Mar 6 00:37 CONTRIBUTING.md 00:43:34 -rw-rw-r-- 1 1001 1001 931 Mar 6 00:37 Dockerfile.build 00:43:34 -rw-rw-r-- 1 1001 1001 863 Mar 6 00:37 Jenkinsfile 00:43:34 -rw-rw-r-- 1 1001 1001 10775 Mar 6 00:37 LICENSE 00:43:34 -rw-rw-r-- 1 1001 1001 5774 Mar 6 00:37 Makefile 00:43:34 -rw-rw-r-- 1 1001 1001 6524 Mar 6 00:37 README.md 00:43:34 -rw-rw-r-- 1 1001 1001 6755 Mar 6 00:37 SECURITY.md 00:43:34 -rw-rw-r-- 1 1001 1001 5 Mar 6 00:33 VERSION 00:43:34 -rw-rw-r-- 1 1001 1001 4131 Mar 6 00:37 ZMQWindows.md 00:43:34 drwxrwxr-x 2 1001 1001 4096 Mar 6 00:37 bin 00:43:34 drwxrwxr-x 14 1001 1001 4096 Mar 6 00:37 cmd 00:43:34 -rw-r--r-- 1 root root 621194 Mar 6 00:42 coverage.out 00:43:34 -rw-r--r-- 1 root root 1055 Mar 6 00:43 go.mod 00:43:34 -rw-r--r-- 1 root root 21927 Mar 6 00:43 go.sum 00:43:34 drwxrwxr-x 8 1001 1001 4096 Mar 6 00:37 internal 00:43:34 drwxrwxr-x 4 1001 1001 4096 Mar 6 00:37 openapi 00:43:34 drwxrwxr-x 4 1001 1001 4096 Mar 6 00:37 snap 00:43:34 -rw-rw-r-- 1 1001 1001 168 Mar 6 00:37 version.go [Pipeline] sh 00:43:34 Removing intermediate container 7ba6da8bd9aa 00:43:34 ---> 43fe8b1ff157 00:43:34 Step 8/26 : COPY . . 00:43:34 + '[' -e coverage.out ] 00:43:34 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:34 Warning: overwriting stash ‘coverage-report’ 00:43:35 Removing intermediate container 09f025157a3a 00:43:35 ---> db385264c386 00:43:35 Step 8/22 : COPY . . 00:43:36 Stashed 1 file(s) [Pipeline] sh 00:43:36 Removing intermediate container 110b53874f34 00:43:36 ---> 0b0b7b0a2aae 00:43:36 Step 8/21 : COPY . . 00:43:37 + make build 00:43:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:43:37 Removing intermediate container 521528291b85 00:43:37 ---> b25a1ee791f6 00:43:37 Step 8/31 : COPY . . 00:43:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:44: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 00:44:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44: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 00:44: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 00:44: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] } 00:45:05 $ docker stop --time=1 c754dfad7ac757150516c0378d42749defd07c6c8f946d8d92a088719599d607 00:45:08 $ docker rm -f c754dfad7ac757150516c0378d42749defd07c6c8f946d8d92a088719599d607 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:12 00:45:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:45:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:13 latest: Pulling from edgex-devops/edgex-compose-arm64 00:45:13 29e5d40040c1: Pulling fs layer 00:45:13 1ce36da41761: Pulling fs layer 00:45:13 25b303627fd3: Pulling fs layer 00:45:13 29e5d40040c1: Verifying Checksum 00:45:13 29e5d40040c1: Download complete 00:45:14 1ce36da41761: Verifying Checksum 00:45:14 29e5d40040c1: Pull complete 00:45:14 1ce36da41761: Download complete 00:45:15 1ce36da41761: Pull complete 00:45:15 25b303627fd3: Verifying Checksum 00:45:15 25b303627fd3: Download complete 00:45:26 25b303627fd3: Pull complete 00:45:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:26 prd-ubuntu18.04-docker-arm64-4c-16g-28807 does not seem to be running inside a container 00:45:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:29 $ docker top 136be02acca119838e942df793ae6328c1c1d6bc0192275e0b6807a08ada260c -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:31 + docker-compose build --help 00:45:31 + grep parallel 00:45:35 --parallel Build images in parallel. [Pipeline] } 00:45:35 $ docker stop --time=1 136be02acca119838e942df793ae6328c1c1d6bc0192275e0b6807a08ada260c 00:45:37 $ docker rm -f 136be02acca119838e942df793ae6328c1c1d6bc0192275e0b6807a08ada260c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:38 . [Pipeline] withDockerContainer 00:45:39 prd-ubuntu18.04-docker-arm64-4c-16g-28807 does not seem to be running inside a container 00:45:39 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:40 $ docker top dea82d7ea1d62aa8f1b6d264a0a32ec3a37cdd008b6b67a1d5edfc52b72844d4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:42 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:47 Building docker-core-command-go ... 00:45:47 Building docker-core-data-go ... 00:45:47 Building docker-core-metadata-go ... 00:45:47 Building docker-security-bootstrapper-go ... 00:45:47 Building docker-security-proxy-setup-go ... 00:45:47 Building docker-security-secretstore-setup-go ... 00:45:47 Building docker-support-notifications-go ... 00:45:47 Building docker-support-scheduler-go ... 00:45:47 Building docker-sys-mgmt-agent-go ... 00:45:47 Building docker-support-notifications-go 00:45:47 Building docker-sys-mgmt-agent-go 00:45:47 Building docker-core-metadata-go 00:45:47 Building docker-security-proxy-setup-go 00:45:47 Building docker-support-scheduler-go 00:46:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:46:56 ---> ef1daf972a54 00:46:56 Step 3/26 : WORKDIR /edgex-go 00:46:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:56 ---> ef1daf972a54 00:46:56 Step 3/21 : WORKDIR /edgex-go 00:46:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:56 ---> ef1daf972a54 00:46:56 Step 3/23 : WORKDIR /edgex-go 00:46:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> ef1daf972a54 00:46:57 Step 3/22 : WORKDIR /edgex-go 00:46:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> ef1daf972a54 00:46:57 Step 3/22 : WORKDIR /edgex-go 00:47:00 ---> Running in 4321c61a7115 00:47:00 ---> Running in 6304e2fad67d 00:47:00 ---> Running in 0b2a42fdc128 00:47:00 ---> Running in d8d63f626482 00:47:00 ---> Running in 96455f3ddd0d 00:47:01 Removing intermediate container 6304e2fad67d 00:47:01 ---> 7c8b02482356 00:47:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 Removing intermediate container 4321c61a7115 00:47:01 ---> 20a056ca79f4 00:47:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 Removing intermediate container d8d63f626482 00:47:01 ---> 19dee3fc9a37 00:47:01 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 Removing intermediate container 96455f3ddd0d 00:47:01 ---> 124fd8e4c6fd 00:47:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 ---> Running in e35ba24277a7 00:47:01 Removing intermediate container 0b2a42fdc128 00:47:01 ---> 25468153eefc 00:47:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 ---> Running in 33ac8c4432de 00:47:01 ---> Running in 8b14891ba33f 00:47:01 ---> Running in 3b59bd0b9013 00:47:01 ---> Running in 82940ce50836 00:47:04 Removing intermediate container e35ba24277a7 00:47:04 ---> 8b9f767dad7b 00:47:04 Step 5/22 : RUN apk add --update --no-cache make git 00:47:04 ---> Running in fdd3b8c85746 00:47:05 Removing intermediate container 33ac8c4432de 00:47:05 ---> 70769db30f9e 00:47:05 Step 5/26 : RUN apk add --update --no-cache make bash git 00:47:05 Removing intermediate container 8b14891ba33f 00:47:05 ---> 354311595705 00:47:05 Step 5/21 : RUN apk add --update --no-cache make git 00:47:05 ---> Running in 15513df6fc29 00:47:05 Removing intermediate container 3b59bd0b9013 00:47:05 ---> 7e6b28e11159 00:47:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:05 ---> Running in fe4b0c5bda87 00:47:05 Removing intermediate container 82940ce50836 00:47:05 ---> e2a495f76d56 00:47:05 Step 5/23 : RUN apk add --update --no-cache make git 00:47:06 ---> Running in 506a9430334c 00:47:06 ---> Running in 4a7c9aa7ee93 00:47:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:08 OK: 217 MiB in 51 packages 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:09 OK: 217 MiB in 51 packages 00:47:09 OK: 217 MiB in 51 packages 00:47:09 OK: 217 MiB in 51 packages 00:47:09 OK: 217 MiB in 51 packages 00:47:09 Removing intermediate container fdd3b8c85746 00:47:09 ---> 5c690bede6e2 00:47:09 Step 6/22 : COPY go.mod . 00:47:10 ---> 0cebeba3972a 00:47:10 Step 7/22 : RUN go mod download 00:47:11 Removing intermediate container fe4b0c5bda87 00:47:11 ---> 49bbd0484c91 00:47:11 Step 6/21 : COPY go.mod . 00:47:11 Removing intermediate container 506a9430334c 00:47:11 Removing intermediate container 15513df6fc29 00:47:11 ---> dccf5998fe44 00:47:11 Step 6/26 : COPY go.mod . 00:47:11 ---> f93911c4811d 00:47:11 Step 6/22 : COPY go.mod . 00:47:11 ---> Running in 54b11858d74c 00:47:11 Removing intermediate container 4a7c9aa7ee93 00:47:11 ---> 318e00d09a0c 00:47:11 Step 6/23 : COPY go.mod . 00:47:11 ---> 7319902da1db 00:47:11 Step 7/21 : RUN go mod download 00:47:12 ---> e3d49e49e8fe 00:47:12 Step 7/22 : RUN go mod download 00:47:12 ---> Running in 63e8b2ceb682 00:47:12 ---> dba5a9b17bbc 00:47:12 Step 7/26 : RUN go mod download 00:47:12 ---> Running in 92f500c5981d 00:47:12 ---> Running in 7c43e52dd955 00:47:12 ---> dc53b1610c29 00:47:12 Step 7/23 : RUN go mod download 00:47:13 ---> Running in 3a3ac47cc6c5 00:47:15 Removing intermediate container 54b11858d74c 00:47:15 ---> 08a57029d603 00:47:15 Step 8/22 : COPY . . 00:47:18 Removing intermediate container 63e8b2ceb682 00:47:18 ---> de66c2b6749a 00:47:18 Step 8/21 : COPY . . 00:47:19 Removing intermediate container 92f500c5981d 00:47:19 ---> 972e2e0b46a7 00:47:19 Step 8/22 : COPY . . 00:47:19 Removing intermediate container 7c43e52dd955 00:47:19 ---> 6e915e6f8e87 00:47:19 Step 8/26 : COPY . . 00:47:19 Removing intermediate container 3a3ac47cc6c5 00:47:19 ---> 2a3ec300bc24 00:47:19 Step 8/23 : COPY . . 00:47:36 ---> 10e9ee793b7c 00:47:36 ---> 234758a68277 00:47:36 ---> d920b8e023ba 00:47:36 Step 9/23 : RUN make cmd/core-command/core-command 00:47:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:36 ---> 209921dca2a6 00:47:36 ---> 18e73111b93e 00:47:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:36 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:47:36 ---> Running in 8681a8215aef 00:47:36 ---> Running in bd6041582175 00:47:36 ---> Running in 94772d010d8a 00:47:36 ---> Running in 21a9bf79bf5f 00:47:36 ---> Running in afd434dbaad6 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:46 ---> ea1802440a48 00:47:46 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:46 ---> 3fa7463615e8 00:47:46 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:46 ---> Running in e1c9248299af 00:47:46 ---> f7cc6523fb07 00:47:46 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:46 ---> Running in c4e4aea374e4 00:47:46 ---> 8ca2ad1a6fe6 00:47:46 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:46 ---> d54bf7ab34c6 00:47:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:47:46 ---> Running in 1be0bb689a3b 00:47:46 ---> Running in c2f5f506fb7c 00:47:46 ---> Running in fb9fc22fc195 00:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:47:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:49:25 Removing intermediate container 8681a8215aef 00:49:25 ---> fc469ea3c874 00:49:25 00:49:25 Step 10/31 : FROM alpine:3.12 00:49:25 Removing intermediate container 94772d010d8a 00:49:25 ---> e844adbc1784 00:49:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:25 3.12: Pulling from library/alpine 00:49:25 Removing intermediate container 21a9bf79bf5f 00:49:25 ---> 482b5928d42d 00:49:25 00:49:25 Step 10/23 : FROM alpine:3.12 00:49:25 Removing intermediate container afd434dbaad6 00:49:25 ---> 8a8717364fa0 00:49:25 00:49:25 Step 10/22 : FROM alpine:3.12 00:49:25 3.12: Pulling from library/alpine 00:49:25 3.12: Pulling from library/alpine 00:49:26 ---> Running in ac85841116a9 00:49:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:28 Status: Image is up to date for alpine:3.12 00:49:28 ---> 88dd2752d2ea 00:49:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:28 Status: Downloaded newer image for alpine:3.12 00:49:28 ---> 88dd2752d2ea 00:49:28 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:49:28 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:28 Status: Image is up to date for alpine:3.12 00:49:28 ---> 88dd2752d2ea 00:49:28 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:49:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:29 ---> Running in d9ca101f6315 00:49:29 ---> Running in 7b9933814685 00:49:29 ---> Running in 1642b8d15911 00:49:30 Removing intermediate container bd6041582175 00:49:30 ---> 7c1569a0fda4 00:49:30 00:49:30 Step 10/21 : FROM alpine:3.12 00:49:30 ---> 88dd2752d2ea 00:49:30 Step 11/21 : RUN apk add --update --no-cache curl 00:49:30 Removing intermediate container 1642b8d15911 00:49:30 ---> eb7b9108e855 00:49:30 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:49:32 ---> Running in e5f3e7ac7eb5 00:49:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:32 ---> Running in c66acfe71dfa 00:49:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:33 (1/2) Installing ca-certificates (20191127-r4) 00:49:33 (2/2) Installing dumb-init (1.2.2-r1) 00:49:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:33 Executing busybox-1.31.1-r19.trigger 00:49:33 Executing ca-certificates-20191127-r4.trigger 00:49:33 OK: 6 MiB in 16 packages 00:49:33 (1/1) Installing dumb-init (1.2.2-r1) 00:49:33 Executing busybox-1.31.1-r19.trigger 00:49:33 OK: 6 MiB in 15 packages 00:49:34 Removing intermediate container ac85841116a9 00:49:34 ---> 43225e1c2a47 00:49:34 00:49:34 Step 11/26 : FROM docker:20.10.0 00:49:34 20.10.0: Pulling from library/docker 00:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:36 (1/2) Installing dumb-init (1.2.2-r1) 00:49:36 (2/2) Installing su-exec (0.2-r1) 00:49:36 Executing busybox-1.31.1-r19.trigger 00:49:36 OK: 6 MiB in 16 packages 00:49:36 (1/4) Installing ca-certificates (20191127-r4) 00:49:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:36 (3/4) Installing libcurl (7.69.1-r3) 00:49:36 (4/4) Installing curl (7.69.1-r3) 00:49:36 Executing busybox-1.31.1-r19.trigger 00:49:36 Executing ca-certificates-20191127-r4.trigger 00:49:36 OK: 7 MiB in 18 packages 00:49:37 Removing intermediate container d9ca101f6315 00:49:37 ---> 2c8e6dac7acb 00:49:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:49:38 ---> Running in b369e35d87a1 00:49:38 Removing intermediate container 7b9933814685 00:49:38 ---> 2c2f37c9ab51 00:49:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:39 ---> Running in 61960082aaca 00:49:39 Removing intermediate container b369e35d87a1 00:49:39 ---> 668ae8c42c04 00:49:39 Step 13/22 : ENV APP_PORT=48060 00:49:39 ---> Running in 442d9d5891d6 00:49:40 Removing intermediate container c66acfe71dfa 00:49:40 ---> cb8632b7a076 00:49:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:49:40 Removing intermediate container 61960082aaca 00:49:40 ---> 178f731de7a0 00:49:40 Step 13/23 : ENV APP_PORT=48082 00:49:40 Removing intermediate container e5f3e7ac7eb5 00:49:40 ---> 34055760290c 00:49:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:40 ---> Running in af58e5d47e8f 00:49:40 ---> Running in 5cc7f846895d 00:49:40 ---> Running in aeb030a77876 00:49:40 Removing intermediate container 442d9d5891d6 00:49:40 ---> b252a33bc173 00:49:40 Step 14/22 : EXPOSE $APP_PORT 00:49:41 ---> Running in 1844e956350c 00:49:41 Removing intermediate container af58e5d47e8f 00:49:41 ---> a4664a34dd6e 00:49:41 Step 14/23 : EXPOSE $APP_PORT 00:49:42 Removing intermediate container 5cc7f846895d 00:49:42 ---> 20f7c6f63aed 00:49:42 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:49:42 Removing intermediate container aeb030a77876 00:49:42 ---> 6047c0cd6bd2 00:49:42 Step 13/21 : WORKDIR /edgex 00:49:42 ---> Running in 51d4671b1d98 00:49:42 ---> Running in d80c19edd1ab 00:49:42 ---> Running in 204f1989eabd 00:49:43 Removing intermediate container 1844e956350c 00:49:43 ---> 1f3c965c081c 00:49:43 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:44 Removing intermediate container 51d4671b1d98 00:49:44 ---> b8d132e5f06e 00:49:44 Step 15/23 : WORKDIR / 00:49:44 ---> Running in 35703d6b49fc 00:49:44 Removing intermediate container 204f1989eabd 00:49:44 ---> 91f588232fcc 00:49:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:44 Removing intermediate container d80c19edd1ab 00:49:44 ---> 63f5068eafe5 00:49:44 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:49:44 ---> 13c7cb30abde 00:49:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:44 ---> Running in 5558925515ad 00:49:45 Removing intermediate container 35703d6b49fc 00:49:45 ---> 84ca3201da62 00:49:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:45 ---> ac0c3743628d 00:49:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:45 ---> 4d1e0569c60d 00:49:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:46 ---> a884361e514e 00:49:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:47 ---> d2df9bdb0020 00:49:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:49:47 Removing intermediate container c4e4aea374e4 00:49:47 ---> 78aff8209300 00:49:47 00:49:47 Step 10/21 : FROM alpine:3.12 00:49:47 3.12: Pulling from library/alpine 00:49:47 Removing intermediate container fb9fc22fc195 00:49:47 ---> 8aae605af7a1 00:49:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:49:47 ---> Running in 24963e3b80a5 00:49:47 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:47 Status: Downloaded newer image for alpine:3.12 00:49:47 ---> d10569e2745f 00:49:47 Step 11/21 : RUN apk add --update --no-cache curl 00:49:48 ---> Running in 73c5059ae857 00:49:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:49:49 ---> fff576838140 00:49:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:49 ---> Running in 74585e7bcd72 00:49:49 ---> dcc3477dbcf5 00:49:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:49 Removing intermediate container 74585e7bcd72 00:49:49 ---> 0d2b641f8b2c 00:49:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:50 Removing intermediate container 5558925515ad 00:49:50 ---> fd389eacebe0 00:49:50 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:51 ---> Running in 7f32ecb8bd89 00:49:51 ---> Running in 8c314ddd01f8 00:49:51 (1/4) Installing ca-certificates (20191127-r4) 00:49:51 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:51 (3/4) Installing libcurl (7.69.1-r3) 00:49:51 (4/4) Installing curl (7.69.1-r3) 00:49:51 Executing busybox-1.31.1-r19.trigger 00:49:51 Executing ca-certificates-20191127-r4.trigger 00:49:51 ---> bb916492d5a8 00:49:51 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:51 OK: 7 MiB in 18 packages 00:49:51 ---> a1ed12edb788 00:49:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:52 ---> Running in ba3d801179b0 00:49:52 ---> Running in 2e73bbb416c9 00:49:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:49:52 Removing intermediate container 7f32ecb8bd89 00:49:52 ---> f03056c9ff91 00:49:52 Step 20/22 : LABEL arch=x86_64 00:49:52 Status: Downloaded newer image for docker:20.10.0 00:49:52 ---> aefe523efa57 00:49:52 Step 12/26 : RUN apk add --no-cache bash 00:49:52 Removing intermediate container 8c314ddd01f8 00:49:52 ---> d2a74264cf6b 00:49:52 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:49:52 ---> Running in 7b982293c277 00:49:53 ---> Running in 21f87ea8a277 00:49:53 Removing intermediate container ba3d801179b0 00:49:53 ---> e217fa3a50ee 00:49:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:53 Removing intermediate container 2e73bbb416c9 00:49:53 ---> 968ac7c402d0 00:49:53 Step 18/21 : CMD ["--init=true"] 00:49:54 ---> Running in cfa05e44429a 00:49:54 ---> Running in bece84fc2ec5 00:49:54 ---> 0a0817078bbd 00:49:54 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:49:54 Removing intermediate container 7b982293c277 00:49:54 ---> 167ce17b67b1 00:49:54 Step 21/22 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:49:55 Removing intermediate container 73c5059ae857 00:49:55 ---> 9551e6c86ea6 00:49:55 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:55 ---> Running in 59230d665653 00:49:55 ---> Running in 26629e54c688 00:49:55 Removing intermediate container bece84fc2ec5 00:49:55 ---> cf982251816c 00:49:55 Step 21/23 : LABEL arch=x86_64 00:49:55 ---> Running in 9a9aa3f3ded2 00:49:55 Removing intermediate container 24963e3b80a5 00:49:55 ---> 7ffcd9440e69 00:49:55 00:49:55 Step 11/26 : FROM docker:20.10.0 00:49:55 20.10.0: Pulling from library/docker 00:49:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:56 Removing intermediate container cfa05e44429a 00:49:56 ---> d2dfaed36e0c 00:49:56 Step 19/21 : LABEL arch=x86_64 00:49:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:56 ---> Running in 4de9d47961f0 00:49:56 ---> Running in 2c2dfaf10bcc 00:49:57 Removing intermediate container 9a9aa3f3ded2 00:49:57 ---> 90502e4bf848 00:49:57 Step 13/21 : WORKDIR /edgex 00:49:57 ---> Running in 411d5a5544f4 00:49:58 Removing intermediate container 26629e54c688 00:49:58 ---> da6d8324c46b 00:49:58 Step 22/22 : LABEL version=0.0.0 00:49:58 (1/2) Installing readline (8.0.4-r0) 00:49:58 (2/2) Installing bash (5.0.17-r0) 00:49:58 Executing bash-5.0.17-r0.post-install 00:49:58 Executing busybox-1.31.1-r19.trigger 00:49:58 OK: 12 MiB in 22 packages 00:49:58 ---> Running in c9253905b284 00:49:59 Removing intermediate container 2c2dfaf10bcc 00:49:59 ---> c8b6bec48905 00:49:59 Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:49:59 Removing intermediate container 4de9d47961f0 00:49:59 ---> a341b06183fd 00:49:59 Step 20/21 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:49:59 Removing intermediate container 411d5a5544f4 00:49:59 ---> 714ab59efd30 00:49:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:59 ---> Running in 0551a0464790 00:49:59 Removing intermediate container c9253905b284 00:49:59 ---> 7e3260e79be3 00:49:59 00:50:00 ---> Running in d22d4e11a023 00:50:00 Removing intermediate container 0551a0464790 00:50:00 ---> 6af90f839b76 00:50:00 Step 23/23 : LABEL version=0.0.0 00:50:01 Removing intermediate container d22d4e11a023 00:50:01 ---> 03769654a2b0 00:50:01 Step 21/21 : LABEL version=0.0.0 00:50:01 ---> Running in 8105a2bc83b9 00:50:02 ---> Running in 6392751aa78e 00:50:02 Successfully built 7e3260e79be3 00:50:02 Removing intermediate container 21f87ea8a277 00:50:02 ---> 8e2b6da4fb3f 00:50:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:02 Successfully tagged docker-support-notifications-go:latest 00:50:02  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:50:02 Removing intermediate container 59230d665653 00:50:02 ---> 743f1514e79a 00:50:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:03 ---> d5166f5e8236 00:50:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:03 Removing intermediate container e1c9248299af 00:50:03 ---> 4005cd8b821b 00:50:03 00:50:03 Step 10/22 : FROM alpine:3.12 00:50:03 ---> d10569e2745f 00:50:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:03 Removing intermediate container 1be0bb689a3b 00:50:03 ---> c8c752ea95a3 00:50:03 00:50:03 Step 10/22 : FROM alpine:3.12 00:50:03 ---> d10569e2745f 00:50:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:50:03 ---> Running in e4ecb444ad33 00:50:03 Removing intermediate container 8105a2bc83b9 00:50:03 ---> 39ecbcfa30fe 00:50:03 00:50:03 Removing intermediate container 6392751aa78e 00:50:03 ---> d65d901e6f55 00:50:03 00:50:03 ---> c96118995016 00:50:03 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:50:04 ---> Running in cdb9fd8b3c7b 00:50:04 ---> Running in e6a5c89a22d4 00:50:04 Removing intermediate container e4ecb444ad33 00:50:04 ---> 216a1d925a4e 00:50:04 Step 14/26 : ENV APP_PORT=48090 00:50:04 Successfully built d65d901e6f55 00:50:04 Successfully built 39ecbcfa30fe 00:50:04 Successfully tagged docker-security-proxy-setup-go:latest 00:50:04 Building docker-core-data-go 00:50:04  Building docker-security-proxy-setup-go ... done Successfully tagged docker-core-command-go:latest 00:50:04 Building docker-core-metadata-go 00:50:05  Building docker-core-command-go ... done  ---> Running in 548ff1036a75 00:50:05 ---> 657e7cc140bf 00:50:05 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:50:05 Removing intermediate container 548ff1036a75 00:50:05 ---> 8ab74a948b67 00:50:05 Step 15/26 : EXPOSE $APP_PORT 00:50:05 ---> 62ace8f6a014 00:50:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:05 ---> Running in c499279fab25 00:50:05 ---> f2441c9702e5 00:50:05 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:50:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:08 (1/2) Installing ca-certificates (20191127-r4) 00:50:08 (1/1) Installing dumb-init (1.2.2-r1) 00:50:08 Executing busybox-1.31.1-r19.trigger 00:50:08 ---> 52dc1307f4c6 00:50:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:08 OK: 5 MiB in 15 packages 00:50:08 (2/2) Installing dumb-init (1.2.2-r1) 00:50:08 Executing busybox-1.31.1-r19.trigger 00:50:08 Executing ca-certificates-20191127-r4.trigger 00:50:08 OK: 6 MiB in 16 packages 00:50:09 Removing intermediate container c499279fab25 00:50:09 ---> 833fd5e1ac4e 00:50:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:09 ---> Running in 5a3be9db26de 00:50:10 ---> 8d6a9a9fc39c 00:50:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:50:10 Removing intermediate container 5a3be9db26de 00:50:10 ---> c63b9ba5acae 00:50:10 Step 18/21 : CMD ["--init=true"] 00:50:11 Removing intermediate container c2f5f506fb7c 00:50:11 ---> 61925f16a516 00:50:11 00:50:11 Step 10/23 : FROM alpine:3.12 00:50:11 ---> d10569e2745f 00:50:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:11 ---> Using cache 00:50:11 ---> b69a11853ae1 00:50:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:11 Removing intermediate container cdb9fd8b3c7b 00:50:11 ---> b69a11853ae1 00:50:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:11 ---> Running in 575180ee239c 00:50:11 ---> Running in ee09ef024cf7 00:50:11 ---> Running in c44729fe1ddc 00:50:11 Removing intermediate container e6a5c89a22d4 00:50:11 ---> 754ab16c3dc9 00:50:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:50:11 ---> Running in e3e008be39fa 00:50:12 Removing intermediate container 575180ee239c 00:50:12 ---> a079e899899f 00:50:12 Step 19/21 : LABEL arch=arm64 00:50:12 Removing intermediate container ee09ef024cf7 00:50:12 Removing intermediate container c44729fe1ddc 00:50:12 ---> b1aea2130c5f 00:50:12 Step 13/22 : ENV APP_PORT=48085 00:50:12 ---> e5efadc66b75 00:50:12 Step 13/23 : ENV APP_PORT=48081 00:50:12 ---> Running in 4797f8542129 00:50:12 ---> Running in 275ed05ac0e6 00:50:12 ---> Running in c3d9a4815487 00:50:12 Removing intermediate container e3e008be39fa 00:50:12 ---> f2bc299681f3 00:50:12 Step 13/22 : ENV APP_PORT=48060 00:50:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:50:12 Status: Downloaded newer image for docker:20.10.0 00:50:12 ---> eeaf43b92773 00:50:12 Step 12/26 : RUN apk add --no-cache bash 00:50:12 ---> Running in e0d197e74e3d 00:50:12 ---> Running in debd5e6ceef2 00:50:12 Removing intermediate container 4797f8542129 00:50:12 ---> ee32de14f303 00:50:12 Step 20/21 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:50:13 ---> 5543819b0bef 00:50:13 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:50:13 Removing intermediate container c3d9a4815487 00:50:13 ---> 9ccc0fd98891 00:50:13 Step 14/23 : EXPOSE $APP_PORT 00:50:13 ---> 5ac3951b4c01 00:50:13 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:13 Removing intermediate container 275ed05ac0e6 00:50:13 ---> 273747b06ef7 00:50:13 Step 14/22 : EXPOSE $APP_PORT 00:50:13 ---> Running in c5a953a61e18 00:50:13 ---> Running in 059491aa620d 00:50:13 Removing intermediate container e0d197e74e3d 00:50:13 ---> 2f6b4f74ca4b 00:50:13 Step 14/22 : EXPOSE $APP_PORT 00:50:13 ---> Running in 1b3268159a4c 00:50:14 ---> Running in 5a88aa803330 00:50:14 Removing intermediate container c5a953a61e18 00:50:14 ---> 4f6665999be8 00:50:14 Step 21/21 : LABEL version=0.0.0 00:50:14 Removing intermediate container 059491aa620d 00:50:14 ---> eb1094308fe5 00:50:14 Step 15/23 : WORKDIR / 00:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:14 ---> Running in 029aa52d1c27 00:50:14 Removing intermediate container 1b3268159a4c 00:50:14 ---> 0b0517c1d9d1 00:50:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:14 ---> Running in eb9bca65e61e 00:50:14 Removing intermediate container 5a88aa803330 00:50:14 ---> c2be76960056 00:50:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:14 ---> Running in a038f72c1ec1 00:50:15 Removing intermediate container 029aa52d1c27 00:50:15 ---> 3419452ed203 00:50:15 00:50:15 (1/2) Installing readline (8.0.4-r0) 00:50:15 (2/2) Installing bash (5.0.17-r0) 00:50:15 Removing intermediate container eb9bca65e61e 00:50:15 ---> 709012091ed3 00:50:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:15 Executing bash-5.0.17-r0.post-install 00:50:15 Executing busybox-1.31.1-r19.trigger 00:50:15 OK: 12 MiB in 22 packages 00:50:15 ---> ac15b21f01b2 00:50:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:15 Successfully built 3419452ed203 00:50:15 ---> a192ff7231bc 00:50:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:16 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:16 Building docker-core-command-go 00:50:16  Building docker-security-proxy-setup-go ... done  ---> 4042a668a9f1 00:50:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:17 Removing intermediate container debd5e6ceef2 00:50:17 ---> f902834ff8c0 00:50:17 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:17 Removing intermediate container a038f72c1ec1 00:50:17 ---> 514f6e47e18b 00:50:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:50:17 ---> 630f2177eec6 00:50:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:18 ---> 39c6ef697682 00:50:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:18 ---> Running in 5131b93abf91 00:50:19 ---> 50902afc0234 00:50:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:19 ---> dc43640a278c 00:50:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:19 ---> ccf14c3a1c6c 00:50:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:19 Removing intermediate container 5131b93abf91 00:50:19 ---> 87af699573f5 00:50:19 Step 14/26 : ENV APP_PORT=48090 00:50:20 ---> Running in bf4a2ba5c1f1 00:50:20 ---> Running in e64596728e07 00:50:20 ---> bea01cd62475 00:50:20 ---> efdd1606414b 00:50:20 Step 18/22 : ENTRYPOINT ["/support-notifications"]Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:20 00:50:21 ---> a0118046efad 00:50:21 Step 26/31 : RUN chmod +x /entrypoint.sh 00:50:21 ---> ed47530912eb 00:50:21 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:21 ---> Running in bd0e440882fd 00:50:21 ---> Running in b34b9aed574d 00:50:21 Removing intermediate container bf4a2ba5c1f1 00:50:21 ---> 66b6ecc384c6 00:50:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:21 Removing intermediate container e64596728e07 00:50:21 ---> df79394b7964 00:50:21 Step 15/26 : EXPOSE $APP_PORT 00:50:22 ---> Running in b1dd080a8fab 00:50:22 ---> Running in 6fa3752b727d 00:50:22 Removing intermediate container b34b9aed574d 00:50:22 Removing intermediate container bd0e440882fd 00:50:22 ---> 355a53a315a9 00:50:22 ---> 870fee9d4005 00:50:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:22 ---> Running in b1885e5ddcb2 00:50:22 ---> Running in b98575c63ff7 00:50:22 Removing intermediate container b1dd080a8fab 00:50:22 ---> 45f742e34214 00:50:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:22 Removing intermediate container 6fa3752b727d 00:50:22 ---> 42045a1891eb 00:50:22 Step 20/22 : LABEL arch=arm64 00:50:22 ---> Running in 213d7ca3f918 00:50:23 ---> Running in 57506c1e7d40 00:50:23 ---> Running in b4037a338a08 00:50:23 Removing intermediate container b98575c63ff7 00:50:23 ---> 221183cf7028 00:50:23 Step 21/23 : LABEL arch=arm64 00:50:23 Removing intermediate container b1885e5ddcb2 00:50:24 ---> b929d4c1cebb 00:50:24 Step 20/22 : LABEL arch=arm64 00:50:24 ---> Running in 0ea3caee0e21 00:50:24 ---> e90a45ce4ecc 00:50:24 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:24 ---> Running in 82a740d3dbd3 00:50:24 Removing intermediate container b4037a338a08 00:50:24 ---> c8e3a0f551af 00:50:24 Step 21/22 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:50:24 ---> Running in 104ceaf08462 00:50:25 Removing intermediate container 0ea3caee0e21 00:50:25 ---> 97f8ce37ae3c 00:50:25 Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:50:25 Removing intermediate container 82a740d3dbd3 00:50:25 ---> 9ca9964f0b1b 00:50:25 Step 21/22 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:50:25 ---> eedade0a3dff 00:50:25 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:26 ---> Running in da0b34641e13 00:50:26 ---> Running in 1a90cd5ebcfc 00:50:26 Removing intermediate container 104ceaf08462 00:50:26 ---> a73f26b73df7 00:50:26 Step 22/22 : LABEL version=0.0.0 00:50:26 ---> Running in ccb6f6e21d92 00:50:27 Removing intermediate container 1a90cd5ebcfc 00:50:27 ---> d94970452759 00:50:27 Step 23/23 : LABEL version=0.0.0 00:50:27 Removing intermediate container da0b34641e13 00:50:27 ---> e1f77ae05645 00:50:27 Step 22/22 : LABEL version=0.0.0 00:50:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:50:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:50:27 (1/33) Installing libbz2 (1.0.8-r1) 00:50:27 (2/33) Installing expat (2.2.9-r1) 00:50:27 (3/33) Installing libffi (3.3-r2) 00:50:27 (4/33) Installing gdbm (1.13-r1) 00:50:27 ---> 032a85cd14e7 00:50:27 Step 19/26 : RUN apk --no-cache add py3-pip 00:50:27 Removing intermediate container ccb6f6e21d92 00:50:27 ---> df22e0430fc8 00:50:27 00:50:27 ---> Running in 2aba3fa461e9 00:50:27 ---> Running in 7c5feda1116e 00:50:27 ---> Running in 8c1a32357c49 00:50:27 (5/33) Installing xz-libs (5.2.5-r0) 00:50:27 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:27 (7/33) Installing python3 (3.8.5-r1) 00:50:28 Successfully built df22e0430fc8 00:50:28 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:28  Building docker-support-scheduler-go ... done Building docker-core-data-go 00:50:28 Removing intermediate container 7c5feda1116e 00:50:28 ---> dac062bd923f 00:50:28 00:50:28 Removing intermediate container 2aba3fa461e9 00:50:28 ---> f049e9a53629 00:50:28 00:50:29 Successfully built dac062bd923f 00:50:29 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:29  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 00:50:29 Successfully built f049e9a53629 00:50:29 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:29 Building docker-security-bootstrapper-go 00:50:29  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:30 (1/33) Installing libbz2 (1.0.8-r1) 00:50:30 (2/33) Installing expat (2.2.9-r1) 00:50:30 (3/33) Installing libffi (3.3-r2) 00:50:30 (4/33) Installing gdbm (1.13-r1) 00:50:30 (5/33) Installing xz-libs (5.2.5-r0) 00:50:30 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:30 (7/33) Installing python3 (3.8.5-r1) 00:50:31 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:31 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:31 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:31 (11/33) Installing py3-six (1.15.0-r0) 00:50:31 (12/33) Installing py3-packaging (20.4-r0) 00:50:31 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:31 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:32 (8/33) Installing py3-appdirs (1.4.4-r1) 00:50:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:50:32 (10/33) Installing py3-parsing (2.4.7-r0) 00:50:32 (11/33) Installing py3-six (1.15.0-r0) 00:50:32 (12/33) Installing py3-packaging (20.4-r0) 00:50:32 (13/33) Installing py3-setuptools (47.0.0-r0) 00:50:32 (14/33) Installing py3-chardet (3.0.4-r4) 00:50:32 (15/33) Installing py3-idna (2.9-r0) 00:50:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:32 (18/33) Installing py3-requests (2.23.0-r0) 00:50:32 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:32 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:32 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:32 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:32 (24/33) Installing py3-distro (1.5.0-r1) 00:50:32 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:32 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:32 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:32 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:32 (29/33) Installing py3-progress (1.5-r0) 00:50:32 (30/33) Installing py3-toml (0.10.1-r0) 00:50:32 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:32 (33/33) Installing py3-pip (20.1.1-r0) 00:50:32 Executing busybox-1.31.1-r19.trigger 00:50:32 OK: 71 MiB in 55 packages 00:50:33 (15/33) Installing py3-idna (2.9-r0) 00:50:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:50:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:50:34 (18/33) Installing py3-requests (2.23.0-r0) 00:50:34 Removing intermediate container 57506c1e7d40 00:50:34 ---> ed0a8799f34e 00:50:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:50:34 (19/33) Installing py3-msgpack (1.0.0-r0) 00:50:34 (20/33) Installing py3-lockfile (0.12.2-r3) 00:50:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:50:34 (22/33) Installing py3-colorama (0.4.3-r0) 00:50:34 (23/33) Installing py3-distlib (0.3.0-r0) 00:50:34 (24/33) Installing py3-distro (1.5.0-r1) 00:50:34 (25/33) Installing py3-webencodings (0.5.1-r3) 00:50:35 (26/33) Installing py3-html5lib (1.0.1-r4) 00:50:35 ---> Running in 6a9884c28097 00:50:35 (27/33) Installing py3-pytoml (0.1.21-r0) 00:50:35 (28/33) Installing py3-pep517 (0.8.2-r0) 00:50:35 (29/33) Installing py3-progress (1.5-r0) 00:50:35 (30/33) Installing py3-toml (0.10.1-r0) 00:50:35 (31/33) Installing py3-retrying (1.3.3-r0) 00:50:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:50:35 (33/33) Installing py3-pip (20.1.1-r0) 00:50:36 Executing busybox-1.31.1-r19.trigger 00:50:36 OK: 71 MiB in 55 packages 00:50:37 Removing intermediate container 6a9884c28097 00:50:37 ---> 466a9b3679ef 00:50:37 Step 28/31 : CMD ["gate"] 00:50:38 ---> Running in 75047106516e 00:50:40 Removing intermediate container 75047106516e 00:50:40 ---> 42610d1492bf 00:50:40 Step 29/31 : LABEL arch=x86_64 00:50:41 ---> Running in abb9869de9b5 00:50:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:43 ---> ef1daf972a54 00:50:43 Step 3/23 : WORKDIR /edgex-go 00:50:43 ---> Using cache 00:50:43 ---> 25468153eefc 00:50:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:43 ---> Using cache 00:50:43 ---> e2a495f76d56 00:50:43 Step 5/23 : RUN apk add --update --no-cache make git 00:50:43 ---> Using cache 00:50:43 ---> 318e00d09a0c 00:50:43 Step 6/23 : COPY go.mod . 00:50:43 ---> Using cache 00:50:43 ---> dc53b1610c29 00:50:43 Step 7/23 : RUN go mod download 00:50:43 ---> Using cache 00:50:43 ---> 2a3ec300bc24 00:50:43 Step 8/23 : COPY . . 00:50:43 ---> Using cache 00:50:43 ---> 8ca2ad1a6fe6 00:50:43 Step 9/23 : RUN make cmd/core-command/core-command 00:50:44 ---> Running in 314d38db87f8 00:50:44 Removing intermediate container 8c1a32357c49 00:50:44 ---> a5c766295062 00:50:44 Step 20/26 : RUN pip install docker-compose==1.23.2 00:50:45 Removing intermediate container abb9869de9b5 00:50:45 ---> 155d81296b1b 00:50:45 Step 30/31 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:50:46 ---> Running in e69a8ff7cef6 00:50: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 00:50:51 ---> Running in 33f56aab3dc8 00:50:52 Collecting docker-compose==1.23.2 00:50:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:53 Collecting dockerpty<0.5,>=0.4.1 00:50:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:56 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:50:57 Removing intermediate container 33f56aab3dc8 00:50:57 ---> 098b62fc67d4 00:50:57 Step 31/31 : LABEL version=0.0.0 00:50:57 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:57 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:58 ---> Running in b4c678c62a65 00:50:59 Collecting docker<4.0,>=3.6.0 00:50:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:59 Collecting texttable<0.10,>=0.9.0 00:50:59 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:03 Removing intermediate container b4c678c62a65 00:51:03 ---> 9ccf4c4a341b 00:51:03 00:51:03 Collecting websocket-client<1.0,>=0.32.0 00:51:03 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:51:04 Collecting PyYAML<4,>=3.10 00:51:04 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:06 Successfully built 9ccf4c4a341b 00:51:06 Successfully tagged docker-security-bootstrapper-go:latest 00:51:07  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 00:51:10 Collecting jsonschema<3,>=2.5.1 00:51:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:10 Collecting cached-property<2,>=1.2.0 00:51:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:10 Collecting docopt<0.7,>=0.6.1 00:51:10 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:12 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:51:12 Collecting idna<2.8,>=2.5 00:51:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:13 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:13 Collecting urllib3<1.25,>=1.21.1 00:51:13 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:14 Collecting docker-pycreds>=0.4.0 00:51:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:15 Installing collected packages: dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, PyYAML, jsonschema, cached-property, docopt, docker-compose 00:51:15 Running setup.py install for dockerpty: started 00:51:17 Running setup.py install for dockerpty: finished with status 'done' 00:51:17 Attempting uninstall: idna 00:51:17 Found existing installation: idna 2.9 00:51:17 Uninstalling idna-2.9: 00:51:18 Successfully uninstalled idna-2.9 00:51:18 Attempting uninstall: urllib3 00:51:18 Found existing installation: urllib3 1.25.9 00:51:18 Uninstalling urllib3-1.25.9: 00:51:19 Successfully uninstalled urllib3-1.25.9 00:51:19 Attempting uninstall: requests 00:51:19 Found existing installation: requests 2.23.0 00:51:19 Uninstalling requests-2.23.0: 00:51:19 Successfully uninstalled requests-2.23.0 00:51:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:51:20 ---> ef1daf972a54 00:51:20 Step 3/31 : WORKDIR /edgex-go 00:51:20 ---> Using cache 00:51:20 ---> 25468153eefc 00:51:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:20 ---> Using cache 00:51:20 ---> e2a495f76d56 00:51:20 Step 5/31 : RUN apk add --update --no-cache make git 00:51:20 ---> Using cache 00:51:20 ---> 318e00d09a0c 00:51:20 Step 6/31 : COPY go.mod . 00:51:20 ---> Using cache 00:51:20 ---> dc53b1610c29 00:51:20 Step 7/31 : RUN go mod download 00:51:20 ---> Using cache 00:51:20 ---> 2a3ec300bc24 00:51:20 Step 8/31 : COPY . . 00:51:20 ---> Using cache 00:51:20 ---> 8ca2ad1a6fe6 00:51:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:51:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:51:21 ---> ef1daf972a54 00:51:21 Step 3/24 : WORKDIR /edgex-go 00:51:21 ---> Using cache 00:51:21 ---> 25468153eefc 00:51:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:21 ---> Using cache 00:51:21 ---> e2a495f76d56 00:51:21 Step 5/24 : RUN apk add --update --no-cache make git 00:51:21 ---> Using cache 00:51:21 ---> 318e00d09a0c 00:51:21 Step 6/24 : COPY go.mod . 00:51:21 ---> Using cache 00:51:21 ---> dc53b1610c29 00:51:21 Step 7/24 : RUN go mod download 00:51:21 ---> Using cache 00:51:21 ---> 2a3ec300bc24 00:51:21 Step 8/24 : COPY . . 00:51:21 ---> Using cache 00:51:21 ---> 8ca2ad1a6fe6 00:51:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:51:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:21 ---> ef1daf972a54 00:51:21 Step 3/23 : WORKDIR /edgex-go 00:51:21 ---> Using cache 00:51:21 ---> 25468153eefc 00:51:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:21 ---> Using cache 00:51:21 ---> e2a495f76d56 00:51:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:51:22 Running setup.py install for texttable: started 00:51:24 Running setup.py install for texttable: finished with status 'done' 00:51:24 Running setup.py install for PyYAML: started 00:51:25 ---> Running in acaa56511401 00:51:25 ---> Running in 8ce62a8b9e74 00:51:25 ---> Running in e5a8bf42efbc 00:51:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:27 Running setup.py install for PyYAML: finished with status 'done' 00:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:51:28 Running setup.py install for docopt: started 00:51:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:29 OK: 217 MiB in 51 packages 00:51:31 Removing intermediate container acaa56511401 00:51:31 ---> 514b303688e3 00:51:31 Step 6/23 : COPY go.mod . 00:51:31 Running setup.py install for docopt: finished with status 'done' 00:51:32 ---> a6ab266a0fec 00:51:32 Step 7/23 : RUN go mod download 00:51:32 ---> Running in be127891b56b 00:51:32 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:51:38 Removing intermediate container be127891b56b 00:51:38 ---> 18f293a5b345 00:51:38 Step 8/23 : COPY . . 00:51:38 Removing intermediate container e69a8ff7cef6 00:51:38 ---> d0ced090916f 00:51:38 Step 21/26 : RUN apk --no-cache add curl 00:51:39 ---> Running in 5932790e9924 00:51:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:41 ---> 7f87ef7a582e 00:51:41 Step 3/23 : WORKDIR /edgex-go 00:51:41 ---> Using cache 00:51:41 ---> 60e8bbd747c6 00:51:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:41 ---> Using cache 00:51:41 ---> bd876d683c73 00:51:41 Step 5/23 : RUN apk add --update --no-cache make git 00:51:41 ---> Using cache 00:51:41 ---> 7f637da21445 00:51:41 Step 6/23 : COPY go.mod . 00:51:41 ---> Using cache 00:51:41 ---> 95cab8058280 00:51:41 Step 7/23 : RUN go mod download 00:51:41 ---> Using cache 00:51:41 ---> b25a1ee791f6 00:51:41 Step 8/23 : COPY . . 00:51:41 ---> Using cache 00:51:41 ---> 234758a68277 00:51:41 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:51:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:41 ---> 7f87ef7a582e 00:51:41 Step 3/23 : WORKDIR /edgex-go 00:51:41 ---> Using cache 00:51:41 ---> 60e8bbd747c6 00:51:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:41 ---> Using cache 00:51:41 ---> bd876d683c73 00:51:41 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:51:41 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:41 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:51:41 ---> 7f87ef7a582e 00:51:41 Step 3/24 : WORKDIR /edgex-go 00:51:41 ---> Using cache 00:51:41 ---> 60e8bbd747c6 00:51:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:41 ---> Using cache 00:51:41 ---> bd876d683c73 00:51:41 Step 5/24 : RUN apk add --update --no-cache make git 00:51:41 ---> Using cache 00:51:41 ---> 7f637da21445 00:51:41 Step 6/24 : COPY go.mod . 00:51:41 ---> Using cache 00:51:41 ---> 95cab8058280 00:51:41 Step 7/24 : RUN go mod download 00:51:41 ---> Using cache 00:51:41 ---> b25a1ee791f6 00:51:41 Step 8/24 : COPY . . 00:51:41 ---> Using cache 00:51:41 ---> 234758a68277 00:51:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:51:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:42 (2/3) Installing libcurl (7.69.1-r3) 00:51:42 (3/3) Installing curl (7.69.1-r3) 00:51:42 Executing busybox-1.31.1-r19.trigger 00:51:42 ---> Running in 85e356db8ab9 00:51:42 ---> Running in f9d8433d7faa 00:51:42 ---> Running in dc0d5907fb77 00:51:42 OK: 71 MiB in 58 packages 00:51:46 Removing intermediate container 5932790e9924 00:51:46 ---> b65d45eb1166 00:51:46 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:46 ---> Running in 93a482485917 00:51:47 Removing intermediate container 93a482485917 00:51:47 ---> caa3a2473643 00:51:47 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:47 ---> Running in 9c004d1e9294 00:51:49 Removing intermediate container 9c004d1e9294 00:51:49 ---> e1e71f253a54 00:51:49 Step 24/26 : LABEL arch=arm64 00:51:49 ---> Running in 2d867ae5757d 00:51:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:51:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:50 Removing intermediate container 2d867ae5757d 00:51:50 ---> 14c60bdf145c 00:51:50 Step 25/26 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:51:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:50 ---> Running in 680c738b3b24 00:51:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:51 Removing intermediate container 680c738b3b24 00:51:51 ---> 0455abfe15a2 00:51:51 Step 26/26 : LABEL version=0.0.0 00:51:51 ---> Running in 9f7c669cbda7 00:51:51 OK: 233 MiB in 51 packages 00:51:52 Removing intermediate container 9f7c669cbda7 00:51:52 ---> 3ff265c398f1 00:51:52 00:51:54 Successfully built 3ff265c398f1 00:51:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:51:58  Building docker-sys-mgmt-agent-go ... done  ---> 5cd3e74dc198 00:51:58 Step 9/23 : RUN make cmd/core-data/core-data 00:51:58 ---> Running in dc802f653d86 00:52:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:52:00 Removing intermediate container f9d8433d7faa 00:52:00 ---> 3a5e16f20d9b 00:52:00 Step 6/23 : COPY go.mod . 00:52:05 ---> 9ce7cfd16bd0 00:52:05 Step 7/23 : RUN go mod download 00:52:09 ---> Running in 59b89f9de2e6 00:52:12 Removing intermediate container 314d38db87f8 00:52:12 ---> 489dc1616b37 00:52:12 00:52:12 Step 10/23 : FROM alpine:3.12 00:52:12 ---> d10569e2745f 00:52:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:12 ---> Using cache 00:52:12 ---> b69a11853ae1 00:52:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:12 ---> Using cache 00:52:12 ---> b1aea2130c5f 00:52:12 Step 13/23 : ENV APP_PORT=48082 00:52:12 ---> Running in fc2f5b0a2194 00:52:12 Removing intermediate container fc2f5b0a2194 00:52:12 ---> 765a0709926e 00:52:12 Step 14/23 : EXPOSE $APP_PORT 00:52:13 ---> Running in 0d52a9efabc1 00:52:13 Removing intermediate container 0d52a9efabc1 00:52:13 ---> b60c8f4b8d2b 00:52:13 Step 15/23 : WORKDIR / 00:52:13 ---> Running in 97dc5056b847 00:52:14 Removing intermediate container 97dc5056b847 00:52:14 ---> c5ebd1d3ce37 00:52:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:16 ---> 5d94692480e9 00:52:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:17 ---> 09257ab2a5dc 00:52:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:18 ---> feca35886ffe 00:52:18 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:18 ---> Running in 868a55e78be4 00:52:19 Removing intermediate container 868a55e78be4 00:52:19 ---> d1026a21e528 00:52:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:19 ---> Running in e2331cc1c730 00:52:20 Removing intermediate container e2331cc1c730 00:52:20 ---> 728d9dfc9a0d 00:52:20 Step 21/23 : LABEL arch=arm64 00:52:20 ---> Running in d760bbbc1918 00:52:21 Removing intermediate container d760bbbc1918 00:52:21 ---> 755d34a516b0 00:52:21 Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:52:21 ---> Running in 626596d2a4f8 00:52:22 Removing intermediate container 626596d2a4f8 00:52:22 ---> a3a9bb9b2028 00:52:22 Step 23/23 : LABEL version=0.0.0 00:52:22 ---> Running in 28a29e7a9721 00:52:23 Removing intermediate container 28a29e7a9721 00:52:23 ---> d79f34974dac 00:52:23 00:52:23 Successfully built d79f34974dac 00:52:23 Successfully tagged docker-core-command-go-arm64:latest 00:52:38  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:52:38 Removing intermediate container 59b89f9de2e6 00:52:38 ---> 41ed19317eed 00:52:38 Step 8/23 : COPY . . 00:52:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:52:47 ---> 7f87ef7a582e 00:52:47 Step 3/22 : WORKDIR /edgex-go 00:52:47 ---> Using cache 00:52:47 ---> 60e8bbd747c6 00:52:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:47 ---> Using cache 00:52:47 ---> bd876d683c73 00:52:47 Step 5/22 : RUN apk add --update --no-cache make git 00:52:47 ---> Using cache 00:52:47 ---> 7f637da21445 00:52:47 Step 6/22 : COPY go.mod . 00:52:47 ---> Using cache 00:52:47 ---> 95cab8058280 00:52:47 Step 7/22 : RUN go mod download 00:52:47 ---> Using cache 00:52:47 ---> b25a1ee791f6 00:52:47 Step 8/22 : COPY . . 00:52:47 ---> Using cache 00:52:47 ---> 234758a68277 00:52:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:52:53 Removing intermediate container 8ce62a8b9e74 00:52:53 ---> a37d42313d9d 00:52:53 00:52:53 Step 10/24 : FROM alpine:3.12 00:52:53 ---> d10569e2745f 00:52:53 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:52:53 Removing intermediate container e5a8bf42efbc 00:52:53 ---> 181b4ca5753f 00:52:53 00:52:53 Step 10/31 : FROM alpine:3.12 00:52:53 ---> d10569e2745f 00:52:53 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:53 ---> Running in 392cb0011bc8 00:52:53 ---> Running in 90c56991d915 00:52:53 Removing intermediate container 392cb0011bc8 00:52:53 ---> 9e6107d0f4e6 00:52:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:52:53 ---> Running in 68c462786e37 00:52:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:55 ---> Running in 26c89e9c54bb 00:52:55 (1/5) Installing ca-certificates (20191127-r4) 00:52:55 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:52:55 (3/5) Installing libcurl (7.69.1-r3) 00:52:55 (4/5) Installing curl (7.69.1-r3) 00:52:55 (5/5) Installing dumb-init (1.2.2-r1) 00:52:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:55 Executing busybox-1.31.1-r19.trigger 00:52:55 Executing ca-certificates-20191127-r4.trigger 00:52:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:55 OK: 7 MiB in 19 packages 00:52:56 (1/2) Installing dumb-init (1.2.2-r1) 00:52:56 (2/2) Installing su-exec (0.2-r1) 00:52:56 Executing busybox-1.31.1-r19.trigger 00:52:56 OK: 5 MiB in 16 packages 00:52:58 Removing intermediate container 90c56991d915 00:52:58 ---> 7b5f58104fe3 00:52:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:58 Removing intermediate container 68c462786e37 00:52:58 ---> f6cbedee2f0c 00:52:58 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:52:58 ---> Running in bd5153e872ff 00:52:58 ---> Running in c23d72ac68cf 00:52:59 Removing intermediate container c23d72ac68cf 00:52:59 ---> e13d3c3c1e74 00:52:59 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:59 Removing intermediate container bd5153e872ff 00:52:59 ---> e126afeb40b6 00:52:59 Step 13/24 : WORKDIR / 00:52:59 ---> Running in 77a078006369 00:52:59 ---> Running in 1ed71cf384d4 00:53:00 Removing intermediate container 77a078006369 00:53:00 ---> f8ff9bd4c62b 00:53:00 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:53:00 Removing intermediate container 1ed71cf384d4 00:53:00 ---> b299c0468a00 00:53:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:53:00 ---> Running in 50cd629f6356 00:53:01 ---> 9a16cbeb5c98 00:53:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:53:02 ---> 0e32d9a39f62 00:53:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:53:03 Removing intermediate container 50cd629f6356 00:53:03 ---> 0574541b5526 00:53:03 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:53:03 ---> 81710b10ad58 00:53:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:53:03 ---> Running in 2608d16d0a66 00:53:04 Removing intermediate container 2608d16d0a66 00:53:04 ---> c54075509233 00:53:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:53:04 ---> bd2cef02d324 00:53:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:53:05 ---> 9390091127f9 00:53:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:53:05 ---> Running in 234573f3f8f2 00:53:06 ---> a6c6cc1feee0 00:53:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:53: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 00:53:07 ---> 9abe9c1077be 00:53:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:53:07 ---> Running in 3e6f2759c16d 00:53:08 Removing intermediate container 234573f3f8f2 00:53:08 ---> be36b9a92a57 00:53:08 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:09 ---> d06457ce994d 00:53:09 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:53:10 Removing intermediate container 3e6f2759c16d 00:53:10 ---> 79a482b8fe79 00:53:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:53:10 ---> Running in 88075f56fe1e 00:53:10 ---> 5f92779e7a04 00:53:10 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:53:11 Removing intermediate container 88075f56fe1e 00:53:11 ---> 15c860df6bf7 00:53:11 Step 22/24 : LABEL arch=arm64 00:53:11 ---> Running in d339f4bced0e 00:53:11 ---> e77efdf97355 00:53:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:53:12 Removing intermediate container d339f4bced0e 00:53:12 ---> 71ea60f16ff7 00:53:12 Step 23/24 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:53:12 ---> Running in c99e97c52ff5 00:53:12 ---> ebcf7e286feb 00:53:12 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:53:12 Removing intermediate container c99e97c52ff5 00:53:12 ---> f9af0f8c8816 00:53:12 Step 24/24 : LABEL version=0.0.0 00:53:13 ---> Running in bab7dbc0d258 00:53:13 ---> 341d99947046 00:53:13 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:53:13 ---> Running in 9f0369726e99 00:53:14 Removing intermediate container bab7dbc0d258 00:53:14 ---> 48efc71c4950 00:53:14 00:53:14 Successfully built 48efc71c4950 00:53:14 Removing intermediate container 9f0369726e99 00:53:14 ---> cfab2f76cfbc 00:53:14 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:53:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:53:15  Building docker-security-secretstore-setup-go ... done  ---> e3994d1d5d99 00:53:15 Step 26/31 : RUN chmod +x /entrypoint.sh 00:53:16 ---> Running in 2e1e6cf91bb1 00:53:16 Removing intermediate container dc802f653d86 00:53:16 ---> 87b709b4aa45 00:53:16 00:53:16 Step 10/23 : FROM alpine:3.12 00:53:16 ---> d10569e2745f 00:53:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:16 ---> Running in 77248f3393e9 00:53:17 Removing intermediate container 77248f3393e9 00:53:17 ---> 6ef5b4ab5101 00:53:17 Step 12/23 : ENV APP_PORT=48080 00:53:17 ---> Running in 712f96abb494 00:53:17 Removing intermediate container 712f96abb494 00:53:17 ---> ce19570fa4b3 00:53:17 Step 13/23 : EXPOSE $APP_PORT 00:53:18 ---> Running in be58bd814921 00:53:18 Removing intermediate container 2e1e6cf91bb1 00:53:18 ---> a6fa98748ea9 00:53:18 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:53:18 ---> Running in 74b318532a73 00:53:18 Removing intermediate container be58bd814921 00:53:18 ---> 1b40ef44820c 00:53:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:18 ---> Running in dcea187f2bc5 00:53:19 Removing intermediate container 74b318532a73 00:53:19 ---> 8914611e3b17 00:53:19 Step 28/31 : CMD ["gate"] 00:53:19 ---> Running in c61835c3d68c 00:53:19 Removing intermediate container 213d7ca3f918 00:53:19 ---> 539fc41af19e 00:53:19 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:20 Removing intermediate container c61835c3d68c 00:53:20 ---> f6a50543c99f 00:53:20 Step 29/31 : LABEL arch=arm64 00:53:20 ---> Running in 4a4b625c09f0 00:53:20 Removing intermediate container 4a4b625c09f0 00:53:20 ---> 3b5d8ba2cea3 00:53:20 Step 30/31 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:53:21 Removing intermediate container dcea187f2bc5 00:53:21 ---> cf925e36b03d 00:53:21 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:53:21 ---> Running in 61bf9cc0ce17 00:53:21 ---> Running in baee6e85be9b 00:53:22 Removing intermediate container 61bf9cc0ce17 00:53:22 ---> 9147930c1f1f 00:53:22 Step 31/31 : LABEL version=0.0.0 00:53:22 ---> Running in 6b76b2f5139a 00:53:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:22 Removing intermediate container 6b76b2f5139a 00:53:22 ---> 02a3b19f35be 00:53:22 00:53:23 Successfully built 02a3b19f35be 00:53:23 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:53:23  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:24 (1/6) Installing dumb-init (1.2.2-r1) 00:53:24 (2/6) Installing libgcc (9.3.0-r2) 00:53:24 (3/6) Installing libsodium (1.0.18-r0) 00:53:24 (4/6) Installing libstdc++ (9.3.0-r2) 00:53:24 (5/6) Installing libzmq (4.3.3-r0) 00:53:25 (6/6) Installing zeromq (4.3.3-r0) 00:53:25 Executing busybox-1.31.1-r19.trigger 00:53:25 OK: 8 MiB in 20 packages 00:53:26 Removing intermediate container baee6e85be9b 00:53:26 ---> f81978d1697b 00:53:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:27 ---> Running in cae813f4f975 00:53:27 ---> 15012d26c9aa 00:53:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:28 ---> 33eba531172e 00:53:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:29 ---> e4c3e637a0e9 00:53:29 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:29 ---> Running in 5824525db7e3 00:53:29 Removing intermediate container 5824525db7e3 00:53:29 ---> af9a7b1b135a 00:53:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:29 ---> Running in aaba2ef94b7f 00:53:30 Removing intermediate container aaba2ef94b7f 00:53:30 ---> f67738f9f72c 00:53:30 Step 21/23 : LABEL arch=arm64 00:53:30 ---> Running in 64c387710f87 00:53:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:53:31 Removing intermediate container 64c387710f87 00:53:31 ---> 7a3682199e0c 00:53:31 Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:53:31 ---> Running in 74d0d82881ed 00:53:31 Removing intermediate container 74d0d82881ed 00:53:31 ---> a7e179ec10e6 00:53:31 Step 23/23 : LABEL version=0.0.0 00:53:31 ---> Running in b6d65e69e8ce 00:53:32 Removing intermediate container b6d65e69e8ce 00:53:32 ---> 85a5092e7408 00:53:32 00:53:32 Successfully built 85a5092e7408 00:53:32 Successfully tagged docker-core-data-go-arm64:latest 00:53:33  Building docker-core-data-go ... done  [Pipeline] } 00:53:33 $ docker stop --time=1 dea82d7ea1d62aa8f1b6d264a0a32ec3a37cdd008b6b67a1d5edfc52b72844d4 00:53:35 $ docker rm -f dea82d7ea1d62aa8f1b6d264a0a32ec3a37cdd008b6b67a1d5edfc52b72844d4 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:35 + grep docker 00:53:35 + docker images 00:53:36 docker-core-data-go-arm64 latest 85a5092e7408 5 seconds ago 21.1MB 00:53:36 docker-security-bootstrapper-go-arm64 latest 02a3b19f35be 14 seconds ago 17.8MB 00:53:36 docker-security-secretstore-setup-go-arm64 latest 48efc71c4950 23 seconds ago 23.7MB 00:53:36 docker-core-command-go-arm64 latest d79f34974dac About a minute ago 16.2MB 00:53:36 docker-sys-mgmt-agent-go-arm64 latest 3ff265c398f1 About a minute ago 300MB 00:53:36 docker-core-metadata-go-arm64 latest dac062bd923f 3 minutes ago 17.9MB 00:53:36 docker-support-notifications-go-arm64 latest f049e9a53629 3 minutes ago 16.9MB 00:53:36 docker-support-scheduler-go-arm64 latest df22e0430fc8 3 minutes ago 16.3MB 00:53:36 docker-security-proxy-setup-go-arm64 latest 3419452ed203 3 minutes ago 23.4MB 00:53:36 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 00:53:37 ---> job-cost.sh 00:53:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-evrA 00:54:11 Removing intermediate container dc0d5907fb77 00:54:11 ---> 9f0fede3fba0 00:54:11 00:54:11 Step 10/23 : FROM alpine:3.12 00:54:11 ---> 88dd2752d2ea 00:54:11 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:54:11 ---> Using cache 00:54:11 ---> 2c2f37c9ab51 00:54:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:11 ---> Using cache 00:54:11 ---> 178f731de7a0 00:54:11 Step 13/23 : ENV APP_PORT=48081 00:54:11 ---> Running in f16780622cde 00:54:11 Removing intermediate container 85e356db8ab9 00:54:11 ---> 785e6ce4fc29 00:54:11 00:54:11 Step 10/24 : FROM alpine:3.12 00:54:11 ---> 88dd2752d2ea 00:54:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:54:14 ---> Running in b445778996c5 00:54:18 Collecting docker-compose==1.23.2 00:54:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:54:18 Removing intermediate container f16780622cde 00:54:18 ---> 2171b53c95f8 00:54:18 Step 14/23 : EXPOSE $APP_PORT 00:54:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:54:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:54:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:54:21 ---> Running in 3ff5baf7c7de 00:54:21 Collecting docopt<0.7,>=0.6.1 00:54:21 Downloading docopt-0.6.2.tar.gz (25 kB) 00:54:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:54:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:54:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:54:25 (1/5) Installing ca-certificates (20191127-r4) 00:54:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:54:25 (3/5) Installing libcurl (7.69.1-r3) 00:54:25 (4/5) Installing curl (7.69.1-r3) 00:54:25 (5/5) Installing dumb-init (1.2.2-r1) 00:54:25 Executing busybox-1.31.1-r19.trigger 00:54:25 Executing ca-certificates-20191127-r4.trigger 00:54:25 Removing intermediate container 3ff5baf7c7de 00:54:25 ---> bd6ab0e3025d 00:54:25 Step 15/23 : WORKDIR / 00:54:26 OK: 7 MiB in 19 packages 00:54:28 ---> Running in e4dad777123a 00:54:30 Removing intermediate container 26c89e9c54bb 00:54:30 ---> a929b2ccfaeb 00:54:30 00:54:30 Step 10/22 : FROM alpine:3.12 00:54:30 ---> 88dd2752d2ea 00:54:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:54:30 ---> Using cache 00:54:30 ---> 2c2f37c9ab51 00:54:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:30 ---> Using cache 00:54:30 ---> 178f731de7a0 00:54:30 Step 13/22 : ENV APP_PORT=48085 00:54:30 Removing intermediate container e4dad777123a 00:54:30 ---> 7bd38c99aff4 00:54:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:30 ---> Running in 814069b0b5ff 00:54:30 Removing intermediate container b445778996c5 00:54:30 ---> b0ca5458cad5 00:54:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:30 Collecting PyYAML<4,>=3.10 00:54:30 Downloading PyYAML-3.13.tar.gz (270 kB) 00:54:31 ---> Running in 596b1f39b86d 00:54:32 ---> 1727573bfc5e 00:54:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:54:33 Collecting dockerpty<0.5,>=0.4.1 00:54:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:54:33 Removing intermediate container 814069b0b5ff 00:54:33 ---> ce713f23b59e 00:54:33 Step 14/22 : EXPOSE $APP_PORT 00:54:33 ---> Running in 17823c220736 00:54:34 Removing intermediate container 596b1f39b86d 00:54:34 ---> 081de08e107b 00:54:34 Step 13/24 : WORKDIR / 00:54:35 ---> Running in 9caeb1b65984 00:54:35 ---> c174eb600f94 00:54:35 Step 9/23 : RUN make cmd/core-data/core-data 00:54:35 Collecting texttable<0.10,>=0.9.0 00:54:35 Downloading texttable-0.9.1.tar.gz (11 kB) 00:54:36 ---> Running in 5a19fec96c9f 00:54:36 Removing intermediate container 17823c220736 00:54:36 ---> 545877601ea7 00:54:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:37 ---> 955ea70ae4ad 00:54:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:54:37 Removing intermediate container 9caeb1b65984 00:54:37 ---> 10971b664023 00:54:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:54:38 Collecting jsonschema<3,>=2.5.1 00:54:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:54:38 ---> 9bc0df59654e 00:54:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:54:38 Collecting cached-property<2,>=1.2.0 00:54:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:54:39 ---> 66f5fd4d51f9 00:54:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:54:39 Collecting websocket-client<1.0,>=0.32.0 00:54:39 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:54:39 ---> Running in fe66b305b6c2 00:54:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:54:40 ---> 05824dd8108b 00:54:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:54:41 Collecting docker<4.0,>=3.6.0 00:54:41 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:54:42 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:54:42 Collecting idna<2.8,>=2.5 00:54:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:54:42 Removing intermediate container fe66b305b6c2 00:54:42 ---> 315c048508c2 00:54:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:43 ---> 969d8d2c0c5d 00:54:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:54:43 ---> 2813aaff1dfd 00:54:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:54:43 Collecting urllib3<1.25,>=1.21.1 00:54:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:54: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) 00:54:44 Collecting docker-pycreds>=0.4.0 00:54:44 ---> Running in f7a07e4bfbe4 00:54:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:54:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:54:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:54:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:54:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:54:44 ---> 72847bdaa810 00:54:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:54:45 Installing collected packages: idna, urllib3, requests, docopt, PyYAML, dockerpty, texttable, jsonschema, cached-property, websocket-client, docker-pycreds, docker, docker-compose 00:54:45 Attempting uninstall: idna 00:54:45 Found existing installation: idna 2.9 00:54:45 Uninstalling idna-2.9: 00:54:45 ---> d190f2f4bc2c 00:54:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:54:46 Successfully uninstalled idna-2.9 00:54:46 ---> Running in f8327a98a648 00:54:46 Removing intermediate container f7a07e4bfbe4 00:54:46 ---> ad5712b3a218 00:54:46 Step 21/23 : LABEL arch=x86_64 00:54:46 Attempting uninstall: urllib3 00:54:46 Found existing installation: urllib3 1.25.9 00:54:46 Uninstalling urllib3-1.25.9: 00:54:46 ---> Running in f8f63716bcf1 00:54:46 Successfully uninstalled urllib3-1.25.9 00:54:47 ---> e2068e8ea355 00:54:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:54:51 Removing intermediate container f8327a98a648 00:54:51 ---> 88e749b17677 00:54:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:51 Attempting uninstall: requests 00:54:51 Found existing installation: requests 2.23.0 00:54:51 Uninstalling requests-2.23.0: 00:54:52 Successfully uninstalled requests-2.23.0 00:54:52 Removing intermediate container f8f63716bcf1 00:54:52 ---> 62450974b680 00:54:52 Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:54:52 ---> Running in c809d6ab2eac 00:54:53 ---> a51c102492e2 00:54:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:54:56 Running setup.py install for docopt: started 00:54:56 ---> Running in 840b9fcf09e1 00:54:57 Removing intermediate container c809d6ab2eac 00:54:57 ---> 6ec9ca6046fa 00:54:57 Step 20/22 : LABEL arch=x86_64 00:54:57 ---> 9791e5d54ee7 00:54:57 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:54:58 ---> Running in 52b85acbc47a 00:54:59 ---> Running in c87fc49f7614 00:54:59 Running setup.py install for docopt: finished with status 'done' 00:54:59 Removing intermediate container 840b9fcf09e1 00:54:59 ---> cfcd97913dcc 00:54:59 Step 23/23 : LABEL version=0.0.0 00:54:59 Running setup.py install for PyYAML: started 00:55:00 ---> Running in 211218d156b9 00:55:01 Running setup.py install for PyYAML: finished with status 'done' 00:55:01 Running setup.py install for dockerpty: started 00:55:01 Removing intermediate container 52b85acbc47a 00:55:01 ---> eca3f4cebe17 00:55:01 Step 21/22 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:55:02 Removing intermediate container 211218d156b9 00:55:02 ---> e036842fc255 00:55:02 00:55:02 ---> Running in b7441155e053 00:55:04 Running setup.py install for dockerpty: finished with status 'done' 00:55:04 Running setup.py install for texttable: started 00:55:04 Running setup.py install for texttable: finished with status 'done' 00:55:05 Successfully built e036842fc255 00:55:05 Successfully tagged docker-core-metadata-go:latest 00:55:07  Building docker-core-metadata-go ... done Removing intermediate container b7441155e053 00:55:07 ---> f34483ad2a2c 00:55:07 Step 22/22 : LABEL version=0.0.0 00:55:09 ---> Running in 4f496d66c05a 00:55:13 Removing intermediate container 4f496d66c05a 00:55:13 ---> e4e5ab25a135 00:55:13 00:55:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:55:15 Successfully built e4e5ab25a135 00:55:15 Successfully tagged docker-support-scheduler-go:latest 00:55:17  Building docker-support-scheduler-go ... done Removing intermediate container c87fc49f7614 00:55:17 ---> ba4c0f842fab 00:55:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:55:19 ---> Running in 3473a845a074 00:55:21 Removing intermediate container 3473a845a074 00:55:21 ---> 9246d7e1b55a 00:55:21 Step 22/24 : LABEL arch=x86_64 00:55:23 ---> Running in a4981400451b 00:55:28 Removing intermediate container cae813f4f975 00:55:28 ---> abf32a6e0a2f 00:55:28 Step 21/26 : RUN apk --no-cache add curl 00:55:28 Removing intermediate container a4981400451b 00:55:28 ---> 66b54485b58b 00:55:28 Step 23/24 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:55:28 ---> Running in a403a5919e7c 00:55:29 ---> Running in b4f4c0785f60 00:55:29 Removing intermediate container b4f4c0785f60 00:55:29 ---> bdbf758fb0c8 00:55:29 Step 24/24 : LABEL version=0.0.0 00:55:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:30 ---> Running in e62dc37e0475 00:55:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:31 Removing intermediate container e62dc37e0475 00:55:31 ---> 01d5336df9d9 00:55:31 00:55:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:55:31 (2/3) Installing libcurl (7.69.1-r3) 00:55:31 (3/3) Installing curl (7.69.1-r3) 00:55:31 Executing busybox-1.31.1-r19.trigger 00:55:31 OK: 72 MiB in 58 packages 00:55:33 Successfully built 01d5336df9d9 00:55:33 Successfully tagged docker-security-secretstore-setup-go:latest 00:55:34  Building docker-security-secretstore-setup-go ... done Removing intermediate container a403a5919e7c 00:55:34 ---> be9976e8b69f 00:55:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:55:34 ---> Running in 9dfa5198bdd9 00:55:35 Removing intermediate container 9dfa5198bdd9 00:55:35 ---> 871e1636e002 00:55:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:37 ---> Running in c07579d90fe2 00:55:38 Removing intermediate container c07579d90fe2 00:55:38 ---> 2b59b83dbf08 00:55:38 Step 24/26 : LABEL arch=x86_64 00:55:39 ---> Running in 23cae9fec8f8 00:55:41 Removing intermediate container 23cae9fec8f8 00:55:41 ---> 8ae68ca8cd5a 00:55:41 Step 25/26 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:55:41 ---> Running in ccc6d2dc6619 00:55:43 Removing intermediate container ccc6d2dc6619 00:55:43 ---> 22bc55cf10ef 00:55:43 Step 26/26 : LABEL version=0.0.0 00:55:43 ---> Running in 768459fb2042 00:55:45 Removing intermediate container 768459fb2042 00:55:45 ---> 35a2d45738ca 00:55:45 00:55:45 Successfully built 35a2d45738ca 00:55:45 Successfully tagged docker-sys-mgmt-agent-go:latest 00:55:46  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5a19fec96c9f 00:55:46 ---> c1aef25472d3 00:55:46 00:55:46 Step 10/23 : FROM alpine:3.12 00:55:46 ---> 88dd2752d2ea 00:55:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:55:47 ---> Running in 4a4411353301 00:55:48 Removing intermediate container 4a4411353301 00:55:48 ---> 73bcf61b0649 00:55:48 Step 12/23 : ENV APP_PORT=48080 00:55:48 ---> Running in a3d3eae2fa8a 00:55:48 Removing intermediate container a3d3eae2fa8a 00:55:48 ---> 12c659361d83 00:55:48 Step 13/23 : EXPOSE $APP_PORT 00:55:48 ---> Running in c49eeb5dde4c 00:55:49 Removing intermediate container c49eeb5dde4c 00:55:49 ---> 29db7daf1b25 00:55:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:55:49 ---> Running in 8666aeade7a6 00:55:51 Removing intermediate container 8666aeade7a6 00:55:51 ---> 51390e7f95bc 00:55:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:55:51 ---> Running in 2e3f3f8f9a2b 00:55:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:55:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:55:54 (1/6) Installing dumb-init (1.2.2-r1) 00:55:54 (2/6) Installing libgcc (9.3.0-r2) 00:55:54 (3/6) Installing libsodium (1.0.18-r0) 00:55:54 (4/6) Installing libstdc++ (9.3.0-r2) 00:55:55 (5/6) Installing libzmq (4.3.3-r0) 00:55:55 (6/6) Installing zeromq (4.3.3-r0) 00:55:55 Executing busybox-1.31.1-r19.trigger 00:55:55 OK: 8 MiB in 20 packages 00:55:57 Removing intermediate container 2e3f3f8f9a2b 00:55:57 ---> 56a7c536122e 00:55:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:55:58 ---> ee86badc2d5b 00:55:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:55:59 ---> e521bf95a4d1 00:55:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:56:00 ---> eabd11745158 00:56:00 Step 19/23 : ENTRYPOINT ["/core-data"] 00:56:00 ---> Running in c78783d27a43 00:56:00 Removing intermediate container c78783d27a43 00:56:00 ---> d45dea0537da 00:56:00 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:01 ---> Running in 30d9e9223475 00:56:01 Removing intermediate container 30d9e9223475 00:56:01 ---> ebff7744e536 00:56:01 Step 21/23 : LABEL arch=x86_64 00:56:01 ---> Running in aa027e63de72 00:56:02 Removing intermediate container aa027e63de72 00:56:02 ---> 15a6b6c9a065 00:56:02 Step 22/23 : LABEL git_sha=83c92b3a140ce6a53d53e8480570a1fdae15dd5e 00:56:02 ---> Running in 0ab7e7e3a62c 00:56:02 Removing intermediate container 0ab7e7e3a62c 00:56:02 ---> 5b33a57254eb 00:56:02 Step 23/23 : LABEL version=0.0.0 00:56:03 ---> Running in caccf27e4923 00:56:03 Removing intermediate container caccf27e4923 00:56:03 ---> b949fc1a2d89 00:56:03 00:56:04 Successfully built b949fc1a2d89 00:56:04 Successfully tagged docker-core-data-go:latest 00:56:05  Building docker-core-data-go ... done  [Pipeline] } 00:56:05 $ docker stop --time=1 015cdf65a865e45828070f8be77e865bbc01f0964fb9c486b39e2d7a875eb121 00:56:11 $ docker rm -f 015cdf65a865e45828070f8be77e865bbc01f0964fb9c486b39e2d7a875eb121 [Pipeline] // withDockerContainer [Pipeline] sh 00:56:13 + docker images 00:56:13 + grep docker 00:56:14 docker-core-data-go latest b949fc1a2d89 11 seconds ago 22.4MB 00:56:14 docker-sys-mgmt-agent-go latest 35a2d45738ca 30 seconds ago 313MB 00:56:14 docker-security-secretstore-setup-go latest 01d5336df9d9 44 seconds ago 24.9MB 00:56:14 docker-support-scheduler-go latest e4e5ab25a135 About a minute ago 17.2MB 00:56:14 docker-core-metadata-go latest e036842fc255 About a minute ago 19MB 00:56:14 docker-security-bootstrapper-go latest 9ccf4c4a341b 5 minutes ago 18.7MB 00:56:14 docker-security-proxy-setup-go latest d65d901e6f55 6 minutes ago 24.7MB 00:56:14 docker-core-command-go latest 39ecbcfa30fe 6 minutes ago 17.2MB 00:56:14 docker-support-notifications-go latest 7e3260e79be3 6 minutes ago 17.8MB 00:56:14 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 00:56:31 Still waiting to schedule task 00:56:31 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:56:31 lf-activate-venv(): INFO: Adding /tmp/venv-evrA/bin to PATH 00:56:31 INFO: No Stack... 00:56:31 INFO: Retrieving Pricing Info for: lf-standard-4 00:56:32 INFO: Archiving Costs [Pipeline] sh 00:56:32 + cat /w/workspace/edgex-go/8/archives/cost.csv 00:56:32 + cut -d, -f6 [Pipeline] lock 00:56:32 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-8-stack-cost] 00:56:32 Resource [jenkins-edgexfoundry-edgex-go-PR-3208-8-stack-cost] did not exist. Created. 00:56:32 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-8-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:56:33 + echo total: 0.20999999344348907 [Pipeline] stash 00:56:33 Stashed 1 file(s) [Pipeline] } 00:56:33 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-8-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:57:20 Running on prd-ubuntu18.04-docker-8c-8g-28814 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 00:57:20 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 00:57:22 using credential edgex-jenkins-ssh 00:57:22 Cloning the remote Git repository 00:57:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:57:23 > git init /w/workspace/edgex-go/8 # timeout=10 00:57:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:57:23 > git --version # timeout=10 00:57:23 > git --version # 'git version 2.17.1' 00:57:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:57:29 Merging remotes/origin/master commit 2c126a996be31befa6625c4f217e526aa48b3805 into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 00:57:29 Merge succeeded, producing 1a69a25806dd3c5cb91590d60797c3c583b63cd6 00:57:29 Checking out Revision 1a69a25806dd3c5cb91590d60797c3c583b63cd6 (PR-3208) 00:57:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:57:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:57:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:57:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:57:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:57:29 > git config core.sparsecheckout # timeout=10 00:57:29 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 00:57:29 > git remote # timeout=10 00:57:29 > git config --get remote.origin.url # timeout=10 00:57:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:57:29 > git merge 2c126a996be31befa6625c4f217e526aa48b3805 # timeout=10 00:57:29 > git rev-parse HEAD^{commit} # timeout=10 00:57:29 > git config core.sparsecheckout # timeout=10 00:57:29 > git checkout -f 1a69a25806dd3c5cb91590d60797c3c583b63cd6 # timeout=10 00:57:33 Commit message: "Merge commit '2c126a996be31befa6625c4f217e526aa48b3805' into HEAD" 00:57:33 > git rev-list --no-walk d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:57:34 + echo snap-build.sh 00:57:34 snap-build.sh 00:57:34 + SNAP_BASE_DIR=. 00:57:34 + '[' '!' -z /w/workspace/edgex-go/8 ']' 00:57:34 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 00:57:34 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 00:57:34 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 00:57:34 + cd /w/workspace/edgex-go/8 00:57:34 + sudo apt-get remove -qy --purge lxd lxd-client 00:57:34 Reading package lists... 00:57:34 Building dependency tree... 00:57:34 Reading state information... 00:57:34 The following packages were automatically installed and are no longer required: 00:57:34 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:57:34 uidmap xdelta3 00:57:34 Use 'sudo apt autoremove' to remove them. 00:57:34 The following packages will be REMOVED: 00:57:34 lxd* lxd-client* 00:57:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:57:35 After this operation, 31.7 MB disk space will be freed. 00:57:36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:57:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:57:37 Removing lxd dnsmasq configuration 00:57:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:57:37 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:57:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:57:38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:57:38 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:57:39 Processing triggers for systemd (237-3ubuntu10.42) ... 00:57:39 Processing triggers for ureadahead (0.100.0-21) ... 00:57:41 + sudo snap remove --purge lxd 00:57:41 snap "lxd" is not installed 00:57:41 + sudo groupadd --force --system lxd 00:57:41 ++ whoami 00:57:41 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:57:41 + newgrp - lxd 00:57:41 + sudo snap install lxd 00:57:51 2021-03-06T00:57:50Z INFO Waiting for automatic snapd restart... 00:58:13 lxd 4.11 from Canonical* installed 00:58:13 + sudo lxd init --auto 00:58:20 + sudo snap install --classic snapcraft 00:58:25 snapcraft 4.5.4 from Canonical* installed 00:58:25 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:58:25 + patch --verbose -p1 00:58:25 Hmm... Looks like a unified diff to me... 00:58:25 The text leading up to this was: 00:58:25 -------------------------- 00:58:25 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:58:25 |From: Tony Espy 00:58:25 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:58:25 |Subject: [PATCH] optimize snap build for pipeline CI check 00:58:25 | 00:58:25 |This patch is used by the EdgeX CI pipeline builds to 00:58:25 |optimize the snap CI check run for pull requests. When 00:58:25 |applied, it essentially strips out everything (apps and 00:58:25 |parts) from the snapcraft.yaml file except those required 00:58:25 |to build edgex-go, as the whole idea of the CI check is to 00:58:25 |catch changes to edgex-go that break the snap build. 00:58:25 | 00:58:25 |In general, anyone updating snapcraft.yaml will also need 00:58:25 |to update this patch file, otherwise it may fail to apply, 00:58:25 |resulting in a failed snap build CI check in the associated 00:58:25 |pull request. 00:58:25 | 00:58:25 |Note - in addition to applying this patch, the pipeline also 00:58:25 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:58:25 |need to build the finally binary .snap file (and it won't 00:58:25 |work with the patch applied). This further reduces the build 00:58:25 |time. 00:58:25 |--- 00:58:25 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:58:25 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:58:25 | 00:58:25 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:58:25 |index 1e537489..faf42425 100644 00:58:25 |--- a/snap/snapcraft.yaml 00:58:25 |+++ b/snap/snapcraft.yaml 00:58:25 -------------------------- 00:58:25 patching file snap/snapcraft.yaml 00:58:25 Using Plan A... 00:58:25 Hunk #1 succeeded at 73. 00:58:25 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:58:25 Hunk #3 succeeded at 217 (offset 3 lines). 00:58:25 Hunk #4 succeeded at 225 (offset 3 lines). 00:58:25 Hunk #5 succeeded at 232 (offset 3 lines). 00:58:25 Hunk #6 succeeded at 259 (offset 3 lines). 00:58:25 Hunk #7 succeeded at 293 (offset 3 lines). 00:58:25 Hunk #8 succeeded at 352 (offset 11 lines). 00:58:25 Hmm... Ignoring the trailing garbage. 00:58:25 done 00:58:25 + sudo snapcraft prime --use-lxd 00:58:27 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:58:27 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:58:27 - README.md 00:58:27 - snapcraft.yaml.orig 00:58:27 00:58:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:58:27 Launching a container. 00:58:39 Waiting for container to be ready 00:58:39 To start your first instance, try: lxc launch ubuntu:18.04 00:58:39 00:58:42 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:58:42 Waiting for network to be ready... 00:58:43 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:58:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 00:58:43 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:58:43 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 00:58:43 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:58:43 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:58:43 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 00:58:43 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 00:58:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 00:58:43 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 00:58:43 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:58:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:58:43 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:58:43 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:58:43 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:58:43 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:58:43 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:58:43 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:58:44 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:58:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 00:58:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 00:58:44 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:58:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:58:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 00:58:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 00:58:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 00:58:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 00:58:48 Fetched 24.0 MB in 5s (5007 kB/s) 00:58:48 Reading package lists... 00:58:48 Reading package lists... 00:58:49 Building dependency tree... 00:58:49 Reading state information... 00:58:49 The following additional packages will be installed: 00:58:49 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:58:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:58:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:58:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:58:49 Suggested packages: 00:58:49 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:58:49 Recommended packages: 00:58:49 gnupg libsasl2-modules 00:58:49 The following NEW packages will be installed: 00:58:49 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:58:49 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:58:49 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:58:49 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:58:49 The following packages will be upgraded: 00:58:49 gpg gpg-agent gpgconf libudev1 00:58:49 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:58:49 Need to get 3530 kB of archives. 00:58:49 After this operation, 13.3 MB of additional disk space will be used. 00:58:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 00:58:49 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 00:58:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:58:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:58:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:58:49 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 00:58:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:58:50 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:58:50 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:58:50 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:58:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:58:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:58:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:58:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:58:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:58:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:58:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:58:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:58:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:58:50 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:58:50 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:58:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:58:50 debconf: delaying package configuration, since apt-utils is not installed 00:58:50 Fetched 3530 kB in 1s (2923 kB/s) 00:58:50 (Reading database ... 12511 files and directories currently installed.) 00:58:50 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 00:58:50 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:50 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 00:58:51 Selecting previously unselected package udev. 00:58:51 (Reading database ... 12511 files and directories currently installed.) 00:58:51 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 00:58:51 Unpacking udev (237-3ubuntu10.44) ... 00:58:51 Selecting previously unselected package libfuse2:amd64. 00:58:51 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:58:51 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:58:51 Selecting previously unselected package fuse. 00:58:51 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:58:51 Unpacking fuse (2.9.7-1ubuntu1) ... 00:58:51 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:51 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:51 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:51 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:51 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:51 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:58:51 Selecting previously unselected package libksba8:amd64. 00:58:51 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:58:51 Unpacking libksba8:amd64 (1.3.5-2) ... 00:58:51 Selecting previously unselected package libroken18-heimdal:amd64. 00:58:51 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:51 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:51 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:58:51 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:51 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:52 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:58:52 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:52 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:52 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:58:52 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:52 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:52 Selecting previously unselected package libwind0-heimdal:amd64. 00:58:52 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:52 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:52 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:58:52 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:52 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:52 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:58:52 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:52 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:52 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:58:52 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:52 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:52 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:58:52 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:58:52 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:53 Selecting previously unselected package libsasl2-modules-db:amd64. 00:58:53 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:58:53 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:53 Selecting previously unselected package libsasl2-2:amd64. 00:58:53 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:58:53 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:53 Selecting previously unselected package libldap-common. 00:58:53 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:58:53 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:58:53 Selecting previously unselected package libldap-2.4-2:amd64. 00:58:53 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:58:53 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:58:53 Selecting previously unselected package dirmngr. 00:58:53 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:58:53 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:58:53 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:58:53 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:58:53 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:58:53 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:53 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:58:53 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:58:53 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:53 Setting up libksba8:amd64 (1.3.5-2) ... 00:58:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:53 Setting up udev (237-3ubuntu10.44) ... 00:58:54 invoke-rc.d: policy-rc.d denied execution of start. 00:58:54 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:54 Processing triggers for systemd (237-3ubuntu10) ... 00:58:54 Setting up fuse (2.9.7-1ubuntu1) ... 00:58:54 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:58:54 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:54 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:54 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:54 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:54 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:54 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:54 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:58:54 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:58:54 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:58:54 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:58:55 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:58:55 settings in the [Install] section, and DefaultInstance for template units). 00:58:55 This means they are not meant to be enabled using systemctl. 00:58:55 Possible reasons for having this kind of units are: 00:58:55 1) A unit may be statically enabled by being symlinked from another unit's 00:58:55 .wants/ or .requires/ directory. 00:58:55 2) A unit's purpose may be to act as a helper for some other unit which has 00:58:55 a requirement dependency on it. 00:58:55 3) A unit may be started when needed via activation (socket, path, timer, 00:58:55 D-Bus, udev, scripted systemctl call, ...). 00:58:55 4) In case of template units, the unit is meant to be enabled with some 00:58:55 instance name specified. 00:58:55 Reading package lists... 00:58:55 Building dependency tree... 00:58:55 Reading state information... 00:58:55 The following additional packages will be installed: 00:58:55 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:58:55 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:58:55 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:58:55 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:58:55 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:58:55 Suggested packages: 00:58:55 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:58:55 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:58:55 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:58:55 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:58:55 systemd-container policykit-1 00:58:55 Recommended packages: 00:58:55 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:58:55 The following NEW packages will be installed: 00:58:55 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:58:55 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:58:55 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:58:55 multiarch-support openssh-client python3 python3-minimal python3.6 00:58:55 python3.6-minimal snapd squashfs-tools sudo 00:58:55 The following packages will be upgraded: 00:58:55 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:58:55 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:58:55 Need to get 35.2 MB of archives. 00:58:55 After this operation, 141 MB of additional disk space will be used. 00:58:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:58:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:58:55 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 00:58:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 00:58:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:58:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:58:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:58:55 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:58:55 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:58:55 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:58:55 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:58:55 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:58:55 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:58:55 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:58:55 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:58:55 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:58:55 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:58:55 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:58:55 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:58:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 00:58:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:58:56 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:58:56 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:58:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:58:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:58:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:58:56 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:58:56 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:58:56 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:58:56 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:58:56 debconf: delaying package configuration, since apt-utils is not installed 00:58:56 Fetched 35.2 MB in 1s (31.3 MB/s) 00:58:57 (Reading database ... 12757 files and directories currently installed.) 00:58:57 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 00:58:57 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:57 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 00:58:57 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:58:57 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 00:58:57 (Reading database ... 12757 files and directories currently installed.) 00:58:57 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:58:58 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:58:58 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:58:58 (Reading database ... 12757 files and directories currently installed.) 00:58:58 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:58:58 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:58:58 Setting up apt (1.6.12ubuntu0.2) ... 00:58:58 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:58:59 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:58:59 (Reading database ... 12764 files and directories currently installed.) 00:58:59 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:58:59 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:58:59 Selecting previously unselected package libpython3.6-minimal:amd64. 00:58:59 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:59 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:58:59 Selecting previously unselected package libexpat1:amd64. 00:58:59 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:58:59 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:58:59 Selecting previously unselected package python3.6-minimal. 00:58:59 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:58:59 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:59:00 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 00:59:00 Checking for services that may need to be restarted...done. 00:59:00 Checking for services that may need to be restarted...done. 00:59:00 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:59:00 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:59:00 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:59:01 Selecting previously unselected package python3-minimal. 00:59:01 (Reading database ... 13012 files and directories currently installed.) 00:59:01 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:59:01 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:59:01 Selecting previously unselected package mime-support. 00:59:01 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:59:01 Unpacking mime-support (3.60ubuntu1) ... 00:59:01 Selecting previously unselected package libmpdec2:amd64. 00:59:01 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:59:01 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:59:01 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:59:01 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:59:01 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:59:01 Selecting previously unselected package python3.6. 00:59:01 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:59:01 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:59:01 Selecting previously unselected package libpython3-stdlib:amd64. 00:59:01 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:59:01 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:59:01 Setting up python3-minimal (3.6.7-1~18.04) ... 00:59:02 Selecting previously unselected package python3. 00:59:02 (Reading database ... 13442 files and directories currently installed.) 00:59:02 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:59:02 Unpacking python3 (3.6.7-1~18.04) ... 00:59:02 Selecting previously unselected package multiarch-support. 00:59:02 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:59:02 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:59:02 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:59:02 Selecting previously unselected package liblzo2-2:amd64. 00:59:02 (Reading database ... 13479 files and directories currently installed.) 00:59:02 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:59:02 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:59:02 Selecting previously unselected package libbsd0:amd64. 00:59:02 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:59:02 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:59:02 Selecting previously unselected package sudo. 00:59:02 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:59:02 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:59:02 Selecting previously unselected package apparmor. 00:59:02 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:59:02 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:59:02 Selecting previously unselected package libedit2:amd64. 00:59:02 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:59:02 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:59:03 Selecting previously unselected package libkrb5support0:amd64. 00:59:03 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:59:03 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:59:03 Selecting previously unselected package libk5crypto3:amd64. 00:59:03 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:59:03 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:59:03 Selecting previously unselected package libkeyutils1:amd64. 00:59:03 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:59:03 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:59:03 Selecting previously unselected package libkrb5-3:amd64. 00:59:03 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:59:03 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:59:03 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:59:03 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:59:03 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:59:03 Selecting previously unselected package libssl1.0.0:amd64. 00:59:03 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:59:03 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:59:03 Selecting previously unselected package openssh-client. 00:59:03 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:59:03 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:59:03 Selecting previously unselected package squashfs-tools. 00:59:03 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:59:03 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:59:03 Selecting previously unselected package snapd. 00:59:03 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:59:03 Unpacking snapd (2.48.3+18.04) ... 00:59:06 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:59:06 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:59:06 Setting up mime-support (3.60ubuntu1) ... 00:59:06 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:59:06 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:59:06 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:59:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:59:06 Setting up systemd (237-3ubuntu10.44) ... 00:59:06 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:59:07 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:59:07 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:59:07 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:59:07 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:59:07 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:59:07 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:59:08 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:59:08 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:59:08 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:59:08 Setting up python3 (3.6.7-1~18.04) ... 00:59:08 running python rtupdate hooks for python3.6... 00:59:08 running python post-rtupdate hooks for python3.6... 00:59:08 Setting up apparmor (2.12-4ubuntu5.1) ... 00:59:10 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:59:10 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:59:10 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:59:10 Setting up snapd (2.48.3+18.04) ... 00:59:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:59:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:59:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:59:11 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:59:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:59:12 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:59:12 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:59:12 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:59:12 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:59:13 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:59:13 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 00:59:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:59:13 Processing triggers for systemd (237-3ubuntu10.44) ... 00:59:14 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:59:14 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:59:14 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:59:15 Reading package lists... 00:59:15 Reading package lists... 00:59:15 Building dependency tree... 00:59:15 Reading state information... 00:59:15 Calculating upgrade... 00:59:16 The following packages will be upgraded: 00:59:16 advancecomp base-files bash binutils binutils-common 00:59:16 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:59:16 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:59:16 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:59:16 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:59:16 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:59:16 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:59:16 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:59:16 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:59:16 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:59:16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:59:16 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:59:16 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:59:16 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:59:16 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:59:16 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:59:16 Need to get 63.8 MB of archives. 00:59:16 After this operation, 5202 kB of additional disk space will be used. 00:59:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 00:59:16 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:59:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:59:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:59:16 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:59:16 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:59:16 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:59:16 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:59:16 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:59:16 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:59:16 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:59:16 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:59:16 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:59:16 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:59:16 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:59:16 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:59:16 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:59:16 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:59:16 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:59:16 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:59:16 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:59:16 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:59:16 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:59:16 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:59:16 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:59:16 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:59:16 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:59:16 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:59:16 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:59:16 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:59:16 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:59:16 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:59:16 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:59:16 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:59:16 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:59:16 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 00:59:16 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:59:16 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:59:16 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:59:16 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 00:59:16 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:59:16 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:59:16 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:59:16 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:59:16 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:59:16 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:59:16 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:59:16 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:59:16 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:59:16 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:59:16 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:59:16 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:59:16 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:59:16 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:59:16 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:59:17 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:59:17 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:59:17 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:59:17 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:59:17 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:59:17 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:59:17 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:59:17 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:59:17 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:59:17 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:59:17 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:59:17 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:59:17 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:59:17 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:59:17 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:59:17 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:59:17 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:59:17 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:59:17 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:59:17 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:59:17 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:59:17 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:59:17 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:59:17 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:59:17 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:59:17 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:59:17 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:59:17 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:59:17 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 00:59:17 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:59:17 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:59:18 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:59:18 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:59:18 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:59:18 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:59:18 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:59:18 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:59:18 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:59:18 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:59:18 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:59:18 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:59:18 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:59:18 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:59:18 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:59:18 debconf: delaying package configuration, since apt-utils is not installed 00:59:18 Fetched 63.8 MB in 2s (32.0 MB/s) 00:59:18 (Reading database ... 13912 files and directories currently installed.) 00:59:18 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:59:18 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:19 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:59:19 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:19 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 00:59:19 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 00:59:20 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:20 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:20 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:20 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:20 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:20 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:20 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:20 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:20 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:20 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:20 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:20 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:20 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:20 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:20 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:21 (Reading database ... 13911 files and directories currently installed.) 00:59:21 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:21 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:59:21 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:59:21 (Reading database ... 13911 files and directories currently installed.) 00:59:21 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:21 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:21 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:21 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:21 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:59:21 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:59:21 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:21 (Reading database ... 13911 files and directories currently installed.) 00:59:21 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:59:21 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:22 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:59:22 (Reading database ... 13911 files and directories currently installed.) 00:59:22 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:59:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:59:22 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:59:22 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:59:22 Setting up base-files (10.1ubuntu2.10) ... 00:59:22 Installing new version of config file /etc/issue ... 00:59:22 Installing new version of config file /etc/issue.net ... 00:59:22 Installing new version of config file /etc/lsb-release ... 00:59:22 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:59:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:59:23 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:59:23 Removing obsolete conffile /etc/default/motd-news ... 00:59:23 (Reading database ... 13912 files and directories currently installed.) 00:59:23 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:59:23 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:59:23 Setting up bash (4.4.18-2ubuntu1.2) ... 00:59:23 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 00:59:23 (Reading database ... 13912 files and directories currently installed.) 00:59:23 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:23 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:59:23 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:59:23 (Reading database ... 13912 files and directories currently installed.) 00:59:23 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:59:23 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:59:24 Setting up tar (1.29b-2ubuntu0.2) ... 00:59:24 (Reading database ... 13912 files and directories currently installed.) 00:59:24 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:59:24 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:24 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:59:24 (Reading database ... 13912 files and directories currently installed.) 00:59:24 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:24 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:24 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:59:25 (Reading database ... 13912 files and directories currently installed.) 00:59:25 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:25 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:25 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:59:25 (Reading database ... 13912 files and directories currently installed.) 00:59:25 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:59:25 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:59:25 Setting up grep (3.1-2build1) ... 00:59:25 (Reading database ... 13912 files and directories currently installed.) 00:59:25 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:59:25 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:59:25 Setting up login (1:4.5-1ubuntu2) ... 00:59:25 (Reading database ... 13912 files and directories currently installed.) 00:59:25 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:25 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:25 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:59:25 (Reading database ... 13912 files and directories currently installed.) 00:59:25 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:59:26 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:59:26 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:59:26 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:59:26 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:59:26 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:59:27 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:59:27 (Reading database ... 13912 files and directories currently installed.) 00:59:27 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:59:27 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:59:28 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:59:28 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:59:28 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:59:28 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:59:28 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:59:28 (Reading database ... 13912 files and directories currently installed.) 00:59:28 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:59:28 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:59:28 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:59:28 (Reading database ... 13912 files and directories currently installed.) 00:59:28 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:29 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:29 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:29 (Reading database ... 13912 files and directories currently installed.) 00:59:29 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:29 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:29 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:29 (Reading database ... 13912 files and directories currently installed.) 00:59:29 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:29 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:29 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:29 (Reading database ... 13912 files and directories currently installed.) 00:59:29 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:29 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:30 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:30 (Reading database ... 13912 files and directories currently installed.) 00:59:30 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:30 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:30 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:30 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:30 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:59:30 (Reading database ... 13912 files and directories currently installed.) 00:59:30 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:59:30 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:30 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:59:30 (Reading database ... 13912 files and directories currently installed.) 00:59:30 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:30 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:30 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:59:30 (Reading database ... 13912 files and directories currently installed.) 00:59:30 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:30 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:31 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:59:31 (Reading database ... 13912 files and directories currently installed.) 00:59:31 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:31 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:31 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:59:31 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:59:32 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:59:32 (Reading database ... 13912 files and directories currently installed.) 00:59:32 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:59:32 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:59:32 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:59:32 (Reading database ... 13912 files and directories currently installed.) 00:59:32 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:59:32 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:59:32 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:59:32 (Reading database ... 13914 files and directories currently installed.) 00:59:32 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:59:32 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:59:33 Setting up debconf (1.5.66ubuntu1) ... 00:59:33 (Reading database ... 13914 files and directories currently installed.) 00:59:33 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:59:33 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:59:33 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:59:33 (Reading database ... 13914 files and directories currently installed.) 00:59:33 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:59:33 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:59:33 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:59:34 (Reading database ... 13914 files and directories currently installed.) 00:59:34 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:59:34 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:59:34 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:59:34 (Reading database ... 13914 files and directories currently installed.) 00:59:34 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:59:34 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:59:34 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:59:34 (Reading database ... 13914 files and directories currently installed.) 00:59:34 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:59:34 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:59:34 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:59:35 (Reading database ... 13914 files and directories currently installed.) 00:59:35 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:59:35 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:59:35 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 00:59:35 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 00:59:35 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:35 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:35 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:59:35 (Reading database ... 13914 files and directories currently installed.) 00:59:35 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:59:35 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:59:35 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:59:35 (Reading database ... 13914 files and directories currently installed.) 00:59:35 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:59:35 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:59:35 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:59:36 (Reading database ... 13914 files and directories currently installed.) 00:59:36 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:59:36 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:59:36 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:59:36 (Reading database ... 13914 files and directories currently installed.) 00:59:36 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 00:59:36 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 00:59:36 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 00:59:36 (Reading database ... 13914 files and directories currently installed.) 00:59:36 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:59:36 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:59:36 Setting up passwd (1:4.5-1ubuntu2) ... 00:59:37 (Reading database ... 13914 files and directories currently installed.) 00:59:37 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:59:37 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:59:37 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:59:37 (Reading database ... 13914 files and directories currently installed.) 00:59:37 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:59:37 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:59:37 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:59:37 (Reading database ... 13914 files and directories currently installed.) 00:59:37 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:59:37 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:59:37 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:59:37 (Reading database ... 13914 files and directories currently installed.) 00:59:37 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:59:37 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:59:37 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:59:38 (Reading database ... 13914 files and directories currently installed.) 00:59:38 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:59:38 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:59:38 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:59:38 (Reading database ... 13914 files and directories currently installed.) 00:59:38 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:59:38 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:59:38 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:59:38 (Reading database ... 13914 files and directories currently installed.) 00:59:38 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:59:38 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:59:38 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:59:39 (Reading database ... 13915 files and directories currently installed.) 00:59:39 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:59:39 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:59:39 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:59:39 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:59:39 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 00:59:39 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 00:59:39 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:59:39 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:59:39 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:59:39 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:59:39 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:59:39 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:59:40 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:59:40 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:59:40 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:59:40 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:59:40 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:59:40 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:59:40 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:59:40 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:59:40 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:59:40 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:59:40 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:59:40 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:59:41 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:59:41 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:59:41 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:59:41 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:59:41 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:41 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:42 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:42 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:42 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:42 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:42 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:59:42 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:59:43 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:43 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:43 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:43 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:43 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:43 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:43 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:43 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:44 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:44 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:45 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:45 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:46 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:46 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:46 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:46 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:47 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:59:47 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:59:47 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:48 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:48 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:59:48 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:48 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:59:48 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:59:48 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:59:48 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:59:48 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:48 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:49 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:59:49 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:59:49 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:59:49 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:59:49 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:49 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:59:49 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:49 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:49 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:49 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:59:49 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:59:49 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:59:49 00:59:49 Current default time zone: 'Etc/UTC' 00:59:49 Local time is now: Sat Mar 6 00:59:49 UTC 2021. 00:59:49 Universal Time is now: Sat Mar 6 00:59:49 UTC 2021. 00:59:49 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:59:49 00:59:49 Setting up systemd-sysv (237-3ubuntu10.44) ... 00:59:49 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:49 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 00:59:49 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:59:49 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:59:49 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:59:49 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:59:49 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:59:49 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:59:49 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:59:49 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:49 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:59:50 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:50 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:59:50 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:50 Setting up patch (2.7.6-2ubuntu1.1) ... 00:59:50 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:59:50 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:59:50 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 00:59:50 Installing new version of config file /etc/ssl/openssl.cnf ... 00:59:50 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:59:50 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:59:50 Setting up ca-certificates (20210119~18.04.1) ... 00:59:51 Updating certificates in /etc/ssl/certs... 00:59:52 23 added, 27 removed; done. 00:59:52 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:59:52 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:59:52 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:59:52 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:59:52 Setting up pkgbinarymangler (138.18.04.1) ... 00:59:52 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:52 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:59:52 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:52 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:52 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:52 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:59:52 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:59:52 Setting up perl (5.26.1-6ubuntu0.5) ... 00:59:52 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:59:52 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:59:52 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:59:52 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:59:53 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:59:53 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:59:53 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:59:53 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:59:53 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:59:53 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:59:53 Processing triggers for systemd (237-3ubuntu10.44) ... 00:59:53 Processing triggers for mime-support (3.60ubuntu1) ... 00:59:53 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:59:53 Updating certificates in /etc/ssl/certs... 00:59:54 0 added, 0 removed; done. 00:59:54 Running hooks in /etc/ca-certificates/update.d... 00:59:54 done. 00:59:54 Reading package lists... 00:59:54 Building dependency tree... 00:59:54 Reading state information... 00:59:54 The following NEW packages will be installed: 00:59:54 apt-transport-https 00:59:54 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:59:54 Need to get 1696 B of archives. 00:59:54 After this operation, 153 kB of additional disk space will be used. 00:59:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:59:55 debconf: delaying package configuration, since apt-utils is not installed 00:59:55 Fetched 1696 B in 0s (8470 B/s) 00:59:55 Selecting previously unselected package apt-transport-https. 00:59:55 (Reading database ... 13920 files and directories currently installed.) 00:59:55 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:59:55 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:59:55 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:59:55 Waiting for network to be ready... 01:00:01 2021-03-06T00:59:58Z INFO Waiting for automatic snapd restart... 01:00:01 snapd 2.49 from Canonical* installed 01:00:02 "snapd" switched to the "latest/stable" channel 01:00:02 01:00:07 core18 20210128 from Canonical* installed 01:00:07 "core18" switched to the "latest/stable" channel 01:00:07 01:00:11 snapcraft 4.5.4 from Canonical* installed 01:00:11 "snapcraft" switched to the "latest/stable" channel 01:00:11 01:00:14 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 01:00:14 - README.md 01:00:14 - snapcraft.yaml.orig 01:00:14 01:00:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 01:00:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:21 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 01:00:21 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 01:00:21 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:00:22 Reading package lists... 01:00:22 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 01:00:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:29 Reading package lists... 01:00:29 Building dependency tree... 01:00:29 Reading state information... 01:00:29 Suggested packages: 01:00:29 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 01:00:29 git-gui gitk gitweb git-cvs git-mediawiki git-svn 01:00:29 Recommended packages: 01:00:29 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 01:00:29 The following NEW packages will be installed: 01:00:29 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 01:00:29 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 01:00:29 pkg-config zip 01:00:29 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 01:00:29 Need to get 7655 kB of archives. 01:00:29 After this operation, 43.7 MB of additional disk space will be used. 01:00:29 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 01:00:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 01:00:29 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 01:00:29 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 01:00:29 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 01:00:29 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 01:00:29 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 01:00:29 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 01:00:29 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 01:00:29 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 01:00:30 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 01:00:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 01:00:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 01:00:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 01:00:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 01:00:30 debconf: delaying package configuration, since apt-utils is not installed 01:00:30 Fetched 7655 kB in 1s (7036 kB/s) 01:00:30 Selecting previously unselected package libglib2.0-0:amd64. 01:00:30 (Reading database ... 13924 files and directories currently installed.) 01:00:30 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 01:00:30 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:00:30 Selecting previously unselected package libpsl5:amd64. 01:00:30 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 01:00:30 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 01:00:30 Selecting previously unselected package libnghttp2-14:amd64. 01:00:30 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 01:00:30 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:00:31 Selecting previously unselected package librtmp1:amd64. 01:00:31 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 01:00:31 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:00:31 Selecting previously unselected package libcurl3-gnutls:amd64. 01:00:31 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 01:00:31 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:00:31 Selecting previously unselected package liberror-perl. 01:00:31 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 01:00:31 Unpacking liberror-perl (0.17025-1) ... 01:00:31 Selecting previously unselected package git-man. 01:00:31 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 01:00:31 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 01:00:31 Selecting previously unselected package git. 01:00:31 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 01:00:31 Unpacking git (1:2.17.1-1ubuntu0.7) ... 01:00:32 Selecting previously unselected package libnorm1:amd64. 01:00:32 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 01:00:32 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:00:32 Selecting previously unselected package libpgm-5.2-0:amd64. 01:00:32 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 01:00:32 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:00:32 Selecting previously unselected package libsodium23:amd64. 01:00:32 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 01:00:32 Unpacking libsodium23:amd64 (1.0.16-2) ... 01:00:32 Selecting previously unselected package libzmq5:amd64. 01:00:32 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 01:00:32 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:00:32 Selecting previously unselected package libzmq3-dev:amd64. 01:00:32 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 01:00:32 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:00:33 Selecting previously unselected package pkg-config. 01:00:33 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 01:00:33 Unpacking pkg-config (0.29.1-0ubuntu2) ... 01:00:33 Selecting previously unselected package zip. 01:00:33 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 01:00:33 Unpacking zip (3.0-11build1) ... 01:00:33 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 01:00:33 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 01:00:33 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 01:00:33 Setting up liberror-perl (0.17025-1) ... 01:00:33 Setting up libpsl5:amd64 (0.19.1-5build1) ... 01:00:33 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 01:00:33 No schema files found: doing nothing. 01:00:33 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 01:00:33 Setting up zip (3.0-11build1) ... 01:00:33 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 01:00:33 Setting up libsodium23:amd64 (1.0.16-2) ... 01:00:33 Setting up pkg-config (0.29.1-0ubuntu2) ... 01:00:33 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 01:00:33 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 01:00:33 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 01:00:33 Setting up git (1:2.17.1-1ubuntu0.7) ... 01:00:33 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 01:00:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:40 git set to automatically installed. 01:00:40 git-man set to automatically installed. 01:00:40 libcurl3-gnutls set to automatically installed. 01:00:40 liberror-perl set to automatically installed. 01:00:40 libglib2.0-0 set to automatically installed. 01:00:40 libnghttp2-14 set to automatically installed. 01:00:40 libnorm1 set to automatically installed. 01:00:40 libpgm-5.2-0 set to automatically installed. 01:00:40 libpsl5 set to automatically installed. 01:00:40 librtmp1 set to automatically installed. 01:00:40 libsodium23 set to automatically installed. 01:00:40 libzmq3-dev set to automatically installed. 01:00:40 libzmq5 set to automatically installed. 01:00:40 pkg-config set to automatically installed. 01:00:40 zip set to automatically installed. 01:00:42 snapd is not logged in, snap install commands will use sudo 01:00:48 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 01:00:49 snap "core18" has no updates available 01:00:50 Pulling config-common 01:00:50 + snapcraftctl pull 01:00:51 Pulling go-build-helper 01:00:51 + snapcraftctl pull 01:01:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 01:01:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 01:01:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 01:01:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 01:01:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 01:01:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 01:01:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 01:01:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 01:01:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 01:01:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 01:01:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 01:01:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 01:01:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 01:01:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 01:01:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 01:01:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 01:01:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 01:01:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 01:01:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 01:01:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 01:01:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 01:01:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 01:01:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 01:01:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 01:01:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 01:01:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 01:01:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 01:01:17 Fetched 24.0 MB in 0s (0 B/s) 01:01:17 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 01:01:17 Fetched 96.5 kB in 0s (0 B/s) 01:01:17 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 01:01:17 Fetched 279 kB in 0s (0 B/s) 01:01:17 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 01:01:17 Fetched 122 kB in 0s (0 B/s) 01:01:17 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 01:01:17 Fetched 77.8 kB in 0s (0 B/s) 01:01:17 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 01:01:17 Fetched 8848 B in 0s (0 B/s) 01:01:17 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 01:01:17 Fetched 47.8 kB in 0s (0 B/s) 01:01:17 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 01:01:17 Fetched 45.6 kB in 0s (0 B/s) 01:01:17 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 01:01:17 Fetched 15.0 kB in 0s (0 B/s) 01:01:17 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 01:01:17 Fetched 214 kB in 0s (0 B/s) 01:01:17 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 01:01:17 Fetched 154 kB in 0s (0 B/s) 01:01:17 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 01:01:17 Fetched 50.6 kB in 0s (0 B/s) 01:01:17 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 01:01:17 Fetched 14.8 kB in 0s (0 B/s) 01:01:17 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 01:01:17 Fetched 41.8 kB in 0s (0 B/s) 01:01:17 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 01:01:17 Fetched 499 kB in 0s (0 B/s) 01:01:17 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 01:01:17 Fetched 111 kB in 0s (0 B/s) 01:01:17 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 01:01:17 Fetched 240 kB in 0s (0 B/s) 01:01:17 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 01:01:17 Fetched 29.3 kB in 0s (0 B/s) 01:01:17 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 01:01:17 Fetched 85.5 kB in 0s (0 B/s) 01:01:17 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 01:01:17 Fetched 24.5 kB in 0s (0 B/s) 01:01:17 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 01:01:17 Fetched 49.2 kB in 0s (0 B/s) 01:01:17 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 01:01:17 Fetched 54.2 kB in 0s (0 B/s) 01:01:17 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 01:01:17 Fetched 30.8 kB in 0s (0 B/s) 01:01:17 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 01:01:17 Fetched 15.8 kB in 0s (0 B/s) 01:01:17 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 01:01:17 Fetched 85.9 kB in 0s (0 B/s) 01:01:17 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 01:01:17 Fetched 8720 B in 0s (0 B/s) 01:01:17 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 01:01:17 Fetched 137 kB in 0s (0 B/s) 01:01:17 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 01:01:17 Fetched 119 kB in 0s (0 B/s) 01:01:17 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 01:01:17 Fetched 109 kB in 0s (0 B/s) 01:01:17 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 01:01:17 Fetched 11.1 kB in 0s (0 B/s) 01:01:17 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 01:01:17 Fetched 645 kB in 0s (0 B/s) 01:01:17 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 01:01:17 Fetched 41.3 kB in 0s (0 B/s) 01:01:17 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 01:01:17 Fetched 17.9 kB in 0s (0 B/s) 01:01:17 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 01:01:17 Fetched 368 kB in 0s (0 B/s) 01:01:17 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 01:01:17 Fetched 187 kB in 0s (0 B/s) 01:01:17 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 01:01:17 Fetched 175 kB in 0s (0 B/s) 01:01:17 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 01:01:17 Fetched 206 kB in 0s (0 B/s) 01:01:17 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 01:01:17 Fetched 1301 kB in 0s (0 B/s) 01:01:17 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 01:01:17 Fetched 36.2 kB in 0s (0 B/s) 01:01:17 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 01:01:17 Fetched 159 kB in 0s (0 B/s) 01:01:17 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 01:01:17 Fetched 107 kB in 0s (0 B/s) 01:01:17 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 01:01:17 Fetched 48.7 kB in 0s (0 B/s) 01:01:17 Pulling static-packages 01:01:17 + snapcraftctl pull 01:01:17 'go115' has dependencies that need to be staged: go-build-helper static-packages 01:01:17 Skipping pull go-build-helper (already ran) 01:01:17 Skipping pull static-packages (already ran) 01:01:17 Building go-build-helper 01:01:17 + snapcraftctl build 01:01:22 Building static-packages 01:01:22 + snapcraftctl build 01:01:23 Staging go-build-helper 01:01:23 + snapcraftctl stage 01:01:24 Staging static-packages 01:01:24 + snapcraftctl stage 01:01:25 Pulling go115 01:01:26 + snapcraftctl pull 01:01:27 'edgex-go' has dependencies that need to be staged: go115 01:01:27 Skipping pull go115 (already ran) 01:01:27 Building go115 01:01:27 + dpkg --print-architecture 01:01:27 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 01:01:27 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 01:01:27 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 01:01:27 % Total % Received % Xferd Average Speed Time Time Time Current 01:01:27 Dload Upload Total Spent Left Speed 01:01:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6431k 0 0 17.3M 0 0:00:06 --:--:-- 0:00:06 17.3M 48 115M 48 55.7M 0 0 41.0M 0 0:00:02 0:00:01 0:00:01 41.0M 79 115M 79 91.5M 0 0 38.6M 0 0:00:02 0:00:02 --:--:-- 38.6M 100 115M 100 115M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 01:01:29 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 01:01:29 + sha256sum -c sha256 01:01:29 + grep OK 01:01:30 go1.15.2.linux-amd64.tar.gz: OK 01:01:30 + mkdir -p /root/stage/go1.15 01:01:30 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 01:01:34 Staging go115 01:01:34 + snapcraftctl stage 01:01:41 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 01:01:41 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 01:01:41 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 01:01:41 Fetched 0 B in 0s (0 B/s) 01:01:41 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 01:01:41 Fetched 224 kB in 0s (0 B/s) 01:01:41 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 01:01:41 Fetched 157 kB in 0s (0 B/s) 01:01:41 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 01:01:41 Fetched 221 kB in 0s (0 B/s) 01:01:41 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 01:01:41 Fetched 143 kB in 0s (0 B/s) 01:01:41 Pulling edgex-go 01:01:41 + snapcraftctl pull 01:01:42 Pulling version 01:01:42 + cd /root/project 01:01:42 + [ -f VERSION ] 01:01:42 + PROJECT_VERSION=local-dev 01:01:42 + git rev-parse --short HEAD 01:01:42 + GIT_REVISION=1a69a258 01:01:42 + snapcraftctl set-version local-dev 01:01:43 Building config-common 01:01:43 + snapcraftctl build 01:01:46 Skipping build go-build-helper (already ran) 01:01:46 Skipping build static-packages (already ran) 01:01:46 Skipping build go115 (already ran) 01:01:46 Building edgex-go 01:01:47 + 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/6120/bin/scriptlet-bin 01:01:47 + cd /root/parts/edgex-go/src 01:01:47 + make build 01:01:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 01:01:48 go: downloading github.com/gorilla/mux v1.8.0 01:01:48 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 01:01:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 01:01:48 go: downloading github.com/google/uuid v1.2.0 01:01:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 01:01:48 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 01:01:48 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 01:01:48 go: downloading github.com/pelletier/go-toml v1.2.0 01:01:48 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 01:01:48 go: downloading github.com/pkg/errors v0.8.1 01:01:48 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 01:01:48 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 01:01:48 go: downloading github.com/BurntSushi/toml v0.3.1 01:01:48 go: downloading github.com/pebbe/zmq4 v1.2.5 01:01:48 go: downloading github.com/x448/float16 v0.8.4 01:01:48 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 01:01:48 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 01:01:48 go: downloading github.com/imdario/mergo v0.3.11 01:01:48 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 01:01:48 go: downloading github.com/go-redis/redis/v7 v7.2.0 01:01:48 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 01:01:48 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 01:01:48 go: downloading github.com/hashicorp/consul/api v1.8.1 01:01:48 go: downloading github.com/go-playground/validator/v10 v10.3.0 01:01:48 go: downloading github.com/go-kit/kit v0.8.0 01:01:48 go: downloading github.com/mitchellh/copystructure v1.0.0 01:01:48 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 01:01:48 go: downloading github.com/mitchellh/mapstructure v1.1.2 01:01:48 go: downloading github.com/mitchellh/reflectwalk v1.0.0 01:01:48 go: downloading github.com/hashicorp/go-hclog v0.12.0 01:01:48 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 01:01:48 go: downloading github.com/hashicorp/serf v0.9.5 01:01:48 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 01:01:48 go: downloading github.com/leodido/go-urn v1.2.0 01:01:48 go: downloading github.com/go-playground/universal-translator v0.17.0 01:01:48 go: downloading github.com/mattn/go-isatty v0.0.12 01:01:48 go: downloading github.com/fatih/color v1.9.0 01:01:48 go: downloading github.com/go-playground/locales v0.13.0 01:01:49 go: downloading github.com/go-logfmt/logfmt v0.4.0 01:01:49 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 01:01:49 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 01:01:49 go: downloading github.com/mattn/go-colorable v0.1.6 01:01:49 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 01:01:49 go: downloading github.com/hashicorp/golang-lru v0.5.0 01:01:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 01:01:57 go: downloading gopkg.in/yaml.v2 v2.4.0 01:02:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 01:02:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 01:02:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 01:02:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 01:02:04 go: downloading github.com/stretchr/testify v1.7.0 01:02:04 go: downloading github.com/davecgh/go-spew v1.1.1 01:02:04 go: downloading github.com/pmezard/go-difflib v1.0.0 01:02:04 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 01:02: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 01:02:06 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 01:02:06 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 01:02:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 01:02:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 01:02:08 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 01:02:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 01:02:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 01:02:10 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 01:02:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 01:02:11 go: downloading github.com/lib/pq v1.9.0 01:02:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 01:02:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 01:02:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 01:02:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 01:02:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 01:02:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 01:02:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 01:02:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 01:02:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 01:02:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 01:02:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 01:02:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 01:02:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 01:02:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 01:02:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 01:02:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 01:02:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 01:02:13 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 01:02:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 01:02:13 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 01:02:13 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 01:02:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 01:02:13 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 01:02:13 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 01:02:13 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 01:02:14 Building version 01:02:14 + snapcraftctl build 01:02:17 Staging config-common 01:02:17 + snapcraftctl stage 01:02:18 Skipping stage go-build-helper (already ran) 01:02:18 Skipping stage static-packages (already ran) 01:02:18 Skipping stage go115 (already ran) 01:02:18 Staging edgex-go 01:02:18 + snapcraftctl stage 01:02:19 Staging version 01:02:19 + snapcraftctl stage 01:02:20 Priming config-common 01:02:20 + snapcraftctl prime 01:02:21 Priming go-build-helper 01:02:21 + snapcraftctl prime 01:02:22 Priming static-packages 01:02:22 + snapcraftctl prime 01:02:24 Priming go115 01:02:24 + snapcraftctl prime 01:02:25 Priming edgex-go 01:02:25 + snapcraftctl prime 01:02:26 Priming version 01:02:26 + snapcraftctl prime 01:02:28 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 01:02:31 provisioning config files... 01:02:31 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config1747781411381115994tmp [Pipeline] { [Pipeline] sh 01:02:32 + set +x 01:02:32 + curl -s https://codecov.io/bash 01:02:32 + bash -s -- 01:02:33 01:02:33 _____ _ 01:02:33 / ____| | | 01:02:33 | | ___ __| | ___ ___ _____ __ 01:02:33 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 01:02:33 | |___| (_) | (_| | __/ (_| (_) \ V / 01:02:33 \_____\___/ \__,_|\___|\___\___/ \_/ 01:02:33 Bash-20210226-7100762 01:02:33 01:02:33 01:02:33 ==> git version 2.24.3 found 01:02:33 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 01:02:33 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 01:02:33 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 01:02:33 ==> Jenkins CI detected. 01:02:33 project root: . 01:02:33 --> token set from env 01:02:33 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 01:02:33 ==> Running gcov in . (disable via -X gcov) 01:02:34 ==> Python coveragepy not found 01:02:34 ==> Searching for coverage reports in: 01:02:34 + . 01:02:34 -> Found 1 reports 01:02:34 ==> Detecting git/mercurial file structure 01:02:34 ==> Reading reports 01:02:35 + ./coverage.out bytes=621194 01:02:35 ==> Appending adjustments 01:02:35 https://docs.codecov.io/docs/fixing-reports 01:02:45 + Found adjustments 01:02:45 ==> Gzipping contents 01:02:45 92K /tmp/codecov.yALoXe.gz 01:02:45 ==> Uploading reports 01:02:45 url: https://codecov.io 01:02:45 query: branch=PR-3208&commit=83c92b3a140ce6a53d53e8480570a1fdae15dd5e&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 01:02:45 -> Pinging Codecov 01:02:45 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3208&commit=83c92b3a140ce6a53d53e8480570a1fdae15dd5e&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 01:02:45 -> Uploading to 01:02:45 https://storage.googleapis.com/codecov/v4/raw/2021-03-06/00271124DB129430A58F1EEE437C3FCB/83c92b3a140ce6a53d53e8480570a1fdae15dd5e/bca57d6d-869e-4406-b958-a6c4a701577e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210306%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210306T010244Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc7842511856b732c9e1b49ec99fb6acf3b515c3194c078248e71b379eb2b7a4 01:02:45 % Total % Received % Xferd Average Speed Time Time Time Current 01:02:45 Dload Upload Total Spent Left Speed 01:02:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91881 0 0 100 91881 0 135k --:--:-- --:--:-- --:--:-- 135k 01:02:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/83c92b3a140ce6a53d53e8480570a1fdae15dd5e [Pipeline] } 01:02:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 01:02:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:02:49 ---> package-listing.sh 01:02:49 ++ facter osfamily 01:02:49 ++ tr '[:upper:]' '[:lower:]' 01:02:49 + OS_FAMILY=redhat 01:02:49 + workspace=/w/workspace/edgex-go/8 01:02:49 + START_PACKAGES=/tmp/packages_start.txt 01:02:49 + END_PACKAGES=/tmp/packages_end.txt 01:02:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:02:49 + PACKAGES=/tmp/packages_start.txt 01:02:49 + '[' /w/workspace/edgex-go/8 ']' 01:02:49 + PACKAGES=/tmp/packages_end.txt 01:02:49 + case "${OS_FAMILY}" in 01:02:49 + rpm -qa 01:02:49 + sort 01:03:00 + '[' -f /tmp/packages_start.txt ']' 01:03:00 + '[' -f /tmp/packages_end.txt ']' 01:03:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:03:00 + '[' /w/workspace/edgex-go/8 ']' 01:03:00 + mkdir -p /w/workspace/edgex-go/8/archives/ 01:03:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 01:03:00 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:03:00 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:03:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:01 01:03:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:03:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:02 alpine: Pulling from edgex-lftools-log-publisher 01:03:02 df20fa9351a1: Pulling fs layer 01:03:02 36b3adc4ff6f: Pulling fs layer 01:03:02 8ad3a11d3b57: Pulling fs layer 01:03:02 46f8f816bc3b: Pulling fs layer 01:03:02 93b61091891f: Pulling fs layer 01:03:02 93b9cdb0e59b: Pulling fs layer 01:03:02 5e14af77c1be: Pulling fs layer 01:03:02 01666e4c0597: Pulling fs layer 01:03:02 aa168da1d23b: Pulling fs layer 01:03:02 46f8f816bc3b: Waiting 01:03:02 93b61091891f: Waiting 01:03:02 93b9cdb0e59b: Waiting 01:03:02 5e14af77c1be: Waiting 01:03:02 aa168da1d23b: Waiting 01:03:02 01666e4c0597: Waiting 01:03:02 36b3adc4ff6f: Verifying Checksum 01:03:02 36b3adc4ff6f: Download complete 01:03:02 46f8f816bc3b: Verifying Checksum 01:03:02 46f8f816bc3b: Download complete 01:03:02 df20fa9351a1: Verifying Checksum 01:03:02 df20fa9351a1: Download complete 01:03:02 93b9cdb0e59b: Verifying Checksum 01:03:02 93b9cdb0e59b: Download complete 01:03:02 5e14af77c1be: Verifying Checksum 01:03:02 5e14af77c1be: Download complete 01:03:02 93b61091891f: Verifying Checksum 01:03:02 93b61091891f: Download complete 01:03:02 01666e4c0597: Verifying Checksum 01:03:02 01666e4c0597: Download complete 01:03:03 8ad3a11d3b57: Verifying Checksum 01:03:03 8ad3a11d3b57: Download complete 01:03:03 df20fa9351a1: Pull complete 01:03:04 36b3adc4ff6f: Pull complete 01:03:06 8ad3a11d3b57: Pull complete 01:03:06 aa168da1d23b: Verifying Checksum 01:03:06 aa168da1d23b: Download complete 01:03:07 46f8f816bc3b: Pull complete 01:03:09 93b61091891f: Pull complete 01:03:10 93b9cdb0e59b: Pull complete 01:03:10 5e14af77c1be: Pull complete 01:03:11 01666e4c0597: Pull complete 01:03:29 aa168da1d23b: Pull complete 01:03:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:03:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:03:31 prd-centos7-docker-4c-2g-28791 does not seem to be running inside a container 01:03:31 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:03:37 $ docker top f104f534c52eaf5b3c5e9e50c1c0de3ebcd88626f75ae52a14279dee41655ec6 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:40 + touch /tmp/pre-build-complete [Pipeline] sh 01:03:41 + mkdir -p /var/log/sa [Pipeline] sh 01:03:41 + ls /var/log/sa-host 01:03:41 + sadf -c /var/log/sa-host/sa06 01:03:41 file_magic: OK 01:03:41 HZ: Using current value: 100 01:03:41 file_header: OK 01:03:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:03:41 Statistics: 01:03:41 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:03:41 File successfully converted to sysstat format version 12.2.1 01:03:41 + sadf -c /var/log/sa-host/sa23 01:03:41 file_magic: OK 01:03:41 HZ: Using current value: 100 01:03:41 file_header: OK 01:03:41 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 01:03:41 Statistics: 01:03:41 Hnuu...uuuununununu... 01:03:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:03:42 provisioning config files... 01:03:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config8187608325025093173tmp [Pipeline] { [Pipeline] echo 01:03:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:03:42 ---> create-netrc.sh [Pipeline] } 01:03:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:03:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:03:42 ---> python-tools-install.sh [Pipeline] echo 01:03:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:03:43 ---> sudo-logs.sh 01:03:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 01:03:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:03:44 ---> job-cost.sh 01:03:44 lf-activate-venv: SKIPPING 01:03:44 DEBUG: total: 0.20999999344348907 01:03:44 INFO: Retrieving Stack Cost... 01:03:45 INFO: Retrieving Pricing Info for: v1-standard-2 01:03:45 INFO: Archiving Costs [Pipeline] echo 01:03:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:03:46 ---> logs-deploy.sh 01:03:46 lf-activate-venv: SKIPPING 01:03:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/8 01:03:46 INFO: archiving workspace using pattern(s): 01:03:48 Archives upload complete. 01:03:48 INFO: archiving logs to Nexus 01:03:50 ---> uname -a: 01:03:50 Linux prd-centos7-docker-4c-2g-28791.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 01:03:50 01:03:50 01:03:50 ---> lscpu: 01:03:50 Architecture: x86_64 01:03:50 CPU op-mode(s): 32-bit, 64-bit 01:03:50 Byte Order: Little Endian 01:03:50 Address sizes: 40 bits physical, 48 bits virtual 01:03:50 CPU(s): 4 01:03:50 On-line CPU(s) list: 0-3 01:03:50 Thread(s) per core: 1 01:03:50 Core(s) per socket: 1 01:03:50 Socket(s): 4 01:03:50 NUMA node(s): 1 01:03:50 Vendor ID: GenuineIntel 01:03:50 CPU family: 6 01:03:50 Model: 44 01:03:50 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 01:03:50 Stepping: 1 01:03:50 CPU MHz: 2933.438 01:03:50 BogoMIPS: 5866.87 01:03:50 Virtualization: VT-x 01:03:50 Hypervisor vendor: KVM 01:03:50 Virtualization type: full 01:03:50 L1d cache: 128 KiB 01:03:50 L1i cache: 128 KiB 01:03:50 L2 cache: 16 MiB 01:03:50 L3 cache: 64 MiB 01:03:50 NUMA node0 CPU(s): 0-3 01:03:50 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 01:03:50 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 01:03:50 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 01:03:50 Vulnerability Meltdown: Mitigation; PTI 01:03:50 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 01:03:50 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 01:03:50 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 01:03:50 Vulnerability Srbds: Not affected 01:03:50 Vulnerability Tsx async abort: Not affected 01:03:50 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 01:03:50 01:03:50 01:03:50 ---> nproc: 01:03:50 4 01:03:50 01:03:50 01:03:50 ---> df -h: 01:03:50 Filesystem Size Used Available Use% Mounted on 01:03:50 overlay 50.0G 10.9G 39.1G 22% / 01:03:50 tmpfs 64.0M 0 64.0M 0% /dev 01:03:50 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 01:03:50 shm 64.0M 0 64.0M 0% /dev/shm 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /facter-os 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/resolv.conf 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hostname 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /etc/hosts 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /run/cloud-init/result.json 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/sa-host 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/secure 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /var/log/auth.log 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/8 01:03:50 /dev/vda1 50.0G 10.9G 39.1G 22% /w/workspace/edgex-go/8@tmp 01:03:50 01:03:50 01:03:50 ---> free -m: 01:03:50 total used free shared buff/cache available 01:03:50 Mem: 1837 703 165 0 968 1049 01:03:50 Swap: 1023 80 943 01:03:50 01:03:50 01:03:50 ---> ip addr: 01:03:50 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 01:03:50 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 01:03:50 inet 127.0.0.1/8 scope host lo 01:03:50 valid_lft forever preferred_lft forever 01:03:50 inet6 ::1/128 scope host 01:03:50 valid_lft forever preferred_lft forever 01:03:50 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 01:03:50 link/ether fa:16:3e:dd:7c:5c brd ff:ff:ff:ff:ff:ff 01:03:50 inet 10.30.123.254/23 brd 10.30.123.255 scope global dynamic eth0 01:03:50 valid_lft 84367sec preferred_lft 84367sec 01:03:50 inet6 fe80::f816:3eff:fedd:7c5c/64 scope link 01:03:50 valid_lft forever preferred_lft forever 01:03:50 3: docker0: mtu 1500 qdisc noqueue state DOWN 01:03:50 link/ether 02:42:a5:15:d7:76 brd ff:ff:ff:ff:ff:ff 01:03:50 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 01:03:50 valid_lft forever preferred_lft forever 01:03:50 inet6 fe80::42:a5ff:fe15:d776/64 scope link 01:03:50 valid_lft forever preferred_lft forever 01:03:50 01:03:50 01:03:50 ---> sar -b -r -n DEV: 01:03:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/06/21 _x86_64_ (4 CPU) 01:03:50 01:03:50 00:29:40 LINUX RESTART (4 CPU) 01:03:50 01:03:50 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 01:03:50 00:32:01 63.73 29.54 34.18 0.00 5979.85 7196.81 0.00 01:03:50 00:33:01 65.80 34.04 31.76 0.00 4014.66 10723.18 0.00 01:03:50 00:34:01 172.51 66.28 106.24 0.00 4038.98 35581.64 0.00 01:03:50 00:35:02 159.52 29.83 129.70 0.00 1792.79 17482.03 0.00 01:03:50 00:36:01 118.42 79.21 39.20 0.00 2493.62 3768.07 0.00 01:03:50 00:37:01 67.94 13.34 54.60 0.00 599.27 6730.19 0.00 01:03:50 00:38:02 50.58 22.39 28.19 0.00 920.88 2327.78 0.00 01:03:50 00:39:01 85.82 37.91 47.91 0.00 2500.07 4357.92 0.00 01:03:50 00:40:02 33.41 3.71 29.70 0.00 176.08 4630.66 0.00 01:03:50 00:41:04 164.17 37.17 127.00 0.00 11159.78 67058.16 0.00 01:03:50 00:42:08 165.39 95.42 69.98 0.00 43678.72 52618.34 0.00 01:03:50 00:43:03 703.81 644.44 59.36 0.00 36616.07 44257.64 0.00 01:03:50 00:44:11 496.17 415.47 80.70 0.00 24619.89 22898.14 0.00 01:03:50 00:45:10 622.53 547.98 74.55 0.00 43385.07 47688.60 0.00 01:03:50 00:46:03 621.88 562.32 59.56 0.00 30881.90 34801.99 0.00 01:03:50 00:47:17 596.49 544.13 52.36 0.00 33955.03 36070.38 0.00 01:03:50 00:48:04 256.35 201.89 54.46 0.00 10187.95 7604.63 0.00 01:03:50 00:49:02 68.03 25.14 42.89 0.00 2325.96 9579.02 0.00 01:03:50 00:50:01 209.96 58.08 151.88 0.00 4841.75 26927.34 0.00 01:03:50 00:51:03 307.49 133.67 173.81 0.00 39222.54 68277.88 0.00 01:03:50 00:52:08 846.11 748.60 97.51 0.00 39606.35 45332.61 0.00 01:03:50 00:53:04 452.11 385.39 66.73 0.00 19090.77 20100.00 0.00 01:03:50 00:54:01 427.65 317.33 110.32 0.00 22855.79 23648.15 0.00 01:03:50 00:55:02 368.92 235.28 133.63 0.00 14961.38 21124.52 0.00 01:03:50 00:56:01 122.92 23.68 99.24 0.00 1175.93 9407.37 0.00 01:03:50 00:57:01 29.66 21.01 8.65 0.00 3058.30 221.09 0.00 01:03:50 00:58:01 0.25 0.08 0.17 0.00 1.06 1.46 0.00 01:03:50 00:59:01 0.28 0.03 0.25 0.00 0.80 2.95 0.00 01:03:50 01:00:02 0.37 0.15 0.22 0.00 5.46 2.36 0.00 01:03:50 01:01:01 0.47 0.10 0.37 0.00 2.44 3.69 0.00 01:03:50 01:02:01 0.71 0.40 0.32 0.00 23.37 5.36 0.00 01:03:50 01:03:01 70.80 70.30 0.50 0.00 5419.00 60.14 0.00 01:03:50 Average: 231.18 169.41 61.77 0.00 13016.79 20037.11 0.00 01:03:50 01:03:50 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 01:03:50 00:32:01 77128 0 593644 31.55 2620 1208152 1302104 44.44 503788 1101308 12596 01:03:50 00:33:01 230112 0 625740 33.26 2620 1023072 1436124 49.01 580228 864052 59392 01:03:50 00:34:01 85176 0 691104 36.73 2220 1103044 1479260 50.48 573672 978524 42756 01:03:50 00:35:02 223604 0 788028 41.88 1540 868372 2135984 72.90 534736 841232 40 01:03:50 00:36:01 147056 0 825988 43.90 1528 906972 1733528 59.16 644044 809260 51332 01:03:50 00:37:01 87504 0 905844 48.14 740 887456 1771920 60.47 768916 739460 52336 01:03:50 00:38:02 258840 0 840520 44.67 724 781460 1765592 60.26 599956 731280 33148 01:03:50 00:39:01 287288 0 723168 38.43 672 870416 1224524 41.79 540664 758596 27204 01:03:50 00:40:02 154896 0 762420 40.52 616 963612 1486272 50.72 631588 800724 73704 01:03:50 00:41:04 87508 0 724604 38.51 180 1069252 1333700 45.52 712020 830544 18344 01:03:50 00:42:08 56500 0 835836 44.42 48 989160 2258912 77.09 765076 852284 90688 01:03:50 00:43:03 562872 0 685024 36.41 48 633600 1288992 43.99 491140 607420 0 01:03:50 00:44:11 80452 0 854856 45.43 48 946188 2417256 82.50 727528 852508 75588 01:03:50 00:45:10 73572 0 842388 44.77 48 965536 2339504 79.84 773144 819952 45268 01:03:50 00:46:03 70592 0 851316 45.25 48 959588 2318844 79.14 734048 841652 1520 01:03:50 00:47:17 70916 0 844864 44.90 48 965716 2319124 79.15 779644 800824 60392 01:03:50 00:48:04 298248 0 1315332 69.91 48 267916 4313764 147.22 725504 594124 12632 01:03:50 00:49:02 239868 0 1048612 55.73 48 593016 3565236 121.68 692128 680280 24180 01:03:50 00:50:01 196632 0 750004 39.86 48 934860 1587320 54.17 513200 926244 40 01:03:50 00:51:03 72308 0 805676 42.82 48 1003512 2209940 75.42 737944 841164 72836 01:03:50 00:52:08 75656 0 775124 41.20 48 1030716 2184412 74.55 703236 858104 10040 01:03:50 00:53:04 194616 0 857752 45.59 48 829128 3217008 109.79 582524 847192 25292 01:03:50 00:54:01 93152 0 831104 44.17 48 957240 2509288 85.64 668416 862304 83048 01:03:50 00:55:02 52388 0 985688 52.39 48 843420 2922296 99.73 814084 760548 144 01:03:50 00:56:01 375116 0 696848 37.04 48 809532 1625688 55.48 578864 681312 24 01:03:50 00:57:01 402576 0 624976 33.22 48 853944 1212888 41.39 507780 730304 12 01:03:50 00:58:01 403120 0 624428 33.19 48 853948 1207784 41.22 507508 730312 8 01:03:50 00:59:01 406208 0 621332 33.02 48 853956 1176896 40.17 505068 730128 8 01:03:50 01:00:02 405940 0 621424 33.03 48 854132 1176896 40.17 505324 730280 8 01:03:50 01:01:01 405136 0 622240 33.07 48 854120 1179668 40.26 505900 730292 8 01:03:50 01:02:01 404984 0 621680 33.04 48 854832 1177500 40.19 505756 730884 8 01:03:50 01:03:01 213712 0 654112 34.76 48 1013672 1391364 47.48 548732 874304 120 01:03:50 Average: 212302 0 776615 41.28 454 892173 1914675 65.34 623818 798044 27272 01:03:50 01:03:50 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 01:03:50 00:32:01 eth0 693.39 432.43 3406.72 85.99 0.00 0.00 0.00 0.00 01:03:50 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:33:01 eth0 670.60 770.67 2974.99 111.02 0.00 0.00 0.00 0.00 01:03:50 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:33:01 veth5440521 724.25 602.26 74.02 2648.50 0.00 0.00 0.00 0.00 01:03:50 00:33:01 docker0 724.25 602.13 64.12 2648.49 0.00 0.00 0.00 0.00 01:03:50 00:34:01 eth0 316.96 248.14 3035.09 28.84 0.00 0.00 0.00 0.00 01:03:50 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:34:01 vethfa2cd52 17.68 32.57 1.26 196.10 0.00 0.00 0.00 0.00 01:03:50 00:34:01 docker0 17.68 32.47 1.02 196.09 0.00 0.00 0.00 0.00 01:03:50 00:35:02 veth1d61f4a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:35:02 vethbbac59a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:35:02 eth0 158.05 98.52 651.19 14.40 0.00 0.00 0.00 0.00 01:03:50 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:36:01 eth0 32.71 28.86 21.71 66.23 0.00 0.00 0.00 0.00 01:03:50 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:36:01 vethe41375e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:36:01 docker0 842.23 786.01 73.01 3535.79 0.00 0.00 0.00 0.00 01:03:50 00:37:01 eth0 22.95 15.62 17.33 9.48 0.00 0.00 0.00 0.00 01:03:50 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:37:01 vethe41375e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:38:02 eth0 24.25 18.09 17.11 9.56 0.00 0.00 0.00 0.00 01:03:50 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:38:02 vethe41375e 2.54 2.54 0.20 0.20 0.00 0.00 0.00 0.00 01:03:50 00:38:02 docker0 2.54 2.54 0.17 0.20 0.00 0.00 0.00 0.00 01:03:50 00:39:01 eth0 8.85 6.76 7.58 4.44 0.00 0.00 0.00 0.00 01:03:50 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:39:01 vethe41375e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:40:02 eth0 37.15 28.85 21.96 83.42 0.00 0.00 0.00 0.00 01:03:50 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:40:02 vethe41375e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:41:04 veth5a1cb6e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:41:04 eth0 172.49 120.40 1625.77 18.93 0.00 0.00 0.00 0.00 01:03:50 00:41:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:41:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:42:08 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:42:08 eth0 2.96 2.08 1.95 1.09 0.00 0.00 0.00 0.00 01:03:50 00:42:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:42:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:43:03 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:43:03 eth0 2.73 1.56 1.47 0.88 0.00 0.00 0.00 0.00 01:03:50 00:43:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:43:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:44:11 veth5a1cb6e 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:44:11 eth0 51.86 35.04 145.99 54.45 0.00 0.00 0.00 0.00 01:03:50 00:44:11 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:44:11 docker0 11.74 21.51 0.65 128.15 0.00 0.00 0.00 0.00 01:03:50 00:45:10 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:45:10 eth0 1.82 1.46 1.23 0.67 0.00 0.00 0.00 0.00 01:03:50 00:45:10 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:45:10 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:46:03 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:46:03 eth0 1.33 1.17 0.88 0.51 0.00 0.00 0.00 0.00 01:03:50 00:46:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:46:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:47:17 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:47:17 eth0 1.52 1.25 1.06 0.58 0.00 0.00 0.00 0.00 01:03:50 00:47:17 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:47:17 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:48:04 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:48:04 veth608ff18 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:48:04 eth0 9.27 6.47 7.05 3.78 0.00 0.00 0.00 0.00 01:03:50 00:48:04 veth34c0337 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:49:02 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:49:02 veth608ff18 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:49:02 eth0 1.88 1.46 1.47 0.81 0.00 0.00 0.00 0.00 01:03:50 00:49:02 veth34c0337 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:50:01 veth5a1cb6e 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:50:01 eth0 172.22 129.37 1479.66 21.47 0.00 0.00 0.00 0.00 01:03:50 00:50:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:03:50 00:50:01 docker0 876.29 845.58 75.07 3876.17 0.00 0.00 0.00 0.00 01:03:50 00:51:03 veth5a1cb6e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:51:03 eth0 120.01 59.62 325.73 86.68 0.00 0.00 0.00 0.00 01:03:50 00:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:51:03 docker0 18.84 66.34 1.04 295.75 0.00 0.00 0.00 0.00 01:03:50 00:52:08 veth5a1cb6e 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:52:08 veth467269d 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:52:08 veth959dfb3 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:52:08 eth0 23.17 16.24 42.04 8.08 0.00 0.00 0.00 0.00 01:03:50 00:53:04 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:53:04 veth467269d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:53:04 veth959dfb3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:53:04 eth0 25.57 24.96 11.69 69.28 0.00 0.00 0.00 0.00 01:03:50 00:54:01 veth5a1cb6e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:54:01 eth0 14.75 10.23 11.66 6.31 0.00 0.00 0.00 0.00 01:03:50 00:54:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 01:03:50 00:54:01 veth2e880d8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:55:02 veth5a1cb6e 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:55:02 vetha82c3d6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:55:02 eth0 47.29 34.38 84.22 15.85 0.00 0.00 0.00 0.00 01:03:50 00:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:56:01 veth5a1cb6e 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 01:03:50 00:56:01 eth0 62.87 49.40 112.70 77.60 0.00 0.00 0.00 0.00 01:03:50 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:56:01 docker0 910.16 941.50 77.15 4349.16 0.00 0.00 0.00 0.00 01:03:50 00:57:01 eth0 8.52 6.12 7.28 3.23 0.00 0.00 0.00 0.00 01:03:50 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:58:01 eth0 0.42 0.30 0.27 0.20 0.00 0.00 0.00 0.00 01:03:50 00:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:59:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 01:03:50 00:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 00:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:00:02 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:01:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:02:01 eth0 0.76 0.27 0.19 0.08 0.00 0.00 0.00 0.00 01:03:50 01:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:03:01 eth0 39.43 32.21 20.49 59.33 0.00 0.00 0.00 0.00 01:03:50 01:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 01:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 Average: eth0 85.65 68.57 441.35 26.56 0.00 0.00 0.00 0.00 01:03:50 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 01:03:50 Average: docker0 28.13 29.10 2.38 134.42 0.00 0.00 0.00 0.00 01:03:50 01:03:50 01:03:50 ---> sar -P ALL: 01:03:50 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/06/21 _x86_64_ (4 CPU) 01:03:50 01:03:50 00:29:40 LINUX RESTART (4 CPU) 01:03:50 01:03:50 00:31:01 CPU %user %nice %system %iowait %steal %idle 01:03:50 00:32:01 all 12.91 0.00 4.18 4.16 22.69 56.06 01:03:50 00:32:01 0 14.02 0.00 4.96 2.67 23.18 55.17 01:03:50 00:32:01 1 11.83 0.00 3.43 4.08 21.27 59.39 01:03:50 00:32:01 2 12.85 0.00 4.54 4.18 23.94 54.49 01:03:50 00:32:01 3 12.98 0.00 3.84 5.66 22.41 55.11 01:03:50 00:33:01 all 7.83 0.00 3.52 2.32 17.78 68.54 01:03:50 00:33:01 0 8.08 0.00 3.89 3.89 19.05 65.08 01:03:50 00:33:01 1 6.71 0.00 3.60 1.57 17.97 70.15 01:03:50 00:33:01 2 8.52 0.00 3.36 1.20 17.75 69.18 01:03:50 00:33:01 3 8.03 0.00 3.24 2.63 16.37 69.74 01:03:50 00:34:01 all 4.04 0.00 3.44 2.72 29.53 60.28 01:03:50 00:34:01 0 4.37 0.00 3.86 2.53 29.73 59.50 01:03:50 00:34:01 1 4.68 0.00 3.12 2.12 30.90 59.18 01:03:50 00:34:01 2 4.12 0.00 3.42 4.90 28.26 59.30 01:03:50 00:34:01 3 3.01 0.00 3.36 1.37 29.23 63.04 01:03:50 00:35:02 all 3.44 0.00 3.79 6.69 27.17 58.90 01:03:50 00:35:02 0 3.21 0.00 3.90 6.45 28.25 58.19 01:03:50 00:35:02 1 3.49 0.00 3.52 6.77 28.16 58.06 01:03:50 00:35:02 2 3.98 0.00 4.03 7.83 26.70 57.46 01:03:50 00:35:02 3 3.09 0.00 3.71 5.70 25.55 61.94 01:03:50 00:36:01 all 21.04 0.00 6.33 8.15 30.13 34.35 01:03:50 00:36:01 0 21.99 0.00 6.66 7.26 31.18 32.91 01:03:50 00:36:01 1 23.18 0.00 6.58 8.47 29.34 32.43 01:03:50 00:36:01 2 19.66 0.00 6.09 9.89 29.26 35.10 01:03:50 00:36:01 3 19.35 0.00 6.01 6.96 30.78 36.90 01:03:50 00:37:01 all 30.44 0.00 9.73 2.42 38.30 19.11 01:03:50 00:37:01 0 32.47 0.00 10.31 3.75 37.85 15.62 01:03:50 00:37:01 1 29.58 0.00 9.02 2.36 39.82 19.21 01:03:50 00:37:01 2 30.72 0.00 9.78 2.22 37.22 20.07 01:03:50 00:37:01 3 29.11 0.00 9.83 1.44 38.26 21.36 01:03:50 00:38:02 all 19.17 0.00 7.36 2.25 35.75 35.46 01:03:50 00:38:02 0 21.20 0.00 7.85 2.21 34.47 34.27 01:03:50 00:38:02 1 17.53 0.00 6.99 2.55 35.59 37.34 01:03:50 00:38:02 2 18.47 0.00 6.81 2.37 36.95 35.39 01:03:50 00:38:02 3 19.57 0.00 7.82 1.84 36.00 34.77 01:03:50 00:39:01 all 27.08 0.00 10.65 5.71 34.22 22.33 01:03:50 00:39:01 0 26.42 0.00 11.33 6.76 33.64 21.85 01:03:50 00:39:01 1 27.36 0.00 10.32 6.12 34.87 21.33 01:03:50 00:39:01 2 27.66 0.00 10.75 3.99 33.47 24.12 01:03:50 00:39:01 3 26.88 0.00 10.22 5.95 34.91 22.03 01:03:50 00:40:02 all 16.24 0.00 8.36 0.72 28.83 45.84 01:03:50 00:40:02 0 15.12 0.00 7.80 1.36 28.82 46.90 01:03:50 00:40:02 1 16.78 0.00 8.74 0.33 27.69 46.47 01:03:50 00:40:02 2 17.26 0.00 8.91 0.39 28.58 44.87 01:03:50 00:40:02 3 15.87 0.00 8.03 0.76 30.25 45.09 01:03:50 00:41:04 all 4.82 0.00 5.87 10.65 31.02 47.65 01:03:50 00:41:04 0 5.40 0.00 5.82 11.72 30.66 46.40 01:03:50 00:41:04 1 3.94 0.00 6.35 9.99 30.84 48.89 01:03:50 00:41:04 2 4.09 0.00 5.53 11.45 31.27 47.66 01:03:50 00:41:04 3 5.84 0.00 5.76 9.42 31.33 47.64 01:03:50 00:42:08 all 4.40 0.00 4.56 22.43 46.43 22.19 01:03:50 00:42:08 0 4.43 0.00 4.61 23.12 47.10 20.74 01:03:50 00:42:08 1 4.45 0.00 4.54 22.80 48.03 20.18 01:03:50 00:42:08 2 4.30 0.00 4.64 21.87 44.85 24.34 01:03:50 00:42:08 3 4.40 0.00 4.47 21.93 45.76 23.43 01:03:50 01:03:50 00:42:08 CPU %user %nice %system %iowait %steal %idle 01:03:50 00:43:03 all 4.31 0.00 4.04 26.75 44.41 20.49 01:03:50 00:43:03 0 4.19 0.00 4.19 27.48 45.74 18.41 01:03:50 00:43:03 1 4.35 0.00 4.27 26.16 44.48 20.74 01:03:50 00:43:03 2 4.22 0.00 3.89 27.71 41.31 22.87 01:03:50 00:43:03 3 4.50 0.00 3.80 25.66 46.09 19.95 01:03:50 00:44:11 all 2.89 0.00 5.13 33.33 33.95 24.69 01:03:50 00:44:11 0 2.80 0.00 4.75 27.92 35.36 29.17 01:03:50 00:44:11 1 2.78 0.00 5.14 35.34 33.65 23.09 01:03:50 00:44:11 2 2.82 0.00 4.86 30.36 32.90 29.06 01:03:50 00:44:11 3 3.17 0.00 5.76 39.66 33.90 17.50 01:03:50 00:45:10 all 0.70 0.00 3.08 46.47 31.38 18.38 01:03:50 00:45:10 0 0.63 0.00 3.04 45.77 31.90 18.66 01:03:50 00:45:10 1 0.99 0.00 2.93 49.85 31.48 14.75 01:03:50 00:45:10 2 0.62 0.00 3.06 39.14 29.87 27.30 01:03:50 00:45:10 3 0.55 0.00 3.28 50.93 32.24 12.99 01:03:50 00:46:03 all 3.57 0.00 2.81 40.36 35.97 17.29 01:03:50 00:46:03 0 4.08 0.00 2.93 34.11 36.70 22.18 01:03:50 00:46:03 1 3.04 0.00 2.64 40.83 35.74 17.75 01:03:50 00:46:03 2 3.24 0.00 2.77 40.53 35.69 17.77 01:03:50 00:46:03 3 3.95 0.00 2.89 45.88 35.75 11.52 01:03:50 00:47:17 all 3.72 0.00 2.54 34.16 42.21 17.37 01:03:50 00:47:17 0 4.00 0.00 2.67 33.75 42.84 16.74 01:03:50 00:47:17 1 3.94 0.00 2.48 33.72 41.68 18.18 01:03:50 00:47:17 2 3.83 0.00 2.77 36.60 42.18 14.62 01:03:50 00:47:17 3 3.12 0.00 2.24 32.64 42.15 19.85 01:03:50 00:48:04 all 15.70 0.00 7.19 26.12 36.39 14.60 01:03:50 00:48:04 0 14.59 0.00 6.27 28.01 36.61 14.52 01:03:50 00:48:04 1 19.43 0.00 8.28 26.88 31.92 13.49 01:03:50 00:48:04 2 15.42 0.00 7.68 27.24 35.21 14.44 01:03:50 00:48:04 3 13.37 0.00 6.54 22.55 41.64 15.90 01:03:50 00:49:02 all 42.09 0.00 8.92 0.22 47.86 0.91 01:03:50 00:49:02 0 40.76 0.00 8.18 0.25 50.16 0.66 01:03:50 00:49:02 1 47.22 0.00 10.37 0.31 40.91 1.19 01:03:50 00:49:02 2 39.12 0.00 7.81 0.23 51.63 1.22 01:03:50 00:49:02 3 41.52 0.00 9.47 0.09 48.38 0.53 01:03:50 00:50:01 all 9.70 0.00 8.12 13.41 42.03 26.74 01:03:50 00:50:01 0 9.37 0.00 7.98 12.78 41.14 28.73 01:03:50 00:50:01 1 9.46 0.00 7.40 13.66 42.22 27.25 01:03:50 00:50:01 2 9.68 0.00 8.33 14.21 42.77 25.02 01:03:50 00:50:01 3 10.30 0.00 8.82 12.98 42.00 25.90 01:03:50 00:51:03 all 5.43 0.00 7.22 27.28 36.83 23.23 01:03:50 00:51:03 0 4.96 0.00 6.44 22.74 37.03 28.83 01:03:50 00:51:03 1 5.31 0.00 7.22 29.64 36.65 21.18 01:03:50 00:51:03 2 5.45 0.00 7.41 29.83 36.50 20.81 01:03:50 00:51:03 3 6.03 0.00 7.82 27.03 37.15 21.97 01:03:50 00:52:08 all 4.42 0.00 4.85 38.56 34.71 17.46 01:03:50 00:52:08 0 4.60 0.00 4.05 42.15 35.48 13.72 01:03:50 00:52:08 1 4.28 0.00 5.35 35.13 34.50 20.75 01:03:50 00:52:08 2 4.23 0.00 4.59 37.98 33.75 19.45 01:03:50 00:52:08 3 4.56 0.00 5.45 38.98 35.12 15.90 01:03:50 00:53:04 all 19.35 0.00 8.80 13.36 55.26 3.23 01:03:50 00:53:04 0 16.25 0.00 7.95 12.71 57.86 5.24 01:03:50 00:53:04 1 22.69 0.00 9.49 14.87 52.03 0.92 01:03:50 00:53:04 2 16.97 0.00 8.49 13.93 56.93 3.69 01:03:50 00:53:04 3 21.79 0.00 9.35 11.99 53.98 2.89 01:03:50 01:03:50 00:53:04 CPU %user %nice %system %iowait %steal %idle 01:03:50 00:54:01 all 20.77 0.00 10.44 16.26 48.02 4.50 01:03:50 00:54:01 0 18.51 0.00 9.82 15.94 50.78 4.95 01:03:50 00:54:01 1 20.61 0.00 10.15 16.73 47.26 5.25 01:03:50 00:54:01 2 21.33 0.00 11.20 18.63 45.45 3.40 01:03:50 00:54:01 3 22.77 0.00 10.63 13.66 48.56 4.38 01:03:50 00:55:02 all 9.36 0.00 7.10 24.17 38.42 20.95 01:03:50 00:55:02 0 9.53 0.00 7.02 19.22 38.97 25.27 01:03:50 00:55:02 1 10.60 0.00 6.91 24.24 38.33 19.93 01:03:50 00:55:02 2 8.10 0.00 7.12 27.11 37.73 19.94 01:03:50 00:55:02 3 9.20 0.00 7.37 26.22 38.63 18.58 01:03:50 00:56:01 all 11.83 0.00 8.05 5.06 39.69 35.37 01:03:50 00:56:01 0 11.53 0.00 8.55 5.64 40.81 33.48 01:03:50 00:56:01 1 14.09 0.00 8.51 5.01 37.07 35.31 01:03:50 00:56:01 2 12.83 0.00 8.08 6.21 39.22 33.66 01:03:50 00:56:01 3 8.96 0.00 7.11 3.43 41.62 38.89 01:03:50 00:57:01 all 0.41 0.00 1.10 1.96 8.16 88.38 01:03:50 00:57:01 0 0.51 0.00 1.16 1.25 8.99 88.09 01:03:50 00:57:01 1 0.25 0.00 0.50 1.96 8.73 88.55 01:03:50 00:57:01 2 0.44 0.00 1.71 1.13 7.13 89.60 01:03:50 00:57:01 3 0.45 0.00 1.05 3.48 7.75 87.27 01:03:50 00:58:01 all 0.10 0.00 0.04 0.00 1.05 98.82 01:03:50 00:58:01 0 0.02 0.00 0.07 0.00 1.08 98.84 01:03:50 00:58:01 1 0.03 0.00 0.02 0.00 0.70 99.25 01:03:50 00:58:01 2 0.10 0.00 0.03 0.00 0.98 98.89 01:03:50 00:58:01 3 0.23 0.00 0.05 0.00 1.44 98.28 01:03:50 00:59:01 all 0.12 0.00 0.32 0.00 1.06 98.49 01:03:50 00:59:01 0 0.28 0.00 0.07 0.00 0.38 99.27 01:03:50 00:59:01 1 0.03 0.00 0.05 0.00 1.65 98.27 01:03:50 00:59:01 2 0.05 0.00 0.96 0.00 0.90 98.09 01:03:50 00:59:01 3 0.13 0.00 0.21 0.00 1.32 98.33 01:03:50 01:00:02 all 0.08 0.00 0.03 0.00 0.96 98.93 01:03:50 01:00:02 0 0.02 0.00 0.05 0.00 1.32 98.61 01:03:50 01:00:02 1 0.00 0.00 0.02 0.00 0.79 99.19 01:03:50 01:00:02 2 0.00 0.00 0.03 0.00 0.18 99.78 01:03:50 01:00:02 3 0.30 0.00 0.03 0.00 1.54 98.13 01:03:50 01:01:01 all 0.10 0.00 0.09 0.01 1.22 98.58 01:03:50 01:01:01 0 0.29 0.00 0.03 0.00 1.11 98.57 01:03:50 01:01:01 1 0.03 0.00 0.12 0.00 1.36 98.49 01:03:50 01:01:01 2 0.03 0.00 0.12 0.03 0.86 98.95 01:03:50 01:01:01 3 0.03 0.00 0.10 0.00 1.56 98.31 01:03:50 01:02:01 all 0.09 0.00 0.04 0.01 1.69 98.17 01:03:50 01:02:01 0 0.02 0.00 0.02 0.02 1.77 98.18 01:03:50 01:02:01 1 0.20 0.00 0.03 0.03 1.89 97.85 01:03:50 01:02:01 2 0.12 0.00 0.05 0.00 1.01 98.83 01:03:50 01:02:01 3 0.03 0.00 0.05 0.00 2.08 97.84 01:03:50 01:03:01 all 2.22 0.00 1.55 3.89 9.68 82.66 01:03:50 01:03:01 0 2.04 0.00 1.75 2.48 9.33 84.41 01:03:50 01:03:01 1 1.76 0.00 1.20 3.47 9.09 84.49 01:03:50 01:03:01 2 3.06 0.00 1.52 4.19 10.68 80.55 01:03:50 01:03:01 3 2.01 0.00 1.73 5.43 9.64 81.20 01:03:50 Average: all 8.81 0.00 4.81 13.98 29.10 43.30 01:03:50 Average: 0 8.78 0.00 4.79 13.41 29.66 43.36 01:03:50 Average: 1 9.10 0.00 4.79 14.11 28.68 43.32 01:03:50 Average: 2 8.71 0.00 4.84 14.15 28.73 43.57 01:03:50 Average: 3 8.64 0.00 4.82 14.23 29.34 42.96 01:03:50 01:03:50 01:03:50