Pull request #3356 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 c419618f783e51adc3e0be9d68d8defacfb69d2d rather than d996b26d37163037cb364680552e1847a0f00d70 Obtained Jenkinsfile from c419618f783e51adc3e0be9d68d8defacfb69d2d 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 Running on prd-centos7-docker-4c-2g-472 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit d996b26d37163037cb364680552e1847a0f00d70 Merge succeeded, producing d996b26d37163037cb364680552e1847a0f00d70 Checking out Revision d996b26d37163037cb364680552e1847a0f00d70 (PR-3356) > 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/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # 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 c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 Commit message: "feat: Add unit test for scheduler manager" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 10:05:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 10:05:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 10:05:42 ========================================================= 10:05:42 EdgeX Global Pipelines Version Info 10:05:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 429abc1cb4aa7afc2083fdf669ed664eedfe3383 # timeout=10 10:05:46 ------------------- 10:05:46 stable info: 10:05:46 ------------------- 10:05:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 10:05:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 10:05:46 Message: update stable to v1.0.186 10:05:47 ------------------- 10:05:47 experimental info: 10:05:47 ------------------- 10:05:47 Commited By: **** collab-it+edgex@linuxfoundation.org 10:05:47 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 10:05:47 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3356 [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3356 [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3356 [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d996b26d37163037cb364680552e1847a0f00d70 [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d996b26 [Pipeline] echo 10:05:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:05:48 provisioning config files... 10:05:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config7359419833695037145tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:05:49 ---> docker-login.sh 10:05:49 nexus3.edgexfoundry.org:10001 10:05:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:51 Configure a credential helper to remove this warning. See 10:05:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:51 10:05:51 Login Succeeded 10:05:51 nexus3.edgexfoundry.org:10002 10:05:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:52 Configure a credential helper to remove this warning. See 10:05:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:52 10:05:52 Login Succeeded 10:05:52 nexus3.edgexfoundry.org:10003 10:05:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:53 Configure a credential helper to remove this warning. See 10:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:53 10:05:53 Login Succeeded 10:05:53 nexus3.edgexfoundry.org:10004 10:05:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:53 Configure a credential helper to remove this warning. See 10:05:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:53 10:05:53 Login Succeeded 10:05:53 docker.io 10:05:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:05:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:05:54 Configure a credential helper to remove this warning. See 10:05:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:05:54 10:05:54 Login Succeeded 10:05:54 ---> docker-login.sh ends [Pipeline] } 10:05:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:05:55 ++ 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 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ dirname cmd/core-command/Dockerfile 10:05:55 ++ cut -d/ -f2 10:05:55 + echo core-command,cmd/core-command/Dockerfile 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ cut -d/ -f2 10:05:55 ++ dirname cmd/core-data/Dockerfile 10:05:55 + echo core-data,cmd/core-data/Dockerfile 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ dirname cmd/core-metadata/Dockerfile 10:05:55 ++ cut -d/ -f2 10:05:55 + echo core-metadata,cmd/core-metadata/Dockerfile 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ dirname cmd/security-bootstrapper/Dockerfile 10:05:55 ++ cut -d/ -f2 10:05:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ dirname cmd/security-proxy-setup/Dockerfile 10:05:55 ++ cut -d/ -f2 10:05:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 10:05:55 ++ cut -d/ -f2 10:05:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ dirname cmd/support-notifications/Dockerfile 10:05:55 ++ cut -d/ -f2 10:05:55 + echo support-notifications,cmd/support-notifications/Dockerfile 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ dirname cmd/support-scheduler/Dockerfile 10:05:55 ++ cut -d/ -f2 10:05:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 10:05:55 + for file in '`ls cmd/**/Dockerfile`' 10:05:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 10:05:55 ++ cut -d/ -f2 10:05:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 10:05:55 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 10:05:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:05:56 10:05:56 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 10:05:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:05:57 latest: Pulling from edgex-devops/git-semver 10:05:57 31603596830f: Pulling fs layer 10:05:57 2a8b12db71e7: Pulling fs layer 10:05:57 6ca5941a6612: Pulling fs layer 10:05:57 ecc8261a40a4: Pulling fs layer 10:05:57 ecc8261a40a4: Waiting 10:05:57 2a8b12db71e7: Download complete 10:05:58 31603596830f: Verifying Checksum 10:05:58 31603596830f: Download complete 10:05:58 ecc8261a40a4: Verifying Checksum 10:05:58 ecc8261a40a4: Download complete 10:05:58 6ca5941a6612: Verifying Checksum 10:05:58 6ca5941a6612: Download complete 10:05:58 31603596830f: Pull complete 10:05:58 2a8b12db71e7: Pull complete 10:06:02 6ca5941a6612: Pull complete 10:06:02 ecc8261a40a4: Pull complete 10:06:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 10:06:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 10:06:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 10:06:03 prd-centos7-docker-4c-2g-472 does not seem to be running inside a container 10:06:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 10:06:06 $ docker top 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 10:06:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:06:06 [ssh-agent] Looking for ssh-agent implementation... 10:06:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:06:07 $ docker exec 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc ssh-agent 10:06:08 SSH_AUTH_SOCK=/tmp/ssh-WFruyaoSpeJO/agent.11 10:06:08 SSH_AGENT_PID=16 10:06:08 Running ssh-add (command line suppressed) 10:06:08 Identity added: /w/workspace/edgex-go/14@tmp/private_key_1509651406071503111.key (/w/workspace/edgex-go/14@tmp/private_key_1509651406071503111.key) 10:06:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:06:09 + git tag --points-at HEAD [Pipeline] } 10:06:09 $ docker exec --env ******** --env ******** 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc ssh-agent -k 10:06:10 unset SSH_AUTH_SOCK; 10:06:10 unset SSH_AGENT_PID; 10:06:10 echo Agent pid 16 killed; 10:06:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 10:06:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 10:06:10 [ssh-agent] Looking for ssh-agent implementation... 10:06:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 10:06:10 $ docker exec 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc ssh-agent 10:06:11 SSH_AUTH_SOCK=/tmp/ssh-TOTyeHeJQ9km/agent.45 10:06:11 SSH_AGENT_PID=50 10:06:11 Running ssh-add (command line suppressed) 10:06:11 Identity added: /w/workspace/edgex-go/14@tmp/private_key_205892594783695732.key (/w/workspace/edgex-go/14@tmp/private_key_205892594783695732.key) 10:06:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 10:06:12 + git semver init 10:06:12 # -> Open(): unable to determine branch for HEAD 10:06:12 # $GIT_DIR = /w/workspace/edgex-go/14/.git 10:06:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/14 10:06:12 # $SEMVER_REMOTE_NAME = origin 10:06:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 10:06:12 # $SEMVER_USER_NAME = edgex-jenkins 10:06:12 # $SEMVER_BRANCH = PR-3356 10:06:12 # $SEMVER_TEMP = /tmp/semver-479739597 10:06:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 10:06:52 # '/tmp/semver-479739597' -> '/w/workspace/edgex-go/14/.semver' 10:06:52 # -> Force: false 10:06:52 # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } 10:06:52 $ docker exec --env ******** --env ******** 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc ssh-agent -k 10:06:53 unset SSH_AUTH_SOCK; 10:06:53 unset SSH_AGENT_PID; 10:06:53 echo Agent pid 50 killed; 10:06:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 10:06:54 + git semver [Pipeline] } 10:06:54 $ docker stop --time=1 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc 10:06:57 $ docker rm -f 656bd2656cb8c4399f5f73df07e90f183df569e531e1be61903e7bd6b3220bcc [Pipeline] // withDockerContainer [Pipeline] sh 10:06:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 10:06:59 Stashed 1 file(s) [Pipeline] echo 10:06:59 [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 10:06:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 10:07:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:07:01 + sudo service docker restart 10:07:01 + true 10:07:01 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 10:07:03 ========================================================= 10:07:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 10:07:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:07:03 + 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 . 10:07:14 Sending build context to Docker daemon 329.5MB 10:07:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:07:14 Step 2/6 : FROM ${BASE} 10:07:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 10:07:14 188c0c94c7c5: Pulling fs layer 10:07:14 0ef7d3d256c8: Pulling fs layer 10:07:14 de9db76c5a1d: Pulling fs layer 10:07:14 bca2f99d35d6: Pulling fs layer 10:07:14 93359f2a8cfa: Pulling fs layer 10:07:14 7c6f9722023f: Pulling fs layer 10:07:14 a35cf1a2eb13: Pulling fs layer 10:07:14 bca2f99d35d6: Waiting 10:07:14 93359f2a8cfa: Waiting 10:07:14 7c6f9722023f: Waiting 10:07:14 a35cf1a2eb13: Waiting 10:07:14 de9db76c5a1d: Verifying Checksum 10:07:14 de9db76c5a1d: Download complete 10:07:14 0ef7d3d256c8: Verifying Checksum 10:07:14 0ef7d3d256c8: Download complete 10:07:14 93359f2a8cfa: Verifying Checksum 10:07:14 93359f2a8cfa: Download complete 10:07:14 7c6f9722023f: Verifying Checksum 10:07:14 7c6f9722023f: Download complete 10:07:14 188c0c94c7c5: Verifying Checksum 10:07:14 188c0c94c7c5: Download complete 10:07:14 Still waiting to schedule task 10:07:14 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 10:07:14 188c0c94c7c5: Pull complete 10:07:15 0ef7d3d256c8: Pull complete 10:07:15 de9db76c5a1d: Pull complete 10:07:20 a35cf1a2eb13: Verifying Checksum 10:07:20 a35cf1a2eb13: Download complete 10:07:22 bca2f99d35d6: Verifying Checksum 10:07:22 bca2f99d35d6: Download complete 10:07:38 bca2f99d35d6: Pull complete 10:07:38 93359f2a8cfa: Pull complete 10:07:38 7c6f9722023f: Pull complete 10:07:44 a35cf1a2eb13: Pull complete 10:07:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:07:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:07:44 ---> a62c8e92a672 10:07:44 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 10:07:44 ---> Running in 9dfb6529becd 10:07:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:07:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:07:47 (1/12) Installing libmagic (5.38-r0) 10:07:47 (2/12) Installing file (5.38-r0) 10:07:47 (3/12) Installing libc-dev (0.7.2-r3) 10:07:48 (4/12) Installing g++ (9.3.0-r2) 10:07:53 (5/12) Installing fortify-headers (1.1-r0) 10:07:53 (6/12) Installing patch (2.7.6-r6) 10:07:53 (7/12) Installing build-base (0.5-r2) 10:07:53 (8/12) Installing libsodium (1.0.18-r0) 10:07:53 (9/12) Installing pkgconf (1.7.2-r0) 10:07:53 (10/12) Installing libsodium-dev (1.0.18-r0) 10:07:53 (11/12) Installing libzmq (4.3.3-r0) 10:07:53 (12/12) Installing zeromq-dev (4.3.3-r0) 10:07:53 Executing busybox-1.31.1-r19.trigger 10:07:53 OK: 233 MiB in 51 packages 10:07:59 Removing intermediate container 9dfb6529becd 10:07:59 ---> aa14299dd138 10:07:59 Step 4/6 : WORKDIR /edgex-go 10:07:59 ---> Running in c8086bf92bef 10:08:00 Removing intermediate container c8086bf92bef 10:08:00 ---> d4531a0ac34d 10:08:00 Step 5/6 : COPY go.mod . 10:08:01 ---> 4ca1fe02b724 10:08:01 Step 6/6 : RUN go mod download 10:08:01 ---> Running in 187505aa82a2 10:08:41 Removing intermediate container 187505aa82a2 10:08:41 ---> 84bd3a5e4d38 10:08:41 Successfully built 84bd3a5e4d38 10:08:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:08:41 + docker inspect -f . ci-base-image-x86_64 10:08:41 . [Pipeline] withDockerContainer 10:08:42 prd-centos7-docker-4c-2g-472 does not seem to be running inside a container 10:08:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:08:44 $ docker top 074941a12b6fd18ca1bb01eaa512d8ddb85d3e272741b70d4bdd586a95e3c270 -eo pid,comm [Pipeline] { [Pipeline] sh 10:08:45 + go version 10:08:45 go version go1.15.5 linux/amd64 [Pipeline] } 10:08:45 $ docker stop --time=1 074941a12b6fd18ca1bb01eaa512d8ddb85d3e272741b70d4bdd586a95e3c270 10:08:48 $ docker rm -f 074941a12b6fd18ca1bb01eaa512d8ddb85d3e272741b70d4bdd586a95e3c270 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:08:49 + docker inspect -f . ci-base-image-x86_64 10:08:49 . [Pipeline] withDockerContainer 10:08:49 prd-centos7-docker-4c-2g-472 does not seem to be running inside a container 10:08:49 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:08:51 $ docker top a4c9dc1758b71c5a165496707987da041b0a27ba81c4a7bfca83fc3e657030d2 -eo pid,comm [Pipeline] { [Pipeline] echo 10:08:51 ========================================================= 10:08:51 [edgeXBuildGoParallel] Running Tests and Build... 10:08:51 ========================================================= [Pipeline] sh 10:08:52 + make test 10:08:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:09:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-474 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws 10:09:17 Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout 10:09:20 ? github.com/edgexfoundry/edgex-go [no test files] 10:09:23 using credential edgex-jenkins-ssh 10:09:23 Cloning the remote Git repository 10:09:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:09:23 > git init /w/workspace/edgex-go/14 # timeout=10 10:09:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:09:23 > git --version # timeout=10 10:09:23 > git --version # 'git version 2.17.1' 10:09:23 using GIT_SSH to set credentials SSH Credentials for GitHub 10:09:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:09:41 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit d996b26d37163037cb364680552e1847a0f00d70 10:09:41 Merge succeeded, producing d996b26d37163037cb364680552e1847a0f00d70 10:09:41 Checking out Revision d996b26d37163037cb364680552e1847a0f00d70 (PR-3356) 10:09:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:09:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:09:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:09:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:09:40 using GIT_SSH to set credentials SSH Credentials for GitHub 10:09:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:09:41 > git config core.sparsecheckout # timeout=10 10:09:41 > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 10:09:41 > git remote # timeout=10 10:09:41 > git config --get remote.origin.url # timeout=10 10:09:41 using GIT_SSH to set credentials SSH Credentials for GitHub 10:09:41 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 10:09:41 > git rev-parse HEAD^{commit} # timeout=10 10:09:41 > git config core.sparsecheckout # timeout=10 10:09:41 > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 10:09:46 Commit message: "feat: Add unit test for scheduler manager" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 10:09:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 10:09:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 10:09:48 + + sudo servicetrue docker restart 10:09:48 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 10:09:50 provisioning config files... 10:09:50 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/14@tmp/config451211076406801103tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:09:50 ---> docker-login.sh 10:09:50 nexus3.edgexfoundry.org:10001 10:09:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:52 Configure a credential helper to remove this warning. See 10:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:52 10:09:52 Login Succeeded 10:09:52 nexus3.edgexfoundry.org:10002 10:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:52 Configure a credential helper to remove this warning. See 10:09:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:52 10:09:52 Login Succeeded 10:09:52 nexus3.edgexfoundry.org:10003 10:09:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:53 Configure a credential helper to remove this warning. See 10:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:53 10:09:53 Login Succeeded 10:09:53 nexus3.edgexfoundry.org:10004 10:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:53 Configure a credential helper to remove this warning. See 10:09:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:53 10:09:53 Login Succeeded 10:09:53 docker.io 10:09:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 10:09:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 10:09:54 Configure a credential helper to remove this warning. See 10:09:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 10:09:54 10:09:54 Login Succeeded 10:09:54 ---> docker-login.sh ends [Pipeline] } 10:09:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 10:09:54 ========================================================= 10:09:54 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 10:09:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 10:09:54 + 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 . 10:09:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:09:57 Sending build context to Docker daemon 167.4MB 10:09:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 10:09:57 Step 2/6 : FROM ${BASE} 10:09:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 10:09:57 5f621e34cdf4: Pulling fs layer 10:09:57 a4357932f1b6: Pulling fs layer 10:09:57 18c013af1878: Pulling fs layer 10:09:57 00ac8860ef70: Pulling fs layer 10:09:57 63d7cb157983: Pulling fs layer 10:09:57 b116817d02f9: Pulling fs layer 10:09:57 745a02a5169b: Pulling fs layer 10:09:57 00ac8860ef70: Waiting 10:09:57 63d7cb157983: Waiting 10:09:57 b116817d02f9: Waiting 10:09:57 745a02a5169b: Waiting 10:09:57 18c013af1878: Verifying Checksum 10:09:57 18c013af1878: Download complete 10:09:57 a4357932f1b6: Verifying Checksum 10:09:57 a4357932f1b6: Download complete 10:09:57 63d7cb157983: Verifying Checksum 10:09:57 63d7cb157983: Download complete 10:09:57 b116817d02f9: Download complete 10:09:57 5f621e34cdf4: Verifying Checksum 10:09:57 5f621e34cdf4: Download complete 10:09:58 5f621e34cdf4: Pull complete 10:09:58 a4357932f1b6: Pull complete 10:09:59 18c013af1878: Pull complete 10:10:00 745a02a5169b: Verifying Checksum 10:10:00 745a02a5169b: Download complete 10:10:00 00ac8860ef70: Verifying Checksum 10:10:00 00ac8860ef70: Download complete 10:10:11 00ac8860ef70: Pull complete 10:10:11 63d7cb157983: Pull complete 10:10:11 b116817d02f9: Pull complete 10:10:15 745a02a5169b: Pull complete 10:10:15 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 10:10:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 10:10:15 ---> b7e6874047d6 10:10:15 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 10:10:18 ---> Running in abe6ec7997ca 10:10:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:10:19 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:10:19 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:10:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:10:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:10:21 (1/12) Installing libmagic (5.38-r0) 10:10:21 (2/12) Installing file (5.38-r0) 10:10:21 (3/12) Installing libc-dev (0.7.2-r3) 10:10:21 (4/12) Installing g++ (9.3.0-r2) 10:10:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:10:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:10:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:10:24 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:10:25 (5/12) Installing fortify-headers (1.1-r0) 10:10:25 (6/12) Installing patch (2.7.6-r6) 10:10:25 (7/12) Installing build-base (0.5-r2) 10:10:25 (8/12) Installing libsodium (1.0.18-r0) 10:10:25 (9/12) Installing pkgconf (1.7.2-r0) 10:10:25 (10/12) Installing libsodium-dev (1.0.18-r0) 10:10:25 (11/12) Installing libzmq (4.3.3-r0) 10:10:25 (12/12) Installing zeromq-dev (4.3.3-r0) 10:10:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:10:25 Executing busybox-1.31.1-r19.trigger 10:10:25 OK: 217 MiB in 51 packages 10:10:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:10:30 Removing intermediate container abe6ec7997ca 10:10:30 ---> 9c8c5480eb54 10:10:30 Step 4/6 : WORKDIR /edgex-go 10:10:30 ---> Running in 813678a34c1f 10:10:30 Removing intermediate container 813678a34c1f 10:10:30 ---> 642858554f14 10:10:30 Step 5/6 : COPY go.mod . 10:10:30 ---> 352c7d71edd0 10:10:30 Step 6/6 : RUN go mod download 10:10:31 ---> Running in 3058ed9f1e19 10:10:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:10:34 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:10:34 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:10:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.354s coverage: 45.9% of statements 10:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:10:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:10:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.144s coverage: 19.8% of statements 10:10:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.291s coverage: 100.0% of statements 10:10:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.284s coverage: 27.1% of statements 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:10:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.109s coverage: 100.0% of statements 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:10:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.219s coverage: 100.0% of statements 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:10:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.280s coverage: 71.3% of statements 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:10:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.564s coverage: 82.9% of statements 10:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:10:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.292s coverage: 78.9% of statements 10:10:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.464s coverage: 28.6% of statements 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.129s coverage: 100.0% of statements 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.113s coverage: 100.0% of statements 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.575s coverage: 86.7% of statements 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:10:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.353s coverage: 97.5% of statements 10:10:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:10:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.109s coverage: 78.3% of statements 10:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:10:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 10:10:57 Removing intermediate container 3058ed9f1e19 10:10:57 ---> 0fb241f7c802 10:10:57 Successfully built 0fb241f7c802 10:10:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:10:58 + docker inspect -f . ci-base-image-arm64 10:10:58 . [Pipeline] withDockerContainer 10:10:58 prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container 10:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:11:00 $ docker top 96de9615cf095df5984e857e02313bea7df12407dc7912875dedb89a675a57f4 -eo pid,comm [Pipeline] { [Pipeline] sh 10:11:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.813s coverage: 92.8% of statements 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:11:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.128s coverage: 58.8% of statements 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:11:00 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.103s coverage: 0.9% of statements 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:11:00 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 47.1% of statements 10:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.178s coverage: 79.5% of statements 10:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.123s coverage: 94.1% of statements 10:11:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.093s coverage: 96.3% of statements 10:11:01 + go version 10:11:01 go version go1.15.5 linux/arm64 [Pipeline] } 10:11:01 $ docker stop --time=1 96de9615cf095df5984e857e02313bea7df12407dc7912875dedb89a675a57f4 10:11:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.069s coverage: 87.5% of statements 10:11:03 $ docker rm -f 96de9615cf095df5984e857e02313bea7df12407dc7912875dedb89a675a57f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:11:03 + docker inspect -f . ci-base-image-arm64 10:11:03 . [Pipeline] withDockerContainer 10:11:04 prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container 10:11:04 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:11:05 $ docker top ff9c5e43ae381f8adae65ebfd94e36f04ad747a2018cb79b7d8f0bb0d697bed1 -eo pid,comm [Pipeline] { [Pipeline] echo 10:11:05 ========================================================= 10:11:05 [edgeXBuildGoParallel] Running Tests and Build... 10:11:05 ========================================================= [Pipeline] sh 10:11:06 + make test 10:11:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 10:11:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.162s coverage: 94.4% of statements 10:11:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.106s coverage: 44.8% of statements 10:11:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.600s coverage: 81.9% of statements 10:11:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.260s coverage: 92.9% of statements 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.093s coverage: 77.8% of statements 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.111s coverage: 87.2% of statements 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.273s coverage: 100.0% of statements 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.418s coverage: 75.5% of statements 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.286s coverage: 87.2% of statements 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.6% of statements 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.6% of statements 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.367s coverage: 64.4% of statements 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:11:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.132s coverage: 100.0% of statements 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.050s coverage: 91.3% of statements 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.043s coverage: 100.0% of statements 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.235s coverage: 73.7% of statements 10:11:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 10:11:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.941s coverage: 69.0% of statements 10:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:11:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:11:28 ? github.com/edgexfoundry/edgex-go [no test files] 10:11:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.451s coverage: 38.4% of statements 10:11:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:11:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:11:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.420s coverage: 89.5% of statements 10:11:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:11:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.110s coverage: 84.8% of statements 10:11:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.775s coverage: 47.0% of statements 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:11:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:11:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.211s coverage: 100.0% of statements 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:11:36 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.279s coverage: 10.5% of statements 10:11:36 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:11:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.604s coverage: 87.7% of statements 10:11:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:11:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:11:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:11:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.017s coverage: 28.7% of statements 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:11:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:11:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.314s coverage: 100.0% of statements 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:11:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.303s coverage: 64.6% of statements 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:11:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.377s coverage: 95.6% of statements 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:11:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.096s coverage: 0.0% of statements 10:11:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:11:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 10:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:11:44 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:11:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.129s coverage: 87.9% of statements 10:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:11:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:11:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements 10:11:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.156s coverage: 28.1% of statements 10:11:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.061s coverage: 100.0% of statements 10:11:50 GO111MODULE=on go vet ./... 10:12:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 10:12:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 10:12:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 10:12:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 10:12:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 10:12:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 10:12:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 10:12:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 10:12:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 10:12:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 10:12:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 10:12:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 10:12:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 10:12:52 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.353s coverage: 45.9% of statements 10:12:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 10:12:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 10:12:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 10:12:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 10:12:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 10:12:52 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 10:12:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.158s coverage: 19.8% of statements 10:12:52 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.241s coverage: 100.0% of statements 10:13:01 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.631s coverage: 27.1% of statements 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 10:13:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.137s coverage: 100.0% of statements 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 10:13:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.256s coverage: 100.0% of statements 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 10:13:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 10:13:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 10:13:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.465s coverage: 82.9% of statements 10:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 10:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 10:13:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.136s coverage: 78.9% of statements 10:13:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 10:13:13 gofmt -l . 10:13:13 [ "`gofmt -l .`" = "" ] 10:13:13 ./bin/test-go-mod-tidy.sh 10:13:13 ./bin/test-attribution-txt.sh 10:13:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.154s coverage: 28.6% of statements 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 10:13:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.220s coverage: 100.0% of statements 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 10:13:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.187s coverage: 100.0% of statements 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 10:13:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.474s coverage: 86.7% of statements 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 10:13:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.494s coverage: 97.5% of statements 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 10:13:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.292s coverage: 78.3% of statements 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 10:13:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] sh 10:13:17 + ls -al . 10:13:17 total 808 10:13:17 drwxrwxr-x 10 1001 1001 4096 Apr 16 10:13 . 10:13:17 drwxr-xr-x 4 root root 30 Apr 16 10:08 .. 10:13:17 -rw-rw-r-- 1 1001 1001 11 Apr 16 10:05 .dockerignore 10:13:17 drwxrwxr-x 8 1001 1001 179 Apr 16 10:05 .git 10:13:17 drwxrwxr-x 3 1001 1001 125 Apr 16 10:05 .github 10:13:17 -rw-rw-r-- 1 1001 1001 818 Apr 16 10:05 .gitignore 10:13:17 drwx------ 3 1001 1001 60 Apr 16 10:06 .semver 10:13:17 -rw-rw-r-- 1 1001 1001 166 Apr 16 10:05 .sonarcloud.properties 10:13:17 -rw-rw-r-- 1 1001 1001 8609 Apr 16 10:05 Attribution.txt 10:13:17 -rw-rw-r-- 1 1001 1001 3804 Apr 16 10:05 CONTRIBUTING.md 10:13:17 -rw-rw-r-- 1 1001 1001 931 Apr 16 10:05 Dockerfile.build 10:13:17 -rw-rw-r-- 1 1001 1001 863 Apr 16 10:05 Jenkinsfile 10:13:17 -rw-rw-r-- 1 1001 1001 10775 Apr 16 10:05 LICENSE 10:13:17 -rw-rw-r-- 1 1001 1001 5774 Apr 16 10:05 Makefile 10:13:17 -rw-rw-r-- 1 1001 1001 6548 Apr 16 10:05 README.md 10:13:17 -rw-rw-r-- 1 1001 1001 6755 Apr 16 10:05 SECURITY.md 10:13:17 -rw-rw-r-- 1 1001 1001 5 Apr 16 10:06 VERSION 10:13:17 -rw-rw-r-- 1 1001 1001 4131 Apr 16 10:05 ZMQWindows.md 10:13:17 drwxrwxr-x 2 1001 1001 117 Apr 16 10:05 bin 10:13:17 drwxrwxr-x 14 1001 1001 4096 Apr 16 10:05 cmd 10:13:17 -rw-r--r-- 1 root root 698295 Apr 16 10:11 coverage.out 10:13:17 -rw-r--r-- 1 root root 1058 Apr 16 10:13 go.mod 10:13:17 -rw-r--r-- 1 root root 22256 Apr 16 10:13 go.sum 10:13:17 drwxrwxr-x 8 1001 1001 127 Apr 16 10:05 internal 10:13:17 drwxrwxr-x 4 1001 1001 26 Apr 16 10:05 openapi 10:13:17 drwxrwxr-x 4 1001 1001 71 Apr 16 10:05 snap 10:13:17 -rw-rw-r-- 1 1001 1001 168 Apr 16 10:05 version.go [Pipeline] sh 10:13:17 + '[' -e coverage.out ] 10:13:17 + chown 1001:1001 coverage.out [Pipeline] stash 10:13:18 Stashed 1 file(s) [Pipeline] sh 10:13:18 + make build 10:13: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 10:13:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.136s coverage: 92.8% of statements 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 10:13:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.134s coverage: 58.8% of statements 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 10:13:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.195s coverage: 0.9% of statements 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 10:13:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 10:13:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.208s coverage: 47.1% of statements 10:13:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.150s coverage: 79.5% of statements 10:13:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.172s coverage: 94.1% of statements 10:13:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.208s coverage: 96.3% of statements 10:13:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.148s coverage: 87.5% of statements 10:13:26 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 10:13:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.132s coverage: 94.4% of statements 10:13:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.120s coverage: 44.8% of statements 10:13:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.527s coverage: 81.9% of statements 10:13:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 10:13:49 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 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.211s coverage: 92.9% of statements 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.085s coverage: 87.2% of statements 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.141s coverage: 80.8% of statements 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.195s coverage: 87.2% of statements 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.218s coverage: 84.6% of statements 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.224s coverage: 91.6% of statements 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.547s coverage: 64.4% of statements 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 10:13:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 10:13:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements 10:13:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.122s coverage: 91.3% of statements 10:13:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements 10:13:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.081s coverage: 73.7% of statements 10:13:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 10:13:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:13:57 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 69.0% of statements 10:13:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 10:13:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 10:13:57 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 10:13:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.501s coverage: 38.4% of statements 10:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 10:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 10:13:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.122s coverage: 89.5% of statements 10:13:58 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 10:13:58 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.108s coverage: 84.8% of statements 10:14:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:14: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 10:14:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.0% of statements 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 10:14:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.186s coverage: 100.0% of statements 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 10:14:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 10:14:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.125s coverage: 10.5% of statements 10:14:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 10:14:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.433s coverage: 87.7% of statements 10:14:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 10:14:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 10:14:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 10:14:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:14:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.105s coverage: 28.7% of statements 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 10:14:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 10:14:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.206s coverage: 100.0% of statements 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 10:14:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.183s coverage: 64.6% of statements 10:14:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 10:14:14 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.366s coverage: 95.6% of statements 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 10:14:14 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 10:14:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 10:14:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.117s coverage: 87.9% of statements 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 10:14:14 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 10:14:14 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements 10:14:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.111s coverage: 28.1% of statements 10:14:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 10:14:17 GO111MODULE=on go vet ./... 10:14:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:14:21 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 10:14:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 10:14:29 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 10:14:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 10:14:40 $ docker stop --time=1 a4c9dc1758b71c5a165496707987da041b0a27ba81c4a7bfca83fc3e657030d2 10:14:42 $ docker rm -f a4c9dc1758b71c5a165496707987da041b0a27ba81c4a7bfca83fc3e657030d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:14:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:14:47 10:14:47 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 10:14:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:14:47 latest: Pulling from edgex-devops/edgex-compose 10:14:47 cbdbe7a5bc2a: Pulling fs layer 10:14:47 ca9280d653b3: Pulling fs layer 10:14:47 7e9c9ca2126c: Pulling fs layer 10:14:48 cbdbe7a5bc2a: Verifying Checksum 10:14:48 cbdbe7a5bc2a: Download complete 10:14:50 cbdbe7a5bc2a: Pull complete 10:14:51 ca9280d653b3: Verifying Checksum 10:14:51 ca9280d653b3: Download complete 10:14:55 ca9280d653b3: Pull complete 10:14:55 7e9c9ca2126c: Verifying Checksum 10:14:55 7e9c9ca2126c: Download complete 10:15:11 7e9c9ca2126c: Pull complete 10:15:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 10:15:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:15:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 10:15:12 prd-centos7-docker-4c-2g-472 does not seem to be running inside a container 10:15:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 10:15:18 $ docker top 107ee20e718f70ced9ccb2e8c4e2e108d7c122adce7a5d67862839fb9a07bd90 -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:19 + docker-compose build --help 10:15:19 + grep parallel 10:15:21 --parallel Build images in parallel. [Pipeline] } 10:15:21 $ docker stop --time=1 107ee20e718f70ced9ccb2e8c4e2e108d7c122adce7a5d67862839fb9a07bd90 10:15:23 $ docker rm -f 107ee20e718f70ced9ccb2e8c4e2e108d7c122adce7a5d67862839fb9a07bd90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:15:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 10:15:24 . [Pipeline] withDockerContainer 10:15:24 prd-centos7-docker-4c-2g-472 does not seem to be running inside a container 10:15:25 $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 10:15:26 $ docker top 4d575905438fabb345fbcee736a53a69785f83080b8dbb416b647731bbc863eb -eo pid,comm [Pipeline] { [Pipeline] sh 10:15:28 + docker-compose -f ./docker-compose-build.yml build --parallel 10:15:30 Building docker-core-command-go ... 10:15:30 Building docker-core-data-go ... 10:15:30 Building docker-core-metadata-go ... 10:15:30 Building docker-security-bootstrapper-go ... 10:15:30 Building docker-security-proxy-setup-go ... 10:15:30 Building docker-security-secretstore-setup-go ... 10:15:30 Building docker-support-notifications-go ... 10:15:30 Building docker-support-scheduler-go ... 10:15:30 Building docker-sys-mgmt-agent-go ... 10:15:30 Building docker-support-notifications-go 10:15:30 Building docker-security-bootstrapper-go 10:15:30 Building docker-sys-mgmt-agent-go 10:15:30 Building docker-security-proxy-setup-go 10:15:30 Building docker-support-scheduler-go 10:15:39 gofmt -l . 10:15:39 [ "`gofmt -l .`" = "" ] 10:15:39 ./bin/test-go-mod-tidy.sh 10:15:40 ./bin/test-attribution-txt.sh [Pipeline] sh 10:15:42 + ls -al . 10:15:42 total 836 10:15:42 drwxrwxr-x 9 1001 1001 4096 Apr 16 10:15 . 10:15:42 drwxr-xr-x 4 root root 4096 Apr 16 10:11 .. 10:15:42 -rw-rw-r-- 1 1001 1001 11 Apr 16 10:09 .dockerignore 10:15:42 drwxrwxr-x 8 1001 1001 4096 Apr 16 10:09 .git 10:15:42 drwxrwxr-x 3 1001 1001 4096 Apr 16 10:09 .github 10:15:42 -rw-rw-r-- 1 1001 1001 818 Apr 16 10:09 .gitignore 10:15:42 -rw-rw-r-- 1 1001 1001 166 Apr 16 10:09 .sonarcloud.properties 10:15:42 -rw-rw-r-- 1 1001 1001 8609 Apr 16 10:09 Attribution.txt 10:15:42 -rw-rw-r-- 1 1001 1001 3804 Apr 16 10:09 CONTRIBUTING.md 10:15:42 -rw-rw-r-- 1 1001 1001 931 Apr 16 10:09 Dockerfile.build 10:15:42 -rw-rw-r-- 1 1001 1001 863 Apr 16 10:09 Jenkinsfile 10:15:42 -rw-rw-r-- 1 1001 1001 10775 Apr 16 10:09 LICENSE 10:15:42 -rw-rw-r-- 1 1001 1001 5774 Apr 16 10:09 Makefile 10:15:42 -rw-rw-r-- 1 1001 1001 6548 Apr 16 10:09 README.md 10:15:42 -rw-rw-r-- 1 1001 1001 6755 Apr 16 10:09 SECURITY.md 10:15:42 -rw-rw-r-- 1 1001 1001 5 Apr 16 10:06 VERSION 10:15:42 -rw-rw-r-- 1 1001 1001 4131 Apr 16 10:09 ZMQWindows.md 10:15:42 drwxrwxr-x 2 1001 1001 4096 Apr 16 10:09 bin 10:15:42 drwxrwxr-x 14 1001 1001 4096 Apr 16 10:09 cmd 10:15:42 -rw-r--r-- 1 root root 698295 Apr 16 10:14 coverage.out 10:15:42 -rw-r--r-- 1 root root 1058 Apr 16 10:15 go.mod 10:15:42 -rw-r--r-- 1 root root 22256 Apr 16 10:15 go.sum 10:15:42 drwxrwxr-x 8 1001 1001 4096 Apr 16 10:09 internal 10:15:42 drwxrwxr-x 4 1001 1001 4096 Apr 16 10:09 openapi 10:15:42 drwxrwxr-x 4 1001 1001 4096 Apr 16 10:09 snap 10:15:42 -rw-rw-r-- 1 1001 1001 168 Apr 16 10:09 version.go [Pipeline] sh 10:15:43 + '[' -e coverage.out ] 10:15:43 + chown 1001:1001 coverage.out [Pipeline] stash 10:15:43 Warning: overwriting stash ‘coverage-report’ 10:15:45 Stashed 1 file(s) [Pipeline] sh 10:15:45 + make build 10:15:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:15:58 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 10:16:20 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 10:16:24 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 10:16:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 10:16:31 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 10:16:38 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 10:16:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:16:50 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 10:16:54 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 10:16:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 10:17:03 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 10:17:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:17:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:17:09 ---> 84bd3a5e4d38 10:17:09 Step 3/22 : WORKDIR /edgex-go 10:17:09 ---> 84bd3a5e4d38 10:17:09 Step 3/21 : WORKDIR /edgex-go 10:17:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:17:09 ---> 84bd3a5e4d38 10:17:09 Step 3/23 : WORKDIR /edgex-go 10:17:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:17:09 ---> 84bd3a5e4d38 10:17:09 Step 3/22 : WORKDIR /edgex-go 10:17:09 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:17:09 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:17:09 ---> 84bd3a5e4d38 10:17:09 Step 3/31 : WORKDIR /edgex-go 10:17:09 ---> Running in c39a7667ce6d 10:17:09 ---> Running in bbf32a86ff47 10:17:09 ---> Running in 3ed19cefd3a5 10:17:09 ---> Running in 26c7438ffa94 10:17:09 ---> Running in 6bb375f979ba 10:17:09 Removing intermediate container 3ed19cefd3a5 10:17:09 ---> aa36e4a42e2e 10:17:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:09 Removing intermediate container c39a7667ce6d 10:17:09 ---> 25410c2e7c9e 10:17:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:09 Removing intermediate container 26c7438ffa94 10:17:09 ---> c5fe1c5a1096 10:17:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:09 Removing intermediate container bbf32a86ff47 10:17:09 ---> a4af602aaeb4 10:17:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:09 Removing intermediate container 6bb375f979ba 10:17:09 ---> 87ec1ba59c1e 10:17:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:17:09 ---> Running in 99f1a1be78c4 10:17:09 ---> Running in cf6b86b2bde8 10:17:09 ---> Running in 1b4ffd9842e0 10:17:09 ---> Running in 3a0c93d6ed14 10:17:09 ---> Running in da97ca267168 [Pipeline] } 10:17:10 $ docker stop --time=1 ff9c5e43ae381f8adae65ebfd94e36f04ad747a2018cb79b7d8f0bb0d697bed1 10:17:11 Removing intermediate container cf6b86b2bde8 10:17:11 ---> f96e6e7bdab2 10:17:11 Step 5/23 : RUN apk add --update --no-cache make bash git 10:17:11 Removing intermediate container 99f1a1be78c4 10:17:11 ---> ef94509d3590 10:17:11 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:17:11 Removing intermediate container 1b4ffd9842e0 10:17:11 ---> 70ee4aa89e6f 10:17:11 Step 5/31 : RUN apk add --update --no-cache make git 10:17:11 Removing intermediate container 3a0c93d6ed14 10:17:11 ---> e4e39991a8ce 10:17:11 Step 5/21 : RUN apk add --update --no-cache make git 10:17:11 ---> Running in c92658f08ae0 10:17:11 ---> Running in c45d617bbf6a 10:17:12 ---> Running in efc84fbb82f4 10:17:12 ---> Running in 656f07408ce2 10:17:12 Removing intermediate container da97ca267168 10:17:12 ---> ff98c6809588 10:17:12 Step 5/22 : RUN apk add --update --no-cache make git 10:17:12 ---> Running in 2a53f26c0cb9 10:17:12 $ docker rm -f ff9c5e43ae381f8adae65ebfd94e36f04ad747a2018cb79b7d8f0bb0d697bed1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:17:14 10:17:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:17:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:17:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:17:15 latest: Pulling from edgex-devops/edgex-compose-arm64 10:17:15 29e5d40040c1: Pulling fs layer 10:17:15 1ce36da41761: Pulling fs layer 10:17:15 25b303627fd3: Pulling fs layer 10:17:15 29e5d40040c1: Verifying Checksum 10:17:15 29e5d40040c1: Download complete 10:17:15 1ce36da41761: Verifying Checksum 10:17:15 1ce36da41761: Download complete 10:17:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:17:15 29e5d40040c1: Pull complete 10:17:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:17:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:17:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:17:17 1ce36da41761: Pull complete 10:17:17 25b303627fd3: Verifying Checksum 10:17:17 25b303627fd3: Download complete 10:17:17 OK: 233 MiB in 51 packages 10:17:17 OK: 233 MiB in 51 packages 10:17:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:17:19 OK: 233 MiB in 51 packages 10:17:19 OK: 233 MiB in 51 packages 10:17:20 Removing intermediate container 2a53f26c0cb9 10:17:20 ---> 2718bf26a831 10:17:20 Step 6/22 : COPY go.mod . 10:17:20 Removing intermediate container c92658f08ae0 10:17:20 ---> 811c7f89a052 10:17:20 Step 6/22 : COPY go.mod . 10:17:20 OK: 233 MiB in 51 packages 10:17:21 ---> fb173fe8c8ca 10:17:21 Step 7/22 : RUN go mod download 10:17:21 ---> 31920fff7c45 10:17:21 Step 7/22 : RUN go mod download 10:17:21 ---> Running in 6f0e7a0a3f6e 10:17:21 ---> Running in d067071ce969 10:17:21 Removing intermediate container efc84fbb82f4 10:17:21 ---> d40a4090a9f7 10:17:21 Step 6/31 : COPY go.mod . 10:17:22 Removing intermediate container 656f07408ce2 10:17:22 ---> a5bc45d3ccf1 10:17:22 Step 6/21 : COPY go.mod . 10:17:22 Removing intermediate container c45d617bbf6a 10:17:22 ---> cbfec22e83d8 10:17:22 Step 6/23 : COPY go.mod . 10:17:22 ---> ac5d1c7f904f 10:17:22 Step 7/31 : RUN go mod download 10:17:22 ---> Running in e76d62ff30d6 10:17:24 ---> 7a262d86541b 10:17:24 Step 7/21 : RUN go mod download 10:17:24 ---> ca8100fd0b1f 10:17:24 Step 7/23 : RUN go mod download 10:17:24 ---> Running in e9d918a825d1 10:17:24 ---> Running in 4875d590ef41 10:17:27 25b303627fd3: Pull complete 10:17:27 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 10:17:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:17:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 10:17:27 prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container 10:17:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 10:17:29 Removing intermediate container d067071ce969 10:17:29 ---> 5039b4a96795 10:17:29 Step 8/22 : COPY . . 10:17:29 Removing intermediate container 6f0e7a0a3f6e 10:17:29 ---> caec5fdf61a0 10:17:29 Step 8/22 : COPY . . 10:17:29 Removing intermediate container 4875d590ef41 10:17:29 ---> e260666e5972 10:17:29 Step 8/23 : COPY . . 10:17:30 Removing intermediate container e76d62ff30d6 10:17:30 ---> e3450780163b 10:17:30 Step 8/31 : COPY . . 10:17:31 $ docker top 1e66cb790aaed9519f816eb79e37e2bcfc5863614b1d9ada120725e9c93fc7f9 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:32 + grep parallel 10:17:32 + docker-compose build --help 10:17:32 Removing intermediate container e9d918a825d1 10:17:32 ---> 8a348029f9ac 10:17:32 Step 8/21 : COPY . . 10:17:35 --parallel Build images in parallel. [Pipeline] } 10:17:36 $ docker stop --time=1 1e66cb790aaed9519f816eb79e37e2bcfc5863614b1d9ada120725e9c93fc7f9 10:17:38 $ docker rm -f 1e66cb790aaed9519f816eb79e37e2bcfc5863614b1d9ada120725e9c93fc7f9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:17:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 10:17:38 . [Pipeline] withDockerContainer 10:17:39 prd-ubuntu18.04-docker-arm64-4c-16g-474 does not seem to be running inside a container 10:17:39 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 10:17:40 $ docker top b988ccf0469845ece0d4c88a3aba568da7fbd3242ae614db5a81b4a410f92a27 -eo pid,comm [Pipeline] { [Pipeline] sh 10:17:41 + docker-compose -f ./docker-compose-build.yml build --parallel 10:17:46 Building docker-core-command-go ... 10:17:46 Building docker-core-data-go ... 10:17:46 Building docker-core-metadata-go ... 10:17:46 Building docker-security-bootstrapper-go ... 10:17:46 Building docker-security-proxy-setup-go ... 10:17:46 Building docker-security-secretstore-setup-go ... 10:17:46 Building docker-support-notifications-go ... 10:17:46 Building docker-support-scheduler-go ... 10:17:46 Building docker-sys-mgmt-agent-go ... 10:17:46 Building docker-security-proxy-setup-go 10:17:46 Building docker-security-secretstore-setup-go 10:17:46 Building docker-support-scheduler-go 10:17:46 Building docker-core-metadata-go 10:17:46 Building docker-core-command-go 10:18:57 ---> e8586bb181e9 10:18:57 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:18:57 ---> 5c8a2b7c69a0 10:18:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:18:57 ---> 7fd47b1aa969 10:18:57 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:18:57 ---> 2defbc60217e 10:18:57 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:18:57 ---> f5246c848b79 10:18:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:18:57 ---> Running in 5154b6b714fe 10:18:57 ---> Running in 16db1a5b4d35 10:18:57 ---> Running in 4e21de0771f0 10:18:57 ---> Running in 1d062e8e555a 10:18:57 ---> Running in c80ed823de22 10:18:57 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 10:18:57 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 10:18:57 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 10:18:58 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 10:18:58 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 10:19:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:19:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:19:07 ---> 0fb241f7c802 10:19:07 Step 3/24 : WORKDIR /edgex-go 10:19:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:19:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:19:07 ---> 0fb241f7c802 10:19:07 Step 3/22 : WORKDIR /edgex-go 10:19:07 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:19:07 Step 2/21 : FROM ${BUILDER_BASE} AS builder 10:19:07 ---> 0fb241f7c802 10:19:07 Step 3/21 : WORKDIR /edgex-go 10:19:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:19:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:19:07 ---> 0fb241f7c802 10:19:07 Step 3/23 : WORKDIR /edgex-go 10:19:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:19:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:19:07 ---> 0fb241f7c802 10:19:07 Step 3/23 : WORKDIR /edgex-go 10:19:07 ---> Running in 9eb2c9e5b44b 10:19:07 ---> Running in c45f125f46dc 10:19:07 ---> Running in f61e06ff9d57 10:19:07 ---> Running in 3f3074767f28 10:19:07 ---> Running in baada7d75716 10:19:07 Removing intermediate container 3f3074767f28 10:19:07 ---> d09c2a79b864 10:19:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:07 Removing intermediate container f61e06ff9d57 10:19:07 ---> f80e986f41aa 10:19:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:07 Removing intermediate container baada7d75716 10:19:07 ---> 54ea495d3c49 10:19:07 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:07 Removing intermediate container 9eb2c9e5b44b 10:19:07 ---> 93a8a0998885 10:19:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:07 Removing intermediate container c45f125f46dc 10:19:07 ---> 3d1980d75cc0 10:19:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:19:07 ---> Running in 1ea58c5668ef 10:19:07 ---> Running in ca7407eaed03 10:19:07 ---> Running in a684112d034a 10:19:07 ---> Running in 46a79139bb52 10:19:07 ---> Running in 1d8056469407 10:19:07 Removing intermediate container 1ea58c5668ef 10:19:07 ---> 0d275cbf058c 10:19:07 Step 5/23 : RUN apk add --update --no-cache make git 10:19:07 ---> Running in 4518a9954331 10:19:07 Removing intermediate container a684112d034a 10:19:07 ---> 95296ee9425c 10:19:07 Step 5/21 : RUN apk add --update --no-cache make git 10:19:07 Removing intermediate container ca7407eaed03 10:19:07 ---> 05fda295802a 10:19:07 Step 5/24 : RUN apk add --update --no-cache make git 10:19:07 Removing intermediate container 1d8056469407 10:19:07 ---> e275c75ca513 10:19:07 Step 5/23 : RUN apk add --update --no-cache make git 10:19:07 ---> Running in 8b005a41b439 10:19:08 Removing intermediate container 46a79139bb52 10:19:08 ---> 94f937e60fd6 10:19:08 Step 5/22 : RUN apk add --update --no-cache make git 10:19:08 ---> Running in fc5601984e31 10:19:08 ---> Running in d0878fd86da4 10:19:08 ---> Running in e3edfae9632c 10:19:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:19:10 OK: 217 MiB in 51 packages 10:19:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:19:11 OK: 217 MiB in 51 packages 10:19:11 OK: 217 MiB in 51 packages 10:19:11 OK: 217 MiB in 51 packages 10:19:11 OK: 217 MiB in 51 packages 10:19:12 Removing intermediate container 4518a9954331 10:19:12 ---> 6ba81a2d43bb 10:19:12 Step 6/23 : COPY go.mod . 10:19:13 ---> ad784873ca14 10:19:13 Step 7/23 : RUN go mod download 10:19:13 Removing intermediate container 8b005a41b439 10:19:13 ---> 058e36ad69dc 10:19:13 Step 6/21 : COPY go.mod . 10:19:13 ---> Running in d0fa67f8932b 10:19:13 Removing intermediate container fc5601984e31 10:19:13 ---> 05fc01bd53c1 10:19:13 Step 6/24 : COPY go.mod . 10:19:14 Removing intermediate container e3edfae9632c 10:19:14 ---> 843bc2098800 10:19:14 Step 6/22 : COPY go.mod . 10:19:14 Removing intermediate container d0878fd86da4 10:19:14 ---> ff0b6156aaad 10:19:14 Step 6/23 : COPY go.mod . 10:19:14 ---> 84a021328956 10:19:14 Step 7/21 : RUN go mod download 10:19:14 ---> 4134151145ef 10:19:14 Step 7/24 : RUN go mod download 10:19:14 ---> Running in 8dbf7542d2c7 10:19:14 ---> Running in 53cc4ffc9e0f 10:19:15 ---> 9404600ead84 10:19:15 Step 7/23 : RUN go mod download 10:19:15 ---> 7d82d673d8ca 10:19:15 Step 7/22 : RUN go mod download 10:19:15 ---> Running in 1a7560de50ac 10:19:15 ---> Running in 9c3e491790f5 10:19:16 Removing intermediate container d0fa67f8932b 10:19:16 ---> 440fa5adefdb 10:19:16 Step 8/23 : COPY . . 10:19:21 Removing intermediate container 8dbf7542d2c7 10:19:21 ---> 2f2214d1e7bb 10:19:21 Step 8/21 : COPY . . 10:19:21 Removing intermediate container 9c3e491790f5 10:19:21 ---> 2caaf35589d5 10:19:21 Step 8/22 : COPY . . 10:19:21 Removing intermediate container 53cc4ffc9e0f 10:19:21 ---> 9e39cdac75d0 10:19:21 Step 8/24 : COPY . . 10:19:22 Removing intermediate container 1a7560de50ac 10:19:22 ---> 372ffa3efa5b 10:19:22 Step 8/23 : COPY . . 10:19:44 ---> 6bd47e24c665 10:19:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:19:44 ---> Running in dd80c5b25aac 10:19:44 ---> f4a9f3c196b6 10:19:44 Step 9/23 : RUN make cmd/core-command/core-command 10:19:44 ---> 55223b73f546 10:19:44 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 10:19:44 ---> 6aa53f1ed6e0 10:19:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:19:44 ---> 48a5090158a1 10:19:44 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 10:19:45 ---> Running in c30ac3df9e56 10:19:45 ---> Running in 9f0f8e13f267 10:19:45 ---> Running in 44380f8cf0d4 10:19:45 ---> Running in 18d7c5689f82 10:19:46 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 10:19:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 10:19:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 10:19: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 10:19:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 10:20: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 10:20:17 Removing intermediate container 4e21de0771f0 10:20:17 ---> 4c27c42b9771 10:20:17 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:20:17 Removing intermediate container 1d062e8e555a 10:20:17 ---> a47905177a3e 10:20:17 10:20:17 Step 10/31 : FROM alpine:3.12 10:20:18 3.12: Pulling from library/alpine 10:20:20 ---> Running in 136bd3c296a9 10:20:21 Removing intermediate container 5154b6b714fe 10:20:21 ---> 7fd803213ac1 10:20:21 10:20:21 Step 10/22 : FROM alpine:3.12 10:20:21 3.12: Pulling from library/alpine 10:20:21 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:20:21 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:20:21 Removing intermediate container c80ed823de22 10:20:21 ---> e0f61e765ce6 10:20:21 10:20:21 Step 10/22 : FROM alpine:3.12 10:20:21 Status: Downloaded newer image for alpine:3.12 10:20:21 ---> 13621d1b12d4 10:20:21 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:20:21 Status: Downloaded newer image for alpine:3.12 10:20:21 ---> 13621d1b12d4 10:20:21 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:20:21 3.12: Pulling from library/alpine 10:20:21 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:20:21 Status: Image is up to date for alpine:3.12 10:20:21 ---> 13621d1b12d4 10:20:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:20:23 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 10:20:23 ---> Running in 015c3f887909 10:20:23 ---> Running in f661cacfe978 10:20:23 ---> Running in feb8e8dbad5d 10:20:24 Removing intermediate container 16db1a5b4d35 10:20:24 ---> 59aa6ac87605 10:20:24 10:20:24 Step 10/21 : FROM alpine:3.12 10:20:24 ---> 13621d1b12d4 10:20:24 Step 11/21 : RUN apk add --update --no-cache curl 10:20:25 Removing intermediate container f661cacfe978 10:20:25 ---> 0c19de20e76d 10:20:25 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:20:25 ---> Running in e520945252cc 10:20:25 ---> Running in 51067cbb8a9b 10:20:26 Removing intermediate container 136bd3c296a9 10:20:26 ---> 6b0db76a5a18 10:20:26 10:20:26 Step 11/23 : FROM docker:20.10.0 10:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:20:26 20.10.0: Pulling from library/docker 10:20:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:20:27 (1/2) Installing ca-certificates (20191127-r4) 10:20:27 (2/2) Installing dumb-init (1.2.2-r1) 10:20:27 Executing busybox-1.31.1-r20.trigger 10:20:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:20:27 (1/1) Installing dumb-init (1.2.2-r1) 10:20:27 Executing busybox-1.31.1-r20.trigger 10:20:27 Executing ca-certificates-20191127-r4.trigger 10:20:27 OK: 6 MiB in 15 packages 10:20:27 OK: 6 MiB in 16 packages 10:20:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:20:27 (1/4) Installing ca-certificates (20191127-r4) 10:20:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:20:27 (3/4) Installing libcurl (7.76.1-r0) 10:20:27 (4/4) Installing curl (7.76.1-r0) 10:20:27 Executing busybox-1.31.1-r20.trigger 10:20:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:20:27 Executing ca-certificates-20191127-r4.trigger 10:20:27 OK: 7 MiB in 18 packages 10:20:27 (1/2) Installing dumb-init (1.2.2-r1) 10:20:27 (2/2) Installing su-exec (0.2-r1) 10:20:27 Executing busybox-1.31.1-r20.trigger 10:20:27 OK: 6 MiB in 16 packages 10:20:30 Removing intermediate container feb8e8dbad5d 10:20:30 ---> e95a75665488 10:20:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:20:30 Removing intermediate container 015c3f887909 10:20:30 ---> 3f33f8acb458 10:20:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:20:31 ---> Running in 31bad06fb35c 10:20:31 ---> Running in 651bcda481c3 10:20:31 Removing intermediate container 51067cbb8a9b 10:20:31 ---> 1efd2c1f831f 10:20:31 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:20:31 Removing intermediate container e520945252cc 10:20:31 ---> a4a8b8e8ca38 10:20:31 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:20:32 ---> Running in 7a2842e1ec4b 10:20:32 ---> Running in 73df17e969d4 10:20:32 Removing intermediate container 31bad06fb35c 10:20:32 ---> 5df59e08a9bd 10:20:32 Step 13/22 : ENV APP_PORT=48085 10:20:33 Removing intermediate container 651bcda481c3 10:20:33 ---> cdea177755f0 10:20:33 Step 13/22 : ENV APP_PORT=48060 10:20:33 ---> Running in 510fbf24b771 10:20:34 Removing intermediate container 73df17e969d4 10:20:34 ---> 39e531f220e8 10:20:34 Removing intermediate container 7a2842e1ec4b 10:20:34 ---> a3cd2c23836c 10:20:34 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:20:34 Step 13/21 : WORKDIR /edgex 10:20:34 ---> Running in 2739bec1e4bc 10:20:34 ---> Running in b30366d7df21 10:20:34 ---> Running in b36754e5f55f 10:20:34 Removing intermediate container 510fbf24b771 10:20:34 ---> 175a988bdeb2 10:20:34 Step 14/22 : EXPOSE $APP_PORT 10:20:34 ---> Running in 1a8e81aad77e 10:20:34 Removing intermediate container 2739bec1e4bc 10:20:34 ---> 67bffb7938fa 10:20:34 Step 14/22 : EXPOSE $APP_PORT 10:20:34 Removing intermediate container b36754e5f55f 10:20:34 ---> 1037bb392d68 10:20:34 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:20:34 ---> Running in b552fcb9311b 10:20:34 Removing intermediate container b30366d7df21 10:20:34 ---> c311aa1cabe9 10:20:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:20:34 ---> Running in e1bfbdbd0ad9 10:20:34 Removing intermediate container 1a8e81aad77e 10:20:34 ---> eadb9becb5a9 10:20:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:20:35 Removing intermediate container b552fcb9311b 10:20:35 ---> 3addbadd8c6a 10:20:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:20:35 ---> c231f815d653 10:20:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:20:35 ---> 5f7cb8d2d243 10:20:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:20:37 ---> 366159801ce2 10:20:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:20:38 ---> f5619bb254a0 10:20:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:20:38 ---> 964730431c7f 10:20:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:20:38 ---> 9cbfb9ca6a53 10:20:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:20:38 Removing intermediate container e1bfbdbd0ad9 10:20:38 ---> 6422d29b3d98 10:20:38 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:20:39 ---> Running in b7389a5cb3e6 10:20:39 ---> 67f82302912d 10:20:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:20:39 ---> d4ae9aefbfa1 10:20:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:20:40 ---> Running in 205c6052d952 10:20:40 ---> 7b7b1b08d50e 10:20:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:20:40 ---> Running in 374a416a841a 10:20:40 Removing intermediate container b7389a5cb3e6 10:20:40 ---> 8be04e6e68a6 10:20:40 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:20:40 ---> Running in 05d4306be1fa 10:20:40 Removing intermediate container 205c6052d952 10:20:40 ---> 1f8cb629d208 10:20:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:20:40 Removing intermediate container 374a416a841a 10:20:40 ---> 899b94c18331 10:20:40 Step 18/21 : CMD ["--init=true"] 10:20:41 ---> Running in 42e8272b4418 10:20:41 Removing intermediate container 05d4306be1fa 10:20:41 ---> b49e66411d8f 10:20:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:20:41 ---> Running in 66595f726cd0 10:20:41 ---> 0d597eb150e2 10:20:41 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:20:41 ---> Running in 79197084eab2 10:20:41 ---> Running in 3d04f3676589 10:20:42 Removing intermediate container 66595f726cd0 10:20:42 ---> fdd4940d1f8b 10:20:42 Step 19/21 : LABEL arch=x86_64 10:20:42 Removing intermediate container 42e8272b4418 10:20:42 ---> bbfb14385c2b 10:20:42 Step 20/22 : LABEL arch=x86_64 10:20:42 ---> Running in 19e2499641ea 10:20:42 ---> Running in 3dd5ea396c23 10:20:42 Removing intermediate container 79197084eab2 10:20:42 ---> d48cba246e2a 10:20:42 Step 20/22 : LABEL arch=x86_64 10:20:43 Removing intermediate container 19e2499641ea 10:20:43 ---> 9c497dfb85c5 10:20:43 Step 20/21 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:20:43 ---> Running in 50cf7862466d 10:20:43 Removing intermediate container 3dd5ea396c23 10:20:43 ---> eda591e92a0a 10:20:43 Step 21/22 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:20:44 ---> Running in d3b8e0b0818c 10:20:44 ---> Running in cd328f8a7745 10:20:44 Removing intermediate container 50cf7862466d 10:20:44 ---> 41b216fbff38 10:20:44 Step 21/22 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:20:44 ---> Running in 4e105ad933a3 10:20:45 Removing intermediate container d3b8e0b0818c 10:20:45 ---> d3a77cccf412 10:20:45 Step 21/21 : LABEL version=0.0.0 10:20:45 Removing intermediate container cd328f8a7745 10:20:45 ---> 25752cff0418 10:20:45 Step 22/22 : LABEL version=0.0.0 10:20:45 ---> Running in bc3675769035 10:20:45 ---> Running in 8f96b579da40 10:20:45 Removing intermediate container 4e105ad933a3 10:20:45 ---> af5cfe018568 10:20:45 Step 22/22 : LABEL version=0.0.0 10:20:45 ---> Running in c453f483ead1 10:20:45 Removing intermediate container bc3675769035 10:20:45 ---> 857cad558662 10:20:45 10:20:45 Removing intermediate container 3d04f3676589 10:20:45 ---> 8f292cea3dee 10:20:45 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:20:45 Removing intermediate container 8f96b579da40 10:20:45 ---> 19db032357c8 10:20:45 10:20:46 Removing intermediate container c453f483ead1 10:20:46 ---> 9dd58bf479e9 10:20:46 10:20:46 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:20:46 Status: Downloaded newer image for docker:20.10.0 10:20:46 ---> aefe523efa57 10:20:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 10:20:46 ---> a84016f34791 10:20:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:20:47 ---> Running in ec5080349811 10:20:47 Successfully built 19db032357c8 10:20:47 Successfully built 857cad558662 10:20:47 Successfully built 9dd58bf479e9 10:20:47 Successfully tagged docker-security-proxy-setup-go:latest 10:20:47  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 10:20:47 Successfully tagged docker-support-scheduler-go:latest 10:20:47 Building docker-security-secretstore-setup-go 10:20:47  Building docker-support-scheduler-go ... done Successfully tagged docker-support-notifications-go:latest 10:20:47  Building docker-support-notifications-go ... done Building docker-core-data-go 10:20:48 Removing intermediate container ec5080349811 10:20:48 ---> d3065741ee8b 10:20:48 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 10:20:48 ---> Running in efba275f360e 10:20:48 ---> c04037eec5c0 10:20:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:20:49 ---> 534f7498065a 10:20:49 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:20:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:20:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:20:50 (1/39) Installing readline (8.0.4-r0) 10:20:51 (2/39) Installing bash (5.0.17-r0) 10:20:51 Executing bash-5.0.17-r0.post-install 10:20:51 (3/39) Installing nghttp2-libs (1.41.0-r0) 10:20:51 (4/39) Installing libcurl (7.76.1-r0) 10:20:51 (5/39) Installing curl (7.76.1-r0) 10:20:51 (6/39) Installing dumb-init (1.2.2-r1) 10:20:51 (7/39) Installing libbz2 (1.0.8-r1) 10:20:51 ---> 6b1cb7a92516 10:20:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:20:51 (8/39) Installing expat (2.2.9-r1) 10:20:52 (9/39) Installing libffi (3.3-r2) 10:20:52 (10/39) Installing gdbm (1.13-r1) 10:20:52 (11/39) Installing xz-libs (5.2.5-r0) 10:20:52 (12/39) Installing sqlite-libs (3.32.1-r0) 10:20:52 (13/39) Installing python3 (3.8.8-r0) 10:20:56 ---> 26fa13d093ca 10:20:56 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:20:56 (14/39) Installing py3-appdirs (1.4.4-r1) 10:20:56 (15/39) Installing py3-ordered-set (4.0.1-r0) 10:20:56 (16/39) Installing py3-parsing (2.4.7-r0) 10:20:56 (17/39) Installing py3-six (1.15.0-r0) 10:20:56 (18/39) Installing py3-packaging (20.4-r0) 10:20:56 (19/39) Installing py3-setuptools (47.0.0-r0) 10:20:56 (20/39) Installing py3-chardet (3.0.4-r4) 10:20:56 (21/39) Installing py3-idna (2.9-r0) 10:20:56 (22/39) Installing py3-certifi (2020.4.5.1-r0) 10:20:56 (23/39) Installing py3-urllib3 (1.25.9-r0) 10:20:58 (24/39) Installing py3-requests (2.23.0-r0) 10:20:58 (25/39) Installing py3-msgpack (1.0.0-r0) 10:20:58 ---> Running in 832942f8e6b3 10:20:58 (26/39) Installing py3-lockfile (0.12.2-r3) 10:20:59 (27/39) Installing py3-cachecontrol (0.12.6-r0) 10:20:59 (28/39) Installing py3-colorama (0.4.3-r0) 10:21:00 (29/39) Installing py3-distlib (0.3.0-r0) 10:21:00 (30/39) Installing py3-distro (1.5.0-r1) 10:21:01 (31/39) Installing py3-webencodings (0.5.1-r3) 10:21:01 (32/39) Installing py3-html5lib (1.0.1-r4) 10:21:01 (33/39) Installing py3-pytoml (0.1.21-r0) 10:21:01 (34/39) Installing py3-pep517 (0.8.2-r0) 10:21:01 (35/39) Installing py3-progress (1.5-r0) 10:21:01 (36/39) Installing py3-toml (0.10.1-r0) 10:21:01 Removing intermediate container 832942f8e6b3 10:21:01 ---> 23af865a531d 10:21:01 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:21:01 (37/39) Installing py3-retrying (1.3.3-r0) 10:21:01 (38/39) Installing py3-contextlib2 (0.6.0-r0) 10:21:01 (39/39) Installing py3-pip (20.1.1-r0) 10:21:01 Executing busybox-1.31.1-r19.trigger 10:21:02 OK: 72 MiB in 59 packages 10:21:03 ---> 88d4c0fec2c3 10:21:03 Step 26/31 : RUN chmod +x /entrypoint.sh 10:21:05 ---> Running in 3f1a5495a95b 10:21:09 Removing intermediate container 3f1a5495a95b 10:21:09 ---> 7dec557bd2a2 10:21:09 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:21:10 ---> Running in e7501524a57d 10:21:10 Removing intermediate container e7501524a57d 10:21:10 ---> 3b6f740f4e3d 10:21:10 Step 28/31 : CMD ["gate"] 10:21:11 ---> Running in dd95af8ad640 10:21:13 Collecting docker-compose==1.23.2 10:21:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:21:13 Removing intermediate container dd95af8ad640 10:21:13 ---> 3d3f3de35c86 10:21:13 Step 29/31 : LABEL arch=x86_64 10:21:14 Collecting dockerpty<0.5,>=0.4.1 10:21:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:21:15 ---> Running in 6f4323ab89d9 10:21:16 Removing intermediate container 6f4323ab89d9 10:21:16 ---> c4ed42899cdb 10:21:16 Step 30/31 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:21:17 ---> Running in 3183cbf0a228 10:21:19 Removing intermediate container 3183cbf0a228 10:21:19 ---> 313f06468b1b 10:21:19 Step 31/31 : LABEL version=0.0.0 10:21:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:21:19 Collecting cached-property<2,>=1.2.0 10:21:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:21:20 ---> Running in 6f94f7c93718 10:21:21 Collecting jsonschema<3,>=2.5.1 10:21:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:21:22 Collecting texttable<0.10,>=0.9.0 10:21:22 Downloading texttable-0.9.1.tar.gz (11 kB) 10:21:22 Removing intermediate container 6f94f7c93718 10:21:22 ---> ac4e4bbbf357 10:21:22 10:21:23 Successfully built ac4e4bbbf357 10:21:24 Successfully tagged docker-security-bootstrapper-go:latest 10:21:24 Building docker-core-metadata-go 10:21:24 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 10:21:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 10:21:25  Building docker-security-bootstrapper-go ... done Collecting docopt<0.7,>=0.6.1 10:21:25 Downloading docopt-0.6.2.tar.gz (25 kB) 10:21:26 Collecting websocket-client<1.0,>=0.32.0 10:21:26 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:21:28 Collecting docker<4.0,>=3.6.0 10:21:28 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:21:28 Collecting PyYAML<4,>=3.10 10:21:28 Downloading PyYAML-3.13.tar.gz (270 kB) 10:21:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:21:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:21:42 Collecting docker-pycreds>=0.4.0 10:21:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:21:42 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) 10:21:43 Collecting urllib3<1.25,>=1.21.1 10:21:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:21:44 Collecting idna<2.8,>=2.5 10:21:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:21:44 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 10:21:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:21:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:21:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:21:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:21:46 Installing collected packages: dockerpty, cached-property, jsonschema, texttable, docopt, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose 10:21:46 Running setup.py install for dockerpty: started 10:21:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:21:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 10:21:46 ---> 84bd3a5e4d38 10:21:46 Step 3/24 : WORKDIR /edgex-go 10:21:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:21:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:21:46 ---> 84bd3a5e4d38 10:21:46 Step 3/23 : WORKDIR /edgex-go 10:21:46 ---> Using cache 10:21:46 ---> 87ec1ba59c1e 10:21:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:46 ---> Using cache 10:21:46 ---> 87ec1ba59c1e 10:21:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:46 ---> Using cache 10:21:46 ---> ff98c6809588 10:21:46 Step 5/24 : RUN apk add --update --no-cache make git 10:21:46 ---> Using cache 10:21:46 ---> ff98c6809588 10:21:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:21:46 ---> Using cache 10:21:46 ---> 2718bf26a831 10:21:46 Step 6/24 : COPY go.mod . 10:21:46 ---> Using cache 10:21:46 ---> fb173fe8c8ca 10:21:46 Step 7/24 : RUN go mod download 10:21:46 ---> Using cache 10:21:46 ---> caec5fdf61a0 10:21:46 Step 8/24 : COPY . . 10:21:46 ---> Using cache 10:21:46 ---> 7fd47b1aa969 10:21:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 10:21:46 Removing intermediate container 44380f8cf0d4 10:21:46 ---> 9f86a55ed738 10:21:46 10:21:46 Step 10/24 : FROM alpine:3.12 10:21:46 3.12: Pulling from library/alpine 10:21:46 Removing intermediate container 9f0f8e13f267 10:21:46 ---> cc574dfed662 10:21:46 10:21:46 Step 10/21 : FROM alpine:3.12 10:21:46 3.12: Pulling from library/alpine 10:21:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:21:46 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 10:21:46 Status: Downloaded newer image for alpine:3.12 10:21:46 ---> 9852663dfa18 10:21:46 Step 11/21 : RUN apk add --update --no-cache curl 10:21:46 Status: Image is up to date for alpine:3.12 10:21:46 ---> 9852663dfa18 10:21:46 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 10:21:46 ---> Running in 78ffc3bf05ca 10:21:46 ---> Running in 51710060e31d 10:21:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:21:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:21:47 ---> 84bd3a5e4d38 10:21:47 Step 3/23 : WORKDIR /edgex-go 10:21:47 ---> Using cache 10:21:47 ---> 87ec1ba59c1e 10:21:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:21:47 ---> Using cache 10:21:47 ---> ff98c6809588 10:21:47 Step 5/23 : RUN apk add --update --no-cache make git 10:21:47 ---> Using cache 10:21:47 ---> 2718bf26a831 10:21:47 Step 6/23 : COPY go.mod . 10:21:47 ---> Using cache 10:21:47 ---> fb173fe8c8ca 10:21:47 Step 7/23 : RUN go mod download 10:21:47 ---> Using cache 10:21:47 ---> caec5fdf61a0 10:21:47 Step 8/23 : COPY . . 10:21:47 ---> Using cache 10:21:47 ---> 7fd47b1aa969 10:21:47 Step 9/23 : RUN make cmd/core-command/core-command 10:21:48 ---> Running in 0c472516503d 10:21:48 ---> Running in 1adce3a9fe32 10:21:48 ---> Running in 58a25a5d2794 10:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:21:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:21:50 (1/4) Installing ca-certificates (20191127-r4) 10:21:50 (1/6) Installing ca-certificates (20191127-r4) 10:21:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 10:21:50 (3/4) Installing libcurl (7.76.1-r0) 10:21:50 (4/4) Installing curl (7.76.1-r0) 10:21:50 (2/6) Installing nghttp2-libs (1.41.0-r0) 10:21:50 Executing busybox-1.31.1-r20.trigger 10:21:50 (3/6) Installing libcurl (7.76.1-r0) 10:21:50 (4/6) Installing curl (7.76.1-r0) 10:21:50 Executing ca-certificates-20191127-r4.trigger 10:21:50 (5/6) Installing dumb-init (1.2.2-r1) 10:21:50 (6/6) Installing su-exec (0.2-r1) 10:21:50 Executing busybox-1.31.1-r20.trigger 10:21:50 Executing ca-certificates-20191127-r4.trigger 10:21:50 OK: 7 MiB in 18 packages 10:21:50 OK: 7 MiB in 20 packages 10:21:51 Running setup.py install for dockerpty: finished with status 'done' 10:21:52 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 10:21:52 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 10:21:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:21:53 Removing intermediate container c30ac3df9e56 10:21:53 ---> cd3eb113eb97 10:21:53 10:21:53 Step 10/23 : FROM alpine:3.12 10:21:53 ---> 9852663dfa18 10:21:53 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:21:53 Running setup.py install for texttable: started 10:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:21:53 Removing intermediate container 78ffc3bf05ca 10:21:53 ---> 2029d665c340 10:21:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:21:54 ---> Running in ce0335624ebf 10:21:54 Removing intermediate container 51710060e31d 10:21:54 ---> 2f1c349e1a6c 10:21:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:21:54 ---> Running in 60880fa7706a 10:21:54 ---> Running in a6b8414b7d18 10:21:54 Removing intermediate container 18d7c5689f82 10:21:54 ---> 728785f752d5 10:21:54 10:21:54 Step 10/22 : FROM alpine:3.12 10:21:54 ---> 9852663dfa18 10:21:54 Step 11/22 : RUN apk add --update --no-cache dumb-init 10:21:55 ---> Running in 0729970e347b 10:21:55 OK: 233 MiB in 51 packages 10:21:55 Running setup.py install for texttable: finished with status 'done' 10:21:55 Running setup.py install for docopt: started 10:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:21:55 Removing intermediate container 60880fa7706a 10:21:55 ---> e9bf85b4841a 10:21:55 Step 13/21 : WORKDIR /edgex 10:21:55 Removing intermediate container a6b8414b7d18 10:21:55 ---> ccb843f6e125 10:21:55 Step 13/24 : WORKDIR / 10:21:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:21:56 ---> Running in 695ca89c3c1b 10:21:56 ---> Running in bb40aa24f384 10:21:56 (1/1) Installing dumb-init (1.2.2-r1) 10:21:56 Executing busybox-1.31.1-r20.trigger 10:21:56 OK: 5 MiB in 15 packages 10:21:56 Removing intermediate container bb40aa24f384 10:21:56 ---> 92fdb592839a 10:21:56 Removing intermediate container 695ca89c3c1b 10:21:56 ---> 1c2a9761597c 10:21:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 10:21:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:21:57 Running setup.py install for docopt: finished with status 'done' 10:21:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:21:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:21:58 ---> b5f44056f71c 10:21:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 10:21:58 (1/1) Installing dumb-init (1.2.2-r1) 10:21:58 Executing busybox-1.31.1-r20.trigger 10:21:58 OK: 5 MiB in 15 packages 10:21:59 ---> 852bcbba8b2e 10:21:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:21:59 Removing intermediate container ce0335624ebf 10:21:59 ---> 4254c696abda 10:21:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:21:59 ---> Running in bdb1a9a39bdd 10:21:59 Attempting uninstall: urllib3 10:21:59 Found existing installation: urllib3 1.25.9 10:21:59 Uninstalling urllib3-1.25.9: 10:22:00 Successfully uninstalled urllib3-1.25.9 10:22:00 ---> 000ab09b7edb 10:22:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:22:00 ---> 503372ba2679 10:22:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 10:22:00 Removing intermediate container bdb1a9a39bdd 10:22:00 ---> a5b7c7311fc2 10:22:00 Step 13/23 : ENV APP_PORT=48082 10:22:00 Removing intermediate container dd80c5b25aac 10:22:00 ---> 1cba6b07dc60 10:22:00 10:22:00 Step 10/23 : FROM alpine:3.12 10:22:00 ---> 9852663dfa18 10:22:00 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:22:00 ---> Using cache 10:22:00 ---> 8603e5488d5f 10:22:00 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:22:00 Removing intermediate container 0729970e347b 10:22:00 ---> 8603e5488d5f 10:22:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:22:00 ---> Running in daa7b5f78cf2 10:22:00 ---> Running in 106c29769791 10:22:00 ---> Running in 40f679ba6c8d 10:22:01 ---> f8ef08d5e4c8 10:22:01 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:22:01 Removing intermediate container daa7b5f78cf2 10:22:01 ---> d8231dded4f3 10:22:01 Step 13/23 : ENV APP_PORT=48081 10:22:01 Removing intermediate container 106c29769791 10:22:01 ---> 268cabb45897 10:22:01 Step 14/23 : EXPOSE $APP_PORT 10:22:02 Removing intermediate container 40f679ba6c8d 10:22:02 ---> 9edec520eba8 10:22:02 Step 13/22 : ENV APP_PORT=48085 10:22:02 ---> 66486aca9f14 10:22:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 10:22:02 ---> Running in 9d538bb3d56b 10:22:02 ---> Running in d74318854d06 10:22:02 ---> Running in 2fa9a9d04e76 10:22:02 Attempting uninstall: idna 10:22:02 Found existing installation: idna 2.9 10:22:02 Uninstalling idna-2.9: 10:22:02 Successfully uninstalled idna-2.9 10:22:02 ---> Running in 0624b0e404a5 10:22:02 Removing intermediate container d74318854d06 10:22:02 ---> 325ee0e13021 10:22:02 Step 14/23 : EXPOSE $APP_PORT 10:22:02 Removing intermediate container 9d538bb3d56b 10:22:02 ---> a4ebab258fd3 10:22:02 Step 15/23 : WORKDIR / 10:22:02 ---> 4f57371e073c 10:22:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:22:03 Attempting uninstall: requests 10:22:03 Found existing installation: requests 2.23.0 10:22:03 Uninstalling requests-2.23.0: 10:22:03 Successfully uninstalled requests-2.23.0 10:22:03 ---> Running in eb8cd645a33d 10:22:03 Removing intermediate container 2fa9a9d04e76 10:22:03 ---> dd4677da8fff 10:22:03 Step 14/22 : EXPOSE $APP_PORT 10:22:03 Removing intermediate container 0624b0e404a5 10:22:03 ---> ce58d99c5b28 10:22:03 Step 18/21 : CMD ["--init=true"] 10:22:03 ---> Running in f27bf9723b0b 10:22:03 ---> Running in 427a90e7d0cb 10:22:03 ---> Running in ac11353afa47 10:22:04 Removing intermediate container eb8cd645a33d 10:22:04 ---> 1ddf0b9966dd 10:22:04 Step 15/23 : WORKDIR / 10:22:04 Removing intermediate container f27bf9723b0b 10:22:04 ---> 66af4720bcba 10:22:04 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:22:04 ---> Running in 61a95e907737 10:22:04 Removing intermediate container ac11353afa47 10:22:04 ---> 7e072c8b3e6a 10:22:04 Step 19/21 : LABEL arch=arm64 10:22:04 Removing intermediate container 1adce3a9fe32 10:22:04 ---> f925d152c3a1 10:22:04 Step 6/23 : COPY go.mod . 10:22:04 Removing intermediate container 427a90e7d0cb 10:22:04 ---> 58bff6aa27ac 10:22:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:22:04 ---> ef71da0676ff 10:22:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:22:04 ---> Running in e699f8babfdc 10:22:05 Removing intermediate container 61a95e907737 10:22:05 ---> f41eeff12f68 10:22:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:22:05 Removing intermediate container e699f8babfdc 10:22:05 ---> 3c5a2d719e9b 10:22:05 Step 20/21 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:22:05 ---> 323fa10d6c65 10:22:05 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:22:05 Running setup.py install for PyYAML: started 10:22:05 ---> Running in 2bfcb5380f80 10:22:05 ---> e8ad75c0101b 10:22:05 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/ 10:22:05 ---> 2ac19e2d9fc7 10:22:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 10:22:05 ---> Running in 142ebdf4abca 10:22:06 Removing intermediate container 2bfcb5380f80 10:22:06 ---> 6472d6dcac68 10:22:06 Step 21/21 : LABEL version=0.0.0 10:22:06 ---> e6d00358d327 10:22:06 Step 7/23 : RUN go mod download 10:22:06 ---> 43c9ce75cea4 10:22:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:22:06 ---> Running in 7da3935a1b5e 10:22:07 ---> 1a7fda3606a4 10:22:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:22:08 ---> Running in d03dea1a1193 10:22:08 Removing intermediate container 7da3935a1b5e 10:22:08 ---> e9561f48acd2 10:22:08 10:22:08 ---> 4e020155cdbb 10:22:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:22:08 ---> 13e9ec2036a4 10:22:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 10:22:09 Successfully built e9561f48acd2 10:22:09 ---> 4df9727b8b1e 10:22:09 Step 19/23 : ENTRYPOINT ["/core-command"] 10:22:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 10:22:09 Building docker-sys-mgmt-agent-go 10:22:09  Building docker-security-proxy-setup-go ... done  ---> Running in e7d5706fcf34 10:22:09 Removing intermediate container 142ebdf4abca 10:22:09 ---> e8ac0ed8a9ad 10:22:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:22:09 ---> Running in 38d503cdf597 10:22:09 ---> 7a8658177e19 10:22:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 10:22:09 ---> cbde954264a2 10:22:09 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:22:09 ---> Running in e1ba2766effc 10:22:09 ---> Running in ef46f12e932a 10:22:09 Removing intermediate container e7d5706fcf34 10:22:09 ---> 470161a7788a 10:22:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:22:10 Removing intermediate container 38d503cdf597 10:22:10 ---> bd13caa76363 10:22:10 Step 22/24 : LABEL arch=arm64 10:22:10 ---> Running in 91fac887b37f 10:22:10 ---> Running in 3625ed17ebe2 10:22:10 Removing intermediate container ef46f12e932a 10:22:10 ---> b57cd60510fd 10:22:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:22:10 Removing intermediate container e1ba2766effc 10:22:10 ---> 21b7c2760057 10:22:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:22:11 Removing intermediate container 91fac887b37f 10:22:11 ---> 605b226077b7 10:22:11 Step 21/23 : LABEL arch=arm64 10:22:11 Running setup.py install for PyYAML: finished with status 'done' 10:22:11 ---> Running in 40a4bcda002a 10:22:11 ---> Running in 800f50f0fb70 10:22:11 ---> Running in 96d2ec5540f0 10:22:11 Removing intermediate container 3625ed17ebe2 10:22:11 ---> 1d5f48b631e7 10:22:11 Step 23/24 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:22:12 ---> Running in cf0a893c2298 10:22:13 Removing intermediate container 40a4bcda002a 10:22:13 Removing intermediate container 800f50f0fb70 10:22:13 ---> b160c3486478 10:22:13 Step 21/23 : LABEL arch=arm64 10:22:13 ---> 7a5c896b8a46 10:22:13 Step 20/22 : LABEL arch=arm64 10:22:13 Removing intermediate container 96d2ec5540f0 10:22:13 ---> c69aa21c9111 10:22:13 Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:22:13 Removing intermediate container cf0a893c2298 10:22:13 ---> ed7245b4a726 10:22:13 Step 24/24 : LABEL version=0.0.0 10:22:13 ---> Running in 3b28f74e9dfb 10:22:13 ---> Running in 8e73dffee23d 10:22:13 ---> Running in f10fcbaf5219 10:22:13 ---> Running in 640cd61b092c 10:22:13 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 10:22:14 Removing intermediate container 3b28f74e9dfb 10:22:14 ---> 7c6b455f5c61 10:22:14 Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:22:14 Removing intermediate container 8e73dffee23d 10:22:14 ---> 10bde932779e 10:22:14 Step 21/22 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:22:14 Removing intermediate container f10fcbaf5219 10:22:14 ---> 722818d6e6be 10:22:14 Step 23/23 : LABEL version=0.0.0 10:22:15 ---> Running in 24831cde826c 10:22:15 Removing intermediate container 640cd61b092c 10:22:15 ---> 74e049f71d32 10:22:15 10:22:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:22:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:22:15 ---> 84bd3a5e4d38 10:22:15 Step 3/23 : WORKDIR /edgex-go 10:22:15 ---> Using cache 10:22:15 ---> 87ec1ba59c1e 10:22:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:22:15 ---> Using cache 10:22:15 ---> ff98c6809588 10:22:15 Step 5/23 : RUN apk add --update --no-cache make git 10:22:15 ---> Using cache 10:22:15 ---> 2718bf26a831 10:22:15 Step 6/23 : COPY go.mod . 10:22:15 ---> Using cache 10:22:15 ---> fb173fe8c8ca 10:22:15 Step 7/23 : RUN go mod download 10:22:15 ---> Using cache 10:22:15 ---> caec5fdf61a0 10:22:15 Step 8/23 : COPY . . 10:22:15 ---> Running in ab435e95ffab 10:22:15 ---> Running in 52b2bb81d674 10:22:15 ---> Using cache 10:22:15 ---> 7fd47b1aa969 10:22:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 10:22:16 Successfully built 74e049f71d32 10:22:16 Removing intermediate container 24831cde826c 10:22:16 ---> 1419d8602d10 10:22:16 Step 23/23 : LABEL version=0.0.0 10:22:16 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 10:22:16  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 10:22:16 ---> Running in df87b69099ec 10:22:16 Removing intermediate container ab435e95ffab 10:22:16 ---> 5112d7a69e3f 10:22:16 10:22:16 Removing intermediate container 52b2bb81d674 10:22:16 ---> 0535ae52e0ee 10:22:16 Step 22/22 : LABEL version=0.0.0 10:22:16 ---> Running in 891f33edb97c 10:22:16 ---> Running in b03657803099 10:22:16 Successfully built 5112d7a69e3f 10:22:16 Successfully tagged docker-core-command-go-arm64:latest 10:22:16  Building docker-core-command-go ... done Building docker-support-notifications-go 10:22:16 Removing intermediate container df87b69099ec 10:22:16 ---> 400bb826872e 10:22:16 10:22:17 Successfully built 400bb826872e 10:22:17 Removing intermediate container b03657803099 10:22:17 ---> 96ce22b22a1f 10:22:17 10:22:17 Successfully tagged docker-core-metadata-go-arm64:latest 10:22:17  Building docker-core-metadata-go ... done Building docker-core-data-go 10:22:17 Successfully built 96ce22b22a1f 10:22:17 Successfully tagged docker-support-scheduler-go-arm64:latest 10:22:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 10:22:20 Removing intermediate container d03dea1a1193 10:22:20 ---> ea1cf5e82e88 10:22:20 Step 8/23 : COPY . . 10:22:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 10:23:04  Building docker-support-scheduler-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:23:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:23:04 ---> 0fb241f7c802 10:23:04 Step 3/23 : WORKDIR /edgex-go 10:23:04 ---> Using cache 10:23:04 ---> 3d1980d75cc0 10:23:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:23:04 ---> Using cache 10:23:04 ---> e275c75ca513 10:23:04 Step 5/23 : RUN apk add --update --no-cache make bash git 10:23:04 ---> Running in e3d7dbfab046 10:23:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:23:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:23:05 OK: 217 MiB in 51 packages 10:23:08 Removing intermediate container e3d7dbfab046 10:23:08 ---> 41ef4a0c5635 10:23:08 Step 6/23 : COPY go.mod . 10:23:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:23:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 10:23:08 ---> 0fb241f7c802 10:23:08 Step 3/23 : WORKDIR /edgex-go 10:23:08 ---> Using cache 10:23:08 ---> 3d1980d75cc0 10:23:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:23:08 ---> Using cache 10:23:08 ---> e275c75ca513 10:23:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 10:23:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:23:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 10:23:08 ---> 0fb241f7c802 10:23:08 Step 3/22 : WORKDIR /edgex-go 10:23:08 ---> Using cache 10:23:08 ---> 3d1980d75cc0 10:23:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:23:08 ---> Using cache 10:23:08 ---> e275c75ca513 10:23:08 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 10:23:08 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 10:23:09 Step 2/31 : FROM ${BUILDER_BASE} AS builder 10:23:09 ---> 0fb241f7c802 10:23:09 Step 3/31 : WORKDIR /edgex-go 10:23:09 ---> Using cache 10:23:09 ---> 3d1980d75cc0 10:23:09 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:23:09 ---> Using cache 10:23:09 ---> e275c75ca513 10:23:09 Step 5/31 : RUN apk add --update --no-cache make git 10:23:09 ---> Using cache 10:23:09 ---> ff0b6156aaad 10:23:09 Step 6/31 : COPY go.mod . 10:23:09 ---> Using cache 10:23:09 ---> 9404600ead84 10:23:09 Step 7/31 : RUN go mod download 10:23:09 ---> Using cache 10:23:09 ---> 372ffa3efa5b 10:23:09 Step 8/31 : COPY . . 10:23:09 ---> Using cache 10:23:09 ---> f4a9f3c196b6 10:23:09 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 10:23:09 ---> Running in e94b3c46202a 10:23:09 ---> Running in d9cf29633ea5 10:23:09 ---> 62208e58ecfe 10:23:09 Step 7/23 : RUN go mod download 10:23:09 ---> Running in f3edc16c0d7a 10:23:09 ---> Running in 5c7deb3ccc6b 10:23:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:23:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 10:23:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:23:12 Removing intermediate container 0c472516503d 10:23:12 ---> 1eec80c5007d 10:23:12 10:23:12 Step 10/23 : FROM alpine:3.12 10:23:12 ---> 13621d1b12d4 10:23:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:23:12 ---> Using cache 10:23:12 ---> e95a75665488 10:23:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:23:12 ---> Using cache 10:23:12 ---> 5df59e08a9bd 10:23:12 Step 13/23 : ENV APP_PORT=48082 10:23:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:23:12 ---> Running in c6b408dbbf82 10:23:12 OK: 217 MiB in 51 packages 10:23:13 OK: 217 MiB in 51 packages 10:23:13 Removing intermediate container 5c7deb3ccc6b 10:23:13 ---> 765f132b5a07 10:23:13 Step 8/23 : COPY . . 10:23:14 Removing intermediate container d9cf29633ea5 10:23:14 ---> e336073d9233 10:23:14 Step 6/22 : COPY go.mod . 10:23:15 Removing intermediate container e94b3c46202a 10:23:15 ---> d19676fc8f21 10:23:15 Step 6/23 : COPY go.mod . 10:23:16 ---> 0faa97d4c566 10:23:16 Step 7/22 : RUN go mod download 10:23:16 ---> Running in 4f21fb2a4e82 10:23:17 ---> d87b8259b194 10:23:17 Step 7/23 : RUN go mod download 10:23:17 ---> Running in eaf7e53c8eb9 10:23:18 Removing intermediate container c6b408dbbf82 10:23:18 ---> 678a4a81330e 10:23:18 Step 14/23 : EXPOSE $APP_PORT 10:23:19 ---> Running in 53a3bc7cb142 10:23:20 Removing intermediate container 58a25a5d2794 10:23:20 ---> 3fa050e57106 10:23:20 10:23:20 Step 10/24 : FROM alpine:3.12 10:23:20 ---> 13621d1b12d4 10:23:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 10:23:20 ---> Running in 4bdd8b122eb9 10:23:20 Removing intermediate container 891f33edb97c 10:23:20 ---> 74e6f09da5db 10:23:20 10:23:20 Step 10/23 : FROM alpine:3.12 10:23:20 ---> 13621d1b12d4 10:23:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 10:23:20 ---> Using cache 10:23:20 ---> e95a75665488 10:23:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 10:23:20 ---> Using cache 10:23:20 ---> 5df59e08a9bd 10:23:20 Step 13/23 : ENV APP_PORT=48081 10:23:21 Removing intermediate container 53a3bc7cb142 10:23:21 ---> a63f84202760 10:23:21 Step 15/23 : WORKDIR / 10:23:21 Removing intermediate container efba275f360e 10:23:21 ---> b6d523a27ddc 10:23:21 Step 14/23 : ENV APP_PORT=48090 10:23:21 ---> Running in 4747036803c9 10:23:21 ---> Running in fb44b411d0f9 10:23:21 ---> Running in 79d30eda04e0 10:23:22 ---> eb25534c6b16 10:23:22 Step 9/23 : RUN make cmd/core-data/core-data 10:23:22 Removing intermediate container 79d30eda04e0 10:23:22 ---> 8d9bfdeedf41 10:23:22 Step 15/23 : EXPOSE $APP_PORT 10:23:22 Removing intermediate container fb44b411d0f9 10:23:22 ---> 9395e9ce9b02 10:23:22 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:23:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:23:22 Removing intermediate container 4747036803c9 10:23:22 ---> b99f4b75e1b6 10:23:22 Step 14/23 : EXPOSE $APP_PORT 10:23:23 Removing intermediate container 4f21fb2a4e82 10:23:23 ---> 730311fd5071 10:23:23 Step 8/22 : COPY . . 10:23:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:23:23 ---> Running in 8ff68416af57 10:23:23 ---> Running in 5e71a6a541bb 10:23:23 Removing intermediate container eaf7e53c8eb9 10:23:23 ---> 3384957b4c92 10:23:23 Step 8/23 : COPY . . 10:23:23 ---> Running in 23505dffb8e7 10:23:23 (1/6) Installing ca-certificates (20191127-r4) 10:23:23 (2/6) Installing nghttp2-libs (1.41.0-r0) 10:23:23 (3/6) Installing libcurl (7.76.1-r0) 10:23:23 (4/6) Installing curl (7.76.1-r0) 10:23:23 (5/6) Installing dumb-init (1.2.2-r1) 10:23:23 (6/6) Installing su-exec (0.2-r1) 10:23:23 Executing busybox-1.31.1-r20.trigger 10:23:23 Executing ca-certificates-20191127-r4.trigger 10:23:24 OK: 7 MiB in 20 packages 10:23:24 Removing intermediate container 8ff68416af57 10:23:24 ---> f15d5008d6a5 10:23:24 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:23:24 ---> 76d1e11eb963 10:23:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 10:23:24 Removing intermediate container 23505dffb8e7 10:23:24 ---> 08caf23298ac 10:23:24 Step 15/23 : WORKDIR / 10:23:24 ---> Running in 74d8c6250e65 10:23:24 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 10:23:26 ---> 3e4c5b7fe632 10:23:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 10:23:26 ---> b4ad97350e8a 10:23:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:23:26 Removing intermediate container 74d8c6250e65 10:23:26 ---> e86011cdbc8f 10:23:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:23:27 Removing intermediate container 4bdd8b122eb9 10:23:27 ---> dcdfbdcef5ca 10:23:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 10:23:27 ---> 973c5148bec8 10:23:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:23:27 ---> 150902a1410c 10:23:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 10:23:27 ---> 3aa66fb870d7 10:23:27 Step 19/23 : ENTRYPOINT ["/core-command"] 10:23:27 ---> Running in 99a56bc777bb 10:23:27 ---> Running in 8c083587c62d 10:23:28 Removing intermediate container 99a56bc777bb 10:23:28 ---> 6337ed89d401 10:23:28 Step 13/24 : WORKDIR / 10:23:28 ---> Running in 26a1de98fb7d 10:23:28 Removing intermediate container 8c083587c62d 10:23:28 ---> fd805787de99 10:23:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:23:29 ---> c3984bd2ede6 10:23:29 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 10:23:29 ---> af3340929cf8 10:23:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 10:23:29 ---> Running in 4cde06f30745 10:23:29 ---> Running in 312094dd3142 10:23:29 Removing intermediate container 26a1de98fb7d 10:23:29 ---> 5ac3d4e973f9 10:23:29 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 10:23:30 Removing intermediate container 4cde06f30745 10:23:30 ---> 659810e8f5f2 10:23:30 Step 21/23 : LABEL arch=x86_64 10:23:30 ---> 567bfbc1cf91 10:23:30 Step 19/23 : ENTRYPOINT ["/core-metadata"] 10:23:30 Removing intermediate container 312094dd3142 10:23:30 ---> e534249d5aa0 10:23:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:23:30 ---> Running in 74b471fffc86 10:23:30 ---> Running in 67449ab3ac52 10:23:31 ---> Running in 9932c77a44d5 10:23:31 ---> 6a72504bfdca 10:23:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 10:23:32 Removing intermediate container 74b471fffc86 10:23:32 ---> 5b1f2f854876 10:23:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:23:32 Removing intermediate container 9932c77a44d5 10:23:32 ---> b07ed89412ee 10:23:32 Step 21/23 : LABEL arch=x86_64 10:23:32 Removing intermediate container 67449ab3ac52 10:23:32 ---> 4d369cc2ea0b 10:23:32 Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:23:32 ---> Running in 3091975e4783 10:23:32 ---> Running in 2fb593ecc529 10:23:33 ---> Running in 78dfa50ad6d6 10:23:33 ---> 8429ce01d3b8 10:23:33 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 10:23:33 Removing intermediate container 3091975e4783 10:23:33 ---> 3c714db2d351 10:23:33 Step 21/23 : LABEL arch=x86_64 10:23:33 Removing intermediate container 2fb593ecc529 10:23:33 ---> 11c7ba5f397b 10:23:33 Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:23:33 Removing intermediate container 78dfa50ad6d6 10:23:33 ---> d7eb2ef5768f 10:23:33 Step 23/23 : LABEL version=0.0.0 10:23:33 ---> Running in 351b60703ec7 10:23:33 ---> a7d4905f2f91 10:23:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 10:23:34 ---> Running in 75987c73877d 10:23:34 ---> Running in 3b640e2e97fc 10:23:34 Removing intermediate container 351b60703ec7 10:23:34 ---> f8db04d18c24 10:23:34 Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:23:34 Removing intermediate container 75987c73877d 10:23:34 ---> 99f384cd4036 10:23:34 Step 23/23 : LABEL version=0.0.0 10:23:35 Removing intermediate container 3b640e2e97fc 10:23:35 ---> 1bf4d848c34c 10:23:35 10:23:35 ---> Running in d3af3aa1e145 10:23:35 ---> Running in 4e75fe36f1da 10:23:36 Successfully built 1bf4d848c34c 10:23:36 ---> 602d3803f4de 10:23:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 10:23:36 Successfully tagged docker-core-command-go:latest 10:23:36  Building docker-core-command-go ... done Removing intermediate container d3af3aa1e145 10:23:36 ---> 9168881e7dfd 10:23:36 Step 23/23 : LABEL version=0.0.0 10:23:38 Removing intermediate container 4e75fe36f1da 10:23:38 ---> 94bf6a52c988 10:23:38 10:23:38 ---> Running in f6b20e6564dc 10:23:39 ---> 67fb1b1b5b70 10:23:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 10:23:39 Successfully built 94bf6a52c988 10:23:40 Successfully tagged docker-sys-mgmt-agent-go:latest 10:23:41  Building docker-sys-mgmt-agent-go ... done Removing intermediate container f6b20e6564dc 10:23:41 ---> 5881c31983bc 10:23:41 10:23:41 Successfully built 5881c31983bc 10:23:41 ---> 56eacf6ec07a 10:23:41 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/ 10:23:42 Successfully tagged docker-core-metadata-go:latest 10:23:42  Building docker-core-metadata-go ... done  ---> Running in 76545ead2a94 10:23:46 Removing intermediate container 76545ead2a94 10:23:46 ---> 83eb50c11d1d 10:23:46 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 10:23:46 ---> Running in 996f8334bd0c 10:23:47 Removing intermediate container 996f8334bd0c 10:23:47 ---> 0b811088cacc 10:23:47 Step 22/24 : LABEL arch=x86_64 10:23:47 ---> Running in 65c8250f2c63 10:23:47 Removing intermediate container 65c8250f2c63 10:23:47 ---> ff5205044381 10:23:47 Step 23/24 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:23:47 ---> Running in 86ab2da26518 10:23:48 Removing intermediate container 86ab2da26518 10:23:48 ---> 5d745237b762 10:23:48 Step 24/24 : LABEL version=0.0.0 10:23:48 ---> Running in 50800b11aff9 10:23:49 Removing intermediate container 50800b11aff9 10:23:49 ---> 8c2e4aaacb68 10:23:49 10:23:49 Successfully built 8c2e4aaacb68 10:23:49 Successfully tagged docker-security-secretstore-setup-go:latest 10:23:50 ---> fa4adf5a9afb 10:23:50 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 10:23:50 ---> Running in ae573358d512 10:23:51 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 10:23:51 ---> adea7f98c685 10:23:51 Step 9/23 : RUN make cmd/core-data/core-data 10:23:51 ---> 876feee4fa47 10:23:51 Step 9/22 : RUN make cmd/support-notifications/support-notifications 10:23:52 ---> Running in df726bacb8ee 10:23:52 ---> Running in 4448bab8bafd 10:23:54 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 10:23:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 10:23:57 Removing intermediate container f3edc16c0d7a 10:23:57 ---> 60711f00b443 10:23:57 10:23:57 Step 10/31 : FROM alpine:3.12 10:23:57 ---> 9852663dfa18 10:23:57 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 10:23:57 ---> Running in 2f7380ac033f 10:23:57 Removing intermediate container 2f7380ac033f 10:23:57 ---> 1378a355e4de 10:23:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 10:23:58 ---> Running in e5ff402d3c27 10:24:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:24:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:24:00  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5e71a6a541bb 10:24:00 ---> 9ae63cb1b1d2 10:24:00 10:24:00 Step 10/23 : FROM alpine:3.12 10:24:00 ---> 13621d1b12d4 10:24:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:24:00 ---> Running in d2aacba8bcd9 10:24:01 (1/2) Installing dumb-init (1.2.2-r1) 10:24:01 (2/2) Installing su-exec (0.2-r1) 10:24:01 Executing busybox-1.31.1-r20.trigger 10:24:01 OK: 5 MiB in 16 packages 10:24:01 Removing intermediate container d2aacba8bcd9 10:24:01 ---> da43eecf31eb 10:24:01 Step 12/23 : ENV APP_PORT=48080 10:24:01 ---> Running in 81654a847819 10:24:02 Removing intermediate container 81654a847819 10:24:02 ---> c0dedc0ea4c9 10:24:02 Step 13/23 : EXPOSE $APP_PORT 10:24:02 ---> Running in 23b3d274da40 10:24:03 Removing intermediate container 23b3d274da40 10:24:03 ---> c4e63602e74e 10:24:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:24:03 Removing intermediate container e5ff402d3c27 10:24:03 ---> 94c6062b5709 10:24:03 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 10:24:03 ---> Running in a3711faade41 10:24:03 ---> Running in e213d834381c 10:24:03 Removing intermediate container a3711faade41 10:24:03 ---> fded258a7c44 10:24:03 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 10:24:03 ---> Running in 7616a206b346 10:24:04 Removing intermediate container 7616a206b346 10:24:04 ---> de5700085d45 10:24:04 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 10:24:04 ---> Running in 3b95aa2389e0 10:24:06 Removing intermediate container e213d834381c 10:24:06 ---> 8bcf87ce8ab9 10:24:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:24:06 ---> Running in 3c81df662bc9 10:24:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:24:08 Removing intermediate container 3b95aa2389e0 10:24:08 ---> af41abd77e31 10:24:08 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 10:24:08 ---> Running in 225a2749cafd 10:24:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:24:09 Removing intermediate container 225a2749cafd 10:24:09 ---> 164e41252983 10:24:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 10:24:09 (1/6) Installing dumb-init (1.2.2-r1) 10:24:09 (2/6) Installing libgcc (9.3.0-r2) 10:24:09 (3/6) Installing libsodium (1.0.18-r0) 10:24:09 (4/6) Installing libstdc++ (9.3.0-r2) 10:24:09 (5/6) Installing libzmq (4.3.3-r0) 10:24:10 ---> 6a761b5ff5ae 10:24:10 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 10:24:10 (6/6) Installing zeromq (4.3.3-r0) 10:24:10 Executing busybox-1.31.1-r20.trigger 10:24:10 OK: 8 MiB in 20 packages 10:24:10 ---> Running in 8e2f1530ec75 10:24:12 Removing intermediate container 3c81df662bc9 10:24:12 ---> 1d0b613881de 10:24:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:24:13 ---> e2ecd13f91aa 10:24:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:24:13 Removing intermediate container 8e2f1530ec75 10:24:13 ---> 10ba5939e728 10:24:13 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 10:24:14 ---> 1eea7e1fbddc 10:24:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:24:14 ---> 5295401986e0 10:24:14 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 10:24:15 ---> ba8b1f6d941a 10:24:15 Step 19/23 : ENTRYPOINT ["/core-data"] 10:24:15 ---> Running in b1ee2ad60371 10:24:16 Removing intermediate container b1ee2ad60371 10:24:16 ---> 41b9e2c737e6 10:24:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:24:16 ---> db3242d967fb 10:24:16 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 10:24:16 ---> Running in d8dc9aeaa9dc 10:24:16 Removing intermediate container d8dc9aeaa9dc 10:24:16 ---> e5f51e2bc774 10:24:16 Step 21/23 : LABEL arch=x86_64 10:24:16 ---> Running in 8c9a5918933b 10:24:17 Removing intermediate container 8c9a5918933b 10:24:17 ---> 41481e6946c6 10:24:17 Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:24:17 ---> Running in fc040fdb2b5f 10:24:17 Removing intermediate container fc040fdb2b5f 10:24:17 ---> bb290a25d57e 10:24:17 Step 23/23 : LABEL version=0.0.0 10:24:17 ---> Running in 4593e0811dda 10:24:18 ---> fe459fe5fa2c 10:24:18 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 10:24:18 Removing intermediate container 4593e0811dda 10:24:18 ---> 1f017e9c7592 10:24:18 10:24:18 Successfully built 1f017e9c7592 10:24:18 Successfully tagged docker-core-data-go:latest 10:24:19  Building docker-core-data-go ... done  [Pipeline] } 10:24:19 $ docker stop --time=1 4d575905438fabb345fbcee736a53a69785f83080b8dbb416b647731bbc863eb 10:24:19 ---> 42e941151f02 10:24:19 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 10:24:20 ---> aa4468c2f918 10:24:20 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 10:24:21 ---> Running in bf312d79bf6d 10:24:21 Removing intermediate container bf312d79bf6d 10:24:21 ---> 3ec31dad6522 10:24:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 10:24:22 $ docker rm -f 4d575905438fabb345fbcee736a53a69785f83080b8dbb416b647731bbc863eb [Pipeline] // withDockerContainer [Pipeline] sh 10:24:22 ---> 80d5a2cdf53b 10:24:22 Step 26/31 : RUN chmod +x /entrypoint.sh 10:24:23 + grep docker 10:24:23 + docker images 10:24:23 ---> Running in 3e82d469f93d 10:24:24 docker-core-data-go latest 1f017e9c7592 6 seconds ago 22.9MB 10:24:24 docker-security-secretstore-setup-go latest 8c2e4aaacb68 36 seconds ago 26.3MB 10:24:24 docker-core-metadata-go latest 5881c31983bc 44 seconds ago 19.2MB 10:24:24 docker-sys-mgmt-agent-go latest 94bf6a52c988 48 seconds ago 312MB 10:24:24 docker-core-command-go latest 1bf4d848c34c 50 seconds ago 17.5MB 10:24:24 docker-security-bootstrapper-go latest ac4e4bbbf357 3 minutes ago 19.3MB 10:24:24 docker-security-proxy-setup-go latest 857cad558662 3 minutes ago 26MB 10:24:24 docker-support-scheduler-go latest 19db032357c8 3 minutes ago 17.7MB 10:24:24 docker-support-notifications-go latest 9dd58bf479e9 3 minutes ago 18.2MB 10:24:24 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 10:24:26 Removing intermediate container 3e82d469f93d 10:24:26 ---> 67abb151ab31 10:24:26 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 10:24:27 ---> Running in 00db7810e677 10:24:28 Removing intermediate container 00db7810e677 10:24:28 ---> a02fe831ed71 10:24:28 Step 28/31 : CMD ["gate"] 10:24:28 ---> Running in 786fa7af0fbe 10:24:29 Removing intermediate container 786fa7af0fbe 10:24:29 ---> d31e3ffa930c 10:24:29 Step 29/31 : LABEL arch=arm64 10:24:29 ---> Running in 438e5bfc2b14 10:24:30 Removing intermediate container 438e5bfc2b14 10:24:30 ---> 679e5c2ff15a 10:24:30 Step 30/31 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:24:31 ---> Running in 53bdf1b27c3d 10:24:31 Removing intermediate container 53bdf1b27c3d 10:24:31 ---> b50d3e4856bb 10:24:31 Step 31/31 : LABEL version=0.0.0 10:24:32 ---> Running in 205c043e37d1 10:24:32 Removing intermediate container 205c043e37d1 10:24:32 ---> 4428566f3cf4 10:24:32 10:24:33 Successfully built 4428566f3cf4 10:24:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 10:24:39 Still waiting to schedule task 10:24:39 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 10:25:20  Building docker-security-bootstrapper-go ... done Removing intermediate container ae573358d512 10:25:20 ---> e5e4e63d826f 10:25:20 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 10:25:20 ---> Running in ffbce130a5a6 10:25:20 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 10:25:20 Removing intermediate container ffbce130a5a6 10:25:20 ---> 3820de9ddd90 10:25:20 10:25:20 Step 11/23 : FROM docker:20.10.0 10:25:20 20.10.0: Pulling from library/docker 10:25:20 Removing intermediate container df726bacb8ee 10:25:20 ---> 4c18b7d2c75c 10:25:20 10:25:20 Step 10/22 : FROM alpine:3.12 10:25:20 ---> 9852663dfa18 10:25:20 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 10:25:20 ---> Running in bca1b502af53 10:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:25:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:25:22 (1/2) Installing ca-certificates (20191127-r4) 10:25:22 (2/2) Installing dumb-init (1.2.2-r1) 10:25:22 Executing busybox-1.31.1-r20.trigger 10:25:22 Executing ca-certificates-20191127-r4.trigger 10:25:22 OK: 6 MiB in 16 packages 10:25:25 Removing intermediate container bca1b502af53 10:25:25 ---> a523618af8c5 10:25:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 10:25:25 ---> Running in 6c128d6c3141 10:25:26 Removing intermediate container 6c128d6c3141 10:25:26 ---> 78faffb2e965 10:25:26 Step 13/22 : ENV APP_PORT=48060 10:25:26 ---> Running in e375569d3812 10:25:27 Removing intermediate container e375569d3812 10:25:27 ---> db4e9b8b4465 10:25:27 Step 14/22 : EXPOSE $APP_PORT 10:25:28 ---> Running in 47e552bb1f0c 10:25:29 Removing intermediate container 47e552bb1f0c 10:25:29 ---> b05e822f9a08 10:25:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 10:25:29 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 10:25:29 Status: Downloaded newer image for docker:20.10.0 10:25:29 ---> eeaf43b92773 10:25:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 10:25:29 ---> Running in b0e6ce6d5e49 10:25:29 ---> f560cf5fa5ac 10:25:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 10:25:30 Removing intermediate container 4448bab8bafd 10:25:30 ---> 1df48aaae058 10:25:30 10:25:30 Step 10/23 : FROM alpine:3.12 10:25:30 ---> 9852663dfa18 10:25:30 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 10:25:30 Removing intermediate container b0e6ce6d5e49 10:25:30 ---> cf2e40b95a78 10:25:30 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 10:25:30 ---> Running in 717bbff96439 10:25:30 ---> Running in 75e7819b24fd 10:25:31 Removing intermediate container 717bbff96439 10:25:31 ---> 3a8a7d1f8c24 10:25:31 Step 12/23 : ENV APP_PORT=48080 10:25:31 ---> f9ba29984b47 10:25:31 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 10:25:31 ---> Running in 245d40e7b9e7 10:25:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:25:31 Removing intermediate container 245d40e7b9e7 10:25:31 ---> ae1bc64d4d0e 10:25:31 Step 13/23 : EXPOSE $APP_PORT 10:25:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:25:32 ---> Running in 8a89a9bb7b68 10:25:32 ---> 846c6806c48d 10:25:32 Step 18/22 : ENTRYPOINT ["/support-notifications"] 10:25:32 ---> Running in ca9e7ce49171 10:25:32 Removing intermediate container 8a89a9bb7b68 10:25:32 ---> 06d57d2b24a7 10:25:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:25:32 (1/39) Installing readline (8.0.4-r0) 10:25:32 (2/39) Installing bash (5.0.17-r0) 10:25:32 Executing bash-5.0.17-r0.post-install 10:25:32 (3/39) Installing nghttp2-libs (1.41.0-r0) 10:25:32 (4/39) Installing libcurl (7.76.1-r0) 10:25:32 (5/39) Installing curl (7.76.1-r0) 10:25:32 (6/39) Installing dumb-init (1.2.2-r1) 10:25:32 (7/39) Installing libbz2 (1.0.8-r1) 10:25:32 (8/39) Installing expat (2.2.9-r1) 10:25:32 (9/39) Installing libffi (3.3-r2) 10:25:32 (10/39) Installing gdbm (1.13-r1) 10:25:32 (11/39) Installing xz-libs (5.2.5-r0) 10:25:33 (12/39) Installing sqlite-libs (3.32.1-r0) 10:25:33 (13/39) Installing python3 (3.8.8-r0) 10:25:33 ---> Running in 025fed69961a 10:25:33 Removing intermediate container ca9e7ce49171 10:25:33 ---> 5dfeff83e080 10:25:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:25:34 ---> Running in ab84df42e506 10:25:34 Removing intermediate container ab84df42e506 10:25:34 ---> 295f405703b9 10:25:34 Step 20/22 : LABEL arch=arm64 10:25:34 ---> Running in 0b33f8963db4 10:25:34 (14/39) Installing py3-appdirs (1.4.4-r1) 10:25:34 (15/39) Installing py3-ordered-set (4.0.1-r0) 10:25:34 (16/39) Installing py3-parsing (2.4.7-r0) 10:25:34 (17/39) Installing py3-six (1.15.0-r0) 10:25:34 (18/39) Installing py3-packaging (20.4-r0) 10:25:34 (19/39) Installing py3-setuptools (47.0.0-r0) 10:25:35 (20/39) Installing py3-chardet (3.0.4-r4) 10:25:35 (21/39) Installing py3-idna (2.9-r0) 10:25:35 (22/39) Installing py3-certifi (2020.4.5.1-r0) 10:25:35 (23/39) Installing py3-urllib3 (1.25.9-r0) 10:25:35 (24/39) Installing py3-requests (2.23.0-r0) 10:25:35 (25/39) Installing py3-msgpack (1.0.0-r0) 10:25:35 (26/39) Installing py3-lockfile (0.12.2-r3) 10:25:35 Running on prd-ubuntu18.04-docker-8c-8g-475 in /w/workspace/edgexfoundry_edgex-go_PR-3356 [Pipeline] { [Pipeline] ws 10:25:35 Running in /w/workspace/edgex-go/14 [Pipeline] { 10:25:35 (27/39) Installing py3-cachecontrol (0.12.6-r0) 10:25:35 (28/39) Installing py3-colorama (0.4.3-r0) 10:25:35 (29/39) Installing py3-distlib (0.3.0-r0) 10:25:35 (30/39) Installing py3-distro (1.5.0-r1) 10:25:35 (31/39) Installing py3-webencodings (0.5.1-r3) 10:25:35 (32/39) Installing py3-html5lib (1.0.1-r4) 10:25:35 (33/39) Installing py3-pytoml (0.1.21-r0) 10:25:35 (34/39) Installing py3-pep517 (0.8.2-r0) 10:25:35 (35/39) Installing py3-progress (1.5-r0) 10:25:35 (36/39) Installing py3-toml (0.10.1-r0) 10:25:35 (37/39) Installing py3-retrying (1.3.3-r0) 10:25:35 (38/39) Installing py3-contextlib2 (0.6.0-r0) 10:25:35 (39/39) Installing py3-pip (20.1.1-r0) [Pipeline] checkout 10:25:35 Removing intermediate container 0b33f8963db4 10:25:35 ---> 6a232a3dc0df 10:25:35 Step 21/22 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:25:35 Executing busybox-1.31.1-r19.trigger 10:25:35 OK: 72 MiB in 59 packages 10:25:35 ---> Running in 231d820577d8 10:25:36 Removing intermediate container 025fed69961a 10:25:36 ---> 39cffee4972c 10:25:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 10:25:36 Removing intermediate container 231d820577d8 10:25:36 ---> f99287c5318e 10:25:36 Step 22/22 : LABEL version=0.0.0 10:25:36 ---> Running in dcb54801236b 10:25:36 ---> Running in 9acff02f20c6 10:25:37 Removing intermediate container 9acff02f20c6 10:25:37 ---> 377b0f3ae0c9 10:25:37 10:25:37 Successfully built 377b0f3ae0c9 10:25:37 Successfully tagged docker-support-notifications-go-arm64:latest 10:25:37  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:25:37 using credential edgex-jenkins-ssh 10:25:37 Cloning the remote Git repository 10:25:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 10:25:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:25:37 > git init /w/workspace/edgex-go/14 # timeout=10 10:25:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:25:37 > git --version # timeout=10 10:25:37 > git --version # 'git version 2.17.1' 10:25:37 using GIT_SSH to set credentials SSH Credentials for GitHub 10:25:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 10:25:40 (1/6) Installing dumb-init (1.2.2-r1) 10:25:40 (2/6) Installing libgcc (9.3.0-r2) 10:25:40 Collecting docker-compose==1.23.2 10:25:40 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 10:25:40 (3/6) Installing libsodium (1.0.18-r0) 10:25:40 (4/6) Installing libstdc++ (9.3.0-r2) 10:25:40 (5/6) Installing libzmq (4.3.3-r0) 10:25:40 (6/6) Installing zeromq (4.3.3-r0) 10:25:40 Collecting texttable<0.10,>=0.9.0 10:25:40 Downloading texttable-0.9.1.tar.gz (11 kB) 10:25:40 Executing busybox-1.31.1-r20.trigger 10:25:40 OK: 8 MiB in 20 packages 10:25:42 Removing intermediate container dcb54801236b 10:25:42 ---> 428f5dc761aa 10:25:42 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 10:25:42 ---> 9dd22b6a0f6a 10:25:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 10:25:42 Collecting docopt<0.7,>=0.6.1 10:25:43 Downloading docopt-0.6.2.tar.gz (25 kB) 10:25:44 ---> e81b5560a7ae 10:25:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 10:25:45 ---> 0798f356aedb 10:25:45 Step 19/23 : ENTRYPOINT ["/core-data"] 10:25:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 10:25:45 ---> Running in 66420a1aae51 10:25:45 Removing intermediate container 66420a1aae51 10:25:45 ---> 45f44179fa0a 10:25:45 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:25:45 ---> Running in ae2a79a4ce5a 10:25:45 Collecting PyYAML<4,>=3.10 10:25:45 Downloading PyYAML-3.13.tar.gz (270 kB) 10:25:46 Removing intermediate container ae2a79a4ce5a 10:25:46 ---> eb796e1507a3 10:25:46 Step 21/23 : LABEL arch=arm64 10:25:46 ---> Running in 2d24d60648fd 10:25:46 Removing intermediate container 2d24d60648fd 10:25:46 ---> 179483866583 10:25:46 Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:25:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:25:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 10:25:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 10:25:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 10:25:46 using GIT_SSH to set credentials SSH Credentials for GitHub 10:25:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3356/head:refs/remotes/origin/PR-3356 +refs/heads/master:refs/remotes/origin/master # timeout=10 10:25:47 ---> Running in 1f2f927736e0 10:25:47 Merging remotes/origin/master commit c419618f783e51adc3e0be9d68d8defacfb69d2d into PR head commit d996b26d37163037cb364680552e1847a0f00d70 10:25:47 Merge succeeded, producing d996b26d37163037cb364680552e1847a0f00d70 10:25:47 Checking out Revision d996b26d37163037cb364680552e1847a0f00d70 (PR-3356) 10:25:47 Removing intermediate container 1f2f927736e0 10:25:47 ---> ef4cd97661cb 10:25:47 Step 23/23 : LABEL version=0.0.0 10:25:47 ---> Running in e4cb693254f3 10:25:48 Removing intermediate container e4cb693254f3 10:25:48 ---> fbabb634077c 10:25:48 10:25:47 > git config core.sparsecheckout # timeout=10 10:25:47 > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 10:25:47 > git remote # timeout=10 10:25:47 > git config --get remote.origin.url # timeout=10 10:25:47 using GIT_SSH to set credentials SSH Credentials for GitHub 10:25:47 > git merge c419618f783e51adc3e0be9d68d8defacfb69d2d # timeout=10 10:25:47 > git rev-parse HEAD^{commit} # timeout=10 10:25:47 > git config core.sparsecheckout # timeout=10 10:25:47 > git checkout -f d996b26d37163037cb364680552e1847a0f00d70 # timeout=10 10:25:48 Successfully built fbabb634077c 10:25:48 Successfully tagged docker-core-data-go-arm64:latest 10:25:49  Building docker-core-data-go ... done Collecting dockerpty<0.5,>=0.4.1 10:25:49 Downloading dockerpty-0.4.1.tar.gz (13 kB) 10:25:50 Commit message: "feat: Add unit test for scheduler manager" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 10:25:51 Collecting jsonschema<3,>=2.5.1 10:25:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 10:25:52 + echo snap-build.sh 10:25:52 snap-build.sh 10:25:52 + SNAP_BASE_DIR=. 10:25:52 + '[' '!' -z /w/workspace/edgex-go/14 ']' 10:25:52 + SNAP_BASE_DIR=/w/workspace/edgex-go/14 10:25:52 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/14]' 10:25:52 [snap-build] Building snap in dir [/w/workspace/edgex-go/14] 10:25:52 + cd /w/workspace/edgex-go/14 10:25:52 + sudo apt-get remove -qy --purge lxd lxd-client 10:25:52 Reading package lists... 10:25:52 Building dependency tree... 10:25:52 Reading state information... 10:25:52 The following packages were automatically installed and are no longer required: 10:25:52 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 10:25:52 uidmap xdelta3 10:25:52 Use 'sudo apt autoremove' to remove them. 10:25:52 The following packages will be REMOVED: 10:25:52 lxd* lxd-client* 10:25:52 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 10:25:52 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 10:25:53 Collecting websocket-client<1.0,>=0.32.0 10:25:53 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 10:25:53 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 10:25:53 After this operation, 31.7 MB disk space will be freed. 10:25:53 Collecting docker<4.0,>=3.6.0 10:25:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 10:25:54 (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.) 10:25:54 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 10:25:54 Collecting cached-property<2,>=1.2.0 10:25:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 10:25:54 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) 10:25:54 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) 10:25:54 Collecting idna<2.8,>=2.5 10:25:54 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 10:25:55 Removing lxd dnsmasq configuration 10:25:55 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 10:25:55 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 10:25:55 Collecting urllib3<1.25,>=1.21.1 10:25:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 10:25:55 Collecting docker-pycreds>=0.4.0 10:25:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 10:25:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 10:25:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 10:25:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 10:25:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 10:25:56 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 10:25:56 Installing collected packages: texttable, docopt, PyYAML, dockerpty, jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, cached-property, docker-compose 10:25:56 Running setup.py install for texttable: started 10:25:56 (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.) 10:25:56 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 10:25:58 Processing triggers for systemd (237-3ubuntu10.42) ... 10:25:58 Processing triggers for ureadahead (0.100.0-21) ... 10:25:58 Running setup.py install for texttable: finished with status 'done' 10:25:58 Running setup.py install for docopt: started 10:25:59 + sudo snap remove --purge lxd 10:25:59 snap "lxd" is not installed 10:25:59 + sudo groupadd --force --system lxd 10:25:59 ++ whoami 10:25:59 + sudo /usr/sbin/usermod -G lxd -a jenkins 10:25:59 + newgrp - lxd 10:26:00 + sudo snap install lxd 10:26:00 Running setup.py install for docopt: finished with status 'done' 10:26:00 Running setup.py install for PyYAML: started 10:26:03 Running setup.py install for PyYAML: finished with status 'done' 10:26:03 Running setup.py install for dockerpty: started 10:26:04 Running setup.py install for dockerpty: finished with status 'done' 10:26:05 Attempting uninstall: idna 10:26:05 Found existing installation: idna 2.9 10:26:05 Uninstalling idna-2.9: 10:26:05 Successfully uninstalled idna-2.9 10:26:05 Attempting uninstall: urllib3 10:26:05 Found existing installation: urllib3 1.25.9 10:26:05 Uninstalling urllib3-1.25.9: 10:26:05 Successfully uninstalled urllib3-1.25.9 10:26:06 Attempting uninstall: requests 10:26:06 Found existing installation: requests 2.23.0 10:26:06 Uninstalling requests-2.23.0: 10:26:06 Successfully uninstalled requests-2.23.0 10:26:08 2021-04-16T10:26:05Z INFO Waiting for automatic snapd restart... 10:26:08 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 10:26:16 Removing intermediate container 75e7819b24fd 10:26:16 ---> 0599415688eb 10:26:16 Step 14/23 : ENV APP_PORT=48090 10:26:16 ---> Running in bf5bb8c32365 10:26:17 Removing intermediate container bf5bb8c32365 10:26:17 ---> d2dc6bba9f39 10:26:17 Step 15/23 : EXPOSE $APP_PORT 10:26:17 ---> Running in 4e39fd1e1cb6 10:26:18 Removing intermediate container 4e39fd1e1cb6 10:26:18 ---> 29e92168f8b2 10:26:18 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 10:26:19 ---> 448539a450f0 10:26:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 10:26:20 ---> 97cb0f928b2f 10:26:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 10:26:21 ---> 576ba1cb49bd 10:26:21 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 10:26:21 ---> Running in f823261886b6 10:26:21 Removing intermediate container f823261886b6 10:26:21 ---> aacab122e2fc 10:26:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 10:26:21 ---> Running in 733f64348876 10:26:22 Removing intermediate container 733f64348876 10:26:22 ---> 7b0c2cdbfe5d 10:26:22 Step 21/23 : LABEL arch=arm64 10:26:22 ---> Running in 690ca74a2624 10:26:22 Removing intermediate container 690ca74a2624 10:26:22 ---> bff3f3b76757 10:26:22 Step 22/23 : LABEL git_sha=d996b26d37163037cb364680552e1847a0f00d70 10:26:22 ---> Running in 4f44479654c0 10:26:23 Removing intermediate container 4f44479654c0 10:26:23 ---> 18806c83a33d 10:26:23 Step 23/23 : LABEL version=0.0.0 10:26:23 ---> Running in ef4f4944bcc6 10:26:23 Removing intermediate container ef4f4944bcc6 10:26:23 ---> 8ec3c907e7da 10:26:23 10:26:24 Successfully built 8ec3c907e7da 10:26:24 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 10:26:24  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 10:26:24 $ docker stop --time=1 b988ccf0469845ece0d4c88a3aba568da7fbd3242ae614db5a81b4a410f92a27 10:26:26 lxd 4.13 from Canonical* installed 10:26:26 + sudo lxd init --auto 10:26:26 $ docker rm -f b988ccf0469845ece0d4c88a3aba568da7fbd3242ae614db5a81b4a410f92a27 [Pipeline] // withDockerContainer [Pipeline] sh 10:26:27 + docker images 10:26:27 + grep docker 10:26:27 docker-sys-mgmt-agent-go-arm64 latest 8ec3c907e7da 4 seconds ago 299MB 10:26:27 docker-core-data-go-arm64 latest fbabb634077c 39 seconds ago 21.6MB 10:26:27 docker-support-notifications-go-arm64 latest 377b0f3ae0c9 51 seconds ago 17.1MB 10:26:27 docker-security-bootstrapper-go-arm64 latest 4428566f3cf4 About a minute ago 18.1MB 10:26:27 docker-support-scheduler-go-arm64 latest 96ce22b22a1f 4 minutes ago 16.6MB 10:26:27 docker-core-metadata-go-arm64 latest 400bb826872e 4 minutes ago 18.1MB 10:26:27 docker-core-command-go-arm64 latest 5112d7a69e3f 4 minutes ago 16.5MB 10:26:27 docker-security-secretstore-setup-go-arm64 latest 74e049f71d32 4 minutes ago 24.9MB 10:26:27 docker-security-proxy-setup-go-arm64 latest e9561f48acd2 4 minutes ago 24.6MB 10:26:27 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:26:28 ---> job-cost.sh 10:26:28 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZTh2 10:26:34 + sudo snap install --classic snapcraft 10:26:49 snapcraft 4.6.2 from Canonical* installed 10:26:49 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 10:26:49 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 10:26:49 % Total % Received % Xferd Average Speed Time Time Time Current 10:26:49 Dload Upload Total Spent Left Speed 10:26:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 3993 0 --:--:-- --:--:-- --:--:-- 3993 10:26:49 100 3325k 100 3325k 0 0 11.1M 0 --:--:-- --:--:-- --:--:-- 11.1M 10:26:49 ./yq_linux_amd64 10:26:49 + sudo snapcraft prime --use-lxd 10:26:49 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 10:26:49 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: 10:26:49 - README.md 10:26:49 10:26:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:26:50 Launching a container. 10:27:02 Waiting for container to be ready 10:27:02 To start your first instance, try: lxc launch ubuntu:18.04 10:27:02 10:27:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 10:27:06 Waiting for network to be ready... 10:27:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:27:07 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 10:27:07 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:27:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 10:27:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 10:27:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 10:27:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 10:27:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 10:27:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 10:27:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 10:27:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:27:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:27:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:27:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:27:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:27:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:27:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:27:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:27:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:27:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:27:09 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 10:27:09 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 10:27:09 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 10:27:09 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 10:27:09 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 10:27:09 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 10:27:09 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 10:27:09 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 10:27:11 Fetched 24.4 MB in 4s (5653 kB/s) 10:27:11 Reading package lists... 10:27:12 Reading package lists... 10:27:12 Building dependency tree... 10:27:12 Reading state information... 10:27:12 The following additional packages will be installed: 10:27:12 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:27:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:27:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:27:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 10:27:12 Suggested packages: 10:27:12 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 10:27:12 Recommended packages: 10:27:12 gnupg libsasl2-modules 10:27:12 The following NEW packages will be installed: 10:27:12 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 10:27:12 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 10:27:12 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 10:27:12 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 10:27:12 The following packages will be upgraded: 10:27:12 gpg gpg-agent gpgconf libudev1 10:27:12 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 10:27:12 Need to get 3529 kB of archives. 10:27:12 After this operation, 13.3 MB of additional disk space will be used. 10:27:12 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] 10:27:12 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] 10:27:12 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 10:27:12 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 10:27:12 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 10:27:13 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 10:27:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 10:27:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 10:27:13 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 10:27:13 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 10:27:13 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 10:27:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 10:27:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 10:27:13 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 10:27:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 10:27:13 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 10:27:13 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 10:27:13 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 10:27:13 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 10:27:13 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 10:27:13 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 10:27:13 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 10:27:13 debconf: delaying package configuration, since apt-utils is not installed 10:27:13 Fetched 3529 kB in 1s (3043 kB/s) 10:27:13 (Reading database ... 12511 files and directories currently installed.) 10:27:13 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 10:27:13 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 10:27:14 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 10:27:14 Selecting previously unselected package udev. 10:27:14 (Reading database ... 12511 files and directories currently installed.) 10:27:14 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 10:27:14 Unpacking udev (237-3ubuntu10.46) ... 10:27:14 Selecting previously unselected package libfuse2:amd64. 10:27:14 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 10:27:14 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:27:14 Selecting previously unselected package fuse. 10:27:14 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 10:27:14 Unpacking fuse (2.9.7-1ubuntu1) ... 10:27:14 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 10:27:14 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:27:14 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 10:27:14 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:27:14 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 10:27:14 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:27:15 Selecting previously unselected package libksba8:amd64. 10:27:15 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 10:27:15 Unpacking libksba8:amd64 (1.3.5-2) ... 10:27:15 Selecting previously unselected package libroken18-heimdal:amd64. 10:27:15 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:15 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:15 Selecting previously unselected package libasn1-8-heimdal:amd64. 10:27:15 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:15 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:15 Selecting previously unselected package libheimbase1-heimdal:amd64. 10:27:15 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:15 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:15 Selecting previously unselected package libhcrypto4-heimdal:amd64. 10:27:15 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:15 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:15 Selecting previously unselected package libwind0-heimdal:amd64. 10:27:15 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:15 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:15 Selecting previously unselected package libhx509-5-heimdal:amd64. 10:27:15 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:15 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:15 Selecting previously unselected package libkrb5-26-heimdal:amd64. 10:27:15 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:15 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:15 Selecting previously unselected package libheimntlm0-heimdal:amd64. 10:27:15 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:15 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:16 Selecting previously unselected package libgssapi3-heimdal:amd64. 10:27:16 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 10:27:16 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:16 Selecting previously unselected package libsasl2-modules-db:amd64. 10:27:16 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:27:16 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:27:16 Selecting previously unselected package libsasl2-2:amd64. 10:27:16 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 10:27:16 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:27:16 Selecting previously unselected package libldap-common. 10:27:16 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 10:27:16 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 10:27:16 Selecting previously unselected package libldap-2.4-2:amd64. 10:27:16 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 10:27:16 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 10:27:16 Selecting previously unselected package dirmngr. 10:27:16 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 10:27:16 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 10:27:16 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 10:27:16 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 10:27:16 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 10:27:16 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:27:16 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 10:27:16 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 10:27:16 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:16 Setting up libksba8:amd64 (1.3.5-2) ... 10:27:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:27:16 Setting up udev (237-3ubuntu10.46) ... 10:27:17 invoke-rc.d: policy-rc.d denied execution of start. 10:27:17 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:17 Processing triggers for systemd (237-3ubuntu10) ... 10:27:17 Setting up fuse (2.9.7-1ubuntu1) ... 10:27:17 Setting up gpg (2.2.4-1ubuntu1.4) ... 10:27:17 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:17 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:17 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:17 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:17 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:17 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:17 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 10:27:17 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 10:27:17 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 10:27:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:27:18 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 10:27:18 settings in the [Install] section, and DefaultInstance for template units). 10:27:18 This means they are not meant to be enabled using systemctl. 10:27:18 Possible reasons for having this kind of units are: 10:27:18 1) A unit may be statically enabled by being symlinked from another unit's 10:27:18 .wants/ or .requires/ directory. 10:27:18 2) A unit's purpose may be to act as a helper for some other unit which has 10:27:18 a requirement dependency on it. 10:27:18 3) A unit may be started when needed via activation (socket, path, timer, 10:27:18 D-Bus, udev, scripted systemctl call, ...). 10:27:18 4) In case of template units, the unit is meant to be enabled with some 10:27:18 instance name specified. 10:27:18 Reading package lists... 10:27:19 Building dependency tree... 10:27:19 Reading state information... 10:27:19 The following additional packages will be installed: 10:27:19 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 10:27:19 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 10:27:19 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 10:27:19 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 10:27:19 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 10:27:19 Suggested packages: 10:27:19 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 10:27:19 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 10:27:19 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 10:27:19 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 10:27:19 systemd-container policykit-1 10:27:19 Recommended packages: 10:27:19 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 10:27:19 The following NEW packages will be installed: 10:27:19 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 10:27:19 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 10:27:19 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 10:27:19 multiarch-support openssh-client python3 python3-minimal python3.6 10:27:19 python3.6-minimal snapd squashfs-tools sudo 10:27:19 The following packages will be upgraded: 10:27:19 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 10:27:19 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 10:27:19 Need to get 35.2 MB of archives. 10:27:19 After this operation, 141 MB of additional disk space will be used. 10:27:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 10:27:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 10:27:19 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 10:27:19 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 10:27:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 10:27:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 10:27:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 10:27:19 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 10:27:19 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 10:27:19 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 10:27:19 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 10:27:19 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 10:27:19 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 10:27:19 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 10:27:19 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 10:27:19 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 10:27:19 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 10:27:20 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 10:27:20 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 10:27:20 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 10:27:20 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 10:27:20 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 10:27:20 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 10:27:20 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 10:27:20 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 10:27:20 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 10:27:20 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 10:27:20 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 10:27:20 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 10:27:20 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 10:27:20 debconf: delaying package configuration, since apt-utils is not installed 10:27:20 Fetched 35.2 MB in 1s (27.3 MB/s) 10:27:20 (Reading database ... 12757 files and directories currently installed.) 10:27:20 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 10:27:20 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 10:27:21 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 10:27:21 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 10:27:21 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 10:27:21 (Reading database ... 12757 files and directories currently installed.) 10:27:21 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 10:27:21 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 10:27:21 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 10:27:21 (Reading database ... 12757 files and directories currently installed.) 10:27:21 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 10:27:21 Unpacking apt (1.6.13) over (1.6.1) ... 10:27:22 Setting up apt (1.6.13) ... 10:27:22 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 10:27:22 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 10:27:22 (Reading database ... 12764 files and directories currently installed.) 10:27:22 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 10:27:22 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 10:27:22 Selecting previously unselected package libpython3.6-minimal:amd64. 10:27:22 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:27:22 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:27:23 Selecting previously unselected package libexpat1:amd64. 10:27:23 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 10:27:23 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:27:23 Selecting previously unselected package python3.6-minimal. 10:27:23 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:27:23 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 10:27:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 10:27:25 Checking for services that may need to be restarted...done. 10:27:25 Checking for services that may need to be restarted...done. 10:27:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:27:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 10:27:25 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 10:27:26 Selecting previously unselected package python3-minimal. 10:27:26 (Reading database ... 13012 files and directories currently installed.) 10:27:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 10:27:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 10:27:26 Selecting previously unselected package mime-support. 10:27:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 10:27:26 Unpacking mime-support (3.60ubuntu1) ... 10:27:26 Selecting previously unselected package libmpdec2:amd64. 10:27:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 10:27:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:27:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 10:27:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:27:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:27:26 Selecting previously unselected package python3.6. 10:27:26 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 10:27:26 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 10:27:27 Selecting previously unselected package libpython3-stdlib:amd64. 10:27:27 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 10:27:27 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:27:27 Setting up python3-minimal (3.6.7-1~18.04) ... 10:27:27 Selecting previously unselected package python3. 10:27:27 (Reading database ... 13442 files and directories currently installed.) 10:27:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 10:27:27 Unpacking python3 (3.6.7-1~18.04) ... 10:27:27 Selecting previously unselected package multiarch-support. 10:27:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 10:27:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 10:27:27 Setting up multiarch-support (2.27-3ubuntu1.4) ... 10:27:27 Selecting previously unselected package liblzo2-2:amd64. 10:27:27 (Reading database ... 13479 files and directories currently installed.) 10:27:27 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 10:27:27 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 10:27:27 Selecting previously unselected package libbsd0:amd64. 10:27:27 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 10:27:27 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:27:27 Selecting previously unselected package sudo. 10:27:27 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 10:27:27 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 10:27:28 Selecting previously unselected package apparmor. 10:27:28 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 10:27:28 Unpacking apparmor (2.12-4ubuntu5.1) ... 10:27:28 Selecting previously unselected package libedit2:amd64. 10:27:28 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 10:27:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 10:27:28 Selecting previously unselected package libkrb5support0:amd64. 10:27:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 10:27:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:27:28 Selecting previously unselected package libk5crypto3:amd64. 10:27:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 10:27:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:27:28 Selecting previously unselected package libkeyutils1:amd64. 10:27:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 10:27:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:27:28 Selecting previously unselected package libkrb5-3:amd64. 10:27:28 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 10:27:28 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:27:28 Selecting previously unselected package libgssapi-krb5-2:amd64. 10:27:28 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 10:27:28 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:27:28 Selecting previously unselected package libssl1.0.0:amd64. 10:27:28 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 10:27:28 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 10:27:29 Selecting previously unselected package openssh-client. 10:27:29 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 10:27:29 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 10:27:29 Selecting previously unselected package squashfs-tools. 10:27:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 10:27:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:27:29 Selecting previously unselected package snapd. 10:27:29 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 10:27:29 Unpacking snapd (2.48.3+18.04) ... 10:27:31 Setting up libedit2:amd64 (3.1-20170329-1) ... 10:27:31 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 10:27:31 Setting up mime-support (3.60ubuntu1) ... 10:27:31 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 10:27:31 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 10:27:31 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 10:27:31 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:27:31 Setting up systemd (237-3ubuntu10.46) ... 10:27:31 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 10:27:32 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 10:27:32 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 10:27:32 Setting up liblzo2-2:amd64 (2.08-1.2) ... 10:27:32 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 10:27:32 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 10:27:32 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 10:27:33 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 10:27:33 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 10:27:33 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 10:27:33 Setting up python3 (3.6.7-1~18.04) ... 10:27:33 running python rtupdate hooks for python3.6... 10:27:33 running python post-rtupdate hooks for python3.6... 10:27:33 Setting up apparmor (2.12-4ubuntu5.1) ... 10:27:35 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 10:27:35 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 10:27:35 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 10:27:35 Setting up snapd (2.48.3+18.04) ... 10:27:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 10:27:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 10:27:35 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 10:27:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 10:27:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:27:36 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 10:27:36 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 10:27:36 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 10:27:36 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 10:27:36 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 10:27:37 /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' 10:27:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 10:27:37 Processing triggers for systemd (237-3ubuntu10.46) ... 10:27:38 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:27:38 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 10:27:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:27:39 Reading package lists... 10:27:39 Reading package lists... 10:27:39 Building dependency tree... 10:27:39 Reading state information... 10:27:40 Calculating upgrade... 10:27:40 The following packages will be upgraded: 10:27:40 advancecomp base-files bash binutils binutils-common 10:27:40 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 10:27:40 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 10:27:40 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 10:27:40 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 10:27:40 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 10:27:40 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 10:27:40 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 10:27:40 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 10:27:40 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 10:27:40 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 10:27:40 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 10:27:40 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 10:27:40 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 10:27:40 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 10:27:40 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 10:27:40 Need to get 64.0 MB of archives. 10:27:40 After this operation, 5034 kB of additional disk space will be used. 10:27:40 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 10:27:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 10:27:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 10:27:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 10:27:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 10:27:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 10:27:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 10:27:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 10:27:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 10:27:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 10:27:41 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 10:27:41 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 10:27:41 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 10:27:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 10:27:41 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 10:27:41 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 10:27:41 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 10:27:41 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 10:27:41 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 10:27:41 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 10:27:41 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 10:27:41 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 10:27:41 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 10:27:41 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 10:27:41 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 10:27:41 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 10:27:41 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 10:27:41 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 10:27:41 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 10:27:41 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 10:27:41 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 10:27:41 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 10:27:41 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 10:27:41 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 10:27:41 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 10:27:41 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 10:27:41 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 10:27:41 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 10:27:41 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 10:27:41 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 10:27:41 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 10:27:41 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 10:27:41 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 10:27:41 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 10:27:41 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 10:27:41 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 10:27:41 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 10:27:41 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 10:27:41 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 10:27:41 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 10:27:42 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 10:27:42 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 10:27:42 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 10:27:42 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 10:27:42 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 10:27:42 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 10:27:42 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 10:27:42 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 10:27:42 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 10:27:42 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 10:27:42 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 10:27:42 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 10:27:42 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 10:27:42 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 10:27:42 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 10:27:42 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 10:27:42 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 10:27:42 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 10:27:42 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 10:27:42 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 10:27:42 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 10:27:42 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 10:27:42 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 10:27:42 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 10:27:42 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 10:27:42 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 10:27:42 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 10:27:42 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 10:27:42 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 10:27:42 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 10:27:42 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 10:27:42 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 10:27:42 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 10:27:42 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 10:27:42 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 10:27:42 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 10:27:42 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 10:27:42 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 10:27:42 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 10:27:42 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 10:27:42 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 10:27:42 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 10:27:43 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 10:27:43 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 10:27:43 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 10:27:43 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 10:27:43 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 10:27:43 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 10:27:43 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 10:27:43 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 10:27:43 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 10:27:43 debconf: delaying package configuration, since apt-utils is not installed 10:27:43 Fetched 64.0 MB in 4s (17.7 MB/s) 10:27:43 (Reading database ... 13912 files and directories currently installed.) 10:27:43 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 10:27:44 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:27:44 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 10:27:44 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:27:44 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 10:27:44 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 10:27:45 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:45 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:45 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:45 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:45 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:45 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:45 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:45 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:46 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:46 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:46 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:46 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:46 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:46 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:46 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 10:27:46 (Reading database ... 13911 files and directories currently installed.) 10:27:46 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:46 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 10:27:46 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 10:27:46 (Reading database ... 13911 files and directories currently installed.) 10:27:46 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:46 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:47 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:47 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:47 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 10:27:47 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 10:27:47 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 10:27:47 (Reading database ... 13911 files and directories currently installed.) 10:27:47 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 10:27:47 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:27:48 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 10:27:48 (Reading database ... 13911 files and directories currently installed.) 10:27:48 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 10:27:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 10:27:48 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 10:27:48 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 10:27:48 Setting up base-files (10.1ubuntu2.10) ... 10:27:48 Installing new version of config file /etc/issue ... 10:27:48 Installing new version of config file /etc/issue.net ... 10:27:48 Installing new version of config file /etc/lsb-release ... 10:27:48 Installing new version of config file /etc/update-motd.d/50-motd-news ... 10:27:49 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 10:27:49 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 10:27:49 Removing obsolete conffile /etc/default/motd-news ... 10:27:49 (Reading database ... 13912 files and directories currently installed.) 10:27:49 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 10:27:49 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 10:27:49 Setting up bash (4.4.18-2ubuntu1.2) ... 10:27:49 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 10:27:49 (Reading database ... 13912 files and directories currently installed.) 10:27:49 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 10:27:49 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 10:27:49 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 10:27:49 (Reading database ... 13912 files and directories currently installed.) 10:27:49 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 10:27:49 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 10:27:50 Setting up tar (1.29b-2ubuntu0.2) ... 10:27:50 (Reading database ... 13912 files and directories currently installed.) 10:27:50 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 10:27:50 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:27:50 Setting up dpkg (1.19.0.5ubuntu2.3) ... 10:27:50 (Reading database ... 13912 files and directories currently installed.) 10:27:50 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 10:27:50 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:27:50 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 10:27:50 (Reading database ... 13912 files and directories currently installed.) 10:27:50 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 10:27:50 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:27:50 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 10:27:51 (Reading database ... 13912 files and directories currently installed.) 10:27:51 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 10:27:51 Unpacking grep (3.1-2build1) over (3.1-2) ... 10:27:51 Setting up grep (3.1-2build1) ... 10:27:51 (Reading database ... 13912 files and directories currently installed.) 10:27:51 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 10:27:51 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:27:51 Setting up login (1:4.5-1ubuntu2) ... 10:27:51 (Reading database ... 13912 files and directories currently installed.) 10:27:51 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 10:27:51 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:27:52 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 10:27:52 (Reading database ... 13912 files and directories currently installed.) 10:27:52 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 10:27:52 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:27:52 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 10:27:52 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:27:52 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 10:27:52 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:27:53 Setting up perl-base (5.26.1-6ubuntu0.5) ... 10:27:53 (Reading database ... 13912 files and directories currently installed.) 10:27:53 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 10:27:53 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 10:27:54 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:27:54 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:27:54 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 10:27:54 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 10:27:54 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 10:27:55 (Reading database ... 13912 files and directories currently installed.) 10:27:55 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 10:27:55 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 10:27:55 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 10:27:55 (Reading database ... 13912 files and directories currently installed.) 10:27:55 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:27:55 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:27:55 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:27:55 (Reading database ... 13912 files and directories currently installed.) 10:27:55 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:27:55 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:27:55 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:27:55 (Reading database ... 13912 files and directories currently installed.) 10:27:55 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:27:55 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:27:56 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:27:56 (Reading database ... 13912 files and directories currently installed.) 10:27:56 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:27:56 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:27:56 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:27:56 (Reading database ... 13912 files and directories currently installed.) 10:27:56 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 10:27:56 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:27:56 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 10:27:56 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:27:56 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 10:27:56 (Reading database ... 13912 files and directories currently installed.) 10:27:56 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 10:27:57 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:27:57 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 10:27:57 (Reading database ... 13912 files and directories currently installed.) 10:27:57 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:27:57 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:27:57 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 10:27:57 (Reading database ... 13912 files and directories currently installed.) 10:27:57 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:27:57 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:27:57 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 10:27:57 (Reading database ... 13912 files and directories currently installed.) 10:27:57 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:27:57 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:27:58 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 10:27:58 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 10:27:58 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 10:27:58 (Reading database ... 13912 files and directories currently installed.) 10:27:58 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 10:27:58 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 10:27:59 Setting up libc-bin (2.27-3ubuntu1.4) ... 10:27:59 (Reading database ... 13912 files and directories currently installed.) 10:27:59 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 10:27:59 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 10:27:59 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 10:27:59 (Reading database ... 13914 files and directories currently installed.) 10:27:59 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 10:27:59 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 10:27:59 Setting up debconf (1.5.66ubuntu1) ... 10:27:59 (Reading database ... 13914 files and directories currently installed.) 10:27:59 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 10:27:59 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:28:00 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 10:28:00 (Reading database ... 13914 files and directories currently installed.) 10:28:00 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 10:28:00 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 10:28:00 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 10:28:00 (Reading database ... 13914 files and directories currently installed.) 10:28:00 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:28:00 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:28:00 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:28:00 (Reading database ... 13914 files and directories currently installed.) 10:28:00 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:28:00 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:28:00 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 10:28:00 (Reading database ... 13914 files and directories currently installed.) 10:28:00 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 10:28:00 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:28:01 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 10:28:01 (Reading database ... 13914 files and directories currently installed.) 10:28:01 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 10:28:01 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 10:28:01 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 10:28:01 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 10:28:01 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 10:28:01 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:28:01 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 10:28:01 (Reading database ... 13914 files and directories currently installed.) 10:28:01 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 10:28:01 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 10:28:01 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 10:28:01 (Reading database ... 13914 files and directories currently installed.) 10:28:01 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 10:28:01 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 10:28:02 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 10:28:02 (Reading database ... 13914 files and directories currently installed.) 10:28:02 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 10:28:02 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 10:28:02 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 10:28:02 (Reading database ... 13914 files and directories currently installed.) 10:28:02 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 10:28:02 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 10:28:02 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 10:28:02 (Reading database ... 13914 files and directories currently installed.) 10:28:02 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 10:28:02 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 10:28:03 Setting up passwd (1:4.5-1ubuntu2) ... 10:28:03 (Reading database ... 13914 files and directories currently installed.) 10:28:03 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 10:28:03 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 10:28:03 Setting up gpgv (2.2.4-1ubuntu1.4) ... 10:28:03 (Reading database ... 13914 files and directories currently installed.) 10:28:03 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 10:28:03 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 10:28:03 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 10:28:03 (Reading database ... 13914 files and directories currently installed.) 10:28:03 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 10:28:03 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 10:28:03 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 10:28:03 (Reading database ... 13914 files and directories currently installed.) 10:28:03 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 10:28:03 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 10:28:04 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 10:28:04 (Reading database ... 13914 files and directories currently installed.) 10:28:04 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 10:28:04 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 10:28:04 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 10:28:04 (Reading database ... 13914 files and directories currently installed.) 10:28:04 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 10:28:04 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 10:28:04 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 10:28:04 (Reading database ... 13914 files and directories currently installed.) 10:28:04 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 10:28:04 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 10:28:05 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 10:28:05 (Reading database ... 13914 files and directories currently installed.) 10:28:05 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 10:28:05 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 10:28:05 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 10:28:05 (Reading database ... 13914 files and directories currently installed.) 10:28:05 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 10:28:05 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 10:28:05 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 10:28:05 (Reading database ... 13915 files and directories currently installed.) 10:28:05 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:28:05 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:28:05 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 10:28:05 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 10:28:05 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 10:28:05 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 10:28:06 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 10:28:06 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 10:28:06 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 10:28:06 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 10:28:06 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 10:28:06 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 10:28:06 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 10:28:06 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 10:28:07 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 10:28:07 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 10:28:07 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 10:28:07 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 10:28:07 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 10:28:07 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 10:28:07 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 10:28:07 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 10:28:07 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 10:28:07 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 10:28:08 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 10:28:08 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 10:28:08 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 10:28:08 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 10:28:08 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:28:09 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:28:09 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:28:09 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:28:09 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:28:09 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:28:09 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 10:28:09 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 10:28:09 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:09 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:09 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:09 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:09 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:10 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:10 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:10 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:11 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:11 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:12 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:12 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:12 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:12 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:13 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:13 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:14 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 10:28:14 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 10:28:14 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:28:14 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:28:14 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 10:28:14 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:28:14 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 10:28:14 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 10:28:14 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 10:28:14 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 10:28:14 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:28:14 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:28:15 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 10:28:15 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 10:28:15 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 10:28:15 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 10:28:15 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:28:15 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 10:28:15 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:28:15 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:28:15 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:28:15 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 10:28:15 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 10:28:15 Setting up tzdata (2021a-0ubuntu0.18.04) ... 10:28:15 10:28:15 Current default time zone: 'Etc/UTC' 10:28:15 Local time is now: Fri Apr 16 10:28:15 UTC 2021. 10:28:15 Universal Time is now: Fri Apr 16 10:28:15 UTC 2021. 10:28:15 Run 'dpkg-reconfigure tzdata' if you wish to change it. 10:28:15 10:28:16 Setting up systemd-sysv (237-3ubuntu10.46) ... 10:28:16 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:28:16 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 10:28:16 Setting up mount (2.31.1-0.4ubuntu3.7) ... 10:28:16 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 10:28:16 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 10:28:16 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 10:28:16 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 10:28:16 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 10:28:16 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 10:28:16 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 10:28:16 Setting up procps (2:3.3.12-3ubuntu1.2) ... 10:28:16 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 10:28:16 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 10:28:16 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 10:28:16 Setting up patch (2.7.6-2ubuntu1.1) ... 10:28:16 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 10:28:16 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 10:28:16 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 10:28:16 Installing new version of config file /etc/ssl/openssl.cnf ... 10:28:16 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 10:28:16 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 10:28:16 Setting up ca-certificates (20210119~18.04.1) ... 10:28:18 Updating certificates in /etc/ssl/certs... 10:28:19 23 added, 27 removed; done. 10:28:19 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 10:28:19 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 10:28:19 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 10:28:19 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 10:28:19 Setting up pkgbinarymangler (138.18.04.1) ... 10:28:19 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 10:28:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 10:28:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 10:28:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 10:28:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:28:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 10:28:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 10:28:19 Setting up perl (5.26.1-6ubuntu0.5) ... 10:28:20 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 10:28:20 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 10:28:20 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 10:28:20 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 10:28:20 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 10:28:20 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 10:28:20 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 10:28:20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 10:28:20 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 10:28:20 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:28:20 Processing triggers for systemd (237-3ubuntu10.46) ... 10:28:20 Processing triggers for mime-support (3.60ubuntu1) ... 10:28:20 Processing triggers for ca-certificates (20210119~18.04.1) ... 10:28:20 Updating certificates in /etc/ssl/certs... 10:28:21 0 added, 0 removed; done. 10:28:21 Running hooks in /etc/ca-certificates/update.d... 10:28:21 done. 10:28:21 Reading package lists... 10:28:21 Building dependency tree... 10:28:21 Reading state information... 10:28:21 The following NEW packages will be installed: 10:28:21 apt-transport-https 10:28:22 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 10:28:22 Need to get 1692 B of archives. 10:28:22 After this operation, 154 kB of additional disk space will be used. 10:28:22 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 10:28:22 debconf: delaying package configuration, since apt-utils is not installed 10:28:22 Fetched 1692 B in 0s (8552 B/s) 10:28:22 Selecting previously unselected package apt-transport-https. 10:28:22 (Reading database ... 13920 files and directories currently installed.) 10:28:22 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 10:28:22 Unpacking apt-transport-https (1.6.13) ... 10:28:22 Setting up apt-transport-https (1.6.13) ... 10:28:22 Waiting for network to be ready... 10:28:29 2021-04-16T10:28:25Z INFO Waiting for automatic snapd restart... 10:28:29 snapd 2.49.2 from Canonical* installed 10:28:29 "snapd" switched to the "latest/stable" channel 10:28:29 10:28:32 core18 20210309 from Canonical* installed 10:28:32 "core18" switched to the "latest/stable" channel 10:28:32 10:28:35 snapcraft 4.6.2 from Canonical* installed 10:28:36 "snapcraft" switched to the "latest/stable" channel 10:28:36 10:28:40 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 10:28:40 - README.md 10:28:40 10:28:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 10:28:43 lf-activate-venv(): INFO: Adding /tmp/venv-ZTh2/bin to PATH 10:28:43 INFO: No Stack... 10:28:43 INFO: Retrieving Pricing Info for: lf-standard-4 10:28:43 INFO: Archiving Costs [Pipeline] sh 10:28:44 + cat /w/workspace/edgex-go/14/archives/cost.csv 10:28:44 + cut -d, -f6 [Pipeline] lock 10:28:44 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3356-14-stack-cost] 10:28:44 Resource [jenkins-edgexfoundry-edgex-go-PR-3356-14-stack-cost] did not exist. Created. 10:28:44 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3356-14-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:28:44 + echo total: 0.20999999344348907 [Pipeline] stash 10:28:45 Stashed 1 file(s) [Pipeline] } 10:28:45 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3356-14-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:28:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:28:47 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 10:28:47 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 10:28:47 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:28:48 Reading package lists... 10:28:48 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 10:28:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:28:55 Reading package lists... 10:28:55 Building dependency tree... 10:28:55 Reading state information... 10:28:55 Suggested packages: 10:28:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 10:28:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 10:28:55 Recommended packages: 10:28:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 10:28:55 The following NEW packages will be installed: 10:28:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 10:28:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 10:28:55 pkg-config zip 10:28:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 10:28:55 Need to get 7663 kB of archives. 10:28:55 After this operation, 43.8 MB of additional disk space will be used. 10:28:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 10:28:55 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 10:28:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 10:28:55 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 10:28:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 10:28:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 10:28:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 10:28:55 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 10:28:55 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 10:28:55 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 10:28:55 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 10:28:55 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 10:28:55 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 10:28:55 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 10:28:55 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 10:28:55 debconf: delaying package configuration, since apt-utils is not installed 10:28:55 Fetched 7663 kB in 1s (10.1 MB/s) 10:28:55 Selecting previously unselected package libglib2.0-0:amd64. 10:28:55 (Reading database ... 13924 files and directories currently installed.) 10:28:55 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 10:28:55 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 10:28:56 Selecting previously unselected package libpsl5:amd64. 10:28:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 10:28:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 10:28:56 Selecting previously unselected package libnghttp2-14:amd64. 10:28:56 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 10:28:56 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:28:56 Selecting previously unselected package librtmp1:amd64. 10:28:56 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 10:28:56 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:28:56 Selecting previously unselected package libcurl3-gnutls:amd64. 10:28:56 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 10:28:56 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 10:28:56 Selecting previously unselected package liberror-perl. 10:28:56 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 10:28:56 Unpacking liberror-perl (0.17025-1) ... 10:28:56 Selecting previously unselected package git-man. 10:28:56 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 10:28:56 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 10:28:56 Selecting previously unselected package git. 10:28:56 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 10:28:56 Unpacking git (1:2.17.1-1ubuntu0.8) ... 10:28:57 Selecting previously unselected package libnorm1:amd64. 10:28:57 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 10:28:57 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:28:57 Selecting previously unselected package libpgm-5.2-0:amd64. 10:28:57 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 10:28:57 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:28:57 Selecting previously unselected package libsodium23:amd64. 10:28:57 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 10:28:57 Unpacking libsodium23:amd64 (1.0.16-2) ... 10:28:58 Selecting previously unselected package libzmq5:amd64. 10:28:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 10:28:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:28:58 Selecting previously unselected package libzmq3-dev:amd64. 10:28:58 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 10:28:58 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:28:58 Selecting previously unselected package pkg-config. 10:28:58 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 10:28:58 Unpacking pkg-config (0.29.1-0ubuntu2) ... 10:28:58 Selecting previously unselected package zip. 10:28:58 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 10:28:58 Unpacking zip (3.0-11build1) ... 10:28:58 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 10:28:58 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 10:28:58 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 10:28:58 Setting up liberror-perl (0.17025-1) ... 10:28:58 Setting up libpsl5:amd64 (0.19.1-5build1) ... 10:28:58 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 10:28:58 No schema files found: doing nothing. 10:28:58 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 10:28:58 Setting up zip (3.0-11build1) ... 10:28:58 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 10:28:58 Setting up libsodium23:amd64 (1.0.16-2) ... 10:28:58 Setting up pkg-config (0.29.1-0ubuntu2) ... 10:28:58 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 10:28:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 10:28:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 10:28:59 Setting up git (1:2.17.1-1ubuntu0.8) ... 10:28:59 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 10:29:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:29:05 git set to automatically installed. 10:29:05 git-man set to automatically installed. 10:29:05 libcurl3-gnutls set to automatically installed. 10:29:05 liberror-perl set to automatically installed. 10:29:05 libglib2.0-0 set to automatically installed. 10:29:05 libnghttp2-14 set to automatically installed. 10:29:05 libnorm1 set to automatically installed. 10:29:05 libpgm-5.2-0 set to automatically installed. 10:29:05 libpsl5 set to automatically installed. 10:29:05 librtmp1 set to automatically installed. 10:29:05 libsodium23 set to automatically installed. 10:29:05 libzmq3-dev set to automatically installed. 10:29:05 libzmq5 set to automatically installed. 10:29:05 pkg-config set to automatically installed. 10:29:05 zip set to automatically installed. 10:29:08 snapd is not logged in, snap install commands will use sudo 10:29:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:29:15 snap "core18" has no updates available 10:29:17 snapd is not logged in, snap install commands will use sudo 10:29:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 10:29:36 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 10:29:36 Pulling go-build-helper 10:29:36 + snapcraftctl pull 10:29:36 'app-service-config' has dependencies that need to be staged: go-build-helper 10:29:36 Skipping pull go-build-helper (already ran) 10:29:36 Building go-build-helper 10:29:36 + snapcraftctl build 10:29:38 Staging go-build-helper 10:29:38 + snapcraftctl stage 10:29:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 10:29:50 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 10:29:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 10:29:50 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 10:29:50 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 10:29:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 10:29:50 Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 10:29:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 10:29:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 10:29:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 10:29:50 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 10:29:50 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 10:29:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 10:29:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 10:29:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 10:29:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 10:29:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 10:29:50 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 10:29:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 10:29:50 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 10:29:50 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 10:29:50 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 10:29:50 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 10:29:50 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 10:29:50 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 10:29:50 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 10:29:50 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 10:29:50 Fetched 24.4 MB in 0s (0 B/s) 10:29:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:29:50 Fetched 224 kB in 0s (0 B/s) 10:29:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:29:50 Fetched 157 kB in 0s (0 B/s) 10:29:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:29:50 Fetched 221 kB in 0s (0 B/s) 10:29:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:29:50 Fetched 143 kB in 0s (0 B/s) 10:29:50 Pulling app-service-config 10:29:50 + snapcraftctl pull 10:29:50 Cloning into '/root/parts/app-service-config/src'... 10:29:50 Pulling config-common 10:29:50 + snapcraftctl pull 10:29:54 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:29:54 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:29:54 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:29:54 Fetched 0 B in 0s (0 B/s) 10:29:54 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 10:29:54 Fetched 0 B in 0s (0 B/s) 10:29:54 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 10:29:54 Fetched 0 B in 0s (0 B/s) 10:29:54 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 10:29:54 Fetched 0 B in 0s (0 B/s) 10:29:54 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 10:29:54 Fetched 0 B in 0s (0 B/s) 10:29:54 Pulling edgex-go 10:29:54 + snapcraftctl pull 10:30:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 10:30:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 10:30:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 10:30:21 Fetched 0 B in 0s (0 B/s) 10:30:21 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 10:30:21 Fetched 96.5 kB in 0s (0 B/s) 10:30:21 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 10:30:21 Fetched 279 kB in 0s (0 B/s) 10:30:21 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 10:30:21 Fetched 122 kB in 0s (0 B/s) 10:30:21 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 10:30:21 Fetched 77.8 kB in 0s (0 B/s) 10:30:21 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 10:30:21 Fetched 8848 B in 0s (0 B/s) 10:30:21 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 10:30:21 Fetched 47.8 kB in 0s (0 B/s) 10:30:21 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 10:30:21 Fetched 45.6 kB in 0s (0 B/s) 10:30:21 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 10:30:21 Fetched 15.0 kB in 0s (0 B/s) 10:30:21 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 10:30:21 Fetched 219 kB in 0s (0 B/s) 10:30:21 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 10:30:21 Fetched 154 kB in 0s (0 B/s) 10:30:21 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 10:30:21 Fetched 50.6 kB in 0s (0 B/s) 10:30:21 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 10:30:21 Fetched 14.8 kB in 0s (0 B/s) 10:30:21 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 10:30:21 Fetched 41.8 kB in 0s (0 B/s) 10:30:21 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 10:30:21 Fetched 499 kB in 0s (0 B/s) 10:30:21 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 10:30:21 Fetched 111 kB in 0s (0 B/s) 10:30:21 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 10:30:21 Fetched 240 kB in 0s (0 B/s) 10:30:21 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 10:30:21 Fetched 29.3 kB in 0s (0 B/s) 10:30:21 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 10:30:21 Fetched 85.5 kB in 0s (0 B/s) 10:30:21 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 10:30:21 Fetched 24.5 kB in 0s (0 B/s) 10:30:21 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 10:30:21 Fetched 49.2 kB in 0s (0 B/s) 10:30:21 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 10:30:21 Fetched 54.2 kB in 0s (0 B/s) 10:30:21 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 10:30:21 Fetched 30.8 kB in 0s (0 B/s) 10:30:21 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 10:30:21 Fetched 15.8 kB in 0s (0 B/s) 10:30:21 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 10:30:21 Fetched 85.9 kB in 0s (0 B/s) 10:30:21 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 10:30:21 Fetched 8720 B in 0s (0 B/s) 10:30:21 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 10:30:21 Fetched 137 kB in 0s (0 B/s) 10:30:21 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 10:30:21 Fetched 119 kB in 0s (0 B/s) 10:30:21 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 10:30:21 Fetched 110 kB in 0s (0 B/s) 10:30:21 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 10:30:21 Fetched 11.1 kB in 0s (0 B/s) 10:30:21 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 10:30:21 Fetched 645 kB in 0s (0 B/s) 10:30:21 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 10:30:21 Fetched 41.3 kB in 0s (0 B/s) 10:30:21 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 10:30:21 Fetched 17.9 kB in 0s (0 B/s) 10:30:21 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 10:30:21 Fetched 368 kB in 0s (0 B/s) 10:30:21 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 10:30:21 Fetched 187 kB in 0s (0 B/s) 10:30:21 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 10:30:21 Fetched 175 kB in 0s (0 B/s) 10:30:21 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 10:30:21 Fetched 206 kB in 0s (0 B/s) 10:30:21 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 10:30:21 Fetched 1301 kB in 0s (0 B/s) 10:30:21 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 10:30:21 Fetched 36.2 kB in 0s (0 B/s) 10:30:21 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 10:30:21 Fetched 159 kB in 0s (0 B/s) 10:30:21 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 10:30:21 Fetched 107 kB in 0s (0 B/s) 10:30:21 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 10:30:21 Fetched 48.7 kB in 0s (0 B/s) 10:30:21 Pulling static-packages 10:30:21 + snapcraftctl pull 10:30:21 Pulling version 10:30:21 + cd /root/project 10:30:21 + [ -f VERSION ] 10:30:21 + PROJECT_VERSION=local-dev 10:30:21 + git rev-parse --short HEAD 10:30:21 + GIT_REVISION=d996b26d 10:30:21 + snapcraftctl set-version local-dev 10:30:21 Skipping build go-build-helper (already ran) 10:30:21 Building app-service-config 10:30:21 + make build 10:30:21 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 10:30:22 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 10:30:22 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 10:30:22 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 10:30:22 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 10:30:22 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 10:30:22 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 10:30:22 go: downloading github.com/BurntSushi/toml v0.3.1 10:30:22 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 10:30:22 go: downloading github.com/gorilla/mux v1.8.0 10:30:22 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 10:30:22 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 10:30:22 go: downloading github.com/go-kit/kit v0.8.0 10:30:22 go: downloading github.com/x448/float16 v0.8.4 10:30:22 go: downloading github.com/pebbe/zmq4 v1.2.7 10:30:22 go: downloading github.com/pelletier/go-toml v1.2.0 10:30:22 go: downloading github.com/go-logfmt/logfmt v0.4.0 10:30:22 go: downloading github.com/google/uuid v1.2.0 10:30:23 go: downloading github.com/mitchellh/mapstructure v1.1.2 10:30:23 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 10:30:23 go: downloading github.com/mitchellh/copystructure v1.0.0 10:30:23 go: downloading github.com/go-playground/validator/v10 v10.4.1 10:30:23 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 10:30:23 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 10:30:23 go: downloading github.com/gorilla/websocket v1.4.2 10:30:23 go: downloading github.com/leodido/go-urn v1.2.0 10:30:23 go: downloading github.com/go-redis/redis/v7 v7.2.0 10:30:23 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 10:30:23 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 10:30:23 go: downloading github.com/go-playground/universal-translator v0.17.0 10:30:23 go: downloading github.com/mitchellh/reflectwalk v1.0.0 10:30:23 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 10:30:23 go: downloading github.com/go-playground/locales v0.13.0 10:30:23 go: downloading github.com/hashicorp/consul/api v1.8.1 10:30:23 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 10:30:23 go: downloading github.com/hashicorp/serf v0.9.5 10:30:23 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 10:30:23 go: downloading github.com/hashicorp/go-hclog v0.12.0 10:30:23 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 10:30:23 go: downloading github.com/mattn/go-isatty v0.0.12 10:30:23 go: downloading github.com/fatih/color v1.9.0 10:30:23 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 10:30:23 go: downloading github.com/mattn/go-colorable v0.1.6 10:30:23 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 10:30:23 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 10:30:23 go: downloading github.com/hashicorp/golang-lru v0.5.0 10:30:33 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 10:30:33 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 10:30:33 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 10:30:33 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 10:30:34 Building config-common 10:30:34 + snapcraftctl build 10:30:37 Building edgex-go 10:30:37 + cd /root/parts/edgex-go/src 10:30:37 + make build 10:30:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 10:30:37 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 10:30:37 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.70 10:30:37 go: downloading github.com/imdario/mergo v0.3.12 10:30:37 go: downloading github.com/pkg/errors v0.8.1 10:30:37 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 10:30:37 go: downloading github.com/pelletier/go-toml v1.9.0 10:30:37 go: downloading github.com/go-playground/validator/v10 v10.5.0 10:30:37 go: downloading github.com/OneOfOne/xxhash v1.2.8 10:30:37 go: downloading golang.org/x/text v0.3.2 10:30:42 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 10:30:42 go: downloading gopkg.in/yaml.v2 v2.4.0 10:30:48 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 10:30:49 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 10:30:51 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 10:30:52 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 10:30:52 go: downloading github.com/stretchr/testify v1.7.0 10:30:52 go: downloading github.com/davecgh/go-spew v1.1.1 10:30:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 10:30:52 go: downloading github.com/pmezard/go-difflib v1.0.0 10:30:54 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 10:30:54 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 10:30:54 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 10:30: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 10:30:57 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 10:30:58 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 10:31:00 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 10:31:00 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 10:31:01 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 10:31:01 go: downloading github.com/lib/pq v1.9.0 10:31:04 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 10:31:04 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 10:31:04 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 10:31:04 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 10:31:04 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 10:31:04 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 10:31:04 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 10:31:04 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 10:31:04 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 10:31:04 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 10:31:04 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 10:31:04 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 10:31:04 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 10:31:04 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 10:31:04 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 10:31:04 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 10:31:04 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 10:31:04 + 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 10:31:04 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 10:31:04 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 10:31:04 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 10:31:04 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 10:31:04 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 10:31:04 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 10:31:04 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 10:31:04 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 10:31:07 Building static-packages 10:31:07 + snapcraftctl build 10:31:09 Building version 10:31:09 + snapcraftctl build 10:31:11 Skipping stage go-build-helper (already ran) 10:31:11 Staging app-service-config 10:31:11 + snapcraftctl stage 10:31:12 Staging config-common 10:31:12 + snapcraftctl stage 10:31:13 Staging edgex-go 10:31:13 + snapcraftctl stage 10:31:14 Staging static-packages 10:31:14 + snapcraftctl stage 10:31:15 Staging version 10:31:15 + snapcraftctl stage 10:31:16 Priming go-build-helper 10:31:16 + snapcraftctl prime 10:31:17 Priming app-service-config 10:31:17 + snapcraftctl prime 10:31:18 Priming config-common 10:31:18 + snapcraftctl prime 10:31:20 Priming edgex-go 10:31:20 + snapcraftctl prime 10:31:21 Priming static-packages 10:31:21 + snapcraftctl prime 10:31:23 Priming version 10:31:23 + snapcraftctl prime 10:31:24 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 10:31:27 provisioning config files... 10:31:27 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/14@tmp/config1921582915631869300tmp [Pipeline] { [Pipeline] sh 10:31:27 + set +x 10:31:27 + curl -s https://codecov.io/bash 10:31:27 + bash -s -- 10:31:28 10:31:28 _____ _ 10:31:28 / ____| | | 10:31:28 | | ___ __| | ___ ___ _____ __ 10:31:28 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:31:28 | |___| (_) | (_| | __/ (_| (_) \ V / 10:31:28 \_____\___/ \__,_|\___|\___\___/ \_/ 10:31:28 Bash-1.0.1 10:31:28 10:31:28 10:31:28 ==> git version 2.24.3 found 10:31:28 ==> 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 10:31:28 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:31:28 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:31:28 ==> Jenkins CI detected. 10:31:28 project root: . 10:31:28 --> token set from env 10:31:28 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:31:28 ==> Running gcov in . (disable via -X gcov) 10:31:29 ==> Python coveragepy not found 10:31:29 ==> Searching for coverage reports in: 10:31:29 + . 10:31:29 -> Found 1 reports 10:31:29 ==> Detecting git/mercurial file structure 10:31:29 ==> Reading reports 10:31:29 + ./coverage.out bytes=698295 10:31:29 ==> Appending adjustments 10:31:29 https://docs.codecov.io/docs/fixing-reports 10:31:38 + Found adjustments 10:31:38 ==> Gzipping contents 10:31:38 100K /tmp/codecov.6dQOvk.gz 10:31:38 ==> Uploading reports 10:31:38 url: https://codecov.io 10:31:38 query: branch=PR-3356&commit=d996b26d37163037cb364680552e1847a0f00d70&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3356%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3356&job=&cmd_args= 10:31:38 -> Pinging Codecov 10:31:38 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3356&commit=d996b26d37163037cb364680552e1847a0f00d70&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3356%2F14%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3356&job=&cmd_args= 10:31:51 -> Uploading to 10:31:51 https://storage.googleapis.com/codecov/v4/raw/2021-04-16/00271124DB129430A58F1EEE437C3FCB/d996b26d37163037cb364680552e1847a0f00d70/0a72b9fe-ee55-4164-a376-73d03fe26f29.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210416%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210416T103149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d3d466cc4e5984d30a920a5d9e23b8806ec113578d69a4c7c343acdf39b01120 10:31:51 % Total % Received % Xferd Average Speed Time Time Time Current 10:31:51 Dload Upload Total Spent Left Speed 10:31:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 97k 0 0 100 97k 0 185k --:--:-- --:--:-- --:--:-- 186k 10:31:51 -> Reports have been successfully queued for processing at upstream request timeouthttps://codecov.io/github/edgexfoundry/edgex-go/commit/d996b26d37163037cb364680552e1847a0f00d70 [Pipeline] } 10:31:51 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 10:31:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:31:53 ---> package-listing.sh 10:31:53 ++ facter osfamily 10:31:53 ++ tr '[:upper:]' '[:lower:]' 10:31:54 + OS_FAMILY=redhat 10:31:54 + workspace=/w/workspace/edgex-go/14 10:31:54 + START_PACKAGES=/tmp/packages_start.txt 10:31:54 + END_PACKAGES=/tmp/packages_end.txt 10:31:54 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:31:54 + PACKAGES=/tmp/packages_start.txt 10:31:54 + '[' /w/workspace/edgex-go/14 ']' 10:31:54 + PACKAGES=/tmp/packages_end.txt 10:31:54 + case "${OS_FAMILY}" in 10:31:54 + sort 10:31:54 + rpm -qa 10:32:00 + '[' -f /tmp/packages_start.txt ']' 10:32:00 + '[' -f /tmp/packages_end.txt ']' 10:32:00 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:32:00 + '[' /w/workspace/edgex-go/14 ']' 10:32:00 + mkdir -p /w/workspace/edgex-go/14/archives/ 10:32:00 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo 10:32:00 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:32:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:32:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:32:02 10:32:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:32:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:32:03 alpine: Pulling from edgex-lftools-log-publisher 10:32:03 df20fa9351a1: Pulling fs layer 10:32:03 36b3adc4ff6f: Pulling fs layer 10:32:03 8ad3a11d3b57: Pulling fs layer 10:32:03 46f8f816bc3b: Pulling fs layer 10:32:03 93b61091891f: Pulling fs layer 10:32:03 93b9cdb0e59b: Pulling fs layer 10:32:03 5e14af77c1be: Pulling fs layer 10:32:03 01666e4c0597: Pulling fs layer 10:32:03 aa168da1d23b: Pulling fs layer 10:32:03 46f8f816bc3b: Waiting 10:32:03 93b61091891f: Waiting 10:32:03 93b9cdb0e59b: Waiting 10:32:03 5e14af77c1be: Waiting 10:32:03 01666e4c0597: Waiting 10:32:03 aa168da1d23b: Waiting 10:32:03 36b3adc4ff6f: Verifying Checksum 10:32:03 36b3adc4ff6f: Download complete 10:32:03 46f8f816bc3b: Verifying Checksum 10:32:03 46f8f816bc3b: Download complete 10:32:03 df20fa9351a1: Verifying Checksum 10:32:03 df20fa9351a1: Download complete 10:32:03 93b9cdb0e59b: Verifying Checksum 10:32:03 93b9cdb0e59b: Download complete 10:32:03 5e14af77c1be: Verifying Checksum 10:32:03 5e14af77c1be: Download complete 10:32:03 01666e4c0597: Verifying Checksum 10:32:03 01666e4c0597: Download complete 10:32:03 93b61091891f: Verifying Checksum 10:32:03 93b61091891f: Download complete 10:32:04 8ad3a11d3b57: Verifying Checksum 10:32:04 8ad3a11d3b57: Download complete 10:32:04 df20fa9351a1: Pull complete 10:32:04 36b3adc4ff6f: Pull complete 10:32:07 8ad3a11d3b57: Pull complete 10:32:08 46f8f816bc3b: Pull complete 10:32:09 93b61091891f: Pull complete 10:32:09 93b9cdb0e59b: Pull complete 10:32:10 5e14af77c1be: Pull complete 10:32:10 01666e4c0597: Pull complete 10:32:12 aa168da1d23b: Verifying Checksum 10:32:12 aa168da1d23b: Download complete 10:32:35 aa168da1d23b: Pull complete 10:32:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:32:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:32:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:32:36 prd-centos7-docker-4c-2g-472 does not seem to be running inside a container 10:32:36 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:32:40 $ docker top 15838bba1df120e0a9b75d3772303a9539bd00cab740e9cd2a7f05c4228a2fb2 -eo pid,comm [Pipeline] { [Pipeline] sh 10:32:42 + touch /tmp/pre-build-complete [Pipeline] sh 10:32:43 + mkdir -p /var/log/sa [Pipeline] sh 10:32:43 + ls /var/log/sa-host 10:32:43 + sadf -c /var/log/sa-host/sa16 10:32:43 file_magic: OK 10:32:43 HZ: Using current value: 100 10:32:43 file_header: OK 10:32:43 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 10:32:43 Statistics: 10:32:43 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... 10:32:43 File successfully converted to sysstat format version 12.2.1 10:32:43 + sadf -c /var/log/sa-host/sa23 10:32:43 file_magic: OK 10:32:43 HZ: Using current value: 100 10:32:43 file_header: OK 10:32:43 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 10:32:43 Statistics: 10:32:43 Hnuu...uuuununununu... 10:32:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:32:44 provisioning config files... 10:32:44 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config4658064089704983780tmp [Pipeline] { [Pipeline] echo 10:32:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:32:45 ---> create-netrc.sh [Pipeline] } 10:32:45 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:32:45 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:32:46 ---> python-tools-install.sh [Pipeline] echo 10:32:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:32:47 ---> sudo-logs.sh 10:32:47 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:32:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:32:48 ---> job-cost.sh 10:32:48 lf-activate-venv: SKIPPING 10:32:48 DEBUG: total: 0.20999999344348907 10:32:48 INFO: Retrieving Stack Cost... 10:32:50 INFO: Retrieving Pricing Info for: v1-standard-2 10:32:50 INFO: Archiving Costs [Pipeline] echo 10:32:50 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:32:51 ---> logs-deploy.sh 10:32:51 lf-activate-venv: SKIPPING 10:32:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3356/14 10:32:51 INFO: archiving workspace using pattern(s): 10:32:55 Archives upload complete. 10:32:55 INFO: archiving logs to Nexus 10:32:57 ---> uname -a: 10:32:57 Linux prd-centos7-docker-4c-2g-472.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:32:57 10:32:57 10:32:57 ---> lscpu: 10:32:57 Architecture: x86_64 10:32:57 CPU op-mode(s): 32-bit, 64-bit 10:32:57 Byte Order: Little Endian 10:32:57 Address sizes: 40 bits physical, 48 bits virtual 10:32:57 CPU(s): 4 10:32:57 On-line CPU(s) list: 0-3 10:32:57 Thread(s) per core: 1 10:32:57 Core(s) per socket: 1 10:32:57 Socket(s): 4 10:32:57 NUMA node(s): 1 10:32:57 Vendor ID: GenuineIntel 10:32:57 CPU family: 6 10:32:57 Model: 44 10:32:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:32:57 Stepping: 1 10:32:57 CPU MHz: 2933.438 10:32:57 BogoMIPS: 5866.87 10:32:57 Virtualization: VT-x 10:32:57 Hypervisor vendor: KVM 10:32:57 Virtualization type: full 10:32:57 L1d cache: 128 KiB 10:32:57 L1i cache: 128 KiB 10:32:57 L2 cache: 16 MiB 10:32:57 L3 cache: 64 MiB 10:32:57 NUMA node0 CPU(s): 0-3 10:32:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:32:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:32:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:32:57 Vulnerability Meltdown: Mitigation; PTI 10:32:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:32:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:32:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:32:57 Vulnerability Srbds: Not affected 10:32:57 Vulnerability Tsx async abort: Not affected 10:32:57 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 10:32:57 10:32:57 10:32:57 ---> nproc: 10:32:57 4 10:32:57 10:32:57 10:32:57 ---> df -h: 10:32:57 Filesystem Size Used Available Use% Mounted on 10:32:57 overlay 50.0G 11.8G 38.2G 24% / 10:32:57 tmpfs 64.0M 0 64.0M 0% /dev 10:32:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:32:57 shm 64.0M 0 64.0M 0% /dev/shm 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/14@tmp 10:32:57 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/14 10:32:57 10:32:57 10:32:57 ---> free -m: 10:32:57 total used free shared buff/cache available 10:32:57 Mem: 1837 704 140 0 991 1048 10:32:57 Swap: 1023 58 965 10:32:57 10:32:57 10:32:57 ---> ip addr: 10:32:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:32:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:32:57 inet 127.0.0.1/8 scope host lo 10:32:57 valid_lft forever preferred_lft forever 10:32:57 inet6 ::1/128 scope host 10:32:57 valid_lft forever preferred_lft forever 10:32:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:32:57 link/ether fa:16:3e:fc:02:90 brd ff:ff:ff:ff:ff:ff 10:32:57 inet 10.30.122.81/23 brd 10.30.123.255 scope global dynamic eth0 10:32:57 valid_lft 84664sec preferred_lft 84664sec 10:32:57 inet6 fe80::f816:3eff:fefc:290/64 scope link 10:32:57 valid_lft forever preferred_lft forever 10:32:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:32:57 link/ether 02:42:c1:ba:51:26 brd ff:ff:ff:ff:ff:ff 10:32:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:32:57 valid_lft forever preferred_lft forever 10:32:57 inet6 fe80::42:c1ff:feba:5126/64 scope link 10:32:57 valid_lft forever preferred_lft forever 10:32:57 10:32:57 10:32:57 ---> sar -b -r -n DEV: 10:32:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 10:32:57 10:32:57 10:03:45 LINUX RESTART (4 CPU) 10:32:57 10:32:57 10:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:32:57 10:06:01 46.78 13.14 33.63 0.00 4195.37 7091.29 0.00 10:32:57 10:07:01 74.50 38.43 36.08 0.00 3978.37 13025.70 0.00 10:32:57 10:08:01 182.54 47.77 134.76 0.00 3588.40 38305.73 0.00 10:32:57 10:09:01 195.32 81.27 114.06 0.00 2836.47 12974.01 0.00 10:32:57 10:10:02 69.56 23.02 46.55 0.00 931.79 5695.16 0.00 10:32:57 10:11:01 69.10 11.45 57.66 0.00 524.87 7079.57 0.00 10:32:57 10:12:01 64.10 37.97 26.14 0.00 1194.43 1839.33 0.00 10:32:57 10:13:02 55.11 11.59 43.52 0.00 564.64 4307.84 0.00 10:32:57 10:14:01 53.72 26.66 27.06 0.00 1926.17 4375.71 0.00 10:32:57 10:15:01 43.46 13.42 30.04 0.00 746.44 11204.14 0.00 10:32:57 10:16:03 225.55 79.89 145.66 0.00 24697.10 83979.95 0.00 10:32:57 10:17:03 697.98 605.24 92.75 0.00 65189.22 71014.44 0.00 10:32:57 10:18:03 525.46 344.32 181.13 0.00 79211.54 77138.35 0.00 10:32:57 10:19:02 1174.07 1027.21 146.87 0.00 78702.58 80414.35 0.00 10:32:57 10:20:02 98.16 37.28 60.88 0.00 3372.87 11693.47 0.00 10:32:57 10:21:01 345.25 111.57 233.69 0.00 18065.49 63158.22 0.00 10:32:57 10:22:03 928.21 740.24 187.97 0.00 72964.81 83918.58 0.00 10:32:57 10:23:03 652.07 498.60 153.47 0.00 39130.80 41030.68 0.00 10:32:57 10:24:01 393.35 186.17 207.18 0.00 17681.04 30249.45 0.00 10:32:57 10:25:01 39.54 18.09 21.46 0.00 3279.92 1484.82 0.00 10:32:57 10:26:01 0.37 0.17 0.20 0.00 4.66 2.16 0.00 10:32:57 10:27:01 0.67 0.38 0.28 0.00 7.06 3.45 0.00 10:32:57 10:28:01 0.27 0.02 0.25 0.00 0.27 2.43 0.00 10:32:57 10:29:01 0.53 0.37 0.17 0.00 9.46 1.82 0.00 10:32:57 10:30:01 0.35 0.02 0.33 0.00 0.27 3.98 0.00 10:32:57 10:31:01 0.30 0.02 0.29 0.00 0.54 2.93 0.00 10:32:57 10:32:01 67.29 67.01 0.28 0.00 5400.96 27.52 0.00 10:32:57 Average: 222.17 148.80 73.37 0.00 15878.02 24149.47 0.00 10:32:57 10:32:57 10:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:32:57 10:06:01 108104 0 661908 35.18 2620 1108912 1357652 46.33 539580 1029376 50568 10:32:57 10:07:01 459320 0 566760 30.12 2620 852844 897428 30.63 453712 766700 172 10:32:57 10:08:01 181996 0 708256 37.64 1720 989572 1452224 49.56 530300 927744 16 10:32:57 10:09:01 167212 0 799004 42.47 1548 913780 1433864 48.94 582040 858784 3936 10:32:57 10:10:02 73412 0 888288 47.21 1436 918408 1777520 60.66 701456 826340 24320 10:32:57 10:11:01 268096 0 813592 43.24 572 799284 1754300 59.87 666816 665148 40680 10:32:57 10:12:01 325148 0 846716 45.00 572 709108 1783560 60.87 580616 688832 33008 10:32:57 10:13:02 258360 0 756060 40.18 572 866552 1542048 52.63 595392 734720 51732 10:32:57 10:14:01 283268 0 743264 39.50 500 854512 1310232 44.72 589696 716352 27236 10:32:57 10:15:01 74324 0 769728 40.91 500 1036992 1577660 53.84 616256 910656 77368 10:32:57 10:16:03 75372 0 835968 44.43 56 970148 2280228 77.82 727152 855688 60876 10:32:57 10:17:03 433912 0 725244 38.55 56 722332 1662244 56.73 424588 817952 23680 10:32:57 10:18:03 73176 0 840516 44.67 56 967796 2369840 80.88 565772 1022204 17508 10:32:57 10:19:02 349600 0 843408 44.83 56 688480 3534048 120.61 612840 641044 80 10:32:57 10:20:02 205464 0 1057764 56.22 56 618260 3359776 114.66 699892 697152 6608 10:32:57 10:21:01 75276 0 747836 39.75 56 1058376 1584300 54.07 714840 834472 3104 10:32:57 10:22:03 74044 0 795116 42.26 56 1012328 2262736 77.22 677568 882880 44996 10:32:57 10:23:03 141580 0 848324 45.09 56 891584 2486272 84.85 588868 887768 75640 10:32:57 10:24:01 376036 0 674896 35.87 56 830556 1401664 47.84 504080 749236 24 10:32:57 10:25:01 324584 0 625612 33.25 56 931292 1201664 41.01 510508 799960 8 10:32:57 10:26:01 326972 0 623220 33.12 56 931296 1169892 39.93 508580 799908 8 10:32:57 10:27:01 327504 0 622672 33.09 56 931312 1160316 39.60 509752 798584 8 10:32:57 10:28:01 327652 0 622524 33.09 56 931312 1160316 39.60 511804 796536 8 10:32:57 10:29:01 327808 0 622352 33.08 56 931328 1160316 39.60 511312 797340 8 10:32:57 10:30:01 327424 0 622724 33.10 56 931340 1160436 39.60 511400 797348 8 10:32:57 10:31:01 327444 0 622712 33.10 56 931332 1160316 39.60 511448 797348 8 10:32:57 10:32:01 150680 0 639296 33.98 56 1091512 1249896 42.66 536920 942796 372 10:32:57 Average: 238658 0 737917 39.22 504 904465 1675954 57.20 573451 816403 20073 10:32:57 10:32:57 10:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:32:57 10:06:01 eth0 594.35 500.30 3255.05 71.14 0.00 0.00 0.00 0.00 10:32:57 10:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:07:01 eth0 643.83 562.89 2739.75 102.83 0.00 0.00 0.00 0.00 10:32:57 10:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:07:01 docker0 534.12 609.55 55.69 2706.75 0.00 0.00 0.00 0.00 10:32:57 10:08:01 veth44b99fd 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:08:01 eth0 402.93 300.83 3185.14 36.05 0.00 0.00 0.00 0.00 10:32:57 10:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:08:01 veth4cb9364 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:09:01 eth0 134.28 83.50 502.84 15.64 0.00 0.00 0.00 0.00 10:32:57 10:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:09:01 vetha3634d9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:32:57 10:09:01 docker0 647.17 823.23 63.19 3498.25 0.00 0.00 0.00 0.00 10:32:57 10:10:02 eth0 17.55 17.48 10.32 51.96 0.00 0.00 0.00 0.00 10:32:57 10:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:10:02 vetha3634d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:11:01 eth0 23.40 17.98 18.02 9.96 0.00 0.00 0.00 0.00 10:32:57 10:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:11:01 vetha3634d9 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 10:32:57 10:11:01 docker0 0.42 0.42 0.03 0.04 0.00 0.00 0.00 0.00 10:32:57 10:12:01 eth0 34.59 31.97 20.64 66.63 0.00 0.00 0.00 0.00 10:32:57 10:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:12:01 vetha3634d9 1.81 1.81 0.14 0.14 0.00 0.00 0.00 0.00 10:32:57 10:12:01 docker0 1.81 1.81 0.12 0.14 0.00 0.00 0.00 0.00 10:32:57 10:13:02 eth0 2.97 1.91 2.29 1.26 0.00 0.00 0.00 0.00 10:32:57 10:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:13:02 vetha3634d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:14:01 eth0 19.73 15.35 16.99 9.29 0.00 0.00 0.00 0.00 10:32:57 10:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:14:01 vetha3634d9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:15:01 eth0 182.01 157.83 1684.92 62.84 0.00 0.00 0.00 0.00 10:32:57 10:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:16:03 eth0 20.82 17.89 23.27 8.89 0.00 0.00 0.00 0.00 10:32:57 10:16:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:16:03 veth532ff68 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 10:32:57 10:16:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:17:03 eth0 1.85 1.64 1.42 0.77 0.00 0.00 0.00 0.00 10:32:57 10:17:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:17:03 veth532ff68 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:17:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:18:03 eth0 84.87 52.88 165.90 47.92 0.00 0.00 0.00 0.00 10:32:57 10:18:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:18:03 veth532ff68 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 10:32:57 10:18:03 docker0 29.52 55.41 1.62 149.66 0.00 0.00 0.00 0.00 10:32:57 10:19:02 veth8664fc0 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 10:32:57 10:19:02 veth1c5090e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 10:32:57 10:19:02 veth08c386c 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 10:32:57 10:19:02 eth0 4.51 3.72 3.54 1.99 0.00 0.00 0.00 0.00 10:32:57 10:20:02 veth8664fc0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:20:02 veth1c5090e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:20:02 veth08c386c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:20:02 eth0 4.21 3.30 3.31 1.85 0.00 0.00 0.00 0.00 10:32:57 10:21:01 vethd8c4da9 12.71 52.57 0.90 321.99 0.00 0.00 0.00 0.00 10:32:57 10:21:01 eth0 233.65 145.71 1765.60 75.50 0.00 0.00 0.00 0.00 10:32:57 10:21:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 10:32:57 10:21:01 veth532ff68 0.00 0.64 0.00 0.03 0.00 0.00 0.00 0.00 10:32:57 10:22:03 vethd8c4da9 3.65 4.81 0.50 25.59 0.00 0.00 0.00 0.00 10:32:57 10:22:03 eth0 58.49 46.46 83.23 56.26 0.00 0.00 0.00 0.00 10:32:57 10:22:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:22:03 vethc89af93 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 10:32:57 10:23:03 vethd04fa0a 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 10:32:57 10:23:03 eth0 20.04 15.05 15.90 8.49 0.00 0.00 0.00 0.00 10:32:57 10:23:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:23:03 veth532ff68 0.00 0.71 0.00 0.03 0.00 0.00 0.00 0.00 10:32:57 10:24:01 eth0 46.79 37.32 67.11 59.79 0.00 0.00 0.00 0.00 10:32:57 10:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:24:01 veth532ff68 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:24:01 docker0 736.25 1006.89 69.35 4330.96 0.00 0.00 0.00 0.00 10:32:57 10:25:01 eth0 37.20 21.66 61.15 8.34 0.00 0.00 0.00 0.00 10:32:57 10:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:25:01 docker0 6.93 17.27 0.38 45.47 0.00 0.00 0.00 0.00 10:32:57 10:26:01 eth0 0.78 0.40 0.36 0.21 0.00 0.00 0.00 0.00 10:32:57 10:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:27:01 eth0 0.07 0.03 0.01 0.00 0.00 0.00 0.00 0.00 10:32:57 10:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:28:01 eth0 0.08 0.03 0.01 0.00 0.00 0.00 0.00 0.00 10:32:57 10:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:29:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:30:01 eth0 0.22 0.18 0.08 0.07 0.00 0.00 0.00 0.00 10:32:57 10:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:31:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:32:01 eth0 27.74 23.57 19.03 43.76 0.00 0.00 0.00 0.00 10:32:57 10:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 10:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 Average: eth0 96.11 76.23 505.32 27.46 0.00 0.00 0.00 0.00 10:32:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:32:57 Average: docker0 26.78 36.91 2.51 157.68 0.00 0.00 0.00 0.00 10:32:57 10:32:57 10:32:57 ---> sar -P ALL: 10:32:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/16/21 _x86_64_ (4 CPU) 10:32:57 10:32:57 10:03:45 LINUX RESTART (4 CPU) 10:32:57 10:32:57 10:05:01 CPU %user %nice %system %iowait %steal %idle 10:32:57 10:06:01 all 7.84 0.00 3.13 0.99 24.61 63.42 10:32:57 10:06:01 0 7.11 0.00 2.75 0.77 29.30 60.08 10:32:57 10:06:01 1 7.02 0.00 2.93 0.90 23.16 65.99 10:32:57 10:06:01 2 6.00 0.00 2.59 1.81 23.32 66.28 10:32:57 10:06:01 3 11.45 0.00 4.33 0.47 22.50 61.25 10:32:57 10:07:01 all 8.04 0.00 4.54 1.14 23.55 62.73 10:32:57 10:07:01 0 6.28 0.00 4.32 0.45 26.56 62.39 10:32:57 10:07:01 1 8.44 0.00 4.15 1.01 22.87 63.52 10:32:57 10:07:01 2 7.54 0.00 4.55 0.96 22.27 64.68 10:32:57 10:07:01 3 10.01 0.00 5.16 2.16 22.39 60.28 10:32:57 10:08:01 all 4.31 0.00 4.14 1.20 29.56 60.79 10:32:57 10:08:01 0 3.91 0.00 3.76 1.89 31.70 58.74 10:32:57 10:08:01 1 4.70 0.00 3.98 0.96 28.42 61.94 10:32:57 10:08:01 2 4.09 0.00 4.53 0.87 29.08 61.43 10:32:57 10:08:01 3 4.55 0.00 4.30 1.07 28.96 61.13 10:32:57 10:09:01 all 5.57 0.00 6.02 5.82 24.78 57.80 10:32:57 10:09:01 0 4.84 0.00 5.70 5.10 25.60 58.77 10:32:57 10:09:01 1 6.19 0.00 5.91 6.99 23.75 57.16 10:32:57 10:09:01 2 6.14 0.00 6.63 5.36 25.69 56.18 10:32:57 10:09:01 3 5.14 0.00 5.87 5.86 24.06 59.07 10:32:57 10:10:02 all 28.92 0.00 9.62 2.34 34.81 24.32 10:32:57 10:10:02 0 24.30 0.00 9.30 2.78 36.51 27.11 10:32:57 10:10:02 1 26.69 0.00 8.79 1.93 36.52 26.07 10:32:57 10:10:02 2 28.68 0.00 9.49 2.27 33.83 25.72 10:32:57 10:10:02 3 36.35 0.00 10.96 2.35 32.23 18.11 10:32:57 10:11:01 all 29.45 0.00 9.89 1.96 39.18 19.52 10:32:57 10:11:01 0 29.99 0.00 9.56 2.04 41.38 17.04 10:32:57 10:11:01 1 30.42 0.00 10.27 2.82 37.12 19.38 10:32:57 10:11:01 2 33.73 0.00 10.35 1.37 37.12 17.44 10:32:57 10:11:01 3 23.96 0.00 9.41 1.64 41.02 23.97 10:32:57 10:12:01 all 20.32 0.00 8.96 1.89 33.52 35.30 10:32:57 10:12:01 0 17.76 0.00 8.13 1.60 35.02 37.48 10:32:57 10:12:01 1 22.24 0.00 9.64 2.11 33.99 32.02 10:32:57 10:12:01 2 22.90 0.00 9.54 2.42 30.49 34.65 10:32:57 10:12:01 3 18.55 0.00 8.58 1.45 34.51 36.90 10:32:57 10:13:02 all 25.32 0.00 13.04 1.84 42.17 17.63 10:32:57 10:13:02 0 22.16 0.00 12.09 1.13 44.21 20.41 10:32:57 10:13:02 1 23.97 0.00 12.80 2.07 41.64 19.52 10:32:57 10:13:02 2 25.53 0.00 12.37 2.21 43.85 16.05 10:32:57 10:13:02 3 29.98 0.00 15.03 1.97 38.78 14.23 10:32:57 10:14:01 all 13.53 0.00 8.92 1.64 35.39 40.52 10:32:57 10:14:01 0 12.06 0.00 8.80 2.59 35.75 40.80 10:32:57 10:14:01 1 13.91 0.00 9.57 1.44 35.18 39.91 10:32:57 10:14:01 2 13.55 0.00 7.65 1.22 35.07 42.50 10:32:57 10:14:01 3 14.67 0.00 9.74 1.29 35.56 38.74 10:32:57 10:15:01 all 7.18 0.00 7.53 0.24 31.79 53.26 10:32:57 10:15:01 0 5.55 0.00 6.15 0.26 33.49 54.55 10:32:57 10:15:01 1 7.90 0.00 8.35 0.30 31.31 52.13 10:32:57 10:15:01 2 7.35 0.00 7.19 0.20 31.32 53.94 10:32:57 10:15:01 3 7.96 0.00 8.50 0.21 30.98 52.35 10:32:57 10:16:03 all 4.88 0.00 6.70 9.12 34.07 45.24 10:32:57 10:16:03 0 3.76 0.00 5.62 8.71 35.48 46.44 10:32:57 10:16:03 1 7.54 0.00 7.13 9.11 34.26 41.96 10:32:57 10:16:03 2 3.97 0.00 6.59 8.10 33.17 48.17 10:32:57 10:16:03 3 4.31 0.00 7.52 10.57 33.31 44.29 10:32:57 10:32:57 10:16:03 CPU %user %nice %system %iowait %steal %idle 10:32:57 10:17:03 all 8.11 0.00 6.33 8.32 49.94 27.30 10:32:57 10:17:03 0 8.35 0.00 6.19 6.67 51.00 27.79 10:32:57 10:17:03 1 7.73 0.00 6.13 8.87 49.63 27.64 10:32:57 10:17:03 2 8.49 0.00 6.73 9.56 49.85 25.36 10:32:57 10:17:03 3 7.90 0.00 6.29 8.19 49.27 28.36 10:32:57 10:18:03 all 4.16 0.00 8.19 26.87 34.16 26.62 10:32:57 10:18:03 0 4.13 0.00 7.94 28.44 36.57 22.92 10:32:57 10:18:03 1 4.01 0.00 7.74 27.07 33.18 28.00 10:32:57 10:18:03 2 4.50 0.00 8.25 24.73 33.69 28.84 10:32:57 10:18:03 3 4.00 0.00 8.87 27.16 33.15 26.83 10:32:57 10:19:02 all 10.56 0.00 8.89 24.02 32.50 24.02 10:32:57 10:19:02 0 10.62 0.00 9.32 25.62 32.86 21.57 10:32:57 10:19:02 1 10.68 0.00 8.48 24.52 32.36 23.96 10:32:57 10:19:02 2 10.32 0.00 8.58 24.92 32.52 23.67 10:32:57 10:19:02 3 10.62 0.00 9.20 20.99 32.26 26.93 10:32:57 10:20:02 all 62.08 0.00 11.75 0.32 25.54 0.31 10:32:57 10:20:02 0 65.10 0.00 11.76 0.23 22.88 0.02 10:32:57 10:20:02 1 60.12 0.00 11.60 0.49 27.60 0.19 10:32:57 10:20:02 2 59.15 0.00 11.63 0.45 28.42 0.35 10:32:57 10:20:02 3 64.10 0.00 12.01 0.11 23.11 0.67 10:32:57 10:21:01 all 11.21 0.00 10.37 10.65 38.57 29.20 10:32:57 10:21:01 0 9.26 0.00 8.75 9.98 40.31 31.70 10:32:57 10:21:01 1 11.29 0.00 9.97 11.41 37.41 29.92 10:32:57 10:21:01 2 12.80 0.00 11.05 8.54 37.84 29.78 10:32:57 10:21:01 3 11.55 0.00 11.84 12.77 38.66 25.18 10:32:57 10:22:03 all 11.75 0.00 9.16 26.61 32.54 19.93 10:32:57 10:22:03 0 11.01 0.00 8.67 28.38 33.59 18.36 10:32:57 10:22:03 1 11.85 0.00 8.29 25.66 32.34 21.87 10:32:57 10:22:03 2 11.93 0.00 9.03 26.10 31.57 21.37 10:32:57 10:22:03 3 12.22 0.00 10.74 26.28 32.66 18.10 10:32:57 10:23:03 all 46.18 0.00 15.77 9.44 25.53 3.08 10:32:57 10:23:03 0 47.07 0.00 14.91 8.32 25.95 3.74 10:32:57 10:23:03 1 46.52 0.00 16.87 12.11 22.22 2.28 10:32:57 10:23:03 2 43.50 0.00 15.68 8.36 28.65 3.81 10:32:57 10:23:03 3 47.55 0.00 15.63 8.95 25.35 2.53 10:32:57 10:24:01 all 18.68 0.00 11.11 15.01 27.96 27.24 10:32:57 10:24:01 0 16.55 0.00 11.12 14.58 28.37 29.39 10:32:57 10:24:01 1 19.43 0.00 10.59 15.47 28.20 26.31 10:32:57 10:24:01 2 20.55 0.00 11.21 14.06 28.47 25.70 10:32:57 10:24:01 3 18.25 0.00 11.54 15.93 26.77 27.50 10:32:57 10:25:01 all 0.97 0.00 2.84 1.03 11.06 84.09 10:32:57 10:25:01 0 1.32 0.00 2.89 0.39 11.73 83.68 10:32:57 10:25:01 1 0.98 0.00 2.70 1.64 11.30 83.37 10:32:57 10:25:01 2 0.74 0.00 2.06 0.79 11.30 85.11 10:32:57 10:25:01 3 0.84 0.00 3.72 1.33 9.90 84.20 10:32:57 10:26:01 all 0.10 0.00 0.03 0.00 0.83 99.03 10:32:57 10:26:01 0 0.31 0.00 0.02 0.00 0.66 99.01 10:32:57 10:26:01 1 0.03 0.00 0.03 0.00 0.99 98.94 10:32:57 10:26:01 2 0.05 0.00 0.07 0.02 1.41 98.45 10:32:57 10:26:01 3 0.02 0.00 0.02 0.00 0.23 99.73 10:32:57 10:27:01 all 0.11 0.00 0.10 0.02 0.54 99.24 10:32:57 10:27:01 0 0.03 0.00 0.10 0.00 0.17 99.70 10:32:57 10:27:01 1 0.05 0.00 0.12 0.07 0.33 99.43 10:32:57 10:27:01 2 0.33 0.00 0.07 0.00 1.39 98.22 10:32:57 10:27:01 3 0.02 0.00 0.12 0.00 0.25 99.62 10:32:57 10:32:57 10:27:01 CPU %user %nice %system %iowait %steal %idle 10:32:57 10:28:01 all 0.11 0.00 0.03 0.00 0.31 99.55 10:32:57 10:28:01 0 0.02 0.00 0.02 0.00 0.05 99.92 10:32:57 10:28:01 1 0.03 0.00 0.07 0.00 0.84 99.06 10:32:57 10:28:01 2 0.38 0.00 0.02 0.00 0.27 99.33 10:32:57 10:28:01 3 0.02 0.00 0.03 0.00 0.07 99.88 10:32:57 10:29:01 all 0.09 0.00 0.07 0.02 0.37 99.44 10:32:57 10:29:01 0 0.10 0.00 0.08 0.00 0.25 99.57 10:32:57 10:29:01 1 0.07 0.00 0.07 0.05 0.45 99.37 10:32:57 10:29:01 2 0.18 0.00 0.10 0.02 0.53 99.17 10:32:57 10:29:01 3 0.02 0.00 0.05 0.00 0.27 99.67 10:32:57 10:30:01 all 0.10 0.00 0.04 0.01 0.77 99.09 10:32:57 10:30:01 0 0.30 0.00 0.03 0.00 0.71 98.96 10:32:57 10:30:01 1 0.05 0.00 0.08 0.00 1.30 98.57 10:32:57 10:30:01 2 0.02 0.00 0.02 0.03 0.79 99.14 10:32:57 10:30:01 3 0.02 0.00 0.03 0.00 0.25 99.70 10:32:57 10:31:01 all 0.08 0.00 0.03 0.00 0.87 99.03 10:32:57 10:31:01 0 0.24 0.00 0.02 0.00 0.56 99.19 10:32:57 10:31:01 1 0.02 0.00 0.02 0.00 0.32 99.65 10:32:57 10:31:01 2 0.03 0.00 0.03 0.00 1.06 98.87 10:32:57 10:31:01 3 0.02 0.00 0.03 0.00 1.52 98.43 10:32:57 10:32:01 all 2.03 0.00 1.36 2.14 7.66 86.81 10:32:57 10:32:01 0 1.84 0.00 1.47 1.74 7.47 87.49 10:32:57 10:32:01 1 2.83 0.00 1.71 2.97 7.70 84.79 10:32:57 10:32:01 2 1.92 0.00 1.24 2.73 7.49 86.63 10:32:57 10:32:01 3 1.53 0.00 1.04 1.12 7.99 88.32 10:32:57 Average: all 11.45 0.00 6.14 5.78 24.11 52.52 10:32:57 Average: 0 10.72 0.00 5.81 5.77 25.24 52.46 10:32:57 Average: 1 11.60 0.00 6.12 6.07 23.83 52.38 10:32:57 Average: 2 11.54 0.00 6.07 5.54 23.90 52.94 10:32:57 Average: 3 11.94 0.00 6.57 5.75 23.44 52.30 10:32:57 10:32:57 10:32:57