Pull request #3266 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b rather than c21e503d76820034a55c4a3b1a54325bb1766d2f Obtained Jenkinsfile from e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29992’ Running on prd-centos7-docker-4c-2g-29994 in /w/workspace/edgexfoundry_edgex-go_PR-3266 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b into PR head commit c21e503d76820034a55c4a3b1a54325bb1766d2f Merge succeeded, producing c21e503d76820034a55c4a3b1a54325bb1766d2f Checking out Revision c21e503d76820034a55c4a3b1a54325bb1766d2f (PR-3266) > 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/3266/head:refs/remotes/origin/PR-3266 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # 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 e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.51" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 235ac2cea3d7d2b19ffd49c54240b433579ee822 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:55:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:55:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:55:25 ========================================================= 12:55:25 EdgeX Global Pipelines Version Info 12:55:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:55:28 ------------------- 12:55:28 stable info: 12:55:28 ------------------- 12:55:28 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 12:55:28 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 12:55:28 Message: update stable to v1.0.184 12:55:29 ------------------- 12:55:29 experimental info: 12:55:29 ------------------- 12:55:29 Commited By: **** collab-it+edgex@linuxfoundation.org 12:55:29 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 12:55:29 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:55:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 12:55:30 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 12:55:30 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:55:30 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:55:30 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:55:30 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 12:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 12:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 12:55:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:55:31 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3266 [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3266 [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3266 [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c21e503d76820034a55c4a3b1a54325bb1766d2f [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c21e503 [Pipeline] echo 12:55:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 12:55:33 provisioning config files... 12:55:33 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6962428669848793976tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:55:33 ---> docker-login.sh 12:55:33 nexus3.edgexfoundry.org:10001 12:55:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:37 Configure a credential helper to remove this warning. See 12:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:37 12:55:37 Login Succeeded 12:55:37 nexus3.edgexfoundry.org:10002 12:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:37 Configure a credential helper to remove this warning. See 12:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:37 12:55:37 Login Succeeded 12:55:37 nexus3.edgexfoundry.org:10003 12:55:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:37 Configure a credential helper to remove this warning. See 12:55:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:37 12:55:37 Login Succeeded 12:55:37 nexus3.edgexfoundry.org:10004 12:55:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:38 Configure a credential helper to remove this warning. See 12:55:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:38 12:55:38 Login Succeeded 12:55:38 docker.io 12:55:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:55:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 12:55:39 Configure a credential helper to remove this warning. See 12:55:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 12:55:39 12:55:39 Login Succeeded 12:55:39 ---> docker-login.sh ends [Pipeline] } 12:55:39 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:55:40 ++ 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 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ dirname cmd/core-command/Dockerfile 12:55:40 ++ cut -d/ -f2 12:55:40 + echo core-command,cmd/core-command/Dockerfile 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ dirname cmd/core-data/Dockerfile 12:55:40 ++ cut -d/ -f2 12:55:40 + echo core-data,cmd/core-data/Dockerfile 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ dirname cmd/core-metadata/Dockerfile 12:55:40 ++ cut -d/ -f2 12:55:40 + echo core-metadata,cmd/core-metadata/Dockerfile 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ dirname cmd/security-bootstrapper/Dockerfile 12:55:40 ++ cut -d/ -f2 12:55:40 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ dirname cmd/security-proxy-setup/Dockerfile 12:55:40 ++ cut -d/ -f2 12:55:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 12:55:40 ++ cut -d/ -f2 12:55:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ dirname cmd/support-notifications/Dockerfile 12:55:40 ++ cut -d/ -f2 12:55:40 + echo support-notifications,cmd/support-notifications/Dockerfile 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ cut -d/ -f2 12:55:40 ++ dirname cmd/support-scheduler/Dockerfile 12:55:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 12:55:40 + for file in '`ls cmd/**/Dockerfile`' 12:55:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 12:55:40 ++ cut -d/ -f2 12:55:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 12:55:40 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 12:55:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:55:42 12:55:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 12:55:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:55:43 latest: Pulling from edgex-devops/git-semver 12:55:43 31603596830f: Pulling fs layer 12:55:43 2a8b12db71e7: Pulling fs layer 12:55:43 6ca5941a6612: Pulling fs layer 12:55:43 ecc8261a40a4: Pulling fs layer 12:55:43 ecc8261a40a4: Waiting 12:55:43 2a8b12db71e7: Download complete 12:55:43 31603596830f: Verifying Checksum 12:55:43 31603596830f: Download complete 12:55:43 ecc8261a40a4: Verifying Checksum 12:55:43 ecc8261a40a4: Download complete 12:55:43 6ca5941a6612: Verifying Checksum 12:55:43 6ca5941a6612: Download complete 12:55:43 31603596830f: Pull complete 12:55:44 2a8b12db71e7: Pull complete 12:55:46 6ca5941a6612: Pull complete 12:55:46 ecc8261a40a4: Pull complete 12:55:46 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 12:55:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 12:55:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 12:55:46 prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container 12:55:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 12:55:51 $ docker top ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:55:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:55:52 [ssh-agent] Looking for ssh-agent implementation... 12:55:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:55:53 $ docker exec ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 ssh-agent 12:55:54 SSH_AUTH_SOCK=/tmp/ssh-OJnyW2gTDzRn/agent.11 12:55:54 SSH_AGENT_PID=16 12:55:54 Running ssh-add (command line suppressed) 12:55:55 Identity added: /w/workspace/edgex-go/2@tmp/private_key_4382802479316275284.key (/w/workspace/edgex-go/2@tmp/private_key_4382802479316275284.key) 12:55:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:55:56 + git tag --points-at HEAD [Pipeline] } 12:55:56 $ docker exec --env ******** --env ******** ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 ssh-agent -k 12:55:57 unset SSH_AUTH_SOCK; 12:55:57 unset SSH_AGENT_PID; 12:55:57 echo Agent pid 16 killed; 12:55:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:55:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:55:57 [ssh-agent] Looking for ssh-agent implementation... 12:55:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:55:57 $ docker exec ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 ssh-agent 12:55:58 SSH_AUTH_SOCK=/tmp/ssh-LBnjIaIDeHj9/agent.45 12:55:58 SSH_AGENT_PID=50 12:55:58 Running ssh-add (command line suppressed) 12:55:58 Identity added: /w/workspace/edgex-go/2@tmp/private_key_9140634597664532225.key (/w/workspace/edgex-go/2@tmp/private_key_9140634597664532225.key) 12:55:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:55:59 + git semver init 12:55:59 # -> Open(): unable to determine branch for HEAD 12:55:59 # $GIT_DIR = /w/workspace/edgex-go/2/.git 12:55:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 12:55:59 # $SEMVER_REMOTE_NAME = origin 12:55:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 12:55:59 # $SEMVER_USER_NAME = edgex-jenkins 12:55:59 # $SEMVER_BRANCH = PR-3266 12:55:59 # $SEMVER_TEMP = /tmp/semver-367711042 12:55:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 12:56:41 # '/tmp/semver-367711042' -> '/w/workspace/edgex-go/2/.semver' 12:56:43 # -> Force: false 12:56:43 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 12:56:43 $ docker exec --env ******** --env ******** ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 ssh-agent -k 12:56:44 unset SSH_AUTH_SOCK; 12:56:44 unset SSH_AGENT_PID; 12:56:44 echo Agent pid 50 killed; 12:56:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:56:45 + git semver [Pipeline] } 12:56:45 $ docker stop --time=1 ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 12:56:48 $ docker rm -f ca6bc93d562bf9eacaeee18917cac9512483f8f98dcc77ff5daad9d28703ac04 [Pipeline] // withDockerContainer [Pipeline] sh 12:56:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:56:52 Stashed 1 file(s) [Pipeline] echo 12:56:52 [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 12:56:53 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 12:56:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 12:56:54 + sudo service docker restart 12:56:54 + true 12:56:54 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 12:56:56 ========================================================= 12:56:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 12:56:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 12:56:56 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 12:57:07 Still waiting to schedule task 12:57:07 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 12:57:09 Sending build context to Docker daemon 328.7MB 12:57:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 12:57:09 Step 2/6 : FROM ${BASE} 12:57:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 12:57:09 188c0c94c7c5: Pulling fs layer 12:57:09 0ef7d3d256c8: Pulling fs layer 12:57:09 de9db76c5a1d: Pulling fs layer 12:57:09 bca2f99d35d6: Pulling fs layer 12:57:09 93359f2a8cfa: Pulling fs layer 12:57:09 7c6f9722023f: Pulling fs layer 12:57:09 a35cf1a2eb13: Pulling fs layer 12:57:09 bca2f99d35d6: Waiting 12:57:09 7c6f9722023f: Waiting 12:57:09 a35cf1a2eb13: Waiting 12:57:09 93359f2a8cfa: Waiting 12:57:09 de9db76c5a1d: Verifying Checksum 12:57:09 de9db76c5a1d: Download complete 12:57:09 0ef7d3d256c8: Verifying Checksum 12:57:09 0ef7d3d256c8: Download complete 12:57:09 93359f2a8cfa: Verifying Checksum 12:57:09 93359f2a8cfa: Download complete 12:57:10 7c6f9722023f: Verifying Checksum 12:57:10 7c6f9722023f: Download complete 12:57:10 188c0c94c7c5: Verifying Checksum 12:57:10 188c0c94c7c5: Download complete 12:57:10 188c0c94c7c5: Pull complete 12:57:12 0ef7d3d256c8: Pull complete 12:57:12 de9db76c5a1d: Pull complete 12:57:15 a35cf1a2eb13: Verifying Checksum 12:57:15 a35cf1a2eb13: Download complete 12:57:17 bca2f99d35d6: Verifying Checksum 12:57:17 bca2f99d35d6: Download complete 12:57:36 bca2f99d35d6: Pull complete 12:57:36 93359f2a8cfa: Pull complete 12:57:36 7c6f9722023f: Pull complete 12:57:42 a35cf1a2eb13: Pull complete 12:57:42 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 12:57:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 12:57:42 ---> a62c8e92a672 12:57:42 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 12:57:42 ---> Running in 722e84434b82 12:57:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 12:57:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 12:57:45 (1/12) Installing libmagic (5.38-r0) 12:57:45 (2/12) Installing file (5.38-r0) 12:57:45 (3/12) Installing libc-dev (0.7.2-r3) 12:57:45 (4/12) Installing g++ (9.3.0-r2) 12:57:55 (5/12) Installing fortify-headers (1.1-r0) 12:57:55 (6/12) Installing patch (2.7.6-r6) 12:57:55 (7/12) Installing build-base (0.5-r2) 12:57:55 (8/12) Installing libsodium (1.0.18-r0) 12:57:55 (9/12) Installing pkgconf (1.7.2-r0) 12:57:55 (10/12) Installing libsodium-dev (1.0.18-r0) 12:57:55 (11/12) Installing libzmq (4.3.3-r0) 12:57:55 (12/12) Installing zeromq-dev (4.3.3-r0) 12:57:55 Executing busybox-1.31.1-r19.trigger 12:57:55 OK: 233 MiB in 51 packages 12:58:00 Removing intermediate container 722e84434b82 12:58:00 ---> 01b7511f09ee 12:58:00 Step 4/6 : WORKDIR /edgex-go 12:58:00 ---> Running in acfe06ab4907 12:58:00 Removing intermediate container acfe06ab4907 12:58:00 ---> 8b3262a4ad02 12:58:00 Step 5/6 : COPY go.mod . 12:58:00 ---> 6f889c358236 12:58:00 Step 6/6 : RUN go mod download 12:58:00 ---> Running in 83b8fc3f37ab 12:58:40 Removing intermediate container 83b8fc3f37ab 12:58:40 ---> 42e1f5233409 12:58:40 Successfully built 42e1f5233409 12:58:40 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 12:58:41 + docker inspect -f . ci-base-image-x86_64 12:58:41 . [Pipeline] withDockerContainer 12:58:41 prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container 12:58:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat 12:58:42 $ docker top 40b59e6c3d2d09c3c374dfe923052008108a763013470b02e6cc133ae8422857 -eo pid,comm [Pipeline] { [Pipeline] sh 12:58:43 + go version 12:58:43 go version go1.15.5 linux/amd64 [Pipeline] } 12:58:43 $ docker stop --time=1 40b59e6c3d2d09c3c374dfe923052008108a763013470b02e6cc133ae8422857 12:58:45 $ docker rm -f 40b59e6c3d2d09c3c374dfe923052008108a763013470b02e6cc133ae8422857 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:58:46 + docker inspect -f . ci-base-image-x86_64 12:58:46 . [Pipeline] withDockerContainer 12:58:46 prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container 12:58:46 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat 12:58:50 $ docker top a9d6c0d4dcad1d96aa29cbda4af500e5134203f76ccfb41b087558b2f6e0ab90 -eo pid,comm [Pipeline] { [Pipeline] echo 12:58:50 ========================================================= 12:58:50 [edgeXBuildGoParallel] Running Tests and Build... 12:58:50 ========================================================= [Pipeline] sh 12:58:50 + make test 12:58:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:59:25 ? github.com/edgexfoundry/edgex-go [no test files] 13:00:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:00:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:00:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:00:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:00:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:00:38 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:00:38 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:00:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:00:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:00:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:00:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29995 in /w/workspace/edgexfoundry_edgex-go_PR-3266 [Pipeline] { [Pipeline] ws 13:00:45 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 13:00:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:00:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:00:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:00:51 using credential edgex-jenkins-ssh 13:00:51 Cloning the remote Git repository 13:00:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:00:51 > git init /w/workspace/edgex-go/2 # timeout=10 13:00:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:00:51 > git --version # timeout=10 13:00:51 > git --version # 'git version 2.17.1' 13:00:51 using GIT_SSH to set credentials SSH Credentials for GitHub 13:00:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.151s coverage: 45.9% of statements 13:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:00:56 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.068s coverage: 19.8% of statements 13:00:56 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.242s coverage: 100.0% of statements 13:01:03 ok github.com/edgexfoundry/edgex-go/internal/core/data 2.092s coverage: 27.1% of statements 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:01:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:01:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:01:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:01:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.428s coverage: 71.3% of statements 13:01:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:01:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:01:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.702s coverage: 82.9% of statements 13:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:01:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.330s coverage: 78.9% of statements 13:01:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:01:12 Merging remotes/origin/master commit e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b into PR head commit c21e503d76820034a55c4a3b1a54325bb1766d2f 13:01:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:01:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:01:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:01:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:01:11 using GIT_SSH to set credentials SSH Credentials for GitHub 13:01:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3266/head:refs/remotes/origin/PR-3266 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:01:12 > git config core.sparsecheckout # timeout=10 13:01:12 > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 13:01:12 > git remote # timeout=10 13:01:12 > git config --get remote.origin.url # timeout=10 13:01:12 Merge succeeded, producing c21e503d76820034a55c4a3b1a54325bb1766d2f 13:01:12 Checking out Revision c21e503d76820034a55c4a3b1a54325bb1766d2f (PR-3266) 13:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.687s coverage: 28.6% of statements 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.595s coverage: 100.0% of statements 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.274s coverage: 100.0% of statements 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.148s coverage: 86.7% of statements 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:01:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:01:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:01:12 using GIT_SSH to set credentials SSH Credentials for GitHub 13:01:12 > git merge e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b # timeout=10 13:01:12 > git rev-parse HEAD^{commit} # timeout=10 13:01:12 > git config core.sparsecheckout # timeout=10 13:01:12 > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 13:01:17 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.51" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:01:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:01:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:01:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.916s coverage: 92.8% of statements 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:01:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.110s coverage: 58.8% of statements 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:01:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.259s coverage: 0.1% of statements 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:01:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.176s coverage: 47.1% of statements 13:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements 13:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 13:01:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements 13:01:19 + true 13:01:19 + sudo service docker restart 13:01:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.118s coverage: 87.5% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:01:22 provisioning config files... 13:01:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6097973590247035117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:01:22 ---> docker-login.sh 13:01:22 nexus3.edgexfoundry.org:10001 13:01:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:24 Configure a credential helper to remove this warning. See 13:01:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:24 13:01:24 Login Succeeded 13:01:24 nexus3.edgexfoundry.org:10002 13:01:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:24 Configure a credential helper to remove this warning. See 13:01:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:24 13:01:24 Login Succeeded 13:01:24 nexus3.edgexfoundry.org:10003 13:01:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:25 Configure a credential helper to remove this warning. See 13:01:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:25 13:01:25 Login Succeeded 13:01:25 nexus3.edgexfoundry.org:10004 13:01:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:25 Configure a credential helper to remove this warning. See 13:01:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:25 13:01:25 Login Succeeded 13:01:25 docker.io 13:01:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:01:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:01:26 Configure a credential helper to remove this warning. See 13:01:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:01:26 13:01:26 Login Succeeded 13:01:26 ---> docker-login.sh ends [Pipeline] } 13:01:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:01:26 ========================================================= 13:01:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:01:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:01:27 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 13:01:29 Sending build context to Docker daemon 166.9MB 13:01:29 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:01:29 Step 2/6 : FROM ${BASE} 13:01:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:01:29 5f621e34cdf4: Pulling fs layer 13:01:29 a4357932f1b6: Pulling fs layer 13:01:29 18c013af1878: Pulling fs layer 13:01:29 00ac8860ef70: Pulling fs layer 13:01:29 63d7cb157983: Pulling fs layer 13:01:29 b116817d02f9: Pulling fs layer 13:01:29 745a02a5169b: Pulling fs layer 13:01:29 00ac8860ef70: Waiting 13:01:29 63d7cb157983: Waiting 13:01:29 b116817d02f9: Waiting 13:01:29 745a02a5169b: Waiting 13:01:29 18c013af1878: Download complete 13:01:29 a4357932f1b6: Verifying Checksum 13:01:29 a4357932f1b6: Download complete 13:01:29 63d7cb157983: Verifying Checksum 13:01:29 63d7cb157983: Download complete 13:01:29 b116817d02f9: Download complete 13:01:29 5f621e34cdf4: Download complete 13:01:30 5f621e34cdf4: Pull complete 13:01:30 a4357932f1b6: Pull complete 13:01:31 18c013af1878: Pull complete 13:01:32 745a02a5169b: Verifying Checksum 13:01:32 745a02a5169b: Download complete 13:01:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.147s coverage: 94.4% of statements 13:01:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.094s coverage: 44.8% of statements 13:01:33 00ac8860ef70: Verifying Checksum 13:01:33 00ac8860ef70: Download complete 13:01:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.397s coverage: 81.9% of statements 13:01:43 00ac8860ef70: Pull complete 13:01:43 63d7cb157983: Pull complete 13:01:43 b116817d02f9: Pull complete 13:01:47 745a02a5169b: Pull complete 13:01:47 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:01:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:01:47 ---> b7e6874047d6 13:01:47 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 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.424s coverage: 92.9% of statements 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.058s coverage: 77.8% of statements 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.094s coverage: 87.2% of statements 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.195s coverage: 80.8% of statements 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.264s coverage: 87.2% of statements 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.077s coverage: 84.6% of statements 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.423s coverage: 91.6% of statements 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.501s coverage: 62.4% of statements 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:01:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.087s coverage: 100.0% of statements 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.143s coverage: 91.3% of statements 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.121s coverage: 73.7% of statements 13:01:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements 13:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.547s coverage: 69.0% of statements 13:01:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:01:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:01:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.220s coverage: 38.4% of statements 13:01:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:01:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.151s coverage: 89.5% of statements 13:01:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:01:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements 13:01:51 ---> Running in d1630008421a 13:01:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:01:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:01:53 (1/12) Installing libmagic (5.38-r0) 13:01:54 (2/12) Installing file (5.38-r0) 13:01:54 (3/12) Installing libc-dev (0.7.2-r3) 13:01:54 (4/12) Installing g++ (9.3.0-r2) 13:01:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.331s coverage: 47.0% of statements 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:01:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.356s coverage: 100.0% of statements 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:01:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.378s coverage: 100.0% of statements 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:01:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.282s coverage: 87.1% of statements 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:01:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:01:59 (5/12) Installing fortify-headers (1.1-r0) 13:01:59 (6/12) Installing patch (2.7.6-r6) 13:01:59 (7/12) Installing build-base (0.5-r2) 13:01:59 (8/12) Installing libsodium (1.0.18-r0) 13:01:59 (9/12) Installing pkgconf (1.7.2-r0) 13:01:59 (10/12) Installing libsodium-dev (1.0.18-r0) 13:01:59 (11/12) Installing libzmq (4.3.3-r0) 13:01:59 (12/12) Installing zeromq-dev (4.3.3-r0) 13:02:00 Executing busybox-1.31.1-r19.trigger 13:02:00 OK: 217 MiB in 51 packages 13:02:04 Removing intermediate container d1630008421a 13:02:04 ---> e13f8ab68139 13:02:04 Step 4/6 : WORKDIR /edgex-go 13:02:04 ---> Running in b301a74a02c8 13:02:04 Removing intermediate container b301a74a02c8 13:02:04 ---> 79a1a49812e7 13:02:04 Step 5/6 : COPY go.mod . 13:02:05 ---> 6379e12f50a1 13:02:05 Step 6/6 : RUN go mod download 13:02:05 ---> Running in d8dac2bf9cbc 13:02:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.651s coverage: 29.1% of statements 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:02:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:02:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.146s coverage: 100.0% of statements 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:02:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.205s coverage: 96.5% of statements 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:02:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.135s coverage: 0.0% of statements 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:02:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.366s coverage: 100.0% of statements 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:02:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.148s coverage: 87.9% of statements 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:02:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:02:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.083s coverage: 100.0% of statements 13:02:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 13:02:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.382s coverage: 100.0% of statements 13:02:10 GO111MODULE=on go vet ./... 13:02:37 Removing intermediate container d8dac2bf9cbc 13:02:37 ---> e9a35149b9c5 13:02:37 Successfully built e9a35149b9c5 13:02:37 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:02:38 + docker inspect -f . ci-base-image-arm64 13:02:38 . [Pipeline] withDockerContainer 13:02:38 prd-ubuntu18.04-docker-arm64-4c-16g-29995 does not seem to be running inside a container 13:02:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 13:02:40 $ docker top 620c9b47750dfe86e9f105d19154601357bed838299e80fe8b4d9b50742468e2 -eo pid,comm [Pipeline] { [Pipeline] sh 13:02:41 + go version 13:02:41 go version go1.15.5 linux/arm64 [Pipeline] } 13:02:41 $ docker stop --time=1 620c9b47750dfe86e9f105d19154601357bed838299e80fe8b4d9b50742468e2 13:02:43 $ docker rm -f 620c9b47750dfe86e9f105d19154601357bed838299e80fe8b4d9b50742468e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:02:44 + docker inspect -f . ci-base-image-arm64 13:02:44 . [Pipeline] withDockerContainer 13:02:44 prd-ubuntu18.04-docker-arm64-4c-16g-29995 does not seem to be running inside a container 13:02:44 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 13:02:46 $ docker top f072809b37def3f358917ebb6cdd9d58af8921768ac1f99212ab706e62579e0c -eo pid,comm [Pipeline] { [Pipeline] echo 13:02:46 ========================================================= 13:02:46 [edgeXBuildGoParallel] Running Tests and Build... 13:02:46 ========================================================= [Pipeline] sh 13:02:47 + make test 13:02:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:03:09 ? github.com/edgexfoundry/edgex-go [no test files] 13:03:48 gofmt -l . 13:03:50 [ "`gofmt -l .`" = "" ] 13:03:53 ./bin/test-go-mod-tidy.sh 13:03:55 ./bin/test-attribution-txt.sh [Pipeline] sh 13:03:58 + ls -al . 13:03:58 total 760 13:03:58 drwxrwxr-x 10 1001 1001 4096 Mar 16 13:03 . 13:03:58 drwxr-xr-x 4 root root 28 Mar 16 12:58 .. 13:03:58 -rw-rw-r-- 1 1001 1001 11 Mar 16 12:55 .dockerignore 13:03:58 drwxrwxr-x 8 1001 1001 179 Mar 16 12:55 .git 13:03:58 drwxrwxr-x 3 1001 1001 125 Mar 16 12:55 .github 13:03:58 -rw-rw-r-- 1 1001 1001 818 Mar 16 12:55 .gitignore 13:03:58 drwx------ 3 1001 1001 60 Mar 16 12:56 .semver 13:03:58 -rw-rw-r-- 1 1001 1001 166 Mar 16 12:55 .sonarcloud.properties 13:03:58 -rw-rw-r-- 1 1001 1001 8607 Mar 16 12:55 Attribution.txt 13:03:58 -rw-rw-r-- 1 1001 1001 3804 Mar 16 12:55 CONTRIBUTING.md 13:03:58 -rw-rw-r-- 1 1001 1001 931 Mar 16 12:55 Dockerfile.build 13:03:58 -rw-rw-r-- 1 1001 1001 863 Mar 16 12:55 Jenkinsfile 13:03:58 -rw-rw-r-- 1 1001 1001 10775 Mar 16 12:55 LICENSE 13:03:58 -rw-rw-r-- 1 1001 1001 5774 Mar 16 12:55 Makefile 13:03:58 -rw-rw-r-- 1 1001 1001 6548 Mar 16 12:55 README.md 13:03:58 -rw-rw-r-- 1 1001 1001 6755 Mar 16 12:55 SECURITY.md 13:03:58 -rw-rw-r-- 1 1001 1001 5 Mar 16 12:56 VERSION 13:03:58 -rw-rw-r-- 1 1001 1001 4131 Mar 16 12:55 ZMQWindows.md 13:03:58 drwxrwxr-x 2 1001 1001 117 Mar 16 12:55 bin 13:03:58 drwxrwxr-x 14 1001 1001 4096 Mar 16 12:55 cmd 13:03:58 -rw-r--r-- 1 root root 650607 Mar 16 13:02 coverage.out 13:03:58 -rw-r--r-- 1 root root 1055 Mar 16 13:03 go.mod 13:03:58 -rw-r--r-- 1 root root 21981 Mar 16 13:03 go.sum 13:03:58 drwxrwxr-x 8 1001 1001 127 Mar 16 12:55 internal 13:03:58 drwxrwxr-x 4 1001 1001 26 Mar 16 12:55 openapi 13:03:58 drwxrwxr-x 4 1001 1001 71 Mar 16 12:55 snap 13:03:58 -rw-rw-r-- 1 1001 1001 168 Mar 16 12:55 version.go [Pipeline] sh 13:03:59 + '[' -e coverage.out ] 13:03:59 + chown 1001:1001 coverage.out [Pipeline] stash 13:04:00 Stashed 1 file(s) [Pipeline] sh 13:04:01 + make build 13:04:01 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 13:04:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:04:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:04:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:04:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:04:11 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 13:04:15 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:04:15 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:04:15 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:04:15 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:04:19 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:04:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:04:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:04:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:04:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.330s coverage: 45.9% of statements 13:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:04:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.180s coverage: 19.8% of statements 13:04:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.262s coverage: 100.0% of statements 13:04:34 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 13:04:38 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 13:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.532s coverage: 27.1% of statements 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:04:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.090s coverage: 100.0% of statements 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:04:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:04:41 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 13:04:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.277s coverage: 71.3% of statements 13:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:04:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:04:42 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 13:04:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 82.9% of statements 13:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:04:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.200s coverage: 78.9% of statements 13:04:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:04:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:04:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:04:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.140s coverage: 100.0% of statements 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:04:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:04:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.352s coverage: 86.7% of statements 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:04:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.458s coverage: 97.5% of statements 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:04:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:04:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:04:56 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 13:05:00 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 13:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.253s coverage: 92.8% of statements 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:05:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:05:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.092s coverage: 47.1% of statements 13:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.083s coverage: 79.5% of statements 13:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements 13:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements 13:05:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 13:05:05 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 13:05:08 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 13:05:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.112s coverage: 94.4% of statements 13:05:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 13:05:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.268s coverage: 81.9% of statements [Pipeline] } 13:05:21 $ docker stop --time=1 a9d6c0d4dcad1d96aa29cbda4af500e5134203f76ccfb41b087558b2f6e0ab90 13:05:26 $ docker rm -f a9d6c0d4dcad1d96aa29cbda4af500e5134203f76ccfb41b087558b2f6e0ab90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.125s coverage: 92.9% of statements 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 77.8% of statements 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.121s coverage: 84.6% of statements 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.6% of statements 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 62.4% of statements 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:05:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.046s coverage: 100.0% of statements 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.106s coverage: 73.7% of statements 13:05:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [Pipeline] isUnix [Pipeline] sh 13:05:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:05:32 13:05:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:05:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:05:32 latest: Pulling from edgex-devops/edgex-compose 13:05:32 cbdbe7a5bc2a: Pulling fs layer 13:05:32 ca9280d653b3: Pulling fs layer 13:05:32 7e9c9ca2126c: Pulling fs layer 13:05:33 cbdbe7a5bc2a: Download complete 13:05:34 ca9280d653b3: Verifying Checksum 13:05:34 ca9280d653b3: Download complete 13:05:34 cbdbe7a5bc2a: Pull complete 13:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 69.0% of statements 13:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.344s coverage: 38.4% of statements 13:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements 13:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.096s coverage: 84.8% of statements 13:05:39 ca9280d653b3: Pull complete 13:05:39 7e9c9ca2126c: Verifying Checksum 13:05:39 7e9c9ca2126c: Download complete 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.477s coverage: 47.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.137s coverage: 100.0% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.487s coverage: 87.1% of statements 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:05:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.090s coverage: 29.1% of statements 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:05:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.211s coverage: 99.0% of statements 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:05:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:05:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.260s coverage: 96.5% of statements 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:05:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:05:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.083s coverage: 100.0% of statements 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:05:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:05:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:05:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 13:05:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 13:05:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 13:05:53 GO111MODULE=on go vet ./... 13:06:02 7e9c9ca2126c: Pull complete 13:06:02 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:06:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:06:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:06:02 prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container 13:06:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 13:06:05 $ docker top a62c27ee9224edf8bd30441560fab64812cb56b7eecd31dd005d5142e8f09dd8 -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:06 + docker-compose build --help 13:06:06 + grep parallel 13:06:10 --parallel Build images in parallel. [Pipeline] } 13:06:10 $ docker stop --time=1 a62c27ee9224edf8bd30441560fab64812cb56b7eecd31dd005d5142e8f09dd8 13:06:14 $ docker rm -f a62c27ee9224edf8bd30441560fab64812cb56b7eecd31dd005d5142e8f09dd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:06:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:06:15 . [Pipeline] withDockerContainer 13:06:15 prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container 13:06:16 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 13:06:19 $ docker top baff5d45cd2741347d12eaca0dd12429a1e210cab90d1fd585c7e35c1580ca9f -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:21 + docker-compose -f ./docker-compose-build.yml build --parallel 13:06:25 Building docker-core-command-go ... 13:06:25 Building docker-core-data-go ... 13:06:25 Building docker-core-metadata-go ... 13:06:25 Building docker-security-bootstrapper-go ... 13:06:25 Building docker-security-proxy-setup-go ... 13:06:25 Building docker-security-secretstore-setup-go ... 13:06:25 Building docker-support-notifications-go ... 13:06:25 Building docker-support-scheduler-go ... 13:06:25 Building docker-sys-mgmt-agent-go ... 13:06:25 Building docker-support-notifications-go 13:06:25 Building docker-core-command-go 13:06:25 Building docker-security-proxy-setup-go 13:06:25 Building docker-security-secretstore-setup-go 13:06:25 Building docker-core-metadata-go 13:07:14 gofmt -l . 13:07:14 [ "`gofmt -l .`" = "" ] 13:07:14 ./bin/test-go-mod-tidy.sh 13:07:14 ./bin/test-attribution-txt.sh [Pipeline] sh 13:07:15 + ls -al . 13:07:15 total 788 13:07:15 drwxrwxr-x 9 1001 1001 4096 Mar 16 13:07 . 13:07:15 drwxr-xr-x 4 root root 4096 Mar 16 13:02 .. 13:07:15 -rw-rw-r-- 1 1001 1001 11 Mar 16 13:01 .dockerignore 13:07:15 drwxrwxr-x 8 1001 1001 4096 Mar 16 13:01 .git 13:07:15 drwxrwxr-x 3 1001 1001 4096 Mar 16 13:01 .github 13:07:15 -rw-rw-r-- 1 1001 1001 818 Mar 16 13:01 .gitignore 13:07:15 -rw-rw-r-- 1 1001 1001 166 Mar 16 13:01 .sonarcloud.properties 13:07:15 -rw-rw-r-- 1 1001 1001 8607 Mar 16 13:01 Attribution.txt 13:07:15 -rw-rw-r-- 1 1001 1001 3804 Mar 16 13:01 CONTRIBUTING.md 13:07:15 -rw-rw-r-- 1 1001 1001 931 Mar 16 13:01 Dockerfile.build 13:07:15 -rw-rw-r-- 1 1001 1001 863 Mar 16 13:01 Jenkinsfile 13:07:15 -rw-rw-r-- 1 1001 1001 10775 Mar 16 13:01 LICENSE 13:07:15 -rw-rw-r-- 1 1001 1001 5774 Mar 16 13:01 Makefile 13:07:15 -rw-rw-r-- 1 1001 1001 6548 Mar 16 13:01 README.md 13:07:15 -rw-rw-r-- 1 1001 1001 6755 Mar 16 13:01 SECURITY.md 13:07:15 -rw-rw-r-- 1 1001 1001 5 Mar 16 12:56 VERSION 13:07:15 -rw-rw-r-- 1 1001 1001 4131 Mar 16 13:01 ZMQWindows.md 13:07:15 drwxrwxr-x 2 1001 1001 4096 Mar 16 13:01 bin 13:07:15 drwxrwxr-x 14 1001 1001 4096 Mar 16 13:01 cmd 13:07:15 -rw-r--r-- 1 root root 650607 Mar 16 13:05 coverage.out 13:07:15 -rw-r--r-- 1 root root 1055 Mar 16 13:07 go.mod 13:07:15 -rw-r--r-- 1 root root 21981 Mar 16 13:07 go.sum 13:07:15 drwxrwxr-x 8 1001 1001 4096 Mar 16 13:01 internal 13:07:15 drwxrwxr-x 4 1001 1001 4096 Mar 16 13:01 openapi 13:07:15 drwxrwxr-x 4 1001 1001 4096 Mar 16 13:01 snap 13:07:15 -rw-rw-r-- 1 1001 1001 168 Mar 16 13:01 version.go [Pipeline] sh 13:07:16 + '[' -e coverage.out ] 13:07:16 + chown 1001:1001 coverage.out [Pipeline] stash 13:07:16 Warning: overwriting stash ‘coverage-report’ 13:07:17 Stashed 1 file(s) [Pipeline] sh 13:07:18 + make build 13:07:18 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 13:07:28 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 13:07:55 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 13:07:56 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 13:08:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:08:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:08: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 13:08: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 13:08:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:08:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:08:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:08:18 ---> 42e1f5233409 13:08:18 Step 3/21 : WORKDIR /edgex-go 13:08:18 ---> 42e1f5233409 13:08:18 Step 3/23 : WORKDIR /edgex-go 13:08:18 ---> 42e1f5233409 13:08:18 Step 3/23 : WORKDIR /edgex-go 13:08:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:08:18 ---> 42e1f5233409 13:08:18 Step 3/22 : WORKDIR /edgex-go 13:08:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:08:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:08:18 ---> 42e1f5233409 13:08:18 Step 3/24 : WORKDIR /edgex-go 13:08:18 ---> Running in 0ceade785307 13:08:18 ---> Running in 99e3c6eb56a0 13:08:18 ---> Running in 2a73174c43e0 13:08:18 ---> Running in 6daee315170a 13:08:18 ---> Running in 73d2ed673627 13:08:18 Removing intermediate container 73d2ed673627 13:08:18 ---> 8f1ce256f037 13:08:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:18 Removing intermediate container 0ceade785307 13:08:18 ---> a3eda6cfad67 13:08:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:18 Removing intermediate container 2a73174c43e0 13:08:18 ---> e74d780fde0b 13:08:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:18 Removing intermediate container 6daee315170a 13:08:18 ---> f7a874df5358 13:08:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:18 Removing intermediate container 99e3c6eb56a0 13:08:18 ---> c7aab4b824fc 13:08:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:08:18 ---> Running in 0b145cff3335 13:08:18 ---> Running in e6ec2f668926 13:08:18 ---> Running in 44759b245639 13:08:18 ---> Running in 9b7a70fc981d 13:08:18 ---> Running in b7115a60380b 13:08: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 13:08:24 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 13:08:25 Removing intermediate container b7115a60380b 13:08:25 ---> 9341ac511364 13:08:25 Step 5/21 : RUN apk add --update --no-cache make git 13:08:25 ---> Running in 6f0f7f56569b 13:08:25 Removing intermediate container e6ec2f668926 13:08:25 ---> 57a18a9ef977 13:08:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:08:25 Removing intermediate container 9b7a70fc981d 13:08:25 ---> b75e53843635 13:08:25 Step 5/23 : RUN apk add --update --no-cache make git 13:08:25 Removing intermediate container 44759b245639 13:08:25 ---> ef8beae6a651 13:08:25 Step 5/23 : RUN apk add --update --no-cache make git 13:08:26 ---> Running in 6fe01a2e7aa6 13:08:26 ---> Running in b3b37ee9290f 13:08:26 Removing intermediate container 0b145cff3335 13:08:26 ---> 327f7c5c193a 13:08:26 Step 5/24 : RUN apk add --update --no-cache make git 13:08:26 ---> Running in 3a0c3e578bed 13:08:26 ---> Running in 377fd04cbfdd 13:08:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:08: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 13:08:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:08:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:08:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:08:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:08:29 OK: 233 MiB in 51 packages 13:08:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:08:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:08:30 OK: 233 MiB in 51 packages 13:08:30 OK: 233 MiB in 51 packages 13:08:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:08: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 13:08:32 OK: 233 MiB in 51 packages 13:08:32 OK: 233 MiB in 51 packages 13:08:32 Removing intermediate container 6f0f7f56569b 13:08:32 ---> 6c8312769cf0 13:08:32 Step 6/21 : COPY go.mod . 13:08:35 ---> 72240e4a01a6 13:08:35 Step 7/21 : RUN go mod download 13:08:35 Removing intermediate container 6fe01a2e7aa6 13:08:35 ---> 5e70ad0a6ff4 13:08:35 Step 6/23 : COPY go.mod . 13:08:36 ---> Running in 86123f9e45c6 13:08:36 Removing intermediate container b3b37ee9290f 13:08:36 ---> 865ddc0a999d 13:08:36 Step 6/22 : COPY go.mod . 13:08:38 Removing intermediate container 377fd04cbfdd 13:08:38 ---> edddb8ea8deb 13:08:38 Step 6/24 : COPY go.mod . 13:08:38 Removing intermediate container 3a0c3e578bed 13:08:38 ---> 99bb7e100b82 13:08:38 Step 6/23 : COPY go.mod . 13:08:38 ---> 264b645bd6b2 13:08:38 Step 7/23 : RUN go mod download [Pipeline] } 13:08:39 $ docker stop --time=1 f072809b37def3f358917ebb6cdd9d58af8921768ac1f99212ab706e62579e0c 13:08:39 ---> 96e0dd956766 13:08:39 Step 7/22 : RUN go mod download 13:08:39 ---> Running in 4cf0bc7cc257 13:08:39 ---> Running in e78c75f9a42b 13:08:40 ---> f0a69f7f45e4 13:08:40 Step 7/24 : RUN go mod download 13:08:40 ---> 30a5434fb0b2 13:08:40 Step 7/23 : RUN go mod download 13:08:40 ---> Running in b151fa8c3a1a 13:08:41 $ docker rm -f f072809b37def3f358917ebb6cdd9d58af8921768ac1f99212ab706e62579e0c 13:08:42 ---> Running in ce23bdf123fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:08:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:08:43 13:08:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:08:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:08:43 latest: Pulling from edgex-devops/edgex-compose-arm64 13:08:43 29e5d40040c1: Pulling fs layer 13:08:43 1ce36da41761: Pulling fs layer 13:08:43 25b303627fd3: Pulling fs layer 13:08:44 29e5d40040c1: Verifying Checksum 13:08:44 29e5d40040c1: Download complete 13:08:44 1ce36da41761: Download complete 13:08:45 29e5d40040c1: Pull complete 13:08:46 1ce36da41761: Pull complete 13:08:46 25b303627fd3: Verifying Checksum 13:08:46 25b303627fd3: Download complete 13:08:48 Removing intermediate container b151fa8c3a1a 13:08:48 ---> 4fdd6607384a 13:08:48 Step 8/24 : COPY . . 13:08:49 Removing intermediate container 4cf0bc7cc257 13:08:49 ---> 6ff6bd49ff9f 13:08:49 Step 8/23 : COPY . . 13:08:49 Removing intermediate container ce23bdf123fb 13:08:49 ---> 70fa267eaa72 13:08:49 Step 8/23 : COPY . . 13:08:49 Removing intermediate container e78c75f9a42b 13:08:49 ---> bd80bdc95c21 13:08:49 Step 8/22 : COPY . . 13:08:50 Removing intermediate container 86123f9e45c6 13:08:50 ---> 037c8b429eaa 13:08:50 Step 8/21 : COPY . . 13:08:56 25b303627fd3: Pull complete 13:08:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 13:08:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:08:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 13:08:56 prd-ubuntu18.04-docker-arm64-4c-16g-29995 does not seem to be running inside a container 13:08:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:09:00 $ docker top e2c2c5aeefd9611ee25371132328527bfc253a8fd9158b38592d8e49c4cd985d -eo pid,comm [Pipeline] { [Pipeline] sh 13:09:01 + grep parallel 13:09:01 + docker-compose build --help 13:09:04 --parallel Build images in parallel. [Pipeline] } 13:09:04 $ docker stop --time=1 e2c2c5aeefd9611ee25371132328527bfc253a8fd9158b38592d8e49c4cd985d 13:09:06 $ docker rm -f e2c2c5aeefd9611ee25371132328527bfc253a8fd9158b38592d8e49c4cd985d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:09:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 13:09:07 . [Pipeline] withDockerContainer 13:09:07 prd-ubuntu18.04-docker-arm64-4c-16g-29995 does not seem to be running inside a container 13:09:07 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 13:09:09 $ docker top 70a879ed4a2c74542400f6920a25f5bc9562e35e16a832da1aa2f5defc1fb80c -eo pid,comm [Pipeline] { [Pipeline] sh 13:09:10 + docker-compose -f ./docker-compose-build.yml build --parallel 13:09:14 Building docker-core-command-go ... 13:09:14 Building docker-core-data-go ... 13:09:14 Building docker-core-metadata-go ... 13:09:14 Building docker-security-bootstrapper-go ... 13:09:14 Building docker-security-proxy-setup-go ... 13:09:14 Building docker-security-secretstore-setup-go ... 13:09:14 Building docker-support-notifications-go ... 13:09:14 Building docker-support-scheduler-go ... 13:09:14 Building docker-sys-mgmt-agent-go ... 13:09:14 Building docker-security-secretstore-setup-go 13:09:14 Building docker-sys-mgmt-agent-go 13:09:14 Building docker-core-metadata-go 13:09:14 Building docker-support-notifications-go 13:09:14 Building docker-security-bootstrapper-go 13:10:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:10:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:10:36 ---> e9a35149b9c5 13:10:36 Step 3/24 : WORKDIR /edgex-go 13:10:36 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:10:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:10:36 ---> e9a35149b9c5 13:10:36 Step 3/31 : WORKDIR /edgex-go 13:10:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:10:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:10:36 ---> e9a35149b9c5 13:10:36 Step 3/23 : WORKDIR /edgex-go 13:10:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:10:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:10:36 ---> e9a35149b9c5 13:10:36 Step 3/22 : WORKDIR /edgex-go 13:10:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:10:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:10:36 ---> e9a35149b9c5 13:10:36 Step 3/26 : WORKDIR /edgex-go 13:10:36 ---> Running in 5d47f4402268 13:10:36 ---> Running in bec4cd7723c8 13:10:36 ---> Running in 727afb8120cb 13:10:36 ---> Running in e111a5752dc7 13:10:36 ---> Running in 67255c885ed4 13:10:36 Removing intermediate container 727afb8120cb 13:10:36 ---> 722b977c8f10 13:10:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:36 Removing intermediate container 5d47f4402268 13:10:36 ---> 4ddc264b5ffd 13:10:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:36 Removing intermediate container e111a5752dc7 13:10:36 ---> 7ca313e81824 13:10:36 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:36 Removing intermediate container 67255c885ed4 13:10:36 ---> 864c888da433 13:10:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:36 Removing intermediate container bec4cd7723c8 13:10:36 ---> 849e7e41f80a 13:10:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:10:36 ---> Running in 56d78cef875e 13:10:36 ---> Running in 91a589b28f6e 13:10:36 ---> Running in 3a9d124f8ca2 13:10:36 ---> Running in 903d068dfb9b 13:10:36 ---> Running in 531299175cb8 13:10:36 Removing intermediate container 91a589b28f6e 13:10:36 ---> e7eb6e1bf5d3 13:10:36 Step 5/26 : RUN apk add --update --no-cache make bash git 13:10:36 ---> Running in 845437d01f16 13:10:36 Removing intermediate container 3a9d124f8ca2 13:10:36 Removing intermediate container 56d78cef875e 13:10:36 ---> e0fec251e85d 13:10:36 Step 5/23 : RUN apk add --update --no-cache make git 13:10:36 ---> 7a8303e619fa 13:10:36 Step 5/31 : RUN apk add --update --no-cache make git 13:10:36 ---> Running in b20b13651502 13:10:36 Removing intermediate container 531299175cb8 13:10:36 ---> 16a0dac317ec 13:10:36 Step 5/24 : RUN apk add --update --no-cache make git 13:10:36 ---> Running in ddfa04254f35 13:10:36 Removing intermediate container 903d068dfb9b 13:10:36 ---> 11fbef802d2d 13:10:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:10:36 ---> Running in 8fb8f41949ef 13:10:36 ---> Running in cd19dd546926 13:10:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:10:37 OK: 217 MiB in 51 packages 13:10:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:10:38 OK: 217 MiB in 51 packages 13:10:38 Removing intermediate container 845437d01f16 13:10:38 ---> 260cac70be05 13:10:38 Step 6/26 : COPY go.mod . 13:10:38 OK: 217 MiB in 51 packages 13:10:38 OK: 217 MiB in 51 packages 13:10:38 OK: 217 MiB in 51 packages 13:10:39 Removing intermediate container b20b13651502 13:10:39 ---> 75a75590bf45 13:10:39 Step 6/23 : COPY go.mod . 13:10:39 ---> 815462ca6126 13:10:39 Step 7/26 : RUN go mod download 13:10:40 ---> Running in ea2491e4b096 13:10:40 Removing intermediate container cd19dd546926 13:10:40 ---> 93869cf72607 13:10:40 Step 6/22 : COPY go.mod . 13:10:41 Removing intermediate container 8fb8f41949ef 13:10:41 ---> d421fa35da61 13:10:41 Removing intermediate container ddfa04254f35 13:10:41 Step 6/24 : COPY go.mod . 13:10:41 ---> 77e07ccecfcb 13:10:41 Step 6/31 : COPY go.mod . 13:10:41 ---> eea5269ed144 13:10:41 Step 7/23 : RUN go mod download 13:10:41 ---> Running in 74d930c88ece 13:10:42 ---> dc088d2176b9 13:10:42 Step 7/22 : RUN go mod download 13:10:42 ---> Running in d2d881cc32d1 13:10:42 ---> 12168deefa31 13:10:42 Step 7/24 : RUN go mod download 13:10:42 ---> b6938c86d5a9 13:10:42 Step 7/31 : RUN go mod download 13:10:42 ---> Running in 1af0eaa81d8e 13:10:42 ---> Running in 9a24336b0201 13:10:44 Removing intermediate container ea2491e4b096 13:10:44 ---> 55e4daf75a0b 13:10:44 Step 8/26 : COPY . . 13:10:45 Removing intermediate container 74d930c88ece 13:10:45 ---> fe2657f919ce 13:10:45 Step 8/23 : COPY . . 13:10:48 Removing intermediate container d2d881cc32d1 13:10:48 ---> 06893d4970df 13:10:48 Step 8/22 : COPY . . 13:10:48 Removing intermediate container 1af0eaa81d8e 13:10:48 ---> 7db8472bc738 13:10:48 Step 8/24 : COPY . . 13:10:48 Removing intermediate container 9a24336b0201 13:10:48 ---> 192bbccfbe45 13:10:48 Step 8/31 : COPY . . 13:11:15 ---> daa0c8ca34f4 13:11:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:11:15 ---> 001bc5c0311f 13:11:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:11:15 ---> 928c0f3082f5 13:11:15 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:11:15 ---> 112446c927c7 13:11:15 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:11:15 ---> Running in 3ec6c8bc5d3c 13:11:15 ---> Running in 6f0b52e13bd7 13:11:15 ---> Running in 0c61b8e8301e 13:11:15 ---> Running in 3eea383dc9ad 13:11:15 ---> 5a111d471fc6 13:11:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:11:15 ---> Running in 994a2e029a71 13:11:15 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 13:11:15 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 13:11:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:11:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 13:11:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:11:44 ---> 2163525c5371 13:11:44 ---> c2c9ee27f66e 13:11:44 Step 9/23 : RUN make cmd/core-metadata/core-metadataStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:11:44 13:11:44 ---> 1739294ffe8d 13:11:44 Step 9/23 : RUN make cmd/core-command/core-command 13:11:44 ---> Running in 0f654e1c6f5e 13:11:44 ---> Running in 68796decda8a 13:11:44 ---> Running in d4f3cc44e140 13:11:44 ---> 5808fbc1bcff 13:11:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:11:44 ---> Running in 68595b9a0d0a 13:11:44 ---> 882264ee48ed 13:11:44 Step 9/22 : RUN make cmd/support-notifications/support-notifications 13:11:44 ---> Running in 3e37054534be 13:11:44 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 13:11:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:11:44 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 13:11:44 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 13:11:44 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 13:12:53 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 13:12:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 13:12:53 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 13:12:59 Removing intermediate container 994a2e029a71 13:12:59 ---> 23fe82a54cc8 13:12:59 13:12:59 Step 10/24 : FROM alpine:3.12 13:12:59 3.12: Pulling from library/alpine 13:13:00 Removing intermediate container 6f0b52e13bd7 13:13:00 ---> 0aa2cec352cf 13:13:00 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:13:00 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:13:01 Status: Downloaded newer image for alpine:3.12 13:13:01 ---> d10569e2745f 13:13:01 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl ---> Running in 94e353606d53 13:13:01 13:13:01 ---> Running in 93458b186ca0 13:13:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:13:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:13:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:13:05 (1/5) Installing ca-certificates (20191127-r4) 13:13:05 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:13:05 (3/5) Installing libcurl (7.69.1-r3) 13:13:05 (4/5) Installing curl (7.69.1-r3) 13:13:05 (5/5) Installing dumb-init (1.2.2-r1) 13:13:05 Executing busybox-1.31.1-r19.trigger 13:13:05 Removing intermediate container 0c61b8e8301e 13:13:05 ---> 7817e5e1ef1b 13:13:05 13:13:05 Step 10/31 : FROM alpine:3.12 13:13:05 ---> d10569e2745f 13:13:05 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:13:05 Executing ca-certificates-20191127-r4.trigger 13:13:05 OK: 7 MiB in 19 packages 13:13:05 ---> Running in eeb544b9c021 13:13:06 Removing intermediate container eeb544b9c021 13:13:06 ---> 103a4577a682 13:13:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:13:06 ---> Running in a296caa0471e 13:13:08 Removing intermediate container 93458b186ca0 13:13:08 ---> 4cc45656d62c 13:13:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:13:08 ---> Running in a2d9a19571f5 13:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:13:09 (1/2) Installing dumb-init (1.2.2-r1) 13:13:09 (2/2) Installing su-exec (0.2-r1) 13:13:09 Executing busybox-1.31.1-r19.trigger 13:13:09 OK: 5 MiB in 16 packages 13:13:09 Removing intermediate container a2d9a19571f5 13:13:09 ---> 392ad40284d2 13:13:09 Step 13/24 : WORKDIR / 13:13:10 ---> Running in 5070926675ec 13:13:10 Removing intermediate container 94e353606d53 13:13:10 ---> 18ad4a00bbe4 13:13:10 13:13:10 Step 11/26 : FROM docker:20.10.0 13:13:10 20.10.0: Pulling from library/docker 13:13:11 Removing intermediate container 5070926675ec 13:13:11 ---> 1f3b77fe413d 13:13:11 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:13:11 Removing intermediate container a296caa0471e 13:13:11 ---> 68a9f828cf7c 13:13:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:13:12 ---> Running in e1b389b41b3e 13:13:13 ---> a8a782db32b6 13:13:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:13:13 Removing intermediate container 3e37054534be 13:13:13 ---> 5210cde98f66 13:13:13 13:13:13 Step 10/22 : FROM alpine:3.12 13:13:13 Removing intermediate container 68595b9a0d0a 13:13:13 ---> daf0b4ff4a8f 13:13:13 13:13:13 Step 10/21 : FROM alpine:3.12 13:13:13 Removing intermediate container 68796decda8a 13:13:13 ---> 30190ce192f5 13:13:13 13:13:13 Step 10/23 : FROM alpine:3.12 13:13:13 3.12: Pulling from library/alpine 13:13:13 3.12: Pulling from library/alpine 13:13:13 3.12: Pulling from library/alpine 13:13:13 Removing intermediate container d4f3cc44e140 13:13:13 ---> a0fa232f4ea8 13:13:13 13:13:13 Step 10/24 : FROM alpine:3.12 13:13:13 3.12: Pulling from library/alpine 13:13:13 Removing intermediate container e1b389b41b3e 13:13:13 ---> 081bd737dfff 13:13:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:13:14 ---> Running in 40f31a931318 13:13:14 Removing intermediate container 3eea383dc9ad 13:13:14 ---> 5eddc4bfac47 13:13:14 13:13:14 Step 10/22 : FROM alpine:3.12 13:13:14 ---> d10569e2745f 13:13:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:13:14 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:13:14 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:13:14 Status: Downloaded newer image for alpine:3.12 13:13:14 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:13:14 Status: Image is up to date for alpine:3.12 13:13:14 ---> 88dd2752d2ea 13:13:14 Step 11/21 : RUN apk add --update --no-cache curl 13:13:14 Status: Image is up to date for alpine:3.12 13:13:14 ---> 88dd2752d2ea 13:13:14 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 13:13:14 ---> 88dd2752d2ea 13:13:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 13:13:14 ---> 15c9df85ef0d 13:13:14 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:13:15 ---> Running in 286f2d217835 13:13:15 Removing intermediate container 40f31a931318 13:13:15 ---> f00f139fea1b 13:13:15 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:13:15 ---> Running in 02daf24c9455 13:13:15 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 13:13:15 Status: Image is up to date for alpine:3.12 13:13:15 ---> 88dd2752d2ea 13:13:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:13:16 ---> e5294197edf7 13:13:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:13:17 ---> Running in 67d5b972e473 13:13:17 ---> Running in 6c11c301de20 13:13:17 ---> Running in abf384c60ad0 13:13:17 ---> Running in f7a057ebbc8b 13:13:17 Removing intermediate container 0f654e1c6f5e 13:13:17 ---> 6964636032c3 13:13:17 13:13:17 Step 10/23 : FROM alpine:3.12 13:13:17 ---> 88dd2752d2ea 13:13:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:13:17 ---> Running in fbde07e4e702 13:13:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:13:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:13:18 (1/2) Installing ca-certificates (20191127-r4) 13:13:18 (2/2) Installing dumb-init (1.2.2-r1) 13:13:18 Executing busybox-1.31.1-r19.trigger 13:13:18 Executing ca-certificates-20191127-r4.trigger 13:13:18 OK: 6 MiB in 16 packages 13:13:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:19 (1/4) Installing ca-certificates (20191127-r4) 13:13:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:13:19 (3/4) Installing libcurl (7.69.1-r3) 13:13:19 (4/4) Installing curl (7.69.1-r3) 13:13:19 Executing busybox-1.31.1-r19.trigger 13:13:19 Executing ca-certificates-20191127-r4.trigger 13:13:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:19 OK: 7 MiB in 18 packages 13:13:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:20 (1/5) Installing ca-certificates (20191127-r4) 13:13:20 (1/1) Installing dumb-init (1.2.2-r1) 13:13:20 Executing busybox-1.31.1-r19.trigger 13:13:20 OK: 6 MiB in 15 packages 13:13:20 (2/5) Installing nghttp2-libs (1.41.0-r0) 13:13:20 (3/5) Installing libcurl (7.69.1-r3) 13:13:20 ---> 5d8608019a14 13:13:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:13:20 (4/5) Installing curl (7.69.1-r3) 13:13:20 (5/5) Installing dumb-init (1.2.2-r1) 13:13:20 Executing busybox-1.31.1-r19.trigger 13:13:20 Executing ca-certificates-20191127-r4.trigger 13:13:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:20 OK: 7 MiB in 19 packages 13:13:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:13:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:13:20 (1/2) Installing ca-certificates (20191127-r4) 13:13:20 (2/2) Installing dumb-init (1.2.2-r1) 13:13:20 Executing busybox-1.31.1-r19.trigger 13:13:20 Executing ca-certificates-20191127-r4.trigger 13:13:20 (1/1) Installing dumb-init (1.2.2-r1) 13:13:20 Executing busybox-1.31.1-r19.trigger 13:13:20 Removing intermediate container 02daf24c9455 13:13:20 ---> 59e26c1dcd70 13:13:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:13:21 OK: 6 MiB in 16 packages 13:13:21 OK: 6 MiB in 15 packages 13:13:21 ---> Running in 8b7cf9e1e859 13:13:22 Removing intermediate container 286f2d217835 13:13:22 ---> ec3035858e4f 13:13:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:13:22 Removing intermediate container 3ec6c8bc5d3c 13:13:22 ---> 4a1fc0581a05 13:13:22 13:13:22 Step 10/23 : FROM alpine:3.12 13:13:22 ---> d10569e2745f 13:13:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:13:22 ---> 62533731d82a 13:13:22 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:13:22 ---> Running in 955bd63897a5 13:13:22 ---> Running in 7a956313f394 13:13:22 Removing intermediate container 8b7cf9e1e859 13:13:22 ---> 326bae1accd6 13:13:22 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:13:22 Removing intermediate container 6c11c301de20 13:13:22 ---> 0aadc91c7cc8 13:13:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:13:22 Removing intermediate container abf384c60ad0 13:13:22 ---> f68d27836489 13:13:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:13:23 ---> 9cc8489c0168 13:13:23 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/ 13:13:23 ---> Running in 65da88a9499e 13:13:23 Removing intermediate container 67d5b972e473 13:13:23 ---> 5f22da3b864f 13:13:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:13:23 Removing intermediate container 955bd63897a5 13:13:23 ---> 9876efbf19c5 13:13:23 Step 13/22 : ENV APP_PORT=48060 13:13:23 ---> Running in 5b44ea93adca 13:13:23 ---> Running in 37ed7a82a97c 13:13:23 ---> Running in 6b97ea066d31 13:13:24 ---> ae427153e572 13:13:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:13:24 ---> Running in 6a1731ffcb28 13:13:24 Removing intermediate container fbde07e4e702 13:13:24 ---> 1a515222068e 13:13:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:13:24 Removing intermediate container f7a057ebbc8b 13:13:24 ---> 580d60b81a6c 13:13:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 13:13:24 ---> Running in c7c9299bec49 13:13:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:13:24 Removing intermediate container 65da88a9499e 13:13:24 ---> f94c479a8883 13:13:24 Step 13/23 : ENV APP_PORT=48082 13:13:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:13:24 Removing intermediate container 6b97ea066d31 13:13:24 ---> 8b952e4ceba2 13:13:24 Step 14/22 : EXPOSE $APP_PORT 13:13:24 ---> Running in bea5f8993851 13:13:24 Removing intermediate container 6a1731ffcb28 13:13:24 ---> d3a32d5dd7d1 13:13:24 Step 13/24 : WORKDIR / 13:13:24 ---> Running in a7d11be38d25 13:13:24 ---> Running in 7fbfb84f599c 13:13:24 ---> Running in 509b7cdc3220 13:13:25 ---> Running in 11dd9239697c 13:13:25 Removing intermediate container 5b44ea93adca 13:13:25 ---> ed0878697477 13:13:25 Step 13/21 : WORKDIR /edgex 13:13:25 (1/1) Installing dumb-init (1.2.2-r1) 13:13:25 Executing busybox-1.31.1-r19.trigger 13:13:25 OK: 5 MiB in 15 packages 13:13:25 ---> Running in 9f969b6cbf2a 13:13:25 Removing intermediate container bea5f8993851 13:13:25 ---> 5c2bf812cdc3 13:13:25 Step 13/23 : ENV APP_PORT=48081 13:13:25 Removing intermediate container a7d11be38d25 13:13:25 ---> ed23b6cd6f08 13:13:25 Step 13/22 : ENV APP_PORT=48060 13:13:25 ---> Running in 028560be58a7 13:13:26 Removing intermediate container 7fbfb84f599c 13:13:26 ---> 3e2f0d592e09 13:13:26 Step 14/23 : EXPOSE $APP_PORT 13:13:26 Removing intermediate container 11dd9239697c 13:13:26 ---> 6cc4303b10b1 13:13:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:13:26 Removing intermediate container 509b7cdc3220 13:13:26 ---> e86c643536c5 13:13:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:13:26 ---> Running in 2b4d811586bf 13:13:26 ---> Running in 3fd78b6c8a20 13:13:26 Removing intermediate container 9f969b6cbf2a 13:13:26 ---> 2eb4a3867765 13:13:26 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:13:27 Removing intermediate container 028560be58a7 13:13:27 ---> 2e7277f14261 13:13:27 Step 14/23 : EXPOSE $APP_PORT 13:13:27 ---> 65ba23a77344 13:13:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:13:27 Removing intermediate container 2b4d811586bf 13:13:27 ---> ce97e32126b9 13:13:27 Step 14/22 : EXPOSE $APP_PORT 13:13:27 Removing intermediate container 7a956313f394 13:13:27 ---> d9e5e1178a07 13:13:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:13:27 Removing intermediate container 37ed7a82a97c 13:13:27 ---> 9b852e31a9a9 13:13:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:13:27 Removing intermediate container 3fd78b6c8a20 13:13:27 ---> f5e791ccfcfc 13:13:27 Step 15/23 : WORKDIR / 13:13:27 ---> Running in e7a716cadcf7 13:13:27 ---> a00698dc0034 13:13:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:13:27 ---> Running in efa671ef2037 13:13:27 ---> Running in 99ec0606eec8 13:13:28 Removing intermediate container c7c9299bec49 13:13:28 ---> adbbc92daf62 13:13:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:13:28 ---> Running in a847297275fa 13:13:28 Removing intermediate container efa671ef2037 13:13:28 ---> ccf3ee21d20a 13:13:28 Step 13/23 : ENV APP_PORT=48081 13:13:28 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:13:28 Status: Downloaded newer image for docker:20.10.0 13:13:28 ---> eeaf43b92773 13:13:28 Step 12/26 : RUN apk add --no-cache bash 13:13:28 Removing intermediate container 99ec0606eec8 13:13:28 ---> 6cf1718ecac8 13:13:28 Step 22/24 : LABEL arch=arm64 13:13:28 ---> Running in 683f5858abac 13:13:28 ---> Running in 3285d965759b 13:13:28 ---> Running in 64e05fdc4b63 13:13:28 ---> Running in 83608a4ba7c5 13:13:29 ---> 1f4f42b58a46 13:13:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:13:29 ---> 8a777d2567d7 13:13:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:13:29 ---> ce38e3a58eba 13:13:29 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:13:29 Removing intermediate container 683f5858abac 13:13:29 ---> 4b4da6a6956a 13:13:29 Step 14/23 : EXPOSE $APP_PORT 13:13:29 Removing intermediate container e7a716cadcf7 13:13:29 ---> 7c9282a07f07 13:13:29 Step 15/23 : WORKDIR / 13:13:29 Removing intermediate container a847297275fa 13:13:29 ---> 1dd3e8bcb843 13:13:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:13:29 ---> Running in 0789f18f0966 13:13:29 ---> Running in 29e9f41fb2f1 13:13:29 Removing intermediate container 83608a4ba7c5 13:13:29 ---> 6f45ef1a895b 13:13:29 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:13:29 ---> 9f943762b0f8 13:13:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:13:29 Removing intermediate container 64e05fdc4b63 13:13:29 ---> 38eb4da091d9 13:13:29 Step 23/24 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:30 ---> 5f5a2b861ef7 13:13:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 13:13:30 ---> Running in d761444e3abd 13:13:30 Removing intermediate container 0789f18f0966 13:13:30 ---> 6bf1d330e0c0 13:13:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:13:30 ---> 07b51054d975 13:13:30 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:13:30 ---> 0fef30ab7e03 13:13:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:13:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:13:30 Removing intermediate container 29e9f41fb2f1 13:13:30 ---> 02bdad2236c2 13:13:30 Step 15/23 : WORKDIR / 13:13:30 ---> Running in a7dae2db75a7 13:13:31 ---> 758584e77bd5 13:13:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:13:31 ---> 6fc4f6b65a00 13:13:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:13:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:13:31 ---> Running in 92644b485977 13:13:31 Removing intermediate container d761444e3abd 13:13:31 ---> 71e9fcca4cd9 13:13:31 Step 24/24 : LABEL version=0.0.0 13:13:31 ---> b8309abd295e 13:13:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:13:31 ---> 500e09c7863b 13:13:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:13:31 ---> Running in 7227ddda2076 13:13:31 Removing intermediate container a7dae2db75a7 13:13:31 ---> 9962c88a7707 13:13:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:13:31 (1/2) Installing readline (8.0.4-r0) 13:13:31 (2/2) Installing bash (5.0.17-r0) 13:13:31 ---> Running in 9b58089a90fe 13:13:31 Executing bash-5.0.17-r0.post-install 13:13:31 Executing busybox-1.31.1-r19.trigger 13:13:31 OK: 12 MiB in 22 packages 13:13:31 Removing intermediate container 92644b485977 13:13:31 ---> 60b20359333d 13:13:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:13:32 Removing intermediate container 7227ddda2076 13:13:32 ---> 9f8a770a8b4a 13:13:32 13:13:32 ---> 923ea7ed581b 13:13:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:13:32 ---> eeeb18f2fb6f 13:13:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 13:13:32 Removing intermediate container 9b58089a90fe 13:13:32 ---> c8883a3654bb 13:13:32 Step 20/22 : LABEL arch=arm64 13:13:32 ---> 730121856c7d 13:13:32 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:13:32 ---> a873139befec 13:13:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:13:32 Successfully built 9f8a770a8b4a 13:13:32 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 13:13:32  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 13:13:33 ---> Running in b5b30a386e2f 13:13:33 ---> e4109a59c274 13:13:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:13:33 ---> d2ba596e2d16 13:13:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:13:33 ---> 70b66ff0734d 13:13:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:13:33 ---> Running in 298fb56493cb 13:13:33 ---> 3a8a73c2848c 13:13:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:13:33 ---> e7c29701e61e 13:13:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 13:13:33 Removing intermediate container b5b30a386e2f 13:13:33 ---> 3b3ac7a20669 13:13:33 Step 21/22 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:33 Removing intermediate container 3285d965759b 13:13:33 ---> c87cddb1f366 13:13:34 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:13:34 ---> Running in 4e3b490617d5 13:13:34 ---> Running in fc024fb5ec26 13:13:34 ---> Running in ba11df0f1267 13:13:34 ---> 7ca004086244 13:13:34 Step 19/23 : ENTRYPOINT ["/core-command"] 13:13:34 Removing intermediate container 298fb56493cb 13:13:34 ---> 780d98759ce5 13:13:34 Step 18/21 : CMD ["--init=true"] 13:13:35 ---> 039ba12908e5 13:13:35 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:13:35 ---> Running in 5ae7df2f7f22 13:13:35 ---> 3c231f976465 13:13:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:13:35 ---> Running in e549a4dbc4fd 13:13:35 Removing intermediate container 4e3b490617d5 13:13:35 ---> f3fe32e044b9 13:13:35 Step 22/22 : LABEL version=0.0.0 13:13:35 Removing intermediate container ba11df0f1267 13:13:35 ---> cbba7e866e7e 13:13:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:13:35 ---> Running in f45e9c841860 13:13:36 ---> 265e2ca21e6c 13:13:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:13:36 ---> Running in 3064baeffb2f 13:13:36 Removing intermediate container fc024fb5ec26 13:13:36 ---> 30c9d1f0efca 13:13:36 Step 14/26 : ENV APP_PORT=48090 13:13:36 ---> Running in 0f74e0061cbf 13:13:36 Removing intermediate container 5ae7df2f7f22 13:13:36 ---> 0594516b3ab3 13:13:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:13:36 ---> ec125de48686 13:13:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:13:36 ---> Running in f1e71d6df746 13:13:36 Removing intermediate container e549a4dbc4fd 13:13:36 ---> a5dc91eb5b4f 13:13:36 Step 19/21 : LABEL arch=x86_64 13:13:36 Removing intermediate container f45e9c841860 13:13:36 ---> ea3f504ee00b 13:13:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:13:36 ---> Running in 9fc5d613b22c 13:13:36 Removing intermediate container 3064baeffb2f 13:13:36 ---> bca757250baa 13:13:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:13:37 ---> Running in cee5ce17d352 13:13:37 ---> Running in 6d0e70a75bd4 13:13:37 ---> Running in 2fef8f420d4e 13:13:37 ---> 1e3bbe45ceed 13:13:37 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 13:13:37 Removing intermediate container 0f74e0061cbf 13:13:37 ---> 4aa7fa975ca1 13:13:37 Step 20/22 : LABEL arch=x86_64 13:13:37 ---> Running in 1311b7a8fcf2 13:13:37 Removing intermediate container f1e71d6df746 13:13:37 ---> 6e4916e60ec0 13:13:37 13:13:37 ---> Running in 62706b2e4c2c 13:13:37 Removing intermediate container cee5ce17d352 13:13:37 ---> 299cdb630912 13:13:37 Step 20/21 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:37 Removing intermediate container 6d0e70a75bd4 13:13:37 ---> f6ed9bb83978 13:13:37 Step 21/23 : LABEL arch=x86_64 13:13:38 Removing intermediate container 9fc5d613b22c 13:13:38 ---> 11df9c327044 13:13:38 Step 15/26 : EXPOSE $APP_PORT 13:13:38 Successfully built 6e4916e60ec0 13:13:38 Removing intermediate container 2fef8f420d4e 13:13:38 ---> 27315d7800ac 13:13:38 Step 21/23 : LABEL arch=x86_64 13:13:38 ---> Running in aa5fb465c8ac 13:13:38 ---> Running in 260bce4d1ee7 13:13:38 ---> b19caf5fe1c5 13:13:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:13:38 Successfully tagged docker-support-notifications-go-arm64:latest 13:13:38  Building docker-support-notifications-go ... done Building docker-core-data-go 13:13:38 ---> Running in 08b2796dfb5d 13:13:38 ---> a5ce2b727b2f 13:13:38 Step 26/31 : RUN chmod +x /entrypoint.sh 13:13:38 ---> Running in fcab511c36cc 13:13:38 Removing intermediate container 62706b2e4c2c 13:13:38 ---> 4d44cf645cb0 13:13:38 Step 21/22 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:38 ---> Running in 58ec68dfd0ce 13:13:39 ---> Running in 2c7d39804de7 13:13:39 ---> Running in adc4a82efa16 13:13:39 Removing intermediate container 08b2796dfb5d 13:13:39 ---> d1ec8fadea43 13:13:39 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:13:39 Removing intermediate container 260bce4d1ee7 13:13:39 ---> 8de4f0e5a5b0 13:13:39 Step 21/21 : LABEL version=0.0.0 13:13:39 Removing intermediate container 58ec68dfd0ce 13:13:39 ---> b0a756761897 13:13:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:13:39 Removing intermediate container fcab511c36cc 13:13:39 ---> eb67157bdf33 13:13:39 Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:40 ---> Running in 883d6dac9d2a 13:13:40 Removing intermediate container aa5fb465c8ac 13:13:40 ---> 29a6d4353958 13:13:40 Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:40 ---> Running in 48be0a8d331b 13:13:40 ---> Running in 994ffeab5cb1 13:13:40 ---> Running in 189002f9e34a 13:13:41 Removing intermediate container adc4a82efa16 13:13:41 ---> 147d63a8a3e0 13:13:41 Step 22/22 : LABEL version=0.0.0 13:13:41 Removing intermediate container 883d6dac9d2a 13:13:41 ---> 713c48df205e 13:13:41 13:13:41 ---> Running in d17e66ce8f77 13:13:41 Removing intermediate container 994ffeab5cb1 13:13:41 ---> 59049b721b6b 13:13:41 Step 21/23 : LABEL arch=arm64 13:13:41 Removing intermediate container 48be0a8d331b 13:13:41 ---> 9a60a258c604 13:13:41 Step 23/23 : LABEL version=0.0.0 13:13:41 Removing intermediate container 189002f9e34a 13:13:41 ---> d3031d267484 13:13:41 Step 23/23 : LABEL version=0.0.0 13:13:41 ---> 692d360ed75b 13:13:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:13:41 ---> Running in ea5b23363e72 13:13:42 ---> Running in 2b740dff19a1 13:13:42 ---> Running in 56c97556de71 13:13:42 Removing intermediate container d17e66ce8f77 13:13:42 ---> a7a808a2444f 13:13:42 13:13:42 Removing intermediate container 1311b7a8fcf2 13:13:42 ---> f032d3b1d258 13:13:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:13:42 Successfully built 713c48df205e 13:13:42 Successfully tagged docker-security-proxy-setup-go:latest 13:13:42 Building docker-support-scheduler-go 13:13:42 Removing intermediate container ea5b23363e72 13:13:42 ---> 1310d32bc847 13:13:42 Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:43  Building docker-security-proxy-setup-go ... done  ---> Running in d2c60f01fb5e 13:13:43 Removing intermediate container 2b740dff19a1 13:13:43 ---> e222d7a1cbc9 13:13:43 13:13:43 Removing intermediate container 56c97556de71 13:13:43 ---> e04bc828c982 13:13:43 13:13:43 Removing intermediate container 2c7d39804de7 13:13:43 ---> 15b95b5311ab 13:13:43 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:13:43 ---> 31540c2f83d1 13:13:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:13:43 ---> Running in 399fc42b5e0b 13:13:44 Successfully built a7a808a2444f 13:13:44 Successfully tagged docker-support-notifications-go:latest 13:13:44  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 13:13:44 ---> Running in 80ba37c1f5b4 13:13:44 Removing intermediate container 399fc42b5e0b 13:13:44 ---> 4fee335137b0 13:13:44 Step 23/23 : LABEL version=0.0.0 13:13:45 Successfully built e04bc828c982 13:13:45 Successfully built e222d7a1cbc9 13:13:45 ---> 74998ac156d0 13:13:45 Step 19/26 : RUN apk --no-cache add py3-pip 13:13:45 Successfully tagged docker-core-command-go:latest 13:13:45  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 13:13:45 Removing intermediate container d2c60f01fb5e 13:13:45 ---> 5cbffaa212d5 13:13:45 Step 22/24 : LABEL arch=x86_64 13:13:45 Successfully tagged docker-core-metadata-go:latest 13:13:45 Building docker-core-data-go 13:13:45 ---> Running in 2423292680da 13:13:45 ---> Running in a07ea0520fc6 13:13:45 Removing intermediate container 80ba37c1f5b4 13:13:45 ---> 0cdfc23f5055 13:13:45 Step 28/31 : CMD ["gate"] 13:13:45  Building docker-core-metadata-go ... done  ---> Running in ee612a5c92f0 13:13:47 Removing intermediate container ee612a5c92f0 13:13:47 ---> 382488827a3a 13:13:47 Step 23/24 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:47 ---> Running in d0817b2174aa 13:13:47 Removing intermediate container 2423292680da 13:13:47 ---> 5276e5ab7511 13:13:47 ---> Running in 4cb6da59491e 13:13:47 13:13:47 Successfully built 5276e5ab7511 13:13:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:13:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:13:48 Successfully tagged docker-core-metadata-go-arm64:latest 13:13:48  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 13:13:48 Removing intermediate container 4cb6da59491e 13:13:48 ---> 7e00199b4414 13:13:48 Step 29/31 : LABEL arch=arm64 13:13:48 (1/33) Installing libbz2 (1.0.8-r1) 13:13:48 (2/33) Installing expat (2.2.9-r1) 13:13:48 (3/33) Installing libffi (3.3-r2) 13:13:48 (4/33) Installing gdbm (1.13-r1) 13:13:48 (5/33) Installing xz-libs (5.2.5-r0) 13:13:48 (6/33) Installing sqlite-libs (3.32.1-r0) 13:13:48 (7/33) Installing python3 (3.8.8-r0) 13:13:49 ---> Running in bb1c7731ceea 13:13:50 Removing intermediate container d0817b2174aa 13:13:50 ---> 7c84bf4ed11f 13:13:50 Step 24/24 : LABEL version=0.0.0 13:13:50 Removing intermediate container bb1c7731ceea 13:13:50 ---> 459bc7f1e2f1 13:13:50 Step 30/31 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:13:50 (8/33) Installing py3-appdirs (1.4.4-r1) 13:13:50 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:13:50 (10/33) Installing py3-parsing (2.4.7-r0) 13:13:50 ---> Running in f7dd4f3ae15a 13:13:50 (11/33) Installing py3-six (1.15.0-r0) 13:13:50 (12/33) Installing py3-packaging (20.4-r0) 13:13:50 (13/33) Installing py3-setuptools (47.0.0-r0) 13:13:50 (14/33) Installing py3-chardet (3.0.4-r4) 13:13:50 (15/33) Installing py3-idna (2.9-r0) 13:13:50 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:13:50 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:13:51 (18/33) Installing py3-requests (2.23.0-r0) 13:13:51 (19/33) Installing py3-msgpack (1.0.0-r0) 13:13:51 (20/33) Installing py3-lockfile (0.12.2-r3) 13:13:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:13:51 (22/33) Installing py3-colorama (0.4.3-r0) 13:13:51 (23/33) Installing py3-distlib (0.3.0-r0) 13:13:51 (24/33) Installing py3-distro (1.5.0-r1) 13:13:51 (25/33) Installing py3-webencodings (0.5.1-r3) 13:13:51 (26/33) Installing py3-html5lib (1.0.1-r4) 13:13:51 (27/33) Installing py3-pytoml (0.1.21-r0) 13:13:51 (28/33) Installing py3-pep517 (0.8.2-r0) 13:13:51 (29/33) Installing py3-progress (1.5-r0) 13:13:51 (30/33) Installing py3-toml (0.10.1-r0) 13:13:51 (31/33) Installing py3-retrying (1.3.3-r0) 13:13:51 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:13:51 (33/33) Installing py3-pip (20.1.1-r0) 13:13:51 Executing busybox-1.31.1-r19.trigger 13:13:51 ---> Running in 15b43ac3f91c 13:13:51 OK: 71 MiB in 55 packages 13:13:52 Removing intermediate container 15b43ac3f91c 13:13:52 ---> 91f488a41b85 13:13:52 Step 31/31 : LABEL version=0.0.0 13:13:53 ---> Running in 336fc16c62bc 13:13:53 Removing intermediate container f7dd4f3ae15a 13:13:53 ---> 2448c9226c24 13:13:53 13:13:54 Removing intermediate container 336fc16c62bc 13:13:54 ---> adee68576490 13:13:54 13:13:54 Successfully built adee68576490 13:13:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 13:13:54  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 13:13:55 Successfully built 2448c9226c24 13:13:56 Successfully tagged docker-security-secretstore-setup-go:latest 13:14:00 Removing intermediate container a07ea0520fc6 13:14:00 ---> b6493fe6aae0 13:14:00 Step 20/26 : RUN pip install docker-compose==1.23.2 13:14:00 ---> Running in 8b7f1acfd75c 13:14:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:14:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:14:04 ---> e9a35149b9c5 13:14:04 Step 3/23 : WORKDIR /edgex-go 13:14:04 ---> Using cache 13:14:04 ---> 849e7e41f80a 13:14:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:14:04 ---> Using cache 13:14:04 ---> 16a0dac317ec 13:14:04 Step 5/23 : RUN apk add --update --no-cache make git 13:14:04 ---> Using cache 13:14:04 ---> d421fa35da61 13:14:04 Step 6/23 : COPY go.mod . 13:14:04 ---> Using cache 13:14:04 ---> 12168deefa31 13:14:04 Step 7/23 : RUN go mod download 13:14:04 ---> Using cache 13:14:04 ---> 7db8472bc738 13:14:04 Step 8/23 : COPY . . 13:14:04 ---> Using cache 13:14:04 ---> 5a111d471fc6 13:14:04 Step 9/23 : RUN make cmd/core-command/core-command 13:14:06 ---> Running in b43adb99ff04 13:14:07 Collecting docker-compose==1.23.2 13:14:07 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:14:07 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 13:14:09 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:14:09 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:14:10 Collecting websocket-client<1.0,>=0.32.0 13:14:10 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:14:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:14:10 Collecting cached-property<2,>=1.2.0 13:14:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:14:10 Collecting texttable<0.10,>=0.9.0 13:14:10 Downloading texttable-0.9.1.tar.gz (11 kB) 13:14:13 Collecting dockerpty<0.5,>=0.4.1 13:14:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:14:16 Collecting docopt<0.7,>=0.6.1 13:14:16 Downloading docopt-0.6.2.tar.gz (25 kB) 13:14:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:14:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:14:18 ---> e9a35149b9c5 13:14:18 Step 3/23 : WORKDIR /edgex-go 13:14:18 ---> Using cache 13:14:18 ---> 849e7e41f80a 13:14:18 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:14:18 ---> Using cache 13:14:19 ---> 16a0dac317ec 13:14:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:14:19 Collecting jsonschema<3,>=2.5.1 13:14:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:14:20 ---> Running in fdf8adcf671d 13:14:21 Collecting docker<4.0,>=3.6.0 13:14:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:14:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:14:23 Collecting PyYAML<4,>=3.10 13:14:23 Downloading PyYAML-3.13.tar.gz (270 kB) 13:14:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:14:25 OK: 217 MiB in 51 packages 13:14:28 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) 13:14:28 Collecting idna<2.8,>=2.5 13:14:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:14:28 Removing intermediate container fdf8adcf671d 13:14:28 ---> a73f09aed4b1 13:14:28 Step 6/23 : COPY go.mod . 13:14:28 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) 13:14:29 Collecting urllib3<1.25,>=1.21.1 13:14:29 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:14:29 ---> 89984637e404 13:14:29 Step 7/23 : RUN go mod download 13:14:29 Collecting docker-pycreds>=0.4.0 13:14:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:14:30 ---> Running in bf89ff557681 13:14:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:14:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:14:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:14:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:14:31 Installing collected packages: idna, urllib3, requests, websocket-client, cached-property, texttable, dockerpty, docopt, jsonschema, docker-pycreds, docker, PyYAML, docker-compose 13:14:31 Attempting uninstall: idna 13:14:31 Found existing installation: idna 2.9 13:14:31 Uninstalling idna-2.9: 13:14:31 Successfully uninstalled idna-2.9 13:14:32 Attempting uninstall: urllib3 13:14:32 Found existing installation: urllib3 1.25.9 13:14:32 Uninstalling urllib3-1.25.9: 13:14:32 Successfully uninstalled urllib3-1.25.9 13:14:33 Attempting uninstall: requests 13:14:33 Found existing installation: requests 2.23.0 13:14:33 Uninstalling requests-2.23.0: 13:14:33 Successfully uninstalled requests-2.23.0 13:14:35 Running setup.py install for texttable: started 13:14:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:14:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:14:35 ---> e9a35149b9c5 13:14:35 Step 3/21 : WORKDIR /edgex-go 13:14:35 ---> Using cache 13:14:35 ---> 849e7e41f80a 13:14:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:14:35 ---> Using cache 13:14:35 ---> 16a0dac317ec 13:14:35 Step 5/21 : RUN apk add --update --no-cache make git 13:14:35 ---> Using cache 13:14:35 ---> d421fa35da61 13:14:35 Step 6/21 : COPY go.mod . 13:14:35 ---> Using cache 13:14:35 ---> 12168deefa31 13:14:35 Step 7/21 : RUN go mod download 13:14:35 ---> Using cache 13:14:35 ---> 7db8472bc738 13:14:35 Step 8/21 : COPY . . 13:14:35 ---> Using cache 13:14:35 ---> 5a111d471fc6 13:14:35 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:14:36 ---> Running in 21bf582c70de 13:14:36 Removing intermediate container bf89ff557681 13:14:36 ---> b502df2439d0 13:14:36 Step 8/23 : COPY . . 13:14:38 Running setup.py install for texttable: finished with status 'done' 13:14:38 Running setup.py install for dockerpty: started 13:14:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:14:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:14:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:14:39 ---> e9a35149b9c5 13:14:39 Step 3/22 : WORKDIR /edgex-go 13:14:39 ---> Using cache 13:14:39 ---> 849e7e41f80a 13:14:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:14:39 ---> Using cache 13:14:39 ---> 16a0dac317ec 13:14:39 Step 5/22 : RUN apk add --update --no-cache make git 13:14:39 ---> Using cache 13:14:39 ---> d421fa35da61 13:14:39 Step 6/22 : COPY go.mod . 13:14:39 ---> Using cache 13:14:39 ---> 12168deefa31 13:14:39 Step 7/22 : RUN go mod download 13:14:39 ---> Using cache 13:14:39 ---> 7db8472bc738 13:14:39 Step 8/22 : COPY . . 13:14:39 ---> Using cache 13:14:39 ---> 5a111d471fc6 13:14:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:14:40 ---> Running in 7d466ff2eb30 13:14:40 Running setup.py install for dockerpty: finished with status 'done' 13:14:40 Running setup.py install for docopt: started 13:14:42 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 13:14:43 Running setup.py install for docopt: finished with status 'done' 13:14:45 Running setup.py install for PyYAML: started 13:14:49 Running setup.py install for PyYAML: finished with status 'done' 13:14:50 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 13:14:57 ---> 57ea8606c2de 13:14:57 Step 9/23 : RUN make cmd/core-data/core-data 13:14:57 ---> Running in 11602e91609c 13:14:58 Removing intermediate container 8b7f1acfd75c 13:14:58 ---> 01d1decb0b3c 13:14:58 Step 21/26 : RUN apk --no-cache add curl 13:14:58 ---> Running in 0a9feeb3b960 13:14:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 13:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:15:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:15:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:15:01 (2/3) Installing libcurl (7.69.1-r3) 13:15:01 (3/3) Installing curl (7.69.1-r3) 13:15:01 Executing busybox-1.31.1-r19.trigger 13:15:01 OK: 72 MiB in 58 packages 13:15:03 Removing intermediate container 0a9feeb3b960 13:15:03 ---> e49bafc91a41 13:15:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:15:04 ---> Running in d4d1348881fa 13:15:04 Removing intermediate container d4d1348881fa 13:15:04 ---> 507ebfb3b0f1 13:15:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:15:04 ---> Running in 4369053a73b2 13:15:05 Removing intermediate container 4369053a73b2 13:15:05 ---> 6f9520254ef1 13:15:05 Step 24/26 : LABEL arch=arm64 13:15:06 ---> Running in aed5b3fefae3 13:15:06 Removing intermediate container aed5b3fefae3 13:15:06 ---> 96598b8ee172 13:15:06 Step 25/26 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:15:07 ---> Running in b9af4fcb7815 13:15:07 Removing intermediate container b9af4fcb7815 13:15:07 ---> 8a4da0476efb 13:15:07 Step 26/26 : LABEL version=0.0.0 13:15:08 ---> Running in 553f35ca297e 13:15:08 Removing intermediate container 553f35ca297e 13:15:08 ---> 8ec0354e572b 13:15:08 13:15:09 Successfully built 8ec0354e572b 13:15:09 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 13:15:19  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:15:19 ---> 42e1f5233409 13:15:19 Step 3/22 : WORKDIR /edgex-go 13:15:19 ---> Using cache 13:15:19 ---> c7aab4b824fc 13:15:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:19 ---> Using cache 13:15:19 ---> 9341ac511364 13:15:19 Step 5/22 : RUN apk add --update --no-cache make git 13:15:19 ---> Using cache 13:15:19 ---> 6c8312769cf0 13:15:19 Step 6/22 : COPY go.mod . 13:15:19 ---> Using cache 13:15:19 ---> 72240e4a01a6 13:15:19 Step 7/22 : RUN go mod download 13:15:19 ---> Using cache 13:15:19 ---> 037c8b429eaa 13:15:19 Step 8/22 : COPY . . 13:15:19 ---> Using cache 13:15:19 ---> 5808fbc1bcff 13:15:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:15:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:15:20 ---> 42e1f5233409 13:15:20 Step 3/31 : WORKDIR /edgex-go 13:15:20 ---> Using cache 13:15:20 ---> c7aab4b824fc 13:15:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:20 ---> Using cache 13:15:20 ---> 9341ac511364 13:15:20 Step 5/31 : RUN apk add --update --no-cache make git 13:15:20 ---> Using cache 13:15:20 ---> 6c8312769cf0 13:15:20 Step 6/31 : COPY go.mod . 13:15:20 ---> Using cache 13:15:20 ---> 72240e4a01a6 13:15:20 Step 7/31 : RUN go mod download 13:15:20 ---> Using cache 13:15:20 ---> 037c8b429eaa 13:15:20 Step 8/31 : COPY . . 13:15:20 ---> Using cache 13:15:20 ---> 5808fbc1bcff 13:15:20 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:15:22 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:22 Step 2/26 : FROM ${BUILDER_BASE} AS builder 13:15:22 ---> 42e1f5233409 13:15:22 Step 3/26 : WORKDIR /edgex-go 13:15:22 ---> Using cache 13:15:22 ---> c7aab4b824fc 13:15:22 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:22 ---> Using cache 13:15:22 ---> 9341ac511364 13:15:22 Step 5/26 : RUN apk add --update --no-cache make bash git 13:15:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:15:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:15:22 ---> 42e1f5233409 13:15:22 Step 3/23 : WORKDIR /edgex-go 13:15:22 ---> Using cache 13:15:22 ---> c7aab4b824fc 13:15:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:15:22 ---> Using cache 13:15:22 ---> 9341ac511364 13:15:22 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:15:23 ---> Running in e6e1221e8292 13:15:23 ---> Running in 74736fd4f5c0 13:15:23 ---> Running in 9c1a80ca7c2a 13:15:23 ---> Running in ebb0c485fa25 13:15:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 13:15:29 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 13:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:15:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:15:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:15:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:15:32 OK: 233 MiB in 51 packages 13:15:32 OK: 233 MiB in 51 packages 13:15:37 Removing intermediate container e6e1221e8292 13:15:37 ---> 58e3f9336be4 13:15:37 Step 6/26 : COPY go.mod . 13:15:37 Removing intermediate container 9c1a80ca7c2a 13:15:37 ---> e86c1317764c 13:15:37 Step 6/23 : COPY go.mod . 13:15:37 ---> 27cdbdd64ccc 13:15:37 Step 7/26 : RUN go mod download 13:15:37 ---> d0790eafa31b 13:15:37 Step 7/23 : RUN go mod download 13:15:38 ---> Running in 5015e62e219b 13:15:38 ---> Running in d5725a2b06ec 13:15:48  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b43adb99ff04 13:15:48 ---> 9c40239a27e0 13:15:48 13:15:48 Step 10/23 : FROM alpine:3.12 13:15:48 ---> d10569e2745f 13:15:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:15:48 ---> Using cache 13:15:48 ---> d9e5e1178a07 13:15:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:15:48 ---> Using cache 13:15:48 ---> ccf3ee21d20a 13:15:48 Step 13/23 : ENV APP_PORT=48082 13:15:48 ---> Running in 8529159f2893 13:15:48 Removing intermediate container 8529159f2893 13:15:48 ---> 6c7b9f7b12ba 13:15:48 Step 14/23 : EXPOSE $APP_PORT 13:15:48 ---> Running in d9faae90f5d6 13:15:48 Removing intermediate container d9faae90f5d6 13:15:48 ---> afa80d12bb61 13:15:48 Step 15/23 : WORKDIR / 13:15:48 ---> Running in 121a13d86e98 13:15:48 Removing intermediate container 121a13d86e98 13:15:48 ---> 17bbe0003525 13:15:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:15:48 ---> e140ee0a4f33 13:15:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:15:48 ---> 7baecc6acccb 13:15:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:15:49 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 13:15:49 ---> 7a983857a1ef 13:15:49 Step 19/23 : ENTRYPOINT ["/core-command"] 13:15:49 ---> Running in f6e26370d6e8 13:15:50 Removing intermediate container f6e26370d6e8 13:15:50 ---> 1d61d4778287 13:15:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:15:50 ---> Running in 7525641f25fd 13:15:51 Removing intermediate container 7525641f25fd 13:15:51 ---> 5d3d43da2c04 13:15:51 Step 21/23 : LABEL arch=arm64 13:15:51 ---> Running in 01103abb8be0 13:15:52 Removing intermediate container 01103abb8be0 13:15:52 ---> 92dbedf8b5ea 13:15:52 Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:15:52 ---> Running in fae06cd668ce 13:15:52 Removing intermediate container 5015e62e219b 13:15:52 ---> 1ee70fdbff5a 13:15:52 Step 8/26 : COPY . . 13:15:52 Removing intermediate container d5725a2b06ec 13:15:52 ---> 7611c7579cbd 13:15:52 Step 8/23 : COPY . . 13:15:53 Removing intermediate container fae06cd668ce 13:15:53 ---> 15707e7ee9b5 13:15:53 Step 23/23 : LABEL version=0.0.0 13:15:53 ---> Running in 18426afa75e8 13:15:53 Removing intermediate container 18426afa75e8 13:15:53 ---> 8f6a970640de 13:15:53 13:15:54 Successfully built 8f6a970640de 13:15:54 Successfully tagged docker-core-command-go-arm64:latest 13:16:05  Building docker-core-command-go ... done Removing intermediate container 21bf582c70de 13:16:05 ---> abd477b8c6c2 13:16:05 13:16:05 Step 10/21 : FROM alpine:3.12 13:16:05 ---> d10569e2745f 13:16:05 Step 11/21 : RUN apk add --update --no-cache curl 13:16:05 ---> Running in 3a5d3387ee77 13:16:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:16:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:16:08 (1/4) Installing ca-certificates (20191127-r4) 13:16:08 (2/4) Installing nghttp2-libs (1.41.0-r0) 13:16:08 (3/4) Installing libcurl (7.69.1-r3) 13:16:08 (4/4) Installing curl (7.69.1-r3) 13:16:08 Executing busybox-1.31.1-r19.trigger 13:16:08 Executing ca-certificates-20191127-r4.trigger 13:16:08 OK: 7 MiB in 18 packages 13:16:11 Removing intermediate container 3a5d3387ee77 13:16:11 ---> 27f5ea3fd5e5 13:16:11 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:16:11 ---> Running in 0a2d5e6eba24 13:16:12 Removing intermediate container 0a2d5e6eba24 13:16:12 ---> fd64fd5c80f0 13:16:12 Step 13/21 : WORKDIR /edgex 13:16:12 ---> Running in 28ffe8e42230 13:16:12 Removing intermediate container 28ffe8e42230 13:16:12 ---> 1fe18504135b 13:16:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 13:16:13 ---> 857d0469a151 13:16:13 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 13:16:15 ---> 67c5f53964c2 13:16:15 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 13:16:17 ---> 5814057270d5 13:16:17 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 13:16:17 ---> Running in 87c333db2cce 13:16:18 Removing intermediate container 87c333db2cce 13:16:18 ---> a30d36941928 13:16:18 Step 18/21 : CMD ["--init=true"] 13:16:19 ---> Running in c57477694efa 13:16:20 Removing intermediate container c57477694efa 13:16:20 ---> 6d07a7924592 13:16:20 Step 19/21 : LABEL arch=arm64 13:16:20 Removing intermediate container 7d466ff2eb30 13:16:20 ---> a211b9a2173a 13:16:20 13:16:20 Step 10/22 : FROM alpine:3.12 13:16:20 ---> d10569e2745f 13:16:20 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:16:20 ---> Using cache 13:16:20 ---> d9e5e1178a07 13:16:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:16:20 ---> Using cache 13:16:20 ---> ccf3ee21d20a 13:16:20 Step 13/22 : ENV APP_PORT=48085 13:16:20 ---> Running in 3cbdc617c3df 13:16:20 ---> Running in 61cb6647975e 13:16:20 Removing intermediate container 3cbdc617c3df 13:16:20 ---> 8bd827bc7014 13:16:20 Step 20/21 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:16:20 Removing intermediate container 61cb6647975e 13:16:20 ---> 13f65a48ecdd 13:16:20 Step 14/22 : EXPOSE $APP_PORT 13:16:21 ---> Running in 6d5f220bca89 13:16:21 ---> Running in 4eb467051749 13:16:21 Removing intermediate container 6d5f220bca89 13:16:21 ---> d6afc7eb11b4 13:16:21 Step 21/21 : LABEL version=0.0.0 13:16:21 Removing intermediate container 4eb467051749 13:16:21 ---> 66d535dc4bd0 13:16:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:16:21 ---> Running in c6568f43823e 13:16:22 Removing intermediate container c6568f43823e 13:16:22 ---> dc6d67cee509 13:16:22 13:16:22 Successfully built dc6d67cee509 13:16:22 Successfully tagged docker-security-proxy-setup-go-arm64:latest 13:16:22  Building docker-security-proxy-setup-go ... done  ---> fa118996c837 13:16:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:16:24 ---> f8bbcca22df6 13:16:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:16:25 ---> 89d04eb3781d 13:16:25 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:16:25 ---> Running in 31f6d2575b75 13:16:26 Removing intermediate container 31f6d2575b75 13:16:26 ---> 4cf5680b8c7f 13:16:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:16:26 ---> Running in 0c379c02fc34 13:16:27 Removing intermediate container 0c379c02fc34 13:16:27 ---> 88b6a287b245 13:16:27 Step 20/22 : LABEL arch=arm64 13:16:28 ---> Running in d48212ca30cf 13:16:29 Removing intermediate container d48212ca30cf 13:16:29 ---> 40aa9bf72bef 13:16:29 Step 21/22 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:16:29 ---> Running in bb68d31021aa 13:16:30 Removing intermediate container bb68d31021aa 13:16:30 ---> 291562cd1dea 13:16:30 Step 22/22 : LABEL version=0.0.0 13:16:30 ---> Running in 4dbe4b421a1c 13:16:30 Removing intermediate container 4dbe4b421a1c 13:16:30 ---> 00d7f4067a73 13:16:30 13:16:31 Successfully built 00d7f4067a73 13:16:31 Successfully tagged docker-support-scheduler-go-arm64:latest 13:16:33  Building docker-support-scheduler-go ... done Removing intermediate container 11602e91609c 13:16:33 ---> ee58484eeb9d 13:16:33 13:16:33 Step 10/23 : FROM alpine:3.12 13:16:33 ---> d10569e2745f 13:16:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:16:33 ---> Running in a4955debd849 13:16:34 Removing intermediate container a4955debd849 13:16:34 ---> 8c0f8cc6c3eb 13:16:34 Step 12/23 : ENV APP_PORT=48080 13:16:34 ---> Running in aff661670dfc 13:16:35 Removing intermediate container aff661670dfc 13:16:35 ---> 132b999d1d9e 13:16:35 Step 13/23 : EXPOSE $APP_PORT 13:16:35 ---> Running in 904927e95937 13:16:35 Removing intermediate container 904927e95937 13:16:35 ---> edcc798aa769 13:16:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:16:35 ---> Running in 3b8799651b9a 13:16:37 Removing intermediate container 3b8799651b9a 13:16:37 ---> 0d1af2e2cafa 13:16:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:16:37 ---> Running in ddae3aad838f 13:16:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:16:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:16:40 (1/6) Installing dumb-init (1.2.2-r1) 13:16:40 (2/6) Installing libgcc (9.3.0-r2) 13:16:40 (3/6) Installing libsodium (1.0.18-r0) 13:16:40 (4/6) Installing libstdc++ (9.3.0-r2) 13:16:41 (5/6) Installing libzmq (4.3.3-r0) 13:16:41 (6/6) Installing zeromq (4.3.3-r0) 13:16:41 Executing busybox-1.31.1-r19.trigger 13:16:41 OK: 8 MiB in 20 packages 13:16:42 Removing intermediate container ddae3aad838f 13:16:42 ---> a73744413375 13:16:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:16:43 ---> 64b7fb953059 13:16:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:16:44 ---> 31fff4c03d24 13:16:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 13:16:45 ---> 6b7afc03328d 13:16:45 Step 19/23 : ENTRYPOINT ["/core-data"] 13:16:45 ---> Running in 294ca2392d93 13:16:45 Removing intermediate container 294ca2392d93 13:16:45 ---> b0a665344952 13:16:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:16:46 ---> Running in ea639eb3e966 13:16:46 Removing intermediate container ea639eb3e966 13:16:46 ---> 5a90fec59b97 13:16:46 Step 21/23 : LABEL arch=arm64 13:16:46 ---> Running in 24eb38f709a1 13:16:47 Removing intermediate container 24eb38f709a1 13:16:47 ---> c0c57b280d06 13:16:47 Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:16:47 ---> Running in 3babd829db78 13:16:47 Removing intermediate container 3babd829db78 13:16:47 ---> f19b78b60706 13:16:47 Step 23/23 : LABEL version=0.0.0 13:16:47 ---> Running in dae068caaa17 13:16:48 Removing intermediate container dae068caaa17 13:16:48 ---> bf06b8f076e8 13:16:48 13:16:48 Successfully built bf06b8f076e8 13:16:48 Successfully tagged docker-core-data-go-arm64:latest 13:16:49  Building docker-core-data-go ... done  [Pipeline] } 13:16:49 $ docker stop --time=1 70a879ed4a2c74542400f6920a25f5bc9562e35e16a832da1aa2f5defc1fb80c 13:16:50 $ docker rm -f 70a879ed4a2c74542400f6920a25f5bc9562e35e16a832da1aa2f5defc1fb80c [Pipeline] // withDockerContainer [Pipeline] sh 13:16:51 + docker images 13:16:51 + grep docker 13:16:51 docker-core-data-go-arm64 latest bf06b8f076e8 3 seconds ago 21.3MB 13:16:51 docker-support-scheduler-go-arm64 latest 00d7f4067a73 21 seconds ago 16.3MB 13:16:51 docker-security-proxy-setup-go-arm64 latest dc6d67cee509 29 seconds ago 23.4MB 13:16:51 docker-core-command-go-arm64 latest 8f6a970640de 58 seconds ago 16.2MB 13:16:51 docker-sys-mgmt-agent-go-arm64 latest 8ec0354e572b About a minute ago 300MB 13:16:51 docker-security-bootstrapper-go-arm64 latest adee68576490 2 minutes ago 17.8MB 13:16:51 docker-core-metadata-go-arm64 latest 5276e5ab7511 3 minutes ago 17.9MB 13:16:51 docker-support-notifications-go-arm64 latest 6e4916e60ec0 3 minutes ago 16.9MB 13:16:51 docker-security-secretstore-setup-go-arm64 latest 9f8a770a8b4a 3 minutes ago 23.7MB 13:16:51 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 13:16:53 ---> job-cost.sh 13:16:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sMly 13:17:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 13:17:33 Removing intermediate container 74736fd4f5c0 13:17:33 Removing intermediate container ebb0c485fa25 13:17:33 ---> 3271f0921a17 13:17:33 ---> 618f25184115 13:17:33 13:17:33 13:17:33 Step 10/22 : FROM alpine:3.12 13:17:33 ---> 88dd2752d2ea 13:17:33 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:17:33 Step 10/31 : FROM alpine:3.12 13:17:33 ---> 88dd2752d2ea 13:17:33 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 13:17:33 ---> Using cache 13:17:33 ---> 1a515222068e 13:17:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:17:33 ---> Using cache 13:17:33 ---> 5c2bf812cdc3 13:17:33 Step 13/22 : ENV APP_PORT=48085 13:17:33 ---> Running in 04a9155993b8 13:17:33 ---> Running in aae2b97df500 13:17:33 Removing intermediate container aae2b97df500 13:17:33 ---> 128cad257723 13:17:33 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 13:17:33 Removing intermediate container 04a9155993b8 13:17:33 ---> 6dfb3394d13d 13:17:33 Step 14/22 : EXPOSE $APP_PORT 13:17:33 ---> Running in ee183aa0c354 13:17:33 ---> Running in 09232b612da1 13:17:37 Removing intermediate container ee183aa0c354 13:17:37 ---> 6fdb9c228f44 13:17:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:17:40 ---> d216f0633f6a 13:17:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:17:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:17:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:17:41 (1/2) Installing dumb-init (1.2.2-r1) 13:17:41 (2/2) Installing su-exec (0.2-r1) 13:17:41 Executing busybox-1.31.1-r19.trigger 13:17:42 OK: 6 MiB in 16 packages 13:17:44 ---> 222389aa0cda 13:17:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:17:45 ---> 1527c95ae96a 13:17:45 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:17:46 ---> Running in ea20031a8fb3 13:17:46 Removing intermediate container 09232b612da1 13:17:46 ---> ffc3156d94d5 13:17:46 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 13:17:46 ---> Running in 48404688772b 13:17:47 Removing intermediate container ea20031a8fb3 13:17:47 ---> 411a0ed1784a 13:17:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:17:48 ---> Running in ce793efb5641 13:17:48 Removing intermediate container 48404688772b 13:17:48 ---> ad8e6b7892f6 13:17:48 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 13:17:48 ---> Running in e219851e63cc 13:17:49 ---> 122ba3958ec7 13:17:49 Step 9/23 : RUN make cmd/core-data/core-data 13:17:49 Removing intermediate container ce793efb5641 13:17:49 ---> 92c8b948a9af 13:17:49 Step 20/22 : LABEL arch=x86_64 13:17:49 ---> 15b7946d7a51 13:17:49 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:17:50 ---> Running in 53d97bab4101 13:17:50 ---> Running in 675a3cf222a6 13:17:50 ---> Running in bae7ffec471a 13:17:50 Removing intermediate container e219851e63cc 13:17:50 ---> d6597ccf4568 13:17:50 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 13:17:51 ---> Running in adec33111a77 13:17:51 Removing intermediate container 53d97bab4101 13:17:51 ---> ae2ae81a291f 13:17:51 Step 21/22 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:17:52 ---> Running in cf2c1db55982 13:17:52 Removing intermediate container cf2c1db55982 13:17:52 ---> d69eed44c2c8 13:17:52 Step 22/22 : LABEL version=0.0.0 13:17:52 ---> Running in de84d53707df 13:17:53 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 13:17:53 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 13:17:54 Removing intermediate container de84d53707df 13:17:54 ---> 1c15f9380bd0 13:17:54 13:17:59 Removing intermediate container adec33111a77 13:17:59 ---> a2542aa238f3 13:17:59 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 13:17:59 Successfully built 1c15f9380bd0 13:17:59 Successfully tagged docker-support-scheduler-go:latest 13:17:59  Building docker-support-scheduler-go ... done  ---> Running in 2c9b361e8ebd 13:18:00 Removing intermediate container 2c9b361e8ebd 13:18:00 ---> eeb36759ea7d 13:18:00 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 13:18:02 ---> e08f07082ae5 13:18:02 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 13:18:02 ---> Running in e71dbe4f0bb4 13:18:10 Removing intermediate container e71dbe4f0bb4 13:18:10 ---> f808b80534d3 13:18:10 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 13:18:12 ---> 8b73d91738e6 13:18:12 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 13:18:15 ---> d982b9e92981 13:18:15 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 13:18:19 ---> 174ff92f0ba6 13:18:19 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 13:18:20 ---> bda7c0a83e90 13:18:20 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 13:18:22 ---> 9d8cbd525c56 13:18:22 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 13:18:23 ---> Running in 844aa0fd3c2f 13:18:24 Removing intermediate container 844aa0fd3c2f 13:18:24 ---> f7490c02b596 13:18:24 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 13:18:25 ---> ce7dd77f73d0 13:18:25 Step 26/31 : RUN chmod +x /entrypoint.sh 13:18:26 ---> Running in 605bd20a8c4a 13:18:32 Removing intermediate container 605bd20a8c4a 13:18:32 ---> d74fdfca4ade 13:18:32 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 13:18:33 ---> Running in 2df0ac124448 13:18:34 Removing intermediate container 2df0ac124448 13:18:34 ---> e50a46da0c14 13:18:34 Step 28/31 : CMD ["gate"] 13:18:35 ---> Running in 31e7b11bd2d8 13:18:36 Removing intermediate container 31e7b11bd2d8 13:18:36 ---> 7aae35ee6da5 13:18:36 Step 29/31 : LABEL arch=x86_64 13:18:36 ---> Running in be383a173f2d 13:18:38 Removing intermediate container be383a173f2d 13:18:38 ---> aa14c5eb8c25 13:18:38 Step 30/31 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:18:38 ---> Running in 0c4519fb02c9 13:18:39 Removing intermediate container 0c4519fb02c9 13:18:39 ---> 01d1703d450a 13:18:39 Step 31/31 : LABEL version=0.0.0 13:18:40 ---> Running in f3dc1bf9ee01 13:18:42 Removing intermediate container f3dc1bf9ee01 13:18:42 ---> 2addb7200a66 13:18:42 13:18:42 Successfully built 2addb7200a66 13:18:42 Successfully tagged docker-security-bootstrapper-go:latest 13:18:47  Building docker-security-bootstrapper-go ... done Removing intermediate container 675a3cf222a6 13:18:47 ---> fb227ef80a69 13:18:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:18:48 ---> Running in af183374d7d2 13:18:50 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 13:18:54 Removing intermediate container af183374d7d2 13:18:54 ---> 63c04a9d5183 13:18:54 13:18:54 Step 11/26 : FROM docker:20.10.0 13:18:54 Removing intermediate container bae7ffec471a 13:18:54 ---> e6bc0248ac99 13:18:54 13:18:54 Step 10/23 : FROM alpine:3.12 13:18:54 ---> 88dd2752d2ea 13:18:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 13:18:54 20.10.0: Pulling from library/docker 13:18:54 ---> Running in 0715a3f5d24b 13:18:54 Removing intermediate container 0715a3f5d24b 13:18:54 ---> dec75c0136eb 13:18:54 Step 12/23 : ENV APP_PORT=48080 13:18:55 ---> Running in 894ff6b70845 13:18:55 Removing intermediate container 894ff6b70845 13:18:55 ---> 401241b3b689 13:18:55 Step 13/23 : EXPOSE $APP_PORT 13:18:56 ---> Running in 7f47b35bee23 13:18:57 Removing intermediate container 7f47b35bee23 13:18:57 ---> c9d0454e69ee 13:18:57 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:18:57 ---> Running in f7d3faa62ee9 13:18:59 Removing intermediate container f7d3faa62ee9 13:18:59 ---> 88f7230d35e8 13:18:59 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 13:18:59 ---> Running in 2caafbfa3f2d 13:19:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:19:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:19:03 (1/6) Installing dumb-init (1.2.2-r1) 13:19:03 (2/6) Installing libgcc (9.3.0-r2) 13:19:03 (3/6) Installing libsodium (1.0.18-r0) 13:19:03 (4/6) Installing libstdc++ (9.3.0-r2) 13:19:03 (5/6) Installing libzmq (4.3.3-r0) 13:19:03 (6/6) Installing zeromq (4.3.3-r0) 13:19:03 Executing busybox-1.31.1-r19.trigger 13:19:03 OK: 8 MiB in 20 packages 13:19:05 Removing intermediate container 2caafbfa3f2d 13:19:05 ---> dc70cf4fd3b0 13:19:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:19:06 ---> 6685c5239ea8 13:19:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 13:19:09 lf-activate-venv(): INFO: Adding /tmp/venv-sMly/bin to PATH 13:19:09 INFO: No Stack... 13:19:09 INFO: Retrieving Pricing Info for: lf-standard-4 13:19:09 INFO: Archiving Costs [Pipeline] sh 13:19:09 + cat /w/workspace/edgex-go/2/archives/cost.csv 13:19:09 + cut -d, -f6 [Pipeline] lock 13:19:09 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3266-2-stack-cost] 13:19:09 Resource [jenkins-edgexfoundry-edgex-go-PR-3266-2-stack-cost] did not exist. Created. 13:19:09 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3266-2-stack-cost] [Pipeline] { [Pipeline] unstash 13:19:09 ---> 556c72b25e2e 13:19:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [Pipeline] sh 13:19:10 + echo total: 0.20999999344348907 [Pipeline] stash 13:19:10 ---> 6b0c5841ab7d 13:19:10 Step 19/23 : ENTRYPOINT ["/core-data"] 13:19:10 Stashed 1 file(s) [Pipeline] } 13:19:10 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3266-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } 13:19:10 ---> Running in a7d1f93226b3 13:19:10 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:19:10 Status: Downloaded newer image for docker:20.10.0 13:19:10 ---> aefe523efa57 13:19:10 Step 12/26 : RUN apk add --no-cache bash 13:19:10 ---> Running in 3d0b5abfd0e1 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:19:11 Removing intermediate container a7d1f93226b3 13:19:11 ---> 2cb2c05b141d 13:19:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:19:11 ---> Running in 8454058654bb 13:19:11 Removing intermediate container 8454058654bb 13:19:11 ---> e46e4c8154fb 13:19:11 Step 21/23 : LABEL arch=x86_64 13:19:11 ---> Running in c57bef6da45c 13:19:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:19:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:19:12 Removing intermediate container c57bef6da45c 13:19:12 ---> a9c5e827e69d 13:19:12 Step 22/23 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:19:12 (1/2) Installing readline (8.0.4-r0) 13:19:12 (2/2) Installing bash (5.0.17-r0) 13:19:12 ---> Running in 2bf9863b9252 13:19:12 Executing bash-5.0.17-r0.post-install 13:19:12 Executing busybox-1.31.1-r19.trigger 13:19:12 OK: 12 MiB in 22 packages 13:19:13 Removing intermediate container 2bf9863b9252 13:19:13 ---> a8f5659d1162 13:19:13 Step 23/23 : LABEL version=0.0.0 13:19:13 ---> Running in 94e226f7a9a0 13:19:13 Removing intermediate container 94e226f7a9a0 13:19:13 ---> bc5bb492fa02 13:19:13 13:19:13 Removing intermediate container 3d0b5abfd0e1 13:19:13 ---> ecc69add1c21 13:19:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 13:19:13 ---> Running in e8f6af1f7c45 13:19:14 Successfully built bc5bb492fa02 13:19:14 Successfully tagged docker-core-data-go:latest 13:19:14  Building docker-core-data-go ... done Removing intermediate container e8f6af1f7c45 13:19:14 ---> fcb765594cd8 13:19:14 Step 14/26 : ENV APP_PORT=48090 13:19:14 ---> Running in fecb19ba0ca0 13:19:15 Removing intermediate container fecb19ba0ca0 13:19:15 ---> b62f4c01a814 13:19:15 Step 15/26 : EXPOSE $APP_PORT 13:19:15 ---> Running in a558e19fdfdb 13:19:15 Removing intermediate container a558e19fdfdb 13:19:15 ---> 0b53a82060c9 13:19:15 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 13:19:17 ---> 3fcc20668613 13:19:17 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 13:19:18 ---> 0a74bc39918e 13:19:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 13:19:19 ---> 3d63048ae757 13:19:19 Step 19/26 : RUN apk --no-cache add py3-pip 13:19:19 ---> Running in fdb129fe466b 13:19:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:19:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:19:21 (1/33) Installing libbz2 (1.0.8-r1) 13:19:21 (2/33) Installing expat (2.2.9-r1) 13:19:21 (3/33) Installing libffi (3.3-r2) 13:19:21 (4/33) Installing gdbm (1.13-r1) 13:19:21 (5/33) Installing xz-libs (5.2.5-r0) 13:19:21 (6/33) Installing sqlite-libs (3.32.1-r0) 13:19:21 (7/33) Installing python3 (3.8.8-r0) 13:19:23 (8/33) Installing py3-appdirs (1.4.4-r1) 13:19:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 13:19:23 (10/33) Installing py3-parsing (2.4.7-r0) 13:19:23 (11/33) Installing py3-six (1.15.0-r0) 13:19:23 (12/33) Installing py3-packaging (20.4-r0) 13:19:23 (13/33) Installing py3-setuptools (47.0.0-r0) 13:19:23 (14/33) Installing py3-chardet (3.0.4-r4) 13:19:23 (15/33) Installing py3-idna (2.9-r0) 13:19:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 13:19:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 13:19:23 (18/33) Installing py3-requests (2.23.0-r0) 13:19:23 (19/33) Installing py3-msgpack (1.0.0-r0) 13:19:23 (20/33) Installing py3-lockfile (0.12.2-r3) 13:19:23 (21/33) Installing py3-cachecontrol (0.12.6-r0) 13:19:23 (22/33) Installing py3-colorama (0.4.3-r0) 13:19:23 (23/33) Installing py3-distlib (0.3.0-r0) 13:19:23 (24/33) Installing py3-distro (1.5.0-r1) 13:19:23 (25/33) Installing py3-webencodings (0.5.1-r3) 13:19:23 (26/33) Installing py3-html5lib (1.0.1-r4) 13:19:23 (27/33) Installing py3-pytoml (0.1.21-r0) 13:19:23 (28/33) Installing py3-pep517 (0.8.2-r0) 13:19:23 (29/33) Installing py3-progress (1.5-r0) 13:19:23 (30/33) Installing py3-toml (0.10.1-r0) 13:19:23 (31/33) Installing py3-retrying (1.3.3-r0) 13:19:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 13:19:23 (33/33) Installing py3-pip (20.1.1-r0) 13:19:24 Executing busybox-1.31.1-r19.trigger 13:19:24 OK: 71 MiB in 55 packages 13:19:36 Removing intermediate container fdb129fe466b 13:19:36 ---> 584a017944a0 13:19:36 Step 20/26 : RUN pip install docker-compose==1.23.2 13:19:36 ---> Running in 16e83f7e9a22 13:19:39 Collecting docker-compose==1.23.2 13:19:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:19:39 Collecting texttable<0.10,>=0.9.0 13:19:39 Downloading texttable-0.9.1.tar.gz (11 kB) 13:19:40 Collecting docopt<0.7,>=0.6.1 13:19:40 Downloading docopt-0.6.2.tar.gz (25 kB) 13:19:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:19:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:19:41 Collecting cached-property<2,>=1.2.0 13:19:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:19:41 Collecting PyYAML<4,>=3.10 13:19:41 Downloading PyYAML-3.13.tar.gz (270 kB) 13:19:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:19:43 Collecting websocket-client<1.0,>=0.32.0 13:19:43 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:19:43 Collecting jsonschema<3,>=2.5.1 13:19:43 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:19:43 Collecting dockerpty<0.5,>=0.4.1 13:19:43 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:19:45 Collecting docker<4.0,>=3.6.0 13:19:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:19:45 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) 13:19:45 Collecting urllib3<1.25,>=1.21.1 13:19:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:19:45 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) 13:19:45 Collecting idna<2.8,>=2.5 13:19:45 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:19:45 Collecting docker-pycreds>=0.4.0 13:19:45 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:19:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:19:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:19:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:19:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:19:45 Installing collected packages: texttable, docopt, urllib3, idna, requests, cached-property, PyYAML, websocket-client, jsonschema, dockerpty, docker-pycreds, docker, docker-compose 13:19:45 Running setup.py install for texttable: started 13:19:48 Running setup.py install for texttable: finished with status 'done' 13:19:48 Running setup.py install for docopt: started 13:19:49 Running setup.py install for docopt: finished with status 'done' 13:19:49 Attempting uninstall: urllib3 13:19:49 Found existing installation: urllib3 1.25.9 13:19:49 Uninstalling urllib3-1.25.9: 13:19:49 Successfully uninstalled urllib3-1.25.9 13:19:50 Attempting uninstall: idna 13:19:50 Found existing installation: idna 2.9 13:19:50 Uninstalling idna-2.9: 13:19:50 Successfully uninstalled idna-2.9 13:19:50 Attempting uninstall: requests 13:19:50 Found existing installation: requests 2.23.0 13:19:50 Uninstalling requests-2.23.0: 13:19:50 Successfully uninstalled requests-2.23.0 13:19:51 Running setup.py install for PyYAML: started 13:19:52 Running setup.py install for PyYAML: finished with status 'done' 13:19:52 Running setup.py install for dockerpty: started 13:19:54 Running setup.py install for dockerpty: finished with status 'done' 13:19:55 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 13:19:59 Removing intermediate container 16e83f7e9a22 13:19:59 ---> f8b53f6c8a7e 13:19:59 Step 21/26 : RUN apk --no-cache add curl 13:19:59 ---> Running in aa164d5a7edc 13:20:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:20:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:20:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 13:20:01 (2/3) Installing libcurl (7.69.1-r3) 13:20:01 (3/3) Installing curl (7.69.1-r3) 13:20:01 Executing busybox-1.31.1-r19.trigger 13:20:01 OK: 72 MiB in 58 packages 13:20:02 Removing intermediate container aa164d5a7edc 13:20:02 ---> ac6a4d8ae4c3 13:20:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 13:20:02 ---> Running in 694643b09c49 13:20:03 Removing intermediate container 694643b09c49 13:20:03 ---> a0370128661c 13:20:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:20:03 ---> Running in 6ccdc345c295 13:20:04 Removing intermediate container 6ccdc345c295 13:20:04 ---> 81a18bc38fcf 13:20:04 Step 24/26 : LABEL arch=x86_64 13:20:04 ---> Running in 59639d10dd11 13:20:05 Removing intermediate container 59639d10dd11 13:20:05 ---> 4270b80591cd 13:20:05 Step 25/26 : LABEL git_sha=c21e503d76820034a55c4a3b1a54325bb1766d2f 13:20:05 ---> Running in 64f067143f62 13:20:06 Removing intermediate container 64f067143f62 13:20:06 ---> 6afd42d1734b 13:20:06 Step 26/26 : LABEL version=0.0.0 13:20:06 ---> Running in 61d47ddb254c 13:20:07 Removing intermediate container 61d47ddb254c 13:20:07 ---> df8103823128 13:20:07 13:20:08 Successfully built df8103823128 13:20:08 Successfully tagged docker-sys-mgmt-agent-go:latest 13:20:08  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 13:20:08 $ docker stop --time=1 baff5d45cd2741347d12eaca0dd12429a1e210cab90d1fd585c7e35c1580ca9f 13:20:10 $ docker rm -f baff5d45cd2741347d12eaca0dd12429a1e210cab90d1fd585c7e35c1580ca9f [Pipeline] // withDockerContainer [Pipeline] sh 13:20:11 + docker images 13:20:11 + grep docker 13:20:12 docker-sys-mgmt-agent-go latest df8103823128 5 seconds ago 313MB 13:20:12 docker-core-data-go latest bc5bb492fa02 59 seconds ago 22.6MB 13:20:12 docker-security-bootstrapper-go latest 2addb7200a66 About a minute ago 18.8MB 13:20:12 docker-support-scheduler-go latest 1c15f9380bd0 2 minutes ago 17.3MB 13:20:12 docker-security-secretstore-setup-go latest 2448c9226c24 6 minutes ago 24.9MB 13:20:12 docker-core-metadata-go latest e222d7a1cbc9 6 minutes ago 19MB 13:20:12 docker-support-notifications-go latest a7a808a2444f 6 minutes ago 17.8MB 13:20:12 docker-core-command-go latest e04bc828c982 6 minutes ago 17.2MB 13:20:12 docker-security-proxy-setup-go latest 713c48df205e 6 minutes ago 24.7MB 13:20:12 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 13:20:28 Still waiting to schedule task 13:20:28 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 13:21:25 Running on prd-ubuntu18.04-docker-8c-8g-29998 in /w/workspace/edgexfoundry_edgex-go_PR-3266 [Pipeline] { [Pipeline] ws 13:21:25 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 13:21:27 using credential edgex-jenkins-ssh 13:21:27 Cloning the remote Git repository 13:21:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:21:27 > git init /w/workspace/edgex-go/2 # timeout=10 13:21:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:21:28 > git --version # timeout=10 13:21:28 > git --version # 'git version 2.17.1' 13:21:28 using GIT_SSH to set credentials SSH Credentials for GitHub 13:21:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:21:38 Merging remotes/origin/master commit e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b into PR head commit c21e503d76820034a55c4a3b1a54325bb1766d2f 13:21:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:21:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:21:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:21:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:21:37 using GIT_SSH to set credentials SSH Credentials for GitHub 13:21:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3266/head:refs/remotes/origin/PR-3266 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:21:38 > git config core.sparsecheckout # timeout=10 13:21:38 > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 13:21:38 Merge succeeded, producing c21e503d76820034a55c4a3b1a54325bb1766d2f 13:21:38 Checking out Revision c21e503d76820034a55c4a3b1a54325bb1766d2f (PR-3266) 13:21:38 > git remote # timeout=10 13:21:38 > git config --get remote.origin.url # timeout=10 13:21:38 using GIT_SSH to set credentials SSH Credentials for GitHub 13:21:38 > git merge e1001ebcdbb158c1d7b0fdd7ab749685ac6f680b # timeout=10 13:21:38 > git rev-parse HEAD^{commit} # timeout=10 13:21:38 > git config core.sparsecheckout # timeout=10 13:21:38 > git checkout -f c21e503d76820034a55c4a3b1a54325bb1766d2f # timeout=10 13:21:42 Commit message: "build: Upgrade go-mod-core-contracts lib to v2.0.0-dev.51" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:21:43 + echo snap-build.sh 13:21:43 snap-build.sh 13:21:43 + SNAP_BASE_DIR=. 13:21:43 + '[' '!' -z /w/workspace/edgex-go/2 ']' 13:21:43 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 13:21:43 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 13:21:43 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 13:21:43 + cd /w/workspace/edgex-go/2 13:21:43 + sudo apt-get remove -qy --purge lxd lxd-client 13:21:43 Reading package lists... 13:21:43 Building dependency tree... 13:21:43 Reading state information... 13:21:43 The following packages were automatically installed and are no longer required: 13:21:43 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 13:21:43 uidmap xdelta3 13:21:43 Use 'sudo apt autoremove' to remove them. 13:21:43 The following packages will be REMOVED: 13:21:43 lxd* lxd-client* 13:21:44 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 13:21:44 After this operation, 31.7 MB disk space will be freed. 13:21:45 (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.) 13:21:45 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 13:21:46 Removing lxd dnsmasq configuration 13:21:46 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 13:21:46 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 13:21:47 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 13:21:47 (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.) 13:21:47 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 13:21:48 Processing triggers for systemd (237-3ubuntu10.42) ... 13:21:48 Processing triggers for ureadahead (0.100.0-21) ... 13:21:49 + sudo snap remove --purge lxd 13:21:50 snap "lxd" is not installed 13:21:50 + sudo groupadd --force --system lxd 13:21:50 ++ whoami 13:21:50 + sudo /usr/sbin/usermod -G lxd -a jenkins 13:21:50 + newgrp - lxd 13:21:50 + sudo snap install lxd 13:21:58 2021-03-16T13:21:55Z INFO Waiting for automatic snapd restart... 13:27:35 lxd 4.12 from Canonical* installed 13:27:35 + sudo lxd init --auto 13:27:36 + sudo snap install --classic snapcraft 13:32:42 snapcraft 4.5.4 from Canonical* installed 13:32:42 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 13:32:42 + patch --verbose -p1 13:32:42 Hmm... Looks like a unified diff to me... 13:32:42 The text leading up to this was: 13:32:42 -------------------------- 13:32:42 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 13:32:42 |From: Tony Espy 13:32:42 |Date: Tue, 9 Mar 2021 19:05:15 -0500 13:32:42 |Subject: [PATCH] optimize snap build for pipeline CI check 13:32:42 | 13:32:42 |This patch is used by the EdgeX CI pipeline builds to 13:32:42 |optimize the snap CI check run for pull requests. When 13:32:42 |applied, it essentially strips out everything (apps and 13:32:42 |parts) from the snapcraft.yaml file except those required 13:32:42 |to build edgex-go, as the whole idea of the CI check is to 13:32:42 |catch changes to edgex-go that break the snap build. 13:32:42 | 13:32:42 |In general, anyone updating snapcraft.yaml will also need 13:32:42 |to update this patch file, otherwise it may fail to apply, 13:32:42 |resulting in a failed snap build CI check in the associated 13:32:42 |pull request. 13:32:42 | 13:32:42 |Note - in addition to applying this patch, the pipeline also 13:32:42 |only primes the snap (e.g. `snapcraft prime`), as there's no 13:32:42 |need to build the finally binary .snap file (and it won't 13:32:42 |work with the patch applied). This further reduces the build 13:32:42 |time. 13:32:42 |--- 13:32:42 | snap/snapcraft.yaml | 452 +------------------------------------------- 13:32:42 | 1 file changed, 1 insertion(+), 451 deletions(-) 13:32:42 | 13:32:42 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 13:32:42 |index d8bc12bc..5a5f5fbb 100644 13:32:42 |--- a/snap/snapcraft.yaml 13:32:42 |+++ b/snap/snapcraft.yaml 13:32:42 -------------------------- 13:32:42 patching file snap/snapcraft.yaml 13:32:42 Using Plan A... 13:32:42 Hunk #1 succeeded at 73. 13:32:42 Hunk #2 succeeded at 205. 13:32:42 Hunk #3 succeeded at 217. 13:32:42 Hunk #4 succeeded at 225. 13:32:42 Hunk #5 succeeded at 232. 13:32:42 Hunk #6 succeeded at 259. 13:32:42 Hunk #7 succeeded at 271. 13:32:42 Hunk #8 succeeded at 327. 13:32:42 Hmm... Ignoring the trailing garbage. 13:32:42 done 13:32:42 + sudo snapcraft prime --use-lxd 13:32:42 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 13:32:42 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: 13:32:42 - README.md 13:32:42 13:32:42 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:32:42 Launching a container. 13:32:48 Waiting for container to be ready 13:32:48 To start your first instance, try: lxc launch ubuntu:18.04 13:32:48 13:32:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 13:32:52 Waiting for network to be ready... 13:32:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:32:52 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:32:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 13:32:52 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:32:53 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:32:53 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:32:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:32:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:32:53 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:32:53 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:32:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:32:53 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 13:32:53 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:32:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:32:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 13:32:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 13:32:53 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 13:32:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 13:32:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:32:53 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 13:32:53 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 13:32:53 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:32:53 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:32:53 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 13:32:53 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 13:32:53 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 13:32:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 13:32:56 Fetched 24.1 MB in 4s (5675 kB/s) 13:32:57 Reading package lists... 13:32:57 Reading package lists... 13:32:57 Building dependency tree... 13:32:57 Reading state information... 13:32:57 The following additional packages will be installed: 13:32:57 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:32:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:32:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:32:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 13:32:57 Suggested packages: 13:32:57 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 13:32:57 Recommended packages: 13:32:57 gnupg libsasl2-modules 13:32:57 The following NEW packages will be installed: 13:32:57 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 13:32:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 13:32:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 13:32:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 13:32:57 The following packages will be upgraded: 13:32:57 gpg gpg-agent gpgconf libudev1 13:32:57 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 13:32:57 Need to get 3530 kB of archives. 13:32:57 After this operation, 13.3 MB of additional disk space will be used. 13:32:57 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] 13:32:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 13:32:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 13:32:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 13:32:58 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 13:32:58 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 13:32:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 13:32:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 13:32:58 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 13:32:58 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 13:32:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 13:32:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 13:32:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 13:32:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 13:32:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 13:32:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 13:32:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 13:32:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 13:32:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 13:32:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 13:32:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 13:32:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 13:32:59 debconf: delaying package configuration, since apt-utils is not installed 13:32:59 Fetched 3530 kB in 1s (3209 kB/s) 13:32:59 (Reading database ... 12511 files and directories currently installed.) 13:32:59 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 13:32:59 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 13:32:59 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 13:32:59 Selecting previously unselected package udev. 13:32:59 (Reading database ... 12511 files and directories currently installed.) 13:32:59 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 13:32:59 Unpacking udev (237-3ubuntu10.44) ... 13:32:59 Selecting previously unselected package libfuse2:amd64. 13:32:59 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 13:32:59 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:32:59 Selecting previously unselected package fuse. 13:32:59 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 13:32:59 Unpacking fuse (2.9.7-1ubuntu1) ... 13:32:59 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 13:32:59 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:32:59 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 13:32:59 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:33:00 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 13:33:00 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:33:00 Selecting previously unselected package libksba8:amd64. 13:33:00 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 13:33:00 Unpacking libksba8:amd64 (1.3.5-2) ... 13:33:00 Selecting previously unselected package libroken18-heimdal:amd64. 13:33:00 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:00 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:00 Selecting previously unselected package libasn1-8-heimdal:amd64. 13:33:00 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:00 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:00 Selecting previously unselected package libheimbase1-heimdal:amd64. 13:33:00 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:00 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:00 Selecting previously unselected package libhcrypto4-heimdal:amd64. 13:33:00 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:00 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:00 Selecting previously unselected package libwind0-heimdal:amd64. 13:33:00 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:00 Selecting previously unselected package libhx509-5-heimdal:amd64. 13:33:00 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:00 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:00 Selecting previously unselected package libkrb5-26-heimdal:amd64. 13:33:00 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:01 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:01 Selecting previously unselected package libheimntlm0-heimdal:amd64. 13:33:01 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:01 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:01 Selecting previously unselected package libgssapi3-heimdal:amd64. 13:33:01 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 13:33:01 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:01 Selecting previously unselected package libsasl2-modules-db:amd64. 13:33:01 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:33:01 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:33:01 Selecting previously unselected package libsasl2-2:amd64. 13:33:01 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 13:33:01 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:33:01 Selecting previously unselected package libldap-common. 13:33:01 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 13:33:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:33:01 Selecting previously unselected package libldap-2.4-2:amd64. 13:33:01 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 13:33:01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:33:01 Selecting previously unselected package dirmngr. 13:33:01 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 13:33:01 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 13:33:01 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 13:33:01 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 13:33:01 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 13:33:01 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:33:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 13:33:02 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 13:33:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Setting up libksba8:amd64 (1.3.5-2) ... 13:33:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:33:02 Setting up udev (237-3ubuntu10.44) ... 13:33:02 invoke-rc.d: policy-rc.d denied execution of start. 13:33:02 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Processing triggers for systemd (237-3ubuntu10) ... 13:33:02 Setting up fuse (2.9.7-1ubuntu1) ... 13:33:02 Setting up gpg (2.2.4-1ubuntu1.4) ... 13:33:02 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 13:33:02 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 13:33:02 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 13:33:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:33:03 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 13:33:03 settings in the [Install] section, and DefaultInstance for template units). 13:33:03 This means they are not meant to be enabled using systemctl. 13:33:03 Possible reasons for having this kind of units are: 13:33:03 1) A unit may be statically enabled by being symlinked from another unit's 13:33:03 .wants/ or .requires/ directory. 13:33:03 2) A unit's purpose may be to act as a helper for some other unit which has 13:33:03 a requirement dependency on it. 13:33:03 3) A unit may be started when needed via activation (socket, path, timer, 13:33:03 D-Bus, udev, scripted systemctl call, ...). 13:33:03 4) In case of template units, the unit is meant to be enabled with some 13:33:03 instance name specified. 13:33:03 Reading package lists... 13:33:03 Building dependency tree... 13:33:03 Reading state information... 13:33:03 The following additional packages will be installed: 13:33:03 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 13:33:03 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 13:33:03 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 13:33:03 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 13:33:03 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 13:33:03 Suggested packages: 13:33:03 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 13:33:03 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 13:33:03 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 13:33:03 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 13:33:03 systemd-container policykit-1 13:33:03 Recommended packages: 13:33:03 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 13:33:03 The following NEW packages will be installed: 13:33:03 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 13:33:03 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 13:33:03 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 13:33:03 multiarch-support openssh-client python3 python3-minimal python3.6 13:33:03 python3.6-minimal snapd squashfs-tools sudo 13:33:03 The following packages will be upgraded: 13:33:03 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 13:33:04 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 13:33:04 Need to get 35.2 MB of archives. 13:33:04 After this operation, 141 MB of additional disk space will be used. 13:33:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 13:33:04 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 13:33:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 13:33:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 13:33:05 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 13:33:05 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 13:33:05 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 13:33:05 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 13:33:05 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 13:33:05 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 13:33:05 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 13:33:05 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 13:33:05 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 13:33:05 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 13:33:05 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 13:33:05 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 13:33:05 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 13:33:05 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 13:33:05 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 13:33:05 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 13:33:05 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 13:33:05 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 13:33:05 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 13:33:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 13:33:05 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 13:33:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 13:33:05 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 13:33:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 13:33:05 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 13:33:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 13:33:06 debconf: delaying package configuration, since apt-utils is not installed 13:33:06 Fetched 35.2 MB in 2s (16.7 MB/s) 13:33:06 (Reading database ... 12757 files and directories currently installed.) 13:33:06 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 13:33:06 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 13:33:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 13:33:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 13:33:07 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 13:33:07 (Reading database ... 12757 files and directories currently installed.) 13:33:07 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 13:33:07 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 13:33:07 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 13:33:07 (Reading database ... 12757 files and directories currently installed.) 13:33:07 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 13:33:07 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 13:33:08 Setting up apt (1.6.12ubuntu0.2) ... 13:33:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 13:33:08 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 13:33:08 (Reading database ... 12764 files and directories currently installed.) 13:33:08 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 13:33:08 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 13:33:08 Selecting previously unselected package libpython3.6-minimal:amd64. 13:33:08 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:33:08 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:33:09 Selecting previously unselected package libexpat1:amd64. 13:33:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 13:33:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:33:09 Selecting previously unselected package python3.6-minimal. 13:33:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:33:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:33:09 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 13:33:09 Checking for services that may need to be restarted...done. 13:33:09 Checking for services that may need to be restarted...done. 13:33:09 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:33:09 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 13:33:09 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 13:33:10 Selecting previously unselected package python3-minimal. 13:33:10 (Reading database ... 13012 files and directories currently installed.) 13:33:10 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 13:33:10 Unpacking python3-minimal (3.6.7-1~18.04) ... 13:33:10 Selecting previously unselected package mime-support. 13:33:10 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 13:33:10 Unpacking mime-support (3.60ubuntu1) ... 13:33:10 Selecting previously unselected package libmpdec2:amd64. 13:33:10 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 13:33:10 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:33:10 Selecting previously unselected package libpython3.6-stdlib:amd64. 13:33:10 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:33:10 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:33:10 Selecting previously unselected package python3.6. 13:33:10 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 13:33:10 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:33:10 Selecting previously unselected package libpython3-stdlib:amd64. 13:33:10 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 13:33:10 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:33:10 Setting up python3-minimal (3.6.7-1~18.04) ... 13:33:11 Selecting previously unselected package python3. 13:33:11 (Reading database ... 13442 files and directories currently installed.) 13:33:11 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 13:33:11 Unpacking python3 (3.6.7-1~18.04) ... 13:33:11 Selecting previously unselected package multiarch-support. 13:33:11 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 13:33:11 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 13:33:11 Setting up multiarch-support (2.27-3ubuntu1.4) ... 13:33:11 Selecting previously unselected package liblzo2-2:amd64. 13:33:11 (Reading database ... 13479 files and directories currently installed.) 13:33:11 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 13:33:11 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 13:33:11 Selecting previously unselected package libbsd0:amd64. 13:33:11 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 13:33:11 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:33:11 Selecting previously unselected package sudo. 13:33:11 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 13:33:11 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 13:33:11 Selecting previously unselected package apparmor. 13:33:11 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 13:33:11 Unpacking apparmor (2.12-4ubuntu5.1) ... 13:33:12 Selecting previously unselected package libedit2:amd64. 13:33:12 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 13:33:12 Unpacking libedit2:amd64 (3.1-20170329-1) ... 13:33:12 Selecting previously unselected package libkrb5support0:amd64. 13:33:12 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 13:33:12 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:33:12 Selecting previously unselected package libk5crypto3:amd64. 13:33:12 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 13:33:12 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:33:12 Selecting previously unselected package libkeyutils1:amd64. 13:33:12 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 13:33:12 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:33:12 Selecting previously unselected package libkrb5-3:amd64. 13:33:12 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 13:33:12 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:33:12 Selecting previously unselected package libgssapi-krb5-2:amd64. 13:33:12 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 13:33:12 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:33:12 Selecting previously unselected package libssl1.0.0:amd64. 13:33:12 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 13:33:12 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:33:12 Selecting previously unselected package openssh-client. 13:33:12 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 13:33:12 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 13:33:13 Selecting previously unselected package squashfs-tools. 13:33:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 13:33:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:33:13 Selecting previously unselected package snapd. 13:33:13 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 13:33:13 Unpacking snapd (2.48.3+18.04) ... 13:33:15 Setting up libedit2:amd64 (3.1-20170329-1) ... 13:33:15 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 13:33:15 Setting up mime-support (3.60ubuntu1) ... 13:33:15 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 13:33:15 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 13:33:15 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 13:33:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:33:15 Setting up systemd (237-3ubuntu10.44) ... 13:33:15 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 13:33:16 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 13:33:16 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 13:33:16 Setting up liblzo2-2:amd64 (2.08-1.2) ... 13:33:16 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 13:33:16 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 13:33:16 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 13:33:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 13:33:18 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 13:33:18 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 13:33:18 Setting up python3 (3.6.7-1~18.04) ... 13:33:18 running python rtupdate hooks for python3.6... 13:33:18 running python post-rtupdate hooks for python3.6... 13:33:18 Setting up apparmor (2.12-4ubuntu5.1) ... 13:33:19 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 13:33:19 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 13:33:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 13:33:20 Setting up snapd (2.48.3+18.04) ... 13:33:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 13:33:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 13:33:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 13:33:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 13:33:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:33:21 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 13:33:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 13:33:21 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 13:33:21 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 13:33:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 13:33:22 /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' 13:33:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 13:33:22 Processing triggers for systemd (237-3ubuntu10.44) ... 13:33:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:33:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:33:23 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:33:24 Reading package lists... 13:33:24 Reading package lists... 13:33:24 Building dependency tree... 13:33:24 Reading state information... 13:33:24 Calculating upgrade... 13:33:24 The following packages will be upgraded: 13:33:24 advancecomp base-files bash binutils binutils-common 13:33:24 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 13:33:24 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 13:33:24 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 13:33:24 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 13:33:24 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 13:33:24 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 13:33:24 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 13:33:24 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 13:33:24 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 13:33:24 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 13:33:24 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 13:33:24 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 13:33:24 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 13:33:24 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 13:33:24 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 13:33:24 Need to get 63.8 MB of archives. 13:33:24 After this operation, 5206 kB of additional disk space will be used. 13:33:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 13:33:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 13:33:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 13:33:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 13:33:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 13:33:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 13:33:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 13:33:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 13:33:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 13:33:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 13:33:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 13:33:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 13:33:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 13:33:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 13:33:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 13:33:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 13:33:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 13:33:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 13:33:25 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 13:33:25 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 13:33:25 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 13:33:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 13:33:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 13:33:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 13:33:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 13:33:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 13:33:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 13:33:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 13:33:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 13:33:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 13:33:25 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 13:33:25 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 13:33:25 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 13:33:25 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 13:33:25 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 13:33:25 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 13:33:25 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 13:33:25 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 13:33:25 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 13:33:25 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 13:33:25 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 13:33:25 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 13:33:25 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 13:33:25 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 13:33:25 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 13:33:25 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 13:33:25 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 13:33:25 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 13:33:25 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 13:33:25 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 13:33:25 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 13:33:25 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 13:33:25 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 13:33:25 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 13:33:25 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 13:33:25 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 13:33:25 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 13:33:25 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 13:33:25 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 13:33:25 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 13:33:25 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 13:33:25 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 13:33:25 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 13:33:25 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 13:33:25 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 13:33:25 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 13:33:26 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 13:33:26 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 13:33:26 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 13:33:26 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 13:33:26 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 13:33:26 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 13:33:26 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 13:33:26 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 13:33:26 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 13:33:26 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 13:33:26 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 13:33:26 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 13:33:26 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 13:33:26 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 13:33:26 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 13:33:26 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 13:33:26 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 13:33:26 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 13:33:26 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 13:33:26 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 13:33:26 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 13:33:26 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 13:33:26 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 13:33:26 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 13:33:26 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 13:33:26 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 13:33:26 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 13:33:26 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 13:33:26 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 13:33:26 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 13:33:26 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 13:33:26 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 13:33:26 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 13:33:26 debconf: delaying package configuration, since apt-utils is not installed 13:33:26 Fetched 63.8 MB in 2s (34.5 MB/s) 13:33:27 (Reading database ... 13912 files and directories currently installed.) 13:33:27 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 13:33:27 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:33:27 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 13:33:27 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:33:27 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 13:33:27 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 13:33:28 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:28 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:29 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:29 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:29 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:29 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:29 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:29 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:29 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:29 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:29 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:29 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:29 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:29 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:29 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:29 (Reading database ... 13911 files and directories currently installed.) 13:33:29 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:29 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 13:33:30 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 13:33:30 (Reading database ... 13911 files and directories currently installed.) 13:33:30 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:30 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:30 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:30 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:30 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 13:33:30 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 13:33:30 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:30 (Reading database ... 13911 files and directories currently installed.) 13:33:30 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 13:33:30 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:33:31 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 13:33:31 (Reading database ... 13911 files and directories currently installed.) 13:33:31 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 13:33:31 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 13:33:31 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 13:33:31 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 13:33:31 Setting up base-files (10.1ubuntu2.10) ... 13:33:31 Installing new version of config file /etc/issue ... 13:33:31 Installing new version of config file /etc/issue.net ... 13:33:31 Installing new version of config file /etc/lsb-release ... 13:33:32 Installing new version of config file /etc/update-motd.d/50-motd-news ... 13:33:32 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 13:33:32 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 13:33:32 Removing obsolete conffile /etc/default/motd-news ... 13:33:32 (Reading database ... 13912 files and directories currently installed.) 13:33:32 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 13:33:32 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 13:33:32 Setting up bash (4.4.18-2ubuntu1.2) ... 13:33:32 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 13:33:32 (Reading database ... 13912 files and directories currently installed.) 13:33:32 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:33 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 13:33:33 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 13:33:33 (Reading database ... 13912 files and directories currently installed.) 13:33:33 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 13:33:33 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 13:33:33 Setting up tar (1.29b-2ubuntu0.2) ... 13:33:33 (Reading database ... 13912 files and directories currently installed.) 13:33:33 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 13:33:33 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:33:33 Setting up dpkg (1.19.0.5ubuntu2.3) ... 13:33:33 (Reading database ... 13912 files and directories currently installed.) 13:33:33 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 13:33:33 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:33:34 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 13:33:34 (Reading database ... 13912 files and directories currently installed.) 13:33:34 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 13:33:34 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:33:34 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 13:33:34 (Reading database ... 13912 files and directories currently installed.) 13:33:34 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 13:33:34 Unpacking grep (3.1-2build1) over (3.1-2) ... 13:33:34 Setting up grep (3.1-2build1) ... 13:33:34 (Reading database ... 13912 files and directories currently installed.) 13:33:34 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 13:33:34 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:33:34 Setting up login (1:4.5-1ubuntu2) ... 13:33:35 (Reading database ... 13912 files and directories currently installed.) 13:33:35 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 13:33:35 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:33:35 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 13:33:35 (Reading database ... 13912 files and directories currently installed.) 13:33:35 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 13:33:35 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:33:35 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 13:33:35 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:33:35 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 13:33:35 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:33:36 Setting up perl-base (5.26.1-6ubuntu0.5) ... 13:33:36 (Reading database ... 13912 files and directories currently installed.) 13:33:36 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 13:33:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 13:33:37 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:33:37 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:33:38 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 13:33:38 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 13:33:38 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 13:33:38 (Reading database ... 13912 files and directories currently installed.) 13:33:38 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 13:33:38 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 13:33:38 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 13:33:38 (Reading database ... 13912 files and directories currently installed.) 13:33:38 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:38 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:33:38 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:33:39 (Reading database ... 13912 files and directories currently installed.) 13:33:39 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:39 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:33:39 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:33:39 (Reading database ... 13912 files and directories currently installed.) 13:33:39 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:39 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:33:39 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:33:39 (Reading database ... 13912 files and directories currently installed.) 13:33:39 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:39 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:33:39 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:33:39 (Reading database ... 13912 files and directories currently installed.) 13:33:39 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 13:33:39 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:33:39 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 13:33:40 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:33:40 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 13:33:40 (Reading database ... 13912 files and directories currently installed.) 13:33:40 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 13:33:40 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:33:40 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 13:33:40 (Reading database ... 13912 files and directories currently installed.) 13:33:40 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:40 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:33:40 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 13:33:40 (Reading database ... 13912 files and directories currently installed.) 13:33:40 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:40 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:33:40 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 13:33:40 (Reading database ... 13912 files and directories currently installed.) 13:33:40 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:40 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:33:41 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 13:33:41 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 13:33:41 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 13:33:42 (Reading database ... 13912 files and directories currently installed.) 13:33:42 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 13:33:42 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 13:33:42 Setting up libc-bin (2.27-3ubuntu1.4) ... 13:33:42 (Reading database ... 13912 files and directories currently installed.) 13:33:42 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 13:33:42 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 13:33:42 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 13:33:42 (Reading database ... 13914 files and directories currently installed.) 13:33:42 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 13:33:42 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 13:33:42 Setting up debconf (1.5.66ubuntu1) ... 13:33:42 (Reading database ... 13914 files and directories currently installed.) 13:33:42 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 13:33:43 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:33:43 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 13:33:43 (Reading database ... 13914 files and directories currently installed.) 13:33:43 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 13:33:43 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 13:33:43 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 13:33:43 (Reading database ... 13914 files and directories currently installed.) 13:33:43 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:33:43 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:33:43 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:33:43 (Reading database ... 13914 files and directories currently installed.) 13:33:43 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:33:43 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:33:43 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 13:33:43 (Reading database ... 13914 files and directories currently installed.) 13:33:43 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 13:33:43 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:33:44 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 13:33:44 (Reading database ... 13914 files and directories currently installed.) 13:33:44 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 13:33:44 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 13:33:44 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 13:33:44 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 13:33:44 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 13:33:44 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:33:44 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 13:33:44 (Reading database ... 13914 files and directories currently installed.) 13:33:44 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 13:33:44 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 13:33:45 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 13:33:45 (Reading database ... 13914 files and directories currently installed.) 13:33:45 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 13:33:45 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 13:33:45 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 13:33:45 (Reading database ... 13914 files and directories currently installed.) 13:33:45 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 13:33:45 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 13:33:45 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 13:33:46 (Reading database ... 13914 files and directories currently installed.) 13:33:46 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 13:33:46 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 13:33:46 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 13:33:46 (Reading database ... 13914 files and directories currently installed.) 13:33:46 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 13:33:46 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 13:33:46 Setting up passwd (1:4.5-1ubuntu2) ... 13:33:46 (Reading database ... 13914 files and directories currently installed.) 13:33:46 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 13:33:46 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 13:33:46 Setting up gpgv (2.2.4-1ubuntu1.4) ... 13:33:46 (Reading database ... 13914 files and directories currently installed.) 13:33:46 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 13:33:46 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 13:33:47 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 13:33:47 (Reading database ... 13914 files and directories currently installed.) 13:33:47 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 13:33:47 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 13:33:47 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 13:33:47 (Reading database ... 13914 files and directories currently installed.) 13:33:47 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 13:33:47 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 13:33:47 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 13:33:47 (Reading database ... 13914 files and directories currently installed.) 13:33:47 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 13:33:47 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 13:33:47 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 13:33:47 (Reading database ... 13914 files and directories currently installed.) 13:33:47 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 13:33:47 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 13:33:47 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 13:33:48 (Reading database ... 13914 files and directories currently installed.) 13:33:48 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 13:33:48 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 13:33:48 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 13:33:48 (Reading database ... 13915 files and directories currently installed.) 13:33:48 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:33:48 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:33:48 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 13:33:48 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 13:33:48 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 13:33:48 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 13:33:49 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 13:33:49 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 13:33:49 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 13:33:49 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 13:33:49 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 13:33:49 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 13:33:49 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 13:33:49 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 13:33:49 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 13:33:49 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 13:33:50 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 13:33:50 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 13:33:50 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 13:33:50 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 13:33:50 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 13:33:50 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 13:33:50 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 13:33:50 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 13:33:51 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 13:33:51 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 13:33:51 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 13:33:51 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 13:33:51 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:33:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:33:52 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:33:52 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:33:52 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:33:52 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:33:52 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 13:33:52 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 13:33:52 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:52 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:52 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:52 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:53 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:53 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:53 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:54 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:54 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:54 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:54 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:55 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:55 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:56 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:57 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 13:33:57 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 13:33:57 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:33:57 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:33:57 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 13:33:57 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:33:57 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 13:33:57 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 13:33:57 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 13:33:57 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 13:33:57 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:33:57 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:33:57 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 13:33:57 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 13:33:58 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 13:33:58 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 13:33:58 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:58 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 13:33:58 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:58 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:58 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:58 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 13:33:58 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 13:33:58 Setting up tzdata (2021a-0ubuntu0.18.04) ... 13:33:58 13:33:58 Current default time zone: 'Etc/UTC' 13:33:58 Local time is now: Tue Mar 16 13:33:58 UTC 2021. 13:33:58 Universal Time is now: Tue Mar 16 13:33:58 UTC 2021. 13:33:58 Run 'dpkg-reconfigure tzdata' if you wish to change it. 13:33:58 13:33:58 Setting up systemd-sysv (237-3ubuntu10.44) ... 13:33:58 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:58 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 13:33:58 Setting up mount (2.31.1-0.4ubuntu3.7) ... 13:33:58 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 13:33:58 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 13:33:58 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 13:33:58 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 13:33:58 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 13:33:58 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 13:33:58 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:58 Setting up procps (2:3.3.12-3ubuntu1.2) ... 13:33:59 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 13:33:59 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 13:33:59 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 13:33:59 Setting up patch (2.7.6-2ubuntu1.1) ... 13:33:59 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 13:33:59 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 13:33:59 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 13:33:59 Installing new version of config file /etc/ssl/openssl.cnf ... 13:33:59 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 13:33:59 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 13:33:59 Setting up ca-certificates (20210119~18.04.1) ... 13:34:01 Updating certificates in /etc/ssl/certs... 13:34:02 23 added, 27 removed; done. 13:34:02 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 13:34:02 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 13:34:02 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 13:34:02 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 13:34:02 Setting up pkgbinarymangler (138.18.04.1) ... 13:34:02 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 13:34:02 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 13:34:02 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 13:34:02 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 13:34:02 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:34:02 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 13:34:02 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 13:34:02 Setting up perl (5.26.1-6ubuntu0.5) ... 13:34:02 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 13:34:02 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 13:34:02 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 13:34:02 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 13:34:02 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 13:34:02 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 13:34:02 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 13:34:02 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 13:34:02 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 13:34:03 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:34:03 Processing triggers for systemd (237-3ubuntu10.44) ... 13:34:03 Processing triggers for mime-support (3.60ubuntu1) ... 13:34:03 Processing triggers for ca-certificates (20210119~18.04.1) ... 13:34:03 Updating certificates in /etc/ssl/certs... 13:34:03 0 added, 0 removed; done. 13:34:03 Running hooks in /etc/ca-certificates/update.d... 13:34:03 done. 13:34:04 Reading package lists... 13:34:04 Building dependency tree... 13:34:04 Reading state information... 13:34:04 The following NEW packages will be installed: 13:34:04 apt-transport-https 13:34:04 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 13:34:04 Need to get 1696 B of archives. 13:34:04 After this operation, 153 kB of additional disk space will be used. 13:34:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 13:34:04 debconf: delaying package configuration, since apt-utils is not installed 13:34:04 Fetched 1696 B in 0s (8599 B/s) 13:34:04 Selecting previously unselected package apt-transport-https. 13:34:04 (Reading database ... 13920 files and directories currently installed.) 13:34:04 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 13:34:04 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 13:34:04 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 13:34:05 Waiting for network to be ready... 13:34:11 2021-03-16T13:34:08Z INFO Waiting for automatic snapd restart... 13:34:11 snapd 2.49 from Canonical* installed 13:34:12 "snapd" switched to the "latest/stable" channel 13:34:12 13:34:14 core18 20210128 from Canonical* installed 13:34:14 "core18" switched to the "latest/stable" channel 13:34:14 13:34:18 snapcraft 4.5.4 from Canonical* installed 13:34:18 "snapcraft" switched to the "latest/stable" channel 13:34:18 13:34:21 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: 13:34:21 - README.md 13:34:21 13:34:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 13:34:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:34:28 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 13:34:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 13:34:28 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:34:29 Reading package lists... 13:34:29 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 13:34:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:34:36 Reading package lists... 13:34:36 Building dependency tree... 13:34:36 Reading state information... 13:34:36 Suggested packages: 13:34:36 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 13:34:36 git-gui gitk gitweb git-cvs git-mediawiki git-svn 13:34:36 Recommended packages: 13:34:36 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 13:34:36 The following NEW packages will be installed: 13:34:36 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 13:34:36 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 13:34:36 pkg-config zip 13:34:36 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 13:34:36 Need to get 7657 kB of archives. 13:34:36 After this operation, 43.8 MB of additional disk space will be used. 13:34:36 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 13:34:36 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 13:34:36 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 13:34:36 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 13:34:36 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 13:34:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 13:34:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 13:34:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 13:34:36 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 13:34:36 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 13:34:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 13:34:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 13:34:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 13:34:36 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 13:34:36 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 13:34:37 debconf: delaying package configuration, since apt-utils is not installed 13:34:37 Fetched 7657 kB in 1s (7288 kB/s) 13:34:37 Selecting previously unselected package libglib2.0-0:amd64. 13:34:37 (Reading database ... 13924 files and directories currently installed.) 13:34:37 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 13:34:37 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:34:37 Selecting previously unselected package libpsl5:amd64. 13:34:37 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 13:34:37 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 13:34:37 Selecting previously unselected package libnghttp2-14:amd64. 13:34:37 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 13:34:37 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:34:37 Selecting previously unselected package librtmp1:amd64. 13:34:37 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 13:34:37 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:34:37 Selecting previously unselected package libcurl3-gnutls:amd64. 13:34:37 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 13:34:37 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 13:34:37 Selecting previously unselected package liberror-perl. 13:34:37 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 13:34:37 Unpacking liberror-perl (0.17025-1) ... 13:34:37 Selecting previously unselected package git-man. 13:34:37 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 13:34:37 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 13:34:37 Selecting previously unselected package git. 13:34:37 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 13:34:38 Unpacking git (1:2.17.1-1ubuntu0.8) ... 13:34:38 Selecting previously unselected package libnorm1:amd64. 13:34:38 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 13:34:38 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:34:39 Selecting previously unselected package libpgm-5.2-0:amd64. 13:34:39 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 13:34:39 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:34:39 Selecting previously unselected package libsodium23:amd64. 13:34:39 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 13:34:39 Unpacking libsodium23:amd64 (1.0.16-2) ... 13:34:39 Selecting previously unselected package libzmq5:amd64. 13:34:39 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 13:34:39 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:34:39 Selecting previously unselected package libzmq3-dev:amd64. 13:34:39 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 13:34:39 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:34:39 Selecting previously unselected package pkg-config. 13:34:39 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 13:34:39 Unpacking pkg-config (0.29.1-0ubuntu2) ... 13:34:39 Selecting previously unselected package zip. 13:34:39 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 13:34:39 Unpacking zip (3.0-11build1) ... 13:34:39 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 13:34:39 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 13:34:39 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 13:34:39 Setting up liberror-perl (0.17025-1) ... 13:34:39 Setting up libpsl5:amd64 (0.19.1-5build1) ... 13:34:39 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 13:34:39 No schema files found: doing nothing. 13:34:39 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 13:34:39 Setting up zip (3.0-11build1) ... 13:34:40 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 13:34:40 Setting up libsodium23:amd64 (1.0.16-2) ... 13:34:40 Setting up pkg-config (0.29.1-0ubuntu2) ... 13:34:40 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 13:34:40 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 13:34:40 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 13:34:40 Setting up git (1:2.17.1-1ubuntu0.8) ... 13:34:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 13:34:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:34:46 git set to automatically installed. 13:34:46 git-man set to automatically installed. 13:34:46 libcurl3-gnutls set to automatically installed. 13:34:46 liberror-perl set to automatically installed. 13:34:46 libglib2.0-0 set to automatically installed. 13:34:46 libnghttp2-14 set to automatically installed. 13:34:46 libnorm1 set to automatically installed. 13:34:46 libpgm-5.2-0 set to automatically installed. 13:34:46 libpsl5 set to automatically installed. 13:34:46 librtmp1 set to automatically installed. 13:34:46 libsodium23 set to automatically installed. 13:34:46 libzmq3-dev set to automatically installed. 13:34:46 libzmq5 set to automatically installed. 13:34:46 pkg-config set to automatically installed. 13:34:46 zip set to automatically installed. 13:34:48 snapd is not logged in, snap install commands will use sudo 13:34:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:34:55 snap "core18" has no updates available 13:34:56 snapd is not logged in, snap install commands will use sudo 13:35:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 13:41:39 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 13:41:39 Pulling config-common 13:41:39 + snapcraftctl pull 13:41:39 Pulling go-build-helper 13:41:39 + snapcraftctl pull 13:41:39 'edgex-go' has dependencies that need to be staged: go-build-helper 13:41:39 Skipping pull go-build-helper (already ran) 13:41:39 Building go-build-helper 13:41:39 + snapcraftctl build 13:41:39 Staging go-build-helper 13:41:39 + snapcraftctl stage 13:41:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 13:41:47 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 13:41:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 13:41:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 13:41:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 13:41:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 13:41:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 13:41:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 13:41:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 13:41:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 13:41:47 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 13:41:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 13:41:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 13:41:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 13:41:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 13:41:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 13:41:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 13:41:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 13:41:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 13:41:47 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 13:41:47 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 13:41:47 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 13:41:47 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 13:41:47 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 13:41:47 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 13:41:47 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 13:41:47 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 13:41:47 Fetched 24.1 MB in 0s (0 B/s) 13:41:47 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 13:41:47 Fetched 224 kB in 0s (0 B/s) 13:41:47 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 13:41:47 Fetched 157 kB in 0s (0 B/s) 13:41:47 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 13:41:47 Fetched 221 kB in 0s (0 B/s) 13:41:47 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 13:41:47 Fetched 143 kB in 0s (0 B/s) 13:41:47 Pulling edgex-go 13:41:47 + snapcraftctl pull 13:42:14 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 13:42:14 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 13:42:14 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 13:42:14 Fetched 0 B in 0s (0 B/s) 13:42:14 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 13:42:14 Fetched 96.5 kB in 0s (0 B/s) 13:42:14 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 13:42:14 Fetched 279 kB in 0s (0 B/s) 13:42:14 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 13:42:14 Fetched 122 kB in 0s (0 B/s) 13:42:14 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 13:42:14 Fetched 77.8 kB in 0s (0 B/s) 13:42:14 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 13:42:14 Fetched 8848 B in 0s (0 B/s) 13:42:14 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 13:42:14 Fetched 47.8 kB in 0s (0 B/s) 13:42:14 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 13:42:14 Fetched 45.6 kB in 0s (0 B/s) 13:42:14 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 13:42:14 Fetched 15.0 kB in 0s (0 B/s) 13:42:14 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 13:42:14 Fetched 214 kB in 0s (0 B/s) 13:42:14 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 13:42:14 Fetched 154 kB in 0s (0 B/s) 13:42:14 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 13:42:14 Fetched 50.6 kB in 0s (0 B/s) 13:42:14 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 13:42:14 Fetched 14.8 kB in 0s (0 B/s) 13:42:14 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 13:42:14 Fetched 41.8 kB in 0s (0 B/s) 13:42:14 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 13:42:14 Fetched 499 kB in 0s (0 B/s) 13:42:14 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 13:42:14 Fetched 111 kB in 0s (0 B/s) 13:42:14 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 13:42:14 Fetched 240 kB in 0s (0 B/s) 13:42:14 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 13:42:14 Fetched 29.3 kB in 0s (0 B/s) 13:42:14 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 13:42:14 Fetched 85.5 kB in 0s (0 B/s) 13:42:14 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 13:42:14 Fetched 24.5 kB in 0s (0 B/s) 13:42:14 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 13:42:14 Fetched 49.2 kB in 0s (0 B/s) 13:42:14 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 13:42:14 Fetched 54.2 kB in 0s (0 B/s) 13:42:14 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 13:42:14 Fetched 30.8 kB in 0s (0 B/s) 13:42:14 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 13:42:14 Fetched 15.8 kB in 0s (0 B/s) 13:42:14 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 13:42:14 Fetched 85.9 kB in 0s (0 B/s) 13:42:14 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 13:42:14 Fetched 8720 B in 0s (0 B/s) 13:42:14 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 13:42:14 Fetched 137 kB in 0s (0 B/s) 13:42:14 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 13:42:14 Fetched 119 kB in 0s (0 B/s) 13:42:14 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 13:42:14 Fetched 109 kB in 0s (0 B/s) 13:42:14 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 13:42:14 Fetched 11.1 kB in 0s (0 B/s) 13:42:14 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 13:42:14 Fetched 645 kB in 0s (0 B/s) 13:42:14 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 13:42:14 Fetched 41.3 kB in 0s (0 B/s) 13:42:14 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 13:42:14 Fetched 17.9 kB in 0s (0 B/s) 13:42:14 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 13:42:14 Fetched 368 kB in 0s (0 B/s) 13:42:14 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 13:42:14 Fetched 187 kB in 0s (0 B/s) 13:42:14 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 13:42:14 Fetched 175 kB in 0s (0 B/s) 13:42:14 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 13:42:14 Fetched 206 kB in 0s (0 B/s) 13:42:14 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 13:42:14 Fetched 1301 kB in 0s (0 B/s) 13:42:14 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 13:42:14 Fetched 36.2 kB in 0s (0 B/s) 13:42:14 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 13:42:14 Fetched 159 kB in 0s (0 B/s) 13:42:14 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 13:42:14 Fetched 107 kB in 0s (0 B/s) 13:42:14 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 13:42:14 Fetched 48.7 kB in 0s (0 B/s) 13:42:14 Pulling static-packages 13:42:14 + snapcraftctl pull 13:42:15 Pulling version 13:42:15 + cd /root/project 13:42:15 + [ -f VERSION ] 13:42:15 + PROJECT_VERSION=local-dev 13:42:15 + git rev-parse --short HEAD 13:42:15 + GIT_REVISION=c21e503d 13:42:15 + snapcraftctl set-version local-dev 13:42:16 Building config-common 13:42:16 + snapcraftctl build 13:42:17 Skipping build go-build-helper (already ran) 13:42:17 Building edgex-go 13:42:17 + cd /root/parts/edgex-go/src 13:42:17 + make build 13:42: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 13:42:20 go: downloading github.com/gorilla/mux v1.8.0 13:42:20 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 13:42:20 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 13:42:20 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 13:42:20 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 13:42:20 go: downloading github.com/OneOfOne/xxhash v1.2.8 13:42:20 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 13:42:20 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 13:42:20 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 13:42:20 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 13:42:20 go: downloading github.com/x448/float16 v0.8.4 13:42:20 go: downloading github.com/google/uuid v1.2.0 13:42:20 go: downloading github.com/go-kit/kit v0.8.0 13:42:21 go: downloading github.com/imdario/mergo v0.3.12 13:42:21 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 13:42:21 go: downloading github.com/pkg/errors v0.8.1 13:42:21 go: downloading github.com/go-redis/redis/v7 v7.2.0 13:42:21 go: downloading github.com/go-logfmt/logfmt v0.4.0 13:42:21 go: downloading github.com/hashicorp/consul/api v1.8.1 13:42:21 go: downloading github.com/mitchellh/mapstructure v1.1.2 13:42:21 go: downloading github.com/hashicorp/serf v0.9.5 13:42:21 go: downloading github.com/pelletier/go-toml v1.2.0 13:42:21 go: downloading github.com/BurntSushi/toml v0.3.1 13:42:21 go: downloading github.com/pebbe/zmq4 v1.2.5 13:42:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 13:42:21 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 13:42:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 13:42:21 go: downloading github.com/go-playground/validator/v10 v10.3.0 13:42:21 go: downloading github.com/hashicorp/go-hclog v0.12.0 13:42:21 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 13:42:21 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 13:42:21 go: downloading github.com/leodido/go-urn v1.2.0 13:42:21 go: downloading github.com/go-playground/universal-translator v0.17.0 13:42:21 go: downloading github.com/gorilla/websocket v1.4.2 13:42:22 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 13:42:22 go: downloading github.com/mattn/go-isatty v0.0.12 13:42:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 13:42:22 go: downloading github.com/go-playground/locales v0.13.0 13:42:22 go: downloading github.com/hashicorp/golang-lru v0.5.0 13:42:22 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 13:42:22 go: downloading github.com/fatih/color v1.9.0 13:42:22 go: downloading github.com/mitchellh/copystructure v1.0.0 13:42:22 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 13:42:22 go: downloading github.com/mattn/go-colorable v0.1.6 13:42:22 go: downloading github.com/mitchellh/reflectwalk v1.0.0 13:42:32 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 13:42:32 go: downloading gopkg.in/yaml.v2 v2.4.0 13:42:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 13:42:37 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 13:42:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 13:42:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 13:42:40 go: downloading github.com/stretchr/testify v1.7.0 13:42:40 go: downloading github.com/davecgh/go-spew v1.1.1 13:42:40 go: downloading github.com/pmezard/go-difflib v1.0.0 13:42:40 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 13:42:42 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 13:42:42 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 13:42:42 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 13:42: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 13:42:45 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 13:42:45 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 13:42:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 13:42:48 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 13:42:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 13:42:49 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 13:42:49 go: downloading github.com/lib/pq v1.9.0 13:42:51 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 13:42:51 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 13:42:51 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 13:42:51 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 13:42:51 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 13:42:51 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 13:42:51 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 13:42:51 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 13:42:51 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 13:42:51 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 13:42:51 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 13:42:51 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 13:42:51 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 13:42:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 13:42:51 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 13:42:51 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 13:42:51 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 13:42:51 + 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 13:42:51 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 13:42:51 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 13:42:51 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 13:42:51 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 13:42:51 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 13:42:51 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 13:42:51 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 13:42:54 Building static-packages 13:42:54 + snapcraftctl build 13:42:56 Building version 13:42:56 + snapcraftctl build 13:42:58 Staging config-common 13:42:58 + snapcraftctl stage 13:42:59 Skipping stage go-build-helper (already ran) 13:42:59 Staging edgex-go 13:42:59 + snapcraftctl stage 13:43:00 Staging static-packages 13:43:00 + snapcraftctl stage 13:43:01 Staging version 13:43:01 + snapcraftctl stage 13:43:02 Priming config-common 13:43:02 + snapcraftctl prime 13:43:02 Priming go-build-helper 13:43:02 + snapcraftctl prime 13:43:03 Priming edgex-go 13:43:03 + snapcraftctl prime 13:43:05 Priming static-packages 13:43:05 + snapcraftctl prime 13:43:07 Priming version 13:43:07 + snapcraftctl prime 13:43:07 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 13:43:12 provisioning config files... 13:43:12 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config1678582943723334538tmp [Pipeline] { [Pipeline] sh 13:43:12 + set +x 13:43:12 + bash -s -- 13:43:12 + curl -s https://codecov.io/bash 13:43:13 13:43:13 _____ _ 13:43:13 / ____| | | 13:43:13 | | ___ __| | ___ ___ _____ __ 13:43:13 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:43:13 | |___| (_) | (_| | __/ (_| (_) \ V / 13:43:13 \_____\___/ \__,_|\___|\___\___/ \_/ 13:43:13 Bash-20210309-2b87ace 13:43:13 13:43:13 13:43:13 ==> git version 2.24.3 found 13:43:13 ==> 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 13:43:13 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 13:43:13 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 13:43:13 ==> Jenkins CI detected. 13:43:13 project root: . 13:43:13 --> token set from env 13:43:13 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:43:13 ==> Running gcov in . (disable via -X gcov) 13:43:13 ==> Python coveragepy not found 13:43:13 ==> Searching for coverage reports in: 13:43:13 + . 13:43:13 -> Found 1 reports 13:43:13 ==> Detecting git/mercurial file structure 13:43:13 ==> Reading reports 13:43:13 + ./coverage.out bytes=650607 13:43:13 ==> Appending adjustments 13:43:13 https://docs.codecov.io/docs/fixing-reports 13:43:24 + Found adjustments 13:43:24 ==> Gzipping contents 13:43:24 96K /tmp/codecov.Gw4V02.gz 13:43:24 ==> Uploading reports 13:43:24 url: https://codecov.io 13:43:24 query: branch=PR-3266&commit=c21e503d76820034a55c4a3b1a54325bb1766d2f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3266%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3266&job=&cmd_args= 13:43:24 -> Pinging Codecov 13:43:24 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3266&commit=c21e503d76820034a55c4a3b1a54325bb1766d2f&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3266%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3266&job=&cmd_args= 13:43:24 -> Uploading to 13:43:24 https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/c21e503d76820034a55c4a3b1a54325bb1766d2f/aee6b832-2cd9-4780-8426-813a3200975e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T134323Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=343605d5cd2ec8f8f64d76dc2a664950e7acbebb5622fac890733fa0502f5256 13:43:24 % Total % Received % Xferd Average Speed Time Time Time Current 13:43:24 Dload Upload Total Spent Left Speed 13:43:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94922 0 0 100 94922 0 149k --:--:-- --:--:-- --:--:-- 149k 13:43:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/c21e503d76820034a55c4a3b1a54325bb1766d2f [Pipeline] } 13:43:24 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 13:43:26 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:43:27 ---> package-listing.sh 13:43:27 ++ facter osfamily 13:43:27 ++ tr '[:upper:]' '[:lower:]' 13:43:27 + OS_FAMILY=redhat 13:43:27 + workspace=/w/workspace/edgex-go/2 13:43:27 + START_PACKAGES=/tmp/packages_start.txt 13:43:27 + END_PACKAGES=/tmp/packages_end.txt 13:43:27 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:43:27 + PACKAGES=/tmp/packages_start.txt 13:43:27 + '[' /w/workspace/edgex-go/2 ']' 13:43:27 + PACKAGES=/tmp/packages_end.txt 13:43:27 + case "${OS_FAMILY}" in 13:43:27 + rpm -qa 13:43:27 + sort 13:43:38 + '[' -f /tmp/packages_start.txt ']' 13:43:38 + '[' -f /tmp/packages_end.txt ']' 13:43:38 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:43:38 + '[' /w/workspace/edgex-go/2 ']' 13:43:38 + mkdir -p /w/workspace/edgex-go/2/archives/ 13:43:38 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 13:43:38 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:43:38 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 13:43:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:43:39 13:43:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 13:43:40 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:43:40 alpine: Pulling from edgex-lftools-log-publisher 13:43:40 df20fa9351a1: Pulling fs layer 13:43:40 36b3adc4ff6f: Pulling fs layer 13:43:40 8ad3a11d3b57: Pulling fs layer 13:43:40 46f8f816bc3b: Pulling fs layer 13:43:40 93b61091891f: Pulling fs layer 13:43:40 93b9cdb0e59b: Pulling fs layer 13:43:40 5e14af77c1be: Pulling fs layer 13:43:40 01666e4c0597: Pulling fs layer 13:43:40 aa168da1d23b: Pulling fs layer 13:43:40 93b9cdb0e59b: Waiting 13:43:40 5e14af77c1be: Waiting 13:43:40 46f8f816bc3b: Waiting 13:43:40 93b61091891f: Waiting 13:43:40 01666e4c0597: Waiting 13:43:40 aa168da1d23b: Waiting 13:43:40 36b3adc4ff6f: Verifying Checksum 13:43:40 36b3adc4ff6f: Download complete 13:43:40 46f8f816bc3b: Verifying Checksum 13:43:40 46f8f816bc3b: Download complete 13:43:40 df20fa9351a1: Verifying Checksum 13:43:40 93b9cdb0e59b: Verifying Checksum 13:43:40 93b9cdb0e59b: Download complete 13:43:40 5e14af77c1be: Verifying Checksum 13:43:40 5e14af77c1be: Download complete 13:43:40 01666e4c0597: Verifying Checksum 13:43:40 01666e4c0597: Download complete 13:43:40 93b61091891f: Verifying Checksum 13:43:40 93b61091891f: Download complete 13:43:41 df20fa9351a1: Pull complete 13:43:41 8ad3a11d3b57: Verifying Checksum 13:43:41 8ad3a11d3b57: Download complete 13:43:43 36b3adc4ff6f: Pull complete 13:43:45 8ad3a11d3b57: Pull complete 13:43:45 46f8f816bc3b: Pull complete 13:43:47 93b61091891f: Pull complete 13:43:47 aa168da1d23b: Verifying Checksum 13:43:47 aa168da1d23b: Download complete 13:43:47 93b9cdb0e59b: Pull complete 13:43:48 5e14af77c1be: Pull complete 13:43:48 01666e4c0597: Pull complete 13:44:16 aa168da1d23b: Pull complete 13:44:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 13:44:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 13:44:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 13:44:17 prd-centos7-docker-4c-2g-29994 does not seem to be running inside a container 13:44:17 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 13:44:21 $ docker top 31cdee1bec2e70d8b63881f69a9010110de0d3adfba9fecf7bbd7ea716326db3 -eo pid,comm [Pipeline] { [Pipeline] sh 13:44:23 + touch /tmp/pre-build-complete [Pipeline] sh 13:44:24 + mkdir -p /var/log/sa [Pipeline] sh 13:44:24 + ls /var/log/sa-host 13:44:24 + sadf -c /var/log/sa-host/sa16 13:44:24 file_magic: OK 13:44:24 HZ: Using current value: 100 13:44:24 file_header: OK 13:44:24 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 13:44:24 Statistics: 13:44:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...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... 13:44:24 File successfully converted to sysstat format version 12.2.1 13:44:24 + sadf -c /var/log/sa-host/sa23 13:44:24 file_magic: OK 13:44:24 HZ: Using current value: 100 13:44:24 file_header: OK 13:44:24 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 13:44:24 Statistics: 13:44:24 Hnuu...uuuununununu... 13:44:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:44:25 provisioning config files... 13:44:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5604418527860136298tmp [Pipeline] { [Pipeline] echo 13:44:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:44:26 ---> create-netrc.sh [Pipeline] } 13:44:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 13:44:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 13:44:26 ---> python-tools-install.sh [Pipeline] echo 13:44:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:44:27 ---> sudo-logs.sh 13:44:27 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:44:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:44:28 ---> job-cost.sh 13:44:28 lf-activate-venv: SKIPPING 13:44:28 DEBUG: total: 0.20999999344348907 13:44:28 INFO: Retrieving Stack Cost... 13:44:29 INFO: Retrieving Pricing Info for: v1-standard-2 13:44:29 INFO: Archiving Costs [Pipeline] echo 13:44:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:44:30 ---> logs-deploy.sh 13:44:30 lf-activate-venv: SKIPPING 13:44:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3266/2 13:44:30 INFO: archiving workspace using pattern(s): 13:44:33 Archives upload complete. 13:44:34 INFO: archiving logs to Nexus 13:44:36 ---> uname -a: 13:44:36 Linux prd-centos7-docker-4c-2g-29994.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 13:44:36 13:44:36 13:44:36 ---> lscpu: 13:44:36 Architecture: x86_64 13:44:36 CPU op-mode(s): 32-bit, 64-bit 13:44:36 Byte Order: Little Endian 13:44:36 Address sizes: 40 bits physical, 48 bits virtual 13:44:36 CPU(s): 4 13:44:36 On-line CPU(s) list: 0-3 13:44:36 Thread(s) per core: 1 13:44:36 Core(s) per socket: 1 13:44:36 Socket(s): 4 13:44:36 NUMA node(s): 1 13:44:36 Vendor ID: GenuineIntel 13:44:36 CPU family: 6 13:44:36 Model: 44 13:44:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 13:44:36 Stepping: 1 13:44:36 CPU MHz: 2933.438 13:44:36 BogoMIPS: 5866.87 13:44:36 Virtualization: VT-x 13:44:36 Hypervisor vendor: KVM 13:44:36 Virtualization type: full 13:44:36 L1d cache: 128 KiB 13:44:36 L1i cache: 128 KiB 13:44:36 L2 cache: 16 MiB 13:44:36 L3 cache: 64 MiB 13:44:36 NUMA node0 CPU(s): 0-3 13:44:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 13:44:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 13:44:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 13:44:36 Vulnerability Meltdown: Mitigation; PTI 13:44:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:44:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:44:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:44:36 Vulnerability Srbds: Not affected 13:44:36 Vulnerability Tsx async abort: Not affected 13:44:36 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 13:44:36 13:44:36 13:44:36 ---> nproc: 13:44:36 4 13:44:36 13:44:36 13:44:36 ---> df -h: 13:44:36 Filesystem Size Used Available Use% Mounted on 13:44:36 overlay 50.0G 12.2G 37.8G 24% / 13:44:36 tmpfs 64.0M 0 64.0M 0% /dev 13:44:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 13:44:36 shm 64.0M 0 64.0M 0% /dev/shm 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 13:44:36 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp 13:44:36 13:44:36 13:44:36 ---> free -m: 13:44:36 total used free shared buff/cache available 13:44:36 Mem: 1837 843 255 0 738 922 13:44:36 Swap: 1023 50 973 13:44:36 13:44:36 13:44:36 ---> ip addr: 13:44:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 13:44:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 13:44:36 inet 127.0.0.1/8 scope host lo 13:44:36 valid_lft forever preferred_lft forever 13:44:36 inet6 ::1/128 scope host 13:44:36 valid_lft forever preferred_lft forever 13:44:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 13:44:36 link/ether fa:16:3e:a8:42:7f brd ff:ff:ff:ff:ff:ff 13:44:36 inet 10.30.122.44/23 brd 10.30.123.255 scope global dynamic eth0 13:44:36 valid_lft 83331sec preferred_lft 83331sec 13:44:36 inet6 fe80::f816:3eff:fea8:427f/64 scope link 13:44:36 valid_lft forever preferred_lft forever 13:44:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 13:44:36 link/ether 02:42:5d:fb:4a:eb brd ff:ff:ff:ff:ff:ff 13:44:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 13:44:36 valid_lft forever preferred_lft forever 13:44:36 inet6 fe80::42:5dff:fefb:4aeb/64 scope link 13:44:36 valid_lft forever preferred_lft forever 13:44:36 13:44:36 13:44:36 ---> sar -b -r -n DEV: 13:44:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) 13:44:36 13:44:36 12:53:10 LINUX RESTART (4 CPU) 13:44:36 13:44:36 12:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 13:44:36 12:55:01 104.25 52.95 51.30 0.00 3843.81 36757.88 0.00 13:44:36 12:56:02 49.76 11.66 38.10 0.00 4522.06 7814.20 0.00 13:44:36 12:57:01 77.68 50.04 27.63 0.00 4155.79 12891.01 0.00 13:44:36 12:58:02 170.38 44.88 125.50 0.00 2853.69 36455.62 0.00 13:44:36 12:59:01 180.58 64.18 116.40 0.00 2081.59 13062.53 0.00 13:44:36 13:00:01 66.67 29.64 37.03 0.00 1276.36 3227.83 0.00 13:44:36 13:01:02 59.46 9.72 49.74 0.00 439.35 7690.35 0.00 13:44:36 13:02:01 28.27 5.00 23.27 0.00 210.30 1652.63 0.00 13:44:36 13:03:02 71.27 45.43 25.84 0.00 1567.26 1629.11 0.00 13:44:36 13:04:01 67.61 28.67 38.93 0.00 1985.33 3602.84 0.00 13:44:36 13:05:02 21.98 1.03 20.96 0.00 36.55 3199.22 0.00 13:44:36 13:06:01 78.53 10.47 68.05 0.00 620.38 15478.26 0.00 13:44:36 13:07:02 149.31 49.40 99.92 0.00 15264.86 74846.09 0.00 13:44:36 13:08:12 668.23 576.55 91.69 0.00 64628.73 64707.19 0.00 13:44:36 13:09:09 479.08 378.44 100.65 0.00 24534.64 21867.74 0.00 13:44:36 13:10:08 943.64 845.50 98.14 0.00 58025.92 62772.62 0.00 13:44:36 13:11:04 921.36 849.46 71.90 0.00 46115.56 51270.22 0.00 13:44:36 13:12:03 493.19 406.74 86.45 0.00 24895.29 25027.25 0.00 13:44:36 13:13:01 133.86 75.55 58.30 0.00 5538.77 13285.34 0.00 13:44:36 13:14:04 217.00 39.38 177.63 0.00 12278.38 53741.44 0.00 13:44:36 13:15:11 508.61 425.95 82.66 0.00 50953.46 60912.88 0.00 13:44:36 13:16:07 530.71 461.33 69.38 0.00 22598.28 21794.09 0.00 13:44:36 13:17:04 708.62 612.14 96.48 0.00 36645.55 38921.20 0.00 13:44:36 13:18:01 564.16 445.52 118.64 0.00 25176.51 27531.93 0.00 13:44:36 13:19:01 163.63 50.59 113.04 0.00 6952.72 20310.04 0.00 13:44:36 13:20:01 101.03 2.05 98.99 0.00 90.80 13696.74 0.00 13:44:36 13:21:01 24.53 11.89 12.64 0.00 2954.04 351.20 0.00 13:44:36 13:22:01 0.57 0.33 0.23 0.00 6.39 3.46 0.00 13:44:36 13:23:01 0.22 0.03 0.18 0.00 0.80 2.95 0.00 13:44:36 13:24:01 0.43 0.28 0.15 0.00 4.26 1.99 0.00 13:44:36 13:25:01 0.20 0.00 0.20 0.00 0.00 3.09 0.00 13:44:36 13:26:02 0.17 0.00 0.17 0.00 0.00 1.59 0.00 13:44:36 13:27:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 13:44:36 13:28:01 0.27 0.02 0.25 0.00 0.53 2.56 0.00 13:44:36 13:29:01 0.17 0.00 0.17 0.00 0.00 1.33 0.00 13:44:36 13:30:01 0.15 0.00 0.15 0.00 0.00 1.60 0.00 13:44:36 13:31:01 0.17 0.00 0.17 0.00 0.00 1.60 0.00 13:44:36 13:32:01 0.33 0.00 0.33 0.00 0.00 4.71 0.00 13:44:36 13:33:01 0.22 0.00 0.22 0.00 0.00 2.15 0.00 13:44:36 13:34:01 0.17 0.00 0.17 0.00 0.00 1.46 0.00 13:44:36 13:35:01 0.17 0.00 0.17 0.00 0.00 1.73 0.00 13:44:36 13:36:02 0.18 0.02 0.17 0.00 0.53 1.46 0.00 13:44:36 13:37:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 13:44:36 13:38:01 112.54 107.95 4.59 0.00 1319.63 226.60 0.00 13:44:36 13:39:01 139.79 118.88 20.91 0.00 1684.50 715.79 0.00 13:44:36 13:40:01 88.55 86.37 2.18 0.00 2067.35 281.53 0.00 13:44:36 13:41:01 0.23 0.03 0.20 0.00 1.20 2.16 0.00 13:44:36 13:42:01 0.22 0.00 0.22 0.00 0.00 1.91 0.00 13:44:36 13:43:01 0.33 0.05 0.28 0.00 1.73 3.11 0.00 13:44:36 13:44:02 134.53 76.10 58.43 0.00 6319.24 12658.01 0.00 13:44:36 Average: 160.68 118.83 41.85 0.00 8774.42 14368.80 0.00 13:44:36 13:44:36 12:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 13:44:36 12:55:01 74980 0 552436 29.36 2620 1251508 1115816 38.08 404404 1204888 40412 13:44:36 12:56:02 88804 0 644096 34.23 2620 1146024 1345344 45.91 510944 1075188 18416 13:44:36 12:57:01 154004 0 650392 34.57 2620 1074528 1594040 54.40 629964 890556 87040 13:44:36 12:58:02 135648 0 678536 36.06 2196 1065164 1552216 52.97 570896 931416 40 13:44:36 12:59:01 198936 0 776896 41.29 1492 904220 1737744 59.31 555984 840076 1956 13:44:36 13:00:01 75992 0 983668 52.28 1420 820464 1899088 64.81 765984 758700 63324 13:44:36 13:01:02 82440 0 920104 48.90 760 878240 1828852 62.42 771376 739932 13900 13:44:36 13:02:01 127740 0 855496 45.47 680 897628 1755088 59.90 733840 731772 41524 13:44:36 13:03:02 243860 0 789424 41.96 680 847580 1746788 59.61 608792 739432 67904 13:44:36 13:04:01 245412 0 736564 39.15 680 898888 1392632 47.53 549520 788760 13492 13:44:36 13:05:02 214456 0 749628 39.84 592 916868 1515028 51.71 609916 760656 47024 13:44:36 13:06:01 212628 0 717324 38.12 544 951048 1134696 38.73 521540 856584 87396 13:44:36 13:07:02 77108 0 702360 37.33 124 1101952 1340536 45.75 726272 841260 34140 13:44:36 13:08:12 457632 0 706040 37.52 0 717872 1493600 50.97 532760 681808 40728 13:44:36 13:09:09 69300 0 848552 45.10 0 963692 2356184 80.41 711648 875840 80584 13:44:36 13:10:08 64836 0 860548 45.74 0 956160 2350796 80.23 763292 814076 36408 13:44:36 13:11:04 82244 0 853040 45.34 0 946260 2358996 80.51 766492 803612 86572 13:44:36 13:12:03 360472 0 1112672 59.14 0 408400 4426836 151.08 673628 576280 49760 13:44:36 13:13:01 415044 0 768296 40.83 0 698204 2064112 70.44 558856 636820 1496 13:44:36 13:14:04 69760 0 714496 37.97 0 1097288 1491596 50.91 718516 841320 77348 13:44:36 13:15:11 70140 0 802456 42.65 0 1008948 2155028 73.55 662552 935640 82852 13:44:36 13:16:07 113280 0 841756 44.74 0 926508 2406244 82.12 655212 866128 68624 13:44:36 13:17:04 69200 0 807124 42.90 0 1005220 2154764 73.54 638672 938180 81272 13:44:36 13:18:01 436556 0 723704 38.46 0 721284 1797612 61.35 527276 673028 44 13:44:36 13:19:01 207572 0 732012 38.90 0 941960 1771744 60.47 651864 779496 40744 13:44:36 13:20:01 147196 0 715856 38.05 0 1018492 1532088 52.29 632864 847964 36 13:44:36 13:21:01 151092 0 653476 34.73 0 1076976 1226324 41.85 608208 873480 20 13:44:36 13:22:01 153132 0 651432 34.62 0 1076980 1192616 40.70 606408 873648 20 13:44:36 13:23:01 154516 0 650040 34.55 0 1076988 1190328 40.62 606052 873672 12 13:44:36 13:24:01 154340 0 650124 34.55 0 1077080 1190396 40.63 606136 873800 12 13:44:36 13:25:01 154228 0 650228 34.56 0 1077088 1190504 40.63 605980 873800 8 13:44:36 13:26:02 154348 0 650100 34.55 0 1077096 1190456 40.63 606112 873800 8 13:44:36 13:27:01 154528 0 649912 34.54 0 1077104 1190396 40.63 606140 873804 8 13:44:36 13:28:01 154000 0 650444 34.57 0 1077100 1190396 40.63 606184 873796 8 13:44:36 13:29:01 154056 0 650368 34.57 0 1077120 1190396 40.63 606044 873812 8 13:44:36 13:30:01 154076 0 650344 34.56 0 1077124 1190468 40.63 606016 873816 8 13:44:36 13:31:01 154116 0 650296 34.56 0 1077132 1190396 40.63 606024 873816 8 13:44:36 13:32:01 154116 0 650288 34.56 0 1077140 1190396 40.63 605904 873816 8 13:44:36 13:33:01 154232 0 650168 34.56 0 1077144 1190396 40.63 606036 873816 8 13:44:36 13:34:01 154324 0 650068 34.55 0 1077152 1190444 40.63 605936 873816 8 13:44:36 13:35:01 154200 0 650184 34.56 0 1077160 1190468 40.63 606264 873816 8 13:44:36 13:36:02 154152 0 650240 34.56 0 1077152 1190492 40.63 606152 873816 8 13:44:36 13:37:01 153916 0 650456 34.57 0 1077172 1190396 40.63 606204 873836 8 13:44:36 13:38:01 101256 0 669812 35.60 0 1110476 1196376 40.83 636068 882348 1104 13:44:36 13:39:01 86468 0 707720 37.61 0 1087356 1192084 40.68 639980 850744 844 13:44:36 13:40:01 168580 0 783056 41.62 0 929908 1190536 40.63 605220 730172 16 13:44:36 13:41:01 168716 0 782884 41.61 0 929944 1190464 40.63 605508 730084 12 13:44:36 13:42:01 169012 0 782916 41.61 0 929616 1190428 40.63 605292 729980 12 13:44:36 13:43:01 168780 0 783360 41.63 0 929404 1190584 40.63 605756 729764 12 13:44:36 13:44:02 75368 0 851824 45.27 0 954352 1609668 54.94 641748 782900 74548 13:44:36 Average: 161016 0 733264 38.97 341 986923 1547058 52.80 621969 834391 24795 13:44:36 13:44:36 12:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 13:44:36 12:55:01 eth0 235.84 171.83 1104.48 48.75 0.00 0.00 0.00 0.00 13:44:36 12:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 12:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 12:56:02 veth5614e7b 154.87 119.00 17.03 324.01 0.00 0.00 0.00 0.00 13:44:36 12:56:02 eth0 568.14 492.51 2862.26 62.20 0.00 0.00 0.00 0.00 13:44:36 12:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 12:56:02 docker0 154.87 118.87 14.92 324.00 0.00 0.00 0.00 0.00 13:44:36 12:57:01 eth0 708.63 743.33 2423.28 100.80 0.00 0.00 0.00 0.00 13:44:36 12:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 12:57:01 docker0 719.69 679.40 58.24 2398.22 0.00 0.00 0.00 0.00 13:44:36 12:58:02 eth0 336.80 274.43 3181.28 27.40 0.00 0.00 0.00 0.00 13:44:36 12:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 12:58:02 vethfe8f8a1 0.85 0.73 0.10 1.27 0.00 0.00 0.00 0.00 13:44:36 12:58:02 docker0 48.37 69.44 2.59 360.85 0.00 0.00 0.00 0.00 13:44:36 12:59:01 eth0 127.60 96.43 502.92 72.21 0.00 0.00 0.00 0.00 13:44:36 12:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 12:59:01 vethcb2bbd9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 12:59:01 docker0 68.24 97.03 5.61 478.93 0.00 0.00 0.00 0.00 13:44:36 13:00:01 eth0 9.29 5.58 6.13 3.18 0.00 0.00 0.00 0.00 13:44:36 13:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:00:01 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:01:02 eth0 19.04 14.73 15.14 8.39 0.00 0.00 0.00 0.00 13:44:36 13:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:01:02 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:02:01 eth0 26.84 20.70 19.33 10.80 0.00 0.00 0.00 0.00 13:44:36 13:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:02:01 vethcb2bbd9 2.07 2.07 0.17 0.17 0.00 0.00 0.00 0.00 13:44:36 13:02:01 docker0 2.07 2.07 0.14 0.17 0.00 0.00 0.00 0.00 13:44:36 13:03:02 eth0 9.57 7.66 7.71 4.26 0.00 0.00 0.00 0.00 13:44:36 13:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:03:02 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:04:01 eth0 20.38 17.98 11.43 54.60 0.00 0.00 0.00 0.00 13:44:36 13:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:04:01 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:05:02 eth0 26.14 20.38 17.62 33.34 0.00 0.00 0.00 0.00 13:44:36 13:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:05:02 vethcb2bbd9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:06:01 eth0 166.35 125.80 1706.15 16.31 0.00 0.00 0.00 0.00 13:44:36 13:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:07:02 eth0 30.83 29.06 24.02 61.95 0.00 0.00 0.00 0.00 13:44:36 13:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:07:02 veth6a484dc 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 13:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:08:12 eth0 1.61 1.33 1.19 0.67 0.00 0.00 0.00 0.00 13:44:36 13:08:12 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:08:12 veth6a484dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:08:12 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:09:09 eth0 47.14 30.91 172.45 10.88 0.00 0.00 0.00 0.00 13:44:36 13:09:09 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:09:09 veth6a484dc 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 13:09:09 docker0 12.46 24.26 0.67 154.19 0.00 0.00 0.00 0.00 13:44:36 13:10:08 eth0 2.57 2.01 1.90 1.07 0.00 0.00 0.00 0.00 13:44:36 13:10:08 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:10:08 veth6a484dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:10:08 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:11:04 eth0 1.42 1.16 0.99 0.56 0.00 0.00 0.00 0.00 13:44:36 13:11:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:11:04 veth6a484dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:11:04 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:12:03 veth5c8b4b5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 13:12:03 veth598a992 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 13:12:03 veth4104ac5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 13:12:03 veth463228b 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 13:13:01 veth5c8b4b5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:13:01 veth598a992 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:13:01 veth463228b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:13:01 eth0 2411.11 2116.06 12380.09 533.97 0.00 0.00 0.00 0.00 13:44:36 13:14:04 eth0 80.90 59.55 237.30 88.59 0.00 0.00 0.00 0.00 13:44:36 13:14:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 13:44:36 13:14:04 veth6a484dc 0.00 0.77 0.00 0.04 0.00 0.00 0.00 0.00 13:44:36 13:14:04 docker0 971.07 968.78 79.11 3703.85 0.00 0.00 0.00 0.00 13:44:36 13:15:11 eth0 3.14 1.77 2.51 1.36 0.00 0.00 0.00 0.00 13:44:36 13:15:11 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:15:11 veth6a484dc 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:15:11 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:16:07 veth71931c5 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 13:44:36 13:16:07 veth3e79e2e 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 13:44:36 13:16:07 eth0 29.99 21.01 78.82 9.03 0.00 0.00 0.00 0.00 13:44:36 13:16:07 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:17:04 eth0 3.10 2.72 2.46 1.36 0.00 0.00 0.00 0.00 13:44:36 13:17:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:17:04 veth6a484dc 0.00 0.98 0.00 0.05 0.00 0.00 0.00 0.00 13:44:36 13:17:04 docker0 1066.47 1068.80 86.76 4110.70 0.00 0.00 0.00 0.00 13:44:36 13:18:01 eth0 27.48 18.91 47.04 8.83 0.00 0.00 0.00 0.00 13:44:36 13:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:18:01 veth6a484dc 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:18:01 vethf2e01e4 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 13:19:01 veth7a1bfbe 0.93 1.39 0.06 10.35 0.00 0.00 0.00 0.00 13:44:36 13:19:01 eth0 147.71 123.47 1248.91 82.29 0.00 0.00 0.00 0.00 13:44:36 13:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:19:01 veth6a484dc 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:20:01 veth760c0d5 1.71 4.09 0.11 22.49 0.00 0.00 0.00 0.00 13:44:36 13:20:01 eth0 115.98 70.87 462.24 84.36 0.00 0.00 0.00 0.00 13:44:36 13:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:20:01 veth6a484dc 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 13:44:36 13:21:01 eth0 12.84 6.93 22.78 4.33 0.00 0.00 0.00 0.00 13:44:36 13:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:21:01 docker0 1042.32 1085.02 84.29 4377.54 0.00 0.00 0.00 0.00 13:44:36 13:22:01 eth0 0.87 0.60 0.65 0.22 0.00 0.00 0.00 0.00 13:44:36 13:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:23:01 eth0 0.05 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:24:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:25:01 eth0 0.17 0.10 0.09 0.06 0.00 0.00 0.00 0.00 13:44:36 13:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:26:02 eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 0.00 13:44:36 13:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:27:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 13:44:36 13:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:28:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 13:44:36 13:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:29:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:30:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 13:44:36 13:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:31:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 13:44:36 13:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:33:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:34:01 eth0 0.13 0.08 0.06 0.00 0.00 0.00 0.00 0.00 13:44:36 13:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:35:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 13:44:36 13:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:36:02 eth0 0.08 0.07 0.06 0.00 0.00 0.00 0.00 0.00 13:44:36 13:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:37:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:38:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:39:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:40:01 eth0 0.18 0.17 0.09 0.07 0.00 0.00 0.00 0.00 13:44:36 13:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:41:01 eth0 0.10 0.10 0.06 0.01 0.00 0.00 0.00 0.00 13:44:36 13:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:42:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:43:01 eth0 1.18 0.28 0.33 0.17 0.00 0.00 0.00 0.00 13:44:36 13:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:44:02 eth0 206.28 153.69 2170.61 22.50 0.00 0.00 0.00 0.00 13:44:36 13:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 13:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 Average: eth0 59.53 50.44 326.97 16.53 0.00 0.00 0.00 0.00 13:44:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 13:44:36 Average: docker0 20.89 21.75 1.69 87.75 0.00 0.00 0.00 0.00 13:44:36 13:44:36 13:44:36 ---> sar -P ALL: 13:44:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) 13:44:36 13:44:36 12:53:10 LINUX RESTART (4 CPU) 13:44:36 13:44:36 12:54:01 CPU %user %nice %system %iowait %steal %idle 13:44:36 12:55:01 all 10.86 0.00 6.70 7.89 40.07 34.49 13:44:36 12:55:01 0 11.98 0.00 7.77 7.00 40.13 33.12 13:44:36 12:55:01 1 11.85 0.00 6.75 7.89 39.84 33.67 13:44:36 12:55:01 2 11.11 0.00 6.31 8.32 40.68 33.58 13:44:36 12:55:01 3 8.59 0.00 6.00 8.33 39.62 37.46 13:44:36 12:56:02 all 4.37 0.00 3.29 1.78 25.73 64.83 13:44:36 12:56:02 0 4.00 0.00 3.46 0.59 28.22 63.73 13:44:36 12:56:02 1 3.24 0.00 2.60 2.98 25.71 65.48 13:44:36 12:56:02 2 5.65 0.00 4.12 1.19 26.34 62.70 13:44:36 12:56:02 3 4.67 0.00 3.02 2.31 22.62 67.38 13:44:36 12:57:01 all 7.25 0.00 3.15 1.64 29.17 58.80 13:44:36 12:57:01 0 8.46 0.00 3.84 1.25 30.20 56.24 13:44:36 12:57:01 1 7.52 0.00 2.68 0.39 27.71 61.70 13:44:36 12:57:01 2 7.30 0.00 3.92 4.26 29.86 54.67 13:44:36 12:57:01 3 5.75 0.00 2.19 0.75 28.95 62.35 13:44:36 12:58:02 all 3.52 0.00 3.31 1.75 27.46 63.96 13:44:36 12:58:02 0 4.04 0.00 3.64 2.94 28.38 61.01 13:44:36 12:58:02 1 2.92 0.00 3.26 0.84 27.69 65.29 13:44:36 12:58:02 2 3.61 0.00 3.08 1.33 26.76 65.23 13:44:36 12:58:02 3 3.54 0.00 3.27 1.90 27.04 64.25 13:44:36 12:59:01 all 4.70 0.00 5.05 7.93 28.86 53.45 13:44:36 12:59:01 0 4.16 0.00 4.33 8.24 28.94 54.34 13:44:36 12:59:01 1 4.84 0.00 4.95 7.40 28.83 53.98 13:44:36 12:59:01 2 4.46 0.00 5.20 7.92 28.80 53.63 13:44:36 12:59:01 3 5.37 0.00 5.74 8.17 28.88 51.84 13:44:36 13:00:01 all 23.58 0.00 6.37 1.34 47.44 21.26 13:44:36 13:00:01 0 17.26 0.00 4.69 0.51 47.33 30.21 13:44:36 13:00:01 1 22.18 0.00 5.93 2.17 48.26 21.45 13:44:36 13:00:01 2 29.37 0.00 8.08 1.80 46.83 13.91 13:44:36 13:00:01 3 26.78 0.00 7.12 1.01 47.30 17.80 13:44:36 13:01:02 all 23.14 0.00 8.38 1.88 46.53 20.07 13:44:36 13:01:02 0 24.21 0.00 8.40 0.78 44.96 21.65 13:44:36 13:01:02 1 25.04 0.00 8.79 2.07 47.75 16.35 13:44:36 13:01:02 2 21.11 0.00 8.33 2.08 47.24 21.23 13:44:36 13:01:02 3 22.35 0.00 8.00 2.54 46.16 20.94 13:44:36 13:02:01 all 21.74 0.00 7.72 1.02 36.65 32.87 13:44:36 13:02:01 0 24.34 0.00 8.36 1.33 36.04 29.93 13:44:36 13:02:01 1 20.19 0.00 6.87 0.75 36.95 35.24 13:44:36 13:02:01 2 21.99 0.00 8.04 1.23 37.30 31.45 13:44:36 13:02:01 3 20.61 0.00 7.67 0.80 36.28 34.65 13:44:36 13:03:02 all 16.02 0.00 8.13 3.28 53.27 19.30 13:44:36 13:03:02 0 15.01 0.00 8.43 3.59 53.71 19.27 13:44:36 13:03:02 1 13.80 0.00 7.59 2.59 52.44 23.57 13:44:36 13:03:02 2 18.69 0.00 9.27 4.41 51.84 15.79 13:44:36 13:03:02 3 16.80 0.00 7.28 2.61 55.05 18.26 13:44:36 13:04:01 all 15.95 0.00 9.39 2.81 45.81 26.04 13:44:36 13:04:01 0 14.90 0.00 8.39 3.51 46.13 27.06 13:44:36 13:04:01 1 15.41 0.00 8.33 1.94 46.51 27.81 13:44:36 13:04:01 2 18.75 0.00 12.10 2.99 44.42 21.74 13:44:36 13:04:01 3 14.88 0.00 8.88 2.82 46.10 27.32 13:44:36 13:05:02 all 13.61 0.00 8.04 0.27 35.43 42.65 13:44:36 13:05:02 0 13.40 0.00 6.83 0.39 35.88 43.50 13:44:36 13:05:02 1 13.10 0.00 7.73 0.16 36.09 42.92 13:44:36 13:05:02 2 15.43 0.00 9.14 0.43 35.04 39.96 13:44:36 13:05:02 3 12.53 0.00 8.52 0.11 34.66 44.17 13:44:36 13:44:36 13:05:02 CPU %user %nice %system %iowait %steal %idle 13:44:36 13:06:01 all 4.59 0.00 4.38 0.64 34.75 55.64 13:44:36 13:06:01 0 3.82 0.00 3.92 0.03 36.04 56.19 13:44:36 13:06:01 1 3.98 0.00 3.88 0.89 34.19 57.06 13:44:36 13:06:01 2 5.53 0.00 4.94 1.29 34.91 53.32 13:44:36 13:06:01 3 5.10 0.00 4.81 0.37 33.80 55.92 13:44:36 13:07:02 all 3.60 0.00 5.22 12.76 39.29 39.12 13:44:36 13:07:02 0 2.78 0.00 4.72 12.28 40.47 39.75 13:44:36 13:07:02 1 3.10 0.00 5.83 13.09 38.35 39.63 13:44:36 13:07:02 2 3.18 0.00 5.19 14.46 39.24 37.92 13:44:36 13:07:02 3 5.41 0.00 5.18 11.20 39.03 39.18 13:44:36 13:08:12 all 7.33 0.00 5.79 12.84 47.99 26.05 13:44:36 13:08:12 0 6.37 0.00 5.23 13.54 46.68 28.18 13:44:36 13:08:12 1 7.34 0.00 5.87 12.28 48.54 25.97 13:44:36 13:08:12 2 7.91 0.00 6.13 12.79 50.13 23.04 13:44:36 13:08:12 3 7.75 0.00 5.93 12.72 46.73 26.87 13:44:36 13:09:09 all 3.82 0.00 6.17 23.04 44.07 22.89 13:44:36 13:09:09 0 3.61 0.00 5.87 19.81 44.15 26.56 13:44:36 13:09:09 1 3.46 0.00 6.17 25.71 43.76 20.90 13:44:36 13:09:09 2 4.12 0.00 6.16 24.33 43.60 21.80 13:44:36 13:09:09 3 4.09 0.00 6.49 22.30 44.77 22.35 13:44:36 13:10:08 all 1.59 0.00 4.00 41.03 36.39 17.00 13:44:36 13:10:08 0 1.66 0.00 3.95 39.68 36.23 18.48 13:44:36 13:10:08 1 1.51 0.00 3.99 44.26 36.69 13.56 13:44:36 13:10:08 2 1.54 0.00 4.15 40.37 34.54 19.40 13:44:36 13:10:08 3 1.66 0.00 3.90 39.80 38.01 16.63 13:44:36 13:11:04 all 4.61 0.00 3.13 25.89 48.41 17.96 13:44:36 13:11:04 0 4.32 0.00 2.99 25.68 49.14 17.87 13:44:36 13:11:04 1 4.66 0.00 3.21 27.18 48.34 16.61 13:44:36 13:11:04 2 4.78 0.00 3.00 24.99 47.83 19.41 13:44:36 13:11:04 3 4.67 0.00 3.30 25.74 48.34 17.95 13:44:36 13:12:03 all 16.73 0.00 6.87 21.92 39.69 14.80 13:44:36 13:12:03 0 14.97 0.00 6.50 19.94 40.45 18.15 13:44:36 13:12:03 1 16.12 0.00 7.25 24.22 40.52 11.89 13:44:36 13:12:03 2 19.61 0.00 6.90 19.25 36.72 17.52 13:44:36 13:12:03 3 16.16 0.00 6.84 24.32 41.12 11.56 13:44:36 13:13:01 all 47.09 0.00 9.72 2.00 40.08 1.10 13:44:36 13:13:01 0 50.96 0.00 10.29 1.50 36.71 0.55 13:44:36 13:13:01 1 50.98 0.00 9.91 0.96 37.47 0.68 13:44:36 13:13:01 2 44.07 0.00 9.94 2.68 41.98 1.33 13:44:36 13:13:01 3 42.46 0.00 8.76 2.86 44.10 1.83 13:44:36 13:14:04 all 6.57 0.00 8.06 10.57 44.88 29.91 13:44:36 13:14:04 0 6.71 0.00 8.70 9.43 45.40 29.76 13:44:36 13:14:04 1 6.06 0.00 7.39 10.18 45.41 30.95 13:44:36 13:14:04 2 6.99 0.00 8.35 11.83 44.54 28.28 13:44:36 13:14:04 3 6.52 0.00 7.81 10.86 44.17 30.65 13:44:36 13:15:11 all 5.85 0.00 4.59 15.47 46.88 27.21 13:44:36 13:15:11 0 6.81 0.00 5.31 16.32 49.07 22.49 13:44:36 13:15:11 1 6.16 0.00 4.59 14.85 47.77 26.63 13:44:36 13:15:11 2 5.38 0.00 4.45 15.70 45.27 29.20 13:44:36 13:15:11 3 5.10 0.00 4.04 15.02 45.45 30.39 13:44:36 13:16:07 all 14.42 0.00 7.89 12.18 52.49 13.03 13:44:36 13:16:07 0 14.22 0.00 8.03 9.74 51.62 16.39 13:44:36 13:16:07 1 15.43 0.00 7.12 14.28 52.32 10.84 13:44:36 13:16:07 2 14.58 0.00 8.11 11.95 53.91 11.45 13:44:36 13:16:07 3 13.42 0.00 8.33 12.61 52.10 13.54 13:44:36 13:44:36 13:16:07 CPU %user %nice %system %iowait %steal %idle 13:44:36 13:17:04 all 12.67 0.00 7.50 14.33 54.92 10.58 13:44:36 13:17:04 0 13.18 0.00 7.63 15.29 52.18 11.73 13:44:36 13:17:04 1 11.37 0.00 7.27 15.74 55.41 10.20 13:44:36 13:17:04 2 14.46 0.00 8.68 12.00 55.49 9.37 13:44:36 13:17:04 3 11.74 0.00 6.48 14.20 56.60 10.98 13:44:36 13:18:01 all 3.84 0.00 4.72 23.28 44.72 23.45 13:44:36 13:18:01 0 3.24 0.00 4.33 24.90 44.25 23.28 13:44:36 13:18:01 1 4.07 0.00 4.89 23.21 45.67 22.15 13:44:36 13:18:01 2 4.27 0.00 4.41 21.76 44.19 25.38 13:44:36 13:18:01 3 3.78 0.00 5.27 23.19 44.79 22.97 13:44:36 13:19:01 all 27.09 0.00 10.41 3.22 40.34 18.93 13:44:36 13:19:01 0 25.42 0.00 10.64 4.38 41.98 17.58 13:44:36 13:19:01 1 28.22 0.00 10.13 1.96 41.48 18.22 13:44:36 13:19:01 2 26.03 0.00 10.17 4.12 40.70 18.97 13:44:36 13:19:01 3 28.73 0.00 10.72 2.40 37.14 21.01 13:44:36 13:20:01 all 6.02 0.00 4.68 2.99 25.84 60.47 13:44:36 13:20:01 0 8.64 0.00 5.94 2.81 27.25 55.36 13:44:36 13:20:01 1 3.85 0.00 4.32 3.78 25.49 62.56 13:44:36 13:20:01 2 6.74 0.00 4.11 1.94 26.88 60.33 13:44:36 13:20:01 3 4.86 0.00 4.38 3.43 23.70 63.63 13:44:36 13:21:01 all 0.52 0.00 1.32 0.52 7.51 90.14 13:44:36 13:21:01 0 0.80 0.00 1.08 1.10 7.75 89.27 13:44:36 13:21:01 1 0.32 0.00 1.32 0.45 6.76 91.15 13:44:36 13:21:01 2 0.36 0.00 1.60 0.08 9.13 88.83 13:44:36 13:21:01 3 0.61 0.00 1.26 0.45 6.35 91.33 13:44:36 13:22:01 all 0.08 0.00 0.06 0.04 1.08 98.74 13:44:36 13:22:01 0 0.02 0.00 0.05 0.00 1.63 98.31 13:44:36 13:22:01 1 0.13 0.00 0.08 0.00 0.99 98.79 13:44:36 13:22:01 2 0.12 0.00 0.05 0.17 1.29 98.38 13:44:36 13:22:01 3 0.07 0.00 0.05 0.00 0.42 99.47 13:44:36 13:23:01 all 0.11 0.00 0.17 0.00 0.99 98.73 13:44:36 13:23:01 0 0.02 0.00 0.20 0.00 0.68 99.11 13:44:36 13:23:01 1 0.08 0.00 0.23 0.00 1.13 98.56 13:44:36 13:23:01 2 0.21 0.00 0.12 0.02 1.61 98.04 13:44:36 13:23:01 3 0.12 0.00 0.15 0.00 0.53 99.20 13:44:36 13:24:01 all 0.13 0.00 0.04 0.00 1.27 98.56 13:44:36 13:24:01 0 0.00 0.00 0.03 0.00 0.45 99.52 13:44:36 13:24:01 1 0.31 0.00 0.05 0.00 2.17 97.47 13:44:36 13:24:01 2 0.18 0.00 0.05 0.02 2.08 97.68 13:44:36 13:24:01 3 0.02 0.00 0.02 0.00 0.35 99.62 13:44:36 13:25:01 all 0.09 0.00 0.15 0.00 2.82 96.93 13:44:36 13:25:01 0 0.03 0.00 0.23 0.00 2.66 97.08 13:44:36 13:25:01 1 0.26 0.00 0.06 0.00 3.71 95.97 13:44:36 13:25:01 2 0.06 0.00 0.23 0.00 3.51 96.19 13:44:36 13:25:01 3 0.02 0.00 0.08 0.00 1.38 98.52 13:44:36 13:26:02 all 0.07 0.00 0.03 0.00 2.06 97.85 13:44:36 13:26:02 0 0.00 0.00 0.03 0.00 1.21 98.76 13:44:36 13:26:02 1 0.23 0.00 0.03 0.00 2.76 96.98 13:44:36 13:26:02 2 0.03 0.00 0.03 0.00 3.31 96.62 13:44:36 13:26:02 3 0.00 0.00 0.02 0.00 0.90 99.08 13:44:36 13:27:01 all 0.11 0.00 0.03 0.00 0.38 99.48 13:44:36 13:27:01 0 0.03 0.00 0.03 0.00 0.17 99.76 13:44:36 13:27:01 1 0.02 0.00 0.02 0.00 0.42 99.54 13:44:36 13:27:01 2 0.37 0.00 0.05 0.00 0.49 99.09 13:44:36 13:27:01 3 0.02 0.00 0.02 0.00 0.44 99.53 13:44:36 13:44:36 13:27:01 CPU %user %nice %system %iowait %steal %idle 13:44:36 13:28:01 all 0.06 0.00 0.02 0.00 0.77 99.16 13:44:36 13:28:01 0 0.00 0.00 0.02 0.00 0.23 99.75 13:44:36 13:28:01 1 0.10 0.00 0.03 0.00 0.99 98.87 13:44:36 13:28:01 2 0.15 0.00 0.02 0.00 1.74 98.10 13:44:36 13:28:01 3 0.00 0.00 0.00 0.00 0.08 99.92 13:44:36 13:29:01 all 0.07 0.00 0.02 0.00 0.47 99.44 13:44:36 13:29:01 0 0.00 0.00 0.02 0.00 0.60 99.39 13:44:36 13:29:01 1 0.22 0.00 0.03 0.00 0.68 99.07 13:44:36 13:29:01 2 0.03 0.00 0.03 0.00 0.51 99.42 13:44:36 13:29:01 3 0.02 0.00 0.02 0.00 0.08 99.88 13:44:36 13:30:01 all 0.07 0.00 0.04 0.00 0.65 99.23 13:44:36 13:30:01 0 0.02 0.00 0.02 0.00 0.58 99.39 13:44:36 13:30:01 1 0.07 0.00 0.05 0.00 0.74 99.14 13:44:36 13:30:01 2 0.21 0.00 0.07 0.00 1.09 98.63 13:44:36 13:30:01 3 0.00 0.00 0.02 0.00 0.20 99.78 13:44:36 13:31:01 all 0.10 0.00 0.02 0.00 0.44 99.44 13:44:36 13:31:01 0 0.03 0.00 0.00 0.00 0.30 99.67 13:44:36 13:31:01 1 0.10 0.00 0.05 0.00 0.70 99.15 13:44:36 13:31:01 2 0.23 0.00 0.02 0.00 0.68 99.07 13:44:36 13:31:01 3 0.02 0.00 0.00 0.00 0.10 99.88 13:44:36 13:32:01 all 0.09 0.00 0.03 0.00 0.12 99.76 13:44:36 13:32:01 0 0.00 0.00 0.02 0.00 0.05 99.93 13:44:36 13:32:01 1 0.28 0.00 0.02 0.00 0.07 99.63 13:44:36 13:32:01 2 0.07 0.00 0.07 0.00 0.37 99.50 13:44:36 13:32:01 3 0.00 0.00 0.02 0.00 0.02 99.97 13:44:36 13:33:01 all 0.10 0.00 0.03 0.00 0.37 99.50 13:44:36 13:33:01 0 0.03 0.00 0.05 0.00 0.13 99.78 13:44:36 13:33:01 1 0.30 0.00 0.00 0.00 0.47 99.24 13:44:36 13:33:01 2 0.03 0.00 0.07 0.00 0.76 99.14 13:44:36 13:33:01 3 0.02 0.00 0.00 0.00 0.13 99.85 13:44:36 13:34:01 all 0.09 0.00 0.03 0.00 0.42 99.46 13:44:36 13:34:01 0 0.00 0.00 0.02 0.00 0.15 99.83 13:44:36 13:34:01 1 0.28 0.00 0.03 0.00 0.25 99.43 13:44:36 13:34:01 2 0.07 0.00 0.07 0.00 1.16 98.71 13:44:36 13:34:01 3 0.02 0.00 0.02 0.00 0.10 99.87 13:44:36 13:35:01 all 0.07 0.00 0.03 0.00 1.00 98.90 13:44:36 13:35:01 0 0.03 0.00 0.02 0.00 0.27 99.68 13:44:36 13:35:01 1 0.22 0.00 0.03 0.00 0.53 99.22 13:44:36 13:35:01 2 0.03 0.00 0.05 0.00 3.08 96.84 13:44:36 13:35:01 3 0.00 0.00 0.02 0.00 0.07 99.92 13:44:36 13:36:02 all 0.07 0.00 0.03 0.00 1.07 98.83 13:44:36 13:36:02 0 0.00 0.00 0.03 0.00 0.17 99.80 13:44:36 13:36:02 1 0.23 0.00 0.02 0.00 0.78 98.97 13:44:36 13:36:02 2 0.03 0.00 0.06 0.00 3.10 96.81 13:44:36 13:36:02 3 0.00 0.00 0.02 0.00 0.18 99.80 13:44:36 13:37:01 all 0.09 0.00 0.03 0.00 0.27 99.62 13:44:36 13:37:01 0 0.02 0.00 0.02 0.00 0.14 99.83 13:44:36 13:37:01 1 0.20 0.00 0.02 0.00 0.19 99.59 13:44:36 13:37:01 2 0.14 0.00 0.07 0.00 0.68 99.12 13:44:36 13:37:01 3 0.00 0.00 0.02 0.00 0.07 99.92 13:44:36 13:38:01 all 0.06 1.24 5.56 4.38 29.35 59.41 13:44:36 13:38:01 0 0.03 1.51 5.99 4.88 29.81 57.78 13:44:36 13:38:01 1 0.04 1.15 5.46 5.04 29.08 59.24 13:44:36 13:38:01 2 0.08 1.12 5.29 3.67 29.62 60.23 13:44:36 13:38:01 3 0.09 1.19 5.52 3.95 28.86 60.38 13:44:36 13:44:36 13:38:01 CPU %user %nice %system %iowait %steal %idle 13:44:36 13:39:01 all 0.05 0.85 4.69 4.48 27.21 62.73 13:44:36 13:39:01 0 0.03 0.89 4.75 4.50 27.90 61.93 13:44:36 13:39:01 1 0.07 0.92 5.19 4.87 27.46 61.50 13:44:36 13:39:01 2 0.07 0.79 4.38 4.87 27.19 62.71 13:44:36 13:39:01 3 0.03 0.79 4.45 3.66 26.26 64.82 13:44:36 13:40:01 all 0.08 0.07 0.63 0.06 4.32 94.84 13:44:36 13:40:01 0 0.20 0.10 0.80 0.00 3.64 95.27 13:44:36 13:40:01 1 0.06 0.05 0.53 0.06 4.65 94.64 13:44:36 13:40:01 2 0.02 0.03 0.43 0.00 4.56 94.96 13:44:36 13:40:01 3 0.03 0.10 0.78 0.16 4.43 94.50 13:44:36 13:41:01 all 0.07 0.00 0.02 0.00 0.43 99.48 13:44:36 13:41:01 0 0.20 0.00 0.02 0.00 0.45 99.34 13:44:36 13:41:01 1 0.02 0.00 0.02 0.00 0.46 99.50 13:44:36 13:41:01 2 0.05 0.00 0.03 0.00 0.76 99.16 13:44:36 13:41:01 3 0.02 0.00 0.02 0.00 0.03 99.93 13:44:36 13:42:01 all 0.08 0.00 0.02 0.00 0.81 99.09 13:44:36 13:42:01 0 0.25 0.00 0.03 0.00 1.35 98.37 13:44:36 13:42:01 1 0.02 0.00 0.02 0.00 0.42 99.55 13:44:36 13:42:01 2 0.02 0.00 0.02 0.00 1.19 98.78 13:44:36 13:42:01 3 0.03 0.00 0.02 0.00 0.27 99.68 13:44:36 13:43:01 all 0.10 0.00 0.01 0.00 0.58 99.29 13:44:36 13:43:01 0 0.27 0.00 0.02 0.00 0.50 99.22 13:44:36 13:43:01 1 0.03 0.00 0.02 0.00 0.81 99.14 13:44:36 13:43:01 2 0.02 0.00 0.02 0.00 0.86 99.11 13:44:36 13:43:01 3 0.10 0.00 0.00 0.02 0.17 99.72 13:44:36 13:44:02 all 3.73 0.00 3.32 3.59 21.40 67.95 13:44:36 13:44:02 0 3.08 0.00 3.27 1.81 22.11 69.73 13:44:36 13:44:02 1 3.17 0.00 3.49 1.61 20.59 71.14 13:44:36 13:44:02 2 5.78 0.00 3.63 9.49 21.39 59.72 13:44:36 13:44:02 3 2.93 0.00 2.92 1.60 21.52 71.03 13:44:36 Average: all 5.99 0.05 3.60 5.69 23.83 60.84 13:44:36 Average: 0 5.92 0.06 3.61 5.53 24.00 60.89 13:44:36 Average: 1 5.90 0.05 3.51 5.83 23.93 60.78 13:44:36 Average: 2 6.30 0.05 3.76 5.81 23.88 60.20 13:44:36 Average: 3 5.83 0.05 3.54 5.61 23.50 61.48 13:44:36 13:44:36 13:44:36