Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 354513ea476727261fb8f3ec0718bce51a661462+d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf (2eeefff0ff3c824ee29873b837fae7414158245d) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2478 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 Merge succeeded, producing fdd2f6538c016edec960e73013a8ac315277938c Checking out Revision fdd2f6538c016edec960e73013a8ac315277938c (PR-3406) > 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/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # 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 d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fdd2f6538c016edec960e73013a8ac315277938c # timeout=10 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:32:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:32:05 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:32:05 ========================================================= 08:32:05 EdgeX Global Pipelines Version Info 08:32:05 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 79d20967a9d109c3fbee4102c6caac819f357bd5 # timeout=10 08:32:08 ------------------- 08:32:08 stable info: 08:32:08 ------------------- 08:32:08 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:32:08 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:32:08 Message: update stable to v1.0.191 08:32:09 ------------------- 08:32:09 experimental info: 08:32:09 ------------------- 08:32:09 Commited By: **** collab-it+edgex@linuxfoundation.org 08:32:09 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:32:09 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:32:09 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3406 [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3406 [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3406 [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fdd2f6538c016edec960e73013a8ac315277938c [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fdd2f65 [Pipeline] echo 08:32:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:32:10 provisioning config files... 08:32:10 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7309632062862918518tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:32:10 ---> docker-login.sh 08:32:10 nexus3.edgexfoundry.org:10001 08:32:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:12 Configure a credential helper to remove this warning. See 08:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:12 08:32:12 Login Succeeded 08:32:12 nexus3.edgexfoundry.org:10002 08:32:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:12 Configure a credential helper to remove this warning. See 08:32:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:12 08:32:12 Login Succeeded 08:32:12 nexus3.edgexfoundry.org:10003 08:32:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:13 Configure a credential helper to remove this warning. See 08:32:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:13 08:32:13 Login Succeeded 08:32:13 nexus3.edgexfoundry.org:10004 08:32:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:13 Configure a credential helper to remove this warning. See 08:32:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:13 08:32:13 Login Succeeded 08:32:13 docker.io 08:32:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:14 Configure a credential helper to remove this warning. See 08:32:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:14 08:32:14 Login Succeeded 08:32:14 ---> docker-login.sh ends [Pipeline] } 08:32:15 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:32:15 ++ 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 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ dirname cmd/core-command/Dockerfile 08:32:15 ++ cut -d/ -f2 08:32:15 + echo core-command,cmd/core-command/Dockerfile 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ cut -d/ -f2 08:32:15 ++ dirname cmd/core-data/Dockerfile 08:32:15 + echo core-data,cmd/core-data/Dockerfile 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ cut -d/ -f2 08:32:15 ++ dirname cmd/core-metadata/Dockerfile 08:32:15 + echo core-metadata,cmd/core-metadata/Dockerfile 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ cut -d/ -f2 08:32:15 ++ dirname cmd/security-bootstrapper/Dockerfile 08:32:15 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ dirname cmd/security-proxy-setup/Dockerfile 08:32:15 ++ cut -d/ -f2 08:32:15 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:32:15 ++ cut -d/ -f2 08:32:15 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ dirname cmd/support-notifications/Dockerfile 08:32:15 ++ cut -d/ -f2 08:32:15 + echo support-notifications,cmd/support-notifications/Dockerfile 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ dirname cmd/support-scheduler/Dockerfile 08:32:15 ++ cut -d/ -f2 08:32:15 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:32:15 + for file in '`ls cmd/**/Dockerfile`' 08:32:15 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:32:15 ++ cut -d/ -f2 08:32:15 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:32:15 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 08:32:16 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:16 08:32:16 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:32:16 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:16 latest: Pulling from edgex-devops/git-semver 08:32:16 31603596830f: Pulling fs layer 08:32:16 54011a49482f: Pulling fs layer 08:32:16 a6820b24f6d8: Pulling fs layer 08:32:16 f581987b2513: Pulling fs layer 08:32:16 f581987b2513: Waiting 08:32:16 54011a49482f: Verifying Checksum 08:32:16 54011a49482f: Download complete 08:32:17 31603596830f: Verifying Checksum 08:32:17 31603596830f: Download complete 08:32:17 f581987b2513: Verifying Checksum 08:32:17 f581987b2513: Download complete 08:32:17 a6820b24f6d8: Verifying Checksum 08:32:17 a6820b24f6d8: Download complete 08:32:18 31603596830f: Pull complete 08:32:18 54011a49482f: Pull complete 08:32:22 a6820b24f6d8: Pull complete 08:32:23 f581987b2513: Pull complete 08:32:23 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:32:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:32:23 prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container 08:32:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:32:27 $ docker top b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:32:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:32:28 [ssh-agent] Looking for ssh-agent implementation... 08:32:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:32:29 $ docker exec b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 ssh-agent 08:32:30 SSH_AUTH_SOCK=/tmp/ssh-a8efwMjV3r4z/agent.11 08:32:30 SSH_AGENT_PID=16 08:32:30 Running ssh-add (command line suppressed) 08:32:30 Identity added: /w/workspace/edgex-go/3@tmp/private_key_2150681741810109238.key (/w/workspace/edgex-go/3@tmp/private_key_2150681741810109238.key) 08:32:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:32:31 + git tag --points-at HEAD [Pipeline] } 08:32:32 $ docker exec --env ******** --env ******** b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 ssh-agent -k 08:32:32 unset SSH_AUTH_SOCK; 08:32:32 unset SSH_AGENT_PID; 08:32:32 echo Agent pid 16 killed; 08:32:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:32:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:32:32 [ssh-agent] Looking for ssh-agent implementation... 08:32:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:32:33 $ docker exec b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 ssh-agent 08:32:33 SSH_AUTH_SOCK=/tmp/ssh-mu0HRUKSa8VA/agent.44 08:32:33 SSH_AGENT_PID=49 08:32:34 Running ssh-add (command line suppressed) 08:32:34 Identity added: /w/workspace/edgex-go/3@tmp/private_key_21313460361327510.key (/w/workspace/edgex-go/3@tmp/private_key_21313460361327510.key) 08:32:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:32:34 + git semver init 08:32:35 # -> Open(): unable to determine branch for HEAD 08:32:35 # $GIT_DIR = /w/workspace/edgex-go/3/.git 08:32:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 08:32:35 # $SEMVER_REMOTE_NAME = origin 08:32:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:32:35 # $SEMVER_USER_NAME = edgex-jenkins 08:32:35 # $SEMVER_BRANCH = PR-3406 08:32:35 # $SEMVER_TEMP = /tmp/semver-431256477 08:32:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:33:15 # '/tmp/semver-431256477' -> '/w/workspace/edgex-go/3/.semver' 08:33:15 # -> Force: false 08:33:15 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 08:33:15 $ docker exec --env ******** --env ******** b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 ssh-agent -k 08:33:16 unset SSH_AUTH_SOCK; 08:33:16 unset SSH_AGENT_PID; 08:33:16 echo Agent pid 49 killed; 08:33:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:16 + git semver [Pipeline] } 08:33:16 $ docker stop --time=1 b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 08:33:19 $ docker rm -f b959b67f010bfc44c91be5bcacfdc110feaade095c509f03e13ac3bd2faadd15 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:33:21 Stashed 1 file(s) [Pipeline] echo 08:33:21 [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 08:33:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:33:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:33:22 + sudo service docker restart 08:33:22 + true 08:33:22 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:33:24 ========================================================= 08:33:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:33:24 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:33:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 08:33:33 Sending build context to Docker daemon 329.7MB 08:33:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:33:33 Step 2/6 : FROM ${BASE} 08:33:33 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:33:33 540db60ca938: Pulling fs layer 08:33:33 adcc1eea9eea: Pulling fs layer 08:33:33 4c4ab2625f07: Pulling fs layer 08:33:33 0510c868ecb4: Pulling fs layer 08:33:33 afea3b2eda06: Pulling fs layer 08:33:33 7809a108b3ef: Pulling fs layer 08:33:33 f706445af74f: Pulling fs layer 08:33:33 0510c868ecb4: Waiting 08:33:33 afea3b2eda06: Waiting 08:33:33 7809a108b3ef: Waiting 08:33:33 f706445af74f: Waiting 08:33:33 4c4ab2625f07: Verifying Checksum 08:33:33 4c4ab2625f07: Download complete 08:33:33 adcc1eea9eea: Download complete 08:33:33 afea3b2eda06: Verifying Checksum 08:33:33 afea3b2eda06: Download complete 08:33:34 7809a108b3ef: Verifying Checksum 08:33:34 7809a108b3ef: Download complete 08:33:34 540db60ca938: Verifying Checksum 08:33:34 540db60ca938: Download complete 08:33:35 540db60ca938: Pull complete 08:33:35 adcc1eea9eea: Pull complete 08:33:35 4c4ab2625f07: Pull complete 08:33:36 Still waiting to schedule task 08:33:36 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 08:33:39 f706445af74f: Verifying Checksum 08:33:39 f706445af74f: Download complete 08:33:41 0510c868ecb4: Verifying Checksum 08:33:41 0510c868ecb4: Download complete 08:33:54 0510c868ecb4: Pull complete 08:33:54 afea3b2eda06: Pull complete 08:33:55 7809a108b3ef: Pull complete 08:34:03 f706445af74f: Pull complete 08:34:03 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:34:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:34:03 ---> b068be0155e3 08:34:03 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 08:34:03 ---> Running in c4b11ea7adbc 08:34:04 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:34:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:34:06 (1/12) Installing libmagic (5.39-r0) 08:34:06 (2/12) Installing file (5.39-r0) 08:34:06 (3/12) Installing libc-dev (0.7.2-r3) 08:34:07 (4/12) Installing g++ (10.2.1_pre1-r3) 08:34:13 (5/12) Installing fortify-headers (1.1-r0) 08:34:13 (6/12) Installing patch (2.7.6-r6) 08:34:13 (7/12) Installing build-base (0.5-r2) 08:34:13 (8/12) Installing libsodium (1.0.18-r0) 08:34:13 (9/12) Installing pkgconf (1.7.3-r0) 08:34:13 (10/12) Installing libsodium-dev (1.0.18-r0) 08:34:13 (11/12) Installing libzmq (4.3.3-r1) 08:34:13 (12/12) Installing zeromq-dev (4.3.3-r1) 08:34:13 Executing busybox-1.32.1-r6.trigger 08:34:13 OK: 219 MiB in 52 packages 08:34:19 Removing intermediate container c4b11ea7adbc 08:34:19 ---> cb2317bb05e5 08:34:19 Step 4/6 : WORKDIR /edgex-go 08:34:20 ---> Running in 184e45ddfee0 08:34:20 Removing intermediate container 184e45ddfee0 08:34:20 ---> 4ad57582f649 08:34:20 Step 5/6 : COPY go.mod . 08:34:22 ---> d67eebef7a8e 08:34:22 Step 6/6 : RUN go mod download 08:34:22 ---> Running in a67c30e03d99 08:35:01 Removing intermediate container a67c30e03d99 08:35:01 ---> 1ebb7c24643a 08:35:01 Successfully built 1ebb7c24643a 08:35:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:35:02 + docker inspect -f . ci-base-image-x86_64 08:35:02 . [Pipeline] withDockerContainer 08:35:04 prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container 08:35:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:35:08 $ docker top 56f7535311b74989fcad81045459543778ff83af0f099373fcf572b79efb2d04 -eo pid,comm [Pipeline] { [Pipeline] sh 08:35:09 + go version 08:35:09 go version go1.16.3 linux/amd64 [Pipeline] } 08:35:09 $ docker stop --time=1 56f7535311b74989fcad81045459543778ff83af0f099373fcf572b79efb2d04 08:35:10 $ docker rm -f 56f7535311b74989fcad81045459543778ff83af0f099373fcf572b79efb2d04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:35:11 + docker inspect -f . ci-base-image-x86_64 08:35:11 . [Pipeline] withDockerContainer 08:35:11 prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container 08:35:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:35:13 $ docker top 3732bcac75a054e8bbd9c24bdb6f9d5464883b3dd929624db79ad7646487a2e9 -eo pid,comm [Pipeline] { [Pipeline] echo 08:35:14 ========================================================= 08:35:14 [edgeXBuildGoParallel] Running Tests and Build... 08:35:14 ========================================================= [Pipeline] sh 08:35:14 + go mod tidy [Pipeline] sh 08:35:18 + make test 08:35:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:35:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2487 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws 08:35:40 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 08:35:41 ? github.com/edgexfoundry/edgex-go [no test files] 08:35:46 using credential edgex-jenkins-ssh 08:35:46 Cloning the remote Git repository 08:35:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:35:46 > git init /w/workspace/edgex-go/3 # timeout=10 08:35:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:35:46 > git --version # timeout=10 08:35:46 > git --version # 'git version 2.17.1' 08:35:46 using GIT_SSH to set credentials SSH Credentials for GitHub 08:35:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:36:02 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:36:04 Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 08:36:05 Merge succeeded, producing 692e86d50992cece21c425faf28595cce4868659 08:36:05 Checking out Revision 692e86d50992cece21c425faf28595cce4868659 (PR-3406) 08:36:04 > git config core.sparsecheckout # timeout=10 08:36:04 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 08:36:04 > git remote # timeout=10 08:36:04 > git config --get remote.origin.url # timeout=10 08:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:04 > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 08:36:05 > git rev-parse HEAD^{commit} # timeout=10 08:36:05 > git config core.sparsecheckout # timeout=10 08:36:05 > git checkout -f 692e86d50992cece21c425faf28595cce4868659 # timeout=10 08:36:09 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" 08:36:09 First time build. Skipping changelog. 08:36:09 > git rev-list --no-walk 79d20967a9d109c3fbee4102c6caac819f357bd5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:36:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:36:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:36:11 + sudo service docker restart+ 08:36:11 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:36:13 provisioning config files... 08:36:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1949833146627692993tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:36:14 ---> docker-login.sh 08:36:14 nexus3.edgexfoundry.org:10001 08:36:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:15 Configure a credential helper to remove this warning. See 08:36:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:15 08:36:15 Login Succeeded 08:36:15 nexus3.edgexfoundry.org:10002 08:36:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:15 Configure a credential helper to remove this warning. See 08:36:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:15 08:36:15 Login Succeeded 08:36:15 nexus3.edgexfoundry.org:10003 08:36:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:16 Configure a credential helper to remove this warning. See 08:36:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:16 08:36:16 Login Succeeded 08:36:16 nexus3.edgexfoundry.org:10004 08:36:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:17 Configure a credential helper to remove this warning. See 08:36:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:17 08:36:17 Login Succeeded 08:36:17 docker.io 08:36:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:17 Configure a credential helper to remove this warning. See 08:36:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:17 08:36:17 Login Succeeded 08:36:17 ---> docker-login.sh ends [Pipeline] } 08:36:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:36:17 ========================================================= 08:36:17 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:36:17 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:36:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 08:36:20 Sending build context to Docker daemon 167.4MB 08:36:20 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:36:20 Step 2/6 : FROM ${BASE} 08:36:20 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:36:20 595b0fe564bb: Pulling fs layer 08:36:20 7186ed65a4f7: Pulling fs layer 08:36:20 316046926c0a: Pulling fs layer 08:36:20 4ebd0625c992: Pulling fs layer 08:36:20 207e8628e3a3: Pulling fs layer 08:36:20 c791037a9be2: Pulling fs layer 08:36:20 ffd874e62e21: Pulling fs layer 08:36:20 4ebd0625c992: Waiting 08:36:20 207e8628e3a3: Waiting 08:36:20 ffd874e62e21: Waiting 08:36:20 c791037a9be2: Waiting 08:36:20 316046926c0a: Download complete 08:36:20 7186ed65a4f7: Verifying Checksum 08:36:20 7186ed65a4f7: Download complete 08:36:20 207e8628e3a3: Verifying Checksum 08:36:20 207e8628e3a3: Download complete 08:36:20 c791037a9be2: Download complete 08:36:20 595b0fe564bb: Verifying Checksum 08:36:20 595b0fe564bb: Download complete 08:36:21 595b0fe564bb: Pull complete 08:36:22 7186ed65a4f7: Pull complete 08:36:22 316046926c0a: Pull complete 08:36:23 ffd874e62e21: Verifying Checksum 08:36:23 ffd874e62e21: Download complete 08:36:25 4ebd0625c992: Verifying Checksum 08:36:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:36:37 4ebd0625c992: Pull complete 08:36:37 207e8628e3a3: Pull complete 08:36:37 c791037a9be2: Pull complete 08:36:40 ffd874e62e21: Pull complete 08:36:40 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:36:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:36:40 ---> cfc18b08335c 08:36:40 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 08:36:43 ---> Running in 3a9532353e18 08:36:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:36:44 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:36:44 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:36:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:36:45 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:36:46 (1/12) Installing libmagic (5.39-r0) 08:36:46 (2/12) Installing file (5.39-r0) 08:36:46 (3/12) Installing libc-dev (0.7.2-r3) 08:36:46 (4/12) Installing g++ (10.2.1_pre1-r3) 08:36:50 (5/12) Installing fortify-headers (1.1-r0) 08:36:50 (6/12) Installing patch (2.7.6-r6) 08:36:50 (7/12) Installing build-base (0.5-r2) 08:36:50 (8/12) Installing libsodium (1.0.18-r0) 08:36:51 (9/12) Installing pkgconf (1.7.3-r0) 08:36:51 (10/12) Installing libsodium-dev (1.0.18-r0) 08:36:51 (11/12) Installing libzmq (4.3.3-r1) 08:36:51 (12/12) Installing zeromq-dev (4.3.3-r1) 08:36:51 Executing busybox-1.32.1-r6.trigger 08:36:51 OK: 218 MiB in 52 packages 08:36:55 Removing intermediate container 3a9532353e18 08:36:55 ---> 55d2ce4ded84 08:36:55 Step 4/6 : WORKDIR /edgex-go 08:36:55 ---> Running in f5dd340c77e9 08:36:55 Removing intermediate container f5dd340c77e9 08:36:55 ---> f4e95d01429a 08:36:55 Step 5/6 : COPY go.mod . 08:36:56 ---> c10b78c6b643 08:36:56 Step 6/6 : RUN go mod download 08:36:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:36:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:36:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:36:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:36:56 ---> Running in 9beb0007ac83 08:36:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:37:02 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:37:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:37:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:37:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:37:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.305s coverage: 45.9% of statements 08:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:37:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:37:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.217s coverage: 19.8% of statements 08:37:19 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.319s coverage: 100.0% of statements 08:37:23 Removing intermediate container 9beb0007ac83 08:37:23 ---> b3e11b2720e5 08:37:23 Successfully built b3e11b2720e5 08:37:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:37:23 + docker inspect -f . ci-base-image-arm64 08:37:23 . [Pipeline] withDockerContainer 08:37:24 prd-ubuntu18.04-docker-arm64-4c-16g-2487 does not seem to be running inside a container 08:37:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:37:25 $ docker top 1520870b3b21bca2c44570e355f844c6c673dce51f23ab944afc02c0c59ca58f -eo pid,comm [Pipeline] { [Pipeline] sh 08:37:26 + go version 08:37:26 go version go1.16.3 linux/arm64 [Pipeline] } 08:37:26 $ docker stop --time=1 1520870b3b21bca2c44570e355f844c6c673dce51f23ab944afc02c0c59ca58f 08:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.694s coverage: 27.1% of statements 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.288s coverage: 100.0% of statements 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.157s coverage: 100.0% of statements 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:37:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.217s coverage: 71.3% of statements 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:37:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:37:28 $ docker rm -f 1520870b3b21bca2c44570e355f844c6c673dce51f23ab944afc02c0c59ca58f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:37:29 + docker inspect -f . ci-base-image-arm64 08:37:29 . [Pipeline] withDockerContainer 08:37:29 prd-ubuntu18.04-docker-arm64-4c-16g-2487 does not seem to be running inside a container 08:37:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.337s coverage: 87.7% of statements 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:37:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.101s coverage: 78.9% of statements 08:37:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:37:30 $ docker top edd78e31825c8a1f49cac00a87f7f0811bcff27d082b431c7622d964dca97908 -eo pid,comm [Pipeline] { [Pipeline] echo 08:37:30 ========================================================= 08:37:30 [edgeXBuildGoParallel] Running Tests and Build... 08:37:30 ========================================================= [Pipeline] sh 08:37:31 + go mod tidy [Pipeline] sh 08:37:33 + make test 08:37:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.824s coverage: 28.6% of statements 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.204s coverage: 100.0% of statements 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.217s coverage: 100.0% of statements 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.631s coverage: 86.7% of statements 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.534s coverage: 97.5% of statements 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:37:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.423s coverage: 78.3% of statements 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:37:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.923s coverage: 95.1% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.299s coverage: 58.8% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.177s coverage: 0.9% of statements 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:37:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.183s coverage: 47.1% of statements 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.252s coverage: 79.5% of statements 08:37:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.184s coverage: 94.1% of statements 08:37:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.354s coverage: 96.3% of statements 08:37:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements 08:38:00 ? github.com/edgexfoundry/edgex-go [no test files] 08:38:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.157s coverage: 94.4% of statements 08:38:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.138s coverage: 44.8% of statements 08:38:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.346s coverage: 81.8% of statements 08:38:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.385s coverage: 92.9% of statements 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.268s coverage: 87.2% of statements 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.211s coverage: 100.0% of statements 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.288s coverage: 75.5% of statements 08:38:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.160s coverage: 80.8% of statements 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.643s coverage: 87.2% of statements 08:38:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.473s coverage: 84.6% of statements 08:38:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.834s coverage: 91.6% of statements 08:38:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.673s coverage: 64.4% of statements 08:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:38:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.391s coverage: 100.0% of statements 08:38:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.109s coverage: 91.3% of statements 08:38:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.167s coverage: 100.0% of statements 08:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.141s coverage: 73.7% of statements 08:38:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.196s coverage: 100.0% of statements 08:38:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 2.369s coverage: 69.0% of statements 08:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:38:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:38:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.766s coverage: 40.5% of statements 08:38:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:38:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:38:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.214s coverage: 89.5% of statements 08:38:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:38:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.181s coverage: 84.8% of statements 08:38:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.679s coverage: 47.0% of statements 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:38:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.109s coverage: 100.0% of statements 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:38:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.139s coverage: 100.0% of statements 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:38:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.102s coverage: 9.6% of statements 08:38:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:38:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 1.101s coverage: 92.6% of statements 08:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:38:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.993s coverage: 28.7% of statements 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.426s coverage: 99.0% of statements 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.374s coverage: 100.0% of statements 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.154s coverage: 64.6% of statements 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.185s coverage: 97.6% of statements 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.192s coverage: 0.0% of statements 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.125s coverage: 100.0% of statements 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:38:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:38:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.078s coverage: 100.0% of statements 08:38:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.149s coverage: 28.1% of statements 08:38:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.108s coverage: 100.0% of statements 08:38:48 GO111MODULE=on go vet ./... 08:38:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:39:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:39:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:39:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:39:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:39:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:39:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.295s coverage: 45.9% of statements 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.121s coverage: 19.8% of statements 08:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.232s coverage: 100.0% of statements 08:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.461s coverage: 27.1% of statements 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.159s coverage: 100.0% of statements 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.209s coverage: 100.0% of statements 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:39:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.288s coverage: 71.3% of statements 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:39:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.567s coverage: 87.7% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.145s coverage: 78.9% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.105s coverage: 28.6% of statements 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.228s coverage: 100.0% of statements 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.165s coverage: 100.0% of statements 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.365s coverage: 86.7% of statements 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.389s coverage: 97.5% of statements 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.193s coverage: 78.3% of statements 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.251s coverage: 95.1% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.324s coverage: 0.9% of statements 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:40:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.149s coverage: 47.1% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.149s coverage: 79.5% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.263s coverage: 94.1% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.168s coverage: 96.3% of statements 08:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.205s coverage: 87.5% of statements 08:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.163s coverage: 94.4% of statements 08:40:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.133s coverage: 44.8% of statements 08:40:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.565s coverage: 81.8% of statements 08:40:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.192s coverage: 92.9% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.157s coverage: 75.5% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.8% of statements 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.193s coverage: 87.2% of statements 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.6% of statements 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.6% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.607s coverage: 64.4% of statements 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.118s coverage: 91.3% of statements 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.134s coverage: 73.7% of statements 08:40:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 08:40:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.992s coverage: 69.0% of statements 08:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:40:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.649s coverage: 40.5% of statements 08:40:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:40:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.173s coverage: 89.5% of statements 08:40:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:40:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.102s coverage: 84.8% of statements 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.462s coverage: 47.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.105s coverage: 100.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:40:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.123s coverage: 9.6% of statements 08:40:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:40:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.512s coverage: 92.6% of statements 08:40:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:40:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:40:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:40:42 gofmt -l . 08:40:42 [ "`gofmt -l .`" = "" ] 08:40:42 ./bin/test-go-mod-tidy.sh 08:40:42 ./bin/test-attribution-txt.sh [Pipeline] sh 08:40:43 + ls -al . 08:40:43 total 800 08:40:43 drwxrwxr-x 10 1001 1001 4096 Apr 30 08:40 . 08:40:43 drwxr-xr-x 4 root root 28 Apr 30 08:35 .. 08:40:43 -rw-rw-r-- 1 1001 1001 11 Apr 30 08:31 .dockerignore 08:40:43 drwxrwxr-x 8 1001 1001 179 Apr 30 08:32 .git 08:40:43 drwxrwxr-x 3 1001 1001 125 Apr 30 08:31 .github 08:40:43 -rw-rw-r-- 1 1001 1001 818 Apr 30 08:31 .gitignore 08:40:43 drwx------ 3 1001 1001 60 Apr 30 08:33 .semver 08:40:43 -rw-rw-r-- 1 1001 1001 166 Apr 30 08:31 .sonarcloud.properties 08:40:43 -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:31 Attribution.txt 08:40:43 -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:31 CONTRIBUTING.md 08:40:43 -rw-rw-r-- 1 1001 1001 931 Apr 30 08:31 Dockerfile.build 08:40:43 -rw-rw-r-- 1 1001 1001 863 Apr 30 08:31 Jenkinsfile 08:40:43 -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:31 LICENSE 08:40:43 -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:31 Makefile 08:40:43 -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:31 README.md 08:40:43 -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:31 SECURITY.md 08:40:43 -rw-rw-r-- 1 1001 1001 5 Apr 30 08:33 VERSION 08:40:43 -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:31 ZMQWindows.md 08:40:43 drwxrwxr-x 2 1001 1001 117 Apr 30 08:31 bin 08:40:43 drwxrwxr-x 14 1001 1001 4096 Apr 30 08:31 cmd 08:40:43 -rw-r--r-- 1 root root 691485 Apr 30 08:38 coverage.out 08:40:43 -rw-r--r-- 1 root root 1060 Apr 30 08:40 go.mod 08:40:43 -rw-r--r-- 1 root root 22420 Apr 30 08:35 go.sum 08:40:43 drwxrwxr-x 8 1001 1001 127 Apr 30 08:31 internal 08:40:43 drwxrwxr-x 4 1001 1001 26 Apr 30 08:31 openapi 08:40:43 drwxrwxr-x 4 1001 1001 71 Apr 30 08:31 snap 08:40:43 -rw-rw-r-- 1 1001 1001 168 Apr 30 08:31 version.go [Pipeline] sh 08:40:43 + '[' -e coverage.out ] 08:40:43 + chown 1001:1001 coverage.out [Pipeline] stash 08:40:44 Stashed 1 file(s) [Pipeline] sh 08:40:45 + make build 08:40:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.539s coverage: 28.7% of statements 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.203s coverage: 100.0% of statements 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.147s coverage: 64.6% of statements 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.505s coverage: 97.6% of statements 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:40:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:40:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.147s coverage: 100.0% of statements 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements 08:40:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:40:49 GO111MODULE=on go vet ./... 08:40: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 08:41:18 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 08:41:22 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 08:41:28 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 08:41:30 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 08:41: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 08:41:42 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 08:41:44 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 08:41:47 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 08:41:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:41:54 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] } 08:42:01 $ docker stop --time=1 3732bcac75a054e8bbd9c24bdb6f9d5464883b3dd929624db79ad7646487a2e9 08:42:05 $ docker rm -f 3732bcac75a054e8bbd9c24bdb6f9d5464883b3dd929624db79ad7646487a2e9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:42:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:42:08 08:42:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:42:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:42:09 latest: Pulling from edgex-devops/edgex-compose 08:42:09 cbdbe7a5bc2a: Pulling fs layer 08:42:09 ca9280d653b3: Pulling fs layer 08:42:09 7e9c9ca2126c: Pulling fs layer 08:42:10 cbdbe7a5bc2a: Verifying Checksum 08:42:10 cbdbe7a5bc2a: Download complete 08:42:11 cbdbe7a5bc2a: Pull complete 08:42:12 ca9280d653b3: Verifying Checksum 08:42:12 ca9280d653b3: Download complete 08:42:14 ca9280d653b3: Pull complete 08:42:15 7e9c9ca2126c: Verifying Checksum 08:42:15 7e9c9ca2126c: Download complete 08:42:26 gofmt -l . 08:42:26 [ "`gofmt -l .`" = "" ] 08:42:26 ./bin/test-go-mod-tidy.sh 08:42:27 ./bin/test-attribution-txt.sh [Pipeline] sh 08:42:30 + ls -al . 08:42:30 total 828 08:42:30 drwxrwxr-x 9 1001 1001 4096 Apr 30 08:42 . 08:42:30 drwxr-xr-x 4 root root 4096 Apr 30 08:37 .. 08:42:30 -rw-rw-r-- 1 1001 1001 11 Apr 30 08:36 .dockerignore 08:42:30 drwxrwxr-x 8 1001 1001 4096 Apr 30 08:36 .git 08:42:30 drwxrwxr-x 3 1001 1001 4096 Apr 30 08:36 .github 08:42:30 -rw-rw-r-- 1 1001 1001 818 Apr 30 08:36 .gitignore 08:42:30 -rw-rw-r-- 1 1001 1001 166 Apr 30 08:36 .sonarcloud.properties 08:42:30 -rw-rw-r-- 1 1001 1001 8609 Apr 30 08:36 Attribution.txt 08:42:30 -rw-rw-r-- 1 1001 1001 3804 Apr 30 08:36 CONTRIBUTING.md 08:42:30 -rw-rw-r-- 1 1001 1001 931 Apr 30 08:36 Dockerfile.build 08:42:30 -rw-rw-r-- 1 1001 1001 863 Apr 30 08:36 Jenkinsfile 08:42:30 -rw-rw-r-- 1 1001 1001 10775 Apr 30 08:36 LICENSE 08:42:30 -rw-rw-r-- 1 1001 1001 5774 Apr 30 08:36 Makefile 08:42:30 -rw-rw-r-- 1 1001 1001 7978 Apr 30 08:36 README.md 08:42:30 -rw-rw-r-- 1 1001 1001 6755 Apr 30 08:36 SECURITY.md 08:42:30 -rw-rw-r-- 1 1001 1001 5 Apr 30 08:33 VERSION 08:42:30 -rw-rw-r-- 1 1001 1001 4131 Apr 30 08:36 ZMQWindows.md 08:42:30 drwxrwxr-x 2 1001 1001 4096 Apr 30 08:36 bin 08:42:30 drwxrwxr-x 14 1001 1001 4096 Apr 30 08:36 cmd 08:42:30 -rw-r--r-- 1 root root 691485 Apr 30 08:40 coverage.out 08:42:30 -rw-r--r-- 1 root root 1060 Apr 30 08:42 go.mod 08:42:30 -rw-r--r-- 1 root root 22420 Apr 30 08:37 go.sum 08:42:30 drwxrwxr-x 8 1001 1001 4096 Apr 30 08:36 internal 08:42:30 drwxrwxr-x 4 1001 1001 4096 Apr 30 08:36 openapi 08:42:30 drwxrwxr-x 4 1001 1001 4096 Apr 30 08:36 snap 08:42:30 -rw-rw-r-- 1 1001 1001 168 Apr 30 08:36 version.go [Pipeline] sh 08:42:30 + '[' -e coverage.out ] 08:42:30 + chown 1001:1001 coverage.out [Pipeline] stash 08:42:30 Warning: overwriting stash ‘coverage-report’ 08:42:30 7e9c9ca2126c: Pull complete 08:42:30 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:42:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:42:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:42:31 prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container 08:42:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:42:32 Stashed 1 file(s) 08:42:36 $ docker top 04b36da270095dab31d6d50c2b3177f62e2fd6869d896afa29d60cf1d34fc9af -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 08:42:37 + make build 08:42: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 08:42:38 + docker-compose build --help 08:42:38 + grep parallel 08:42:40 --parallel Build images in parallel. [Pipeline] } 08:42:40 $ docker stop --time=1 04b36da270095dab31d6d50c2b3177f62e2fd6869d896afa29d60cf1d34fc9af 08:42:42 $ docker rm -f 04b36da270095dab31d6d50c2b3177f62e2fd6869d896afa29d60cf1d34fc9af [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:42:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:42:43 . [Pipeline] withDockerContainer 08:42:43 prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container 08:42:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:42:44 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 08:42:45 $ docker top dd263d267027c2898eb80b3d6f16dd6897410d8fd7cf7c7b39415a9560546b53 -eo pid,comm [Pipeline] { [Pipeline] sh 08:42:46 + docker-compose -f ./docker-compose-build.yml build --parallel 08:42:47 Building docker-core-command-go ... 08:42:47 Building docker-core-data-go ... 08:42:47 Building docker-core-metadata-go ... 08:42:47 Building docker-security-bootstrapper-go ... 08:42:47 Building docker-security-proxy-setup-go ... 08:42:47 Building docker-security-secretstore-setup-go ... 08:42:47 Building docker-support-notifications-go ... 08:42:47 Building docker-support-scheduler-go ... 08:42:47 Building docker-sys-mgmt-agent-go ... 08:42:47 Building docker-support-notifications-go 08:42:47 Building docker-support-scheduler-go 08:42:47 Building docker-sys-mgmt-agent-go 08:42:47 Building docker-security-secretstore-setup-go 08:42:47 Building docker-security-proxy-setup-go 08:43:11 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 08:43:14 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 08:43:18 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 08:43:19 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 08:43:23 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 08:43:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:43:29 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 08:43:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:43:35 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 08:43: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 [Pipeline] } 08:43:44 $ docker stop --time=1 edd78e31825c8a1f49cac00a87f7f0811bcff27d082b431c7622d964dca97908 08:43:47 $ docker rm -f edd78e31825c8a1f49cac00a87f7f0811bcff27d082b431c7622d964dca97908 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:43:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:49 08:43:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:43:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:43:49 latest: Pulling from edgex-devops/edgex-compose-arm64 08:43:49 29e5d40040c1: Pulling fs layer 08:43:49 1ce36da41761: Pulling fs layer 08:43:49 25b303627fd3: Pulling fs layer 08:43:49 29e5d40040c1: Verifying Checksum 08:43:49 29e5d40040c1: Download complete 08:43:50 1ce36da41761: Verifying Checksum 08:43:50 1ce36da41761: Download complete 08:43:50 29e5d40040c1: Pull complete 08:43:51 1ce36da41761: Pull complete 08:43:52 25b303627fd3: Verifying Checksum 08:43:52 25b303627fd3: Download complete 08:44:02 25b303627fd3: Pull complete 08:44:02 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:44:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:44:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:44:02 prd-ubuntu18.04-docker-arm64-4c-16g-2487 does not seem to be running inside a container 08:44:02 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:44:05 $ docker top b257e4e86e483ee326332612512ba4b8c0da0f8640fde29542ac1afc2dad7484 -eo pid,comm [Pipeline] { [Pipeline] sh 08:44:06 + grep parallel 08:44:06 + docker-compose build --help 08:44:09 --parallel Build images in parallel. [Pipeline] } 08:44:09 $ docker stop --time=1 b257e4e86e483ee326332612512ba4b8c0da0f8640fde29542ac1afc2dad7484 08:44:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:44:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:44:10 ---> 1ebb7c24643a 08:44:10 Step 3/21 : WORKDIR /edgex-go 08:44:10 ---> 1ebb7c24643a 08:44:10 Step 3/24 : WORKDIR /edgex-go 08:44:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:10 ---> 1ebb7c24643a 08:44:10 Step 3/22 : WORKDIR /edgex-go 08:44:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:44:10 ---> 1ebb7c24643a 08:44:10 Step 3/23 : WORKDIR /edgex-go 08:44:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:44:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:44:10 ---> 1ebb7c24643a 08:44:10 Step 3/22 : WORKDIR /edgex-go 08:44:10 ---> Running in dea24b724755 08:44:10 ---> Running in 887c7bd58436 08:44:10 ---> Running in f117aa2ce3d3 08:44:10 ---> Running in 966d8f0e8a47 08:44:10 ---> Running in 9b29e33cc7f5 08:44:10 Removing intermediate container 9b29e33cc7f5 08:44:10 ---> a24285a595df 08:44:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:10 Removing intermediate container 887c7bd58436 08:44:10 ---> bc70fc1cfecc 08:44:10 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:10 Removing intermediate container 966d8f0e8a47 08:44:10 ---> efe6782cbbfc 08:44:10 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:10 Removing intermediate container f117aa2ce3d3 08:44:10 ---> 792fdf57b3c3 08:44:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:10 Removing intermediate container dea24b724755 08:44:10 ---> fbf54c3a040d 08:44:10 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:44:10 ---> Running in bcc77c62b731 08:44:10 ---> Running in ffff02c0ea14 08:44:10 ---> Running in 7c09e64c7d8e 08:44:10 ---> Running in 1cb94eb4ac79 08:44:10 ---> Running in dce870f1eb01 08:44:10 Removing intermediate container dce870f1eb01 08:44:10 ---> 663962275e48 08:44:10 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:44:10 Removing intermediate container bcc77c62b731 08:44:10 ---> 6b07959ef7da 08:44:10 Step 5/24 : RUN apk add --update --no-cache make git 08:44:10 ---> Running in 1ae1900f3a9f 08:44:10 ---> Running in 77b34f23987f 08:44:10 Removing intermediate container ffff02c0ea14 08:44:10 ---> a25f4d4a1185 08:44:10 Step 5/21 : RUN apk add --update --no-cache make git 08:44:10 Removing intermediate container 7c09e64c7d8e 08:44:10 ---> fa20a4a1b4fa 08:44:10 Step 5/23 : RUN apk add --update --no-cache make bash git 08:44:10 Removing intermediate container 1cb94eb4ac79 08:44:10 ---> cf6df2717642 08:44:10 Step 5/22 : RUN apk add --update --no-cache make git 08:44:10 ---> Running in e87a9b1ad577 08:44:10 ---> Running in 0b91d713accc 08:44:10 ---> Running in 70f1ec1c1cf5 08:44:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:44:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:44:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:44:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:44:11 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:44:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:44:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:44:11 $ docker rm -f b257e4e86e483ee326332612512ba4b8c0da0f8640fde29542ac1afc2dad7484 08:44:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:44:12 . [Pipeline] withDockerContainer 08:44:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:44:12 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:44:12 OK: 219 MiB in 52 packages 08:44:12 OK: 219 MiB in 52 packages 08:44:12 prd-ubuntu18.04-docker-arm64-4c-16g-2487 does not seem to be running inside a container 08:44:12 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:44:13 OK: 219 MiB in 52 packages 08:44:14 $ docker top e6934b463fe7d16d8aba7e69cbd9ed732188c241cfdcbb2e5621ad29460b05f1 -eo pid,comm 08:44:14 OK: 219 MiB in 52 packages [Pipeline] { [Pipeline] sh 08:44:14 OK: 219 MiB in 52 packages 08:44:15 Removing intermediate container 77b34f23987f 08:44:15 ---> 01389c47277b 08:44:15 Step 6/24 : COPY go.mod . 08:44:15 Removing intermediate container e87a9b1ad577 08:44:15 ---> 7a7e32ec175b 08:44:15 Step 6/21 : COPY go.mod . 08:44:15 + docker-compose -f ./docker-compose-build.yml build --parallel 08:44:15 Removing intermediate container 1ae1900f3a9f 08:44:15 ---> aef49d8897bc 08:44:15 Step 6/22 : COPY go.mod . 08:44:15 ---> 73d864b621aa 08:44:15 Step 7/24 : RUN go mod download 08:44:16 ---> b1995c617563 08:44:16 Step 7/21 : RUN go mod download 08:44:16 ---> Running in c99df71cfa85 08:44:16 ---> Running in c807357703b5 08:44:16 Removing intermediate container 70f1ec1c1cf5 08:44:16 ---> 8cd2411fc15c 08:44:16 Step 6/22 : COPY go.mod . 08:44:16 Removing intermediate container 0b91d713accc 08:44:16 ---> 782cabdd1e55 08:44:16 Step 6/23 : COPY go.mod . 08:44:16 ---> aa6a1f53d988 08:44:16 Step 7/22 : RUN go mod download 08:44:16 ---> Running in 2b5a2ba268d6 08:44:17 ---> a72637be6234 08:44:17 Step 7/22 : RUN go mod download 08:44:17 ---> 4574b25f8e98 08:44:17 Step 7/23 : RUN go mod download 08:44:17 ---> Running in 9b467dfb5857 08:44:17 ---> Running in e3a3cf32fafb 08:44:18 Building docker-core-command-go ... 08:44:18 Building docker-core-data-go ... 08:44:18 Building docker-core-metadata-go ... 08:44:18 Building docker-security-bootstrapper-go ... 08:44:18 Building docker-security-proxy-setup-go ... 08:44:18 Building docker-security-secretstore-setup-go ... 08:44:18 Building docker-support-notifications-go ... 08:44:18 Building docker-support-scheduler-go ... 08:44:18 Building docker-sys-mgmt-agent-go ... 08:44:18 Building docker-security-secretstore-setup-go 08:44:18 Building docker-sys-mgmt-agent-go 08:44:18 Building docker-security-proxy-setup-go 08:44:18 Building docker-support-scheduler-go 08:44:18 Building docker-support-notifications-go 08:44:21 Removing intermediate container 9b467dfb5857 08:44:21 ---> 4b7e0e8d9556 08:44:21 Step 8/22 : COPY . . 08:44:22 Removing intermediate container e3a3cf32fafb 08:44:22 ---> 3ebcd4dd64f0 08:44:22 Step 8/23 : COPY . . 08:44:22 Removing intermediate container c99df71cfa85 08:44:22 ---> c02d176cca6f 08:44:22 Step 8/24 : COPY . . 08:44:22 Removing intermediate container 2b5a2ba268d6 08:44:22 ---> 0053a8c49f4a 08:44:22 Step 8/22 : COPY . . 08:44:22 Removing intermediate container c807357703b5 08:44:22 ---> 07a5face7713 08:44:22 Step 8/21 : COPY . . 08:45:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:45:40 ---> b3e11b2720e5 08:45:40 Step 3/22 : WORKDIR /edgex-go 08:45:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:45:40 ---> b3e11b2720e5 08:45:40 Step 3/24 : WORKDIR /edgex-go 08:45:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:45:40 ---> b3e11b2720e5 08:45:40 Step 3/22 : WORKDIR /edgex-go 08:45:40 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:40 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:45:40 ---> b3e11b2720e5 08:45:40 Step 3/21 : WORKDIR /edgex-go 08:45:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:45:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:45:40 ---> b3e11b2720e5 08:45:40 Step 3/23 : WORKDIR /edgex-go 08:45:40 ---> Running in 877437164d04 08:45:40 ---> Running in a759885928a3 08:45:40 ---> Running in f66325ade312 08:45:40 ---> Running in 961b9f8322ad 08:45:40 ---> Running in d2679e79bdd5 08:45:40 Removing intermediate container f66325ade312 08:45:40 ---> 4173f1b97511 08:45:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:40 Removing intermediate container 877437164d04 08:45:40 ---> 72a15474b600 08:45:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:40 ---> Running in b462e60f3d78 08:45:40 Removing intermediate container d2679e79bdd5 08:45:40 ---> 2238b6b3e395 08:45:40 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:40 Removing intermediate container 961b9f8322ad 08:45:40 ---> 2dba787b759f 08:45:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:40 Removing intermediate container a759885928a3 08:45:40 ---> 18cb4c0fd761 08:45:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:45:40 ---> Running in ef8c16230041 08:45:40 ---> Running in 4f5d357b7668 08:45:40 ---> Running in f3ffaf8fbc79 08:45:40 ---> Running in afdff86a6bcb 08:45:40 Removing intermediate container b462e60f3d78 08:45:40 ---> 2046e560e0d5 08:45:40 Step 5/22 : RUN apk add --update --no-cache make git 08:45:40 ---> Running in 4176a79f4a2e 08:45:40 Removing intermediate container ef8c16230041 08:45:40 ---> ca5124dbed6b 08:45:40 Step 5/23 : RUN apk add --update --no-cache make bash git 08:45:40 ---> Running in 6fe4719d17db 08:45:40 Removing intermediate container f3ffaf8fbc79 08:45:40 ---> 5752c3d25ff9 08:45:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:45:40 Removing intermediate container 4f5d357b7668 08:45:40 ---> dbe4418065ed 08:45:40 Step 5/21 : RUN apk add --update --no-cache make git 08:45:40 Removing intermediate container afdff86a6bcb 08:45:40 ---> ac1a0e82f893 08:45:40 Step 5/24 : RUN apk add --update --no-cache make git 08:45:40 ---> Running in 3550d8c9a306 08:45:40 ---> Running in 1997fee36eee 08:45:40 ---> Running in 465c5de8686a 08:45:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:40 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:41 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:45:41 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:42 OK: 218 MiB in 52 packages 08:45:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:42 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:45:42 OK: 218 MiB in 52 packages 08:45:42 OK: 218 MiB in 52 packages 08:45:43 OK: 218 MiB in 52 packages 08:45:43 OK: 218 MiB in 52 packages 08:45:43 Removing intermediate container 4176a79f4a2e 08:45:43 ---> 069a4c0227ef 08:45:43 Step 6/22 : COPY go.mod . 08:45:44 Removing intermediate container 6fe4719d17db 08:45:44 ---> 66888c296587 08:45:44 Step 6/23 : COPY go.mod . 08:45:45 Removing intermediate container 3550d8c9a306 08:45:45 ---> 77457bbbd7fa 08:45:45 Step 6/22 : COPY go.mod . 08:45:45 ---> 3ca674ebb2a4 08:45:45 Step 7/22 : RUN go mod download 08:45:45 Removing intermediate container 1997fee36eee 08:45:45 ---> ca4ed8fb5e0a 08:45:45 Step 6/21 : COPY go.mod . 08:45:45 Removing intermediate container 465c5de8686a 08:45:45 ---> 85edd5a6d81b 08:45:45 Step 6/24 : COPY go.mod . 08:45:45 ---> Running in 6a10fd0ea3b6 08:45:45 ---> 4bcc66c01674 08:45:45 Step 7/23 : RUN go mod download 08:45:45 ---> Running in 8ad36ba65d45 08:45:46 ---> 55e19952bd1d 08:45:46 Step 7/22 : RUN go mod download 08:45:46 ---> Running in ada52e32fad7 08:45:46 ---> 869b9ead5d7d 08:45:46 Step 7/24 : RUN go mod download 08:45:46 ---> 70db3cf8f393 08:45:46 Step 7/21 : RUN go mod download 08:45:46 ---> Running in 18e87ce4528b 08:45:46 ---> Running in ab39f4c71320 08:45:49 Removing intermediate container 6a10fd0ea3b6 08:45:49 ---> d9dbe169b640 08:45:49 Step 8/22 : COPY . . 08:45:50 Removing intermediate container 8ad36ba65d45 08:45:50 ---> 9e00dea021ff 08:45:50 Step 8/23 : COPY . . 08:45:50 Removing intermediate container ada52e32fad7 08:45:50 ---> 0324d6eb1968 08:45:50 Step 8/22 : COPY . . 08:45:50 Removing intermediate container 18e87ce4528b 08:45:50 ---> 24c5b6529029 08:45:50 Step 8/24 : COPY . . 08:45:51 Removing intermediate container ab39f4c71320 08:45:51 ---> 429594d8cf5f 08:45:51 Step 8/21 : COPY . . 08:46:16 ---> 5ca66a068651 08:46:16 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:46:16 ---> 12a24db93e04 08:46:16 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:46:16 ---> 7f33276eecea 08:46:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:46:16 ---> 4b4b554ea1bc 08:46:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:46:16 ---> c03367f750b4 08:46:16 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:46:16 ---> Running in 6e5843b6e193 08:46:16 ---> Running in 869ace749ef9 08:46:16 ---> Running in 6d352dcd008f 08:46:16 ---> Running in d610216ceb40 08:46:16 ---> Running in fb7b216eeaaa 08:46:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:46:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:46:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:46:16 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 08:46:16 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 08:46:17 ---> aad617e69d20 08:46:17 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:46:17 ---> 5458f79d7569 08:46:17 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:46:17 ---> 392ede5cb9d4 08:46:17 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:46:17 ---> 703f2de6cb5a 08:46:17 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:46:17 ---> f746dd7ca1e2 08:46:17 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:46:17 ---> Running in b327798ab3bb 08:46:17 ---> Running in 7b77143c2905 08:46:17 ---> Running in daaae072beef 08:46:17 ---> Running in 89cadee6d870 08:46:17 ---> Running in cd8cc24465f9 08:46:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:46:17 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 08:46:18 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 08:46:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:46:18 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 08:47:38 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 08:47:38 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 08:47:44 Removing intermediate container 6d352dcd008f 08:47:44 ---> e39f497e51e9 08:47:44 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:47:44 Removing intermediate container 6e5843b6e193 08:47:44 ---> 4fccfe8420e3 08:47:44 08:47:44 Step 10/22 : FROM alpine:3.12 08:47:44 Removing intermediate container fb7b216eeaaa 08:47:44 ---> bd2939e48ea9 08:47:44 08:47:44 Step 10/22 : FROM alpine:3.12 08:47:44 3.12: Pulling from library/alpine 08:47:44 3.12: Pulling from library/alpine 08:47:44 ---> Running in 077099a60a3b 08:47:45 Removing intermediate container d610216ceb40 08:47:45 ---> 32d4acf7a7fb 08:47:45 08:47:45 Step 10/24 : FROM alpine:3.12 08:47:45 3.12: Pulling from library/alpine 08:47:47 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 08:47:48 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:47:48 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:47:48 Status: Image is up to date for alpine:3.12 08:47:48 Status: Downloaded newer image for alpine:3.12 08:47:48 Removing intermediate container 869ace749ef9 08:47:48 ---> 3dd821dcc72b 08:47:48 08:47:48 Step 10/21 : FROM alpine:3.12 08:47:48 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:47:48 Status: Image is up to date for alpine:3.12 08:47:48 ---> 13621d1b12d4 08:47:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:47:48 ---> 13621d1b12d4 08:47:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:47:48 ---> 13621d1b12d4 08:47:48 Step 11/21 : RUN apk add --update --no-cache curl 08:47:48 ---> 13621d1b12d4 08:47:48 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:47:48 ---> Running in e89802395774 08:47:48 ---> Running in 5b6042482da5 08:47:48 ---> Running in d9e46c6735b7 08:47:48 ---> Running in 49a4073038f9 08:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:52 (1/6) Installing ca-certificates (20191127-r4) 08:47:52 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:47:52 (3/6) Installing libcurl (7.76.1-r0) 08:47:52 (4/6) Installing curl (7.76.1-r0) 08:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:52 (5/6) Installing dumb-init (1.2.2-r1) 08:47:52 (6/6) Installing su-exec (0.2-r1) 08:47:52 Executing busybox-1.31.1-r20.trigger 08:47:52 Executing ca-certificates-20191127-r4.trigger 08:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:53 OK: 7 MiB in 20 packages 08:47:53 Removing intermediate container 077099a60a3b 08:47:53 ---> 7ca2b4ab0742 08:47:53 08:47:53 Step 11/23 : FROM docker:20.10.0 08:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:47:53 (1/1) Installing dumb-init (1.2.2-r1) 08:47:53 Executing busybox-1.31.1-r20.trigger 08:47:53 OK: 6 MiB in 15 packages 08:47:53 20.10.0: Pulling from library/docker 08:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:47:54 (1/2) Installing ca-certificates (20191127-r4) 08:47:54 (2/2) Installing dumb-init (1.2.2-r1) 08:47:54 Executing busybox-1.31.1-r20.trigger 08:47:54 (1/4) Installing ca-certificates (20191127-r4) 08:47:54 Executing ca-certificates-20191127-r4.trigger 08:47:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:47:54 (3/4) Installing libcurl (7.76.1-r0) 08:47:54 (4/4) Installing curl (7.76.1-r0) 08:47:54 Executing busybox-1.31.1-r20.trigger 08:47:54 OK: 6 MiB in 16 packages 08:47:54 Executing ca-certificates-20191127-r4.trigger 08:47:54 OK: 7 MiB in 18 packages 08:47:57 Removing intermediate container e89802395774 08:47:57 ---> bdbc09b57af6 08:47:57 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:47:57 Removing intermediate container 5b6042482da5 08:47:57 ---> cb9eb2f4c0ff 08:47:57 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:47:58 ---> Running in ecd867371196 08:47:58 ---> Running in 5c016eb1e3cd 08:47:58 Removing intermediate container d9e46c6735b7 08:47:58 ---> 8eded8612be5 08:47:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:47:58 Removing intermediate container 49a4073038f9 08:47:58 ---> 5a7b1d7e1664 08:47:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:47:59 ---> Running in dd02651d6441 08:47:59 ---> Running in 70afb11e8bcb 08:47:59 Removing intermediate container ecd867371196 08:47:59 ---> 2456a8fb443d 08:47:59 Step 13/24 : WORKDIR / 08:47:59 Removing intermediate container 5c016eb1e3cd 08:47:59 ---> 0a49cea47be3 08:47:59 Step 13/22 : ENV APP_PORT=48085 08:47:59 ---> Running in af25868b30d1 08:47:59 ---> Running in d415d2756256 08:48:00 Removing intermediate container dd02651d6441 08:48:00 ---> 9d8e022268b7 08:48:00 Step 13/21 : WORKDIR /edgex 08:48:00 Removing intermediate container 70afb11e8bcb 08:48:00 ---> dc056c1f02c1 08:48:00 Step 13/22 : ENV APP_PORT=48060 08:48:00 ---> Running in 6a4c0b344d62 08:48:00 ---> Running in bbcbe48f2286 08:48:00 Removing intermediate container af25868b30d1 08:48:00 ---> b2ba955981b0 08:48: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 08:48:00 Removing intermediate container d415d2756256 08:48:00 ---> 83f823dc27cb 08:48:00 Step 14/22 : EXPOSE $APP_PORT 08:48:01 Removing intermediate container 6a4c0b344d62 08:48:01 ---> efa54925f5b3 08:48:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:48:01 ---> Running in 75965eabcdaf 08:48:01 Removing intermediate container bbcbe48f2286 08:48:01 ---> 3b264ffd5c14 08:48:01 Step 14/22 : EXPOSE $APP_PORT 08:48:01 ---> f0ff87bfbe13 08:48: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 08:48:01 ---> Running in 741873661f21 08:48:01 Removing intermediate container 75965eabcdaf 08:48:01 ---> c8ed3ef091f4 08:48:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:01 ---> f6d55182d1b2 08:48:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:48:01 Removing intermediate container 741873661f21 08:48:01 ---> c20be38d1b7d 08:48:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:02 ---> 3f83520fba4b 08:48:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:48:02 ---> 11ddaec21245 08:48:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:48:02 ---> cbd8e3426d0c 08:48:02 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:48:03 ---> de2bed9fb979 08:48:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:48:03 ---> dce2fe415355 08:48:03 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:48:04 ---> 5b260f6ff957 08:48:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:48:04 ---> bb4fec1d32ee 08:48:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:48:05 ---> 6d6d328d92b3 08:48:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:48:06 ---> 1dbb0175942f 08:48:06 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:48:06 ---> e3784042bc94 08:48:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:48:06 ---> 777a7cc3150b 08:48:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:48:06 ---> Running in fbe6d13a1d42 08:48:06 ---> Running in 08f0c7429ca2 08:48:06 ---> Running in b1642578228b 08:48:07 Removing intermediate container fbe6d13a1d42 08:48:07 ---> 2ba3d9c9be6e 08:48:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:07 ---> 06fefe6cae3e 08:48:07 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:48:07 Removing intermediate container b1642578228b 08:48:07 ---> 855af6350bc1 08:48:07 Step 18/21 : CMD ["--init=true"] 08:48:07 Removing intermediate container 08f0c7429ca2 08:48:07 ---> 186a290c443b 08:48:07 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:07 ---> Running in 834866f61ebf 08:48:07 ---> Running in 9186d5d5c45b 08:48:08 ---> Running in 1ae1a2fa2076 08:48:08 Removing intermediate container 834866f61ebf 08:48:08 ---> 402c63c70482 08:48:08 Step 20/22 : LABEL arch=x86_64 08:48:08 ---> dd21764a5f00 08:48:08 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/ 08:48:08 Removing intermediate container 9186d5d5c45b 08:48:08 ---> 0241165392fd 08:48:08 Step 19/21 : LABEL arch=x86_64 08:48:08 ---> Running in e045d546f554 08:48:08 ---> Running in fcd4c9f9062b 08:48:08 ---> Running in 5e52a5f88c80 08:48:09 Removing intermediate container 1ae1a2fa2076 08:48:09 ---> 651e0a313dca 08:48:09 Step 20/22 : LABEL arch=x86_64 08:48:09 ---> Running in dbd0b5a43e72 08:48:10 Removing intermediate container e045d546f554 08:48:10 ---> b2a7e61a95c9 08:48:10 Step 21/22 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:48:10 Removing intermediate container 5e52a5f88c80 08:48:10 ---> 7546e214ebc2 08:48:10 Step 20/21 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:48:10 Removing intermediate container dbd0b5a43e72 08:48:10 ---> 460ed9e7fbff 08:48:10 Step 21/22 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:48:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:48: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 08:48:10 Removing intermediate container daaae072beef 08:48:10 ---> 2fff72684716 08:48:10 08:48:10 Step 10/24 : FROM alpine:3.12 08:48:10 3.12: Pulling from library/alpine 08:48:10 ---> Running in 555b807bf8f8 08:48:11 ---> Running in 49aabdfcc031 08:48:11 ---> Running in a31cfa4d3af1 08:48:11 Removing intermediate container 555b807bf8f8 08:48:11 ---> 1680092fa6e2 08:48:11 Step 22/22 : LABEL version=0.0.0 08:48:12 ---> Running in d8833de12f25 08:48:12 Removing intermediate container a31cfa4d3af1 08:48:12 ---> 754dcc65534c 08:48:12 Step 21/21 : LABEL version=0.0.0 08:48:12 Removing intermediate container 49aabdfcc031 08:48:12 ---> 03dbe73e3afb 08:48:12 Step 22/22 : LABEL version=0.0.0 08:48:12 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:48:12 Status: Downloaded newer image for alpine:3.12 08:48:12 ---> 9852663dfa18 08:48:12 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:48:13 ---> Running in d9aa7f391dfb 08:48:14 ---> Running in c0daa9ad3c79 08:48:14 ---> Running in f7d207bdc281 08:48:14 Removing intermediate container d8833de12f25 08:48:14 ---> 2d02a65c0ea2 08:48:14 08:48:14 Removing intermediate container fcd4c9f9062b 08:48:14 ---> 58fd56762a30 08:48:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:48:15 Removing intermediate container f7d207bdc281 08:48:15 ---> 5cc080c2f362 08:48:15 08:48:15 Removing intermediate container c0daa9ad3c79 08:48:15 ---> 88b5988e67dd 08:48:15 08:48:15 ---> Running in ddfc56784056 08:48:15 Successfully built 88b5988e67dd 08:48:15 Successfully built 2d02a65c0ea2 08:48:15 Successfully tagged docker-support-notifications-go:latest 08:48:15 Building docker-core-metadata-go 08:48:15  Building docker-support-notifications-go ... done Successfully built 5cc080c2f362 08:48:15 Successfully tagged docker-support-scheduler-go:latest 08:48:15 Building docker-core-command-go 08:48:15  Building docker-support-scheduler-go ... done Removing intermediate container ddfc56784056 08:48:15 ---> ae666005dc5f 08:48:15 Step 22/24 : LABEL arch=x86_64 08:48:15 Successfully tagged docker-security-proxy-setup-go:latest 08:48:15 Building docker-core-data-go 08:48:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:16  Building docker-security-proxy-setup-go ... done  ---> Running in 07695c99ba7e 08:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:16 Removing intermediate container 07695c99ba7e 08:48:16 ---> 7421a87e0d3c 08:48:16 Step 23/24 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:48:16 (1/6) Installing ca-certificates (20191127-r4) 08:48:16 ---> Running in ca09f6020144 08:48:16 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:48:16 (3/6) Installing libcurl (7.76.1-r0) 08:48:16 (4/6) Installing curl (7.76.1-r0) 08:48:16 (5/6) Installing dumb-init (1.2.2-r1) 08:48:16 (6/6) Installing su-exec (0.2-r1) 08:48:16 Executing busybox-1.31.1-r20.trigger 08:48:16 Executing ca-certificates-20191127-r4.trigger 08:48:17 Removing intermediate container 89cadee6d870 08:48:17 ---> 5927f361078e 08:48:17 08:48:17 Step 10/21 : FROM alpine:3.12 08:48:17 ---> 9852663dfa18 08:48:17 Step 11/21 : RUN apk add --update --no-cache curl 08:48:17 OK: 7 MiB in 20 packages 08:48:17 Removing intermediate container ca09f6020144 08:48:17 ---> 1cf6a8307b99 08:48:17 Step 24/24 : LABEL version=0.0.0 08:48:17 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:48:17 Status: Downloaded newer image for docker:20.10.0 08:48:17 ---> aefe523efa57 08:48:17 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:48:17 ---> Running in a76713533c29 08:48:17 ---> Running in e98462d413d7 08:48:18 Removing intermediate container 7b77143c2905 08:48:18 ---> 72802296f182 08:48:18 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:48:18 Removing intermediate container a76713533c29 08:48:18 ---> c6ab5feb78f1 08:48:18 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:48:18 ---> Running in 448f70710164 08:48:18 Removing intermediate container e98462d413d7 08:48:18 ---> 1f0b01b33812 08:48:18 08:48:18 ---> Running in 5655093f3802 08:48:20 ---> Running in ec392a4b5e2b 08:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:21 Removing intermediate container d9aa7f391dfb 08:48:21 ---> 81c5b34942b7 08:48:21 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:48:21 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 08:48:21 (1/4) Installing ca-certificates (20191127-r4) 08:48:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:48:21 (3/4) Installing libcurl (7.76.1-r0) 08:48:21 (4/4) Installing curl (7.76.1-r0) 08:48:21 Executing busybox-1.31.1-r20.trigger 08:48:21 Executing ca-certificates-20191127-r4.trigger 08:48:21 ---> Running in 1cca3867325b 08:48:21 OK: 7 MiB in 18 packages 08:48:21 Successfully built 1f0b01b33812 08:48:22 Successfully tagged docker-security-secretstore-setup-go:latest 08:48:22  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 08:48:23 Removing intermediate container 1cca3867325b 08:48:23 ---> f98c9b10c7b3 08:48:23 Step 13/24 : WORKDIR / 08:48:23 ---> Running in 0c6e22665326 08:48:24 Removing intermediate container 448f70710164 08:48:24 ---> 491f26a176d9 08:48:24 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:48:24 Removing intermediate container cd8cc24465f9 08:48:24 ---> 5cd39f72eb14 08:48:24 08:48:24 Step 10/22 : FROM alpine:3.12 08:48:24 ---> 9852663dfa18 08:48:24 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:48:24 Removing intermediate container 0c6e22665326 08:48:24 ---> bad458f3be3b 08:48:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:48:24 ---> Running in da6a7a8ea4a3 08:48:24 ---> Running in 730e7c2f766c 08:48:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:25 Removing intermediate container 5655093f3802 08:48:25 ---> 5f2681b49e40 08:48:25 08:48:25 Step 11/23 : FROM docker:20.10.0 08:48:25 20.10.0: Pulling from library/docker 08:48:25 (1/39) Installing readline (8.0.4-r0) 08:48:25 (2/39) Installing bash (5.0.17-r0) 08:48:25 Executing bash-5.0.17-r0.post-install 08:48:25 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:48:25 (4/39) Installing libcurl (7.76.1-r0) 08:48:25 (5/39) Installing curl (7.76.1-r0) 08:48:25 (6/39) Installing dumb-init (1.2.2-r1) 08:48:25 (7/39) Installing libbz2 (1.0.8-r1) 08:48:25 (8/39) Installing expat (2.2.9-r1) 08:48:25 (9/39) Installing libffi (3.3-r2) 08:48:25 (10/39) Installing gdbm (1.13-r1) 08:48:25 (11/39) Installing xz-libs (5.2.5-r0) 08:48:25 Removing intermediate container b327798ab3bb 08:48:25 ---> 24ccf58bc399 08:48:25 08:48:25 Step 10/22 : FROM alpine:3.12 08:48:25 ---> 9852663dfa18 08:48:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:48:25 Removing intermediate container 730e7c2f766c 08:48:25 ---> 45ee66c664d3 08:48:25 Step 13/21 : WORKDIR /edgex 08:48:25 (12/39) Installing sqlite-libs (3.32.1-r0) 08:48:25 (13/39) Installing python3 (3.8.8-r0) 08:48:26 ---> Running in 30dec1c8c61d 08:48:26 ---> Running in ee61adc77153 08:48:26 ---> 4c3d4e29422e 08:48:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:27 Removing intermediate container 30dec1c8c61d 08:48:27 ---> 7e85471fde6d 08:48:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:48:28 (1/2) Installing ca-certificates (20191127-r4) 08:48:28 (2/2) Installing dumb-init (1.2.2-r1) 08:48:28 Executing busybox-1.31.1-r20.trigger 08:48:28 Executing ca-certificates-20191127-r4.trigger 08:48:28 (14/39) Installing py3-appdirs (1.4.4-r1) 08:48:28 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:48:28 (16/39) Installing py3-parsing (2.4.7-r0) 08:48:28 (17/39) Installing py3-six (1.15.0-r0) 08:48:28 (18/39) Installing py3-packaging (20.4-r0) 08:48:28 (19/39) Installing py3-setuptools (47.0.0-r0) 08:48:28 OK: 6 MiB in 16 packages 08:48:28 ---> cd8ab015e992 08:48:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:48:28 (20/39) Installing py3-chardet (3.0.4-r4) 08:48:29 (21/39) Installing py3-idna (2.9-r0) 08:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:30 ---> 3a00cb5deba8 08:48:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:48:30 (1/1) Installing dumb-init (1.2.2-r1) 08:48:30 Executing busybox-1.31.1-r20.trigger 08:48:30 OK: 5 MiB in 15 packages 08:48:30 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:48:30 ---> ff11939f7e30 08:48:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:48:31 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:48:31 (24/39) Installing py3-requests (2.23.0-r0) 08:48:31 (25/39) Installing py3-msgpack (1.0.0-r0) 08:48:31 Removing intermediate container da6a7a8ea4a3 08:48:31 ---> c9252496d0eb 08:48:31 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:48:32 ---> 80b8e92e6da8 08:48:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:48:32 (26/39) Installing py3-lockfile (0.12.2-r3) 08:48:32 ---> Running in 90c3a7320296 08:48:32 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:48:32 Removing intermediate container ee61adc77153 08:48:32 ---> b342fcb29663 08:48:32 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:48:33 ---> 9483d849d669 08:48:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:48:33 (28/39) Installing py3-colorama (0.4.3-r0) 08:48:33 (29/39) Installing py3-distlib (0.3.0-r0) 08:48:33 ---> Running in c603c9afa0b8 08:48:33 Removing intermediate container 90c3a7320296 08:48:33 ---> 87a18d87decd 08:48:33 Step 13/22 : ENV APP_PORT=48060 08:48:33 (30/39) Installing py3-distro (1.5.0-r1) 08:48:33 (31/39) Installing py3-webencodings (0.5.1-r3) 08:48:33 (32/39) Installing py3-html5lib (1.0.1-r4) 08:48:33 ---> Running in e7c5eddf79a5 08:48:34 (33/39) Installing py3-pytoml (0.1.21-r0) 08:48:34 (34/39) Installing py3-pep517 (0.8.2-r0) 08:48:34 (35/39) Installing py3-progress (1.5-r0) 08:48:34 (36/39) Installing py3-toml (0.10.1-r0) 08:48:34 (37/39) Installing py3-retrying (1.3.3-r0) 08:48:34 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:48:34 (39/39) Installing py3-pip (20.1.1-r0) 08:48:34 Removing intermediate container c603c9afa0b8 08:48:34 ---> 1f839ba2f7a7 08:48:34 Step 13/22 : ENV APP_PORT=48085 08:48:34 Executing busybox-1.31.1-r19.trigger 08:48:34 OK: 72 MiB in 59 packages 08:48:34 ---> 077985138248 08:48:34 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:48:35 ---> Running in 13da75486b11 08:48:35 ---> Running in 1de85cd6046f 08:48:35 Removing intermediate container e7c5eddf79a5 08:48:35 ---> 3c2b1d9df2d7 08:48:35 Step 14/22 : EXPOSE $APP_PORT 08:48:35 ---> 5ea211eb5640 08:48:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:48:35 ---> Running in 1d578cf26935 08:48:35 Removing intermediate container 1de85cd6046f 08:48:35 ---> f2ef931f09ff 08:48:35 Step 18/21 : CMD ["--init=true"] 08:48:36 Removing intermediate container 13da75486b11 08:48:36 ---> 81ff3fac68d0 08:48:36 Step 14/22 : EXPOSE $APP_PORT 08:48:36 ---> Running in 094699b60fb9 08:48:36 ---> Running in dfff2357acf5 08:48:36 Removing intermediate container 1d578cf26935 08:48:36 ---> b49d32216bbe 08:48:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:37 ---> ce320f92e790 08:48:37 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/ 08:48:37 Removing intermediate container 094699b60fb9 08:48:37 ---> 736c577072ea 08:48:37 Step 19/21 : LABEL arch=arm64 08:48:37 ---> Running in fb1eeb6ed720 08:48:37 Removing intermediate container dfff2357acf5 08:48:37 ---> 5c774236dd42 08:48:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:48:37 ---> Running in 9d0c0769948c 08:48:37 ---> 74825efb4bad 08:48:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:48:38 Removing intermediate container 9d0c0769948c 08:48:38 ---> 15c94ff8feb2 08:48:38 Step 20/21 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:48:38 ---> 093c695c171f 08:48:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:48:38 ---> Running in 4ef8eb93faac 08:48:39 Removing intermediate container 4ef8eb93faac 08:48:39 ---> 0df5e3c2753b 08:48:39 Step 21/21 : LABEL version=0.0.0 08:48:40 ---> 500aec972266 08:48:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:48:40 ---> Running in 67c41ed3c90b 08:48:40 ---> 735a41cdf825 08:48:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:48:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:48:40 Status: Downloaded newer image for docker:20.10.0 08:48:40 ---> eeaf43b92773 08:48:40 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:48:40 Removing intermediate container fb1eeb6ed720 08:48:40 Removing intermediate container 67c41ed3c90b 08:48:40 ---> c0631c1195e0 08:48:40 ---> 34786da85732 08:48:40 08:48:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:48:41 ---> Running in c6e8ef7d21f1 08:48:41 ---> c7c2df038433 08:48:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:48:41 ---> f91cf95190d9 08:48:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:48:41 ---> Running in 2ebeccf8b825 08:48:41 Successfully built 34786da85732 08:48:41 ---> Running in 8f5849ceaf70 08:48:41 ---> Running in 4ada5bd99db8 08:48:41 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:48:41  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 08:48:41 Removing intermediate container c6e8ef7d21f1 08:48:41 ---> 366b52f32c2c 08:48:41 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:48:42 ---> Running in 8c211a408df1 08:48:42 Removing intermediate container 2ebeccf8b825 08:48:42 ---> 179c9c48dd35 08:48:42 Step 22/24 : LABEL arch=arm64 08:48:42 ---> Running in 814b45fdaa2b 08:48:42 Removing intermediate container 4ada5bd99db8 08:48:42 ---> 684d95c5eb97 08:48:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:42 Removing intermediate container 8f5849ceaf70 08:48:42 ---> c11e6a5b52d7 08:48:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:48:42 ---> Running in c7233ccaa3f9 08:48:42 ---> Running in 34a6ebafb8da 08:48:42 Removing intermediate container 814b45fdaa2b 08:48:42 ---> cc97247999c9 08:48:42 Step 23/24 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:48:43 Removing intermediate container c7233ccaa3f9 08:48:43 ---> b3e97e8f666c 08:48:43 Step 20/22 : LABEL arch=arm64 08:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:43 ---> Running in 3422438c8e90 08:48:43 ---> Running in b837eb7255ea 08:48:43 Removing intermediate container 34a6ebafb8da 08:48:43 ---> 4372e8f7434c 08:48:43 Step 20/22 : LABEL arch=arm64 08:48:44 (1/39) Installing readline (8.0.4-r0) 08:48:44 (2/39) Installing bash (5.0.17-r0) 08:48:44 Executing bash-5.0.17-r0.post-install 08:48:44 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:48:44 (4/39) Installing libcurl (7.76.1-r0) 08:48:44 (5/39) Installing curl (7.76.1-r0) 08:48:44 (6/39) Installing dumb-init (1.2.2-r1) 08:48:44 (7/39) Installing libbz2 (1.0.8-r1) 08:48:44 (8/39) Installing expat (2.2.9-r1) 08:48:44 (9/39) Installing libffi (3.3-r2) 08:48:44 (10/39) Installing gdbm (1.13-r1) 08:48:44 (11/39) Installing xz-libs (5.2.5-r0) 08:48:44 (12/39) Installing sqlite-libs (3.32.1-r0) 08:48:44 (13/39) Installing python3 (3.8.8-r0) 08:48:44 ---> Running in dbeb3c4486cf 08:48:44 Removing intermediate container 3422438c8e90 08:48:44 ---> d6c4f6208c08 08:48:44 Step 24/24 : LABEL version=0.0.0 08:48:44 Removing intermediate container b837eb7255ea 08:48:44 ---> bd6e9037cdf5 08:48:44 Step 21/22 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:48:45 Collecting docker-compose==1.23.2 08:48:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:48:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:48:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:48:45 Collecting docopt<0.7,>=0.6.1 08:48:45 Downloading docopt-0.6.2.tar.gz (25 kB) 08:48:46 ---> Running in 31abef792c7b 08:48:46 ---> Running in 59932b9a4a86 08:48:46 Removing intermediate container dbeb3c4486cf 08:48:46 ---> 54707da94857 08:48:46 Step 21/22 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:48:46 (14/39) Installing py3-appdirs (1.4.4-r1) 08:48:46 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:48:46 (16/39) Installing py3-parsing (2.4.7-r0) 08:48:46 (17/39) Installing py3-six (1.15.0-r0) 08:48:46 (18/39) Installing py3-packaging (20.4-r0) 08:48:46 (19/39) Installing py3-setuptools (47.0.0-r0) 08:48:46 (20/39) Installing py3-chardet (3.0.4-r4) 08:48:46 (21/39) Installing py3-idna (2.9-r0) 08:48:46 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:48:46 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:48:46 (24/39) Installing py3-requests (2.23.0-r0) 08:48:46 (25/39) Installing py3-msgpack (1.0.0-r0) 08:48:46 (26/39) Installing py3-lockfile (0.12.2-r3) 08:48:46 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:48:46 (28/39) Installing py3-colorama (0.4.3-r0) 08:48:46 (29/39) Installing py3-distlib (0.3.0-r0) 08:48:46 (30/39) Installing py3-distro (1.5.0-r1) 08:48:46 (31/39) Installing py3-webencodings (0.5.1-r3) 08:48:46 (32/39) Installing py3-html5lib (1.0.1-r4) 08:48:46 (33/39) Installing py3-pytoml (0.1.21-r0) 08:48:47 (34/39) Installing py3-pep517 (0.8.2-r0) 08:48:47 (35/39) Installing py3-progress (1.5-r0) 08:48:47 (36/39) Installing py3-toml (0.10.1-r0) 08:48:47 (37/39) Installing py3-retrying (1.3.3-r0) 08:48:47 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:48:47 (39/39) Installing py3-pip (20.1.1-r0) 08:48:47 Executing busybox-1.31.1-r19.trigger 08:48:47 ---> Running in 0de426c41bc7 08:48:47 OK: 72 MiB in 59 packages 08:48:47 Removing intermediate container 31abef792c7b 08:48:47 ---> 0160d3b9a5be 08:48:47 Step 22/22 : LABEL version=0.0.0 08:48:47 Removing intermediate container 59932b9a4a86 08:48:47 ---> 36fc68c044f4 08:48:47 08:48:47 ---> Running in 5cf19234ee51 08:48:48 Removing intermediate container 0de426c41bc7 08:48:48 ---> 5aee6c523028 08:48:48 Step 22/22 : LABEL version=0.0.0 08:48:48 Successfully built 36fc68c044f4 08:48:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:48:48  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 08:48:48 ---> Running in 8eb09af4784e 08:48:48 Collecting jsonschema<3,>=2.5.1 08:48:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:48:48 Collecting PyYAML<4,>=3.10 08:48:48 Downloading PyYAML-3.13.tar.gz (270 kB) 08:48:48 Removing intermediate container 5cf19234ee51 08:48:48 ---> d11c51dceb1d 08:48:48 08:48:49 Removing intermediate container 8eb09af4784e 08:48:49 ---> 3fdf2f7746cf 08:48:49 08:48:49 Successfully built d11c51dceb1d 08:48:49 Successfully tagged docker-support-scheduler-go-arm64:latest 08:48:49  Building docker-support-scheduler-go ... done Building docker-core-command-go 08:48:49 Successfully built 3fdf2f7746cf 08:48:49 Successfully tagged docker-support-notifications-go-arm64:latest 08:48:49  Building docker-support-notifications-go ... done Building docker-core-data-go 08:48:51 Collecting docker-compose==1.23.2 08:48:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:48:52 Collecting docker<4.0,>=3.6.0 08:48:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:48:52 Collecting PyYAML<4,>=3.10 08:48:52 Downloading PyYAML-3.13.tar.gz (270 kB) 08:48:53 Collecting websocket-client<1.0,>=0.32.0 08:48:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:48:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:48:53 Collecting cached-property<2,>=1.2.0 08:48:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:48:54 Collecting dockerpty<0.5,>=0.4.1 08:48:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:48:57 Collecting websocket-client<1.0,>=0.32.0 08:48:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:48:57 Collecting dockerpty<0.5,>=0.4.1 08:48:57 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:48:57 Collecting texttable<0.10,>=0.9.0 08:48:57 Downloading texttable-0.9.1.tar.gz (11 kB) 08:48:59 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:48:59 Collecting texttable<0.10,>=0.9.0 08:48:59 Downloading texttable-0.9.1.tar.gz (11 kB) 08:49:00 Collecting idna<2.8,>=2.5 08:49:00 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:49:00 Collecting urllib3<1.25,>=1.21.1 08:49:00 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:49:00 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) 08:49:00 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) 08:49:01 Collecting docker-pycreds>=0.4.0 08:49:01 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:49:01 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:49:01 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:49:01 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:49:01 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:49:01 Collecting docopt<0.7,>=0.6.1 08:49:01 Downloading docopt-0.6.2.tar.gz (25 kB) 08:49:02 Installing collected packages: idna, urllib3, requests, docopt, jsonschema, PyYAML, docker-pycreds, websocket-client, docker, cached-property, dockerpty, texttable, docker-compose 08:49:02 Attempting uninstall: idna 08:49:02 Found existing installation: idna 2.9 08:49:02 Uninstalling idna-2.9: 08:49:02 Successfully uninstalled idna-2.9 08:49:03 Attempting uninstall: urllib3 08:49:03 Found existing installation: urllib3 1.25.9 08:49:03 Uninstalling urllib3-1.25.9: 08:49:03 Successfully uninstalled urllib3-1.25.9 08:49:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:49:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:49:05 Attempting uninstall: requests 08:49:05 Found existing installation: requests 2.23.0 08:49:05 Uninstalling requests-2.23.0: 08:49:05 Successfully uninstalled requests-2.23.0 08:49:05 Collecting docker<4.0,>=3.6.0 08:49:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:49:06 Collecting jsonschema<3,>=2.5.1 08:49:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:49:06 Running setup.py install for docopt: started 08:49:07 Collecting cached-property<2,>=1.2.0 08:49:07 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:49:07 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) 08:49:07 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) 08:49:07 Collecting idna<2.8,>=2.5 08:49:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:49:08 Collecting urllib3<1.25,>=1.21.1 08:49:08 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:49:08 Collecting docker-pycreds>=0.4.0 08:49:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:49:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:49:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:49:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:49:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:49:09 Running setup.py install for docopt: finished with status 'done' 08:49:09 Installing collected packages: PyYAML, websocket-client, dockerpty, texttable, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, docker-compose 08:49:09 Running setup.py install for PyYAML: started 08:49:10 Running setup.py install for PyYAML: started 08:49:11 Running setup.py install for PyYAML: finished with status 'done' 08:49:12 Running setup.py install for dockerpty: started 08:49:14 Running setup.py install for dockerpty: finished with status 'done' 08:49:14 Running setup.py install for texttable: started 08:49:14 Running setup.py install for PyYAML: finished with status 'done' 08:49:16 Running setup.py install for texttable: finished with status 'done' 08:49:16 Running setup.py install for docopt: started 08:49:17 Running setup.py install for dockerpty: started 08:49:18 Running setup.py install for docopt: finished with status 'done' 08:49:18 Attempting uninstall: idna 08:49:18 Found existing installation: idna 2.9 08:49:18 Uninstalling idna-2.9: 08:49:18 Successfully uninstalled idna-2.9 08:49:19 Running setup.py install for dockerpty: finished with status 'done' 08:49:19 Running setup.py install for texttable: started 08:49:19 Attempting uninstall: urllib3 08:49:19 Found existing installation: urllib3 1.25.9 08:49:19 Uninstalling urllib3-1.25.9: 08:49:19 Successfully uninstalled urllib3-1.25.9 08:49:20 Attempting uninstall: requests 08:49:20 Found existing installation: requests 2.23.0 08:49:20 Uninstalling requests-2.23.0: 08:49:20 Successfully uninstalled requests-2.23.0 08:49:21 Running setup.py install for texttable: finished with status 'done' 08:49:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:49:23 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:49:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:27 ---> b3e11b2720e5 08:49:27 Step 3/23 : WORKDIR /edgex-go 08:49:27 ---> Using cache 08:49:27 ---> 18cb4c0fd761 08:49:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:27 ---> Using cache 08:49:27 ---> ac1a0e82f893 08:49:27 Step 5/23 : RUN apk add --update --no-cache make git 08:49:27 ---> Using cache 08:49:27 ---> 85edd5a6d81b 08:49:27 Step 6/23 : COPY go.mod . 08:49:27 ---> Using cache 08:49:27 ---> 869b9ead5d7d 08:49:27 Step 7/23 : RUN go mod download 08:49:27 ---> Using cache 08:49:27 ---> 24c5b6529029 08:49:27 Step 8/23 : COPY . . 08:49:27 ---> Using cache 08:49:27 ---> 392ede5cb9d4 08:49:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:49:35 ---> Running in 323fb6928903 08:49:36 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 08:49:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:49:38 ---> 1ebb7c24643a 08:49:38 Step 3/31 : WORKDIR /edgex-go 08:49:38 ---> Using cache 08:49:38 ---> fbf54c3a040d 08:49:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:38 ---> Using cache 08:49:38 ---> 663962275e48 08:49:38 Step 5/31 : RUN apk add --update --no-cache make git 08:49:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:38 ---> 1ebb7c24643a 08:49:38 Step 3/23 : WORKDIR /edgex-go 08:49:38 ---> Using cache 08:49:38 ---> fbf54c3a040d 08:49:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:38 ---> Using cache 08:49:38 ---> 663962275e48 08:49:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:49:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:38 ---> 1ebb7c24643a 08:49:38 Step 3/23 : WORKDIR /edgex-go 08:49:38 ---> Using cache 08:49:38 ---> fbf54c3a040d 08:49:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:38 ---> Using cache 08:49:38 ---> 663962275e48 08:49:38 Step 5/23 : RUN apk add --update --no-cache make git 08:49:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:38 ---> 1ebb7c24643a 08:49:38 Step 3/23 : WORKDIR /edgex-go 08:49:38 ---> Using cache 08:49:38 ---> fbf54c3a040d 08:49:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:38 ---> Using cache 08:49:38 ---> 663962275e48 08:49:38 Step 5/23 : RUN apk add --update --no-cache make git 08:49:38 ---> Running in c2d5fbdd3734 08:49:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:39 ---> b3e11b2720e5 08:49:39 Step 3/23 : WORKDIR /edgex-go 08:49:39 ---> Using cache 08:49:39 ---> 18cb4c0fd761 08:49:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:39 ---> Using cache 08:49:39 ---> ac1a0e82f893 08:49:39 Step 5/23 : RUN apk add --update --no-cache make git 08:49:39 ---> Using cache 08:49:39 ---> 85edd5a6d81b 08:49:39 Step 6/23 : COPY go.mod . 08:49:39 ---> Using cache 08:49:39 ---> 869b9ead5d7d 08:49:39 Step 7/23 : RUN go mod download 08:49:39 ---> Using cache 08:49:39 ---> 24c5b6529029 08:49:39 Step 8/23 : COPY . . 08:49:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:49:39 ---> b3e11b2720e5 08:49:39 Step 3/23 : WORKDIR /edgex-go 08:49:39 ---> Using cache 08:49:39 ---> 18cb4c0fd761 08:49:39 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:39 ---> Using cache 08:49:39 ---> ac1a0e82f893 08:49:39 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:49:39 ---> Running in 6f3b122d2b32 08:49:39 ---> Running in ff79494a779d 08:49:39 ---> Running in 03eb3cc7a639 08:49:39 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:39 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:49:39 ---> b3e11b2720e5 08:49:39 Step 3/31 : WORKDIR /edgex-go 08:49:39 ---> Using cache 08:49:39 ---> 18cb4c0fd761 08:49:39 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:39 ---> Using cache 08:49:39 ---> ac1a0e82f893 08:49:39 Step 5/31 : RUN apk add --update --no-cache make git 08:49:39 ---> Using cache 08:49:39 ---> 85edd5a6d81b 08:49:39 Step 6/31 : COPY go.mod . 08:49:39 ---> Using cache 08:49:39 ---> 869b9ead5d7d 08:49:39 Step 7/31 : RUN go mod download 08:49:39 ---> Using cache 08:49:39 ---> 24c5b6529029 08:49:39 Step 8/31 : COPY . . 08:49:39 ---> Using cache 08:49:39 ---> 392ede5cb9d4 08:49:39 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:49:39 ---> Using cache 08:49:39 ---> 392ede5cb9d4 08:49:39 Step 9/23 : RUN make cmd/core-command/core-command 08:49:40 ---> Running in 48d2833a1ec7 08:49:40 ---> Running in 0d60e004d2f2 08:49:40 ---> Running in d1a81b6edd01 08:49:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:49:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:49:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:49:42 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:49:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:49:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:49:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:49:43 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:49:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:49:43 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 08:49:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:49:43 OK: 219 MiB in 52 packages 08:49:43 OK: 219 MiB in 52 packages 08:49:44 OK: 219 MiB in 52 packages 08:49:44 OK: 219 MiB in 52 packages 08:49:44 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:49:45 OK: 218 MiB in 52 packages 08:49:46 Removing intermediate container c2d5fbdd3734 08:49:46 ---> 69bc35df6587 08:49:46 Step 6/31 : COPY go.mod . 08:49:46 Removing intermediate container ff79494a779d 08:49:46 ---> 32ed305223d4 08:49:46 Step 6/23 : COPY go.mod . 08:49:47 Removing intermediate container 03eb3cc7a639 08:49:47 ---> 36ce83ad7701 08:49:47 Step 6/23 : COPY go.mod . 08:49:47 Removing intermediate container 6f3b122d2b32 08:49:47 ---> d6668a501fc6 08:49:47 Step 6/23 : COPY go.mod . 08:49:47 ---> 3382344ae987 08:49:47 Step 7/31 : RUN go mod download 08:49:47 ---> 3b4c38b875a6 08:49:47 Step 7/23 : RUN go mod download 08:49:47 Removing intermediate container 48d2833a1ec7 08:49:47 ---> fd38b2d1f3c2 08:49:47 Step 6/23 : COPY go.mod . 08:49:47 ---> Running in 7d535102bfd1 08:49:47 ---> Running in 0fadaf629ef7 08:49:48 ---> 4ae01d0fe80b 08:49:48 Step 7/23 : RUN go mod download 08:49:48 ---> d8ae1fd19c88 08:49:48 Step 7/23 : RUN go mod download 08:49:48 Removing intermediate container 8c211a408df1 08:49:48 ---> d3cbd0ccd35a 08:49:48 Step 14/23 : ENV APP_PORT=48090 08:49:48 ---> Running in a6e4a6342e50 08:49:48 ---> b465c2e8aacc 08:49:48 Step 7/23 : RUN go mod download 08:49:48 ---> Running in e45a62b81b95 08:49:48 ---> Running in efb9a2da6628 08:49:48 ---> Running in 4a7803b71efb 08:49:49 Removing intermediate container a6e4a6342e50 08:49:49 ---> e2dee7089f1e 08:49:49 Step 15/23 : EXPOSE $APP_PORT 08:49:49 ---> Running in 6a153de324c0 08:49:50 Removing intermediate container 6a153de324c0 08:49:50 ---> a02cefba04c9 08:49:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:49:52 ---> 648c19b0bd01 08:49:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:49:53 Removing intermediate container 4a7803b71efb 08:49:53 ---> 18d443f8f87e 08:49:53 Step 8/23 : COPY . . 08:49:53 ---> 14a1528f392a 08:49:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:49:54 Removing intermediate container e45a62b81b95 08:49:54 ---> 600237f7492a 08:49:54 Step 8/23 : COPY . . 08:49:54 Removing intermediate container efb9a2da6628 08:49:54 ---> 8100a75c6900 08:49:54 Step 8/23 : COPY . . 08:49:54 Removing intermediate container 7d535102bfd1 08:49:54 ---> 0408095cc407 08:49:54 Step 8/31 : COPY . . 08:49:54 Removing intermediate container 0fadaf629ef7 08:49:54 ---> 6054ca677bd9 08:49:54 Step 8/23 : COPY . . 08:49:55 ---> 64631ab71656 08:49:55 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:49:56 ---> Running in 7abd4b1dd7b3 08:49:57 Removing intermediate container 7abd4b1dd7b3 08:49:57 ---> e198bf611123 08:49:57 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:57 ---> Running in db7edfd6500d 08:49:59 Removing intermediate container db7edfd6500d 08:49:59 ---> f99261fe6f2c 08:49:59 Step 21/23 : LABEL arch=arm64 08:49:59 ---> Running in f206a1ba96be 08:50:01 Removing intermediate container f206a1ba96be 08:50:01 ---> 3344fd6b8ee7 08:50:01 Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:50:01 ---> Running in 56d07b8a7f20 08:50:02 Removing intermediate container 56d07b8a7f20 08:50:02 ---> c674a2154ddd 08:50:02 Step 23/23 : LABEL version=0.0.0 08:50:02 ---> Running in 87ad952646fa 08:50:03 Removing intermediate container 87ad952646fa 08:50:03 ---> 6225ddc83636 08:50:03 08:50:04 Successfully built 6225ddc83636 08:50:04 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:50:14  Building docker-sys-mgmt-agent-go ... done  ---> 2e6316f37c76 08:50:14 Step 9/23 : RUN make cmd/core-data/core-data 08:50:14 ---> Running in ad67391831dd 08:50:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:50:43 Removing intermediate container ec392a4b5e2b 08:50:43 ---> 3cadba11732d 08:50:43 Step 14/23 : ENV APP_PORT=48090 08:50:44 ---> Running in 708c10025a3c 08:50:48 Removing intermediate container 708c10025a3c 08:50:48 ---> 02418d800fec 08:50:48 Step 15/23 : EXPOSE $APP_PORT 08:50:49 ---> Running in c159ef5a6963 08:50:53 Removing intermediate container c159ef5a6963 08:50:53 ---> 3a0be82e5a19 08:50:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:51:00 ---> ddf4494e53aa 08:51:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:51:04 ---> e44fdeace751 08:51:04 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:51:07 ---> 01042f5c41f6 08:51:07 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:51:08 ---> Running in 8c413f222c04 08:51:10 Removing intermediate container 8c413f222c04 08:51:10 ---> b564059d474b 08:51:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:12 ---> Running in b4b92ed1a0b3 08:51:14 Removing intermediate container b4b92ed1a0b3 08:51:14 ---> 7ac8eb53e8bf 08:51:14 Step 21/23 : LABEL arch=x86_64 08:51:16 ---> Running in e2e03473b62b 08:51:19 Removing intermediate container e2e03473b62b 08:51:19 ---> 84ad73bccd67 08:51:19 Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:51:19 ---> Running in 16b900fde101 08:51:21 Removing intermediate container 16b900fde101 08:51:21 ---> 48e476c8e128 08:51:21 Step 23/23 : LABEL version=0.0.0 08:51:21 ---> Running in 0cff2ffd1c4c 08:51:23 Removing intermediate container 0cff2ffd1c4c 08:51:23 ---> 412a2874e02b 08:51:23 08:51:23 ---> a41852b1e13b 08:51:23 Step 9/23 : RUN make cmd/core-data/core-data 08:51:24 Removing intermediate container 0d60e004d2f2 08:51:24 ---> 167250f45e82 08:51:24 08:51:24 Step 10/31 : FROM alpine:3.12 08:51:24 ---> 9852663dfa18 08:51:24 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:51:24 ---> Running in 2b6edf0436cf 08:51:24 Removing intermediate container 2b6edf0436cf 08:51:24 ---> 3d3c1feccb8e 08:51:24 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:51:24 ---> Running in b2fbf78281cb 08:51:24 ---> b25538cc854e 08:51:24 Step 9/23 : RUN make cmd/core-command/core-command 08:51:24 Successfully built 412a2874e02b 08:51:24 ---> 9a4635e618f2 08:51:24 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:51:24 ---> Running in c183a1a5e105 08:51:24 Successfully tagged docker-sys-mgmt-agent-go:latest 08:51:25  Building docker-sys-mgmt-agent-go ... done  ---> Running in 127d8b065ce1 08:51:25 ---> Running in e805524ef49f 08:51:25 ---> 884b3c179519 08:51:25 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:51:25 ---> Running in c7046db1fdec 08:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:27 (1/2) Installing dumb-init (1.2.2-r1) 08:51:27 (2/2) Installing su-exec (0.2-r1) 08:51:27 Executing busybox-1.31.1-r20.trigger 08:51:27 OK: 5 MiB in 16 packages 08:51:29 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 08:51:29 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 08:51:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:51:29 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 08:51:30 Removing intermediate container d1a81b6edd01 08:51:30 ---> edcf33423023 08:51:30 08:51:30 Step 10/23 : FROM alpine:3.12 08:51:30 ---> 9852663dfa18 08:51:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:51:30 ---> Using cache 08:51:30 ---> b342fcb29663 08:51:30 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:30 ---> Using cache 08:51:30 ---> 1f839ba2f7a7 08:51:30 Step 13/23 : ENV APP_PORT=48082 08:51:30 Removing intermediate container b2fbf78281cb 08:51:30 ---> 7f5eaf30f158 08:51:30 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:51:30 ---> Running in 6321ba9d98de 08:51:31 ---> Running in adef3ff43eee 08:51:32 Removing intermediate container adef3ff43eee 08:51:32 ---> 116887e6c8f6 08:51:32 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:51:32 Removing intermediate container 6321ba9d98de 08:51:32 ---> 6f8d38ee13ef 08:51:32 Step 14/23 : EXPOSE $APP_PORT 08:51:32 ---> Running in 9bf2fa7f7c3a 08:51:32 ---> Running in 9e4ce0897890 08:51:34 Removing intermediate container 9e4ce0897890 08:51:34 ---> 5cdaa470b543 08:51:34 Step 15/23 : WORKDIR / 08:51:34 Removing intermediate container 9bf2fa7f7c3a 08:51:34 ---> db4a96d7734d 08:51:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:51:34 ---> Running in 1c3c9e7f5f42 08:51:34 ---> Running in 26ad486a9c73 08:51:35 Removing intermediate container 323fb6928903 08:51:35 ---> 23f5ca51154e 08:51:35 08:51:35 Step 10/23 : FROM alpine:3.12 08:51:35 ---> 9852663dfa18 08:51:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:51:35 Removing intermediate container 1c3c9e7f5f42 08:51:35 ---> 4d893068c38a 08:51:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:35 ---> Using cache 08:51:35 ---> b342fcb29663 08:51:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:35 ---> Using cache 08:51:35 ---> 1f839ba2f7a7 08:51:35 Step 13/23 : ENV APP_PORT=48081 08:51:36 ---> Running in e90c4e892174 08:51:36 Removing intermediate container e90c4e892174 08:51:36 ---> 1615dbd6d58b 08:51:36 Step 14/23 : EXPOSE $APP_PORT 08:51:36 ---> Running in 1c925122e925 08:51:36 ---> 783673984daf 08:51:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:51:37 Removing intermediate container 1c925122e925 08:51:37 ---> e761639546f6 08:51:37 Step 15/23 : WORKDIR / 08:51:38 ---> Running in 8ca7e2ff37be 08:51:38 Removing intermediate container 26ad486a9c73 08:51:38 ---> effd958872c1 08:51:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:51:39 ---> Running in f86af5b0ebcc 08:51:39 Removing intermediate container 8ca7e2ff37be 08:51:39 ---> 5d4eba8d990d 08:51:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:39 ---> 503a44b6593b 08:51:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:51:40 Removing intermediate container f86af5b0ebcc 08:51:40 ---> 91bdb7cfdcd8 08:51:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:51:40 ---> 4e8b3b87b232 08:51:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:51:40 ---> f7d7c3112978 08:51:40 Step 19/23 : ENTRYPOINT ["/core-command"] 08:51:40 ---> Running in 433f6589aeb6 08:51:41 ---> bbb12294e0f9 08:51:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:51:41 ---> Running in db01e50195cf 08:51:41 Removing intermediate container 433f6589aeb6 08:51:41 ---> 62379c6bb4a0 08:51:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:42 ---> Running in 15250bcd8317 08:51:42 ---> 1761f6b5661a 08:51:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:51:42 Removing intermediate container 15250bcd8317 08:51:42 ---> 7fd527d849a6 08:51:42 Step 21/23 : LABEL arch=arm64 08:51:42 ---> Running in a729ac229c14 08:51:43 ---> bab86cb61da6 08:51:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:51:43 Removing intermediate container a729ac229c14 08:51:43 ---> cea2f2f55a8e 08:51:43 Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:51:43 ---> Running in 7d4be9156fca 08:51:44 ---> Running in 1aca9e3c1b7a 08:51:44 Removing intermediate container 7d4be9156fca 08:51:44 ---> da7737c3880f 08:51:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:44 Removing intermediate container 1aca9e3c1b7a 08:51:44 ---> 1532a066b7bd 08:51:44 Step 23/23 : LABEL version=0.0.0 08:51:44 ---> Running in a4e074b9635e 08:51:44 ---> Running in 13425280c693 08:51:44 Removing intermediate container db01e50195cf 08:51:44 ---> 078ce174cd5d 08:51:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:45 Removing intermediate container a4e074b9635e 08:51:45 ---> 3afbdb8d4c55 08:51:45 Step 21/23 : LABEL arch=arm64 08:51:45 Removing intermediate container 13425280c693 08:51:45 ---> 109c7f37851b 08:51:45 08:51:45 ---> Running in 3ca4a50d566d 08:51:46 Successfully built 109c7f37851b 08:51:46 Successfully tagged docker-core-command-go-arm64:latest 08:51:46  Building docker-core-command-go ... done  ---> 408c0fb76100 08:51:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:51:46 Removing intermediate container 3ca4a50d566d 08:51:46 ---> 7adeacb162a5 08:51:46 Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:51:46 ---> Running in 89862b14db38 08:51:47 Removing intermediate container 89862b14db38 08:51:47 ---> 75ad267864c2 08:51:47 Step 23/23 : LABEL version=0.0.0 08:51:48 ---> b935568a0cc3 08:51:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:51:48 ---> Running in 6f8617cc7891 08:51:48 Removing intermediate container 6f8617cc7891 08:51:48 ---> 13de10a8c77c 08:51:48 08:51:48 Successfully built 13de10a8c77c 08:51:48 Successfully tagged docker-core-metadata-go-arm64:latest 08:51:48  Building docker-core-metadata-go ... done  ---> 6d8e2c418de8 08:51:48 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:51:49 ---> 76e40c979a17 08:51:49 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:51:50 ---> b51fa625c6fb 08:51:50 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:51:51 ---> Running in c582d848fa49 08:51:52 Removing intermediate container c582d848fa49 08:51:52 ---> 2234d2608351 08:51:52 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:51:53 ---> 6e4f86b42c22 08:51:53 Step 26/31 : RUN chmod +x /entrypoint.sh 08:51:53 Removing intermediate container ad67391831dd 08:51:53 ---> 3bf85797e481 08:51:53 08:51:53 Step 10/23 : FROM alpine:3.12 08:51:53 ---> 9852663dfa18 08:51:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:51:53 ---> Running in 2fd3c282e42d 08:51:53 ---> Running in e22cf1aa47c1 08:51:54 Removing intermediate container e22cf1aa47c1 08:51:54 ---> 51cf67552d43 08:51:54 Step 12/23 : ENV APP_PORT=48080 08:51:54 ---> Running in 7ef543210b40 08:51:54 Removing intermediate container 7ef543210b40 08:51:54 ---> 996f8f4d27f5 08:51:54 Step 13/23 : EXPOSE $APP_PORT 08:51:55 ---> Running in e681d4fb550b 08:51:55 Removing intermediate container e681d4fb550b 08:51:55 ---> 1a3cfbb488f3 08:51:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:55 Removing intermediate container 2fd3c282e42d 08:51:55 ---> 199d365b3db1 08:51:55 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:51:55 ---> Running in 7aec56734b2d 08:51:56 ---> Running in d8e3e65b3f1c 08:51:56 Removing intermediate container d8e3e65b3f1c 08:51:56 ---> 92b6402d1602 08:51:56 Step 28/31 : CMD ["gate"] 08:51:57 ---> Running in 8a13967d9c85 08:51:57 Removing intermediate container 8a13967d9c85 08:51:57 ---> abba69c378e1 08:51:57 Step 29/31 : LABEL arch=arm64 08:51:58 ---> Running in 85fc61c6f59d 08:51:58 Removing intermediate container 85fc61c6f59d 08:51:58 ---> 546c410e1e68 08:51:58 Step 30/31 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:51:58 Removing intermediate container 7aec56734b2d 08:51:58 ---> 777ca2348476 08:51:58 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:51:58 ---> Running in 0eb28c6764a8 08:51:58 ---> Running in 87528b07756b 08:51:59 Removing intermediate container 0eb28c6764a8 08:51:59 ---> 55b628b8ab49 08:51:59 Step 31/31 : LABEL version=0.0.0 08:51:59 ---> Running in 8518cc751f27 08:52:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:52:00 Removing intermediate container 8518cc751f27 08:52:00 ---> 06dd1e830be2 08:52:00 08:52:00 Successfully built 06dd1e830be2 08:52:00 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:52:00  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:52:01 (1/6) Installing dumb-init (1.2.2-r1) 08:52:01 (2/6) Installing libgcc (9.3.0-r2) 08:52:01 (3/6) Installing libsodium (1.0.18-r0) 08:52:01 (4/6) Installing libstdc++ (9.3.0-r2) 08:52:02 (5/6) Installing libzmq (4.3.3-r0) 08:52:02 (6/6) Installing zeromq (4.3.3-r0) 08:52:02 Executing busybox-1.31.1-r20.trigger 08:52:02 OK: 8 MiB in 20 packages 08:52:03 Removing intermediate container 87528b07756b 08:52:03 ---> acc07c2951bd 08:52:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:04 ---> ecfafc90ce5a 08:52:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:52:05 ---> 9a10e15b6d14 08:52:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:52:06 ---> 8e215c25f1be 08:52:06 Step 19/23 : ENTRYPOINT ["/core-data"] 08:52:06 ---> Running in 76dfba07858c 08:52:07 Removing intermediate container 76dfba07858c 08:52:07 ---> ee3fac43a43d 08:52:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:07 ---> Running in e580fb298864 08:52:07 Removing intermediate container e580fb298864 08:52:07 ---> 45422a71ae9d 08:52:07 Step 21/23 : LABEL arch=arm64 08:52:07 ---> Running in 52309824d08a 08:52:08 Removing intermediate container 52309824d08a 08:52:08 ---> e004d311a684 08:52:08 Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:52:08 ---> Running in 0703c664d851 08:52:08 Removing intermediate container 0703c664d851 08:52:08 ---> 4afa36b5005c 08:52:08 Step 23/23 : LABEL version=0.0.0 08:52:08 ---> Running in 624e698ec4a8 08:52:09 Removing intermediate container 624e698ec4a8 08:52:09 ---> cecece4e980e 08:52:09 08:52:09 Successfully built cecece4e980e 08:52:09 Successfully tagged docker-core-data-go-arm64:latest 08:52:09  Building docker-core-data-go ... done  [Pipeline] } 08:52:09 $ docker stop --time=1 e6934b463fe7d16d8aba7e69cbd9ed732188c241cfdcbb2e5621ad29460b05f1 08:52:11 $ docker rm -f e6934b463fe7d16d8aba7e69cbd9ed732188c241cfdcbb2e5621ad29460b05f1 [Pipeline] // withDockerContainer [Pipeline] sh 08:52:12 + docker images 08:52:12 + grep docker 08:52:12 docker-core-data-go-arm64 latest cecece4e980e 4 seconds ago 20.3MB 08:52:12 docker-security-bootstrapper-go-arm64 latest 06dd1e830be2 13 seconds ago 17.1MB 08:52:12 docker-core-metadata-go-arm64 latest 13de10a8c77c 24 seconds ago 17.4MB 08:52:12 docker-core-command-go-arm64 latest 109c7f37851b 27 seconds ago 16.1MB 08:52:12 docker-sys-mgmt-agent-go-arm64 latest 6225ddc83636 2 minutes ago 299MB 08:52:12 docker-support-scheduler-go-arm64 latest d11c51dceb1d 3 minutes ago 16.1MB 08:52:12 docker-support-notifications-go-arm64 latest 3fdf2f7746cf 3 minutes ago 16.6MB 08:52:12 docker-security-secretstore-setup-go-arm64 latest 36fc68c044f4 3 minutes ago 24.1MB 08:52:12 docker-security-proxy-setup-go-arm64 latest 34786da85732 3 minutes ago 23.9MB 08:52:12 docker 20.10.0 eeaf43b92773 4 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 08:52:13 ---> job-cost.sh 08:52:13 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lowy 08:52:38 Removing intermediate container c7046db1fdec 08:52:38 ---> 3c8d0d880454 08:52:38 08:52:38 Step 10/31 : FROM alpine:3.12 08:52:38 ---> 13621d1b12d4 08:52:38 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:52:38 ---> Running in f2b103296545 08:52:38 Removing intermediate container 127d8b065ce1 08:52:38 ---> 60b9dbded3b7 08:52:38 08:52:38 Step 10/23 : FROM alpine:3.12 08:52:38 ---> 13621d1b12d4 08:52:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:52:38 ---> Using cache 08:52:38 ---> cb9eb2f4c0ff 08:52:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:52:38 ---> Using cache 08:52:38 ---> 0a49cea47be3 08:52:38 Step 13/23 : ENV APP_PORT=48082 08:52:38 ---> Running in 0f6ce93594db 08:52:38 Removing intermediate container f2b103296545 08:52:38 ---> bcbd66c7f9d9 08:52:38 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:52:38 ---> Running in ab1027acfd9d 08:52:38 Removing intermediate container 0f6ce93594db 08:52:38 ---> 4d575c842e51 08:52:38 Step 14/23 : EXPOSE $APP_PORT 08:52:40 ---> Running in cae9dc589481 08:52:42 Removing intermediate container cae9dc589481 08:52:42 ---> 3b104653e026 08:52:42 Step 15/23 : WORKDIR / 08:52:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:52:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:52:44 (1/2) Installing dumb-init (1.2.2-r1) 08:52:44 (2/2) Installing su-exec (0.2-r1) 08:52:44 Executing busybox-1.31.1-r20.trigger 08:52:44 OK: 6 MiB in 16 packages 08:52:44 ---> Running in f7ea9d46477c 08:52:45 Removing intermediate container c183a1a5e105 08:52:45 ---> d6e9ae47657f 08:52:45 08:52:45 Step 10/23 : FROM alpine:3.12 08:52:45 ---> 13621d1b12d4 08:52:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:52:45 Removing intermediate container e805524ef49f 08:52:45 ---> 911e19a5a292 08:52:45 08:52:45 Step 10/23 : FROM alpine:3.12 08:52:45 ---> 13621d1b12d4 08:52:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:52:45 ---> Using cache 08:52:45 ---> cb9eb2f4c0ff 08:52:45 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:52:45 ---> Using cache 08:52:45 ---> 0a49cea47be3 08:52:45 Step 13/23 : ENV APP_PORT=48081 08:52:46 ---> Running in cc2accfeb0b2 08:52:46 ---> Running in 7c830383a71c 08:52:46 Removing intermediate container f7ea9d46477c 08:52:46 ---> 75a6cc287d4d 08:52:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:46 Removing intermediate container cc2accfeb0b2 08:52:46 ---> e8323b945ad4 08:52:46 Step 12/23 : ENV APP_PORT=48080 08:52:46 ---> Running in fde8c005ab59 08:52:47 Removing intermediate container 7c830383a71c 08:52:47 ---> 0a9f33958e35 08:52:47 Step 14/23 : EXPOSE $APP_PORT 08:52:47 Removing intermediate container ab1027acfd9d 08:52:47 ---> 27179b403e20 08:52:47 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:52:47 ---> 01f7a1844635 08:52:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:52:47 ---> Running in 7ac20b39e278 08:52:47 Removing intermediate container fde8c005ab59 08:52:47 ---> 35c79c7054c3 08:52:47 Step 13/23 : EXPOSE $APP_PORT 08:52:47 ---> Running in 16d88ee37547 08:52:47 ---> Running in 6ef12845a2c3 08:52:48 Removing intermediate container 7ac20b39e278 08:52:48 ---> e7fe848eb88c 08:52:48 Step 15/23 : WORKDIR / 08:52:48 ---> Running in 24421c94e0c4 08:52:48 Removing intermediate container 6ef12845a2c3 08:52:48 ---> 2d5248beb939 08:52:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:48 Removing intermediate container 16d88ee37547 08:52:48 ---> 82f46f4867f8 08:52:48 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:52:48 ---> Running in 42bf1123eae7 08:52:49 ---> Running in de103840d26a 08:52:49 ---> 996f2bbc1f40 08:52:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:52:49 Removing intermediate container 24421c94e0c4 08:52:49 ---> eb7d2d367a69 08:52:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:49 Removing intermediate container de103840d26a 08:52:49 ---> c877bbb84591 08:52:49 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:52:50 ---> Running in 737fbf02baa8 08:52:50 ---> 65c20b1a9273 08:52:50 Step 19/23 : ENTRYPOINT ["/core-command"] 08:52:50 ---> Running in a40915a6c42f 08:52:50 ---> 80020606ff8d 08:52:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:52:51 Removing intermediate container a40915a6c42f 08:52:51 ---> 1cefad600153 08:52:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:51 ---> Running in efc58f9e60d4 08:52:52 Removing intermediate container 42bf1123eae7 08:52:52 ---> c85d1ad7f667 08:52:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:52:52 Removing intermediate container efc58f9e60d4 08:52:52 ---> 0d3794afde1c 08:52:52 Step 21/23 : LABEL arch=x86_64 08:52:52 ---> 517330858275 08:52:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:52:52 ---> Running in 70fd9119cdd3 08:52:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:52:53 ---> Running in 921dc79472cb 08:52:54 Removing intermediate container 921dc79472cb 08:52:54 ---> 0f36394b25c0 08:52:54 Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:52:54 Removing intermediate container 737fbf02baa8 08:52:54 ---> cc25ac88b2a9 08:52:54 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:52:54 ---> 4e6c0cdb264e 08:52:54 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:52:54 ---> Running in 6ac0dd4dda62 08:52:54 ---> Running in 86e730ad5e17 08:52:54 ---> Running in 0ebab4368f13 08:52:54 Removing intermediate container 6ac0dd4dda62 08:52:54 ---> 1269df80b4ca 08:52:54 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:52:54 Removing intermediate container 86e730ad5e17 08:52:54 ---> 7654b7cab753 08:52:54 Step 23/23 : LABEL version=0.0.0 08:52:55 Removing intermediate container 0ebab4368f13 08:52:55 ---> 020e540d0e17 08:52:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:52:55 ---> Running in 2d826c55ec58 08:52:55 ---> Running in 75b251a14ff1 08:52:56 Removing intermediate container 2d826c55ec58 08:52:56 ---> 42f8ba822a8b 08:52:56 08:52:56 ---> a8ed34a49a43 08:52:56 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:52:56 Removing intermediate container 75b251a14ff1 08:52:56 ---> e3841ebaac24 08:52:56 Step 21/23 : LABEL arch=x86_64 08:52:56 (1/6) Installing dumb-init (1.2.2-r1) 08:52:56 ---> Running in 325a6cd1aefd 08:52:56 (2/6) Installing libgcc (9.3.0-r2) 08:52:56 (3/6) Installing libsodium (1.0.18-r0) 08:52:56 ---> Running in 2ede25bb4382 08:52:56 (4/6) Installing libstdc++ (9.3.0-r2) 08:52:57 Successfully built 42f8ba822a8b 08:52:57 Successfully tagged docker-core-command-go:latest 08:52:57  Building docker-core-command-go ... done (5/6) Installing libzmq (4.3.3-r0) 08:52:57 Removing intermediate container 2ede25bb4382 08:52:57 ---> 616b05acc140 08:52:57 Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:52:57 (6/6) Installing zeromq (4.3.3-r0) 08:52:57 Executing busybox-1.31.1-r20.trigger 08:52:57 OK: 8 MiB in 20 packages 08:52:57 ---> Running in 1e1302b71e0d 08:52:58 Removing intermediate container 1e1302b71e0d 08:52:58 ---> 765bf4ba6504 08:52:58 Step 23/23 : LABEL version=0.0.0 08:52:58 ---> Running in e08817924974 08:52:59 Removing intermediate container e08817924974 08:52:59 ---> 54874f1ca0f1 08:52:59 08:52:59 Removing intermediate container 70fd9119cdd3 08:52:59 ---> 0cb43713181f 08:52:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:59 Successfully built 54874f1ca0f1 08:52:59 Successfully tagged docker-core-metadata-go:latest 08:52:59  Building docker-core-metadata-go ... done Removing intermediate container 325a6cd1aefd 08:52:59 ---> 30e704bd902d 08:52:59 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:52:59 ---> 511046e82903 08:52:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:53:00 ---> 4815d4b600d0 08:53:00 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:53:02 ---> 394c20ca0f95 08:53:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:53:02 ---> a26e6ceea2b5 08:53:02 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:53:02 ---> 14ab91490303 08:53:02 Step 19/23 : ENTRYPOINT ["/core-data"] 08:53:02 ---> Running in d4130a27cc7b 08:53:03 Removing intermediate container d4130a27cc7b 08:53:03 ---> 4fbe4340cfce 08:53:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:53:03 ---> 86a0a5d3c1c4 08:53:03 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:53:03 ---> Running in e8fd7435e2a3 08:53:04 Removing intermediate container e8fd7435e2a3 08:53:04 ---> c1b32b958551 08:53:04 Step 21/23 : LABEL arch=x86_64 08:53:04 ---> 31f934e39ad5 08:53:04 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:53:04 ---> Running in bcaf86b1de7e 08:53:04 Removing intermediate container bcaf86b1de7e 08:53:04 ---> c8c7a3375db8 08:53:04 Step 22/23 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:53:05 ---> 1f9348254a02 08:53:05 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:53:05 ---> Running in 5c6cfef77da9 08:53:05 Removing intermediate container 5c6cfef77da9 08:53:05 ---> 8de65fc18763 08:53:05 Step 23/23 : LABEL version=0.0.0 08:53:05 ---> Running in 4413ac81acbb 08:53:05 ---> Running in 2d39c92c6e68 08:53:06 Removing intermediate container 4413ac81acbb 08:53:06 ---> 5da61063f773 08:53:06 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:53:06 Removing intermediate container 2d39c92c6e68 08:53:06 ---> a8edeb8ec563 08:53:06 08:53:06 ---> 965da0d05e8a 08:53:06 Step 26/31 : RUN chmod +x /entrypoint.sh 08:53:07 Successfully built a8edeb8ec563 08:53:07 Successfully tagged docker-core-data-go:latest 08:53:07  Building docker-core-data-go ... done  ---> Running in 174529a798f6 08:53:09 Removing intermediate container 174529a798f6 08:53:09 ---> 9198f40dfc32 08:53:09 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:53:09 ---> Running in f02f8a3323f6 08:53:10 Removing intermediate container f02f8a3323f6 08:53:10 ---> 21980ca9d9c2 08:53:10 Step 28/31 : CMD ["gate"] 08:53:10 ---> Running in cff4450602ed 08:53:10 Removing intermediate container cff4450602ed 08:53:10 ---> 5c3016deb43e 08:53:10 Step 29/31 : LABEL arch=x86_64 08:53:11 ---> Running in 894bc7de9b06 08:53:11 Removing intermediate container 894bc7de9b06 08:53:11 ---> fbbb779707e2 08:53:11 Step 30/31 : LABEL git_sha=fdd2f6538c016edec960e73013a8ac315277938c 08:53:11 ---> Running in 35df164b8b36 08:53:12 Removing intermediate container 35df164b8b36 08:53:12 ---> e075c39e6859 08:53:12 Step 31/31 : LABEL version=0.0.0 08:53:13 ---> Running in 693a0e3faed0 08:53:13 Removing intermediate container 693a0e3faed0 08:53:13 ---> 38f8178cc064 08:53:13 08:53:14 Successfully built 38f8178cc064 08:53:14 Successfully tagged docker-security-bootstrapper-go:latest 08:53:15  Building docker-security-bootstrapper-go ... done  [Pipeline] } 08:53:15 $ docker stop --time=1 dd263d267027c2898eb80b3d6f16dd6897410d8fd7cf7c7b39415a9560546b53 08:53:17 $ docker rm -f dd263d267027c2898eb80b3d6f16dd6897410d8fd7cf7c7b39415a9560546b53 [Pipeline] // withDockerContainer [Pipeline] sh 08:53:18 + docker images 08:53:18 + grep docker 08:53:19 docker-security-bootstrapper-go latest 38f8178cc064 6 seconds ago 18.2MB 08:53:19 docker-core-data-go latest a8edeb8ec563 14 seconds ago 21.5MB 08:53:19 docker-core-metadata-go latest 54874f1ca0f1 21 seconds ago 18.6MB 08:53:19 docker-core-command-go latest 42f8ba822a8b 24 seconds ago 17MB 08:53:19 docker-sys-mgmt-agent-go latest 412a2874e02b About a minute ago 312MB 08:53:19 docker-security-secretstore-setup-go latest 1f0b01b33812 5 minutes ago 25.6MB 08:53:19 docker-security-proxy-setup-go latest 5cc080c2f362 5 minutes ago 25.3MB 08:53:19 docker-support-scheduler-go latest 2d02a65c0ea2 5 minutes ago 17.1MB 08:53:19 docker-support-notifications-go latest 88b5988e67dd 5 minutes ago 17.6MB 08:53:19 docker 20.10.0 aefe523efa57 4 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 08:53:35 Still waiting to schedule task 08:53:35 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 08:54:29 lf-activate-venv(): INFO: Adding /tmp/venv-lowy/bin to PATH 08:54:29 INFO: No Stack... 08:54:29 INFO: Retrieving Pricing Info for: lf-standard-4 08:54:29 INFO: Archiving Costs [Pipeline] sh 08:54:29 + cut -d, -f6 08:54:29 + cat /w/workspace/edgex-go/3/archives/cost.csv [Pipeline] lock 08:54:30 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3406-3-stack-cost] 08:54:30 Resource [jenkins-edgexfoundry-edgex-go-PR-3406-3-stack-cost] did not exist. Created. 08:54:30 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3406-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:54:30 + echo total: 0.20999999344348907 [Pipeline] stash 08:54:30 Stashed 1 file(s) [Pipeline] } 08:54:30 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3406-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:55:20 Running on prd-ubuntu18.04-docker-8c-8g-2494 in /w/workspace/edgexfoundry_edgex-go_PR-3406 [Pipeline] { [Pipeline] ws 08:55:20 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 08:55:22 using credential edgex-jenkins-ssh 08:55:22 Cloning the remote Git repository 08:55:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:55:22 > git init /w/workspace/edgex-go/3 # timeout=10 08:55:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:55:22 > git --version # timeout=10 08:55:22 > git --version # 'git version 2.17.1' 08:55:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:55:36 Merging remotes/origin/master commit d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf into PR head commit 354513ea476727261fb8f3ec0718bce51a661462 08:55:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:55:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:55:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:55:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:55:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3406/head:refs/remotes/origin/PR-3406 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:55:36 > git config core.sparsecheckout # timeout=10 08:55:36 > git checkout -f 354513ea476727261fb8f3ec0718bce51a661462 # timeout=10 08:55:36 Merge succeeded, producing 53bf167093d6395f38fa34c4112aa5723fad3643 08:55:36 Checking out Revision 53bf167093d6395f38fa34c4112aa5723fad3643 (PR-3406) 08:55:36 > git remote # timeout=10 08:55:36 > git config --get remote.origin.url # timeout=10 08:55:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:55:36 > git merge d6318df2f8bb2a506ec79eba6fd1e19881bc4fbf # timeout=10 08:55:36 > git rev-parse HEAD^{commit} # timeout=10 08:55:36 > git config core.sparsecheckout # timeout=10 08:55:36 > git checkout -f 53bf167093d6395f38fa34c4112aa5723fad3643 # timeout=10 08:55:40 Commit message: "Merge commit 'd6318df2f8bb2a506ec79eba6fd1e19881bc4fbf' into HEAD" 08:55:40 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:55:41 + echo snap-build.sh 08:55:41 snap-build.sh 08:55:41 + SNAP_BASE_DIR=. 08:55:41 + '[' '!' -z /w/workspace/edgex-go/3 ']' 08:55:41 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 08:55:41 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 08:55:41 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 08:55:41 + cd /w/workspace/edgex-go/3 08:55:41 + sudo apt-get remove -qy --purge lxd lxd-client 08:55:41 Reading package lists... 08:55:41 Building dependency tree... 08:55:41 Reading state information... 08:55:41 The following packages were automatically installed and are no longer required: 08:55:41 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:55:41 uidmap xdelta3 08:55:41 Use 'sudo apt autoremove' to remove them. 08:55:42 The following packages will be REMOVED: 08:55:42 lxd* lxd-client* 08:55:40 > git rev-list --no-walk 79d20967a9d109c3fbee4102c6caac819f357bd5 # timeout=10 08:55:42 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:55:42 After this operation, 31.7 MB disk space will be freed. 08:55:43 (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.) 08:55:43 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:55:45 Removing lxd dnsmasq configuration 08:55:45 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:55:45 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:55:46 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:55:46 (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.) 08:55:46 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:55:47 Processing triggers for systemd (237-3ubuntu10.42) ... 08:55:48 Processing triggers for ureadahead (0.100.0-21) ... 08:55:50 + sudo snap remove --purge lxd 08:55:50 snap "lxd" is not installed 08:55:50 + sudo groupadd --force --system lxd 08:55:50 ++ whoami 08:55:50 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:55:50 + newgrp - lxd 08:55:50 + sudo snap install lxd 08:55:58 2021-04-30T08:55:55Z INFO Waiting for automatic snapd restart... 08:56:16 lxd 4.13 from Canonical* installed 08:56:16 + sudo lxd init --auto 08:56:22 + sudo snap install --classic snapcraft 08:56:29 snapcraft 4.6.3 from Canonical* installed 08:56:29 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:56:29 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:56:29 % Total % Received % Xferd Average Speed Time Time Time Current 08:56:29 Dload Upload Total Spent Left Speed 08:56:29 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4937 0 --:--:-- --:--:-- --:--:-- 4937 08:56:29 100 3325k 100 3325k 0 0 6394k 0 --:--:-- --:--:-- --:--:-- 6394k 08:56:29 ./yq_linux_amd64 08:56:29 + sudo snapcraft prime --use-lxd 08:56:31 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:56:31 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: 08:56:31 - README.md 08:56:31 08:56:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:56:32 Launching a container. 08:56:44 Waiting for container to be ready 08:56:44 To start your first instance, try: lxc launch ubuntu:18.04 08:56:44 08:56:48 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:56:49 Waiting for network to be ready... 08:56:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:56:50 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:56:50 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:56:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:56:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:56:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:56:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:56:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:56:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:56:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:56:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:56:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:56:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:56:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:56:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:56:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:56:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:56:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:56:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:56:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:56:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:56:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:56:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:56:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:56:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:56:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:56:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:56:55 Fetched 24.4 MB in 5s (4668 kB/s) 08:56:56 Reading package lists... 08:56:56 Reading package lists... 08:56:56 Building dependency tree... 08:56:56 Reading state information... 08:56:56 The following additional packages will be installed: 08:56:56 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:56:56 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:56:56 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:56:56 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:56:56 Suggested packages: 08:56:56 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:56:56 Recommended packages: 08:56:56 gnupg libsasl2-modules 08:56:56 The following NEW packages will be installed: 08:56:56 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:56:56 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:56:56 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:56:56 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:56:56 The following packages will be upgraded: 08:56:56 gpg gpg-agent gpgconf libudev1 08:56:56 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:56:56 Need to get 3529 kB of archives. 08:56:56 After this operation, 13.3 MB of additional disk space will be used. 08:56:56 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] 08:56:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:56:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:56:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:56:57 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:56:57 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:56:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:56:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:56:58 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:56:58 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:56:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:56:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:56:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:56:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:56:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:56:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:56:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:56:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:56:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:56:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:56:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:56:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:56:58 debconf: delaying package configuration, since apt-utils is not installed 08:56:58 Fetched 3529 kB in 1s (2393 kB/s) 08:56:58 (Reading database ... 12511 files and directories currently installed.) 08:56:58 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:56:58 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:56:58 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:56:58 Selecting previously unselected package udev. 08:56:58 (Reading database ... 12511 files and directories currently installed.) 08:56:58 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:56:58 Unpacking udev (237-3ubuntu10.46) ... 08:56:59 Selecting previously unselected package libfuse2:amd64. 08:56:59 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:56:59 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:56:59 Selecting previously unselected package fuse. 08:56:59 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:56:59 Unpacking fuse (2.9.7-1ubuntu1) ... 08:56:59 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:56:59 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:56:59 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:56:59 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:56:59 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:57:00 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:57:00 Selecting previously unselected package libksba8:amd64. 08:57:00 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:57:00 Unpacking libksba8:amd64 (1.3.5-2) ... 08:57:00 Selecting previously unselected package libroken18-heimdal:amd64. 08:57:00 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:00 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:00 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:57:00 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:00 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:00 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:57:00 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:00 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:00 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:57:00 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:00 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:00 Selecting previously unselected package libwind0-heimdal:amd64. 08:57:00 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:00 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:57:00 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:00 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:00 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:57:00 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:00 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:01 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:57:01 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:01 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:01 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:57:01 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:57:01 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:01 Selecting previously unselected package libsasl2-modules-db:amd64. 08:57:01 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:57:01 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:57:01 Selecting previously unselected package libsasl2-2:amd64. 08:57:01 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:57:01 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:57:01 Selecting previously unselected package libldap-common. 08:57:01 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:57:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:57:01 Selecting previously unselected package libldap-2.4-2:amd64. 08:57:01 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:57:01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:57:01 Selecting previously unselected package dirmngr. 08:57:01 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:57:01 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:57:01 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:57:01 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:57:01 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:57:01 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:57:01 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:57:01 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:57:01 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:01 Setting up libksba8:amd64 (1.3.5-2) ... 08:57:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:57:02 Setting up udev (237-3ubuntu10.46) ... 08:57:02 invoke-rc.d: policy-rc.d denied execution of start. 08:57:02 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:02 Processing triggers for systemd (237-3ubuntu10) ... 08:57:02 Setting up fuse (2.9.7-1ubuntu1) ... 08:57:02 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:57:02 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:02 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:02 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:02 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:02 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:02 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:03 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:57:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:57:03 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:57:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:57:04 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:57:04 settings in the [Install] section, and DefaultInstance for template units). 08:57:04 This means they are not meant to be enabled using systemctl. 08:57:04 Possible reasons for having this kind of units are: 08:57:04 1) A unit may be statically enabled by being symlinked from another unit's 08:57:04 .wants/ or .requires/ directory. 08:57:04 2) A unit's purpose may be to act as a helper for some other unit which has 08:57:04 a requirement dependency on it. 08:57:04 3) A unit may be started when needed via activation (socket, path, timer, 08:57:04 D-Bus, udev, scripted systemctl call, ...). 08:57:04 4) In case of template units, the unit is meant to be enabled with some 08:57:04 instance name specified. 08:57:04 Reading package lists... 08:57:04 Building dependency tree... 08:57:04 Reading state information... 08:57:04 The following additional packages will be installed: 08:57:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:57:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:57:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:57:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:57:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:57:04 Suggested packages: 08:57:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:57:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:57:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:57:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:57:04 systemd-container policykit-1 08:57:04 Recommended packages: 08:57:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:57:04 The following NEW packages will be installed: 08:57:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:57:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:57:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:57:04 multiarch-support openssh-client python3 python3-minimal python3.6 08:57:04 python3.6-minimal snapd squashfs-tools sudo 08:57:04 The following packages will be upgraded: 08:57:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:57:04 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:57:04 Need to get 35.2 MB of archives. 08:57:04 After this operation, 141 MB of additional disk space will be used. 08:57:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:57:04 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:57:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:57:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:57:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:57:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:57:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:57:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:57:05 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:57:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:57:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:57:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:57:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:57:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:57:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:57:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:57:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:57:06 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:57:06 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:57:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:57:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:57:06 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:57:06 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:57:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:57:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:57:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:57:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:57:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:57:06 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:57:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:57:06 debconf: delaying package configuration, since apt-utils is not installed 08:57:06 Fetched 35.2 MB in 1s (24.0 MB/s) 08:57:06 (Reading database ... 12757 files and directories currently installed.) 08:57:06 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:57:06 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:57:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:57:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:57:07 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:57:07 (Reading database ... 12757 files and directories currently installed.) 08:57:07 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:57:07 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:57:07 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:57:07 (Reading database ... 12757 files and directories currently installed.) 08:57:07 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:57:07 Unpacking apt (1.6.13) over (1.6.1) ... 08:57:08 Setting up apt (1.6.13) ... 08:57:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:57:08 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:57:09 (Reading database ... 12764 files and directories currently installed.) 08:57:09 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:57:09 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:57:09 Selecting previously unselected package libpython3.6-minimal:amd64. 08:57:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:57:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:57:09 Selecting previously unselected package libexpat1:amd64. 08:57:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:57:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:57:09 Selecting previously unselected package python3.6-minimal. 08:57:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:57:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:57:09 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:57:10 Checking for services that may need to be restarted...done. 08:57:10 Checking for services that may need to be restarted...done. 08:57:10 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:57:10 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:57:10 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:57:11 Selecting previously unselected package python3-minimal. 08:57:11 (Reading database ... 13012 files and directories currently installed.) 08:57:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:57:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:57:11 Selecting previously unselected package mime-support. 08:57:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:57:11 Unpacking mime-support (3.60ubuntu1) ... 08:57:11 Selecting previously unselected package libmpdec2:amd64. 08:57:11 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:57:11 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:57:11 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:57:11 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:57:11 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:57:12 Selecting previously unselected package python3.6. 08:57:12 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:57:12 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:57:12 Selecting previously unselected package libpython3-stdlib:amd64. 08:57:12 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:57:12 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:57:12 Setting up python3-minimal (3.6.7-1~18.04) ... 08:57:12 Selecting previously unselected package python3. 08:57:12 (Reading database ... 13442 files and directories currently installed.) 08:57:12 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:57:12 Unpacking python3 (3.6.7-1~18.04) ... 08:57:12 Selecting previously unselected package multiarch-support. 08:57:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:57:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:57:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:57:12 Selecting previously unselected package liblzo2-2:amd64. 08:57:12 (Reading database ... 13479 files and directories currently installed.) 08:57:12 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:57:12 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:57:12 Selecting previously unselected package libbsd0:amd64. 08:57:12 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:57:12 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:57:13 Selecting previously unselected package sudo. 08:57:13 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:57:13 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:57:13 Selecting previously unselected package apparmor. 08:57:13 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:57:13 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:57:13 Selecting previously unselected package libedit2:amd64. 08:57:13 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:57:13 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:57:13 Selecting previously unselected package libkrb5support0:amd64. 08:57:13 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:57:13 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:57:13 Selecting previously unselected package libk5crypto3:amd64. 08:57:13 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:57:13 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:57:13 Selecting previously unselected package libkeyutils1:amd64. 08:57:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:57:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:57:13 Selecting previously unselected package libkrb5-3:amd64. 08:57:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:57:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:57:14 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:57:14 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:57:14 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:57:14 Selecting previously unselected package libssl1.0.0:amd64. 08:57:14 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:57:14 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:57:14 Selecting previously unselected package openssh-client. 08:57:14 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:57:14 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:57:14 Selecting previously unselected package squashfs-tools. 08:57:14 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:57:14 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:57:14 Selecting previously unselected package snapd. 08:57:14 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:57:14 Unpacking snapd (2.48.3+18.04) ... 08:57:17 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:57:17 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:57:17 Setting up mime-support (3.60ubuntu1) ... 08:57:17 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:57:17 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:57:17 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:57:17 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:57:17 Setting up systemd (237-3ubuntu10.46) ... 08:57:17 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:57:18 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:57:18 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:57:18 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:57:18 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:57:18 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:57:18 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:57:19 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:57:19 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:57:19 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:57:19 Setting up python3 (3.6.7-1~18.04) ... 08:57:19 running python rtupdate hooks for python3.6... 08:57:19 running python post-rtupdate hooks for python3.6... 08:57:19 Setting up apparmor (2.12-4ubuntu5.1) ... 08:57:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:57:21 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:57:21 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:57:21 Setting up snapd (2.48.3+18.04) ... 08:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:57:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:57:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:57:23 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:57:23 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:57:23 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:57:23 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:57:23 /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' 08:57:23 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:57:23 Processing triggers for systemd (237-3ubuntu10.46) ... 08:57:25 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:57:25 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:57:25 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:57:27 Reading package lists... 08:57:27 Reading package lists... 08:57:27 Building dependency tree... 08:57:27 Reading state information... 08:57:27 Calculating upgrade... 08:57:27 The following packages will be upgraded: 08:57:27 advancecomp base-files bash binutils binutils-common 08:57:27 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:57:27 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:57:27 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:57:27 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:57:27 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:57:27 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:57:27 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:57:27 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:57:27 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:57:27 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:57:27 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:57:27 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:57:27 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:57:27 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:57:28 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:57:28 Need to get 64.0 MB of archives. 08:57:28 After this operation, 5034 kB of additional disk space will be used. 08:57:28 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:57:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:57:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:57:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:57:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:57:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:57:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:57:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:57:29 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:57:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:57:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:57:29 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:57:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:57:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:57:29 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:57:29 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:57:29 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:57:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:57:29 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:57:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:57:29 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:57:29 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:57:29 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:57:29 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:57:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:57:29 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:57:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:57:29 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:57:29 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:57:29 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:57:29 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:57:29 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:57:29 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:57:29 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:57:29 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:57:29 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:57:29 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:57:29 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:57:29 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:57:29 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:57:29 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:57:29 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:57:29 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:57:29 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:57:29 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:57:29 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:57:29 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:57:29 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:57:29 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:57:29 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:57:29 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:57:29 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:57:29 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:57:29 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:57:29 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:57:29 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:57:29 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:57:29 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:57:29 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:57:29 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:57:29 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:57:29 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:57:29 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:57:29 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:57:29 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:57:29 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:57:29 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:57:29 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:57:29 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:57:29 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:57:29 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:57:29 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:57:29 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:57:29 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:57:29 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:57:29 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:57:29 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:57:29 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:57:29 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:57:29 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:57:29 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:57:29 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:57:30 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:57:30 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:57:30 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:57:30 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:57:30 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:57:30 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:57:30 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:57:30 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:57:30 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:57:30 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:57:30 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:57:30 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:57:30 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:57:31 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:57:31 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:57:31 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:57:31 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:57:31 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:57:31 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:57:31 debconf: delaying package configuration, since apt-utils is not installed 08:57:31 Fetched 64.0 MB in 3s (18.7 MB/s) 08:57:31 (Reading database ... 13912 files and directories currently installed.) 08:57:31 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:57:31 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:57:32 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:57:32 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:57:32 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:57:32 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:57:33 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:33 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:33 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:33 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:33 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:33 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:33 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:33 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:34 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:34 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:34 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:34 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:34 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:34 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:34 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:57:34 (Reading database ... 13911 files and directories currently installed.) 08:57:34 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:34 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:57:34 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:57:34 (Reading database ... 13911 files and directories currently installed.) 08:57:34 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:34 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:34 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:34 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:34 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:57:35 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:57:35 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:57:35 (Reading database ... 13911 files and directories currently installed.) 08:57:35 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:57:35 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:57:35 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:57:36 (Reading database ... 13911 files and directories currently installed.) 08:57:36 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:57:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:57:36 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:57:36 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:57:36 Setting up base-files (10.1ubuntu2.10) ... 08:57:36 Installing new version of config file /etc/issue ... 08:57:36 Installing new version of config file /etc/issue.net ... 08:57:36 Installing new version of config file /etc/lsb-release ... 08:57:36 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:57:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:57:36 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:57:36 Removing obsolete conffile /etc/default/motd-news ... 08:57:37 (Reading database ... 13912 files and directories currently installed.) 08:57:37 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:57:37 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:57:37 Setting up bash (4.4.18-2ubuntu1.2) ... 08:57:37 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 08:57:37 (Reading database ... 13912 files and directories currently installed.) 08:57:37 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:37 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:57:37 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:57:37 (Reading database ... 13912 files and directories currently installed.) 08:57:37 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:57:37 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:57:37 Setting up tar (1.29b-2ubuntu0.2) ... 08:57:37 (Reading database ... 13912 files and directories currently installed.) 08:57:37 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:57:37 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:57:37 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:57:38 (Reading database ... 13912 files and directories currently installed.) 08:57:38 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:57:38 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:57:38 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:57:38 (Reading database ... 13912 files and directories currently installed.) 08:57:38 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:57:38 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:57:38 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:57:38 (Reading database ... 13912 files and directories currently installed.) 08:57:38 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:57:38 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:57:38 Setting up grep (3.1-2build1) ... 08:57:39 (Reading database ... 13912 files and directories currently installed.) 08:57:39 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:57:39 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:57:39 Setting up login (1:4.5-1ubuntu2) ... 08:57:39 (Reading database ... 13912 files and directories currently installed.) 08:57:39 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:57:39 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:57:39 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:57:39 (Reading database ... 13912 files and directories currently installed.) 08:57:39 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:57:39 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:57:40 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:57:40 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:57:40 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:57:40 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:57:41 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:57:41 (Reading database ... 13912 files and directories currently installed.) 08:57:41 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:57:41 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:57:42 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:57:42 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:57:42 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:57:42 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:57:42 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:57:42 (Reading database ... 13912 files and directories currently installed.) 08:57:42 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:57:42 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:57:42 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:57:42 (Reading database ... 13912 files and directories currently installed.) 08:57:42 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:57:43 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:57:43 (Reading database ... 13912 files and directories currently installed.) 08:57:43 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:43 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:57:43 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:57:43 (Reading database ... 13912 files and directories currently installed.) 08:57:43 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:43 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:57:43 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:57:43 (Reading database ... 13912 files and directories currently installed.) 08:57:43 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:43 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:57:43 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:57:43 (Reading database ... 13912 files and directories currently installed.) 08:57:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:57:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:57:43 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:57:43 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:57:44 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:57:44 (Reading database ... 13912 files and directories currently installed.) 08:57:44 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:57:44 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:57:44 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:57:44 (Reading database ... 13912 files and directories currently installed.) 08:57:44 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:44 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:57:44 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:57:44 (Reading database ... 13912 files and directories currently installed.) 08:57:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:57:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:57:44 (Reading database ... 13912 files and directories currently installed.) 08:57:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:45 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:57:45 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:57:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:57:46 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:57:46 (Reading database ... 13912 files and directories currently installed.) 08:57:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:57:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:57:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:57:46 (Reading database ... 13912 files and directories currently installed.) 08:57:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:57:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:57:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:57:46 (Reading database ... 13914 files and directories currently installed.) 08:57:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:57:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:57:47 Setting up debconf (1.5.66ubuntu1) ... 08:57:47 (Reading database ... 13914 files and directories currently installed.) 08:57:47 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:57:47 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:57:47 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:57:47 (Reading database ... 13914 files and directories currently installed.) 08:57:47 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:57:47 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:57:48 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:57:48 (Reading database ... 13914 files and directories currently installed.) 08:57:48 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:57:48 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:57:48 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:57:48 (Reading database ... 13914 files and directories currently installed.) 08:57:48 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:57:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:57:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:57:48 (Reading database ... 13914 files and directories currently installed.) 08:57:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:57:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:57:49 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:57:49 (Reading database ... 13914 files and directories currently installed.) 08:57:49 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:57:49 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:57:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:57:49 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:57:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:57:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:57:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:57:49 (Reading database ... 13914 files and directories currently installed.) 08:57:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:57:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:57:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:57:50 (Reading database ... 13914 files and directories currently installed.) 08:57:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:57:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:57:50 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:57:50 (Reading database ... 13914 files and directories currently installed.) 08:57:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:57:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:57:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:57:50 (Reading database ... 13914 files and directories currently installed.) 08:57:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:57:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:57:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:57:50 (Reading database ... 13914 files and directories currently installed.) 08:57:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:57:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:57:51 Setting up passwd (1:4.5-1ubuntu2) ... 08:57:51 (Reading database ... 13914 files and directories currently installed.) 08:57:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:57:51 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:57:51 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:57:51 (Reading database ... 13914 files and directories currently installed.) 08:57:51 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:57:51 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:57:51 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:57:51 (Reading database ... 13914 files and directories currently installed.) 08:57:51 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:57:51 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:57:52 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:57:52 (Reading database ... 13914 files and directories currently installed.) 08:57:52 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:57:52 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:57:52 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:57:52 (Reading database ... 13914 files and directories currently installed.) 08:57:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:57:53 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:57:53 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:57:53 (Reading database ... 13914 files and directories currently installed.) 08:57:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:57:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:57:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:57:53 (Reading database ... 13914 files and directories currently installed.) 08:57:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:57:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:57:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:57:53 (Reading database ... 13914 files and directories currently installed.) 08:57:53 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:57:53 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:57:53 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:57:53 (Reading database ... 13914 files and directories currently installed.) 08:57:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:57:54 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:57:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:57:54 (Reading database ... 13915 files and directories currently installed.) 08:57:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:57:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:57:54 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:57:54 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:57:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:57:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:57:54 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:57:54 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:57:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:57:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:57:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:57:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:57:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:57:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:57:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:57:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:57:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:57:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:57:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:57:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:57:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:57:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:57:56 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:57:56 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:57:57 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:57:57 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:57:57 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:57:57 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:57:57 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:57:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:57:58 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:57:58 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:57:58 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:57:58 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:57:58 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:57:58 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:57:58 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:57:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:57:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:57:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:57:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:57:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:57:59 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:57:59 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:58:00 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:58:00 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:58:01 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:58:01 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:58:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:58:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:58:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:58:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:58:03 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:58:03 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:58:03 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:58:03 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:58:03 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:58:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:58:03 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:58:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:58:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:58:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:58:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:58:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:58:04 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:58:04 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:58:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:58:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:58:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:58:04 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:58:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:58:04 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:58:04 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:58:04 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:58:04 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:58:04 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:58:04 08:58:04 Current default time zone: 'Etc/UTC' 08:58:04 Local time is now: Fri Apr 30 08:58:04 UTC 2021. 08:58:04 Universal Time is now: Fri Apr 30 08:58:04 UTC 2021. 08:58:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:58:04 08:58:04 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:58:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:58:05 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:58:05 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:58:05 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:58:05 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:58:05 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:58:05 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:58:05 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:58:05 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:58:05 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:58:05 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:58:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:58:05 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:58:05 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:58:05 Setting up patch (2.7.6-2ubuntu1.1) ... 08:58:05 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:58:05 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:58:05 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:58:05 Installing new version of config file /etc/ssl/openssl.cnf ... 08:58:05 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:58:05 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:58:05 Setting up ca-certificates (20210119~18.04.1) ... 08:58:07 Updating certificates in /etc/ssl/certs... 08:58:08 23 added, 27 removed; done. 08:58:08 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:58:08 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:58:08 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:58:08 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:58:08 Setting up pkgbinarymangler (138.18.04.1) ... 08:58:08 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:58:08 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:58:08 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:58:08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:58:08 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:58:08 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:58:08 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:58:08 Setting up perl (5.26.1-6ubuntu0.5) ... 08:58:08 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:58:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:58:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:58:08 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:58:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:58:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:58:09 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:58:09 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:58:09 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:58:09 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:58:09 Processing triggers for systemd (237-3ubuntu10.46) ... 08:58:09 Processing triggers for mime-support (3.60ubuntu1) ... 08:58:09 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:58:09 Updating certificates in /etc/ssl/certs... 08:58:09 0 added, 0 removed; done. 08:58:09 Running hooks in /etc/ca-certificates/update.d... 08:58:09 done. 08:58:10 Reading package lists... 08:58:10 Building dependency tree... 08:58:10 Reading state information... 08:58:11 The following NEW packages will be installed: 08:58:11 apt-transport-https 08:58:11 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:58:11 Need to get 1692 B of archives. 08:58:11 After this operation, 154 kB of additional disk space will be used. 08:58:11 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:58:11 debconf: delaying package configuration, since apt-utils is not installed 08:58:11 Fetched 1692 B in 0s (9427 B/s) 08:58:11 Selecting previously unselected package apt-transport-https. 08:58:11 (Reading database ... 13920 files and directories currently installed.) 08:58:11 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:58:11 Unpacking apt-transport-https (1.6.13) ... 08:58:11 Setting up apt-transport-https (1.6.13) ... 08:58:11 Waiting for network to be ready... 08:58:20 2021-04-30T08:58:16Z INFO Waiting for automatic snapd restart... 08:58:20 snapd 2.49.2 from Canonical* installed 08:58:20 "snapd" switched to the "latest/stable" channel 08:58:20 08:58:25 core18 20210309 from Canonical* installed 08:58:25 "core18" switched to the "latest/stable" channel 08:58:25 08:58:32 snapcraft 4.6.3 from Canonical* installed 08:58:32 "snapcraft" switched to the "latest/stable" channel 08:58:32 08:58:36 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: 08:58:36 - README.md 08:58:36 08:58:36 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:58:43 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:58:43 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:58:43 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:58:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:58:44 Reading package lists... 08:58:44 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 08:58:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:58:51 Reading package lists... 08:58:51 Building dependency tree... 08:58:51 Reading state information... 08:58:51 Suggested packages: 08:58:51 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:58:51 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:58:51 Recommended packages: 08:58:51 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:58:51 The following NEW packages will be installed: 08:58:51 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:58:51 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:58:51 pkg-config zip 08:58:51 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:58:51 Need to get 7663 kB of archives. 08:58:51 After this operation, 43.8 MB of additional disk space will be used. 08:58:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:58:51 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:58:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:58:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:58:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:58:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:58:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:58:52 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:58:52 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:58:52 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:58:52 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:58:52 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:58:52 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:58:52 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:58:52 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:58:52 debconf: delaying package configuration, since apt-utils is not installed 08:58:52 Fetched 7663 kB in 1s (6391 kB/s) 08:58:52 Selecting previously unselected package libglib2.0-0:amd64. 08:58:52 (Reading database ... 13924 files and directories currently installed.) 08:58:52 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:58:52 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:58:52 Selecting previously unselected package libpsl5:amd64. 08:58:52 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:58:52 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:58:53 Selecting previously unselected package libnghttp2-14:amd64. 08:58:53 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:58:53 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:58:53 Selecting previously unselected package librtmp1:amd64. 08:58:53 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:58:53 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:58:53 Selecting previously unselected package libcurl3-gnutls:amd64. 08:58:53 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:58:53 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:58:53 Selecting previously unselected package liberror-perl. 08:58:53 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:58:53 Unpacking liberror-perl (0.17025-1) ... 08:58:53 Selecting previously unselected package git-man. 08:58:53 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:58:53 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:58:53 Selecting previously unselected package git. 08:58:53 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:58:53 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:58:54 Selecting previously unselected package libnorm1:amd64. 08:58:54 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:58:54 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:58:54 Selecting previously unselected package libpgm-5.2-0:amd64. 08:58:54 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:58:54 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:58:54 Selecting previously unselected package libsodium23:amd64. 08:58:54 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:58:54 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:58:54 Selecting previously unselected package libzmq5:amd64. 08:58:54 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:58:54 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:58:54 Selecting previously unselected package libzmq3-dev:amd64. 08:58:54 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:58:54 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:58:55 Selecting previously unselected package pkg-config. 08:58:55 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:58:55 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:58:55 Selecting previously unselected package zip. 08:58:55 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:58:55 Unpacking zip (3.0-11build1) ... 08:58:55 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:58:55 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:58:55 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:58:55 Setting up liberror-perl (0.17025-1) ... 08:58:55 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:58:55 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:58:55 No schema files found: doing nothing. 08:58:55 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:58:55 Setting up zip (3.0-11build1) ... 08:58:55 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:58:55 Setting up libsodium23:amd64 (1.0.16-2) ... 08:58:55 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:58:55 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:58:55 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:58:56 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:58:56 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:58:56 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:59:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:59:02 git set to automatically installed. 08:59:02 git-man set to automatically installed. 08:59:02 libcurl3-gnutls set to automatically installed. 08:59:02 liberror-perl set to automatically installed. 08:59:02 libglib2.0-0 set to automatically installed. 08:59:02 libnghttp2-14 set to automatically installed. 08:59:02 libnorm1 set to automatically installed. 08:59:02 libpgm-5.2-0 set to automatically installed. 08:59:02 libpsl5 set to automatically installed. 08:59:02 librtmp1 set to automatically installed. 08:59:02 libsodium23 set to automatically installed. 08:59:02 libzmq3-dev set to automatically installed. 08:59:02 libzmq5 set to automatically installed. 08:59:02 pkg-config set to automatically installed. 08:59:02 zip set to automatically installed. 08:59:04 snapd is not logged in, snap install commands will use sudo 08:59:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:59:11 snap "core18" has no updates available 08:59:13 snapd is not logged in, snap install commands will use sudo 08:59:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:59:34 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:59:34 Pulling go-build-helper 08:59:34 + snapcraftctl pull 08:59:36 'app-service-config' has dependencies that need to be staged: go-build-helper 08:59:36 Skipping pull go-build-helper (already ran) 08:59:36 Building go-build-helper 08:59:36 + snapcraftctl build 08:59:39 Staging go-build-helper 08:59:39 + snapcraftctl stage 08:59:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:59:51 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:59:51 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:59:51 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:59:51 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 08:59:51 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:59:51 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:59:51 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:59:51 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:59:51 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:59:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:59:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:59:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:59:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:59:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:59:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:59:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:59:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:59:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:59:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:59:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:59:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 08:59:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:59:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [324 kB] 08:59:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:59:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1734 kB] 08:59:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:59:51 Fetched 24.4 MB in 0s (0 B/s) 08:59:51 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:59:51 Fetched 224 kB in 0s (0 B/s) 08:59:51 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:59:51 Fetched 157 kB in 0s (0 B/s) 08:59:51 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:59:51 Fetched 221 kB in 0s (0 B/s) 08:59:51 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:59:51 Fetched 143 kB in 0s (0 B/s) 08:59:51 Pulling app-service-config 08:59:51 + snapcraftctl pull 08:59:52 Cloning into '/root/parts/app-service-config/src'... 08:59:53 Pulling config-common 08:59:53 + snapcraftctl pull 08:59:58 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:59:58 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:59:58 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:59:58 Fetched 0 B in 0s (0 B/s) 08:59:58 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:59:58 Fetched 0 B in 0s (0 B/s) 08:59:58 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:59:58 Fetched 0 B in 0s (0 B/s) 08:59:58 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:59:58 Fetched 0 B in 0s (0 B/s) 08:59:58 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:59:58 Fetched 0 B in 0s (0 B/s) 08:59:58 Pulling edgex-go 08:59:58 + snapcraftctl pull 09:00:24 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:00:24 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:00:24 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:00:24 Fetched 0 B in 0s (0 B/s) 09:00:24 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:00:24 Fetched 96.5 kB in 0s (0 B/s) 09:00:24 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:00:24 Fetched 279 kB in 0s (0 B/s) 09:00:24 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:00:24 Fetched 122 kB in 0s (0 B/s) 09:00:24 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:00:24 Fetched 77.8 kB in 0s (0 B/s) 09:00:24 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:00:24 Fetched 8848 B in 0s (0 B/s) 09:00:24 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:00:24 Fetched 47.8 kB in 0s (0 B/s) 09:00:24 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:00:24 Fetched 45.6 kB in 0s (0 B/s) 09:00:24 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:00:24 Fetched 15.0 kB in 0s (0 B/s) 09:00:24 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 09:00:24 Fetched 219 kB in 0s (0 B/s) 09:00:24 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 09:00:24 Fetched 154 kB in 0s (0 B/s) 09:00:24 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:00:24 Fetched 50.6 kB in 0s (0 B/s) 09:00:24 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:00:24 Fetched 14.8 kB in 0s (0 B/s) 09:00:24 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:00:24 Fetched 41.8 kB in 0s (0 B/s) 09:00:24 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:00:24 Fetched 499 kB in 0s (0 B/s) 09:00:24 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:00:24 Fetched 111 kB in 0s (0 B/s) 09:00:24 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:00:24 Fetched 240 kB in 0s (0 B/s) 09:00:24 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:00:24 Fetched 29.3 kB in 0s (0 B/s) 09:00:24 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:00:24 Fetched 85.5 kB in 0s (0 B/s) 09:00:24 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:00:24 Fetched 24.5 kB in 0s (0 B/s) 09:00:24 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:00:24 Fetched 49.2 kB in 0s (0 B/s) 09:00:24 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:00:24 Fetched 54.2 kB in 0s (0 B/s) 09:00:24 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:00:24 Fetched 30.8 kB in 0s (0 B/s) 09:00:24 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 09:00:24 Fetched 15.8 kB in 0s (0 B/s) 09:00:24 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:00:24 Fetched 85.9 kB in 0s (0 B/s) 09:00:24 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:00:24 Fetched 8720 B in 0s (0 B/s) 09:00:24 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 09:00:24 Fetched 137 kB in 0s (0 B/s) 09:00:24 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:00:24 Fetched 119 kB in 0s (0 B/s) 09:00:24 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 09:00:24 Fetched 110 kB in 0s (0 B/s) 09:00:24 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:00:24 Fetched 11.1 kB in 0s (0 B/s) 09:00:24 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:00:24 Fetched 645 kB in 0s (0 B/s) 09:00:24 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:00:24 Fetched 41.3 kB in 0s (0 B/s) 09:00:24 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:00:24 Fetched 17.9 kB in 0s (0 B/s) 09:00:24 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:00:24 Fetched 368 kB in 0s (0 B/s) 09:00:24 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:00:24 Fetched 187 kB in 0s (0 B/s) 09:00:24 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:00:24 Fetched 175 kB in 0s (0 B/s) 09:00:24 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:00:24 Fetched 206 kB in 0s (0 B/s) 09:00:24 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 09:00:24 Fetched 1301 kB in 0s (0 B/s) 09:00:24 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:00:24 Fetched 36.2 kB in 0s (0 B/s) 09:00:24 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 09:00:24 Fetched 159 kB in 0s (0 B/s) 09:00:24 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:00:24 Fetched 107 kB in 0s (0 B/s) 09:00:24 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:00:24 Fetched 48.7 kB in 0s (0 B/s) 09:00:24 Pulling static-packages 09:00:24 + snapcraftctl pull 09:00:25 Pulling version 09:00:25 + cd /root/project 09:00:25 + [ -f VERSION ] 09:00:25 + PROJECT_VERSION=local-dev 09:00:25 + git rev-parse --short HEAD 09:00:25 + GIT_REVISION=53bf1670 09:00:25 + snapcraftctl set-version local-dev 09:00:26 Skipping build go-build-helper (already ran) 09:00:26 Building app-service-config 09:00:26 + make build 09:00:26 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 09:00:28 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 09:00:28 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 09:00:28 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 09:00:28 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 09:00:28 go: downloading github.com/google/uuid v1.2.0 09:00:28 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 09:00:28 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 09:00:28 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 09:00:28 go: downloading github.com/go-playground/validator/v10 v10.5.0 09:00:28 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:00:29 go: downloading github.com/hashicorp/consul/api v1.8.1 09:00:29 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:00:29 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:00:29 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:00:29 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 09:00:29 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:00:29 go: downloading github.com/gorilla/mux v1.8.0 09:00:29 go: downloading github.com/go-playground/universal-translator v0.17.0 09:00:29 go: downloading github.com/pelletier/go-toml v1.9.0 09:00:29 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:00:29 go: downloading github.com/leodido/go-urn v1.2.0 09:00:29 go: downloading github.com/mitchellh/copystructure v1.0.0 09:00:29 go: downloading github.com/hashicorp/serf v0.9.5 09:00:29 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:00:29 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 09:00:29 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 09:00:29 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 09:00:30 go: downloading github.com/go-playground/locales v0.13.0 09:00:30 go: downloading github.com/go-kit/kit v0.8.0 09:00:30 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:00:30 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:00:30 go: downloading github.com/gorilla/websocket v1.4.2 09:00:30 go: downloading golang.org/x/text v0.3.2 09:00:30 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:00:30 go: downloading github.com/x448/float16 v0.8.4 09:00:30 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:00:30 go: downloading github.com/hashicorp/go-hclog v0.12.0 09:00:30 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:00:30 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:00:30 go: downloading github.com/pebbe/zmq4 v1.2.7 09:00:30 go: downloading github.com/fatih/color v1.9.0 09:00:30 go: downloading github.com/mattn/go-isatty v0.0.12 09:00:30 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:00:30 go: downloading github.com/mattn/go-colorable v0.1.6 09:00:30 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 09:00:42 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 09:00:42 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 09:00:42 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 09:00:42 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 09:00:44 Building config-common 09:00:44 + snapcraftctl build 09:00:47 Building edgex-go 09:00:48 + cd /root/parts/edgex-go/src 09:00:48 + make build 09:00:48 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 09:00:48 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:00:48 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 09:00:48 go: downloading github.com/imdario/mergo v0.3.12 09:00:48 go: downloading github.com/pkg/errors v0.8.1 09:00:52 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 09:00:52 go: downloading gopkg.in/yaml.v2 v2.4.0 09:00:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 09:01:00 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 09:01: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 09:01:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 09:01:03 go: downloading github.com/stretchr/testify v1.7.0 09:01:04 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:01:04 go: downloading github.com/pmezard/go-difflib v1.0.0 09:01:04 go: downloading github.com/davecgh/go-spew v1.1.1 09:01:07 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 09:01:07 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:01:07 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:01:08 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 09:01:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:01:11 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 09:01:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 09:01:13 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:01:14 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 09:01:14 go: downloading github.com/lib/pq v1.10.1 09:01:17 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 09:01:17 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 09:01:17 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 09:01:17 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 09:01:17 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 09:01:17 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 09:01:17 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 09:01:17 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 09:01:17 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 09:01:17 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 09:01:17 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 09:01:17 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 09:01:17 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 09:01:17 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 09:01:17 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 09:01:17 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 09:01:17 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 09:01:17 + 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 09:01:17 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 09:01:17 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 09:01:17 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 09:01:17 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 09:01:17 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 09:01:17 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 09:01:17 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 09:01:17 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 09:01:20 Building static-packages 09:01:20 + snapcraftctl build 09:01:24 Building version 09:01:24 + snapcraftctl build 09:01:26 Skipping stage go-build-helper (already ran) 09:01:26 Staging app-service-config 09:01:26 + snapcraftctl stage 09:01:27 Staging config-common 09:01:27 + snapcraftctl stage 09:01:28 Staging edgex-go 09:01:28 + snapcraftctl stage 09:01:29 Staging static-packages 09:01:29 + snapcraftctl stage 09:01:31 Staging version 09:01:31 + snapcraftctl stage 09:01:32 Priming go-build-helper 09:01:32 + snapcraftctl prime 09:01:34 Priming app-service-config 09:01:34 + snapcraftctl prime 09:01:35 Priming config-common 09:01:35 + snapcraftctl prime 09:01:36 Priming edgex-go 09:01:36 + snapcraftctl prime 09:01:38 Priming static-packages 09:01:38 + snapcraftctl prime 09:01:40 Priming version 09:01:40 + snapcraftctl prime 09:01:42 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 09:01:45 provisioning config files... 09:01:45 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7441627324599792484tmp [Pipeline] { [Pipeline] sh 09:01:45 + set +x 09:01:45 + curl -s https://codecov.io/bash 09:01:45 + bash -s -- 09:01:46 09:01:46 _____ _ 09:01:46 / ____| | | 09:01:46 | | ___ __| | ___ ___ _____ __ 09:01:46 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:01:46 | |___| (_) | (_| | __/ (_| (_) \ V / 09:01:46 \_____\___/ \__,_|\___|\___\___/ \_/ 09:01:46 Bash-1.0.2 09:01:46 09:01:46 09:01:46 ==> git version 2.24.3 found 09:01:46 ==> 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 09:01:46 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:01:46 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:01:46 ==> Jenkins CI detected. 09:01:46 project root: . 09:01:46 --> token set from env 09:01:46 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:01:46 ==> Running gcov in . (disable via -X gcov) 09:01:46 ==> Python coveragepy not found 09:01:46 ==> Searching for coverage reports in: 09:01:46 + . 09:01:46 -> Found 1 reports 09:01:46 ==> Detecting git/mercurial file structure 09:01:46 ==> Reading reports 09:01:46 + ./coverage.out bytes=691485 09:01:46 ==> Appending adjustments 09:01:46 https://docs.codecov.io/docs/fixing-reports 09:01:53 + Found adjustments 09:01:53 ==> Gzipping contents 09:01:53 100K /tmp/codecov.AfUjur.gz 09:01:53 ==> Uploading reports 09:01:53 url: https://codecov.io 09:01:53 query: branch=PR-3406&commit=fdd2f6538c016edec960e73013a8ac315277938c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= 09:01:53 -> Pinging Codecov 09:01:53 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3406&commit=fdd2f6538c016edec960e73013a8ac315277938c&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3406%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3406&job=&cmd_args= 09:01:54 -> Uploading to 09:01:54 https://storage.googleapis.com/codecov/v4/raw/2021-04-30/00271124DB129430A58F1EEE437C3FCB/fdd2f6538c016edec960e73013a8ac315277938c/05645b06-41cf-4cd5-9d50-20130049d3db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210430%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210430T090154Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a3970f64dbb91811b6cb14d807f82f62451324416da1c2c145cb259a3f9e7656 09:01:54 % Total % Received % Xferd Average Speed Time Time Time Current 09:01:54 Dload Upload Total Spent Left Speed 09:01:55 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99239 0 0 100 99239 0 137k --:--:-- --:--:-- --:--:-- 137k 100 99239 0 0 100 99239 0 137k --:--:-- --:--:-- --:--:-- 137k 09:01:55 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/fdd2f6538c016edec960e73013a8ac315277938c [Pipeline] } 09:01:55 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 09:01:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:01:58 ---> package-listing.sh 09:01:58 ++ facter osfamily 09:01:58 ++ tr '[:upper:]' '[:lower:]' 09:01:58 + OS_FAMILY=redhat 09:01:58 + workspace=/w/workspace/edgex-go/3 09:01:58 + START_PACKAGES=/tmp/packages_start.txt 09:01:58 + END_PACKAGES=/tmp/packages_end.txt 09:01:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:01:58 + PACKAGES=/tmp/packages_start.txt 09:01:58 + '[' /w/workspace/edgex-go/3 ']' 09:01:58 + PACKAGES=/tmp/packages_end.txt 09:01:58 + case "${OS_FAMILY}" in 09:01:58 + rpm -qa 09:01:58 + sort 09:02:07 + '[' -f /tmp/packages_start.txt ']' 09:02:07 + '[' -f /tmp/packages_end.txt ']' 09:02:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:02:07 + '[' /w/workspace/edgex-go/3 ']' 09:02:07 + mkdir -p /w/workspace/edgex-go/3/archives/ 09:02:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 09:02:07 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:02:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:02:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:02:08 09:02:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:02:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:02:09 alpine: Pulling from edgex-lftools-log-publisher 09:02:09 df20fa9351a1: Pulling fs layer 09:02:09 36b3adc4ff6f: Pulling fs layer 09:02:09 8ad3a11d3b57: Pulling fs layer 09:02:09 46f8f816bc3b: Pulling fs layer 09:02:09 93b61091891f: Pulling fs layer 09:02:09 93b9cdb0e59b: Pulling fs layer 09:02:09 5e14af77c1be: Pulling fs layer 09:02:09 01666e4c0597: Pulling fs layer 09:02:09 93b61091891f: Waiting 09:02:09 93b9cdb0e59b: Waiting 09:02:09 aa168da1d23b: Pulling fs layer 09:02:09 01666e4c0597: Waiting 09:02:09 5e14af77c1be: Waiting 09:02:09 aa168da1d23b: Waiting 09:02:09 46f8f816bc3b: Waiting 09:02:09 36b3adc4ff6f: Download complete 09:02:09 46f8f816bc3b: Verifying Checksum 09:02:09 46f8f816bc3b: Download complete 09:02:09 93b61091891f: Verifying Checksum 09:02:09 93b61091891f: Download complete 09:02:09 93b9cdb0e59b: Verifying Checksum 09:02:09 93b9cdb0e59b: Download complete 09:02:09 df20fa9351a1: Verifying Checksum 09:02:09 df20fa9351a1: Download complete 09:02:09 5e14af77c1be: Verifying Checksum 09:02:09 5e14af77c1be: Download complete 09:02:09 01666e4c0597: Verifying Checksum 09:02:09 01666e4c0597: Download complete 09:02:10 df20fa9351a1: Pull complete 09:02:10 8ad3a11d3b57: Verifying Checksum 09:02:10 8ad3a11d3b57: Download complete 09:02:11 36b3adc4ff6f: Pull complete 09:02:13 8ad3a11d3b57: Pull complete 09:02:13 46f8f816bc3b: Pull complete 09:02:14 aa168da1d23b: Verifying Checksum 09:02:14 aa168da1d23b: Download complete 09:02:15 93b61091891f: Pull complete 09:02:15 93b9cdb0e59b: Pull complete 09:02:16 5e14af77c1be: Pull complete 09:02:17 01666e4c0597: Pull complete 09:02:35 aa168da1d23b: Pull complete 09:02:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:02:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:02:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:02:36 prd-centos7-docker-4c-2g-2478 does not seem to be running inside a container 09:02:36 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:02:40 $ docker top 87f7e17d89bc2f8f78c72bf56d41987726f3c839a7031dc06e9b350100a2a224 -eo pid,comm [Pipeline] { [Pipeline] sh 09:02:41 + touch /tmp/pre-build-complete [Pipeline] sh 09:02:41 + mkdir -p /var/log/sa [Pipeline] sh 09:02:42 + ls /var/log/sa-host 09:02:42 + sadf -c /var/log/sa-host/sa23 09:02:42 file_magic: OK 09:02:42 HZ: Using current value: 100 09:02:42 file_header: OK 09:02:42 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 09:02:42 Statistics: 09:02:42 Hnuu...uuuununununu... 09:02:42 File successfully converted to sysstat format version 12.2.1 09:02:42 + sadf -c /var/log/sa-host/sa30 09:02:42 file_magic: OK 09:02:42 HZ: Using current value: 100 09:02:42 file_header: OK 09:02:42 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 09:02:42 Statistics: 09:02:42 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... 09:02:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:02:42 provisioning config files... 09:02:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4564637968423235569tmp [Pipeline] { [Pipeline] echo 09:02:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:02:43 ---> create-netrc.sh [Pipeline] } 09:02:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:02:43 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:02:44 ---> python-tools-install.sh [Pipeline] echo 09:02:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:02:44 ---> sudo-logs.sh 09:02:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:02:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:02:45 ---> job-cost.sh 09:02:45 lf-activate-venv: SKIPPING 09:02:45 DEBUG: total: 0.20999999344348907 09:02:45 INFO: Retrieving Stack Cost... 09:02:46 INFO: Retrieving Pricing Info for: v1-standard-2 09:02:47 INFO: Archiving Costs [Pipeline] echo 09:02:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:02:48 ---> logs-deploy.sh 09:02:48 lf-activate-venv: SKIPPING 09:02:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3406/3 09:02:48 INFO: archiving workspace using pattern(s): 09:02:50 Archives upload complete. 09:02:50 INFO: archiving logs to Nexus 09:02:52 ---> uname -a: 09:02:52 Linux prd-centos7-docker-4c-2g-2478.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:02:52 09:02:52 09:02:52 ---> lscpu: 09:02:52 Architecture: x86_64 09:02:52 CPU op-mode(s): 32-bit, 64-bit 09:02:52 Byte Order: Little Endian 09:02:52 Address sizes: 40 bits physical, 48 bits virtual 09:02:52 CPU(s): 4 09:02:52 On-line CPU(s) list: 0-3 09:02:52 Thread(s) per core: 1 09:02:52 Core(s) per socket: 1 09:02:52 Socket(s): 4 09:02:52 NUMA node(s): 1 09:02:52 Vendor ID: GenuineIntel 09:02:52 CPU family: 6 09:02:52 Model: 44 09:02:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:02:52 Stepping: 1 09:02:52 CPU MHz: 2933.438 09:02:52 BogoMIPS: 5866.87 09:02:52 Virtualization: VT-x 09:02:52 Hypervisor vendor: KVM 09:02:52 Virtualization type: full 09:02:52 L1d cache: 128 KiB 09:02:52 L1i cache: 128 KiB 09:02:52 L2 cache: 16 MiB 09:02:52 L3 cache: 64 MiB 09:02:52 NUMA node0 CPU(s): 0-3 09:02:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:02:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:02:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:02:52 Vulnerability Meltdown: Mitigation; PTI 09:02:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:02:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:02:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:02:52 Vulnerability Srbds: Not affected 09:02:52 Vulnerability Tsx async abort: Not affected 09:02:52 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 09:02:52 09:02:52 09:02:52 ---> nproc: 09:02:52 4 09:02:52 09:02:52 09:02:52 ---> df -h: 09:02:52 Filesystem Size Used Available Use% Mounted on 09:02:52 overlay 50.0G 13.1G 36.9G 26% / 09:02:52 tmpfs 64.0M 0 64.0M 0% /dev 09:02:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:02:52 shm 64.0M 0 64.0M 0% /dev/shm 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3 09:02:52 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/3@tmp 09:02:52 09:02:52 09:02:52 ---> free -m: 09:02:52 total used free shared buff/cache available 09:02:52 Mem: 1837 669 112 0 1054 1086 09:02:52 Swap: 1023 126 897 09:02:52 09:02:52 09:02:52 ---> ip addr: 09:02:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:02:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:02:52 inet 127.0.0.1/8 scope host lo 09:02:52 valid_lft forever preferred_lft forever 09:02:52 inet6 ::1/128 scope host 09:02:52 valid_lft forever preferred_lft forever 09:02:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:02:52 link/ether fa:16:3e:a2:d1:2b brd ff:ff:ff:ff:ff:ff 09:02:52 inet 10.30.123.120/23 brd 10.30.123.255 scope global dynamic eth0 09:02:52 valid_lft 84451sec preferred_lft 84451sec 09:02:52 inet6 fe80::f816:3eff:fea2:d12b/64 scope link 09:02:52 valid_lft forever preferred_lft forever 09:02:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:02:52 link/ether 02:42:f1:98:cb:91 brd ff:ff:ff:ff:ff:ff 09:02:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:02:52 valid_lft forever preferred_lft forever 09:02:52 inet6 fe80::42:f1ff:fe98:cb91/64 scope link 09:02:52 valid_lft forever preferred_lft forever 09:02:52 09:02:52 09:02:52 ---> sar -b -r -n DEV: 09:02:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/30/21 _x86_64_ (4 CPU) 09:02:52 09:02:52 08:30:07 LINUX RESTART (4 CPU) 09:02:52 09:02:52 08:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:02:52 08:32:02 48.21 26.27 21.95 0.00 2332.51 7008.19 0.00 09:02:52 08:33:01 44.53 13.97 30.56 0.00 4909.75 6491.10 0.00 09:02:52 08:34:02 180.36 75.85 104.51 0.00 6324.86 35920.16 0.00 09:02:52 08:35:01 164.29 31.44 132.84 0.00 1600.67 20943.25 0.00 09:02:52 08:36:01 131.17 90.61 40.56 0.00 3031.90 3932.02 0.00 09:02:52 08:37:02 65.84 21.48 44.36 0.00 790.10 4276.58 0.00 09:02:52 08:38:01 47.01 9.05 37.95 0.00 437.30 6780.00 0.00 09:02:52 08:39:02 39.43 16.17 23.25 0.00 700.92 854.96 0.00 09:02:52 08:40:01 57.17 17.68 39.49 0.00 1098.65 3838.91 0.00 09:02:52 08:41:01 58.87 26.62 32.25 0.00 1715.52 2700.61 0.00 09:02:52 08:42:02 25.23 0.61 24.62 0.00 55.91 6096.00 0.00 09:02:52 08:43:02 167.95 32.82 135.13 0.00 11446.91 67677.27 0.00 09:02:52 08:44:02 823.30 664.70 158.60 0.00 80173.95 98050.28 0.00 09:02:52 08:45:03 1183.71 1023.11 160.60 0.00 69848.68 73268.31 0.00 09:02:52 08:46:04 1370.74 1249.62 121.12 0.00 67645.91 73000.16 0.00 09:02:52 08:47:02 177.01 113.39 63.62 0.00 7195.16 9191.97 0.00 09:02:52 08:48:01 235.43 92.70 142.73 0.00 8335.91 25527.83 0.00 09:02:52 08:49:04 320.69 122.22 198.47 0.00 38311.00 88346.60 0.00 09:02:52 08:50:07 1118.83 939.46 179.38 0.00 60358.30 64044.16 0.00 09:02:52 08:51:05 1391.55 1222.52 169.03 0.00 78789.87 85343.77 0.00 09:02:52 08:52:02 598.19 459.67 138.52 0.00 25036.12 27791.58 0.00 09:02:52 08:53:01 192.85 49.65 143.20 0.00 7112.15 23558.98 0.00 09:02:52 08:54:01 71.77 39.83 31.94 0.00 3478.08 4262.69 0.00 09:02:52 08:55:01 1.78 0.35 1.43 0.00 6.65 24.80 0.00 09:02:52 08:56:02 0.38 0.10 0.28 0.00 2.13 3.49 0.00 09:02:52 08:57:01 0.44 0.14 0.30 0.00 1.49 4.79 0.00 09:02:52 08:58:01 0.20 0.03 0.17 0.00 0.27 1.46 0.00 09:02:52 08:59:01 0.40 0.13 0.27 0.00 2.40 3.46 0.00 09:02:52 09:00:01 0.22 0.00 0.22 0.00 0.00 2.28 0.00 09:02:52 09:01:01 0.56 0.32 0.25 0.00 12.87 2.64 0.00 09:02:52 09:02:01 46.02 45.52 0.50 0.00 4063.13 38.35 0.00 09:02:52 Average: 277.22 206.79 70.43 0.00 15733.10 24010.74 0.00 09:02:52 09:02:52 08:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:02:52 08:32:02 109696 0 560096 29.77 2620 1209132 1077464 36.77 502728 1070292 7684 09:02:52 08:33:01 78560 0 706428 37.55 2620 1093936 1431984 48.87 632892 963012 35356 09:02:52 08:34:02 155052 0 697676 37.08 2352 1026464 1325588 45.24 546164 939856 94716 09:02:52 08:35:01 357988 0 712300 37.86 1572 809684 1145288 39.09 420544 826540 16 09:02:52 08:36:01 196240 0 804820 42.77 1012 879472 1801824 61.49 601716 807260 56976 09:02:52 08:37:02 245644 0 790760 42.03 808 844332 1789644 61.08 630708 725224 80860 09:02:52 08:38:01 90784 0 843996 44.86 792 945972 1871616 63.88 753620 750488 324 09:02:52 08:39:02 359792 0 754584 40.10 752 766416 1710152 58.36 503336 730716 30404 09:02:52 08:40:01 201208 0 836616 44.46 664 843056 1742048 59.45 667808 724744 44952 09:02:52 08:41:01 131408 0 863512 45.89 664 885960 1525032 52.05 719016 737704 33400 09:02:52 08:42:02 130052 0 740432 39.35 656 1010404 1432096 48.88 621100 837608 25196 09:02:52 08:43:02 73336 0 706360 37.54 200 1101648 1297436 44.28 717380 836608 33640 09:02:52 08:44:02 551948 0 658504 35.00 192 670900 1264852 43.17 463924 655812 48 09:02:52 08:45:03 73260 0 851776 45.27 192 956316 2365396 80.73 766912 804768 36376 09:02:52 08:46:04 163744 0 747332 39.72 192 970276 1734204 59.19 705520 774904 84720 09:02:52 08:47:02 283916 0 1153764 61.32 168 443696 3456720 117.97 772864 552688 55964 09:02:52 08:48:01 283904 0 781964 41.56 156 815520 1932072 65.94 515536 825520 1372 09:02:52 08:49:04 77268 0 784664 41.70 144 1019468 2340560 79.88 700980 870832 66112 09:02:52 08:50:07 72500 0 784372 41.69 132 1024540 2442748 83.37 625756 942548 54420 09:02:52 08:51:05 128744 0 739464 39.30 112 1013224 2200984 75.12 693740 814136 46964 09:02:52 08:52:02 142824 0 1050456 55.83 100 688164 3344344 114.14 810180 650456 26552 09:02:52 08:53:01 383072 0 650376 34.57 100 847996 1598928 54.57 538388 699660 12184 09:02:52 08:54:01 369044 0 586276 31.16 100 926124 1263856 43.13 509092 745960 8 09:02:52 08:55:01 377124 0 578172 30.73 100 926148 1170880 39.96 503648 745492 8 09:02:52 08:56:02 376276 0 579004 30.77 100 926164 1171164 39.97 504396 745544 8 09:02:52 08:57:01 375928 0 579348 30.79 100 926168 1171144 39.97 504548 745568 8 09:02:52 08:58:01 377120 0 578152 30.73 100 926172 1170880 39.96 503824 745584 8 09:02:52 08:59:01 377272 0 577988 30.72 100 926184 1170880 39.96 503760 745660 8 09:02:52 09:00:01 377524 0 577724 30.70 100 926196 1170880 39.96 503836 745664 8 09:02:52 09:01:01 375848 0 579020 30.77 100 926576 1173224 40.04 504572 746044 12 09:02:52 09:02:01 229816 0 608644 32.35 100 1042984 1206652 41.18 542672 849888 16 09:02:52 Average: 242803 0 724664 38.51 552 913526 1661308 56.70 596489 785703 26720 09:02:52 09:02:52 08:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:02:52 08:32:02 eth0 652.68 343.89 3262.04 63.98 0.00 0.00 0.00 0.00 09:02:52 08:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:33:01 veth500e0cf 970.99 713.82 91.09 2720.51 0.00 0.00 0.00 0.00 09:02:52 08:33:01 eth0 823.57 1052.27 3169.27 137.88 0.00 0.00 0.00 0.00 09:02:52 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:33:01 docker0 970.99 713.68 77.81 2720.50 0.00 0.00 0.00 0.00 09:02:52 08:34:02 eth0 304.29 271.26 2680.75 28.98 0.00 0.00 0.00 0.00 09:02:52 08:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:34:02 docker0 1.82 1.58 0.13 4.87 0.00 0.00 0.00 0.00 09:02:52 08:35:01 eth0 239.73 136.34 867.04 55.19 0.00 0.00 0.00 0.00 09:02:52 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:35:01 docker0 117.27 210.59 8.50 852.88 0.00 0.00 0.00 0.00 09:02:52 08:36:01 veth8933721 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:36:01 eth0 33.23 29.23 28.85 43.48 0.00 0.00 0.00 0.00 09:02:52 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:37:02 veth8933721 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:37:02 eth0 14.35 10.52 11.01 6.03 0.00 0.00 0.00 0.00 09:02:52 08:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:38:01 veth8933721 0.74 0.74 0.06 0.06 0.00 0.00 0.00 0.00 09:02:52 08:38:01 eth0 23.45 18.63 18.29 10.18 0.00 0.00 0.00 0.00 09:02:52 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:38:01 docker0 0.74 0.74 0.05 0.06 0.00 0.00 0.00 0.00 09:02:52 08:39:02 veth8933721 1.09 1.09 0.09 0.09 0.00 0.00 0.00 0.00 09:02:52 08:39:02 eth0 32.23 28.75 19.97 56.70 0.00 0.00 0.00 0.00 09:02:52 08:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:39:02 docker0 1.09 1.09 0.07 0.09 0.00 0.00 0.00 0.00 09:02:52 08:40:01 veth8933721 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:40:01 eth0 3.01 2.20 2.14 1.17 0.00 0.00 0.00 0.00 09:02:52 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:41:01 veth8933721 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:41:01 eth0 17.88 14.74 11.08 36.88 0.00 0.00 0.00 0.00 09:02:52 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:42:02 veth8933721 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:42:02 eth0 25.15 15.89 19.26 10.20 0.00 0.00 0.00 0.00 09:02:52 08:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:42:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:43:02 veth107e9f9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:43:02 eth0 193.60 146.81 1685.93 58.58 0.00 0.00 0.00 0.00 09:02:52 08:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:44:02 veth107e9f9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:44:02 eth0 2.88 2.11 2.10 1.14 0.00 0.00 0.00 0.00 09:02:52 08:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:45:03 veth107e9f9 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:45:03 eth0 81.23 60.50 174.85 34.79 0.00 0.00 0.00 0.00 09:02:52 08:45:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:45:03 docker0 44.15 58.10 2.79 162.45 0.00 0.00 0.00 0.00 09:02:52 08:46:04 veth107e9f9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:46:04 eth0 1.87 1.41 1.18 0.66 0.00 0.00 0.00 0.00 09:02:52 08:46:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:46:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:47:02 vethfb66d5b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:47:02 veth11dbdd8 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:47:02 veth107e9f9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:47:02 eth0 6.85 5.03 5.20 2.89 0.00 0.00 0.00 0.00 09:02:52 08:48:01 veth107e9f9 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:48:01 eth0 163.79 116.75 1435.78 14.41 0.00 0.00 0.00 0.00 09:02:52 08:48:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:02:52 08:48:01 docker0 1145.41 1015.57 89.81 3880.27 0.00 0.00 0.00 0.00 09:02:52 08:49:04 veth107e9f9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:49:04 veth10c72bb 30.04 55.05 2.28 328.79 0.00 0.00 0.00 0.00 09:02:52 08:49:04 eth0 103.15 68.04 360.13 57.51 0.00 0.00 0.00 0.00 09:02:52 08:49:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:50:07 veth107e9f9 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:50:07 eth0 81.43 57.84 149.69 44.28 0.00 0.00 0.00 0.00 09:02:52 08:50:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:50:07 docker0 1149.43 1067.54 89.12 4146.73 0.00 0.00 0.00 0.00 09:02:52 08:51:05 veth107e9f9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:51:05 eth0 19.76 17.28 11.15 41.02 0.00 0.00 0.00 0.00 09:02:52 08:51:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:51:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:52:02 veth093c2c3 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:52:02 veth107e9f9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:52:02 veth40e8812 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:52:02 veth4e00b55 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:02:52 08:53:01 veth107e9f9 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:53:01 eth0 2970.47 2496.55 14283.47 771.50 0.00 0.00 0.00 0.00 09:02:52 08:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:02:52 08:53:01 docker0 1229.80 1148.34 95.07 4451.58 0.00 0.00 0.00 0.00 09:02:52 08:54:01 eth0 21.94 19.04 14.34 37.14 0.00 0.00 0.00 0.00 09:02:52 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:55:01 eth0 0.60 0.08 0.06 0.02 0.00 0.00 0.00 0.00 09:02:52 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:56:02 eth0 0.93 0.40 0.32 0.20 0.00 0.00 0.00 0.00 09:02:52 08:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:57:01 eth0 0.95 0.51 0.44 0.28 0.00 0.00 0.00 0.00 09:02:52 08:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:58:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 09:02:52 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:59:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 09:02:52 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 09:00:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 09:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 09:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 09:01:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 09:02:01 eth0 15.31 10.76 14.49 7.26 0.00 0.00 0.00 0.00 09:02:52 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 Average: eth0 94.80 80.07 454.13 25.96 0.00 0.00 0.00 0.00 09:02:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:02:52 Average: docker0 39.15 36.56 3.03 141.71 0.00 0.00 0.00 0.00 09:02:52 09:02:52 09:02:52 ---> sar -P ALL: 09:02:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/30/21 _x86_64_ (4 CPU) 09:02:52 09:02:52 08:30:07 LINUX RESTART (4 CPU) 09:02:52 09:02:52 08:31:01 CPU %user %nice %system %iowait %steal %idle 09:02:52 08:32:02 all 11.08 0.00 3.67 2.43 28.50 54.33 09:02:52 08:32:02 0 7.76 0.00 3.62 2.33 30.87 55.42 09:02:52 08:32:02 1 15.79 0.00 3.72 2.73 29.60 48.18 09:02:52 08:32:02 2 10.70 0.00 3.72 2.52 26.09 56.98 09:02:52 08:32:02 3 10.40 0.00 3.62 2.16 27.49 56.34 09:02:52 08:33:01 all 5.93 0.00 3.12 1.08 30.21 59.65 09:02:52 08:33:01 0 3.64 0.00 3.32 0.98 33.71 58.34 09:02:52 08:33:01 1 6.47 0.00 3.47 1.23 30.79 58.04 09:02:52 08:33:01 2 9.03 0.00 2.73 0.33 28.74 59.18 09:02:52 08:33:01 3 4.70 0.00 2.95 1.79 27.45 63.11 09:02:52 08:34:02 all 7.25 0.00 3.69 1.47 26.55 61.04 09:02:52 08:34:02 0 7.10 0.00 4.65 2.28 28.06 57.91 09:02:52 08:34:02 1 4.22 0.00 3.31 1.78 26.50 64.19 09:02:52 08:34:02 2 14.23 0.00 3.99 0.80 25.73 55.25 09:02:52 08:34:02 3 3.70 0.00 2.82 1.01 25.87 66.60 09:02:52 08:35:01 all 4.52 0.00 4.04 4.50 26.55 60.38 09:02:52 08:35:01 0 5.93 0.00 3.89 3.91 27.37 58.89 09:02:52 08:35:01 1 4.85 0.00 5.16 5.43 27.45 57.12 09:02:52 08:35:01 2 4.02 0.00 3.69 3.03 25.37 63.88 09:02:52 08:35:01 3 3.29 0.00 3.42 5.65 26.04 61.60 09:02:52 08:36:01 all 21.61 0.00 6.87 4.15 30.11 37.26 09:02:52 08:36:01 0 20.58 0.00 6.05 4.43 29.85 39.09 09:02:52 08:36:01 1 24.30 0.00 7.51 3.70 30.10 34.38 09:02:52 08:36:01 2 17.66 0.00 6.06 3.62 30.39 42.26 09:02:52 08:36:01 3 24.20 0.00 7.96 4.87 30.09 32.87 09:02:52 08:37:02 all 25.32 0.00 9.00 1.50 44.49 19.69 09:02:52 08:37:02 0 26.59 0.00 10.65 1.88 43.34 17.54 09:02:52 08:37:02 1 25.91 0.00 8.62 1.38 44.08 20.02 09:02:52 08:37:02 2 20.90 0.00 7.91 1.60 44.58 25.01 09:02:52 08:37:02 3 28.24 0.00 8.94 1.14 45.95 15.72 09:02:52 08:38:01 all 20.38 0.00 5.83 1.02 45.54 27.24 09:02:52 08:38:01 0 18.60 0.00 5.02 1.07 46.17 29.13 09:02:52 08:38:01 1 20.35 0.00 6.15 1.53 45.48 26.49 09:02:52 08:38:01 2 20.80 0.00 6.09 1.06 44.23 27.81 09:02:52 08:38:01 3 21.85 0.00 6.07 0.39 46.28 25.41 09:02:52 08:39:02 all 15.68 0.00 6.16 2.35 53.15 22.65 09:02:52 08:39:02 0 14.63 0.00 5.37 2.38 53.59 24.03 09:02:52 08:39:02 1 13.95 0.00 6.44 2.49 51.54 25.59 09:02:52 08:39:02 2 16.71 0.00 5.96 2.27 54.26 20.81 09:02:52 08:39:02 3 17.58 0.00 6.89 2.28 53.29 19.96 09:02:52 08:40:01 all 21.77 0.00 9.23 2.18 50.90 15.93 09:02:52 08:40:01 0 17.98 0.00 7.56 2.34 51.77 20.35 09:02:52 08:40:01 1 23.83 0.00 10.63 1.15 48.89 15.49 09:02:52 08:40:01 2 22.77 0.00 9.83 3.32 51.27 12.81 09:02:52 08:40:01 3 22.80 0.00 9.05 1.87 51.55 14.72 09:02:52 08:41:01 all 15.51 0.00 7.59 2.10 35.72 39.09 09:02:52 08:41:01 0 16.17 0.00 7.90 1.84 35.97 38.12 09:02:52 08:41:01 1 17.02 0.00 8.32 2.71 34.97 36.98 09:02:52 08:41:01 2 14.40 0.00 7.41 1.62 35.76 40.80 09:02:52 08:41:01 3 14.47 0.00 6.72 2.26 36.14 40.40 09:02:52 08:42:02 all 11.83 0.00 7.96 0.31 38.66 41.25 09:02:52 08:42:02 0 10.54 0.00 6.77 0.38 39.55 42.75 09:02:52 08:42:02 1 13.28 0.00 8.94 0.27 38.83 38.68 09:02:52 08:42:02 2 11.67 0.00 7.58 0.35 38.53 41.87 09:02:52 08:42:02 3 11.90 0.00 8.62 0.24 37.67 41.58 09:02:52 09:02:52 08:42:02 CPU %user %nice %system %iowait %steal %idle 09:02:52 08:43:02 all 4.32 0.00 5.29 3.31 32.06 55.02 09:02:52 08:43:02 0 6.69 0.00 5.83 3.01 32.93 51.53 09:02:52 08:43:02 1 3.56 0.00 4.88 2.90 32.54 56.11 09:02:52 08:43:02 2 3.53 0.00 5.09 3.50 31.95 55.92 09:02:52 08:43:02 3 3.48 0.00 5.35 3.84 30.81 56.52 09:02:52 08:44:02 all 10.13 0.00 7.78 10.22 43.39 28.48 09:02:52 08:44:02 0 10.13 0.00 7.94 10.61 43.41 27.92 09:02:52 08:44:02 1 9.02 0.00 7.26 9.81 43.02 30.89 09:02:52 08:44:02 2 11.08 0.00 8.13 9.80 43.33 27.67 09:02:52 08:44:02 3 10.32 0.00 7.80 10.67 43.81 27.40 09:02:52 08:45:03 all 3.62 0.00 7.25 30.58 35.79 22.76 09:02:52 08:45:03 0 3.41 0.00 6.41 31.06 35.47 23.64 09:02:52 08:45:03 1 3.53 0.00 7.52 30.38 35.17 23.40 09:02:52 08:45:03 2 3.91 0.00 7.36 30.08 35.29 23.37 09:02:52 08:45:03 3 3.61 0.00 7.72 30.79 37.23 20.64 09:02:52 08:46:04 all 8.08 0.00 5.67 24.42 42.10 19.72 09:02:52 08:46:04 0 7.38 0.00 5.14 25.48 42.07 19.93 09:02:52 08:46:04 1 8.70 0.00 6.22 23.42 42.71 18.95 09:02:52 08:46:04 2 7.92 0.00 5.79 26.28 41.16 18.84 09:02:52 08:46:04 3 8.35 0.00 5.56 22.48 42.45 21.16 09:02:52 08:47:02 all 40.99 0.00 8.89 7.35 34.49 8.29 09:02:52 08:47:02 0 43.54 0.00 8.51 7.33 32.46 8.16 09:02:52 08:47:02 1 38.84 0.00 9.07 7.15 36.00 8.93 09:02:52 08:47:02 2 40.78 0.00 8.29 8.35 34.69 7.88 09:02:52 08:47:02 3 40.66 0.00 9.68 6.57 34.89 8.21 09:02:52 08:48:01 all 34.10 0.00 10.61 8.66 31.91 14.71 09:02:52 08:48:01 0 33.98 0.00 9.68 7.73 33.08 15.52 09:02:52 08:48:01 1 32.92 0.00 12.12 8.25 32.71 14.01 09:02:52 08:48:01 2 34.50 0.00 9.59 11.23 31.53 13.15 09:02:52 08:48:01 3 34.99 0.00 11.12 7.39 30.34 16.16 09:02:52 08:49:04 all 8.98 0.00 8.12 13.08 45.12 24.70 09:02:52 08:49:04 0 8.36 0.00 7.77 11.45 44.71 27.72 09:02:52 08:49:04 1 9.47 0.00 7.05 12.76 44.31 26.41 09:02:52 08:49:04 2 9.85 0.00 9.10 14.13 45.99 20.93 09:02:52 08:49:04 3 8.29 0.00 8.62 14.07 45.50 23.51 09:02:52 08:50:07 all 8.52 0.00 8.08 19.05 40.80 23.55 09:02:52 08:50:07 0 8.32 0.00 8.13 19.36 42.28 21.93 09:02:52 08:50:07 1 8.44 0.00 7.78 18.64 40.53 24.61 09:02:52 08:50:07 2 8.17 0.00 7.70 18.93 40.46 24.75 09:02:52 08:50:07 3 9.16 0.00 8.74 19.29 39.93 22.88 09:02:52 08:51:05 all 5.45 0.00 6.14 27.22 39.84 21.35 09:02:52 08:51:05 0 5.04 0.00 5.87 24.37 40.02 24.70 09:02:52 08:51:05 1 5.26 0.00 6.57 26.68 39.00 22.50 09:02:52 08:51:05 2 5.41 0.00 5.68 29.12 39.45 20.34 09:02:52 08:51:05 3 6.09 0.00 6.47 28.76 40.89 17.79 09:02:52 08:52:02 all 34.84 0.00 8.88 16.19 27.45 12.64 09:02:52 08:52:02 0 32.52 0.00 8.86 17.30 27.59 13.72 09:02:52 08:52:02 1 35.51 0.00 9.28 16.81 27.26 11.14 09:02:52 08:52:02 2 34.83 0.00 8.46 15.74 28.51 12.47 09:02:52 08:52:02 3 36.48 0.00 8.95 14.94 26.42 13.22 09:02:52 08:53:01 all 31.88 0.00 9.62 8.46 31.02 19.02 09:02:52 08:53:01 0 29.88 0.00 9.69 10.93 32.37 17.13 09:02:52 08:53:01 1 31.38 0.00 9.39 8.25 30.54 20.45 09:02:52 08:53:01 2 31.27 0.00 9.78 9.55 31.38 18.02 09:02:52 08:53:01 3 35.02 0.00 9.63 5.08 29.79 20.49 09:02:52 09:02:52 08:53:01 CPU %user %nice %system %iowait %steal %idle 09:02:52 08:54:01 all 1.05 0.00 2.01 2.49 8.41 86.04 09:02:52 08:54:01 0 0.78 0.00 2.17 2.73 8.94 85.37 09:02:52 08:54:01 1 0.73 0.00 1.35 2.06 8.28 87.58 09:02:52 08:54:01 2 1.80 0.00 2.99 3.07 7.85 84.28 09:02:52 08:54:01 3 0.88 0.00 1.56 2.11 8.56 86.89 09:02:52 08:55:01 all 0.07 0.00 0.16 0.05 1.87 97.87 09:02:52 08:55:01 0 0.10 0.00 0.20 0.07 2.55 97.09 09:02:52 08:55:01 1 0.02 0.00 0.18 0.00 1.37 98.43 09:02:52 08:55:01 2 0.10 0.00 0.13 0.00 2.18 97.59 09:02:52 08:55:01 3 0.05 0.00 0.12 0.12 1.35 98.37 09:02:52 08:56:02 all 0.10 0.00 0.54 0.01 1.92 97.43 09:02:52 08:56:02 0 0.03 0.00 0.67 0.02 1.92 97.36 09:02:52 08:56:02 1 0.05 0.00 0.11 0.00 2.65 97.18 09:02:52 08:56:02 2 0.13 0.00 0.43 0.02 1.40 98.02 09:02:52 08:56:02 3 0.18 0.00 0.96 0.00 1.71 97.15 09:02:52 08:57:01 all 0.06 0.00 0.03 0.01 0.47 99.43 09:02:52 08:57:01 0 0.02 0.00 0.02 0.02 0.32 99.63 09:02:52 08:57:01 1 0.02 0.00 0.03 0.02 0.39 99.54 09:02:52 08:57:01 2 0.15 0.00 0.03 0.00 0.66 99.16 09:02:52 08:57:01 3 0.07 0.00 0.03 0.00 0.52 99.38 09:02:52 08:58:01 all 0.06 0.00 0.05 0.00 0.84 99.06 09:02:52 08:58:01 0 0.02 0.00 0.05 0.00 0.58 99.35 09:02:52 08:58:01 1 0.05 0.00 0.08 0.00 0.84 99.02 09:02:52 08:58:01 2 0.15 0.00 0.02 0.00 0.93 98.91 09:02:52 08:58:01 3 0.03 0.00 0.03 0.00 0.99 98.94 09:02:52 08:59:01 all 0.07 0.00 0.02 0.01 0.73 99.16 09:02:52 08:59:01 0 0.02 0.00 0.02 0.02 0.40 99.55 09:02:52 08:59:01 1 0.00 0.00 0.00 0.02 1.07 98.91 09:02:52 08:59:01 2 0.25 0.00 0.03 0.00 1.25 98.47 09:02:52 08:59:01 3 0.02 0.00 0.03 0.02 0.20 99.73 09:02:52 09:00:01 all 0.07 0.00 0.03 0.00 0.79 99.11 09:02:52 09:00:01 0 0.00 0.00 0.02 0.00 0.65 99.34 09:02:52 09:00:01 1 0.20 0.00 0.03 0.00 0.83 98.94 09:02:52 09:00:01 2 0.05 0.00 0.03 0.00 1.40 98.52 09:02:52 09:00:01 3 0.05 0.00 0.03 0.00 0.27 99.65 09:02:52 09:01:01 all 0.05 0.00 0.04 0.05 1.47 98.39 09:02:52 09:01:01 0 0.02 0.00 0.03 0.00 1.10 98.85 09:02:52 09:01:01 1 0.03 0.00 0.03 0.07 0.79 99.08 09:02:52 09:01:01 2 0.03 0.00 0.06 0.02 2.79 97.10 09:02:52 09:01:01 3 0.13 0.00 0.03 0.10 1.17 98.57 09:02:52 09:02:01 all 1.48 0.00 1.13 1.71 4.26 91.43 09:02:52 09:02:01 0 0.60 0.00 0.65 0.36 4.48 93.91 09:02:52 09:02:01 1 2.24 0.00 1.58 2.39 4.02 89.76 09:02:52 09:02:01 2 1.83 0.00 1.45 3.41 3.86 89.45 09:02:52 09:02:01 3 1.27 0.00 0.84 0.71 4.67 92.52 09:02:52 Average: all 10.84 0.00 5.02 6.56 27.07 50.51 09:02:52 Average: 0 10.41 0.00 4.87 6.53 27.61 50.57 09:02:52 Average: 1 10.95 0.00 5.16 6.50 26.95 50.44 09:02:52 Average: 2 11.04 0.00 4.96 6.79 26.90 50.32 09:02:52 Average: 3 10.99 0.00 5.09 6.41 26.79 50.71 09:02:52 09:02:52 09:02:52