Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 576eddb6d79f77bc7b799d46a5f981c8da166ab0 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 576eddb6d79f77bc7b799d46a5f981c8da166ab0 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-2891’ Running on prd-centos7-docker-4c-2g-2896 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/112 [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/112 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing e8b675ca1376699298c0ff859ac2b21cdcf8b1fa Checking out Revision e8b675ca1376699298c0ff859ac2b21cdcf8b1fa (PR-2858) > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8b675ca1376699298c0ff859ac2b21cdcf8b1fa # timeout=10 Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:32:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:32:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:32:33 ========================================================= 08:32:33 EdgeX Global Pipelines Version Info 08:32:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk dc1cf861c04bc896aa5922ceecdf683e9f29ad72 # timeout=10 08:32:37 ------------------- 08:32:37 stable info: 08:32:37 ------------------- 08:32:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:32:37 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:32:37 Message: update stable to v1.0.191 08:32:38 ------------------- 08:32:38 experimental info: 08:32:38 ------------------- 08:32:38 Commited By: **** collab-it+edgex@linuxfoundation.org 08:32:38 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 08:32:38 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:32:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8b675c [Pipeline] echo 08:32:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:32:39 provisioning config files... 08:32:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/112@tmp/config6421796146371756255tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:32:39 ---> docker-login.sh 08:32:39 nexus3.edgexfoundry.org:10001 08:32:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:41 Configure a credential helper to remove this warning. See 08:32:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:41 08:32:41 Login Succeeded 08:32:41 nexus3.edgexfoundry.org:10002 08:32:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:42 Configure a credential helper to remove this warning. See 08:32:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:42 08:32:42 Login Succeeded 08:32:42 nexus3.edgexfoundry.org:10003 08:32:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:43 Configure a credential helper to remove this warning. See 08:32:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:43 08:32:43 Login Succeeded 08:32:43 nexus3.edgexfoundry.org:10004 08:32:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:44 Configure a credential helper to remove this warning. See 08:32:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:44 08:32:44 Login Succeeded 08:32:44 docker.io 08:32:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:32:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:32:45 Configure a credential helper to remove this warning. See 08:32:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:32:45 08:32:45 Login Succeeded 08:32:45 ---> docker-login.sh ends [Pipeline] } 08:32:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:32:45 ++ 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:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ dirname cmd/core-command/Dockerfile 08:32:45 ++ cut -d/ -f2 08:32:45 + echo core-command,cmd/core-command/Dockerfile 08:32:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ dirname cmd/core-data/Dockerfile 08:32:45 ++ cut -d/ -f2 08:32:45 + echo core-data,cmd/core-data/Dockerfile 08:32:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ dirname cmd/core-metadata/Dockerfile 08:32:45 ++ cut -d/ -f2 08:32:45 + echo core-metadata,cmd/core-metadata/Dockerfile 08:32:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ dirname cmd/security-bootstrapper/Dockerfile 08:32:45 ++ cut -d/ -f2 08:32:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:32:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ dirname cmd/security-proxy-setup/Dockerfile 08:32:45 ++ cut -d/ -f2 08:32:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:32:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ cut -d/ -f2 08:32:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:32:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:32:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ dirname cmd/support-notifications/Dockerfile 08:32:45 ++ cut -d/ -f2 08:32:45 + echo support-notifications,cmd/support-notifications/Dockerfile 08:32:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ cut -d/ -f2 08:32:45 ++ dirname cmd/support-scheduler/Dockerfile 08:32:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:32:45 + for file in '`ls cmd/**/Dockerfile`' 08:32:45 ++ cut -d/ -f2 08:32:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:32:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:32:45 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:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:47 08:32:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:32:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:47 latest: Pulling from edgex-devops/git-semver 08:32:47 31603596830f: Pulling fs layer 08:32:47 54011a49482f: Pulling fs layer 08:32:47 a6820b24f6d8: Pulling fs layer 08:32:47 f581987b2513: Pulling fs layer 08:32:47 f581987b2513: Waiting 08:32:47 54011a49482f: Verifying Checksum 08:32:47 54011a49482f: Download complete 08:32:48 31603596830f: Verifying Checksum 08:32:48 31603596830f: Download complete 08:32:48 f581987b2513: Verifying Checksum 08:32:48 f581987b2513: Download complete 08:32:48 a6820b24f6d8: Verifying Checksum 08:32:48 a6820b24f6d8: Download complete 08:32:49 31603596830f: Pull complete 08:32:49 54011a49482f: Pull complete 08:32:51 a6820b24f6d8: Pull complete 08:32:52 f581987b2513: Pull complete 08:32:52 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 08:32:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:32:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:32:52 prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container 08:32:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:32:56 $ docker top f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:32:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:32:56 [ssh-agent] Looking for ssh-agent implementation... 08:32:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:32:57 $ docker exec f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 ssh-agent 08:32:58 SSH_AUTH_SOCK=/tmp/ssh-ngk8Ot1tmRef/agent.11 08:32:58 SSH_AGENT_PID=16 08:32:58 Running ssh-add (command line suppressed) 08:32:59 Identity added: /w/workspace/edgex-go/112@tmp/private_key_6023201161697372306.key (/w/workspace/edgex-go/112@tmp/private_key_6023201161697372306.key) 08:32:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:32:59 + git tag --points-at HEAD [Pipeline] } 08:33:00 $ docker exec --env ******** --env ******** f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 ssh-agent -k 08:33:00 unset SSH_AUTH_SOCK; 08:33:00 unset SSH_AGENT_PID; 08:33:00 echo Agent pid 16 killed; 08:33:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:33:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:33:00 [ssh-agent] Looking for ssh-agent implementation... 08:33:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:33:01 $ docker exec f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 ssh-agent 08:33:02 SSH_AUTH_SOCK=/tmp/ssh-oSRvrshdldlT/agent.45 08:33:02 SSH_AGENT_PID=50 08:33:02 Running ssh-add (command line suppressed) 08:33:04 Identity added: /w/workspace/edgex-go/112@tmp/private_key_4497158011385499238.key (/w/workspace/edgex-go/112@tmp/private_key_4497158011385499238.key) 08:33:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:33:05 + git semver init 08:33:05 # -> Open(): unable to determine branch for HEAD 08:33:05 # $GIT_DIR = /w/workspace/edgex-go/112/.git 08:33:05 # $GIT_WORK_TREE = /w/workspace/edgex-go/112 08:33:05 # $SEMVER_REMOTE_NAME = origin 08:33:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:33:05 # $SEMVER_USER_NAME = edgex-jenkins 08:33:05 # $SEMVER_BRANCH = PR-2858 08:33:05 # $SEMVER_TEMP = /tmp/semver-038378376 08:33:05 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:33:53 # '/tmp/semver-038378376' -> '/w/workspace/edgex-go/112/.semver' 08:33:53 # -> Force: false 08:33:53 # $SEMVER_DIR = /w/workspace/edgex-go/112/.semver [Pipeline] } 08:33:53 $ docker exec --env ******** --env ******** f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 ssh-agent -k 08:33:54 unset SSH_AUTH_SOCK; 08:33:54 unset SSH_AGENT_PID; 08:33:54 echo Agent pid 50 killed; 08:33:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:33:55 + git semver [Pipeline] } 08:33:55 $ docker stop --time=1 f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 08:33:58 $ docker rm -f f5a7755b35af24a41fc226ceb41cb7c11dc31df821341eb544217ab6c349a850 [Pipeline] // withDockerContainer [Pipeline] sh 08:33:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:34:00 Stashed 1 file(s) [Pipeline] echo 08:34:00 [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:34:01 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:34:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:34:01 + sudo service docker restart 08:34:01 + true 08:34:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:34:05 ========================================================= 08:34:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 08:34:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:34:05 + 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:34:15 Still waiting to schedule task 08:34:15 ‘prd-centos7-blackbox-4c-2g-2571’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2891’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-2899’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-2893’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2316’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2892’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2901’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2902’ is offline 08:34:22 Sending build context to Docker daemon 329.9MB 08:34:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:34:22 Step 2/6 : FROM ${BASE} 08:34:22 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 08:34:22 540db60ca938: Pulling fs layer 08:34:22 adcc1eea9eea: Pulling fs layer 08:34:22 4c4ab2625f07: Pulling fs layer 08:34:22 0510c868ecb4: Pulling fs layer 08:34:22 afea3b2eda06: Pulling fs layer 08:34:22 7809a108b3ef: Pulling fs layer 08:34:22 f706445af74f: Pulling fs layer 08:34:22 afea3b2eda06: Waiting 08:34:22 7809a108b3ef: Waiting 08:34:22 f706445af74f: Waiting 08:34:22 0510c868ecb4: Waiting 08:34:22 4c4ab2625f07: Download complete 08:34:22 adcc1eea9eea: Download complete 08:34:22 afea3b2eda06: Verifying Checksum 08:34:22 afea3b2eda06: Download complete 08:34:22 7809a108b3ef: Verifying Checksum 08:34:22 7809a108b3ef: Download complete 08:34:22 540db60ca938: Verifying Checksum 08:34:22 540db60ca938: Download complete 08:34:22 540db60ca938: Pull complete 08:34:23 adcc1eea9eea: Pull complete 08:34:24 4c4ab2625f07: Pull complete 08:34:27 f706445af74f: Verifying Checksum 08:34:27 f706445af74f: Download complete 08:34:30 0510c868ecb4: Verifying Checksum 08:34:30 0510c868ecb4: Download complete 08:34:52 0510c868ecb4: Pull complete 08:34:52 afea3b2eda06: Pull complete 08:34:52 7809a108b3ef: Pull complete 08:34:57 f706445af74f: Pull complete 08:34:57 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 08:34:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 08:34:57 ---> b068be0155e3 08:34:57 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:57 ---> Running in ea166143610f 08:34:59 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:35:00 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:35:01 (1/12) Installing libmagic (5.39-r0) 08:35:01 (2/12) Installing file (5.39-r0) 08:35:01 (3/12) Installing libc-dev (0.7.2-r3) 08:35:01 (4/12) Installing g++ (10.2.1_pre1-r3) 08:35:10 (5/12) Installing fortify-headers (1.1-r0) 08:35:10 (6/12) Installing patch (2.7.6-r6) 08:35:10 (7/12) Installing build-base (0.5-r2) 08:35:10 (8/12) Installing libsodium (1.0.18-r0) 08:35:10 (9/12) Installing pkgconf (1.7.3-r0) 08:35:10 (10/12) Installing libsodium-dev (1.0.18-r0) 08:35:10 (11/12) Installing libzmq (4.3.3-r1) 08:35:10 (12/12) Installing zeromq-dev (4.3.3-r1) 08:35:10 Executing busybox-1.32.1-r6.trigger 08:35:10 OK: 219 MiB in 52 packages 08:35:14 Removing intermediate container ea166143610f 08:35:14 ---> d8f4d8732c51 08:35:14 Step 4/6 : WORKDIR /edgex-go 08:35:14 ---> Running in 21a4d1e11fea 08:35:15 Removing intermediate container 21a4d1e11fea 08:35:15 ---> 78136987bb0d 08:35:15 Step 5/6 : COPY go.mod . 08:35:15 ---> 5a6a03ff71d7 08:35:15 Step 6/6 : RUN go mod download 08:35:16 ---> Running in a6d105501aa5 08:35:56 Removing intermediate container a6d105501aa5 08:35:56 ---> cb59ab31de0c 08:35:56 Successfully built cb59ab31de0c 08:35:56 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:35:56 + docker inspect -f . ci-base-image-x86_64 08:35:57 . [Pipeline] withDockerContainer 08:35:57 prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container 08:35:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:36:00 $ docker top a3d126e96f8c7373b4c8f1bb79570ed74f4e1c173e1d60f195318240ce12f764 -eo pid,comm [Pipeline] { [Pipeline] sh 08:36:01 + go version 08:36:02 go version go1.16.3 linux/amd64 [Pipeline] } 08:36:02 $ docker stop --time=1 a3d126e96f8c7373b4c8f1bb79570ed74f4e1c173e1d60f195318240ce12f764 08:36:04 $ docker rm -f a3d126e96f8c7373b4c8f1bb79570ed74f4e1c173e1d60f195318240ce12f764 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:36:05 + docker inspect -f . ci-base-image-x86_64 08:36:05 . [Pipeline] withDockerContainer 08:36:05 prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container 08:36:05 $ 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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:36:08 $ docker top 6732e7d8c4e95f4a5adc629678309753ad79c944a2509b008f598a6be2f79d73 -eo pid,comm [Pipeline] { [Pipeline] echo 08:36:08 ========================================================= 08:36:08 [edgeXBuildGoParallel] Running Tests and Build... 08:36:08 ========================================================= [Pipeline] sh 08:36:09 + go mod tidy 08:36:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2904 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 08:36:13 Running in /w/workspace/edgex-go/112 [Pipeline] { [Pipeline] checkout [Pipeline] sh 08:36:15 + make test 08:36:15 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:36:18 using credential edgex-jenkins-ssh 08:36:18 Cloning the remote Git repository 08:36:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:36:19 > git init /w/workspace/edgex-go/112 # timeout=10 08:36:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:36:19 > git --version # timeout=10 08:36:19 > git --version # 'git version 2.17.1' 08:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:37 Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 08:36:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:36:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:36:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:36:36 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:36:39 Merge succeeded, producing 62b08d89c274af069b0ea0a6130f01dbad7d4963 08:36:39 Checking out Revision 62b08d89c274af069b0ea0a6130f01dbad7d4963 (PR-2858) 08:36:37 > git config core.sparsecheckout # timeout=10 08:36:37 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 08:36:38 > git remote # timeout=10 08:36:38 > git config --get remote.origin.url # timeout=10 08:36:38 using GIT_SSH to set credentials SSH Credentials for GitHub 08:36:38 > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 08:36:39 > git rev-parse HEAD^{commit} # timeout=10 08:36:39 > git config core.sparsecheckout # timeout=10 08:36:39 > git checkout -f 62b08d89c274af069b0ea0a6130f01dbad7d4963 # timeout=10 08:36:43 ? github.com/edgexfoundry/edgex-go [no test files] 08:36:43 Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" 08:36:43 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:36:43 > git rev-list --no-walk dc1cf861c04bc896aa5922ceecdf683e9f29ad72 # timeout=10 08:36:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:36:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:36:46 + sudo service docker restart 08:36:46 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:36:48 provisioning config files... 08:36:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/112@tmp/config4985648867111550153tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:36:48 ---> docker-login.sh 08:36:48 nexus3.edgexfoundry.org:10001 08:36:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:49 Configure a credential helper to remove this warning. See 08:36:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:49 08:36:49 Login Succeeded 08:36:49 nexus3.edgexfoundry.org:10002 08:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:50 Configure a credential helper to remove this warning. See 08:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:50 08:36:50 Login Succeeded 08:36:50 nexus3.edgexfoundry.org:10003 08:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:51 Configure a credential helper to remove this warning. See 08:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:51 08:36:51 Login Succeeded 08:36:51 nexus3.edgexfoundry.org:10004 08:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:51 Configure a credential helper to remove this warning. See 08:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:51 08:36:51 Login Succeeded 08:36:51 docker.io 08:36:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:36:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:36:52 Configure a credential helper to remove this warning. See 08:36:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:36:52 08:36:52 Login Succeeded 08:36:52 ---> docker-login.sh ends [Pipeline] } 08:36:52 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:36:52 ========================================================= 08:36:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 08:36:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:36:53 + 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:55 Sending build context to Docker daemon 167.5MB 08:36:55 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:36:55 Step 2/6 : FROM ${BASE} 08:36:55 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:36:55 595b0fe564bb: Pulling fs layer 08:36:55 7186ed65a4f7: Pulling fs layer 08:36:55 316046926c0a: Pulling fs layer 08:36:55 4ebd0625c992: Pulling fs layer 08:36:55 207e8628e3a3: Pulling fs layer 08:36:55 c791037a9be2: Pulling fs layer 08:36:55 ffd874e62e21: Pulling fs layer 08:36:55 4ebd0625c992: Waiting 08:36:55 207e8628e3a3: Waiting 08:36:55 c791037a9be2: Waiting 08:36:55 316046926c0a: Verifying Checksum 08:36:55 316046926c0a: Download complete 08:36:55 7186ed65a4f7: Verifying Checksum 08:36:55 7186ed65a4f7: Download complete 08:36:55 207e8628e3a3: Verifying Checksum 08:36:55 207e8628e3a3: Download complete 08:36:55 c791037a9be2: Download complete 08:36:55 595b0fe564bb: Verifying Checksum 08:36:55 595b0fe564bb: Download complete 08:36:56 595b0fe564bb: Pull complete 08:36:57 7186ed65a4f7: Pull complete 08:36:57 316046926c0a: Pull complete 08:36:58 ffd874e62e21: Verifying Checksum 08:36:58 ffd874e62e21: Download complete 08:36:59 4ebd0625c992: Verifying Checksum 08:36:59 4ebd0625c992: Download complete 08:37:09 4ebd0625c992: Pull complete 08:37:09 207e8628e3a3: Pull complete 08:37:09 c791037a9be2: Pull complete 08:37:12 ffd874e62e21: Pull complete 08:37:12 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 08:37:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 08:37:12 ---> cfc18b08335c 08:37:12 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:37:17 ---> Running in bf64bec36545 08:37:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:37:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:37:20 (1/12) Installing libmagic (5.39-r0) 08:37:20 (2/12) Installing file (5.39-r0) 08:37:20 (3/12) Installing libc-dev (0.7.2-r3) 08:37:20 (4/12) Installing g++ (10.2.1_pre1-r3) 08:37:27 (5/12) Installing fortify-headers (1.1-r0) 08:37:27 (6/12) Installing patch (2.7.6-r6) 08:37:27 (7/12) Installing build-base (0.5-r2) 08:37:27 (8/12) Installing libsodium (1.0.18-r0) 08:37:27 (9/12) Installing pkgconf (1.7.3-r0) 08:37:27 (10/12) Installing libsodium-dev (1.0.18-r0) 08:37:27 (11/12) Installing libzmq (4.3.3-r1) 08:37:27 (12/12) Installing zeromq-dev (4.3.3-r1) 08:37:27 Executing busybox-1.32.1-r6.trigger 08:37:27 OK: 218 MiB in 52 packages 08:37:31 Removing intermediate container bf64bec36545 08:37:31 ---> 9198fa2a7322 08:37:31 Step 4/6 : WORKDIR /edgex-go 08:37:31 ---> Running in 29246b0b4576 08:37:32 Removing intermediate container 29246b0b4576 08:37:32 ---> 5c54518783b0 08:37:32 Step 5/6 : COPY go.mod . 08:37:33 ---> 3dedea4440c8 08:37:33 Step 6/6 : RUN go mod download 08:37:33 ---> Running in a147b96a2447 08:37:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:37:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:38:04 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:38:05 Removing intermediate container a147b96a2447 08:38:05 ---> 157021b9235c 08:38:05 Successfully built 157021b9235c 08:38:05 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:38:06 + docker inspect -f . ci-base-image-arm64 08:38:06 . [Pipeline] withDockerContainer 08:38:06 prd-ubuntu18.04-docker-arm64-4c-16g-2904 does not seem to be running inside a container 08:38:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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 ******** ci-base-image-arm64 cat 08:38:08 $ docker top af24edcfeaa441104463d732099ff89948730307f6c92da9a2c8216b92e5e8db -eo pid,comm 08:38:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [Pipeline] { [Pipeline] sh 08:38:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:38:09 + go version 08:38:09 go version go1.16.3 linux/arm64 [Pipeline] } 08:38:09 $ docker stop --time=1 af24edcfeaa441104463d732099ff89948730307f6c92da9a2c8216b92e5e8db 08:38:11 $ docker rm -f af24edcfeaa441104463d732099ff89948730307f6c92da9a2c8216b92e5e8db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:38:12 + docker inspect -f . ci-base-image-arm64 08:38:12 . [Pipeline] withDockerContainer 08:38:12 prd-ubuntu18.04-docker-arm64-4c-16g-2904 does not seem to be running inside a container 08:38: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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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 ******** ci-base-image-arm64 cat 08:38:14 $ docker top 8cbb5fb46d10705966a6cf9398f9dad2541648150a2b4811a3b4053d961e26c9 -eo pid,comm [Pipeline] { [Pipeline] echo 08:38:14 ========================================================= 08:38:14 [edgeXBuildGoParallel] Running Tests and Build... 08:38:14 ========================================================= [Pipeline] sh 08:38:15 + go mod tidy 08:38:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:38:16 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:38:16 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] sh 08:38:17 + make test 08:38:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.471s coverage: 45.9% of statements 08:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:38:23 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.278s coverage: 19.8% of statements 08:38:23 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.189s coverage: 100.0% of statements 08:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.606s coverage: 27.1% of statements 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.111s coverage: 100.0% of statements 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.134s coverage: 100.0% of statements 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 71.3% of statements 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 87.7% of statements 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:38:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.153s coverage: 78.9% of statements 08:38:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.526s coverage: 28.6% of statements 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.345s coverage: 100.0% of statements 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.544s coverage: 86.7% of statements 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.484s coverage: 97.5% of statements 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:38:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.549s coverage: 78.3% of statements 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:38:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:38:49 ? github.com/edgexfoundry/edgex-go [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.745s coverage: 95.1% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.285s coverage: 58.8% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.289s coverage: 0.9% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.156s coverage: 22.6% of statements 08:38:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:38:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.334s coverage: 47.1% of statements 08:38:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.226s coverage: 79.5% of statements 08:38:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.191s coverage: 94.1% of statements 08:38:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.272s coverage: 96.3% of statements 08:38:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.098s coverage: 87.5% of statements 08:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.338s coverage: 94.4% of statements 08:39:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.154s coverage: 44.8% of statements 08:39:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.532s coverage: 81.8% of statements 08:39:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.446s coverage: 92.9% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.085s coverage: 77.8% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.448s coverage: 87.2% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.153s coverage: 100.0% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.294s coverage: 75.5% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.110s coverage: 80.8% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.176s coverage: 84.6% of statements 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.6% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.828s coverage: 64.4% of statements 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:39:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:39:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.124s coverage: 100.0% of statements 08:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.157s coverage: 91.3% of statements 08:39:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.112s coverage: 100.0% of statements 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.168s coverage: 73.7% of statements 08:39:24 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements 08:39:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.451s coverage: 69.0% of statements 08:39:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:39:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:39:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.466s coverage: 40.5% of statements 08:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.585s coverage: 89.5% of statements 08:39:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:39:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.088s coverage: 84.8% of statements 08:39:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.434s coverage: 47.0% of statements 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:39:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:39:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.178s coverage: 100.0% of statements 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:39:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.177s coverage: 9.6% of statements 08:39:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:39:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.406s coverage: 92.6% of statements 08:39:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:39:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:39:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.337s coverage: 28.7% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.143s coverage: 99.0% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.165s coverage: 100.0% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:39:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.447s coverage: 64.6% of statements 08:39:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.790s coverage: 97.6% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:39:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.507s coverage: 100.0% of statements 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:39:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:39:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.153s coverage: 87.9% of statements 08:39:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:39:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:39:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 08:39:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.149s coverage: 28.1% of statements 08:39:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 08:39:47 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.102s coverage: 100.0% of statements 08:39:48 GO111MODULE=on go vet ./... 08:39:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:40:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:40:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:40:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:40:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:40:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:40:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:40:28 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:40:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:40:39 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:40:39 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.313s coverage: 45.9% of statements 08:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements 08:40:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.337s coverage: 100.0% of statements 08:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.625s coverage: 27.1% of statements 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.171s coverage: 100.0% of statements 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.179s coverage: 100.0% of statements 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:40:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.291s coverage: 71.3% of statements 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:40:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.606s coverage: 87.7% of statements 08:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:40:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.242s coverage: 78.9% of statements 08:40:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.529s coverage: 28.6% of statements 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.273s coverage: 100.0% of statements 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.181s coverage: 100.0% of statements 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.617s coverage: 86.7% of statements 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.554s coverage: 97.5% of statements 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:41:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.331s coverage: 78.3% of statements 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:41:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:41:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.570s coverage: 95.1% of statements 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:41:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.143s coverage: 58.8% of statements 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:41:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.300s coverage: 0.9% of statements 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:41:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.188s coverage: 22.6% of statements 08:41:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.174s coverage: 47.1% of statements 08:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.184s coverage: 79.5% of statements 08:41:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.187s coverage: 94.1% of statements 08:41:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.207s coverage: 96.3% of statements 08:41:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.153s coverage: 87.5% of statements 08:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.180s coverage: 94.4% of statements 08:41:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.162s coverage: 44.8% of statements 08:41:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.614s coverage: 81.8% of statements 08:41:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.255s coverage: 92.9% of statements 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.086s coverage: 87.2% of statements 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.133s coverage: 100.0% of statements 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.216s coverage: 75.5% of statements 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.162s coverage: 80.8% of statements 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.228s coverage: 87.2% of statements 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.227s coverage: 84.6% of statements 08:41:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.286s coverage: 91.6% of statements 08:41:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.864s coverage: 64.4% of statements 08:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:41:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.162s coverage: 100.0% of statements 08:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.112s coverage: 91.3% of statements 08:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 08:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements 08:41:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements 08:41:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.098s coverage: 69.0% of statements 08:41:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:41:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:41:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.794s coverage: 40.5% of statements 08:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.109s coverage: 89.5% of statements 08:41:55 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:41:55 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.087s coverage: 84.8% of statements 08:41:57 gofmt -l . 08:41:57 [ "`gofmt -l .`" = "" ] 08:41:57 ./bin/test-go-mod-tidy.sh 08:41:57 ./bin/test-attribution-txt.sh [Pipeline] sh 08:42:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.860s coverage: 47.0% of statements 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:42:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:42:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:42:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.297s coverage: 9.6% of statements 08:42:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:42:03 + ls -al . 08:42:03 total 804 08:42:03 drwxrwxr-x 10 1001 1001 4096 May 4 08:42 . 08:42:03 drwxr-xr-x 4 root root 32 May 4 08:36 .. 08:42:03 -rw-rw-r-- 1 1001 1001 11 May 4 08:32 .dockerignore 08:42:03 drwxrwxr-x 8 1001 1001 179 May 4 08:32 .git 08:42:03 drwxrwxr-x 3 1001 1001 125 May 4 08:32 .github 08:42:03 -rw-rw-r-- 1 1001 1001 818 May 4 08:32 .gitignore 08:42:03 drwx------ 3 1001 1001 60 May 4 08:33 .semver 08:42:03 -rw-rw-r-- 1 1001 1001 166 May 4 08:32 .sonarcloud.properties 08:42:03 -rw-rw-r-- 1 1001 1001 8609 May 4 08:32 Attribution.txt 08:42:03 -rw-rw-r-- 1 1001 1001 3804 May 4 08:32 CONTRIBUTING.md 08:42:03 -rw-rw-r-- 1 1001 1001 931 May 4 08:32 Dockerfile.build 08:42:03 -rw-rw-r-- 1 1001 1001 863 May 4 08:32 Jenkinsfile 08:42:03 -rw-rw-r-- 1 1001 1001 10775 May 4 08:32 LICENSE 08:42:03 -rw-rw-r-- 1 1001 1001 5774 May 4 08:32 Makefile 08:42:03 -rw-rw-r-- 1 1001 1001 7978 May 4 08:32 README.md 08:42:03 -rw-rw-r-- 1 1001 1001 6755 May 4 08:32 SECURITY.md 08:42:03 -rw-rw-r-- 1 1001 1001 5 May 4 08:33 VERSION 08:42:03 -rw-rw-r-- 1 1001 1001 4131 May 4 08:32 ZMQWindows.md 08:42:03 drwxrwxr-x 2 1001 1001 117 May 4 08:32 bin 08:42:03 drwxrwxr-x 14 1001 1001 4096 May 4 08:32 cmd 08:42:03 -rw-r--r-- 1 root root 693878 May 4 08:39 coverage.out 08:42:03 -rw-r--r-- 1 root root 1060 May 4 08:41 go.mod 08:42:03 -rw-r--r-- 1 root root 22420 May 4 08:36 go.sum 08:42:03 drwxrwxr-x 8 1001 1001 127 May 4 08:32 internal 08:42:03 drwxrwxr-x 4 1001 1001 26 May 4 08:32 openapi 08:42:03 drwxrwxr-x 4 1001 1001 71 May 4 08:32 snap 08:42:03 -rw-rw-r-- 1 1001 1001 168 May 4 08:32 version.go [Pipeline] sh 08:42:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.652s coverage: 92.6% of statements 08:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:42:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:42:05 + '[' -e coverage.out ] 08:42:05 + chown 1001:1001 coverage.out [Pipeline] stash 08:42:06 Stashed 1 file(s) [Pipeline] sh 08:42:08 + make build 08:42:08 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:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.181s coverage: 28.7% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.270s coverage: 99.0% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.194s coverage: 100.0% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.186s coverage: 64.6% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.392s coverage: 97.6% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.117s coverage: 28.1% of statements 08:42:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 08:42:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:42:16 GO111MODULE=on go vet ./... 08:42:18 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:43:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:43:10 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:19 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:21 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:30 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:37 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:41 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:46 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:52 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:58 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:44:07 $ docker stop --time=1 6732e7d8c4e95f4a5adc629678309753ad79c944a2509b008f598a6be2f79d73 08:44:08 gofmt -l . 08:44:08 [ "`gofmt -l .`" = "" ] 08:44:08 ./bin/test-go-mod-tidy.sh 08:44:08 ./bin/test-attribution-txt.sh 08:44:11 $ docker rm -f 6732e7d8c4e95f4a5adc629678309753ad79c944a2509b008f598a6be2f79d73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 08:44:13 + ls -al . 08:44:13 total 832 08:44:13 drwxrwxr-x 9 1001 1001 4096 May 4 08:44 . 08:44:13 drwxr-xr-x 4 root root 4096 May 4 08:38 .. 08:44:13 -rw-rw-r-- 1 1001 1001 11 May 4 08:36 .dockerignore 08:44:13 drwxrwxr-x 8 1001 1001 4096 May 4 08:36 .git 08:44:13 drwxrwxr-x 3 1001 1001 4096 May 4 08:36 .github 08:44:13 -rw-rw-r-- 1 1001 1001 818 May 4 08:36 .gitignore 08:44:13 -rw-rw-r-- 1 1001 1001 166 May 4 08:36 .sonarcloud.properties 08:44:13 -rw-rw-r-- 1 1001 1001 8609 May 4 08:36 Attribution.txt 08:44:13 -rw-rw-r-- 1 1001 1001 3804 May 4 08:36 CONTRIBUTING.md 08:44:13 -rw-rw-r-- 1 1001 1001 931 May 4 08:36 Dockerfile.build 08:44:13 -rw-rw-r-- 1 1001 1001 863 May 4 08:36 Jenkinsfile 08:44:13 -rw-rw-r-- 1 1001 1001 10775 May 4 08:36 LICENSE 08:44:13 -rw-rw-r-- 1 1001 1001 5774 May 4 08:36 Makefile 08:44:13 -rw-rw-r-- 1 1001 1001 7978 May 4 08:36 README.md 08:44:13 -rw-rw-r-- 1 1001 1001 6755 May 4 08:36 SECURITY.md 08:44:13 -rw-rw-r-- 1 1001 1001 5 May 4 08:33 VERSION 08:44:13 -rw-rw-r-- 1 1001 1001 4131 May 4 08:36 ZMQWindows.md 08:44:13 drwxrwxr-x 2 1001 1001 4096 May 4 08:36 bin 08:44:13 drwxrwxr-x 14 1001 1001 4096 May 4 08:36 cmd 08:44:13 -rw-r--r-- 1 root root 693878 May 4 08:42 coverage.out 08:44:13 -rw-r--r-- 1 root root 1060 May 4 08:44 go.mod 08:44:13 -rw-r--r-- 1 root root 22420 May 4 08:38 go.sum 08:44:13 drwxrwxr-x 8 1001 1001 4096 May 4 08:36 internal 08:44:13 drwxrwxr-x 4 1001 1001 4096 May 4 08:36 openapi 08:44:13 drwxrwxr-x 4 1001 1001 4096 May 4 08:36 snap 08:44:13 -rw-rw-r-- 1 1001 1001 168 May 4 08:36 version.go [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 08:44:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:44:15 + '[' -e coverage.out ] 08:44:15 + chown 1001:1001 coverage.out [Pipeline] stash 08:44:15 Warning: overwriting stash ‘coverage-report’ 08:44:15 08:44:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:44:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:44:16 latest: Pulling from edgex-devops/edgex-compose 08:44:16 cbdbe7a5bc2a: Pulling fs layer 08:44:16 ca9280d653b3: Pulling fs layer 08:44:16 7e9c9ca2126c: Pulling fs layer 08:44:16 Stashed 1 file(s) [Pipeline] sh 08:44:16 cbdbe7a5bc2a: Verifying Checksum 08:44:16 cbdbe7a5bc2a: Download complete 08:44:17 + make build 08:44:17 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:44:18 cbdbe7a5bc2a: Pull complete 08:44:18 ca9280d653b3: Verifying Checksum 08:44:18 ca9280d653b3: Download complete 08:44:22 ca9280d653b3: Pull complete 08:44:23 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:44:24 7e9c9ca2126c: Verifying Checksum 08:44:24 7e9c9ca2126c: Download complete 08:44:40 7e9c9ca2126c: Pull complete 08:44:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:44:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:44:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:44:40 prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container 08:44:41 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:44:45 $ docker top 6e691c310dcedc215437eb774df53fd35cdde1cb7a02bffadbd1a5a2ff1c7389 -eo pid,comm [Pipeline] { [Pipeline] sh 08:44:46 + docker-compose build --help 08:44:46 + grep parallel 08:44:48 --parallel Build images in parallel. [Pipeline] } 08:44:48 $ docker stop --time=1 6e691c310dcedc215437eb774df53fd35cdde1cb7a02bffadbd1a5a2ff1c7389 08:44:50 $ docker rm -f 6e691c310dcedc215437eb774df53fd35cdde1cb7a02bffadbd1a5a2ff1c7389 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:44:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:44:51 . [Pipeline] withDockerContainer 08:44:52 prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container 08:44:52 $ 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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:44:55 $ docker top f380c1764b9522b527554efc0a110d059d88a777e522d504b4e04fe506738996 -eo pid,comm 08:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [Pipeline] { [Pipeline] sh 08:44:57 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:44:57 + docker-compose -f ./docker-compose-build.yml build --parallel 08:44:59 Building docker-core-command-go ... 08:44:59 Building docker-core-data-go ... 08:44:59 Building docker-core-metadata-go ... 08:44:59 Building docker-security-bootstrapper-go ... 08:44:59 Building docker-security-proxy-setup-go ... 08:44:59 Building docker-security-secretstore-setup-go ... 08:44:59 Building docker-support-notifications-go ... 08:44:59 Building docker-support-scheduler-go ... 08:44:59 Building docker-sys-mgmt-agent-go ... 08:44:59 Building docker-security-secretstore-setup-go 08:44:59 Building docker-core-command-go 08:44:59 Building docker-support-notifications-go 08:44:59 Building docker-support-scheduler-go 08:44:59 Building docker-core-metadata-go 08:45:02 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:45: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 08:45:10 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:45:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:45:19 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:45:23 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:45:27 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:45:32 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:45:39 $ docker stop --time=1 8cbb5fb46d10705966a6cf9398f9dad2541648150a2b4811a3b4053d961e26c9 08:45:41 $ docker rm -f 8cbb5fb46d10705966a6cf9398f9dad2541648150a2b4811a3b4053d961e26c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:45:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:44 08:45:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:45:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:44 latest: Pulling from edgex-devops/edgex-compose-arm64 08:45:44 29e5d40040c1: Pulling fs layer 08:45:44 1ce36da41761: Pulling fs layer 08:45:44 25b303627fd3: Pulling fs layer 08:45:44 29e5d40040c1: Verifying Checksum 08:45:44 29e5d40040c1: Download complete 08:45:45 1ce36da41761: Verifying Checksum 08:45:45 1ce36da41761: Download complete 08:45:45 29e5d40040c1: Pull complete 08:45:46 1ce36da41761: Pull complete 08:45:47 25b303627fd3: Verifying Checksum 08:45:47 25b303627fd3: Download complete 08:45:57 25b303627fd3: Pull complete 08:45:57 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:45:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:45:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:45:57 prd-ubuntu18.04-docker-arm64-4c-16g-2904 does not seem to be running inside a container 08:45:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@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:46:01 $ docker top af93442aacd1acc0e953ba1c1ed5a23df4a731412d7ceaae52fb6cf2ef93be88 -eo pid,comm [Pipeline] { [Pipeline] sh 08:46:02 + grep parallel 08:46:02 + docker-compose build --help 08:46:09 --parallel Build images in parallel. [Pipeline] } 08:46:09 $ docker stop --time=1 af93442aacd1acc0e953ba1c1ed5a23df4a731412d7ceaae52fb6cf2ef93be88 08:46:11 $ docker rm -f af93442aacd1acc0e953ba1c1ed5a23df4a731412d7ceaae52fb6cf2ef93be88 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:46:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:46:12 . [Pipeline] withDockerContainer 08:46:12 prd-ubuntu18.04-docker-arm64-4c-16g-2904 does not seem to be running inside a container 08:46: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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:46:14 $ docker top a5dba244193fa56680d275c5899655fe1c6bf822c2237d3e92aa01b0ac68090e -eo pid,comm [Pipeline] { [Pipeline] sh 08:46:15 + docker-compose -f ./docker-compose-build.yml build --parallel 08:46:22 Building docker-core-command-go ... 08:46:22 Building docker-core-data-go ... 08:46:22 Building docker-core-metadata-go ... 08:46:22 Building docker-security-bootstrapper-go ... 08:46:22 Building docker-security-proxy-setup-go ... 08:46:22 Building docker-security-secretstore-setup-go ... 08:46:22 Building docker-support-notifications-go ... 08:46:22 Building docker-support-scheduler-go ... 08:46:22 Building docker-sys-mgmt-agent-go ... 08:46:22 Building docker-core-data-go 08:46:22 Building docker-security-secretstore-setup-go 08:46:22 Building docker-support-notifications-go 08:46:22 Building docker-support-scheduler-go 08:46:22 Building docker-security-bootstrapper-go 08:47:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:09 ---> cb59ab31de0c 08:47:09 Step 3/23 : WORKDIR /edgex-go 08:47:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:09 ---> cb59ab31de0c 08:47:09 Step 3/23 : WORKDIR /edgex-go 08:47:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:09 ---> cb59ab31de0c 08:47:09 Step 3/22 : WORKDIR /edgex-go 08:47:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:09 ---> cb59ab31de0c 08:47:09 Step 3/22 : WORKDIR /edgex-go 08:47:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:47:09 ---> cb59ab31de0c 08:47:09 Step 3/24 : WORKDIR /edgex-go 08:47:09 ---> Running in c5de07fba5e6 08:47:09 ---> Running in aba54f3da95e 08:47:09 ---> Running in b1bea9b42862 08:47:09 ---> Running in b01ee469c08c 08:47:09 ---> Running in 8c1cbcd3aae7 08:47:09 Removing intermediate container aba54f3da95e 08:47:09 ---> 28bcf155d3d8 08:47:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:09 Removing intermediate container 8c1cbcd3aae7 08:47:09 ---> 500c6ed013d3 08:47:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:09 Removing intermediate container c5de07fba5e6 08:47:09 ---> d378589aa735 08:47:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:09 Removing intermediate container b1bea9b42862 08:47:09 ---> 14483253e6bd 08:47:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:09 Removing intermediate container b01ee469c08c 08:47:09 ---> 6aa1e96728be 08:47:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:09 ---> Running in b34b7c3ff7ab 08:47:09 ---> Running in 759b6b1f71aa 08:47:09 ---> Running in fa0c15cf7091 08:47:09 ---> Running in 44fa25776340 08:47:09 ---> Running in 20bad1ad43fc 08:47:14 Removing intermediate container 44fa25776340 08:47:14 ---> a5a392ef3e6c 08:47:14 Step 5/22 : RUN apk add --update --no-cache make git 08:47:14 Removing intermediate container 759b6b1f71aa 08:47:14 ---> 1438bf97981d 08:47:14 Step 5/23 : RUN apk add --update --no-cache make git 08:47:14 Removing intermediate container b34b7c3ff7ab 08:47:14 ---> 1a162dcb1bac 08:47:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:47:14 Removing intermediate container fa0c15cf7091 08:47:14 ---> 38d0023682f4 08:47:14 Step 5/24 : RUN apk add --update --no-cache make git 08:47:14 Removing intermediate container 20bad1ad43fc 08:47:14 ---> 383e48ceb911 08:47:14 Step 5/23 : RUN apk add --update --no-cache make git 08:47:14 ---> Running in bbce5f20da5d 08:47:14 ---> Running in 3863029c65ad 08:47:14 ---> Running in f479c2ac8d93 08:47:14 ---> Running in 67ac39b5db26 08:47:14 ---> Running in 3e1fae109274 08:47:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:47:17 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:47:18 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:47:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:47:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:47:18 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:47:19 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:47:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:47:20 OK: 219 MiB in 52 packages 08:47:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:47:20 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:47:21 OK: 219 MiB in 52 packages 08:47:21 OK: 219 MiB in 52 packages 08:47:21 OK: 219 MiB in 52 packages 08:47:22 OK: 219 MiB in 52 packages 08:47:23 Removing intermediate container bbce5f20da5d 08:47:23 ---> fd62dd0acf51 08:47:23 Step 6/23 : COPY go.mod . 08:47:24 Removing intermediate container 3e1fae109274 08:47:24 ---> a7092e923ad5 08:47:24 Step 6/23 : COPY go.mod . 08:47:24 Removing intermediate container 3863029c65ad 08:47:24 ---> 265bed208391 08:47:24 Step 6/24 : COPY go.mod . 08:47:24 Removing intermediate container f479c2ac8d93 08:47:24 ---> e2764fc899e2 08:47:24 Step 6/22 : COPY go.mod . 08:47:25 ---> 919df5d4b5e9 08:47:25 Step 7/23 : RUN go mod download 08:47:25 ---> Running in b3af22d0c3c7 08:47:25 Removing intermediate container 67ac39b5db26 08:47:25 ---> 0bb1e3072eda 08:47:25 Step 6/22 : COPY go.mod . 08:47:25 ---> a97b7ef615b4 08:47:25 Step 7/23 : RUN go mod download 08:47:25 ---> fba2c564993c 08:47:25 Step 7/24 : RUN go mod download 08:47:26 ---> Running in e0249f0ee2da 08:47:26 ---> Running in 8a8a79976e06 08:47:26 ---> 1790c98d2a9f 08:47:26 Step 7/22 : RUN go mod download 08:47:26 ---> Running in 7c28eee3419c 08:47:28 ---> 9cfd2d024b5b 08:47:28 Step 7/22 : RUN go mod download 08:47:28 ---> Running in 249b75d99176 08:47:36 Removing intermediate container e0249f0ee2da 08:47:36 ---> 066dc1268cd3 08:47:36 Step 8/23 : COPY . . 08:47:36 Removing intermediate container 7c28eee3419c 08:47:36 ---> c244a62d0daf 08:47:36 Step 8/22 : COPY . . 08:47:36 Removing intermediate container b3af22d0c3c7 08:47:36 ---> 825f8aaf38a3 08:47:36 Step 8/23 : COPY . . 08:47:36 Removing intermediate container 8a8a79976e06 08:47:36 ---> f696e8bca19a 08:47:36 Step 8/24 : COPY . . 08:47:36 Removing intermediate container 249b75d99176 08:47:36 ---> a32ebd7394c9 08:47:36 Step 8/22 : COPY . . 08:47:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:43 ---> 157021b9235c 08:47:43 Step 3/22 : WORKDIR /edgex-go 08:47:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:47:43 ---> 157021b9235c 08:47:43 Step 3/31 : WORKDIR /edgex-go 08:47:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:47:43 ---> 157021b9235c 08:47:43 Step 3/24 : WORKDIR /edgex-go 08:47:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:43 ---> 157021b9235c 08:47:43 Step 3/23 : WORKDIR /edgex-go 08:47:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:43 ---> 157021b9235c 08:47:43 Step 3/22 : WORKDIR /edgex-go 08:47:43 ---> Running in 7d8eada45bec 08:47:43 ---> Running in a6f73f85c9c8 08:47:43 ---> Running in e3672dd942d0 08:47:43 ---> Running in 93e799363aca 08:47:43 ---> Running in 9ea933ffe4e2 08:47:43 Removing intermediate container 7d8eada45bec 08:47:43 ---> 5fa6be383cbc 08:47:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:43 Removing intermediate container e3672dd942d0 08:47:43 ---> 5713a4371b60 08:47:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:43 Removing intermediate container 93e799363aca 08:47:43 ---> 5e01c08f23c7 08:47:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:43 Removing intermediate container 9ea933ffe4e2 08:47:43 ---> 679cdc011382 08:47:43 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:43 Removing intermediate container a6f73f85c9c8 08:47:43 ---> d06577af543c 08:47:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:43 ---> Running in 77bcfc15a1f1 08:47:43 ---> Running in b95daedd02b5 08:47:43 ---> Running in 901d152ff6a7 08:47:43 ---> Running in d9e9f36ea698 08:47:43 ---> Running in 5d6a156aea96 08:47:44 Removing intermediate container b95daedd02b5 08:47:44 ---> b80e0cc3f502 08:47:44 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:47:44 ---> Running in 908a72e58ab7 08:47:44 Removing intermediate container 901d152ff6a7 08:47:44 ---> 81893b37ab18 08:47:44 Step 5/24 : RUN apk add --update --no-cache make git 08:47:45 ---> Running in 08c4b0d1489c 08:47:45 Removing intermediate container 77bcfc15a1f1 08:47:45 ---> f1ef11e8c874 08:47:45 Step 5/31 : RUN apk add --update --no-cache make git 08:47:45 ---> Running in 2b36b6a3ee62 08:47:45 Removing intermediate container 5d6a156aea96 08:47:45 ---> 80ecbdaa0dea 08:47:45 Step 5/22 : RUN apk add --update --no-cache make git 08:47:45 Removing intermediate container d9e9f36ea698 08:47:45 ---> c0066a3ae59b 08:47:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:47:45 ---> Running in dab3fc690793 08:47:45 ---> Running in 2821307f1bf4 08:47:46 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:47:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:47:47 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:47:47 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:47:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:47:48 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:47:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:47:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:47:48 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:47:49 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:47:49 OK: 218 MiB in 52 packages 08:47:49 OK: 218 MiB in 52 packages 08:47:49 OK: 218 MiB in 52 packages 08:47:50 OK: 218 MiB in 52 packages 08:47:50 OK: 218 MiB in 52 packages 08:47:51 Removing intermediate container 908a72e58ab7 08:47:51 ---> f5196b2bb108 08:47:51 Step 6/22 : COPY go.mod . 08:47:51 Removing intermediate container 08c4b0d1489c 08:47:51 ---> 4efa868dc3f0 08:47:51 Step 6/24 : COPY go.mod . 08:47:51 Removing intermediate container 2b36b6a3ee62 08:47:51 ---> fedd4e510c34 08:47:51 Step 6/31 : COPY go.mod . 08:47:52 Removing intermediate container 2821307f1bf4 08:47:52 ---> 654029c12858 08:47:52 Step 6/23 : COPY go.mod . 08:47:52 Removing intermediate container dab3fc690793 08:47:52 ---> a760c0d36f6f 08:47:52 Step 6/22 : COPY go.mod . 08:47:52 ---> 55a93f11f84b 08:47:52 Step 7/22 : RUN go mod download 08:47:52 ---> e77660898e9e 08:47:52 Step 7/24 : RUN go mod download 08:47:53 ---> Running in a8a14d28f2d9 08:47:53 ---> 70c651d87e1e 08:47:53 Step 7/31 : RUN go mod download 08:47:53 ---> Running in b123c885b774 08:47:53 ---> Running in 1238c57b387b 08:47:53 ---> 6be72cba660e 08:47:53 Step 7/23 : RUN go mod download 08:47:53 ---> 50030d5982b2 08:47:53 Step 7/22 : RUN go mod download 08:47:53 ---> Running in 941d5a4527f4 08:47:54 ---> Running in c803dc5e90f5 08:47:57 Removing intermediate container a8a14d28f2d9 08:47:57 ---> ed1ee2d34c65 08:47:57 Step 8/22 : COPY . . 08:47:58 Removing intermediate container b123c885b774 08:47:58 ---> a3b1e8e4c325 08:47:58 Step 8/24 : COPY . . 08:47:58 Removing intermediate container 1238c57b387b 08:47:58 ---> 514244ecc4ef 08:47:58 Step 8/31 : COPY . . 08:47:58 Removing intermediate container 941d5a4527f4 08:47:58 ---> 6580fedb6a6d 08:47:58 Step 8/23 : COPY . . 08:47:59 Removing intermediate container c803dc5e90f5 08:47:59 ---> 9b17ca44ed50 08:47:59 Step 8/22 : COPY . . 08:48:26 ---> aee727ff0cb4 08:48:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:48:26 ---> Running in 313288e94986 08:48:26 ---> 52d779975b2b 08:48:26 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:48:26 ---> a04837d729fe 08:48:26 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:48:26 ---> ae3c6d913496 08:48:26 Step 9/23 : RUN make cmd/core-data/core-data 08:48:26 ---> 6be9683b298f 08:48:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:48:26 ---> Running in 57feb0580a06 08:48:26 ---> Running in 511dd89f381a 08:48:26 ---> Running in 0da1ff1fe3d1 08:48:26 ---> Running in cc3f39e366fa 08:48:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:48:28 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:48:28 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:48:28 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:48:29 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:49:45 ---> aad8618d95e1 08:49:45 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:49:45 ---> df35ed703515 08:49:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:49:45 ---> Running in ace3cd7d0c5c 08:49:45 ---> 2bbbcfb4ac76 08:49:45 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:49:45 ---> 2696bcf1d565 08:49:45 Step 9/23 : RUN make cmd/core-command/core-command 08:49:45 ---> Running in a8489f0cc6fd 08:49:45 ---> ef0e43ee4a4b 08:49:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:49:45 ---> Running in 5e582925bdbd 08:49:45 ---> Running in 277300c418ed 08:49:45 ---> Running in 097c845f1341 08:49:45 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:49:45 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:49:45 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:45 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:45 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:50:35 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:50:51 Removing intermediate container cc3f39e366fa 08:50:51 ---> 3ab6c305865f 08:50:51 08:50:51 Step 10/24 : FROM alpine:3.12 08:50:51 3.12: Pulling from library/alpine 08:50:52 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:50:52 Status: Downloaded newer image for alpine:3.12 08:50:52 ---> 9852663dfa18 08:50:52 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:50:52 Removing intermediate container 511dd89f381a 08:50:52 ---> 5a2f0c857a23 08:50:52 08:50:52 Step 10/31 : FROM alpine:3.12 08:50:52 ---> 9852663dfa18 08:50:52 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:50:52 ---> Running in 0d28a41c54b5 08:50:52 ---> Running in fea4519edd22 08:50:53 Removing intermediate container fea4519edd22 08:50:53 ---> aae2f6c860e6 08:50:53 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:50:53 ---> Running in 2f619139352e 08:50:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:56 (1/6) Installing ca-certificates (20191127-r4) 08:50:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:50:56 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:50:56 (3/6) Installing libcurl (7.76.1-r0) 08:50:56 (4/6) Installing curl (7.76.1-r0) 08:50:56 (5/6) Installing dumb-init (1.2.2-r1) 08:50:56 (6/6) Installing su-exec (0.2-r1) 08:50:56 Executing busybox-1.31.1-r20.trigger 08:50:56 Executing ca-certificates-20191127-r4.trigger 08:50:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:50:56 OK: 7 MiB in 20 packages 08:50:57 (1/2) Installing dumb-init (1.2.2-r1) 08:50:57 (2/2) Installing su-exec (0.2-r1) 08:50:57 Executing busybox-1.31.1-r20.trigger 08:50:57 OK: 5 MiB in 16 packages 08:51:00 Removing intermediate container 2f619139352e 08:51:00 ---> 369bf1bbbb1e 08:51:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:51:00 Removing intermediate container 0d28a41c54b5 08:51:00 ---> 6780fadd5e44 08:51:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:51:00 ---> Running in ce3d5e3439af 08:51:00 ---> Running in e8d73e6cba57 08:51:01 Removing intermediate container ce3d5e3439af 08:51:01 ---> 5fe2a426e8d6 08:51:01 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:51:02 Removing intermediate container e8d73e6cba57 08:51:02 ---> 01211732cd23 08:51:02 Step 13/24 : WORKDIR / 08:51:02 ---> Running in 278635f808a1 08:51:02 ---> Running in 11da6bf6c934 08:51:03 Removing intermediate container 278635f808a1 08:51:03 ---> 87ff85953013 08:51:03 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:51:03 Removing intermediate container 11da6bf6c934 08:51:03 ---> 4185a322d41d 08:51:03 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:51:04 ---> Running in 7a009aeee584 08:51:07 ---> 8921ef6e5361 08:51:07 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:51:07 Removing intermediate container 313288e94986 08:51:07 ---> 617c0d59eec3 08:51:07 08:51:07 Step 10/22 : FROM alpine:3.12 08:51:07 ---> 9852663dfa18 08:51:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:51:08 ---> Running in 26dc5f12f668 08:51:08 ---> 1a662e53c4ab 08:51:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:51:08 Removing intermediate container 57feb0580a06 08:51:08 ---> aa52d653d39a 08:51:08 08:51:08 Step 10/22 : FROM alpine:3.12 08:51:08 ---> 9852663dfa18 08:51:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:51:08 Removing intermediate container 7a009aeee584 08:51:08 ---> 56dfc1a9e19f 08:51:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:51:09 ---> Running in 1352737276ac 08:51:09 ---> Running in 6b628e13b805 08:51:09 ---> a80b1e0f3388 08:51:09 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:51:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:10 Removing intermediate container 6b628e13b805 08:51:10 ---> e539faa88ae9 08:51:10 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:51:11 (1/2) Installing ca-certificates (20191127-r4) 08:51:11 (2/2) Installing dumb-init (1.2.2-r1) 08:51:11 Executing busybox-1.31.1-r20.trigger 08:51:11 Executing ca-certificates-20191127-r4.trigger 08:51:11 OK: 6 MiB in 16 packages 08:51:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:12 (1/1) Installing dumb-init (1.2.2-r1) 08:51:12 Executing busybox-1.31.1-r20.trigger 08:51:12 OK: 5 MiB in 15 packages 08:51:12 ---> 992e13326356 08:51:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:51:12 ---> 572a49560f2f 08:51:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:51:13 ---> Running in 4f2485131001 08:51:14 Removing intermediate container 1352737276ac 08:51:14 ---> 2608c5c94b14 08:51:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:14 Removing intermediate container 26dc5f12f668 08:51:14 ---> 11f90a820336 08:51:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:51:14 ---> b4206b5287ff 08:51:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:51:15 ---> Running in 089f2dbac20e 08:51:15 ---> Running in 1a13a73d3ddf 08:51:16 Removing intermediate container 1a13a73d3ddf 08:51:16 ---> d5b93cd9bb3d 08:51:16 Step 13/22 : ENV APP_PORT=48085 08:51:16 Removing intermediate container 089f2dbac20e 08:51:16 ---> c5673ef134a4 08:51:16 Step 13/22 : ENV APP_PORT=48060 08:51:16 ---> 7a45020df764 08:51:16 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:51:16 ---> Running in 7af3ddb36699 08:51:16 ---> Running in fd6b7ff37331 08:51:16 ---> Running in a7b6653d6ed5 08:51:16 Removing intermediate container 4f2485131001 08:51:16 ---> 46ba08588bb3 08:51:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:17 Removing intermediate container 7af3ddb36699 08:51:17 ---> 1d3bd550caca 08:51:17 Step 14/22 : EXPOSE $APP_PORT 08:51:17 Removing intermediate container fd6b7ff37331 08:51:17 ---> da5b64695c73 08:51:17 Step 14/22 : EXPOSE $APP_PORT 08:51:17 ---> Running in 80d0c2353ba8 08:51:18 ---> Running in da6fac37ce71 08:51:18 ---> 2de1103e3709 08:51:18 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:51:18 Removing intermediate container 80d0c2353ba8 08:51:18 ---> a75e21435929 08:51:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:18 Removing intermediate container da6fac37ce71 08:51:18 ---> b6132d4b11a0 08:51:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:20 ---> 0c41d9edcb3e 08:51:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:51:20 ---> 4f8eb85c2a33 08:51:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:51:20 Removing intermediate container a7b6653d6ed5 08:51:20 ---> 3d9d55144a67 08:51:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:51:20 ---> 7d050c5c03b4 08:51:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:51:20 ---> Running in e65723c868ed 08:51:21 Removing intermediate container 0da1ff1fe3d1 08:51:21 ---> d6edfdc5c9be 08:51:21 08:51:21 Step 10/23 : FROM alpine:3.12 08:51:21 ---> 9852663dfa18 08:51:21 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:51:22 ---> Running in 84dcda3cb219 08:51:22 Removing intermediate container e65723c868ed 08:51:22 ---> 8f99b0d8568b 08:51:22 Step 22/24 : LABEL arch=arm64 08:51:22 ---> 47ba6a8ac67b 08:51:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:51:22 ---> 24b86a5444fc 08:51:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:51:22 ---> 5d25faadc743 08:51:22 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:51:22 ---> Running in 1f6bf3ea3a74 08:51:22 Removing intermediate container 84dcda3cb219 08:51:22 ---> 0adfb9703835 08:51:22 Step 12/23 : ENV APP_PORT=48080 08:51:22 ---> Running in f017dcb1c950 08:51:23 Removing intermediate container 1f6bf3ea3a74 08:51:23 ---> 2a315b8fac51 08:51:23 Step 23/24 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:51:23 ---> Running in cda7afde7b59 08:51:23 ---> e1535e6e250e 08:51:23 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:51:23 ---> 0b4624ebbb1d 08:51:23 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:51:23 ---> Running in de8c56c8f219 08:51:23 ---> 772187963aed 08:51:23 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:51:23 ---> Running in e3d5e2ec5c6f 08:51:23 Removing intermediate container f017dcb1c950 08:51:23 ---> c335a5eb451e 08:51:23 Step 13/23 : EXPOSE $APP_PORT 08:51:24 Removing intermediate container cda7afde7b59 08:51:24 ---> 59b5ed758278 08:51:24 Step 24/24 : LABEL version=0.0.0 08:51:24 ---> Running in 4d7d50c7173d 08:51:24 ---> Running in 68c36ef75922 08:51:24 Removing intermediate container de8c56c8f219 08:51:24 ---> 2b581fcced14 08:51:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:24 Removing intermediate container e3d5e2ec5c6f 08:51:24 ---> f7c434b6f5aa 08:51:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:24 ---> Running in c9debcdbfa51 08:51:24 ---> Running in 74cbe1ee90d1 08:51:24 Removing intermediate container 4d7d50c7173d 08:51:24 ---> 4b0f42312808 08:51:24 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:51:24 ---> c1861557fd48 08:51:24 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:51:25 ---> Running in 12c32ee3e2aa 08:51:25 Removing intermediate container 68c36ef75922 08:51:25 ---> 98297f292bab 08:51:25 08:51:25 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:51:25 ---> Running in 7e4cb014812b 08:51:25 Removing intermediate container c9debcdbfa51 08:51:25 ---> 753f74e9a423 08:51:25 Step 20/22 : LABEL arch=arm64 08:51:25 Removing intermediate container 74cbe1ee90d1 08:51:25 ---> d6f34d780fe4 08:51:25 Step 20/22 : LABEL arch=arm64 08:51:26 ---> Running in ce312d74f5d8 08:51:26 ---> Running in 4a021c4515f1 08:51:26 Successfully built 98297f292bab 08:51:26 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:51:26  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 08:51:26 Removing intermediate container 7e4cb014812b 08:51:26 ---> 418f017e2f71 08:51:26 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:51:26 Removing intermediate container 4a021c4515f1 08:51:26 ---> de46547746de 08:51:26 Step 21/22 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:51:26 Removing intermediate container ce312d74f5d8 08:51:26 ---> f989d38f324c 08:51:26 Step 21/22 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:51:27 ---> Running in d1ef4bd5e1cb 08:51:27 ---> Running in b9b3f1e2c70c 08:51:27 ---> aada8b081562 08:51:27 Step 26/31 : RUN chmod +x /entrypoint.sh 08:51:28 Removing intermediate container d1ef4bd5e1cb 08:51:28 ---> c64960bb0cee 08:51:28 Step 22/22 : LABEL version=0.0.0 08:51:28 ---> Running in e7c39cc224e4 08:51:28 Removing intermediate container b9b3f1e2c70c 08:51:28 ---> 022f42c50e61 08:51:28 Step 22/22 : LABEL version=0.0.0 08:51:29 ---> Running in 1a7e62460d78 08:51:29 ---> Running in 494aa468173a 08:51:30 Removing intermediate container 12c32ee3e2aa 08:51:30 ---> 3cb374733977 08:51:30 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:51:30 Removing intermediate container 1a7e62460d78 08:51:30 ---> d594120abd26 08:51:30 08:51:30 ---> Running in 54a67184001f 08:51:30 Removing intermediate container 494aa468173a 08:51:30 ---> a2b8b27dfb1d 08:51:30 08:51:30 Successfully built d594120abd26 08:51:30 Successfully tagged docker-support-notifications-go-arm64:latest 08:51:30  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 08:51:31 Successfully built a2b8b27dfb1d 08:51:31 Successfully tagged docker-support-scheduler-go-arm64:latest 08:51:31  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 08:51:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:51:32 Removing intermediate container e7c39cc224e4 08:51:32 ---> 5861121a9e8c 08:51:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:51:32 Removing intermediate container 277300c418ed 08:51:32 ---> 6651dd5aba61 08:51:32 08:51:32 Step 10/23 : FROM alpine:3.12 08:51:32 3.12: Pulling from library/alpine 08:51:33 ---> Running in 6d666fd077c4 08:51:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:51:33 Removing intermediate container 6d666fd077c4 08:51:33 ---> 4d3158e66d45 08:51:33 Step 28/31 : CMD ["gate"] 08:51:34 (1/6) Installing dumb-init (1.2.2-r1) 08:51:34 ---> Running in 5666a3055b26 08:51:34 (2/6) Installing libgcc (9.3.0-r2) 08:51:34 (3/6) Installing libsodium (1.0.18-r0) 08:51:34 (4/6) Installing libstdc++ (9.3.0-r2) 08:51:34 (5/6) Installing libzmq (4.3.3-r0) 08:51:34 Removing intermediate container 5666a3055b26 08:51:34 ---> bd1617c476f5 08:51:34 Step 29/31 : LABEL arch=arm64 08:51:34 (6/6) Installing zeromq (4.3.3-r0) 08:51:34 Removing intermediate container 5e582925bdbd 08:51:34 ---> 5cb8f725e651 08:51:34 08:51:34 Step 10/22 : FROM alpine:3.12 08:51:34 3.12: Pulling from library/alpine 08:51:34 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:51:34 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:51:34 Executing busybox-1.31.1-r20.trigger 08:51:34 OK: 8 MiB in 20 packages 08:51:34 Status: Downloaded newer image for alpine:3.12 08:51:34 ---> 13621d1b12d4 08:51:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:51:34 Status: Downloaded newer image for alpine:3.12 08:51:34 ---> 13621d1b12d4 08:51:34 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:51:35 Removing intermediate container ace3cd7d0c5c 08:51:35 ---> d7b511233049 08:51:35 08:51:35 Step 10/22 : FROM alpine:3.12 08:51:35 ---> 13621d1b12d4 08:51:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:51:35 ---> Running in 17a5122f775c 08:51:36 ---> Running in 30f19f371ed9 08:51:36 ---> Running in 41929dbe8115 08:51:36 ---> Running in 191df4a3f731 08:51:37 Removing intermediate container 17a5122f775c 08:51:37 ---> e197f5d0f389 08:51:37 Step 30/31 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:51:38 Removing intermediate container 54a67184001f 08:51:38 ---> 2cc686c350e8 08:51:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:39 ---> Running in de50f867f794 08:51:39 ---> fa68d488def5 08:51:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:51:40 Removing intermediate container de50f867f794 08:51:40 ---> b61116a3ce9c 08:51:40 Step 31/31 : LABEL version=0.0.0 08:51:40 Removing intermediate container 097c845f1341 08:51:40 ---> 2e2193edd4a0 08:51:40 08:51:40 Step 10/24 : FROM alpine:3.12 08:51:40 ---> 13621d1b12d4 08:51:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:51:40 (1/1) Installing dumb-init (1.2.2-r1) 08:51:40 Executing busybox-1.31.1-r20.trigger 08:51:41 ---> Running in 934b86993704 08:51:41 OK: 6 MiB in 15 packages 08:51:41 ---> Running in 31d43a29baf5 08:51:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:41 (1/1) Installing dumb-init (1.2.2-r1) 08:51:41 Executing busybox-1.31.1-r20.trigger 08:51:41 OK: 6 MiB in 15 packages 08:51:41 ---> ebbd0a348553 08:51:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:51:41 Removing intermediate container 934b86993704 08:51:41 ---> 576d0854343e 08:51:41 08:51:41 Removing intermediate container a8489f0cc6fd 08:51:41 ---> 5787f17716d2 08:51:41 08:51:41 Step 10/23 : FROM alpine:3.12 08:51:41 ---> 13621d1b12d4 08:51:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:51:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:51:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:42 ---> Running in b6a1ab4b97b8 08:51:42 Successfully built 576d0854343e 08:51:42 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:51:42  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 08:51:42 (1/2) Installing ca-certificates (20191127-r4) 08:51:42 (2/2) Installing dumb-init (1.2.2-r1) 08:51:42 Executing busybox-1.31.1-r20.trigger 08:51:42 Executing ca-certificates-20191127-r4.trigger 08:51:42 ---> f54b3f1a5edd 08:51:42 Step 19/23 : ENTRYPOINT ["/core-data"] 08:51:42 OK: 6 MiB in 16 packages 08:51:43 ---> Running in 654ad09de751 08:51:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:51:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:43 Removing intermediate container 654ad09de751 08:51:43 ---> 1639e2dbe6b5 08:51:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:43 ---> Running in df1b9af224cb 08:51:43 Removing intermediate container 30f19f371ed9 08:51:43 ---> 5829e2e59499 08:51:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:44 (1/6) Installing ca-certificates (20191127-r4) 08:51:44 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:51:44 (3/6) Installing libcurl (7.76.1-r0) 08:51:44 ---> Running in ae4fcfd7b4a6 08:51:44 (4/6) Installing curl (7.76.1-r0) 08:51:44 (5/6) Installing dumb-init (1.2.2-r1) 08:51:44 (6/6) Installing su-exec (0.2-r1) 08:51:44 Executing busybox-1.31.1-r20.trigger 08:51:44 Removing intermediate container 191df4a3f731 08:51:44 ---> 3894073bb451 08:51:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:44 Executing ca-certificates-20191127-r4.trigger 08:51:44 Removing intermediate container df1b9af224cb 08:51:44 ---> 421add917f0d 08:51:44 Step 21/23 : LABEL arch=arm64 08:51:44 ---> Running in 350159362b62 08:51:44 OK: 7 MiB in 20 packages 08:51:44 ---> Running in 58c0866377ec 08:51:45 Removing intermediate container 350159362b62 08:51:45 ---> 3c7e1d60a16e 08:51:45 Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:51:45 ---> Running in c2d1f24edf38 08:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:45 Removing intermediate container 41929dbe8115 08:51:45 ---> 747bed208231 08:51:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:51:45 Removing intermediate container ae4fcfd7b4a6 08:51:45 ---> f64492d6adcd 08:51:45 Step 13/22 : ENV APP_PORT=48085 08:51:46 Removing intermediate container c2d1f24edf38 08:51:46 ---> dd44f1eef8ab 08:51:46 Step 23/23 : LABEL version=0.0.0 08:51:46 (1/1) Installing dumb-init (1.2.2-r1) 08:51:46 Executing busybox-1.31.1-r20.trigger 08:51:46 OK: 6 MiB in 15 packages 08:51:46 ---> Running in 601ed68d3ae1 08:51:46 ---> Running in d974ba5ad44f 08:51:46 Removing intermediate container 58c0866377ec 08:51:46 ---> 3d543d5b1c39 08:51:46 Step 13/23 : ENV APP_PORT=48082 08:51:46 ---> Running in f4d9339ce4c2 08:51:46 ---> Running in d651d1f81458 08:51:47 Removing intermediate container 601ed68d3ae1 08:51:47 ---> d7fd42c3db47 08:51:47 Step 13/22 : ENV APP_PORT=48060 08:51:47 Removing intermediate container d974ba5ad44f 08:51:47 ---> aa6c95d50d90 08:51:47 Step 14/22 : EXPOSE $APP_PORT 08:51:47 Removing intermediate container 31d43a29baf5 08:51:47 ---> 65d9072331a0 08:51:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:51:47 Removing intermediate container d651d1f81458 08:51:47 ---> 216151dae86d 08:51:47 Step 14/23 : EXPOSE $APP_PORT 08:51:47 ---> Running in 46fb8fbbb2a0 08:51:48 ---> Running in 0991ad8e8ccc 08:51:48 ---> Running in b31c9cf41ff2 08:51:48 ---> Running in a2c83038941b 08:51:48 Removing intermediate container f4d9339ce4c2 08:51:48 ---> 3ea2038e0aac 08:51:48 08:51:48 Successfully built 3ea2038e0aac 08:51:48 Successfully tagged docker-core-data-go-arm64:latest 08:51:48 Removing intermediate container b6a1ab4b97b8 08:51:48 ---> 0e71a815d72c 08:51:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:51:49 Removing intermediate container 46fb8fbbb2a0 08:51:49 ---> 9edabf157904 08:51:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:49 Removing intermediate container a2c83038941b 08:51:49 ---> 58632ee2afdd 08:51:49 Step 15/23 : WORKDIR / 08:51:49 Removing intermediate container 0991ad8e8ccc 08:51:49 ---> ce0724d84be0 08:51:49 Step 14/22 : EXPOSE $APP_PORT 08:51:49 ---> Running in eb7f5842c4ff 08:51:49 Removing intermediate container b31c9cf41ff2 08:51:49 ---> 05199f285f50 08:51:49 Step 13/24 : WORKDIR / 08:51:49 ---> Running in 7da2915cb8d7 08:51:50 ---> Running in bdf5fb7b28de 08:51:50 ---> Running in e8ac5cebce99 08:51:51 Removing intermediate container eb7f5842c4ff 08:51:51 ---> 0f4fb0b04050 08:51:51 Step 13/23 : ENV APP_PORT=48081 08:51:51 ---> d419a107352e 08:51:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:51:51 Removing intermediate container bdf5fb7b28de 08:51:51 ---> c8feae9d5723 08:51:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:51 ---> Running in 9a22c19170f0 08:51:51 Removing intermediate container 7da2915cb8d7 08:51:51 ---> 4dd518fc43e3 08:51:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:51 Removing intermediate container e8ac5cebce99 08:51:51 ---> 49abe98b788a 08:51:51 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:51:52 ---> 4a85d13ae41e 08:51:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:51:52 Removing intermediate container 9a22c19170f0 08:51:52 ---> b896c7b645dd 08:51:52 Step 14/23 : EXPOSE $APP_PORT 08:51:53 ---> Running in 6ab6dcd9a3ad 08:51:53 ---> ed580a7b1dd8 08:51:53 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:51:53 ---> 219a6782d226 08:51:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:51:54 ---> d50c198ee06e 08:51:54 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:51:54 Removing intermediate container 6ab6dcd9a3ad 08:51:54 ---> 477e7088d78b 08:51:54 Step 15/23 : WORKDIR / 08:51:54 ---> 6cafab77f9e4 08:51:54 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:51:55 ---> Running in 3b001ea19eb4 08:51:55 ---> d98c17a381c0 08:51:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:51:55 ---> 86f7588164b4 08:51:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:51:56 ---> Running in 766828ae74a5 08:51:56 Removing intermediate container 3b001ea19eb4 08:51:56 ---> 6ba5f9fb0c5c 08:51:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:57 ---> 7e06c8b70147 08:51:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:51:57 ---> ab8b5a97a553 08:51:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:51:57 ---> 2c1f36f2724a 08:51:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:51:57 Removing intermediate container 766828ae74a5 08:51:57 ---> e70b4dc801e2 08:51:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:57 ---> Running in eca7361e52c7 08:51:57 ---> Running in fcaa00498eae 08:51:57 ---> 9c3ffb0560aa 08:51:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:51:57 ---> 70ee3ac858f8 08:51:57 Step 19/23 : ENTRYPOINT ["/core-command"] 08:51:58 ---> Running in 5ae3072288c7 08:51:58 Removing intermediate container eca7361e52c7 08:51:58 ---> 0ad61b2e1227 08:51:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:59 ---> 39431ce5f835 08:51:59 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:51:59 Removing intermediate container fcaa00498eae 08:51:59 ---> 0b24cc15648c 08:51:59 Step 20/22 : LABEL arch=x86_64 08:51:59 ---> Running in dca0b01fa641 08:51:59 ---> Running in 31ac5ac80735 08:51:59 Removing intermediate container 5ae3072288c7 08:51:59 ---> fb54bc369270 08:51:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:59 ---> be616813fd04 08:51:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:51:59 ---> Running in 4a3f1f222d42 08:52:00 Removing intermediate container dca0b01fa641 08:52:00 ---> ecf7badc327f 08:52:00 Step 20/22 : LABEL arch=x86_64 08:52:00 Removing intermediate container 31ac5ac80735 08:52:00 ---> e88f79744520 08:52:00 Step 21/22 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:52:00 ---> Running in 452a6283215d 08:52:00 ---> Running in 6bbc436cd28f 08:52:00 Removing intermediate container 4a3f1f222d42 08:52:00 ---> 241f52ecb8c1 08:52:00 Step 21/23 : LABEL arch=x86_64 08:52:00 ---> 7b87044a79bf 08:52:00 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:52:00 ---> 894c6e40477a 08:52:00 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:52:01 ---> Running in 1cf89b97d993 08:52:01 ---> Running in 10d0e3221f9d 08:52:01 Removing intermediate container 452a6283215d 08:52:01 ---> 86d8fa8dfb51 08:52:01 Step 21/22 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:52:01 Removing intermediate container 6bbc436cd28f 08:52:01 ---> bdb05724ed5d 08:52:01 Step 22/22 : LABEL version=0.0.0 08:52:02 ---> Running in 1c5ceb3a569c 08:52:02 ---> Running in 8b0da4dff94f 08:52:02 Removing intermediate container 1cf89b97d993 08:52:02 ---> 8fac08e41738 08:52:02 Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:52:02 Removing intermediate container 10d0e3221f9d 08:52:02 ---> c9fefed31942 08:52:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:52:02 ---> afbc5b7f7344 08:52:02 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:52:02 ---> Running in 9e8af0865cee 08:52:02 ---> Running in 89caeb513a2e 08:52:03 ---> Running in 004d194bac36 08:52:03 Removing intermediate container 8b0da4dff94f 08:52:03 ---> 074c9b052ee1 08:52:03 08:52:03 Removing intermediate container 1c5ceb3a569c 08:52:03 ---> b55417bf29f6 08:52:03 Step 22/22 : LABEL version=0.0.0 08:52:03 Removing intermediate container 89caeb513a2e 08:52:03 ---> 4b5f0d9907be 08:52:03 Step 21/23 : LABEL arch=x86_64 08:52:03 ---> Running in 6fcfe906f82c 08:52:04 Removing intermediate container 9e8af0865cee 08:52:04 ---> ae651eb3d970 08:52:04 Step 23/23 : LABEL version=0.0.0 08:52:04 ---> Running in 319c41348cc8 08:52:04 ---> Running in 06210938a273 08:52:04 Removing intermediate container 6fcfe906f82c 08:52:04 ---> 366542ce1eb9 08:52:04 08:52:04 Removing intermediate container 319c41348cc8 08:52:04 ---> 13eddf0dd766 08:52:04 Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:52:05 Successfully built 074c9b052ee1 08:52:05 ---> Running in 710fc84a5c1c 08:52:06 Successfully tagged docker-support-scheduler-go:latest 08:52:06 Building docker-security-bootstrapper-go 08:52:06 Successfully built 366542ce1eb9 08:52:06  Building docker-support-scheduler-go ... done Removing intermediate container 06210938a273 08:52:06 ---> 5e1cc3c6dc82 08:52:06 08:52:06 Successfully tagged docker-support-notifications-go:latest 08:52:06 Building docker-security-proxy-setup-go 08:52:07  Building docker-support-notifications-go ... done Successfully built 5e1cc3c6dc82 08:52:07 Successfully tagged docker-core-command-go:latest 08:52:07 Building docker-core-data-go 08:52:09  Building docker-core-command-go ... done Removing intermediate container 710fc84a5c1c 08:52:09 ---> 74b52c6ae94b 08:52:09 Step 23/23 : LABEL version=0.0.0 08:52:09 ---> Running in 0174669f5bf4 08:52:09 Removing intermediate container 004d194bac36 08:52:09 ---> 333cb767971a 08:52:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:52:09 ---> Running in e21d1fc548aa 08:52:09 Removing intermediate container 0174669f5bf4 08:52:09 ---> 6d9712ca4beb 08:52:09 08:52:10 Successfully built 6d9712ca4beb 08:52:10 Successfully tagged docker-core-metadata-go:latest 08:52:10 Building docker-sys-mgmt-agent-go 08:52:10  Building docker-core-metadata-go ... done Removing intermediate container e21d1fc548aa 08:52:10 ---> 5b37f26c09fd 08:52:10 Step 22/24 : LABEL arch=x86_64 08:52:10 ---> Running in 17cf79739c02 08:52:11 Removing intermediate container 17cf79739c02 08:52:11 ---> 52ccf588608b 08:52:11 Step 23/24 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:52:15 ---> Running in f0eece01cd76 08:52:18 Removing intermediate container f0eece01cd76 08:52:18 ---> ecf3a4921761 08:52:18 Step 24/24 : LABEL version=0.0.0 08:52:18 ---> Running in fd8d5e21f2e1 08:52:19 Removing intermediate container fd8d5e21f2e1 08:52:19 ---> 2cb9de726ffc 08:52:19 08:52:19 Successfully built 2cb9de726ffc 08:52:20 Successfully tagged docker-security-secretstore-setup-go:latest 08:52:20  Building docker-core-data-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:52:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:52:20 ---> 157021b9235c 08:52:20 Step 3/23 : WORKDIR /edgex-go 08:52:20 ---> Using cache 08:52:20 ---> 679cdc011382 08:52:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:20 ---> Using cache 08:52:20 ---> 80ecbdaa0dea 08:52:20 Step 5/23 : RUN apk add --update --no-cache make git 08:52:20 ---> Using cache 08:52:20 ---> a760c0d36f6f 08:52:20 Step 6/23 : COPY go.mod . 08:52:20 ---> Using cache 08:52:20 ---> 50030d5982b2 08:52:20 Step 7/23 : RUN go mod download 08:52:20 ---> Using cache 08:52:20 ---> 9b17ca44ed50 08:52:20 Step 8/23 : COPY . . 08:52:20 ---> Using cache 08:52:20 ---> 52d779975b2b 08:52:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:52:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:52:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:52:27 ---> 157021b9235c 08:52:27 Step 3/23 : WORKDIR /edgex-go 08:52:27 ---> Using cache 08:52:27 ---> 679cdc011382 08:52:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:27 ---> Using cache 08:52:27 ---> 80ecbdaa0dea 08:52:27 Step 5/23 : RUN apk add --update --no-cache make bash git 08:52:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:52:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:52:27 ---> 157021b9235c 08:52:27 Step 3/21 : WORKDIR /edgex-go 08:52:27 ---> Using cache 08:52:27 ---> 679cdc011382 08:52:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:27 ---> Using cache 08:52:27 ---> 80ecbdaa0dea 08:52:27 Step 5/21 : RUN apk add --update --no-cache make git 08:52:27 ---> Using cache 08:52:27 ---> a760c0d36f6f 08:52:27 Step 6/21 : COPY go.mod . 08:52:27 ---> Using cache 08:52:27 ---> 50030d5982b2 08:52:27 Step 7/21 : RUN go mod download 08:52:27 ---> Using cache 08:52:27 ---> 9b17ca44ed50 08:52:27 Step 8/21 : COPY . . 08:52:27 ---> Using cache 08:52:27 ---> 52d779975b2b 08:52:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:52:28 ---> Running in 774f201083ad 08:52:28 ---> Running in 69497464c5c4 08:52:28 ---> Running in 7bcb30d3e528 08:52:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:52:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:52:28 ---> 157021b9235c 08:52:28 Step 3/23 : WORKDIR /edgex-go 08:52:28 ---> Using cache 08:52:28 ---> 679cdc011382 08:52:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:52:28 ---> Using cache 08:52:28 ---> 80ecbdaa0dea 08:52:28 Step 5/23 : RUN apk add --update --no-cache make git 08:52:28 ---> Using cache 08:52:28 ---> a760c0d36f6f 08:52:28 Step 6/23 : COPY go.mod . 08:52:28 ---> Using cache 08:52:28 ---> 50030d5982b2 08:52:28 Step 7/23 : RUN go mod download 08:52:28 ---> Using cache 08:52:28 ---> 9b17ca44ed50 08:52:28 Step 8/23 : COPY . . 08:52:28 ---> Using cache 08:52:28 ---> 52d779975b2b 08:52:28 Step 9/23 : RUN make cmd/core-command/core-command 08:52:29 ---> Running in 6a40c0e9f8fe 08:52:30 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:52:30 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 08:52:30 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:52:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:52:31 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 08:52:32 OK: 218 MiB in 52 packages 08:52:34 Removing intermediate container 69497464c5c4 08:52:34 ---> 117b783c6a31 08:52:34 Step 6/23 : COPY go.mod . 08:52:35 ---> eef2b0898427 08:52:35 Step 7/23 : RUN go mod download 08:52:35 ---> Running in c90c4307210b 08:52:39 Removing intermediate container c90c4307210b 08:52:39 ---> 70206287ff24 08:52:39 Step 8/23 : COPY . . 08:52:58 ---> 26b063cb41ac 08:52:58 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:52:58 ---> Running in ea9bbe65c212 08:53:00 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:53:43  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:53:43 ---> cb59ab31de0c 08:53:43 Step 3/23 : WORKDIR /edgex-go 08:53:43 ---> Using cache 08:53:43 ---> 6aa1e96728be 08:53:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:43 ---> Using cache 08:53:43 ---> 383e48ceb911 08:53:43 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:53:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:53:43 ---> cb59ab31de0c 08:53:43 Step 3/23 : WORKDIR /edgex-go 08:53:43 ---> Using cache 08:53:43 ---> 6aa1e96728be 08:53:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:43 ---> Using cache 08:53:43 ---> 383e48ceb911 08:53:43 Step 5/23 : RUN apk add --update --no-cache make bash git 08:53:43 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:43 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:53:43 ---> cb59ab31de0c 08:53:43 Step 3/31 : WORKDIR /edgex-go 08:53:43 ---> Using cache 08:53:43 ---> 6aa1e96728be 08:53:43 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:43 ---> Using cache 08:53:43 ---> 383e48ceb911 08:53:43 Step 5/31 : RUN apk add --update --no-cache make git 08:53:43 ---> Using cache 08:53:43 ---> a7092e923ad5 08:53:43 Step 6/31 : COPY go.mod . 08:53:43 ---> Using cache 08:53:43 ---> a97b7ef615b4 08:53:43 Step 7/31 : RUN go mod download 08:53:43 ---> Using cache 08:53:43 ---> 066dc1268cd3 08:53:43 Step 8/31 : COPY . . 08:53:43 ---> Using cache 08:53:43 ---> df35ed703515 08:53:43 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:53:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:53:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:53:43 ---> cb59ab31de0c 08:53:43 Step 3/21 : WORKDIR /edgex-go 08:53:43 ---> Using cache 08:53:43 ---> 6aa1e96728be 08:53:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:53:43 ---> Using cache 08:53:43 ---> 383e48ceb911 08:53:43 Step 5/21 : RUN apk add --update --no-cache make git 08:53:43 ---> Using cache 08:53:43 ---> a7092e923ad5 08:53:43 Step 6/21 : COPY go.mod . 08:53:43 ---> Using cache 08:53:43 ---> a97b7ef615b4 08:53:43 Step 7/21 : RUN go mod download 08:53:43 ---> Using cache 08:53:43 ---> 066dc1268cd3 08:53:43 Step 8/21 : COPY . . 08:53:43 ---> Using cache 08:53:43 ---> df35ed703515 08:53:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:53:43 ---> Running in cdb62b102fd0 08:53:43 ---> Running in 3213c14124e4 08:53:43 ---> Running in 451f88d913cd 08:53:43 ---> Running in f9102e9d5d10 08:53:43 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:53: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:53:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:53:43 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 08:53:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:53:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 08:53:46 OK: 219 MiB in 52 packages 08:53:46 OK: 219 MiB in 52 packages 08:53:49 Removing intermediate container f9102e9d5d10 08:53:49 ---> 2d0614e80d6f 08:53:49 Step 6/23 : COPY go.mod . 08:53:50 Removing intermediate container 451f88d913cd 08:53:50 ---> 05d24fa62165 08:53:50 Step 6/23 : COPY go.mod . 08:53:50 ---> 667e1746f6e2 08:53:50 Step 7/23 : RUN go mod download 08:53:50 ---> Running in 4eb3669e77bc 08:53:51 ---> 962c0d43dd77 08:53:51 Step 7/23 : RUN go mod download 08:53:52 ---> Running in 0dee559bb550 08:53:56 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:53:58 Removing intermediate container 4eb3669e77bc 08:53:58 ---> 6684dfa33282 08:53:58 Step 8/23 : COPY . . 08:53:58 Removing intermediate container 0dee559bb550 08:53:58 ---> 258b3414ae2e 08:53:58 Step 8/23 : COPY . . 08:54:09 Removing intermediate container 7bcb30d3e528 08:54:09 ---> 05b750ba2330 08:54:09 08:54:09 Step 10/21 : FROM alpine:3.12 08:54:09 ---> 9852663dfa18 08:54:09 Step 11/21 : RUN apk add --update --no-cache curl 08:54:09 ---> Running in 39c5b3b3c6bd 08:54:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:54:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:54:11 (1/4) Installing ca-certificates (20191127-r4) 08:54:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:54:11 (3/4) Installing libcurl (7.76.1-r0) 08:54:11 (4/4) Installing curl (7.76.1-r0) 08:54:11 Executing busybox-1.31.1-r20.trigger 08:54:11 Executing ca-certificates-20191127-r4.trigger 08:54:12 OK: 7 MiB in 18 packages 08:54:15 Removing intermediate container 39c5b3b3c6bd 08:54:15 ---> fab8b5aaa558 08:54:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:54:15 ---> Running in 4aac4d5e3eee 08:54:16 Removing intermediate container 4aac4d5e3eee 08:54:16 ---> ef969dcd76bf 08:54:16 Step 13/21 : WORKDIR /edgex 08:54:17 ---> Running in 103608891a41 08:54:18 Removing intermediate container 103608891a41 08:54:18 ---> a3141ca4b949 08:54:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:54:19 Removing intermediate container 6a40c0e9f8fe 08:54:19 ---> 19318affd575 08:54:19 08:54:19 Step 10/23 : FROM alpine:3.12 08:54:19 ---> 9852663dfa18 08:54:19 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:54:19 ---> Using cache 08:54:19 ---> 2608c5c94b14 08:54:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:54:19 ---> Using cache 08:54:19 ---> d5b93cd9bb3d 08:54:19 Step 13/23 : ENV APP_PORT=48082 08:54:19 ---> 6d18856a554b 08:54:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:54:19 ---> Running in becfd62712c2 08:54:20 Removing intermediate container becfd62712c2 08:54:20 ---> 77deaa5863f3 08:54:20 Step 14/23 : EXPOSE $APP_PORT 08:54:20 ---> Running in c8f9839c85b4 08:54:21 ---> 82360829f823 08:54:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:54:21 Removing intermediate container c8f9839c85b4 08:54:21 ---> 7714abd50a93 08:54:21 Step 15/23 : WORKDIR / 08:54:21 ---> Running in 7a86ad2d5389 08:54:22 Removing intermediate container 7a86ad2d5389 08:54:22 ---> 4363b13655b9 08:54:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:54:23 ---> 6eb09b8ad4c2 08:54:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:54:23 ---> Running in 4f4fb8607973 08:54:23 Removing intermediate container 4f4fb8607973 08:54:23 ---> 1af898ed8ece 08:54:23 Step 18/21 : CMD ["--init=true"] 08:54:23 ---> 1739766c45ae 08:54:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:54:24 ---> Running in e1aeb370d55d 08:54:25 Removing intermediate container e1aeb370d55d 08:54:25 ---> efbf99faaa58 08:54:25 Step 19/21 : LABEL arch=arm64 08:54:25 ---> Running in 3430206ab420 08:54:26 ---> 2bbf417db5b5 08:54:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:54:26 Removing intermediate container 3430206ab420 08:54:26 ---> 59ddf44ba14c 08:54:26 Step 20/21 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:54:27 ---> Running in bf362b1a5ffc 08:54:27 ---> ef7b70946b32 08:54:27 Step 19/23 : ENTRYPOINT ["/core-command"] 08:54:27 ---> Running in e3e43d0e8d86 08:54:28 Removing intermediate container 774f201083ad 08:54:28 ---> b676077681bf 08:54:28 08:54:28 Step 10/23 : FROM alpine:3.12 08:54:28 ---> 9852663dfa18 08:54:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:54:28 ---> Using cache 08:54:28 ---> 2608c5c94b14 08:54:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:54:28 ---> Using cache 08:54:28 ---> d5b93cd9bb3d 08:54:28 Step 13/23 : ENV APP_PORT=48081 08:54:28 Removing intermediate container bf362b1a5ffc 08:54:28 ---> 42428e2eaf6c 08:54:28 Step 21/21 : LABEL version=0.0.0 08:54:28 ---> Running in 5a31c0749d54 08:54:28 ---> Running in ce3b203b011c 08:54:28 Removing intermediate container e3e43d0e8d86 08:54:28 ---> 7e494c284e3f 08:54:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:54:28 ---> Running in a68d3eef69cb 08:54:29 Removing intermediate container ea9bbe65c212 08:54:29 ---> 396c7f1b1a0f 08:54:29 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:54:29 Removing intermediate container 5a31c0749d54 08:54:29 ---> 1e18540bf1f2 08:54:29 Step 14/23 : EXPOSE $APP_PORT 08:54:29 ---> Running in b94672c71525 08:54:29 Removing intermediate container ce3b203b011c 08:54:29 ---> 736302ad210b 08:54:29 08:54:29 ---> Running in 3d1447c93880 08:54:29 Removing intermediate container a68d3eef69cb 08:54:29 ---> 6b926f728047 08:54:29 Step 21/23 : LABEL arch=arm64 08:54:29 ---> Running in f265120cb5dc 08:54:29 Successfully built 736302ad210b 08:54:29 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:54:30  Building docker-security-proxy-setup-go ... done Removing intermediate container 3d1447c93880 08:54:30 ---> 79046669a2d2 08:54:30 Step 15/23 : WORKDIR / 08:54:30 ---> Running in 95b47e6ecd4d 08:54:30 Removing intermediate container f265120cb5dc 08:54:30 ---> c6fd1f2bf9e4 08:54:30 Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:54:30 ---> Running in 240fe90c41e1 08:54:30 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:54:30 Removing intermediate container 95b47e6ecd4d 08:54:30 ---> 518f5430d95e 08:54:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:54:30 Removing intermediate container 240fe90c41e1 08:54:30 ---> d54fed5cd3ff 08:54:30 Step 23/23 : LABEL version=0.0.0 08:54:31 ---> Running in 80ebc7d12627 08:54:31 ---> 4f06bdc2da65 08:54:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:54:31 Removing intermediate container 80ebc7d12627 08:54:31 ---> 59a21a44bbf4 08:54:31 08:54:32 Successfully built 59a21a44bbf4 08:54:32 Successfully tagged docker-core-command-go-arm64:latest 08:54:33  Building docker-core-command-go ... done  ---> c71dd69ae98c 08:54:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:54:33 Removing intermediate container b94672c71525 08:54:33 ---> a99fef4bf3e3 08:54:33 08:54:33 Step 11/23 : FROM docker:20.10.0 08:54:33 20.10.0: Pulling from library/docker 08:54:34 ---> bf389f48bf17 08:54:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:54:34 ---> Running in b5d457613594 08:54:35 Removing intermediate container b5d457613594 08:54:35 ---> a66935aef642 08:54:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:54:35 ---> Running in 62f40787bee7 08:54:36 Removing intermediate container 62f40787bee7 08:54:36 ---> b7f2756173c5 08:54:36 Step 21/23 : LABEL arch=arm64 08:54:36 ---> Running in 9132614eb94d 08:54:37 Removing intermediate container 9132614eb94d 08:54:37 ---> 822d0f12f91b 08:54:37 Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:54:38 ---> Running in ae4de9c85f74 08:54:39 Removing intermediate container ae4de9c85f74 08:54:39 ---> 13beaf4f8843 08:54:39 Step 23/23 : LABEL version=0.0.0 08:54:39 ---> Running in 7bc5dc459442 08:54:40 Removing intermediate container 7bc5dc459442 08:54:40 ---> 5dc0f9c950ab 08:54:40 08:54:41 Successfully built 5dc0f9c950ab 08:54:41 Successfully tagged docker-core-metadata-go-arm64:latest 08:54:42  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:54:42 Status: Downloaded newer image for docker:20.10.0 08:54:42 ---> eeaf43b92773 08:54:42 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:54:43 ---> Running in 48c5a4bad388 08:54:43 Removing intermediate container 48c5a4bad388 08:54:43 ---> 1a2a62540835 08:54:43 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:54:43 ---> Running in feb8e2691d77 08:54:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:54:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:54:45 (1/39) Installing readline (8.0.4-r0) 08:54:45 (2/39) Installing bash (5.0.17-r0) 08:54:45 Executing bash-5.0.17-r0.post-install 08:54:45 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:54:45 (4/39) Installing libcurl (7.76.1-r0) 08:54:45 (5/39) Installing curl (7.76.1-r0) 08:54:45 (6/39) Installing dumb-init (1.2.2-r1) 08:54:45 (7/39) Installing libbz2 (1.0.8-r1) 08:54:45 (8/39) Installing expat (2.2.9-r1) 08:54:45 (9/39) Installing libffi (3.3-r2) 08:54:45 (10/39) Installing gdbm (1.13-r1) 08:54:45 (11/39) Installing xz-libs (5.2.5-r0) 08:54:45 (12/39) Installing sqlite-libs (3.32.1-r0) 08:54:45 (13/39) Installing python3 (3.8.8-r0) 08:54:47 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:54:47 (14/39) Installing py3-appdirs (1.4.4-r1) 08:54:47 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:54:47 (16/39) Installing py3-parsing (2.4.7-r0) 08:54:47 (17/39) Installing py3-six (1.15.0-r0) 08:54:47 (18/39) Installing py3-packaging (20.4-r0) 08:54:47 (19/39) Installing py3-setuptools (47.0.0-r0) 08:54:47 (20/39) Installing py3-chardet (3.0.4-r4) 08:54:47 (21/39) Installing py3-idna (2.9-r0) 08:54:47 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:54:47 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:54:47 (24/39) Installing py3-requests (2.23.0-r0) 08:54:47 (25/39) Installing py3-msgpack (1.0.0-r0) 08:54:47 (26/39) Installing py3-lockfile (0.12.2-r3) 08:54:47 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:54:47 (28/39) Installing py3-colorama (0.4.3-r0) 08:54:47 (29/39) Installing py3-distlib (0.3.0-r0) 08:54:47 (30/39) Installing py3-distro (1.5.0-r1) 08:54:47 (31/39) Installing py3-webencodings (0.5.1-r3) 08:54:47 (32/39) Installing py3-html5lib (1.0.1-r4) 08:54:48 (33/39) Installing py3-pytoml (0.1.21-r0) 08:54:48 (34/39) Installing py3-pep517 (0.8.2-r0) 08:54:48 (35/39) Installing py3-progress (1.5-r0) 08:54:48 (36/39) Installing py3-toml (0.10.1-r0) 08:54:48 (37/39) Installing py3-retrying (1.3.3-r0) 08:54:48 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:54:48 (39/39) Installing py3-pip (20.1.1-r0) 08:54:48 Executing busybox-1.31.1-r19.trigger 08:54:48 OK: 72 MiB in 59 packages 08:54:52 Collecting docker-compose==1.23.2 08:54:52 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:54:52 Collecting dockerpty<0.5,>=0.4.1 08:54:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:54:55 Collecting docker<4.0,>=3.6.0 08:54:55 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:54:56 Collecting texttable<0.10,>=0.9.0 08:54:56 Downloading texttable-0.9.1.tar.gz (11 kB) 08:54:58 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:54:58 Collecting PyYAML<4,>=3.10 08:54:58 Downloading PyYAML-3.13.tar.gz (270 kB) 08:55:02 Collecting cached-property<2,>=1.2.0 08:55:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:55:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:55:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:55:04 Collecting websocket-client<1.0,>=0.32.0 08:55:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:55:04 Collecting docopt<0.7,>=0.6.1 08:55:04 Downloading docopt-0.6.2.tar.gz (25 kB) 08:55:07 Collecting jsonschema<3,>=2.5.1 08:55:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:55:07 Collecting docker-pycreds>=0.4.0 08:55:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:55: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:55: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:55:07 Collecting urllib3<1.25,>=1.21.1 08:55:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:55:08 Collecting idna<2.8,>=2.5 08:55:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:55:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:55:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:55:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:55:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:55:09 Installing collected packages: dockerpty, urllib3, idna, requests, websocket-client, docker-pycreds, docker, texttable, PyYAML, cached-property, docopt, jsonschema, docker-compose 08:55:09 Running setup.py install for dockerpty: started 08:55:11 Running setup.py install for dockerpty: finished with status 'done' 08:55:11 Attempting uninstall: urllib3 08:55:11 Found existing installation: urllib3 1.25.9 08:55:11 Uninstalling urllib3-1.25.9: 08:55:11 Successfully uninstalled urllib3-1.25.9 08:55:11 Removing intermediate container 3213c14124e4 08:55:11 ---> e53538ce5535 08:55:11 08:55:11 Step 10/31 : FROM alpine:3.12 08:55:11 ---> 13621d1b12d4 08:55:11 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:55:11 Attempting uninstall: idna 08:55:11 Found existing installation: idna 2.9 08:55:11 Uninstalling idna-2.9: 08:55:11 Successfully uninstalled idna-2.9 08:55:12 ---> Running in f0908fd465f6 08:55:12 Attempting uninstall: requests 08:55:12 Found existing installation: requests 2.23.0 08:55:12 Uninstalling requests-2.23.0: 08:55:12 Successfully uninstalled requests-2.23.0 08:55:14 Running setup.py install for texttable: started 08:55:14 Removing intermediate container f0908fd465f6 08:55:14 ---> 84cde32a6c08 08:55:14 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:55:14 ---> Running in 13f2a84a8b6a 08:55:16 Running setup.py install for texttable: finished with status 'done' 08:55:16 Running setup.py install for PyYAML: started 08:55:18 Running setup.py install for PyYAML: finished with status 'done' 08:55:18 Running setup.py install for docopt: started 08:55:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:55:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:55:19 (1/2) Installing dumb-init (1.2.2-r1) 08:55:19 (2/2) Installing su-exec (0.2-r1) 08:55:19 Executing busybox-1.31.1-r20.trigger 08:55:20 OK: 6 MiB in 16 packages 08:55:20 Running setup.py install for docopt: finished with status 'done' 08:55:22 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:55:24 Removing intermediate container 13f2a84a8b6a 08:55:24 ---> 8ccc0befd625 08:55:24 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:55:24 ---> Running in 7b43c9137ad4 08:55:25 Removing intermediate container 7b43c9137ad4 08:55:25 ---> d01d5239d22a 08:55:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:55:26 ---> Running in 1660429135d4 08:55:28 Removing intermediate container 1660429135d4 08:55:28 ---> 1e506b8107d5 08:55:28 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:55:30 ---> Running in 180b16cc86c5 08:55:30 Removing intermediate container feb8e2691d77 08:55:30 ---> 593fbd2acb6b 08:55:30 Step 14/23 : ENV APP_PORT=48090 08:55:30 ---> Running in b09a069ac041 08:55:31 Removing intermediate container b09a069ac041 08:55:31 ---> bf38cdffde2d 08:55:31 Step 15/23 : EXPOSE $APP_PORT 08:55:31 ---> Running in cd6b2765b638 08:55:31 Removing intermediate container cdb62b102fd0 08:55:31 ---> afef8425d12e 08:55:31 08:55:31 Step 10/21 : FROM alpine:3.12 08:55:31 ---> 13621d1b12d4 08:55:31 Step 11/21 : RUN apk add --update --no-cache curl 08:55:31 Removing intermediate container cd6b2765b638 08:55:31 ---> ae83f012665d 08:55:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:55:32 ---> Running in 0740af28e781 08:55:33 ---> 2864a0ef2521 08:55:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:55:33 ---> 523e5ea13552 08:55:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:55:33 ---> 325da1a087d4 08:55:33 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:55:33 ---> 61fe64f0c6d5 08:55:33 Step 9/23 : RUN make cmd/core-data/core-data 08:55:34 ---> Running in 1b546e32a36e 08:55:34 ---> Running in 7e53f33b59bf 08:55:34 ---> 40ba46cd579d 08:55:34 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:55:34 ---> Running in 3dff81c9f794 08:55:35 Removing intermediate container 180b16cc86c5 08:55:35 ---> 706588b548a7 08:55:35 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:55:35 Removing intermediate container 3dff81c9f794 08:55:35 ---> ec67c333e4cc 08:55:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:55:35 ---> Running in 2ddd848d2395 08:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:55:35 ---> Running in d3f2d323bffb 08:55:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:55:35 Removing intermediate container 2ddd848d2395 08:55:35 ---> ec45b01e7fb8 08:55:35 Step 21/23 : LABEL arch=arm64 08:55:35 ---> Running in eb2d9acf15c3 08:55:36 Removing intermediate container eb2d9acf15c3 08:55:36 ---> 3b4091263a68 08:55:36 Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:55:36 ---> Running in ec67735d438c 08:55:36 Removing intermediate container d3f2d323bffb 08:55:36 ---> d33cface9d38 08:55:36 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:55:36 (1/4) Installing ca-certificates (20191127-r4) 08:55:36 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:55:36 (3/4) Installing libcurl (7.76.1-r0) 08:55:36 (4/4) Installing curl (7.76.1-r0) 08:55:36 Executing busybox-1.31.1-r20.trigger 08:55:36 Executing ca-certificates-20191127-r4.trigger 08:55:36 OK: 7 MiB in 18 packages 08:55:37 Removing intermediate container ec67735d438c 08:55:37 ---> 559c05c5ba26 08:55:37 Step 23/23 : LABEL version=0.0.0 08:55:37 ---> Running in 7a0bd0bc6e14 08:55: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:55:37 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:55:37 Removing intermediate container 7a0bd0bc6e14 08:55:37 ---> 7d0213f7420b 08:55:37 08:55:37 Successfully built 7d0213f7420b 08:55:37 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:55:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:55:38 $ docker stop --time=1 a5dba244193fa56680d275c5899655fe1c6bf822c2237d3e92aa01b0ac68090e 08:55:39 ---> b02776780c79 08:55:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:55:40 ---> Running in fcc28a329d05 08:55:40 $ docker rm -f a5dba244193fa56680d275c5899655fe1c6bf822c2237d3e92aa01b0ac68090e [Pipeline] // withDockerContainer [Pipeline] sh 08:55:41 Removing intermediate container 0740af28e781 08:55:41 ---> 8928dc8ff7f7 08:55:41 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:55:41 + docker images 08:55:41 + grep docker 08:55:41 docker-sys-mgmt-agent-go-arm64 latest 7d0213f7420b 4 seconds ago 299MB 08:55:41 docker-core-metadata-go-arm64 latest 5dc0f9c950ab About a minute ago 17.4MB 08:55:41 docker-core-command-go-arm64 latest 59a21a44bbf4 About a minute ago 16.1MB 08:55:41 docker-security-proxy-setup-go-arm64 latest 736302ad210b About a minute ago 23.9MB 08:55:41 docker-core-data-go-arm64 latest 3ea2038e0aac 3 minutes ago 20.3MB 08:55:41 docker-security-bootstrapper-go-arm64 latest 576d0854343e 4 minutes ago 17.1MB 08:55:41 docker-support-scheduler-go-arm64 latest a2b8b27dfb1d 4 minutes ago 16.1MB 08:55:41 docker-support-notifications-go-arm64 latest d594120abd26 4 minutes ago 16.6MB 08:55:41 docker-security-secretstore-setup-go-arm64 latest 98297f292bab 4 minutes ago 24.1MB 08:55:41 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:55:41 ---> Running in 8b69284cdd2a 08:55:42 ---> job-cost.sh 08:55:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-IZyT 08:55:43 Removing intermediate container 8b69284cdd2a 08:55:43 ---> 62c0ad1391d8 08:55:43 Step 13/21 : WORKDIR /edgex 08:55:43 ---> Running in 59352d2c6f69 08:55:45 Removing intermediate container 59352d2c6f69 08:55:45 ---> 5f732bf24e5c 08:55:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:55:46 Removing intermediate container fcc28a329d05 08:55:46 ---> c0e51ad29d49 08:55:46 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:55:46 ---> 583672931536 08:55:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:55:49 ---> e11b72af4293 08:55:49 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:55:49 ---> 6abe1bfde5f8 08:55:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:55:52 ---> de9802711f10 08:55:52 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:55:52 ---> 13c4df53df9b 08:55:52 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:55:52 ---> Running in 72a6ca62ac3b 08:55:52 ---> 98a4ad8d18fd 08:55:52 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:55:53 Removing intermediate container 72a6ca62ac3b 08:55:53 ---> 1317c7cd828b 08:55:53 Step 18/21 : CMD ["--init=true"] 08:55:53 ---> Running in 8b26af897ccf 08:55:53 ---> bb5103a365ce 08:55:53 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:55:54 Removing intermediate container 8b26af897ccf 08:55:54 ---> d45ec2b56162 08:55:54 Step 19/21 : LABEL arch=x86_64 08:55:55 ---> Running in 50395efda00c 08:55:55 ---> c5a9b09c1eea 08:55:55 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:55:57 Removing intermediate container 50395efda00c 08:55:57 ---> a963522d0b08 08:55:57 Step 20/21 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:55:57 ---> Running in f6e5312dd31d 08:55:58 ---> Running in 7a20d07f3989 08:55:58 Removing intermediate container f6e5312dd31d 08:55:58 ---> d90707025d75 08:55:58 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:56:00 Removing intermediate container 7a20d07f3989 08:56:00 ---> 3967b49fb180 08:56:00 Step 21/21 : LABEL version=0.0.0 08:56:00 ---> 1d4d4cf8b6f0 08:56:00 Step 26/31 : RUN chmod +x /entrypoint.sh 08:56:01 ---> Running in d8d844ec9d5f 08:56:01 ---> Running in dafd90a90205 08:56:02 Removing intermediate container d8d844ec9d5f 08:56:02 ---> 6c5da511006b 08:56:02 08:56:05 Successfully built 6c5da511006b 08:56:05 Successfully tagged docker-security-proxy-setup-go:latest 08:56:10  Building docker-security-proxy-setup-go ... done Removing intermediate container dafd90a90205 08:56:10 ---> 050077a4eee4 08:56:10 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:56:10 ---> Running in 34b189cbb0d6 08:56:11 Removing intermediate container 34b189cbb0d6 08:56:11 ---> e8558e1f760c 08:56:11 Step 28/31 : CMD ["gate"] 08:56:12 ---> Running in 456cf35d1f2c 08:56:13 Removing intermediate container 456cf35d1f2c 08:56:13 ---> ef2d4e242901 08:56:13 Step 29/31 : LABEL arch=x86_64 08:56:13 ---> Running in c0e2769ff134 08:56:17 Removing intermediate container c0e2769ff134 08:56:17 ---> c9480ed15299 08:56:17 Step 30/31 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:56:17 ---> Running in 8602ffc0c5e1 08:56:18 Removing intermediate container 8602ffc0c5e1 08:56:18 ---> 50ab8335a85f 08:56:18 Step 31/31 : LABEL version=0.0.0 08:56:19 ---> Running in 349c8ed0785a 08:56:20 Removing intermediate container 349c8ed0785a 08:56:20 ---> 7db90cd32186 08:56:20 08:56:21 Successfully built 7db90cd32186 08:56:22 Successfully tagged docker-security-bootstrapper-go:latest 08:56:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:56:38  Building docker-security-bootstrapper-go ... done Removing intermediate container 7e53f33b59bf 08:56:38 ---> 3906e7210971 08:56:38 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:56:38 ---> Running in 0c799af43c60 08:56:38 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:56:43 Removing intermediate container 0c799af43c60 08:56:43 ---> cbb35767ee79 08:56:43 08:56:43 Step 11/23 : FROM docker:20.10.0 08:56:43 20.10.0: Pulling from library/docker 08:56:44 Removing intermediate container 1b546e32a36e 08:56:44 ---> e19f26c98549 08:56:44 08:56:44 Step 10/23 : FROM alpine:3.12 08:56:44 ---> 13621d1b12d4 08:56:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:56:44 ---> Running in 644b31c21633 08:56:45 Removing intermediate container 644b31c21633 08:56:45 ---> 252bffbf09e0 08:56:45 Step 12/23 : ENV APP_PORT=48080 08:56:45 ---> Running in b0ba198a27fe 08:56:46 Removing intermediate container b0ba198a27fe 08:56:46 ---> 5755cd676408 08:56:46 Step 13/23 : EXPOSE $APP_PORT 08:56:46 ---> Running in 45afda31c300 08:56:47 Removing intermediate container 45afda31c300 08:56:47 ---> a7d7a0b53e03 08:56:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:56:47 ---> Running in 0e6517abc270 08:56:53 Removing intermediate container 0e6517abc270 08:56:53 ---> d409b8c86ca1 08:56:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:56:53 ---> Running in 064308b8c41f 08:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:56:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:56:56 (1/6) Installing dumb-init (1.2.2-r1) 08:56:57 (2/6) Installing libgcc (9.3.0-r2) 08:56:57 (3/6) Installing libsodium (1.0.18-r0) 08:56:57 (4/6) Installing libstdc++ (9.3.0-r2) 08:56:58 (5/6) Installing libzmq (4.3.3-r0) 08:56:59 (6/6) Installing zeromq (4.3.3-r0) 08:56:59 Executing busybox-1.31.1-r20.trigger 08:56:59 OK: 8 MiB in 20 packages 08:57:03 Removing intermediate container 064308b8c41f 08:57:03 ---> 6ff65765eb2c 08:57:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:57:04 ---> 086226ba15bf 08:57:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:57:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:57:05 Status: Downloaded newer image for docker:20.10.0 08:57:05 ---> aefe523efa57 08:57:05 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:57:05 ---> Running in a9a7ac9fc9ac 08:57:06 ---> 399ba52b4d73 08:57:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:57:06 Removing intermediate container a9a7ac9fc9ac 08:57:06 ---> 2580538de0a8 08:57:06 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:57:06 ---> Running in ebe99cf59501 08:57:07 ---> 8df7fb36154c 08:57:07 Step 19/23 : ENTRYPOINT ["/core-data"] 08:57:07 ---> Running in f0aa7b229f74 08:57:07 Removing intermediate container f0aa7b229f74 08:57:07 ---> 6282d2d3d4fe 08:57:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:57:08 ---> Running in 776ffdbb4f89 08:57:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:57:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:57:08 Removing intermediate container 776ffdbb4f89 08:57:08 ---> ba53304133f8 08:57:08 Step 21/23 : LABEL arch=x86_64 08:57:08 (1/39) Installing readline (8.0.4-r0) 08:57:08 (2/39) Installing bash (5.0.17-r0) 08:57:08 ---> Running in 49d51e9d8026 08:57:08 Executing bash-5.0.17-r0.post-install 08:57:08 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:57:08 (4/39) Installing libcurl (7.76.1-r0) 08:57:08 (5/39) Installing curl (7.76.1-r0) 08:57:09 (6/39) Installing dumb-init (1.2.2-r1) 08:57:09 (7/39) Installing libbz2 (1.0.8-r1) 08:57:09 (8/39) Installing expat (2.2.9-r1) 08:57:09 (9/39) Installing libffi (3.3-r2) 08:57:09 (10/39) Installing gdbm (1.13-r1) 08:57:09 (11/39) Installing xz-libs (5.2.5-r0) 08:57:09 (12/39) Installing sqlite-libs (3.32.1-r0) 08:57:09 (13/39) Installing python3 (3.8.8-r0) 08:57:09 Removing intermediate container 49d51e9d8026 08:57:09 ---> 26817023a9ca 08:57:09 Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:57:11 ---> Running in ee6d8ae00e82 08:57:11 (14/39) Installing py3-appdirs (1.4.4-r1) 08:57:11 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:57:11 (16/39) Installing py3-parsing (2.4.7-r0) 08:57:11 (17/39) Installing py3-six (1.15.0-r0) 08:57:11 (18/39) Installing py3-packaging (20.4-r0) 08:57:11 (19/39) Installing py3-setuptools (47.0.0-r0) 08:57:11 (20/39) Installing py3-chardet (3.0.4-r4) 08:57:12 (21/39) Installing py3-idna (2.9-r0) 08:57:12 Removing intermediate container ee6d8ae00e82 08:57:12 ---> 5cdbfee1c4fa 08:57:12 Step 23/23 : LABEL version=0.0.0 08:57:12 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:57:12 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:57:12 (24/39) Installing py3-requests (2.23.0-r0) 08:57:12 (25/39) Installing py3-msgpack (1.0.0-r0) 08:57:12 (26/39) Installing py3-lockfile (0.12.2-r3) 08:57:12 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:57:13 (28/39) Installing py3-colorama (0.4.3-r0) 08:57:13 ---> Running in 6047d30fe392 08:57:13 (29/39) Installing py3-distlib (0.3.0-r0) 08:57:13 (30/39) Installing py3-distro (1.5.0-r1) 08:57:13 (31/39) Installing py3-webencodings (0.5.1-r3) 08:57:13 (32/39) Installing py3-html5lib (1.0.1-r4) 08:57:13 (33/39) Installing py3-pytoml (0.1.21-r0) 08:57:13 (34/39) Installing py3-pep517 (0.8.2-r0) 08:57:13 (35/39) Installing py3-progress (1.5-r0) 08:57:13 (36/39) Installing py3-toml (0.10.1-r0) 08:57:13 (37/39) Installing py3-retrying (1.3.3-r0) 08:57:13 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:57:13 (39/39) Installing py3-pip (20.1.1-r0) 08:57:14 Executing busybox-1.31.1-r19.trigger 08:57:14 OK: 72 MiB in 59 packages 08:57:14 Removing intermediate container 6047d30fe392 08:57:14 ---> 110508447890 08:57:14 08:57:14 Successfully built 110508447890 08:57:14 Successfully tagged docker-core-data-go:latest 08:57:16  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 08:57:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:57:16 Collecting docopt<0.7,>=0.6.1 08:57:16 Downloading docopt-0.6.2.tar.gz (25 kB) 08:57:18 Collecting websocket-client<1.0,>=0.32.0 08:57:18 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:57:18 Collecting cached-property<2,>=1.2.0 08:57:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:57:18 Collecting dockerpty<0.5,>=0.4.1 08:57:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:57:19 Collecting docker<4.0,>=3.6.0 08:57:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:57:20 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:57:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:57:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:57:21 Collecting texttable<0.10,>=0.9.0 08:57:21 Downloading texttable-0.9.1.tar.gz (11 kB) 08:57:22 Collecting PyYAML<4,>=3.10 08:57:22 Downloading PyYAML-3.13.tar.gz (270 kB) 08:57:24 Collecting jsonschema<3,>=2.5.1 08:57:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:57:24 Collecting docker-pycreds>=0.4.0 08:57:24 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:57:25 Collecting urllib3<1.25,>=1.21.1 08:57:25 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:57:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:57:25 Collecting idna<2.8,>=2.5 08:57:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:57:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:57:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:57:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:57:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:57:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:57:26 Installing collected packages: docopt, websocket-client, cached-property, dockerpty, docker-pycreds, urllib3, idna, requests, docker, texttable, PyYAML, jsonschema, docker-compose 08:57:26 Running setup.py install for docopt: started 08:57:27 Running setup.py install for docopt: finished with status 'done' 08:57:27 Running setup.py install for dockerpty: started 08:57:28 Running setup.py install for dockerpty: finished with status 'done' 08:57:28 Attempting uninstall: urllib3 08:57:28 Found existing installation: urllib3 1.25.9 08:57:28 Uninstalling urllib3-1.25.9: 08:57:28 Successfully uninstalled urllib3-1.25.9 08:57:28 Attempting uninstall: idna 08:57:28 Found existing installation: idna 2.9 08:57:28 Uninstalling idna-2.9: 08:57:28 Successfully uninstalled idna-2.9 08:57:30 Attempting uninstall: requests 08:57:30 Found existing installation: requests 2.23.0 08:57:30 Uninstalling requests-2.23.0: 08:57:30 Successfully uninstalled requests-2.23.0 08:57:31 Running setup.py install for texttable: started 08:57:32 Running setup.py install for texttable: finished with status 'done' 08:57:32 Running setup.py install for PyYAML: started 08:57:33 Running setup.py install for PyYAML: finished with status 'done' 08:57:34 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:57:47 Removing intermediate container ebe99cf59501 08:57:47 ---> 39de48dc1cda 08:57:47 Step 14/23 : ENV APP_PORT=48090 08:57:47 ---> Running in c63691524fb3 08:57:47 Removing intermediate container c63691524fb3 08:57:47 ---> 17d17137b6f1 08:57:47 Step 15/23 : EXPOSE $APP_PORT 08:57:47 ---> Running in 03221197a60b 08:57:47 Removing intermediate container 03221197a60b 08:57:47 ---> d0d320e9f5b3 08:57:47 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:57:48 ---> 1f7ff713e8f9 08:57:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:57:49 ---> d107d7ab20a2 08:57:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:57:50 ---> 21e84557f76e 08:57:50 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:57:50 ---> Running in f5fbdbe77c29 08:57:50 Removing intermediate container f5fbdbe77c29 08:57:50 ---> e929dac8824a 08:57:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:57:50 ---> Running in 70f53d14ea96 08:57:51 Removing intermediate container 70f53d14ea96 08:57:51 ---> b8fbc236f5d6 08:57:51 Step 21/23 : LABEL arch=x86_64 08:57:51 ---> Running in 8277f6d53af6 08:57:51 Removing intermediate container 8277f6d53af6 08:57:51 ---> 1155103619fb 08:57:51 Step 22/23 : LABEL git_sha=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa 08:57:52 ---> Running in b12dfa48278c 08:57:52 Removing intermediate container b12dfa48278c 08:57:52 ---> 9f4f863ad4f3 08:57:52 Step 23/23 : LABEL version=0.0.0 08:57:52 ---> Running in 9ec101d46059 08:57:53 Removing intermediate container 9ec101d46059 08:57:53 ---> 97fa9fd4d20c 08:57:53 08:57:54 Successfully built 97fa9fd4d20c 08:57:54 Successfully tagged docker-sys-mgmt-agent-go:latest 08:57:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:57:54 $ docker stop --time=1 f380c1764b9522b527554efc0a110d059d88a777e522d504b4e04fe506738996 08:57:58 $ docker rm -f f380c1764b9522b527554efc0a110d059d88a777e522d504b4e04fe506738996 [Pipeline] // withDockerContainer [Pipeline] sh 08:57:59 + docker images 08:57:59 + grep docker 08:58:02 docker-sys-mgmt-agent-go latest 97fa9fd4d20c 9 seconds ago 312MB 08:58:02 docker-core-data-go latest 110508447890 49 seconds ago 21.5MB 08:58:02 docker-security-bootstrapper-go latest 7db90cd32186 About a minute ago 18.2MB 08:58:02 docker-security-proxy-setup-go latest 6c5da511006b 2 minutes ago 25.3MB 08:58:02 docker-security-secretstore-setup-go latest 2cb9de726ffc 5 minutes ago 25.6MB 08:58:02 docker-core-metadata-go latest 6d9712ca4beb 5 minutes ago 18.6MB 08:58:02 docker-core-command-go latest 5e1cc3c6dc82 5 minutes ago 17MB 08:58:02 docker-support-notifications-go latest 366542ce1eb9 5 minutes ago 17.6MB 08:58:02 docker-support-scheduler-go latest 074c9b052ee1 6 minutes ago 17.1MB 08:58:02 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:58:05 lf-activate-venv(): INFO: Adding /tmp/venv-IZyT/bin to PATH 08:58:05 INFO: No Stack... 08:58:05 INFO: Retrieving Pricing Info for: lf-standard-4 08:58:05 INFO: Archiving Costs [Pipeline] sh 08:58:06 + cat /w/workspace/edgex-go/112/archives/cost.csv 08:58:06 + cut -d, -f6 [Pipeline] lock 08:58:06 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-112-stack-cost] 08:58:06 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-112-stack-cost] did not exist. Created. 08:58:06 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-112-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:58:06 + echo total: 0.20999999344348907 [Pipeline] stash 08:58:06 Stashed 1 file(s) [Pipeline] } 08:58:06 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-112-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:58:17 Still waiting to schedule task 08:58:17 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:59:09 Running on prd-ubuntu18.04-docker-8c-8g-2909 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 08:59:09 Running in /w/workspace/edgex-go/112 [Pipeline] { [Pipeline] checkout 08:59:12 using credential edgex-jenkins-ssh 08:59:12 Cloning the remote Git repository 08:59:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:59:12 > git init /w/workspace/edgex-go/112 # timeout=10 08:59:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:59:12 > git --version # timeout=10 08:59:12 > git --version # 'git version 2.17.1' 08:59:12 using GIT_SSH to set credentials SSH Credentials for GitHub 08:59:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:59:19 Merging remotes/origin/master commit 576eddb6d79f77bc7b799d46a5f981c8da166ab0 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 08:59:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:59:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:59:19 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:59:19 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:59:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:59:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:59:19 > git config core.sparsecheckout # timeout=10 08:59:20 Merge succeeded, producing fe268b636015a4e89ab99067585a7ff064a9fb97 08:59:20 Checking out Revision fe268b636015a4e89ab99067585a7ff064a9fb97 (PR-2858) 08:59:19 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 08:59:19 > git remote # timeout=10 08:59:19 > git config --get remote.origin.url # timeout=10 08:59:19 using GIT_SSH to set credentials SSH Credentials for GitHub 08:59:19 > git merge 576eddb6d79f77bc7b799d46a5f981c8da166ab0 # timeout=10 08:59:20 > git rev-parse HEAD^{commit} # timeout=10 08:59:20 > git config core.sparsecheckout # timeout=10 08:59:20 > git checkout -f fe268b636015a4e89ab99067585a7ff064a9fb97 # timeout=10 08:59:23 Commit message: "Merge commit '576eddb6d79f77bc7b799d46a5f981c8da166ab0' into HEAD" 08:59:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:59:23 > git rev-list --no-walk dc1cf861c04bc896aa5922ceecdf683e9f29ad72 # timeout=10 08:59:25 + echo snap-build.sh 08:59:25 snap-build.sh 08:59:25 + SNAP_BASE_DIR=. 08:59:25 + '[' '!' -z /w/workspace/edgex-go/112 ']' 08:59:25 + SNAP_BASE_DIR=/w/workspace/edgex-go/112 08:59:25 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/112]' 08:59:25 [snap-build] Building snap in dir [/w/workspace/edgex-go/112] 08:59:25 + cd /w/workspace/edgex-go/112 08:59:25 + sudo apt-get remove -qy --purge lxd lxd-client 08:59:25 Reading package lists... 08:59:25 Building dependency tree... 08:59:25 Reading state information... 08:59:25 The following packages were automatically installed and are no longer required: 08:59:25 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:59:25 uidmap xdelta3 08:59:25 Use 'sudo apt autoremove' to remove them. 08:59:25 The following packages will be REMOVED: 08:59:25 lxd* lxd-client* 08:59:25 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:59:25 After this operation, 31.7 MB disk space will be freed. 08:59:26 (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:59:26 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:59:27 Removing lxd dnsmasq configuration 08:59:27 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:59:28 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:59:29 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:59:29 (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:59:29 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:59:30 Processing triggers for systemd (237-3ubuntu10.42) ... 08:59:30 Processing triggers for ureadahead (0.100.0-21) ... 08:59:31 + sudo snap remove --purge lxd 08:59:31 snap "lxd" is not installed 08:59:31 + sudo groupadd --force --system lxd 08:59:31 ++ whoami 08:59:31 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:59:32 + newgrp - lxd 08:59:32 + sudo snap install lxd 08:59:42 2021-05-04T08:59:39Z INFO Waiting for automatic snapd restart... 08:59:52 lxd 4.13 from Canonical* installed 08:59:52 + sudo lxd init --auto 09:00:02 + sudo snap install --classic snapcraft 09:00:09 snapcraft 4.7.1 from Canonical* installed 09:00:09 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 09:00:09 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 09:00:09 % Total % Received % Xferd Average Speed Time Time Time Current 09:00:09 Dload Upload Total Spent Left Speed 09:00:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3582 0 --:--:-- --:--:-- --:--:-- 3582 09:00:09 100 3325k 100 3325k 0 0 9109k 0 --:--:-- --:--:-- --:--:-- 9109k 09:00:09 ./yq_linux_amd64 09:00:09 + sudo snapcraft prime --use-lxd 09:00:11 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 09:00:11 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: 09:00:11 - README.md 09:00:11 09:00:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:00:11 Launching a container. 09:00:24 Waiting for container to be ready 09:00:24 To start your first instance, try: lxc launch ubuntu:18.04 09:00:24 09:00:27 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 09:00:27 Waiting for network to be ready... 09:00:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:00:28 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 09:00:28 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:00:28 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 09:00:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 09:00:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 09:00:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 09:00:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 09:00:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 09:00:28 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 09:00:28 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:00:29 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:00:29 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:00:29 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:00:29 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:00:29 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:00:29 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:00:29 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:00:29 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:00:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] 09:00:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 09:00:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 09:00:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 09:00:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 09:00:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 09:00:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 09:00:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 09:00:32 Fetched 24.5 MB in 4s (6111 kB/s) 09:00:33 Reading package lists... 09:00:33 Reading package lists... 09:00:33 Building dependency tree... 09:00:33 Reading state information... 09:00:33 The following additional packages will be installed: 09:00:33 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:00:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:00:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:00:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 09:00:33 Suggested packages: 09:00:33 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 09:00:33 Recommended packages: 09:00:33 gnupg libsasl2-modules 09:00:33 The following NEW packages will be installed: 09:00:33 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 09:00:33 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 09:00:33 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 09:00:33 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 09:00:33 The following packages will be upgraded: 09:00:33 gpg gpg-agent gpgconf libudev1 09:00:33 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 09:00:33 Need to get 3529 kB of archives. 09:00:33 After this operation, 13.3 MB of additional disk space will be used. 09:00:33 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] 09:00:33 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 09:00:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 09:00:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 09:00:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 09:00:34 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 09:00:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 09:00:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 09:00:34 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 09:00:34 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 09:00:34 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 09:00:34 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 09:00:34 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 09:00:34 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 09:00:34 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 09:00:34 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 09:00:34 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 09:00:34 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 09:00:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 09:00:34 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 09:00:35 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 09:00:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 09:00:35 debconf: delaying package configuration, since apt-utils is not installed 09:00:35 Fetched 3529 kB in 1s (2695 kB/s) 09:00:35 (Reading database ... 12511 files and directories currently installed.) 09:00:35 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 09:00:35 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 09:00:35 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 09:00:35 Selecting previously unselected package udev. 09:00:35 (Reading database ... 12511 files and directories currently installed.) 09:00:35 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 09:00:35 Unpacking udev (237-3ubuntu10.46) ... 09:00:35 Selecting previously unselected package libfuse2:amd64. 09:00:35 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 09:00:35 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:00:35 Selecting previously unselected package fuse. 09:00:35 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 09:00:35 Unpacking fuse (2.9.7-1ubuntu1) ... 09:00:35 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 09:00:36 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:00:36 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 09:00:36 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:00:36 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 09:00:36 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:00:36 Selecting previously unselected package libksba8:amd64. 09:00:36 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 09:00:36 Unpacking libksba8:amd64 (1.3.5-2) ... 09:00:36 Selecting previously unselected package libroken18-heimdal:amd64. 09:00:36 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:36 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:36 Selecting previously unselected package libasn1-8-heimdal:amd64. 09:00:36 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:36 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:36 Selecting previously unselected package libheimbase1-heimdal:amd64. 09:00:36 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:36 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:36 Selecting previously unselected package libhcrypto4-heimdal:amd64. 09:00:36 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:36 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:36 Selecting previously unselected package libwind0-heimdal:amd64. 09:00:36 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:37 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:37 Selecting previously unselected package libhx509-5-heimdal:amd64. 09:00:37 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:37 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:37 Selecting previously unselected package libkrb5-26-heimdal:amd64. 09:00:37 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:37 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:37 Selecting previously unselected package libheimntlm0-heimdal:amd64. 09:00:37 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:37 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:37 Selecting previously unselected package libgssapi3-heimdal:amd64. 09:00:37 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 09:00:37 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:37 Selecting previously unselected package libsasl2-modules-db:amd64. 09:00:37 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:00:37 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:00:37 Selecting previously unselected package libsasl2-2:amd64. 09:00:37 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 09:00:37 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:00:37 Selecting previously unselected package libldap-common. 09:00:37 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 09:00:37 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:00:37 Selecting previously unselected package libldap-2.4-2:amd64. 09:00:37 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 09:00:37 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:00:37 Selecting previously unselected package dirmngr. 09:00:37 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 09:00:37 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 09:00:37 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 09:00:37 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 09:00:38 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 09:00:38 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:00:38 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 09:00:38 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 09:00:38 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:38 Setting up libksba8:amd64 (1.3.5-2) ... 09:00:38 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:00:38 Setting up udev (237-3ubuntu10.46) ... 09:00:38 invoke-rc.d: policy-rc.d denied execution of start. 09:00:38 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:38 Processing triggers for systemd (237-3ubuntu10) ... 09:00:38 Setting up fuse (2.9.7-1ubuntu1) ... 09:00:38 Setting up gpg (2.2.4-1ubuntu1.4) ... 09:00:38 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:39 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:39 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:39 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:39 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:39 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:39 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 09:00:39 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 09:00:39 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 09:00:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:00:39 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 09:00:39 settings in the [Install] section, and DefaultInstance for template units). 09:00:39 This means they are not meant to be enabled using systemctl. 09:00:39 Possible reasons for having this kind of units are: 09:00:39 1) A unit may be statically enabled by being symlinked from another unit's 09:00:39 .wants/ or .requires/ directory. 09:00:39 2) A unit's purpose may be to act as a helper for some other unit which has 09:00:39 a requirement dependency on it. 09:00:39 3) A unit may be started when needed via activation (socket, path, timer, 09:00:39 D-Bus, udev, scripted systemctl call, ...). 09:00:39 4) In case of template units, the unit is meant to be enabled with some 09:00:39 instance name specified. 09:00:40 Reading package lists... 09:00:40 Building dependency tree... 09:00:40 Reading state information... 09:00:40 The following additional packages will be installed: 09:00:40 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 09:00:40 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 09:00:40 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 09:00:40 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 09:00:40 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 09:00:40 Suggested packages: 09:00:40 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 09:00:40 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 09:00:40 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 09:00:40 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 09:00:40 systemd-container policykit-1 09:00:40 Recommended packages: 09:00:40 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 09:00:40 The following NEW packages will be installed: 09:00:40 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 09:00:40 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 09:00:40 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 09:00:40 multiarch-support openssh-client python3 python3-minimal python3.6 09:00:40 python3.6-minimal snapd squashfs-tools sudo 09:00:40 The following packages will be upgraded: 09:00:40 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 09:00:40 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 09:00:40 Need to get 35.2 MB of archives. 09:00:40 After this operation, 141 MB of additional disk space will be used. 09:00:40 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 09:00:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 09:00:40 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 09:00:40 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 09:00:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 09:00:40 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 09:00:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 09:00:40 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 09:00:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 09:00:40 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 09:00:40 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 09:00:40 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 09:00:40 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 09:00:40 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 09:00:40 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 09:00:40 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 09:00:40 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 09:00:41 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 09:00:41 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 09:00:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 09:00:41 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 09:00:41 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 09:00:41 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 09:00:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 09:00:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 09:00:41 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 09:00:41 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 09:00:41 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 09:00:41 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 09:00:41 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 09:00:41 debconf: delaying package configuration, since apt-utils is not installed 09:00:41 Fetched 35.2 MB in 1s (28.1 MB/s) 09:00:41 (Reading database ... 12757 files and directories currently installed.) 09:00:41 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 09:00:42 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 09:00:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 09:00:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 09:00:42 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 09:00:42 (Reading database ... 12757 files and directories currently installed.) 09:00:42 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 09:00:42 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 09:00:42 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 09:00:43 (Reading database ... 12757 files and directories currently installed.) 09:00:43 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 09:00:43 Unpacking apt (1.6.13) over (1.6.1) ... 09:00:43 Setting up apt (1.6.13) ... 09:00:43 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 09:00:44 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 09:00:44 (Reading database ... 12764 files and directories currently installed.) 09:00:44 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 09:00:44 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 09:00:44 Selecting previously unselected package libpython3.6-minimal:amd64. 09:00:44 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:00:44 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:00:44 Selecting previously unselected package libexpat1:amd64. 09:00:44 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 09:00:44 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:00:45 Selecting previously unselected package python3.6-minimal. 09:00:45 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:00:45 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:00:45 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 09:00:45 Checking for services that may need to be restarted...done. 09:00:45 Checking for services that may need to be restarted...done. 09:00:45 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:00:45 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 09:00:45 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 09:00:45 Selecting previously unselected package python3-minimal. 09:00:45 (Reading database ... 13012 files and directories currently installed.) 09:00:45 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 09:00:45 Unpacking python3-minimal (3.6.7-1~18.04) ... 09:00:45 Selecting previously unselected package mime-support. 09:00:45 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 09:00:45 Unpacking mime-support (3.60ubuntu1) ... 09:00:46 Selecting previously unselected package libmpdec2:amd64. 09:00:46 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 09:00:46 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:00:46 Selecting previously unselected package libpython3.6-stdlib:amd64. 09:00:46 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:00:46 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:00:46 Selecting previously unselected package python3.6. 09:00:46 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 09:00:46 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:00:46 Selecting previously unselected package libpython3-stdlib:amd64. 09:00:46 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 09:00:46 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:00:46 Setting up python3-minimal (3.6.7-1~18.04) ... 09:00:47 Selecting previously unselected package python3. 09:00:47 (Reading database ... 13442 files and directories currently installed.) 09:00:47 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 09:00:47 Unpacking python3 (3.6.7-1~18.04) ... 09:00:47 Selecting previously unselected package multiarch-support. 09:00:47 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 09:00:47 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 09:00:47 Setting up multiarch-support (2.27-3ubuntu1.4) ... 09:00:47 Selecting previously unselected package liblzo2-2:amd64. 09:00:47 (Reading database ... 13479 files and directories currently installed.) 09:00:47 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 09:00:47 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 09:00:47 Selecting previously unselected package libbsd0:amd64. 09:00:47 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 09:00:47 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:00:47 Selecting previously unselected package sudo. 09:00:47 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 09:00:47 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 09:00:47 Selecting previously unselected package apparmor. 09:00:47 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 09:00:47 Unpacking apparmor (2.12-4ubuntu5.1) ... 09:00:47 Selecting previously unselected package libedit2:amd64. 09:00:47 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 09:00:47 Unpacking libedit2:amd64 (3.1-20170329-1) ... 09:00:48 Selecting previously unselected package libkrb5support0:amd64. 09:00:48 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 09:00:48 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:00:48 Selecting previously unselected package libk5crypto3:amd64. 09:00:48 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 09:00:48 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:00:48 Selecting previously unselected package libkeyutils1:amd64. 09:00:48 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 09:00:48 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:00:48 Selecting previously unselected package libkrb5-3:amd64. 09:00:48 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 09:00:48 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:00:48 Selecting previously unselected package libgssapi-krb5-2:amd64. 09:00:48 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 09:00:48 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:00:48 Selecting previously unselected package libssl1.0.0:amd64. 09:00:48 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 09:00:48 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:00:48 Selecting previously unselected package openssh-client. 09:00:48 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 09:00:48 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 09:00:49 Selecting previously unselected package squashfs-tools. 09:00:49 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 09:00:49 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:00:49 Selecting previously unselected package snapd. 09:00:49 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 09:00:49 Unpacking snapd (2.48.3+18.04) ... 09:00:51 Setting up libedit2:amd64 (3.1-20170329-1) ... 09:00:51 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 09:00:51 Setting up mime-support (3.60ubuntu1) ... 09:00:51 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 09:00:51 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 09:00:51 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 09:00:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:00:51 Setting up systemd (237-3ubuntu10.46) ... 09:00:51 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 09:00:52 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 09:00:52 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 09:00:52 Setting up liblzo2-2:amd64 (2.08-1.2) ... 09:00:52 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 09:00:52 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 09:00:52 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 09:00:52 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 09:00:52 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 09:00:52 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 09:00:53 Setting up python3 (3.6.7-1~18.04) ... 09:00:53 running python rtupdate hooks for python3.6... 09:00:53 running python post-rtupdate hooks for python3.6... 09:00:53 Setting up apparmor (2.12-4ubuntu5.1) ... 09:00:54 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 09:00:54 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 09:00:54 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 09:00:54 Setting up snapd (2.48.3+18.04) ... 09:00:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 09:00:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 09:00:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 09:00:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 09:00:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:00:55 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 09:00:56 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 09:00:56 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 09:00:56 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 09:00:56 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 09:00:56 /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' 09:00:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 09:00:56 Processing triggers for systemd (237-3ubuntu10.46) ... 09:00:57 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:00:57 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 09:00:58 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:00:59 Reading package lists... 09:00:59 Reading package lists... 09:00:59 Building dependency tree... 09:00:59 Reading state information... 09:00:59 Calculating upgrade... 09:00:59 The following packages will be upgraded: 09:00:59 advancecomp base-files bash binutils binutils-common 09:00:59 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 09:00:59 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 09:00:59 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 09:00:59 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 09:00:59 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 09:00:59 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 09:00:59 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 09:00:59 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 09:00:59 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 09:00:59 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 09:00:59 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 09:00:59 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 09:00:59 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 09:00:59 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 09:01:00 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 09:01:00 Need to get 64.0 MB of archives. 09:01:00 After this operation, 5034 kB of additional disk space will be used. 09:01:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 09:01:00 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 09:01:00 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 09:01:00 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 09:01:00 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 09:01:00 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 09:01:00 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 09:01:00 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 09:01:00 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 09:01:00 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 09:01:00 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 09:01:00 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 09:01:00 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 09:01:00 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 09:01:00 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 09:01:00 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 09:01:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 09:01:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 09:01:00 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 09:01:00 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 09:01:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 09:01:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 09:01:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 09:01:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 09:01:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 09:01:01 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 09:01:01 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 09:01:01 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 09:01:01 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 09:01:01 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 09:01:01 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 09:01:01 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 09:01:01 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 09:01:01 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 09:01:01 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 09:01:01 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 09:01:01 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 09:01:01 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 09:01:01 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 09:01:01 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 09:01:01 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 09:01:01 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 09:01:01 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 09:01:01 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 09:01:01 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 09:01:01 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 09:01:01 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 09:01:01 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 09:01:01 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 09:01:01 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 09:01:01 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 09:01:01 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 09:01:01 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 09:01:01 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 09:01:01 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 09:01:01 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 09:01:01 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 09:01:01 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 09:01:01 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 09:01:01 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 09:01:01 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 09:01:01 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 09:01:01 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 09:01:01 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 09:01:01 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 09:01:01 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 09:01:01 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 09:01:01 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 09:01:01 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 09:01:01 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 09:01:01 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 09:01:01 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 09:01:01 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 09:01:01 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 09:01:01 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 09:01:01 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 09:01:01 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 09:01:01 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 09:01:01 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 09:01:01 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 09:01:01 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 09:01:01 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 09:01:01 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 09:01:01 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 09:01:01 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] 09:01:01 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 09:01:01 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 09:01:01 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 09:01:01 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 09:01:01 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 09:01:01 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 09:01:01 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 09:01:02 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 09:01:02 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 09:01:02 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 09:01:02 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 09:01:03 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 09:01:03 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 09:01:03 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 09:01:03 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 09:01:03 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 09:01:03 debconf: delaying package configuration, since apt-utils is not installed 09:01:03 Fetched 64.0 MB in 3s (19.8 MB/s) 09:01:03 (Reading database ... 13912 files and directories currently installed.) 09:01:03 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 09:01:03 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:01:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 09:01:04 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:01:04 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 09:01:04 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 09:01:05 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:05 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:05 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:05 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:05 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:05 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:05 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:05 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:05 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:05 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:06 (Reading database ... 13911 files and directories currently installed.) 09:01:06 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:06 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 09:01:06 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 09:01:06 (Reading database ... 13911 files and directories currently installed.) 09:01:06 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:06 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:06 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:06 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:06 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 09:01:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 09:01:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:07 (Reading database ... 13911 files and directories currently installed.) 09:01:07 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 09:01:07 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:01:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 09:01:08 (Reading database ... 13911 files and directories currently installed.) 09:01:08 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 09:01:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 09:01:08 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 09:01:08 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 09:01:08 Setting up base-files (10.1ubuntu2.10) ... 09:01:08 Installing new version of config file /etc/issue ... 09:01:08 Installing new version of config file /etc/issue.net ... 09:01:08 Installing new version of config file /etc/lsb-release ... 09:01:08 Installing new version of config file /etc/update-motd.d/50-motd-news ... 09:01:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 09:01:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 09:01:08 Removing obsolete conffile /etc/default/motd-news ... 09:01:08 (Reading database ... 13912 files and directories currently installed.) 09:01:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 09:01:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 09:01:09 Setting up bash (4.4.18-2ubuntu1.2) ... 09:01:09 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 09:01:09 (Reading database ... 13912 files and directories currently installed.) 09:01:09 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:09 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 09:01:09 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 09:01:09 (Reading database ... 13912 files and directories currently installed.) 09:01:09 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 09:01:09 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 09:01:09 Setting up tar (1.29b-2ubuntu0.2) ... 09:01:09 (Reading database ... 13912 files and directories currently installed.) 09:01:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 09:01:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:01:10 Setting up dpkg (1.19.0.5ubuntu2.3) ... 09:01:10 (Reading database ... 13912 files and directories currently installed.) 09:01:10 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 09:01:10 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:01:10 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 09:01:10 (Reading database ... 13912 files and directories currently installed.) 09:01:10 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 09:01:10 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:01:10 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 09:01:10 (Reading database ... 13912 files and directories currently installed.) 09:01:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 09:01:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 09:01:10 Setting up grep (3.1-2build1) ... 09:01:11 (Reading database ... 13912 files and directories currently installed.) 09:01:11 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 09:01:11 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:01:11 Setting up login (1:4.5-1ubuntu2) ... 09:01:11 (Reading database ... 13912 files and directories currently installed.) 09:01:11 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 09:01:11 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:01:11 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 09:01:12 (Reading database ... 13912 files and directories currently installed.) 09:01:12 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 09:01:12 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:01:12 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 09:01:12 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:01:12 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 09:01:12 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:01:13 Setting up perl-base (5.26.1-6ubuntu0.5) ... 09:01:13 (Reading database ... 13912 files and directories currently installed.) 09:01:13 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 09:01:13 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 09:01:14 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:01:14 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:01:14 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 09:01:14 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 09:01:14 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 09:01:14 (Reading database ... 13912 files and directories currently installed.) 09:01:14 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 09:01:14 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 09:01:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 09:01:14 (Reading database ... 13912 files and directories currently installed.) 09:01:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:01:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:01:15 (Reading database ... 13912 files and directories currently installed.) 09:01:15 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:15 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:01:15 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:01:15 (Reading database ... 13912 files and directories currently installed.) 09:01:15 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:15 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:01:15 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:01:15 (Reading database ... 13912 files and directories currently installed.) 09:01:15 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:15 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:01:15 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:01:15 (Reading database ... 13912 files and directories currently installed.) 09:01:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 09:01:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:01:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 09:01:16 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:01:16 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 09:01:16 (Reading database ... 13912 files and directories currently installed.) 09:01:16 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 09:01:16 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:01:16 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 09:01:16 (Reading database ... 13912 files and directories currently installed.) 09:01:16 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:16 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:01:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 09:01:16 (Reading database ... 13912 files and directories currently installed.) 09:01:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:01:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 09:01:16 (Reading database ... 13912 files and directories currently installed.) 09:01:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:17 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:01:17 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 09:01:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 09:01:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 09:01:18 (Reading database ... 13912 files and directories currently installed.) 09:01:18 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 09:01:18 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 09:01:18 Setting up libc-bin (2.27-3ubuntu1.4) ... 09:01:18 (Reading database ... 13912 files and directories currently installed.) 09:01:18 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 09:01:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 09:01:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 09:01:18 (Reading database ... 13914 files and directories currently installed.) 09:01:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 09:01:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 09:01:19 Setting up debconf (1.5.66ubuntu1) ... 09:01:19 (Reading database ... 13914 files and directories currently installed.) 09:01:19 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 09:01:19 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:01:19 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 09:01:19 (Reading database ... 13914 files and directories currently installed.) 09:01:19 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 09:01:19 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 09:01:19 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 09:01:19 (Reading database ... 13914 files and directories currently installed.) 09:01:19 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:01:19 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:01:19 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:01:20 (Reading database ... 13914 files and directories currently installed.) 09:01:20 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:01:20 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:01:20 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 09:01:20 (Reading database ... 13914 files and directories currently installed.) 09:01:20 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 09:01:20 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:01:20 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 09:01:20 (Reading database ... 13914 files and directories currently installed.) 09:01:20 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 09:01:20 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 09:01:20 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 09:01:20 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 09:01:20 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 09:01:20 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:01:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 09:01:21 (Reading database ... 13914 files and directories currently installed.) 09:01:21 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 09:01:21 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 09:01:21 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 09:01:21 (Reading database ... 13914 files and directories currently installed.) 09:01:21 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 09:01:21 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 09:01:21 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 09:01:21 (Reading database ... 13914 files and directories currently installed.) 09:01:21 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 09:01:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 09:01:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 09:01:21 (Reading database ... 13914 files and directories currently installed.) 09:01:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 09:01:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 09:01:22 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 09:01:22 (Reading database ... 13914 files and directories currently installed.) 09:01:22 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 09:01:22 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 09:01:22 Setting up passwd (1:4.5-1ubuntu2) ... 09:01:22 (Reading database ... 13914 files and directories currently installed.) 09:01:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 09:01:22 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 09:01:22 Setting up gpgv (2.2.4-1ubuntu1.4) ... 09:01:22 (Reading database ... 13914 files and directories currently installed.) 09:01:22 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 09:01:22 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 09:01:23 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 09:01:23 (Reading database ... 13914 files and directories currently installed.) 09:01:23 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 09:01:23 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 09:01:23 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 09:01:23 (Reading database ... 13914 files and directories currently installed.) 09:01:23 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 09:01:23 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 09:01:23 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 09:01:23 (Reading database ... 13914 files and directories currently installed.) 09:01:23 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 09:01:24 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 09:01:24 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 09:01:24 (Reading database ... 13914 files and directories currently installed.) 09:01:24 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 09:01:24 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 09:01:24 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 09:01:24 (Reading database ... 13914 files and directories currently installed.) 09:01:24 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 09:01:24 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 09:01:24 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 09:01:24 (Reading database ... 13914 files and directories currently installed.) 09:01:24 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 09:01:24 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 09:01:24 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 09:01:25 (Reading database ... 13914 files and directories currently installed.) 09:01:25 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 09:01:25 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 09:01:25 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 09:01:25 (Reading database ... 13915 files and directories currently installed.) 09:01:25 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:01:25 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:01:25 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 09:01:25 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 09:01:25 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 09:01:25 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 09:01:25 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 09:01:25 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 09:01:26 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 09:01:26 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 09:01:26 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 09:01:26 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 09:01:26 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 09:01:26 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 09:01:26 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 09:01:26 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 09:01:26 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 09:01:26 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 09:01:26 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 09:01:26 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 09:01:26 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 09:01:27 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 09:01:27 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 09:01:27 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 09:01:28 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 09:01:28 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 09:01:28 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 09:01:28 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 09:01:28 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:01:28 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:01:28 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:01:28 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:01:29 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:01:29 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:01:29 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 09:01:29 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 09:01:29 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:29 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:29 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:29 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:29 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:30 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:30 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:30 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:30 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:30 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:31 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:31 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:32 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:32 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:33 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:33 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:34 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 09:01:34 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 09:01:34 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:01:34 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:01:34 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 09:01:34 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:01:34 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 09:01:34 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 09:01:34 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 09:01:34 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 09:01:34 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:01:34 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:01:34 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 09:01:34 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 09:01:35 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 09:01:35 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 09:01:35 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:35 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 09:01:35 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:35 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:35 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:35 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 09:01:35 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 09:01:35 Setting up tzdata (2021a-0ubuntu0.18.04) ... 09:01:35 09:01:35 Current default time zone: 'Etc/UTC' 09:01:35 Local time is now: Tue May 4 09:01:35 UTC 2021. 09:01:35 Universal Time is now: Tue May 4 09:01:35 UTC 2021. 09:01:35 Run 'dpkg-reconfigure tzdata' if you wish to change it. 09:01:35 09:01:35 Setting up systemd-sysv (237-3ubuntu10.46) ... 09:01:35 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:35 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 09:01:35 Setting up mount (2.31.1-0.4ubuntu3.7) ... 09:01:35 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 09:01:35 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 09:01:35 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 09:01:35 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 09:01:35 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 09:01:35 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 09:01:35 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:35 Setting up procps (2:3.3.12-3ubuntu1.2) ... 09:01:36 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 09:01:36 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 09:01:36 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:36 Setting up patch (2.7.6-2ubuntu1.1) ... 09:01:36 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 09:01:36 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 09:01:36 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 09:01:36 Installing new version of config file /etc/ssl/openssl.cnf ... 09:01:36 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 09:01:36 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 09:01:36 Setting up ca-certificates (20210119~18.04.1) ... 09:01:38 Updating certificates in /etc/ssl/certs... 09:01:38 23 added, 27 removed; done. 09:01:39 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 09:01:39 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 09:01:39 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 09:01:39 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 09:01:39 Setting up pkgbinarymangler (138.18.04.1) ... 09:01:39 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 09:01:39 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 09:01:39 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 09:01:39 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 09:01:39 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:01:39 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 09:01:39 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 09:01:39 Setting up perl (5.26.1-6ubuntu0.5) ... 09:01:39 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 09:01:39 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 09:01:39 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 09:01:39 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 09:01:39 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 09:01:39 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 09:01:39 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 09:01:39 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 09:01:39 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 09:01:39 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:01:40 Processing triggers for systemd (237-3ubuntu10.46) ... 09:01:40 Processing triggers for mime-support (3.60ubuntu1) ... 09:01:40 Processing triggers for ca-certificates (20210119~18.04.1) ... 09:01:40 Updating certificates in /etc/ssl/certs... 09:01:40 0 added, 0 removed; done. 09:01:40 Running hooks in /etc/ca-certificates/update.d... 09:01:40 done. 09:01:41 Reading package lists... 09:01:41 Building dependency tree... 09:01:41 Reading state information... 09:01:41 The following NEW packages will be installed: 09:01:41 apt-transport-https 09:01:41 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 09:01:41 Need to get 1692 B of archives. 09:01:41 After this operation, 154 kB of additional disk space will be used. 09:01:41 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 09:01:41 debconf: delaying package configuration, since apt-utils is not installed 09:01:41 Fetched 1692 B in 0s (8320 B/s) 09:01:41 Selecting previously unselected package apt-transport-https. 09:01:41 (Reading database ... 13920 files and directories currently installed.) 09:01:41 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 09:01:42 Unpacking apt-transport-https (1.6.13) ... 09:01:42 Setting up apt-transport-https (1.6.13) ... 09:01:42 Waiting for network to be ready... 09:01:49 2021-05-04T09:01:46Z INFO Waiting for automatic snapd restart... 09:01:50 snapd 2.49.2 from Canonical* installed 09:01:51 "snapd" switched to the "latest/stable" channel 09:01:51 09:01:53 core18 20210309 from Canonical* installed 09:01:53 "core18" switched to the "latest/stable" channel 09:01:53 09:01:57 snapcraft 4.7.1 from Canonical* installed 09:01:57 "snapcraft" switched to the "latest/stable" channel 09:01:57 09:02:01 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: 09:02:01 - README.md 09:02:01 09:02:01 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 09:02:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:02:08 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 09:02:08 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 09:02:08 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:02:08 Reading package lists... 09:02:09 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 09:02:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:02:15 Reading package lists... 09:02:15 Building dependency tree... 09:02:15 Reading state information... 09:02:15 Suggested packages: 09:02:15 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 09:02:15 git-gui gitk gitweb git-cvs git-mediawiki git-svn 09:02:15 Recommended packages: 09:02:15 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 09:02:15 The following NEW packages will be installed: 09:02:15 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 09:02:15 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 09:02:15 pkg-config zip 09:02:15 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 09:02:15 Need to get 7663 kB of archives. 09:02:15 After this operation, 43.8 MB of additional disk space will be used. 09:02:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 09:02:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 09:02:15 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 09:02:15 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 09:02:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 09:02:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 09:02:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 09:02:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 09:02:16 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 09:02:16 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 09:02:16 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 09:02:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 09:02:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 09:02:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 09:02:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 09:02:16 debconf: delaying package configuration, since apt-utils is not installed 09:02:16 Fetched 7663 kB in 1s (10.1 MB/s) 09:02:16 Selecting previously unselected package libglib2.0-0:amd64. 09:02:16 (Reading database ... 13924 files and directories currently installed.) 09:02:16 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 09:02:16 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 09:02:16 Selecting previously unselected package libpsl5:amd64. 09:02:16 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 09:02:16 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 09:02:16 Selecting previously unselected package libnghttp2-14:amd64. 09:02:16 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 09:02:16 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:02:16 Selecting previously unselected package librtmp1:amd64. 09:02:16 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 09:02:16 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:02:16 Selecting previously unselected package libcurl3-gnutls:amd64. 09:02:16 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 09:02:16 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 09:02:17 Selecting previously unselected package liberror-perl. 09:02:17 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 09:02:17 Unpacking liberror-perl (0.17025-1) ... 09:02:17 Selecting previously unselected package git-man. 09:02:17 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 09:02:17 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 09:02:17 Selecting previously unselected package git. 09:02:17 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 09:02:17 Unpacking git (1:2.17.1-1ubuntu0.8) ... 09:02:18 Selecting previously unselected package libnorm1:amd64. 09:02:18 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 09:02:18 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:02:18 Selecting previously unselected package libpgm-5.2-0:amd64. 09:02:18 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 09:02:18 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:02:18 Selecting previously unselected package libsodium23:amd64. 09:02:18 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 09:02:18 Unpacking libsodium23:amd64 (1.0.16-2) ... 09:02:18 Selecting previously unselected package libzmq5:amd64. 09:02:18 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 09:02:18 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:02:18 Selecting previously unselected package libzmq3-dev:amd64. 09:02:18 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 09:02:18 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:02:18 Selecting previously unselected package pkg-config. 09:02:18 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 09:02:18 Unpacking pkg-config (0.29.1-0ubuntu2) ... 09:02:18 Selecting previously unselected package zip. 09:02:18 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 09:02:18 Unpacking zip (3.0-11build1) ... 09:02:18 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 09:02:18 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 09:02:19 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 09:02:19 Setting up liberror-perl (0.17025-1) ... 09:02:19 Setting up libpsl5:amd64 (0.19.1-5build1) ... 09:02:19 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 09:02:19 No schema files found: doing nothing. 09:02:19 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 09:02:19 Setting up zip (3.0-11build1) ... 09:02:19 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 09:02:19 Setting up libsodium23:amd64 (1.0.16-2) ... 09:02:19 Setting up pkg-config (0.29.1-0ubuntu2) ... 09:02:19 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 09:02:19 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 09:02:19 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 09:02:19 Setting up git (1:2.17.1-1ubuntu0.8) ... 09:02:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 09:02:26 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:02:26 git set to automatically installed. 09:02:26 git-man set to automatically installed. 09:02:26 libcurl3-gnutls set to automatically installed. 09:02:26 liberror-perl set to automatically installed. 09:02:26 libglib2.0-0 set to automatically installed. 09:02:26 libnghttp2-14 set to automatically installed. 09:02:26 libnorm1 set to automatically installed. 09:02:26 libpgm-5.2-0 set to automatically installed. 09:02:26 libpsl5 set to automatically installed. 09:02:26 librtmp1 set to automatically installed. 09:02:26 libsodium23 set to automatically installed. 09:02:26 libzmq3-dev set to automatically installed. 09:02:26 libzmq5 set to automatically installed. 09:02:26 pkg-config set to automatically installed. 09:02:26 zip set to automatically installed. 09:02:27 snapd is not logged in, snap install commands will use sudo 09:02:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:02:34 snap "core18" has no updates available 09:02:34 snapd is not logged in, snap install commands will use sudo 09:02:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 09:02:51 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 09:02:51 Pulling go-build-helper 09:02:51 + snapcraftctl pull 09:02:53 'app-service-config' has dependencies that need to be staged: go-build-helper 09:02:53 Skipping pull go-build-helper (already ran) 09:02:53 Building go-build-helper 09:02:53 + snapcraftctl build 09:02:54 Staging go-build-helper 09:02:54 + snapcraftctl stage 09:03:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 09:03:04 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 09:03:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 09:03:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 09:03:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 09:03:04 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 09:03:04 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 09:03:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 09:03:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 09:03:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 09:03:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 09:03:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 09:03:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 09:03:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 09:03:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 09:03:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 09:03:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 09:03:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 09:03:04 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 09:03:04 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2042 kB] 09:03:04 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 09:03:04 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 09:03:04 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 09:03:04 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [326 kB] 09:03:04 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [44.2 kB] 09:03:04 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 09:03:04 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 09:03:04 Fetched 24.5 MB in 0s (0 B/s) 09:03:04 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:03:04 Fetched 224 kB in 0s (0 B/s) 09:03:04 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:03:04 Fetched 157 kB in 0s (0 B/s) 09:03:04 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:03:04 Fetched 221 kB in 0s (0 B/s) 09:03:04 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:03:04 Fetched 143 kB in 0s (0 B/s) 09:03:04 Pulling app-service-config 09:03:04 + snapcraftctl pull 09:03:05 Cloning into '/root/parts/app-service-config/src'... 09:03:05 Pulling config-common 09:03:05 + snapcraftctl pull 09:03:09 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:03:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:03:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:03:09 Fetched 0 B in 0s (0 B/s) 09:03:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 09:03:09 Fetched 0 B in 0s (0 B/s) 09:03:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 09:03:09 Fetched 0 B in 0s (0 B/s) 09:03:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 09:03:09 Fetched 0 B in 0s (0 B/s) 09:03:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 09:03:09 Fetched 0 B in 0s (0 B/s) 09:03:09 Pulling edgex-go 09:03:09 + snapcraftctl pull 09:03:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 09:03:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 09:03:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 09:03:31 Fetched 0 B in 0s (0 B/s) 09:03:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 09:03:31 Fetched 96.5 kB in 0s (0 B/s) 09:03:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 09:03:31 Fetched 279 kB in 0s (0 B/s) 09:03:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 09:03:31 Fetched 122 kB in 0s (0 B/s) 09:03:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 09:03:31 Fetched 77.8 kB in 0s (0 B/s) 09:03:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 09:03:31 Fetched 8848 B in 0s (0 B/s) 09:03:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 09:03:31 Fetched 47.8 kB in 0s (0 B/s) 09:03:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 09:03:31 Fetched 45.6 kB in 0s (0 B/s) 09:03:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 09:03:31 Fetched 15.0 kB in 0s (0 B/s) 09:03:31 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 09:03:31 Fetched 219 kB in 0s (0 B/s) 09:03:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 09:03:31 Fetched 154 kB in 0s (0 B/s) 09:03:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 09:03:31 Fetched 50.6 kB in 0s (0 B/s) 09:03:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 09:03:31 Fetched 14.8 kB in 0s (0 B/s) 09:03:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 09:03:31 Fetched 41.8 kB in 0s (0 B/s) 09:03:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 09:03:31 Fetched 499 kB in 0s (0 B/s) 09:03:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 09:03:31 Fetched 111 kB in 0s (0 B/s) 09:03:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 09:03:31 Fetched 240 kB in 0s (0 B/s) 09:03:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 09:03:31 Fetched 29.3 kB in 0s (0 B/s) 09:03:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 09:03:31 Fetched 85.5 kB in 0s (0 B/s) 09:03:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 09:03:31 Fetched 24.5 kB in 0s (0 B/s) 09:03:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 09:03:31 Fetched 49.2 kB in 0s (0 B/s) 09:03:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 09:03:31 Fetched 54.2 kB in 0s (0 B/s) 09:03:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 09:03:31 Fetched 30.8 kB in 0s (0 B/s) 09:03:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 09:03:31 Fetched 15.8 kB in 0s (0 B/s) 09:03:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 09:03:31 Fetched 85.9 kB in 0s (0 B/s) 09:03:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 09:03:31 Fetched 8720 B in 0s (0 B/s) 09:03:31 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 09:03:31 Fetched 137 kB in 0s (0 B/s) 09:03:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 09:03:31 Fetched 119 kB in 0s (0 B/s) 09:03:31 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 09:03:31 Fetched 110 kB in 0s (0 B/s) 09:03:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 09:03:31 Fetched 11.1 kB in 0s (0 B/s) 09:03:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 09:03:31 Fetched 645 kB in 0s (0 B/s) 09:03:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 09:03:31 Fetched 41.3 kB in 0s (0 B/s) 09:03:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 09:03:31 Fetched 17.9 kB in 0s (0 B/s) 09:03:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 09:03:31 Fetched 368 kB in 0s (0 B/s) 09:03:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 09:03:31 Fetched 187 kB in 0s (0 B/s) 09:03:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 09:03:31 Fetched 175 kB in 0s (0 B/s) 09:03:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 09:03:31 Fetched 206 kB in 0s (0 B/s) 09:03:31 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 09:03:31 Fetched 1301 kB in 0s (0 B/s) 09:03:31 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 09:03:31 Fetched 36.2 kB in 0s (0 B/s) 09:03:31 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 09:03:31 Fetched 159 kB in 0s (0 B/s) 09:03:31 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 09:03:31 Fetched 107 kB in 0s (0 B/s) 09:03:31 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 09:03:31 Fetched 48.7 kB in 0s (0 B/s) 09:03:31 Pulling static-packages 09:03:31 + snapcraftctl pull 09:03:31 Pulling version 09:03:31 + cd /root/project 09:03:31 + [ -f VERSION ] 09:03:31 + PROJECT_VERSION=local-dev 09:03:31 + git rev-parse --short HEAD 09:03:31 + GIT_REVISION=fe268b63 09:03:31 + snapcraftctl set-version local-dev 09:03:31 Skipping build go-build-helper (already ran) 09:03:31 Building app-service-config 09:03:31 + make build 09:03:31 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:03:34 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.52 09:03:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.78 09:03:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.42 09:03:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 09:03:34 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 09:03:34 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 09:03:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 09:03:34 go: downloading github.com/x448/float16 v0.8.4 09:03:34 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 09:03:35 go: downloading github.com/google/uuid v1.2.0 09:03:35 go: downloading github.com/gorilla/mux v1.8.0 09:03:35 go: downloading github.com/go-kit/kit v0.8.0 09:03:35 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 09:03:35 go: downloading github.com/go-playground/validator/v10 v10.5.0 09:03:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 09:03:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 09:03:35 go: downloading golang.org/x/text v0.3.2 09:03:35 go: downloading github.com/hashicorp/consul/api v1.8.1 09:03:35 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 09:03:35 go: downloading github.com/pebbe/zmq4 v1.2.7 09:03:35 go: downloading github.com/gorilla/websocket v1.4.2 09:03:35 go: downloading github.com/pelletier/go-toml v1.9.0 09:03:35 go: downloading github.com/go-playground/universal-translator v0.17.0 09:03:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 09:03:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 09:03:35 go: downloading github.com/go-playground/locales v0.13.0 09:03:35 go: downloading github.com/hashicorp/serf v0.9.5 09:03:35 go: downloading github.com/leodido/go-urn v1.2.0 09:03:35 go: downloading github.com/hashicorp/go-hclog v0.12.0 09:03:35 go: downloading github.com/mitchellh/mapstructure v1.1.2 09:03:35 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 09:03:36 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 09:03:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 09:03:36 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 09:03:36 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 09:03:36 go: downloading github.com/mitchellh/copystructure v1.0.0 09:03:36 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 09:03:36 go: downloading github.com/fatih/color v1.9.0 09:03:36 go: downloading github.com/mattn/go-isatty v0.0.12 09:03:36 go: downloading github.com/mitchellh/reflectwalk v1.0.0 09:03:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 09:03:36 go: downloading github.com/mattn/go-colorable v0.1.6 09:03:36 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 09:03:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 09:03:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 09:03:46 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 09:03:46 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 09:03:46 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 09:03:46 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 09:03:46 Building config-common 09:03:46 + snapcraftctl build 09:03:48 Building edgex-go 09:03:48 + cd /root/parts/edgex-go/src 09:03:48 + make build 09:03: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:03:50 go: downloading github.com/OneOfOne/xxhash v1.2.8 09:03:50 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 09:03:50 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.76 09:03:50 go: downloading github.com/pkg/errors v0.8.1 09:03:50 go: downloading github.com/imdario/mergo v0.3.12 09:03:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 09:03:54 go: downloading gopkg.in/yaml.v2 v2.4.0 09:03:58 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:04: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:04:01 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:04:02 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:04:02 go: downloading github.com/stretchr/testify v1.7.0 09:04:02 go: downloading github.com/davecgh/go-spew v1.1.1 09:04:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 09:04:02 go: downloading github.com/pmezard/go-difflib v1.0.0 09:04:04 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:04:04 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 09:04:04 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 09:04:06 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:04:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 09:04:08 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:04:09 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:04:09 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 09:04:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 09:04:11 go: downloading github.com/lib/pq v1.10.1 09:04:13 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 09:04:13 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 09:04:13 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 09:04:13 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 09:04:13 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 09:04:13 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 09:04:13 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 09:04:13 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 09:04:13 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 09:04:13 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 09:04:13 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 09:04:13 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 09:04:13 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 09:04:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 09:04:13 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 09:04:13 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 09:04:13 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 09:04:13 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 09:04:13 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 09:04:13 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 09:04:13 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 09:04:13 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 09:04:13 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 09:04:13 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 09:04:13 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 09:04:13 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 09:04:15 Building static-packages 09:04:15 + snapcraftctl build 09:04:17 Building version 09:04:17 + snapcraftctl build 09:04:19 Skipping stage go-build-helper (already ran) 09:04:19 Staging app-service-config 09:04:19 + snapcraftctl stage 09:04:21 Staging config-common 09:04:21 + snapcraftctl stage 09:04:21 Staging edgex-go 09:04:21 + snapcraftctl stage 09:04:23 Staging static-packages 09:04:23 + snapcraftctl stage 09:04:24 Staging version 09:04:24 + snapcraftctl stage 09:04:25 Priming go-build-helper 09:04:25 + snapcraftctl prime 09:04:25 Priming app-service-config 09:04:25 + snapcraftctl prime 09:04:26 Priming config-common 09:04:26 + snapcraftctl prime 09:04:28 Priming edgex-go 09:04:28 + snapcraftctl prime 09:04:29 Priming static-packages 09:04:29 + snapcraftctl prime 09:04:31 Priming version 09:04:31 + snapcraftctl prime 09:04:32 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:04:34 provisioning config files... 09:04:34 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/112@tmp/config2328465371008263708tmp [Pipeline] { [Pipeline] sh 09:04:35 + set +x 09:04:35 + curl -s https://codecov.io/bash 09:04:35 + bash -s -- 09:04:35 09:04:35 _____ _ 09:04:35 / ____| | | 09:04:35 | | ___ __| | ___ ___ _____ __ 09:04:35 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 09:04:35 | |___| (_) | (_| | __/ (_| (_) \ V / 09:04:35 \_____\___/ \__,_|\___|\___\___/ \_/ 09:04:35 Bash-1.0.2 09:04:35 09:04:35 09:04:35 ==> git version 2.24.3 found 09:04:35 ==> 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:04:35 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 09:04:35 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 09:04:35 ==> Jenkins CI detected. 09:04:35 project root: . 09:04:35 --> token set from env 09:04:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 09:04:36 ==> Running gcov in . (disable via -X gcov) 09:04:36 ==> Python coveragepy not found 09:04:36 ==> Searching for coverage reports in: 09:04:36 + . 09:04:36 -> Found 1 reports 09:04:36 ==> Detecting git/mercurial file structure 09:04:36 ==> Reading reports 09:04:36 + ./coverage.out bytes=693878 09:04:36 ==> Appending adjustments 09:04:36 https://docs.codecov.io/docs/fixing-reports 09:04:49 + Found adjustments 09:04:49 ==> Gzipping contents 09:04:49 100K /tmp/codecov.wEIrFP.gz 09:04:49 ==> Uploading reports 09:04:49 url: https://codecov.io 09:04:49 query: branch=PR-2858&commit=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F112%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= 09:04:49 -> Pinging Codecov 09:04:49 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-2858&commit=e8b675ca1376699298c0ff859ac2b21cdcf8b1fa&build=112&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2858%2F112%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2858&job=&cmd_args= 09:04:49 -> Uploading to 09:04:49 https://storage.googleapis.com/codecov/v4/raw/2021-05-04/00271124DB129430A58F1EEE437C3FCB/e8b675ca1376699298c0ff859ac2b21cdcf8b1fa/91bf22cd-caad-4218-aca1-459836356d5b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210504%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210504T090448Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b0991abca53de8c2ddfe2d10caa882c4acda5e97d7ad4050f3230168f7f1e531 09:04:49 % Total % Received % Xferd Average Speed Time Time Time Current 09:04:49 Dload Upload Total Spent Left Speed 09:04:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99541 0 0 100 99541 0 143k --:--:-- --:--:-- --:--:-- 143k 100 99541 0 0 100 99541 0 143k --:--:-- --:--:-- --:--:-- 143k 09:04:49 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e8b675ca1376699298c0ff859ac2b21cdcf8b1fa [Pipeline] } 09:04:49 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:04:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:04:53 ---> package-listing.sh 09:04:53 ++ facter osfamily 09:04:53 ++ tr '[:upper:]' '[:lower:]' 09:04:54 + OS_FAMILY=redhat 09:04:54 + workspace=/w/workspace/edgex-go/112 09:04:54 + START_PACKAGES=/tmp/packages_start.txt 09:04:54 + END_PACKAGES=/tmp/packages_end.txt 09:04:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:04:54 + PACKAGES=/tmp/packages_start.txt 09:04:54 + '[' /w/workspace/edgex-go/112 ']' 09:04:54 + PACKAGES=/tmp/packages_end.txt 09:04:54 + case "${OS_FAMILY}" in 09:04:54 + sort 09:04:54 + rpm -qa 09:05:04 + '[' -f /tmp/packages_start.txt ']' 09:05:04 + '[' -f /tmp/packages_end.txt ']' 09:05:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:05:04 + '[' /w/workspace/edgex-go/112 ']' 09:05:04 + mkdir -p /w/workspace/edgex-go/112/archives/ 09:05:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/112/archives/ [Pipeline] echo 09:05:04 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/112/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:05:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:05:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:05:06 09:05:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:05:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:05:07 alpine: Pulling from edgex-lftools-log-publisher 09:05:07 df20fa9351a1: Pulling fs layer 09:05:07 36b3adc4ff6f: Pulling fs layer 09:05:07 8ad3a11d3b57: Pulling fs layer 09:05:07 46f8f816bc3b: Pulling fs layer 09:05:07 93b61091891f: Pulling fs layer 09:05:07 93b9cdb0e59b: Pulling fs layer 09:05:07 5e14af77c1be: Pulling fs layer 09:05:07 01666e4c0597: Pulling fs layer 09:05:07 aa168da1d23b: Pulling fs layer 09:05:07 93b61091891f: Waiting 09:05:07 93b9cdb0e59b: Waiting 09:05:07 5e14af77c1be: Waiting 09:05:07 01666e4c0597: Waiting 09:05:07 aa168da1d23b: Waiting 09:05:07 46f8f816bc3b: Waiting 09:05:08 36b3adc4ff6f: Verifying Checksum 09:05:08 36b3adc4ff6f: Download complete 09:05:08 46f8f816bc3b: Download complete 09:05:08 df20fa9351a1: Verifying Checksum 09:05:08 df20fa9351a1: Download complete 09:05:08 93b9cdb0e59b: Verifying Checksum 09:05:08 93b9cdb0e59b: Download complete 09:05:08 93b61091891f: Verifying Checksum 09:05:08 93b61091891f: Download complete 09:05:08 5e14af77c1be: Verifying Checksum 09:05:08 01666e4c0597: Verifying Checksum 09:05:08 01666e4c0597: Download complete 09:05:08 5e14af77c1be: Download complete 09:05:10 8ad3a11d3b57: Verifying Checksum 09:05:10 8ad3a11d3b57: Download complete 09:05:10 df20fa9351a1: Pull complete 09:05:11 36b3adc4ff6f: Pull complete 09:05:16 8ad3a11d3b57: Pull complete 09:05:16 46f8f816bc3b: Pull complete 09:05:19 93b61091891f: Pull complete 09:05:19 93b9cdb0e59b: Pull complete 09:05:20 aa168da1d23b: Verifying Checksum 09:05:20 aa168da1d23b: Download complete 09:05:20 5e14af77c1be: Pull complete 09:05:21 01666e4c0597: Pull complete 09:05:48 aa168da1d23b: Pull complete 09:05:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:05:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:05:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:05:49 prd-centos7-docker-4c-2g-2896 does not seem to be running inside a container 09:05:49 $ 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/112/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/112 -v /w/workspace/edgex-go/112:/w/workspace/edgex-go/112:rw,z -v /w/workspace/edgex-go/112@tmp:/w/workspace/edgex-go/112@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:05:53 $ docker top 7f8f07c296998b5d5933b5a9f60b942bdaa3a11470bf8453feedf8b963edff6a -eo pid,comm [Pipeline] { [Pipeline] sh 09:05:55 + touch /tmp/pre-build-complete [Pipeline] sh 09:05:56 + mkdir -p /var/log/sa [Pipeline] sh 09:05:57 + ls /var/log/sa-host 09:05:57 + sadf -c /var/log/sa-host/sa04 09:05:57 file_magic: OK 09:05:57 HZ: Using current value: 100 09:05:57 file_header: OK 09:05:57 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:05:57 Statistics: 09:05:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:05:57 File successfully converted to sysstat format version 12.2.1 09:05:57 + sadf -c /var/log/sa-host/sa23 09:05:57 file_magic: OK 09:05:57 HZ: Using current value: 100 09:05:57 file_header: OK 09:05:57 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:05:57 Statistics: 09:05:57 Hnuu...uuuununununu... 09:05:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:05:57 provisioning config files... 09:05:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/112@tmp/config2615126164371035083tmp [Pipeline] { [Pipeline] echo 09:05:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:05:59 ---> create-netrc.sh [Pipeline] } 09:05:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:05:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:06:00 ---> python-tools-install.sh [Pipeline] echo 09:06:00 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:06:01 ---> sudo-logs.sh 09:06:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 09:06:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:06:03 ---> job-cost.sh 09:06:03 lf-activate-venv: SKIPPING 09:06:03 DEBUG: total: 0.20999999344348907 09:06:03 INFO: Retrieving Stack Cost... 09:06:05 INFO: Retrieving Pricing Info for: v1-standard-2 09:06:05 INFO: Archiving Costs [Pipeline] echo 09:06:05 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:06:06 ---> logs-deploy.sh 09:06:06 lf-activate-venv: SKIPPING 09:06:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/112 09:06:06 INFO: archiving workspace using pattern(s): 09:06:10 Archives upload complete. 09:06:10 INFO: archiving logs to Nexus 09:06:13 ---> uname -a: 09:06:13 Linux prd-centos7-docker-4c-2g-2896.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:06:13 09:06:13 09:06:13 ---> lscpu: 09:06:13 Architecture: x86_64 09:06:13 CPU op-mode(s): 32-bit, 64-bit 09:06:13 Byte Order: Little Endian 09:06:13 Address sizes: 40 bits physical, 48 bits virtual 09:06:13 CPU(s): 4 09:06:13 On-line CPU(s) list: 0-3 09:06:13 Thread(s) per core: 1 09:06:13 Core(s) per socket: 1 09:06:13 Socket(s): 4 09:06:13 NUMA node(s): 1 09:06:13 Vendor ID: GenuineIntel 09:06:13 CPU family: 6 09:06:13 Model: 44 09:06:13 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:06:13 Stepping: 1 09:06:13 CPU MHz: 2933.438 09:06:13 BogoMIPS: 5866.87 09:06:13 Virtualization: VT-x 09:06:13 Hypervisor vendor: KVM 09:06:13 Virtualization type: full 09:06:13 L1d cache: 128 KiB 09:06:13 L1i cache: 128 KiB 09:06:13 L2 cache: 16 MiB 09:06:13 L3 cache: 64 MiB 09:06:13 NUMA node0 CPU(s): 0-3 09:06:13 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:06:13 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:06:13 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:06:13 Vulnerability Meltdown: Mitigation; PTI 09:06:13 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:06:13 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:06:13 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:06:13 Vulnerability Srbds: Not affected 09:06:13 Vulnerability Tsx async abort: Not affected 09:06:13 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 09:06:13 09:06:13 09:06:13 ---> nproc: 09:06:13 4 09:06:13 09:06:13 09:06:13 ---> df -h: 09:06:13 Filesystem Size Used Available Use% Mounted on 09:06:13 overlay 50.0G 12.2G 37.8G 24% / 09:06:13 tmpfs 64.0M 0 64.0M 0% /dev 09:06:13 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:06:13 shm 64.0M 0 64.0M 0% /dev/shm 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/112 09:06:13 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/112@tmp 09:06:13 09:06:13 09:06:13 ---> free -m: 09:06:13 total used free shared buff/cache available 09:06:13 Mem: 1837 744 269 0 823 1010 09:06:13 Swap: 1023 58 965 09:06:13 09:06:13 09:06:13 ---> ip addr: 09:06:13 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:06:13 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:06:13 inet 127.0.0.1/8 scope host lo 09:06:13 valid_lft forever preferred_lft forever 09:06:13 inet6 ::1/128 scope host 09:06:13 valid_lft forever preferred_lft forever 09:06:13 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:06:13 link/ether fa:16:3e:9c:08:a0 brd ff:ff:ff:ff:ff:ff 09:06:13 inet 10.30.122.136/23 brd 10.30.123.255 scope global dynamic eth0 09:06:13 valid_lft 84267sec preferred_lft 84267sec 09:06:13 inet6 fe80::f816:3eff:fe9c:8a0/64 scope link 09:06:13 valid_lft forever preferred_lft forever 09:06:13 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:06:13 link/ether 02:42:4a:7a:0b:8b brd ff:ff:ff:ff:ff:ff 09:06:13 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:06:13 valid_lft forever preferred_lft forever 09:06:13 inet6 fe80::42:4aff:fe7a:b8b/64 scope link 09:06:13 valid_lft forever preferred_lft forever 09:06:13 09:06:13 09:06:13 ---> sar -b -r -n DEV: 09:06:13 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/04/21 _x86_64_ (4 CPU) 09:06:13 09:06:13 08:30:24 LINUX RESTART (4 CPU) 09:06:13 09:06:13 08:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:06:13 08:32:01 134.89 83.78 51.11 0.00 5563.04 37209.33 0.00 09:06:13 08:33:01 57.44 13.53 43.90 0.00 4789.41 7858.28 0.00 09:06:13 08:34:01 71.75 50.57 21.18 0.00 3675.26 10731.03 0.00 09:06:13 08:35:02 138.21 42.13 96.09 0.00 3612.60 32846.34 0.00 09:06:13 08:36:01 146.84 23.69 123.15 0.00 1848.53 17642.13 0.00 09:06:13 08:37:01 111.59 75.59 36.00 0.00 2239.15 3732.33 0.00 09:06:13 08:38:02 61.62 16.95 44.67 0.00 643.91 5974.13 0.00 09:06:13 08:39:01 45.46 11.67 33.79 0.00 475.21 3973.46 0.00 09:06:13 08:40:02 59.00 26.32 32.68 0.00 827.87 4237.52 0.00 09:06:13 08:41:01 51.05 17.10 33.96 0.00 1007.66 2573.87 0.00 09:06:13 08:42:01 51.05 18.82 32.23 0.00 458.47 3149.45 0.00 09:06:13 08:43:02 25.89 11.51 14.38 0.00 1832.84 1440.69 0.00 09:06:13 08:44:01 13.31 0.07 13.24 0.00 0.54 2792.04 0.00 09:06:13 08:45:02 107.93 12.19 95.74 0.00 875.18 17798.13 0.00 09:06:13 08:46:06 209.25 99.55 109.71 0.00 40330.16 89376.24 0.00 09:06:13 08:47:02 724.06 619.35 104.71 0.00 50117.15 57868.35 0.00 09:06:13 08:48:08 553.93 452.41 101.52 0.00 36118.36 33262.26 0.00 09:06:13 08:49:04 798.32 660.08 138.24 0.00 75036.83 77610.27 0.00 09:06:13 08:50:02 577.23 473.68 103.55 0.00 44231.90 45205.94 0.00 09:06:13 08:51:02 71.20 27.42 43.78 0.00 1462.90 10181.72 0.00 09:06:13 08:52:01 253.89 91.79 162.09 0.00 8989.04 23911.44 0.00 09:06:13 08:53:05 222.73 100.13 122.61 0.00 42372.11 79504.91 0.00 09:06:13 08:54:03 711.16 627.89 83.28 0.00 41097.26 39279.29 0.00 09:06:13 08:55:01 668.18 563.19 104.99 0.00 43279.52 46119.52 0.00 09:06:13 08:56:02 414.44 259.62 154.82 0.00 26231.40 29622.80 0.00 09:06:13 08:57:01 131.06 28.75 102.31 0.00 3145.16 22082.75 0.00 09:06:13 08:58:01 118.82 17.38 101.45 0.00 3222.72 9490.07 0.00 09:06:13 08:59:01 2.28 0.56 1.71 0.00 10.37 24.14 0.00 09:06:13 09:00:02 0.60 0.15 0.45 0.00 29.97 5.40 0.00 09:06:13 09:01:01 0.55 0.25 0.30 0.00 3.90 3.24 0.00 09:06:13 09:02:01 0.79 0.42 0.37 0.00 24.40 5.16 0.00 09:06:13 09:03:01 0.25 0.00 0.25 0.00 0.00 2.86 0.00 09:06:13 09:04:01 0.20 0.02 0.18 0.00 0.27 1.53 0.00 09:06:13 09:05:01 66.15 65.54 0.61 0.00 5187.14 68.39 0.00 09:06:13 Average: 191.99 129.98 62.01 0.00 13115.21 21080.71 0.00 09:06:13 09:06:13 08:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:06:13 08:32:01 72564 0 569600 30.27 2620 1236760 1127100 38.47 397568 1214172 12564 09:06:13 08:33:01 126488 0 663424 35.26 2620 1089012 1750948 59.76 510480 1040008 56 09:06:13 08:34:01 442772 0 583652 31.02 2620 852500 950356 32.43 462468 774168 156 09:06:13 08:35:02 108984 0 754912 40.12 2528 1015120 1510684 51.56 565136 964544 22328 09:06:13 08:36:01 266648 0 755596 40.16 1968 857332 1425064 48.64 470812 868236 44 09:06:13 08:37:01 126060 0 864984 45.97 1416 889084 1827384 62.37 654032 824364 34532 09:06:13 08:38:02 268984 0 784612 41.70 552 827396 1547312 52.81 607540 726256 19856 09:06:13 08:39:01 126872 0 853568 45.37 504 900600 1929044 65.84 741384 726576 65308 09:06:13 08:40:02 388040 0 782960 41.61 424 710120 1657660 56.57 510180 697236 20004 09:06:13 08:41:01 286720 0 779632 41.44 380 814812 1646872 56.21 586420 720716 63288 09:06:13 08:42:01 333844 0 743420 39.51 380 803900 1222100 41.71 505356 749280 22080 09:06:13 08:43:02 133036 0 811004 43.10 380 937124 1531276 52.26 671772 781696 64400 09:06:13 08:44:01 75716 0 800036 42.52 380 1005412 1442692 49.24 659524 853764 63268 09:06:13 08:45:02 165348 0 770392 40.94 248 945556 1269500 43.33 599824 824672 1444 09:06:13 08:46:06 63328 0 851692 45.27 0 966524 2376708 81.11 737476 866564 70588 09:06:13 08:47:02 598812 0 679940 36.14 0 602792 1279440 43.67 405320 666980 20 09:06:13 08:48:08 62604 0 851440 45.25 0 967500 2340312 79.87 629828 967944 77344 09:06:13 08:49:04 77732 0 871312 46.31 0 932500 2323652 79.30 648588 917888 74768 09:06:13 08:50:02 122948 0 1250084 66.44 0 508512 4434880 151.36 780428 702136 18708 09:06:13 08:51:02 434368 0 1008916 53.62 0 438260 3694392 126.08 599672 569412 33788 09:06:13 08:52:01 415856 0 721544 38.35 0 744144 1367096 46.66 440380 771900 60 09:06:13 08:53:05 66980 0 816748 43.41 0 997816 2237052 76.35 725340 870488 29688 09:06:13 08:54:03 127008 0 920128 48.90 0 834408 2936160 100.21 646144 864800 81148 09:06:13 08:55:01 65976 0 812292 43.17 0 1003276 2160876 73.75 601288 975496 67792 09:06:13 08:56:02 86748 0 936252 49.76 0 858544 3091876 105.52 815552 731572 540 09:06:13 08:57:01 128844 0 728152 38.70 0 1024548 1635528 55.82 642692 871372 9648 09:06:13 08:58:01 95188 0 697368 37.06 0 1088988 1499172 51.16 597920 932920 32 09:06:13 08:59:01 130808 0 661456 35.15 0 1089280 1220396 41.65 570092 932612 12 09:06:13 09:00:02 133564 0 657784 34.96 0 1090196 1184440 40.42 568244 933368 8 09:06:13 09:01:01 132580 0 658620 35.00 0 1090344 1186540 40.49 568440 933488 16 09:06:13 09:02:01 132416 0 658148 34.98 0 1090980 1184816 40.44 568224 934044 12 09:06:13 09:03:01 132464 0 658088 34.98 0 1090992 1184840 40.44 568260 934048 8 09:06:13 09:04:01 132888 0 657664 34.95 0 1090992 1184708 40.43 568276 934052 8 09:06:13 09:05:01 72404 0 685324 36.42 0 1123816 1220900 41.67 579784 980228 32 09:06:13 Average: 180459 0 773551 41.11 501 927034 1781817 60.81 594248 854618 25104 09:06:13 09:06:13 08:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:06:13 08:32:01 eth0 174.46 127.51 763.92 41.49 0.00 0.00 0.00 0.00 09:06:13 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:33:01 vethc0be8da 0.00 0.20 0.00 0.02 0.00 0.00 0.00 0.00 09:06:13 08:33:01 eth0 541.65 362.33 2939.40 51.30 0.00 0.00 0.00 0.00 09:06:13 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:33:01 docker0 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:34:01 eth0 568.71 707.20 2695.54 80.14 0.00 0.00 0.00 0.00 09:06:13 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:34:01 docker0 691.10 543.75 62.33 2671.66 0.00 0.00 0.00 0.00 09:06:13 08:35:02 eth0 313.21 237.75 2767.67 64.43 0.00 0.00 0.00 0.00 09:06:13 08:35:02 vetha3897c6 21.78 31.03 1.63 91.76 0.00 0.00 0.00 0.00 09:06:13 08:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:35:02 docker0 21.78 30.94 1.33 91.75 0.00 0.00 0.00 0.00 09:06:13 08:36:01 vetha6957da 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:36:01 eth0 239.54 189.54 782.66 21.77 0.00 0.00 0.00 0.00 09:06:13 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:36:01 docker0 174.95 207.80 11.57 764.86 0.00 0.00 0.00 0.00 09:06:13 08:37:01 eth0 21.63 17.96 22.12 9.25 0.00 0.00 0.00 0.00 09:06:13 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:37:01 veth83e5839 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:38:02 eth0 9.46 7.25 7.31 4.02 0.00 0.00 0.00 0.00 09:06:13 08:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:38:02 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:39:01 eth0 35.28 31.75 18.99 81.02 0.00 0.00 0.00 0.00 09:06:13 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:39:01 veth83e5839 0.54 0.54 0.04 0.04 0.00 0.00 0.00 0.00 09:06:13 08:39:01 docker0 0.54 0.54 0.04 0.04 0.00 0.00 0.00 0.00 09:06:13 08:40:02 eth0 25.71 20.46 19.49 10.78 0.00 0.00 0.00 0.00 09:06:13 08:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:40:02 veth83e5839 1.30 1.30 0.10 0.10 0.00 0.00 0.00 0.00 09:06:13 08:40:02 docker0 1.30 1.30 0.09 0.10 0.00 0.00 0.00 0.00 09:06:13 08:41:01 eth0 2.65 2.30 2.11 1.15 0.00 0.00 0.00 0.00 09:06:13 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:41:01 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:42:01 eth0 4.57 3.34 3.06 1.71 0.00 0.00 0.00 0.00 09:06:13 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:42:01 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:43:02 eth0 25.51 23.51 14.18 67.66 0.00 0.00 0.00 0.00 09:06:13 08:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:43:02 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:44:01 eth0 24.08 17.42 18.56 10.13 0.00 0.00 0.00 0.00 09:06:13 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:44:01 veth83e5839 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:45:02 eth0 180.25 126.59 1682.36 20.18 0.00 0.00 0.00 0.00 09:06:13 08:45:02 veth3f613cb 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:46:06 eth0 12.75 13.07 5.33 51.37 0.00 0.00 0.00 0.00 09:06:13 08:46:06 veth3f613cb 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:46:06 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:46:06 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:47:02 eth0 1.53 1.24 1.12 0.58 0.00 0.00 0.00 0.00 09:06:13 08:47:02 veth3f613cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:48:08 eth0 74.58 38.33 165.88 9.83 0.00 0.00 0.00 0.00 09:06:13 08:48:08 veth3f613cb 0.00 0.29 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:48:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:48:08 docker0 23.22 53.07 1.30 150.85 0.00 0.00 0.00 0.00 09:06:13 08:49:04 eth0 2.16 1.48 1.50 0.81 0.00 0.00 0.00 0.00 09:06:13 08:49:04 veth3f613cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:49:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:49:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:50:02 veth578b995 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:50:02 veth91424d0 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:50:02 veth9ef11ff 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:50:02 vethb44ffb7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:51:02 veth578b995 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:51:02 veth91424d0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:51:02 veth9ef11ff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:51:02 vethb44ffb7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:52:01 eth0 2390.48 2008.14 12386.38 554.88 0.00 0.00 0.00 0.00 09:06:13 08:52:01 veth3f613cb 0.00 0.74 0.00 0.04 0.00 0.00 0.00 0.00 09:06:13 08:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:06:13 08:52:01 docker0 935.82 878.39 78.23 3896.48 0.00 0.00 0.00 0.00 09:06:13 08:53:05 eth0 24.84 23.45 13.27 67.48 0.00 0.00 0.00 0.00 09:06:13 08:53:05 veth3f613cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:53:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:53:05 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:54:03 veth96e560a 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 09:06:13 08:54:03 eth0 39.03 19.11 78.37 6.06 0.00 0.00 0.00 0.00 09:06:13 08:54:03 veth3f613cb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:54:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:55:01 eth0 7.77 6.11 6.04 3.31 0.00 0.00 0.00 0.00 09:06:13 08:55:01 veth3f613cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:55:01 veth9e89373 0.00 0.28 0.00 0.02 0.00 0.00 0.00 0.00 09:06:13 08:56:02 veth5277147 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:56:02 vethe0602a3 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 09:06:13 08:56:02 veth9f09b5a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:56:02 veth1f832a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:57:01 eth0 2668.06 2215.56 13874.69 729.70 0.00 0.00 0.00 0.00 09:06:13 08:57:01 veth3f613cb 0.00 1.03 0.00 0.05 0.00 0.00 0.00 0.00 09:06:13 08:57:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:06:13 08:57:01 docker0 956.75 929.56 79.37 4076.38 0.00 0.00 0.00 0.00 09:06:13 08:58:01 eth0 86.41 54.90 375.92 75.55 0.00 0.00 0.00 0.00 09:06:13 08:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:58:01 docker0 16.59 37.57 1.21 342.71 0.00 0.00 0.00 0.00 09:06:13 08:59:01 eth0 1.50 0.90 0.92 0.46 0.00 0.00 0.00 0.00 09:06:13 08:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 08:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:00:02 eth0 0.43 0.31 0.27 0.14 0.00 0.00 0.00 0.00 09:06:13 09:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:01:01 eth0 0.03 0.07 0.00 0.06 0.00 0.00 0.00 0.00 09:06:13 09:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:02:01 eth0 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 09:06:13 09:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:03:01 eth0 0.12 0.12 0.06 0.01 0.00 0.00 0.00 0.00 09:06:13 09:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:04:01 eth0 0.58 0.03 0.05 0.00 0.00 0.00 0.00 0.00 09:06:13 09:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:05:01 eth0 16.83 13.34 15.58 8.02 0.00 0.00 0.00 0.00 09:06:13 09:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 09:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 Average: eth0 79.98 66.32 414.08 23.70 0.00 0.00 0.00 0.00 09:06:13 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:06:13 Average: docker0 28.34 28.17 2.35 128.76 0.00 0.00 0.00 0.00 09:06:13 09:06:13 09:06:14 ---> sar -P ALL: 09:06:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/04/21 _x86_64_ (4 CPU) 09:06:14 09:06:14 08:30:24 LINUX RESTART (4 CPU) 09:06:14 09:06:14 08:31:02 CPU %user %nice %system %iowait %steal %idle 09:06:14 08:32:01 all 12.87 0.00 7.88 8.60 39.26 31.39 09:06:14 08:32:01 0 9.96 0.00 8.83 8.00 40.66 32.55 09:06:14 08:32:01 1 11.77 0.00 6.49 10.00 39.36 32.38 09:06:14 08:32:01 2 14.12 0.00 7.98 9.45 38.56 29.88 09:06:14 08:32:01 3 15.80 0.00 8.22 6.90 38.40 30.69 09:06:14 08:33:01 all 4.86 0.00 3.55 1.40 22.37 67.82 09:06:14 08:33:01 0 3.93 0.00 2.86 1.38 25.49 66.34 09:06:14 08:33:01 1 5.53 0.00 3.35 1.49 21.69 67.94 09:06:14 08:33:01 2 4.03 0.00 3.71 1.39 21.71 69.16 09:06:14 08:33:01 3 6.01 0.00 4.33 1.33 20.45 67.88 09:06:14 08:34:01 all 7.53 0.00 3.02 1.20 26.54 61.69 09:06:14 08:34:01 0 6.13 0.00 3.35 0.53 28.88 61.10 09:06:14 08:34:01 1 4.90 0.00 2.40 0.49 24.77 67.44 09:06:14 08:34:01 2 13.16 0.00 3.97 3.39 26.48 53.01 09:06:14 08:34:01 3 6.21 0.00 2.42 0.49 26.07 64.81 09:06:14 08:35:02 all 4.15 0.00 3.78 0.76 37.48 53.84 09:06:14 08:35:02 0 3.78 0.00 3.52 0.91 39.43 52.35 09:06:14 08:35:02 1 4.07 0.00 3.48 0.65 37.35 54.45 09:06:14 08:35:02 2 3.96 0.00 3.56 0.79 36.79 54.91 09:06:14 08:35:02 3 4.80 0.00 4.59 0.69 36.25 53.68 09:06:14 08:36:01 all 4.30 0.00 4.79 3.05 29.99 57.88 09:06:14 08:36:01 0 4.03 0.00 4.08 3.90 31.10 56.89 09:06:14 08:36:01 1 4.31 0.00 4.82 2.72 30.35 57.81 09:06:14 08:36:01 2 4.44 0.00 5.62 3.68 29.19 57.07 09:06:14 08:36:01 3 4.41 0.00 4.65 1.89 29.28 59.76 09:06:14 08:37:01 all 17.72 0.00 6.42 4.04 37.75 34.06 09:06:14 08:37:01 0 14.24 0.00 5.23 4.08 39.86 36.59 09:06:14 08:37:01 1 21.83 0.00 7.53 4.48 37.78 28.37 09:06:14 08:37:01 2 16.43 0.00 6.09 3.80 36.82 36.85 09:06:14 08:37:01 3 18.66 0.00 6.92 3.82 36.50 34.10 09:06:14 08:38:02 all 25.50 0.00 9.26 1.91 44.30 19.03 09:06:14 08:38:02 0 25.67 0.00 8.66 0.95 44.51 20.22 09:06:14 08:38:02 1 27.95 0.00 9.98 2.80 43.87 15.40 09:06:14 08:38:02 2 21.44 0.00 9.05 3.11 45.65 20.75 09:06:14 08:38:02 3 27.16 0.00 9.41 0.79 43.08 19.56 09:06:14 08:39:01 all 22.98 0.00 7.63 1.51 47.91 19.97 09:06:14 08:39:01 0 22.77 0.00 7.85 2.46 49.28 17.64 09:06:14 08:39:01 1 20.66 0.00 6.84 1.42 47.93 23.15 09:06:14 08:39:01 2 22.72 0.00 8.16 1.39 47.18 20.55 09:06:14 08:39:01 3 25.93 0.00 7.71 0.76 47.27 18.32 09:06:14 08:40:02 all 17.07 0.00 7.55 2.22 41.42 31.73 09:06:14 08:40:02 0 16.97 0.00 7.46 2.15 41.33 32.10 09:06:14 08:40:02 1 17.64 0.00 8.26 2.95 41.44 29.71 09:06:14 08:40:02 2 17.25 0.00 7.67 1.79 41.46 31.83 09:06:14 08:40:02 3 16.43 0.00 6.83 2.01 41.46 33.26 09:06:14 08:41:01 all 22.23 0.00 10.07 1.09 50.59 16.03 09:06:14 08:41:01 0 23.65 0.00 10.55 1.32 50.34 14.13 09:06:14 08:41:01 1 24.05 0.00 11.35 1.43 48.11 15.06 09:06:14 08:41:01 2 19.75 0.00 8.52 0.91 53.07 17.75 09:06:14 08:41:01 3 21.56 0.00 9.91 0.69 50.75 17.09 09:06:14 08:42:01 all 13.46 0.00 7.60 2.73 51.45 24.76 09:06:14 08:42:01 0 12.88 0.00 7.43 3.63 51.44 24.61 09:06:14 08:42:01 1 13.63 0.00 7.81 2.85 52.58 23.13 09:06:14 08:42:01 2 12.14 0.00 6.77 2.38 50.95 27.76 09:06:14 08:42:01 3 15.26 0.00 8.40 2.03 50.85 23.46 09:06:14 09:06:14 08:42:01 CPU %user %nice %system %iowait %steal %idle 09:06:14 08:43:02 all 11.55 0.00 6.51 0.56 52.55 28.83 09:06:14 08:43:02 0 11.62 0.00 6.33 0.70 52.76 28.60 09:06:14 08:43:02 1 11.17 0.00 6.30 0.51 52.65 29.38 09:06:14 08:43:02 2 11.40 0.00 6.53 0.62 52.77 28.68 09:06:14 08:43:02 3 12.04 0.00 6.90 0.40 52.00 28.65 09:06:14 08:44:01 all 7.17 0.00 6.61 0.47 44.47 41.28 09:06:14 08:44:01 0 5.32 0.00 5.17 0.28 44.28 44.95 09:06:14 08:44:01 1 7.00 0.00 6.65 0.55 44.40 41.40 09:06:14 08:44:01 2 7.85 0.00 7.58 0.56 44.34 39.67 09:06:14 08:44:01 3 8.68 0.00 7.17 0.49 44.88 38.78 09:06:14 08:45:02 all 4.49 0.00 4.84 0.97 32.43 57.27 09:06:14 08:45:02 0 3.26 0.00 4.02 0.92 33.69 58.11 09:06:14 08:45:02 1 5.11 0.00 4.48 1.07 31.55 57.80 09:06:14 08:45:02 2 4.68 0.00 6.02 0.54 30.75 58.02 09:06:14 08:45:02 3 4.97 0.00 4.90 1.36 33.66 55.11 09:06:14 08:46:06 all 4.36 0.00 5.60 14.42 51.67 23.94 09:06:14 08:46:06 0 4.08 0.00 5.38 13.43 51.53 25.58 09:06:14 08:46:06 1 4.43 0.00 5.56 15.47 51.07 23.47 09:06:14 08:46:06 2 4.36 0.00 5.49 14.57 51.43 24.16 09:06:14 08:46:06 3 4.59 0.00 5.96 14.23 52.68 22.55 09:06:14 08:47:02 all 6.22 0.00 5.18 7.88 55.88 24.84 09:06:14 08:47:02 0 6.11 0.00 5.08 9.88 55.22 23.71 09:06:14 08:47:02 1 5.61 0.00 5.25 6.86 56.51 25.77 09:06:14 08:47:02 2 6.66 0.00 4.83 5.78 56.99 25.75 09:06:14 08:47:02 3 6.51 0.00 5.58 8.96 54.81 24.13 09:06:14 08:48:08 all 3.27 0.00 5.98 22.83 44.94 22.98 09:06:14 08:48:08 0 3.67 0.00 5.92 24.37 44.72 21.33 09:06:14 08:48:08 1 3.48 0.00 6.29 22.19 44.46 23.58 09:06:14 08:48:08 2 3.02 0.00 5.86 24.86 45.39 20.86 09:06:14 08:48:08 3 2.92 0.00 5.85 19.96 45.16 26.11 09:06:14 08:49:04 all 4.97 0.00 5.38 25.63 44.11 19.91 09:06:14 08:49:04 0 4.62 0.00 4.96 25.35 43.66 21.41 09:06:14 08:49:04 1 5.15 0.00 5.42 27.12 45.34 16.97 09:06:14 08:49:04 2 5.29 0.00 5.84 24.13 43.88 20.86 09:06:14 08:49:04 3 4.81 0.00 5.33 25.94 43.58 20.34 09:06:14 08:50:02 all 12.48 0.00 7.03 17.30 46.93 16.25 09:06:14 08:50:02 0 12.25 0.00 6.92 19.04 47.61 14.18 09:06:14 08:50:02 1 12.44 0.00 6.87 16.26 46.06 18.37 09:06:14 08:50:02 2 12.42 0.00 6.92 16.71 47.31 16.64 09:06:14 08:50:02 3 12.81 0.00 7.42 17.21 46.75 15.81 09:06:14 08:51:02 all 52.98 0.00 8.62 0.07 38.05 0.28 09:06:14 08:51:02 0 49.17 0.00 8.64 0.00 41.81 0.38 09:06:14 08:51:02 1 53.07 0.00 9.13 0.00 37.74 0.07 09:06:14 08:51:02 2 59.17 0.00 9.08 0.22 31.51 0.02 09:06:14 08:51:02 3 50.42 0.00 7.67 0.04 41.23 0.64 09:06:14 08:52:01 all 22.77 0.00 10.95 8.07 38.69 19.51 09:06:14 08:52:01 0 25.19 0.00 11.67 7.83 36.73 18.57 09:06:14 08:52:01 1 23.53 0.00 9.78 7.63 37.55 21.51 09:06:14 08:52:01 2 19.90 0.00 10.48 8.15 40.48 20.99 09:06:14 08:52:01 3 22.37 0.00 11.93 8.71 40.13 16.86 09:06:14 08:53:05 all 5.76 0.00 7.14 10.24 47.85 29.00 09:06:14 08:53:05 0 5.65 0.00 6.64 10.75 47.71 29.24 09:06:14 08:53:05 1 5.81 0.00 6.65 10.43 47.63 29.48 09:06:14 08:53:05 2 6.25 0.00 7.61 9.87 47.36 28.91 09:06:14 08:53:05 3 5.33 0.00 7.68 9.91 48.72 28.36 09:06:14 09:06:14 08:53:05 CPU %user %nice %system %iowait %steal %idle 09:06:14 08:54:03 all 12.24 0.00 7.99 11.05 46.30 22.41 09:06:14 08:54:03 0 11.03 0.00 7.90 11.24 46.72 23.11 09:06:14 08:54:03 1 12.26 0.00 7.62 10.84 47.24 22.04 09:06:14 08:54:03 2 13.15 0.00 7.94 10.43 44.55 23.93 09:06:14 08:54:03 3 12.56 0.00 8.50 11.72 46.71 20.52 09:06:14 08:55:01 all 18.62 0.00 8.86 16.01 48.19 8.32 09:06:14 08:55:01 0 16.92 0.00 9.34 17.42 48.70 7.61 09:06:14 08:55:01 1 17.59 0.00 8.15 17.09 50.10 7.07 09:06:14 08:55:01 2 20.22 0.00 9.45 13.62 45.90 10.81 09:06:14 08:55:01 3 19.73 0.00 8.48 15.94 48.13 7.72 09:06:14 08:56:02 all 15.61 0.00 8.74 13.33 46.82 15.50 09:06:14 08:56:02 0 16.42 0.00 9.03 14.00 44.44 16.10 09:06:14 08:56:02 1 15.22 0.00 8.96 12.97 49.03 13.82 09:06:14 08:56:02 2 14.60 0.00 8.84 13.27 46.85 16.45 09:06:14 08:56:02 3 16.20 0.00 8.11 13.05 47.04 15.60 09:06:14 08:57:01 all 19.83 0.00 8.45 2.48 41.78 27.46 09:06:14 08:57:01 0 18.29 0.00 8.64 2.13 42.98 27.96 09:06:14 08:57:01 1 18.28 0.00 8.49 2.48 43.15 27.59 09:06:14 08:57:01 2 23.23 0.00 8.91 1.85 40.36 25.66 09:06:14 08:57:01 3 19.62 0.00 7.77 3.45 40.58 28.58 09:06:14 08:58:01 all 5.99 0.00 4.60 3.26 25.08 61.08 09:06:14 08:58:01 0 4.73 0.00 3.26 3.78 26.45 61.77 09:06:14 08:58:01 1 6.29 0.00 5.83 3.89 24.00 59.99 09:06:14 08:58:01 2 6.15 0.00 4.73 3.14 25.88 60.09 09:06:14 08:58:01 3 6.84 0.00 4.63 2.19 23.91 62.43 09:06:14 08:59:01 all 0.09 0.00 0.13 0.05 2.07 97.66 09:06:14 08:59:01 0 0.03 0.00 0.10 0.15 1.40 98.32 09:06:14 08:59:01 1 0.02 0.00 0.16 0.02 1.67 98.14 09:06:14 08:59:01 2 0.20 0.00 0.08 0.00 2.67 97.06 09:06:14 08:59:01 3 0.10 0.00 0.18 0.05 2.52 97.16 09:06:14 09:00:02 all 0.06 0.00 0.11 0.07 2.18 97.59 09:06:14 09:00:02 0 0.02 0.00 0.16 0.00 1.59 98.23 09:06:14 09:00:02 1 0.03 0.00 0.06 0.10 3.10 96.71 09:06:14 09:00:02 2 0.15 0.00 0.03 0.16 1.60 98.05 09:06:14 09:00:02 3 0.03 0.00 0.16 0.00 2.42 97.38 09:06:14 09:01:01 all 0.05 0.00 0.31 0.01 4.61 95.01 09:06:14 09:01:01 0 0.02 0.00 0.39 0.00 3.80 95.79 09:06:14 09:01:01 1 0.03 0.00 0.31 0.00 4.20 95.46 09:06:14 09:01:01 2 0.03 0.00 0.44 0.03 4.51 94.98 09:06:14 09:01:01 3 0.13 0.00 0.11 0.00 5.92 93.84 09:06:14 09:02:01 all 0.04 0.00 0.08 0.02 1.77 98.09 09:06:14 09:02:01 0 0.03 0.00 0.12 0.00 0.82 99.03 09:06:14 09:02:01 1 0.03 0.00 0.05 0.00 2.30 97.62 09:06:14 09:02:01 2 0.03 0.00 0.07 0.08 2.30 97.52 09:06:14 09:02:01 3 0.05 0.00 0.08 0.02 1.65 98.20 09:06:14 09:03:01 all 0.03 0.00 0.02 0.00 1.73 98.21 09:06:14 09:03:01 0 0.00 0.00 0.00 0.00 0.43 99.57 09:06:14 09:03:01 1 0.02 0.00 0.05 0.00 0.83 99.11 09:06:14 09:03:01 2 0.02 0.00 0.02 0.00 4.40 95.57 09:06:14 09:03:01 3 0.08 0.00 0.03 0.00 1.19 98.70 09:06:14 09:04:01 all 0.02 0.00 0.03 0.00 1.63 98.31 09:06:14 09:04:01 0 0.00 0.00 0.02 0.00 0.35 99.63 09:06:14 09:04:01 1 0.02 0.00 0.02 0.02 1.28 98.67 09:06:14 09:04:01 2 0.02 0.00 0.05 0.00 2.48 97.46 09:06:14 09:04:01 3 0.05 0.00 0.03 0.00 2.40 97.52 09:06:14 09:06:14 09:04:01 CPU %user %nice %system %iowait %steal %idle 09:06:14 09:05:01 all 1.59 0.00 1.33 3.12 11.41 82.56 09:06:14 09:05:01 0 0.88 0.00 0.96 1.18 12.55 84.43 09:06:14 09:05:01 1 2.63 0.00 2.00 7.21 12.30 75.86 09:06:14 09:05:01 2 1.25 0.00 0.97 1.19 10.24 86.35 09:06:14 09:05:01 3 1.64 0.00 1.40 2.97 10.52 83.47 09:06:14 Average: all 10.04 0.00 5.42 5.72 34.24 44.59 09:06:14 Average: 0 9.46 0.00 5.25 5.87 34.67 44.74 09:06:14 Average: 1 10.08 0.00 5.41 5.93 34.20 44.38 09:06:14 Average: 2 10.23 0.00 5.51 5.60 34.00 44.67 09:06:14 Average: 3 10.40 0.00 5.51 5.46 34.07 44.56 09:06:14 09:06:14 09:06:14