Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e8ca53e0dabe629b546d1c863a7204f7536b14ed+198f9b068ce8fd0f3750699c6138f775e08cd39d (6f5a9a1e087d4d8ef0c8580aff15447328ce98ee) 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 ‘prd-centos7-docker-4c-2g-31881’ is offline Running on prd-centos7-docker-4c-2g-31884 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/42 [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/42 # 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 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed Merge succeeded, producing e8ca53e0dabe629b546d1c863a7204f7536b14ed Checking out Revision e8ca53e0dabe629b546d1c863a7204f7536b14ed (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # 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 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:45:20 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:45:20 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:45:20 ========================================================= 22:45:20 EdgeX Global Pipelines Version Info 22:45:20 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7e6fffbec9e3b67bea5bf4acaffb522e5d9edc52 # timeout=10 22:45:22 ------------------- 22:45:22 stable info: 22:45:22 ------------------- 22:45:22 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:45:22 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:45:22 Message: update stable to v1.0.186 22:45:23 ------------------- 22:45:23 experimental info: 22:45:23 ------------------- 22:45:23 Commited By: **** collab-it+edgex@linuxfoundation.org 22:45:23 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:45:23 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:45:23 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:45:23 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:45:23 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:45:24 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 22:45:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 22:45:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e8ca53e0dabe629b546d1c863a7204f7536b14ed [Pipeline] echo 22:45:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e8ca53e [Pipeline] echo 22:45:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:45:26 provisioning config files... 22:45:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/42@tmp/config4176512380713216362tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:45:26 ---> docker-login.sh 22:45:26 nexus3.edgexfoundry.org:10001 22:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:27 Configure a credential helper to remove this warning. See 22:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:27 22:45:27 Login Succeeded 22:45:27 nexus3.edgexfoundry.org:10002 22:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:27 Configure a credential helper to remove this warning. See 22:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:27 22:45:27 Login Succeeded 22:45:27 nexus3.edgexfoundry.org:10003 22:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:27 Configure a credential helper to remove this warning. See 22:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:27 22:45:27 Login Succeeded 22:45:27 nexus3.edgexfoundry.org:10004 22:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:27 Configure a credential helper to remove this warning. See 22:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:27 22:45:27 Login Succeeded 22:45:27 docker.io 22:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:45:28 Configure a credential helper to remove this warning. See 22:45:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:45:28 22:45:28 Login Succeeded 22:45:28 ---> docker-login.sh ends [Pipeline] } 22:45:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:45:28 ++ 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 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/core-command/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo core-command,cmd/core-command/Dockerfile 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/core-data/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo core-data,cmd/core-data/Dockerfile 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/core-metadata/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo core-metadata,cmd/core-metadata/Dockerfile 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/security-bootstrapper/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/security-proxy-setup/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/support-notifications/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo support-notifications,cmd/support-notifications/Dockerfile 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/support-scheduler/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:45:28 + for file in '`ls cmd/**/Dockerfile`' 22:45:28 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:45:28 ++ cut -d/ -f2 22:45:28 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:45:28 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 22:45:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:29 22:45:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:45:29 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:29 latest: Pulling from edgex-devops/git-semver 22:45:29 31603596830f: Pulling fs layer 22:45:29 2a8b12db71e7: Pulling fs layer 22:45:29 6ca5941a6612: Pulling fs layer 22:45:29 ecc8261a40a4: Pulling fs layer 22:45:29 ecc8261a40a4: Waiting 22:45:29 2a8b12db71e7: Verifying Checksum 22:45:29 2a8b12db71e7: Download complete 22:45:29 31603596830f: Download complete 22:45:30 6ca5941a6612: Verifying Checksum 22:45:30 6ca5941a6612: Download complete 22:45:30 ecc8261a40a4: Verifying Checksum 22:45:30 ecc8261a40a4: Download complete 22:45:30 31603596830f: Pull complete 22:45:30 2a8b12db71e7: Pull complete 22:45:31 6ca5941a6612: Pull complete 22:45:31 ecc8261a40a4: Pull complete 22:45:31 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:45:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:45:31 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:45:31 prd-centos7-docker-4c-2g-31884 does not seem to be running inside a container 22:45:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:45:34 $ docker top 596e225fc617694d20ae77237bdede73017b5ce88146044a2896f7e9fe59b5d6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:45:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:34 [ssh-agent] Looking for ssh-agent implementation... 22:45:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:34 $ docker exec 596e225fc617694d20ae77237bdede73017b5ce88146044a2896f7e9fe59b5d6 ssh-agent 22:45:35 SSH_AUTH_SOCK=/tmp/ssh-lwjmkKNeDeNf/agent.11 22:45:35 SSH_AGENT_PID=16 22:45:35 Running ssh-add (command line suppressed) 22:45:35 Identity added: /w/workspace/edgex-go/42@tmp/private_key_8244916891824203191.key (/w/workspace/edgex-go/42@tmp/private_key_8244916891824203191.key) 22:45:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:35 + git tag --points-at HEAD [Pipeline] } 22:45:35 $ docker exec --env ******** --env ******** 596e225fc617694d20ae77237bdede73017b5ce88146044a2896f7e9fe59b5d6 ssh-agent -k 22:45:35 unset SSH_AUTH_SOCK; 22:45:35 unset SSH_AGENT_PID; 22:45:35 echo Agent pid 16 killed; 22:45:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:45:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:45:35 [ssh-agent] Looking for ssh-agent implementation... 22:45:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:45:36 $ docker exec 596e225fc617694d20ae77237bdede73017b5ce88146044a2896f7e9fe59b5d6 ssh-agent 22:45:36 SSH_AUTH_SOCK=/tmp/ssh-wmCCnZHg0z8S/agent.46 22:45:36 SSH_AGENT_PID=52 22:45:36 Running ssh-add (command line suppressed) 22:45:36 Identity added: /w/workspace/edgex-go/42@tmp/private_key_3591407918503354181.key (/w/workspace/edgex-go/42@tmp/private_key_3591407918503354181.key) 22:45:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:45:36 + git semver init 22:45:36 # -> Open(): unable to determine branch for HEAD 22:45:36 # $GIT_DIR = /w/workspace/edgex-go/42/.git 22:45:36 # $GIT_WORK_TREE = /w/workspace/edgex-go/42 22:45:36 # $SEMVER_REMOTE_NAME = origin 22:45:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:45:36 # $SEMVER_USER_NAME = edgex-jenkins 22:45:36 # $SEMVER_BRANCH = PR-3234 22:45:36 # $SEMVER_TEMP = /tmp/semver-003814423 22:45:36 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:46:03 # '/tmp/semver-003814423' -> '/w/workspace/edgex-go/42/.semver' 22:46:03 # -> Force: false 22:46:03 # $SEMVER_DIR = /w/workspace/edgex-go/42/.semver [Pipeline] } 22:46:03 $ docker exec --env ******** --env ******** 596e225fc617694d20ae77237bdede73017b5ce88146044a2896f7e9fe59b5d6 ssh-agent -k 22:46:03 unset SSH_AUTH_SOCK; 22:46:03 unset SSH_AGENT_PID; 22:46:03 echo Agent pid 52 killed; 22:46:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:04 + git semver [Pipeline] } 22:46:04 $ docker stop --time=1 596e225fc617694d20ae77237bdede73017b5ce88146044a2896f7e9fe59b5d6 22:46:05 $ docker rm -f 596e225fc617694d20ae77237bdede73017b5ce88146044a2896f7e9fe59b5d6 [Pipeline] // withDockerContainer [Pipeline] sh 22:46:06 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:46:06 Stashed 1 file(s) [Pipeline] echo 22:46:06 [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 22:46:07 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:46:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:46:08 + sudo service docker restart 22:46:08 + true 22:46:08 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:46:09 ========================================================= 22:46:09 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:46:09 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:46:09 + 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 . 22:46:13 Sending build context to Docker daemon 329MB 22:46:13 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:46:13 Step 2/6 : FROM ${BASE} 22:46:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:46:13 188c0c94c7c5: Pulling fs layer 22:46:13 0ef7d3d256c8: Pulling fs layer 22:46:13 de9db76c5a1d: Pulling fs layer 22:46:13 bca2f99d35d6: Pulling fs layer 22:46:13 93359f2a8cfa: Pulling fs layer 22:46:13 7c6f9722023f: Pulling fs layer 22:46:13 a35cf1a2eb13: Pulling fs layer 22:46:13 bca2f99d35d6: Waiting 22:46:13 93359f2a8cfa: Waiting 22:46:13 7c6f9722023f: Waiting 22:46:13 a35cf1a2eb13: Waiting 22:46:13 de9db76c5a1d: Verifying Checksum 22:46:13 de9db76c5a1d: Download complete 22:46:13 0ef7d3d256c8: Verifying Checksum 22:46:13 0ef7d3d256c8: Download complete 22:46:13 93359f2a8cfa: Download complete 22:46:13 188c0c94c7c5: Verifying Checksum 22:46:13 188c0c94c7c5: Download complete 22:46:13 7c6f9722023f: Download complete 22:46:13 188c0c94c7c5: Pull complete 22:46:13 0ef7d3d256c8: Pull complete 22:46:15 a35cf1a2eb13: Verifying Checksum 22:46:15 a35cf1a2eb13: Download complete 22:46:15 de9db76c5a1d: Pull complete 22:46:15 bca2f99d35d6: Verifying Checksum 22:46:15 bca2f99d35d6: Download complete 22:46:20 bca2f99d35d6: Pull complete 22:46:20 93359f2a8cfa: Pull complete 22:46:20 7c6f9722023f: Pull complete 22:46:22 Still waiting to schedule task 22:46:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:46:26 a35cf1a2eb13: Pull complete 22:46:26 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:46:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:46:26 ---> a62c8e92a672 22:46:26 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 22:46:26 ---> Running in 4130f7c83ba0 22:46:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:46:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:46:28 (1/12) Installing libmagic (5.38-r0) 22:46:28 (2/12) Installing file (5.38-r0) 22:46:28 (3/12) Installing libc-dev (0.7.2-r3) 22:46:28 (4/12) Installing g++ (9.3.0-r2) 22:46:31 (5/12) Installing fortify-headers (1.1-r0) 22:46:31 (6/12) Installing patch (2.7.6-r6) 22:46:31 (7/12) Installing build-base (0.5-r2) 22:46:31 (8/12) Installing libsodium (1.0.18-r0) 22:46:32 (9/12) Installing pkgconf (1.7.2-r0) 22:46:32 (10/12) Installing libsodium-dev (1.0.18-r0) 22:46:32 (11/12) Installing libzmq (4.3.3-r0) 22:46:32 (12/12) Installing zeromq-dev (4.3.3-r0) 22:46:32 Executing busybox-1.31.1-r19.trigger 22:46:32 OK: 233 MiB in 51 packages 22:46:36 Removing intermediate container 4130f7c83ba0 22:46:36 ---> 262c2e81b938 22:46:36 Step 4/6 : WORKDIR /edgex-go 22:46:36 ---> Running in ccdecf9645d7 22:46:36 Removing intermediate container ccdecf9645d7 22:46:36 ---> 6ddc96462625 22:46:36 Step 5/6 : COPY go.mod . 22:46:36 ---> 9430bb493057 22:46:36 Step 6/6 : RUN go mod download 22:46:36 ---> Running in eb495aecf3f1 22:46:58 Removing intermediate container eb495aecf3f1 22:46:58 ---> 0344cd266903 22:46:58 Successfully built 0344cd266903 22:46:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:46:59 + docker inspect -f . ci-base-image-x86_64 22:46:59 . [Pipeline] withDockerContainer 22:46:59 prd-centos7-docker-4c-2g-31884 does not seem to be running inside a container 22:46:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:00 $ docker top 7f92d55d2f23d1efbbc4d9a695873cca03544eb5846a9078a22657b83cee2e1b -eo pid,comm [Pipeline] { [Pipeline] sh 22:47:00 + go version 22:47:00 go version go1.15.5 linux/amd64 [Pipeline] } 22:47:00 $ docker stop --time=1 7f92d55d2f23d1efbbc4d9a695873cca03544eb5846a9078a22657b83cee2e1b 22:47:02 $ docker rm -f 7f92d55d2f23d1efbbc4d9a695873cca03544eb5846a9078a22657b83cee2e1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:47:03 + docker inspect -f . ci-base-image-x86_64 22:47:03 . [Pipeline] withDockerContainer 22:47:03 prd-centos7-docker-4c-2g-31884 does not seem to be running inside a container 22:47:03 $ 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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:47:03 $ docker top 1166089a79f63f14b705ec712c7e2dda80887739b53bf8a937f9a4eeb4d04829 -eo pid,comm [Pipeline] { [Pipeline] echo 22:47:04 ========================================================= 22:47:04 [edgeXBuildGoParallel] Running Tests and Build... 22:47:04 ========================================================= [Pipeline] sh 22:47:04 + make test 22:47:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:47:14 ? github.com/edgexfoundry/edgex-go [no test files] 22:47:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:47:33 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:47:33 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:47:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:47:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:47:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:47:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:47:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:47:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:47:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:47:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:47:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:47:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 45.9% of statements 22:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.052s coverage: 19.8% of statements 22:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.094s coverage: 100.0% of statements 22:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.169s coverage: 27.1% of statements 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.194s coverage: 82.9% of statements 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.080s coverage: 78.9% of statements 22:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:47:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.354s coverage: 28.6% of statements 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:47:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:47:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:47:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.137s coverage: 86.7% of statements 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:47:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:47:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.074s coverage: 78.3% of statements 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:47:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:47:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.332s coverage: 92.8% of statements 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:47:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:47:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.069s coverage: 1.0% of statements 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:47:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 47.1% of statements 22:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements 22:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 22:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.147s coverage: 96.3% of statements 22:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 22:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.074s coverage: 94.4% of statements 22:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 22:48:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.216s coverage: 82.6% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.081s coverage: 92.9% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.072s coverage: 84.6% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.102s coverage: 91.6% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 64.4% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 69.0% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 38.4% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.050s coverage: 84.8% of statements 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:48:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:48:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:48:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.737s coverage: 29.1% of statements 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:48:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:48:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.069s coverage: 100.0% of statements 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:48:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.130s coverage: 94.6% of statements 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:48:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:48:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:48:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:48:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:48:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 22:48:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 22:48:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:48:17 GO111MODULE=on go vet ./... 22:48:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31887 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 22:48:31 Running in /w/workspace/edgex-go/42 [Pipeline] { [Pipeline] checkout 22:48:36 using credential edgex-jenkins-ssh 22:48:36 Cloning the remote Git repository 22:48:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:48:36 > git init /w/workspace/edgex-go/42 # timeout=10 22:48:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:48:36 > git --version # timeout=10 22:48:36 > git --version # 'git version 2.17.1' 22:48:36 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:48:44 gofmt -l . 22:48:44 [ "`gofmt -l .`" = "" ] 22:48:44 ./bin/test-go-mod-tidy.sh 22:48:45 ./bin/test-attribution-txt.sh [Pipeline] sh 22:48:46 + ls -al . 22:48:46 total 780 22:48:46 drwxrwxr-x 10 1001 1001 4096 Mar 29 22:48 . 22:48:46 drwxr-xr-x 4 root root 30 Mar 29 22:47 .. 22:48:46 -rw-rw-r-- 1 1001 1001 11 Mar 29 22:45 .dockerignore 22:48:46 drwxrwxr-x 8 1001 1001 179 Mar 29 22:45 .git 22:48:46 drwxrwxr-x 3 1001 1001 125 Mar 29 22:45 .github 22:48:46 -rw-rw-r-- 1 1001 1001 818 Mar 29 22:45 .gitignore 22:48:46 drwx------ 3 1001 1001 60 Mar 29 22:46 .semver 22:48:46 -rw-rw-r-- 1 1001 1001 166 Mar 29 22:45 .sonarcloud.properties 22:48:46 -rw-rw-r-- 1 1001 1001 8607 Mar 29 22:45 Attribution.txt 22:48:46 -rw-rw-r-- 1 1001 1001 3804 Mar 29 22:45 CONTRIBUTING.md 22:48:46 -rw-rw-r-- 1 1001 1001 931 Mar 29 22:45 Dockerfile.build 22:48:46 -rw-rw-r-- 1 1001 1001 863 Mar 29 22:45 Jenkinsfile 22:48:46 -rw-rw-r-- 1 1001 1001 10775 Mar 29 22:45 LICENSE 22:48:46 -rw-rw-r-- 1 1001 1001 5774 Mar 29 22:45 Makefile 22:48:46 -rw-rw-r-- 1 1001 1001 6548 Mar 29 22:45 README.md 22:48:46 -rw-rw-r-- 1 1001 1001 6755 Mar 29 22:45 SECURITY.md 22:48:46 -rw-rw-r-- 1 1001 1001 5 Mar 29 22:46 VERSION 22:48:46 -rw-rw-r-- 1 1001 1001 4131 Mar 29 22:45 ZMQWindows.md 22:48:46 drwxrwxr-x 2 1001 1001 117 Mar 29 22:45 bin 22:48:46 drwxrwxr-x 14 1001 1001 4096 Mar 29 22:45 cmd 22:48:46 -rw-r--r-- 1 root root 668090 Mar 29 22:48 coverage.out 22:48:46 -rw-r--r-- 1 root root 1057 Mar 29 22:48 go.mod 22:48:46 -rw-r--r-- 1 root root 22643 Mar 29 22:48 go.sum 22:48:46 drwxrwxr-x 8 1001 1001 127 Mar 29 22:45 internal 22:48:46 drwxrwxr-x 4 1001 1001 26 Mar 29 22:45 openapi 22:48:46 drwxrwxr-x 4 1001 1001 71 Mar 29 22:45 snap 22:48:46 -rw-rw-r-- 1 1001 1001 168 Mar 29 22:45 version.go [Pipeline] sh 22:48:46 + '[' -e coverage.out ] 22:48:46 + chown 1001:1001 coverage.out [Pipeline] stash 22:48:46 Stashed 1 file(s) [Pipeline] sh 22:48:47 + make build 22:48:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:48:50 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 22:48:53 Merging remotes/origin/master commit 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:48:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:48:52 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:48:52 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:48:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:48:52 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:48:53 > git config core.sparsecheckout # timeout=10 22:48:53 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 22:48:53 > git remote # timeout=10 22:48:53 > git config --get remote.origin.url # timeout=10 22:48:53 Merge succeeded, producing e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:48:53 Checking out Revision e8ca53e0dabe629b546d1c863a7204f7536b14ed (PR-3234) 22:48:53 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:53 > git merge 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 22:48:53 > git rev-parse HEAD^{commit} # timeout=10 22:48:53 > git config core.sparsecheckout # timeout=10 22:48:53 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 22:48:58 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:48:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:48:59 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 22:48:59 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:49:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:49:00 + true 22:49:00 + sudo service docker restart 22:49: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 22:49:01 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:49:02 provisioning config files... 22:49:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/42@tmp/config5994469362433042963tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:49:03 ---> docker-login.sh 22:49:03 nexus3.edgexfoundry.org:10001 22:49:03 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 22:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:04 Configure a credential helper to remove this warning. See 22:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:04 22:49:04 Login Succeeded 22:49:04 nexus3.edgexfoundry.org:10002 22:49:04 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 22:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:04 Configure a credential helper to remove this warning. See 22:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:04 22:49:04 Login Succeeded 22:49:04 nexus3.edgexfoundry.org:10003 22:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:05 Configure a credential helper to remove this warning. See 22:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:05 22:49:05 Login Succeeded 22:49:05 nexus3.edgexfoundry.org:10004 22:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:05 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 22:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:05 Configure a credential helper to remove this warning. See 22:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:05 22:49:05 Login Succeeded 22:49:05 docker.io 22:49:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:49:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:49:06 Configure a credential helper to remove this warning. See 22:49:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:49:06 22:49:06 Login Succeeded 22:49:06 ---> docker-login.sh ends [Pipeline] } 22:49:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 22:49:06 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 [Pipeline] echo 22:49:06 ========================================================= 22:49:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:49:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:49:07 + 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 . 22:49: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 22:49:09 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 22:49:09 Sending build context to Docker daemon 166.9MB 22:49:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:49:09 Step 2/6 : FROM ${BASE} 22:49:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:49:09 5f621e34cdf4: Pulling fs layer 22:49:09 a4357932f1b6: Pulling fs layer 22:49:09 18c013af1878: Pulling fs layer 22:49:09 00ac8860ef70: Pulling fs layer 22:49:09 63d7cb157983: Pulling fs layer 22:49:09 b116817d02f9: Pulling fs layer 22:49:09 745a02a5169b: Pulling fs layer 22:49:09 00ac8860ef70: Waiting 22:49:09 63d7cb157983: Waiting 22:49:09 b116817d02f9: Waiting 22:49:09 745a02a5169b: Waiting 22:49:09 18c013af1878: Verifying Checksum 22:49:09 18c013af1878: Download complete 22:49:09 a4357932f1b6: Download complete 22:49:09 63d7cb157983: Verifying Checksum 22:49:09 63d7cb157983: Download complete 22:49:09 b116817d02f9: Verifying Checksum 22:49:09 b116817d02f9: Download complete 22:49:09 5f621e34cdf4: Verifying Checksum 22:49:09 5f621e34cdf4: Download complete 22:49:10 5f621e34cdf4: Pull complete 22:49:11 a4357932f1b6: Pull complete [Pipeline] } 22:49:11 $ docker stop --time=1 1166089a79f63f14b705ec712c7e2dda80887739b53bf8a937f9a4eeb4d04829 22:49:11 18c013af1878: Pull complete 22:49:12 745a02a5169b: Verifying Checksum 22:49:12 745a02a5169b: Download complete 22:49:13 $ docker rm -f 1166089a79f63f14b705ec712c7e2dda80887739b53bf8a937f9a4eeb4d04829 22:49:13 00ac8860ef70: Verifying Checksum 22:49:13 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:49:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:49:15 22:49:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:49:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:49:15 latest: Pulling from edgex-devops/edgex-compose 22:49:15 cbdbe7a5bc2a: Pulling fs layer 22:49:15 ca9280d653b3: Pulling fs layer 22:49:15 7e9c9ca2126c: Pulling fs layer 22:49:15 cbdbe7a5bc2a: Download complete 22:49:16 cbdbe7a5bc2a: Pull complete 22:49:16 ca9280d653b3: Verifying Checksum 22:49:16 ca9280d653b3: Download complete 22:49:17 7e9c9ca2126c: Verifying Checksum 22:49:17 7e9c9ca2126c: Download complete 22:49:17 ca9280d653b3: Pull complete 22:49:22 7e9c9ca2126c: Pull complete 22:49:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:49:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:49:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:49:22 prd-centos7-docker-4c-2g-31884 does not seem to be running inside a container 22:49:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:49:24 00ac8860ef70: Pull complete 22:49:24 63d7cb157983: Pull complete 22:49:24 b116817d02f9: Pull complete 22:49:26 $ docker top 24c9532476cb668618a657cf9cbd378a7c49d6a38ca5b6a0a2c391cef5411c6b -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:26 + docker-compose build --help 22:49:26 + grep parallel 22:49:27 --parallel Build images in parallel. [Pipeline] } 22:49:27 $ docker stop --time=1 24c9532476cb668618a657cf9cbd378a7c49d6a38ca5b6a0a2c391cef5411c6b 22:49:28 745a02a5169b: Pull complete 22:49:28 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:49:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:49:28 ---> b7e6874047d6 22:49:28 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 22:49:29 $ docker rm -f 24c9532476cb668618a657cf9cbd378a7c49d6a38ca5b6a0a2c391cef5411c6b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:49:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:49:29 . [Pipeline] withDockerContainer 22:49:29 prd-centos7-docker-4c-2g-31884 does not seem to be running inside a container 22:49:29 $ 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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:49:30 $ docker top c9c7509ee395b10ea07320eb521911e427a6cb19d1f13c7a578b973d43b43f81 -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:31 + docker-compose -f ./docker-compose-build.yml build --parallel 22:49:31 Building docker-core-command-go ... 22:49:31 Building docker-core-data-go ... 22:49:31 Building docker-core-metadata-go ... 22:49:31 Building docker-security-bootstrapper-go ... 22:49:31 Building docker-security-proxy-setup-go ... 22:49:31 Building docker-security-secretstore-setup-go ... 22:49:31 Building docker-support-notifications-go ... 22:49:31 Building docker-support-scheduler-go ... 22:49:31 Building docker-sys-mgmt-agent-go ... 22:49:31 Building docker-core-data-go 22:49:31 Building docker-security-bootstrapper-go 22:49:31 Building docker-security-secretstore-setup-go 22:49:31 Building docker-security-proxy-setup-go 22:49:31 Building docker-sys-mgmt-agent-go 22:49:32 ---> Running in 63e1eaeed2f7 22:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:49:35 (1/12) Installing libmagic (5.38-r0) 22:49:35 (2/12) Installing file (5.38-r0) 22:49:35 (3/12) Installing libc-dev (0.7.2-r3) 22:49:35 (4/12) Installing g++ (9.3.0-r2) 22:49:38 (5/12) Installing fortify-headers (1.1-r0) 22:49:38 (6/12) Installing patch (2.7.6-r6) 22:49:39 (7/12) Installing build-base (0.5-r2) 22:49:39 (8/12) Installing libsodium (1.0.18-r0) 22:49:39 (9/12) Installing pkgconf (1.7.2-r0) 22:49:39 (10/12) Installing libsodium-dev (1.0.18-r0) 22:49:39 (11/12) Installing libzmq (4.3.3-r0) 22:49:39 (12/12) Installing zeromq-dev (4.3.3-r0) 22:49:39 Executing busybox-1.31.1-r19.trigger 22:49:39 OK: 217 MiB in 51 packages 22:49:44 Removing intermediate container 63e1eaeed2f7 22:49:44 ---> 1ce91c3b5857 22:49:44 Step 4/6 : WORKDIR /edgex-go 22:49:44 ---> Running in 8045ccbd3840 22:49:44 Removing intermediate container 8045ccbd3840 22:49:44 ---> 4162fdb7d3bd 22:49:44 Step 5/6 : COPY go.mod . 22:49:44 ---> b897b1cb4de1 22:49:44 Step 6/6 : RUN go mod download 22:49:44 ---> Running in 166496c5c133 22:50:04 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:04 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:50:04 ---> 0344cd266903 22:50:04 Step 3/23 : WORKDIR /edgex-go 22:50:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:50:04 ---> 0344cd266903 22:50:04 Step 3/21 : WORKDIR /edgex-go 22:50:04 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:04 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:50:04 ---> 0344cd266903 22:50:04 Step 3/26 : WORKDIR /edgex-go 22:50:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:50:04 ---> 0344cd266903 22:50:04 Step 3/24 : WORKDIR /edgex-go 22:50:04 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:50:04 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:50:04 ---> 0344cd266903 22:50:04 Step 3/31 : WORKDIR /edgex-go 22:50:04 ---> Running in a9e97a3d2a35 22:50:04 ---> Running in 887f720fc694 22:50:04 ---> Running in 7445c5ef24fe 22:50:04 ---> Running in 7ba9136856cc 22:50:04 ---> Running in 7bbd44d4c5d0 22:50:05 Removing intermediate container 7ba9136856cc 22:50:05 ---> 7b452cb9a093 22:50:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:05 Removing intermediate container 7445c5ef24fe 22:50:05 ---> 715ebac5824c 22:50:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:05 Removing intermediate container 7bbd44d4c5d0 22:50:05 ---> a0e2daa71d4d 22:50:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:05 Removing intermediate container a9e97a3d2a35 22:50:05 ---> 31c03dff3a1d 22:50:05 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:05 Removing intermediate container 887f720fc694 22:50:05 ---> c69167ed4144 22:50:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:50:05 ---> Running in 6375eca4fbac 22:50:05 ---> Running in 7668051c1426 22:50:05 ---> Running in cd1928938835 22:50:05 ---> Running in 006b936b66f1 22:50:05 ---> Running in 43c3a01ef15b 22:50:07 Removing intermediate container 6375eca4fbac 22:50:07 ---> 3baed1f015b0 22:50:07 Step 5/24 : RUN apk add --update --no-cache make git 22:50:07 ---> Running in 9e82b91742f6 22:50:07 Removing intermediate container cd1928938835 22:50:07 ---> f69163506d91 22:50:07 Step 5/21 : RUN apk add --update --no-cache make git 22:50:08 Removing intermediate container 7668051c1426 22:50:08 ---> 51dc2743bf36 22:50:08 Step 5/31 : RUN apk add --update --no-cache make git 22:50:08 Removing intermediate container 43c3a01ef15b 22:50:08 ---> b74f82e93379 22:50:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:50:08 ---> Running in 3860f9bc1eae 22:50:08 Removing intermediate container 006b936b66f1 22:50:08 ---> 0c9f6c1513b7 22:50:08 Step 5/26 : RUN apk add --update --no-cache make bash git 22:50:08 ---> Running in ab87154109cc 22:50:08 ---> Running in 8e4837714528 22:50:08 ---> Running in 0acf476e9771 22:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:50:09 OK: 233 MiB in 51 packages 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:50:10 Removing intermediate container 9e82b91742f6 22:50:10 ---> 1cfa0615e3bf 22:50:10 Step 6/24 : COPY go.mod . 22:50:10 OK: 233 MiB in 51 packages 22:50:10 OK: 233 MiB in 51 packages 22:50:10 ---> f87a19405300 22:50:10 Step 7/24 : RUN go mod download 22:50:10 ---> Running in 80f443f83ca8 22:50:10 OK: 233 MiB in 51 packages 22:50:11 OK: 233 MiB in 51 packages 22:50:11 Removing intermediate container 166496c5c133 22:50:11 ---> 5ec2f39476d2 22:50:11 Successfully built 5ec2f39476d2 22:50:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:50:11 Removing intermediate container 0acf476e9771 22:50:11 ---> 69a159f7f344 22:50:11 Step 6/26 : COPY go.mod . 22:50:11 Removing intermediate container 8e4837714528 22:50:11 ---> d38a986034a0 22:50:11 Step 6/23 : COPY go.mod . 22:50:11 Removing intermediate container ab87154109cc 22:50:11 ---> 9437f02cea12 22:50:11 Step 6/31 : COPY go.mod . 22:50:11 Removing intermediate container 3860f9bc1eae 22:50:11 ---> 02a992118b7e 22:50:11 Step 6/21 : COPY go.mod . 22:50:12 + docker inspect -f . ci-base-image-arm64 22:50:12 . [Pipeline] withDockerContainer 22:50:12 ---> 27ec0feb6b55 22:50:12 Step 7/26 : RUN go mod download 22:50:12 ---> 7001923264ff 22:50:12 Step 7/23 : RUN go mod download 22:50:12 ---> Running in 3375621c6b69 22:50:12 prd-ubuntu18.04-docker-arm64-4c-16g-31887 does not seem to be running inside a container 22:50:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:50:12 ---> 6f7af26a6f13 22:50:12 Step 7/21 : RUN go mod download 22:50:12 ---> Running in ad93675cad2a 22:50:12 ---> 7e87e2d134dc 22:50:12 Step 7/31 : RUN go mod download 22:50:12 ---> Running in 1c120f0c0016 22:50:12 ---> Running in 9d787909d9e1 22:50:13 Removing intermediate container 80f443f83ca8 22:50:13 ---> 55ac8dd7ce8e 22:50:13 Step 8/24 : COPY . . 22:50:13 $ docker top 502dfe6b6823097fa1d8b9e8aea8b687200bec9cde44ec663610503e0d4f9a51 -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:15 + go version 22:50:15 go version go1.15.5 linux/arm64 [Pipeline] } 22:50:15 $ docker stop --time=1 502dfe6b6823097fa1d8b9e8aea8b687200bec9cde44ec663610503e0d4f9a51 22:50:17 $ docker rm -f 502dfe6b6823097fa1d8b9e8aea8b687200bec9cde44ec663610503e0d4f9a51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:50:18 + docker inspect -f . ci-base-image-arm64 22:50:18 . [Pipeline] withDockerContainer 22:50:18 Removing intermediate container 3375621c6b69 22:50:18 ---> 048db54d82c1 22:50:18 Step 8/26 : COPY . . 22:50:18 prd-ubuntu18.04-docker-arm64-4c-16g-31887 does not seem to be running inside a container 22:50:18 $ 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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:50:20 $ docker top e827cf9e0ca93038010cc72c21e6919b14659e64e7cec807336e9f3553b8e68b -eo pid,comm [Pipeline] { [Pipeline] echo 22:50:20 ========================================================= 22:50:20 [edgeXBuildGoParallel] Running Tests and Build... 22:50:20 ========================================================= [Pipeline] sh 22:50:21 + make test 22:50:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:50:21 Removing intermediate container ad93675cad2a 22:50:21 ---> a34db3aebd47 22:50:21 Step 8/23 : COPY . . 22:50:28 Removing intermediate container 9d787909d9e1 22:50:28 ---> c978ab4a49f6 22:50:28 Step 8/31 : COPY . . 22:50:28 Removing intermediate container 1c120f0c0016 22:50:28 ---> 01d6bc6cee20 22:50:28 Step 8/21 : COPY . . 22:50:47 ? github.com/edgexfoundry/edgex-go [no test files] 22:51:00 ---> d460be2f2125 22:51:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:51:00 ---> Running in eb9695e16277 22:51:00 ---> 600ac17e1c55 22:51:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:51:00 ---> Running in 40b9682ec0f3 22:51:00 ---> da3b1e22d258 22:51:00 Step 9/23 : RUN make cmd/core-data/core-data 22:51:00 ---> ea98bb7a7326 22:51:00 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:51:00 ---> 090d691f5887 22:51:00 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:51:01 ---> Running in 6283648ed2d5 22:51:01 ---> Running in ac15cca138f6 22:51:01 ---> Running in 20539ccca7fb 22:51:01 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 22:51:01 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 22:51:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:51: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 22:51:01 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 22:51:34 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 22:51:34 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 22:51:34 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:51:38 Removing intermediate container ac15cca138f6 22:51:38 ---> 7192a6bd80d6 22:51:38 22:51:38 Step 10/31 : FROM alpine:3.12 22:51:38 Removing intermediate container 40b9682ec0f3 22:51:38 ---> 3212bc535119 22:51:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:51:38 3.12: Pulling from library/alpine 22:51:38 ---> Running in 8f36af0fa95d 22:51:40 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 22:51:40 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 22:51:40 Status: Downloaded newer image for alpine:3.12 22:51:40 ---> 42cb162f0360 22:51:40 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:51:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:51:42 ---> Running in 44b769f59b81 22:51:43 Removing intermediate container eb9695e16277 22:51:43 ---> 3edc91c22f7c 22:51:43 22:51:43 Step 10/24 : FROM alpine:3.12 22:51:43 ---> 42cb162f0360 22:51:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:51:43 Removing intermediate container 20539ccca7fb 22:51:43 ---> cce5f4118ecf 22:51:43 22:51:43 Step 10/21 : FROM alpine:3.12 22:51:43 ---> 42cb162f0360 22:51:43 Step 11/21 : RUN apk add --update --no-cache curl 22:51:43 ---> Running in df66a0add8a4 22:51:43 ---> Running in b7571b97d0f2 22:51:43 Removing intermediate container 44b769f59b81 22:51:43 ---> 0b2144b77633 22:51:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:51:44 ---> Running in e071bf1e6bd2 22:51:44 Removing intermediate container 8f36af0fa95d 22:51:44 ---> 347e4981f5b3 22:51:44 22:51:44 Step 11/26 : FROM docker:20.10.0 22:51:44 20.10.0: Pulling from library/docker 22:51:46 Removing intermediate container 6283648ed2d5 22:51:46 ---> 30aee0c7a6e9 22:51:46 22:51:46 Step 10/23 : FROM alpine:3.12 22:51:46 ---> 42cb162f0360 22:51:46 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:46 (1/6) Installing ca-certificates (20191127-r4) 22:51:46 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:51:46 (3/6) Installing libcurl (7.69.1-r3) 22:51:46 (4/6) Installing curl (7.69.1-r3) 22:51:46 (5/6) Installing dumb-init (1.2.2-r1) 22:51:46 (6/6) Installing su-exec (0.2-r1) 22:51:46 Executing busybox-1.31.1-r19.trigger 22:51:46 Executing ca-certificates-20191127-r4.trigger 22:51:46 OK: 7 MiB in 20 packages 22:51:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:47 (1/4) Installing ca-certificates (20191127-r4) 22:51:47 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:51:47 (3/4) Installing libcurl (7.69.1-r3) 22:51:47 (4/4) Installing curl (7.69.1-r3) 22:51:47 Executing busybox-1.31.1-r19.trigger 22:51:47 Executing ca-certificates-20191127-r4.trigger 22:51:47 OK: 7 MiB in 18 packages 22:51:47 ---> Running in 8b857ae6c1ea 22:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:47 (1/2) Installing dumb-init (1.2.2-r1) 22:51:47 (2/2) Installing su-exec (0.2-r1) 22:51:47 Executing busybox-1.31.1-r19.trigger 22:51:47 OK: 6 MiB in 16 packages 22:51:48 Removing intermediate container 8b857ae6c1ea 22:51:48 ---> f4a7bf29cfeb 22:51:48 Step 12/23 : ENV APP_PORT=48080 22:51:49 ---> Running in ecc66adcb7ba 22:51:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:51:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:51:50 Removing intermediate container b7571b97d0f2 22:51:50 ---> 5ef7282af17c 22:51:50 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:51:50 Removing intermediate container df66a0add8a4 22:51:50 ---> 6955da44df5f 22:51:50 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:51:51 Removing intermediate container ecc66adcb7ba 22:51:51 ---> 6041c72ced98 22:51:51 Step 13/23 : EXPOSE $APP_PORT 22:51:51 ---> Running in 5a827604312c 22:51:51 ---> Running in 364899960d5d 22:51:51 ---> Running in d8685e3038bd 22:51:51 Removing intermediate container e071bf1e6bd2 22:51:51 ---> c73341e976c0 22:51:51 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:51:51 ---> Running in 4196a4011f4d 22:51:51 Removing intermediate container 5a827604312c 22:51:51 ---> a4a1864f11bd 22:51:51 Step 13/24 : WORKDIR / 22:51:51 Removing intermediate container 364899960d5d 22:51:51 ---> e55fbb28f4a8 22:51:51 Step 13/21 : WORKDIR /edgex 22:51:51 Removing intermediate container d8685e3038bd 22:51:51 ---> e7d808737e5d 22:51:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:51:51 ---> Running in be43084f3630 22:51:51 ---> Running in 643d3b16199e 22:51:52 ---> Running in 836e5ccfe864 22:51:52 Removing intermediate container 4196a4011f4d 22:51:52 ---> d123612d20d6 22:51:52 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:51:52 ---> Running in ea00f3d80f7e 22:51:52 Removing intermediate container be43084f3630 22:51:52 ---> 7ec3d5a3a433 22:51:52 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:51:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:51:52 Status: Downloaded newer image for docker:20.10.0 22:51:52 ---> aefe523efa57 22:51:52 Step 12/26 : RUN apk add --no-cache bash 22:51:52 Removing intermediate container 643d3b16199e 22:51:52 ---> 7ef46e79382f 22:51:52 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:51:52 ---> Running in b1989cc02af1 22:51:52 Removing intermediate container ea00f3d80f7e 22:51:52 ---> 8f6340f8a02b 22:51:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:51:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:51:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:51:52 ---> Running in 318a997b358d 22:51:53 ---> b64c8c9938a5 22:51:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:51:53 ---> a88997331e1c 22:51:53 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:51:53 Removing intermediate container 836e5ccfe864 22:51:53 ---> f7a63b13c37e 22:51:53 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:53 (1/2) Installing readline (8.0.4-r0) 22:51:53 (2/2) Installing bash (5.0.17-r0) 22:51:53 Executing bash-5.0.17-r0.post-install 22:51:53 Executing busybox-1.31.1-r19.trigger 22:51:53 OK: 12 MiB in 22 packages 22:51:53 ---> a109002e7c0a 22:51:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:51:54 ---> 5eddc2ba6c79 22:51:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:51:54 ---> Running in f1a86bbf491e 22:51:54 ---> e8bc24a79d26 22:51:54 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:51:55 ---> b5a5b4a3b5eb 22:51:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:51:55 ---> Running in e1d584104c56 22:51:55 Removing intermediate container b1989cc02af1 22:51:55 ---> 37396717375f 22:51:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:51:55 ---> 0a7dfe028c2f 22:51:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:51:55 Removing intermediate container 318a997b358d 22:51:55 ---> 04ddae6fc1a9 22:51:55 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:51:55 ---> Running in ccb9a06c4c94 22:51:55 ---> Running in 5eb5a5737864 22:51:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:51:55 Removing intermediate container e1d584104c56 22:51:55 ---> d90046921d4f 22:51:55 Step 18/21 : CMD ["--init=true"] 22:51:55 ---> Running in a9f8ec9d31f3 22:51:55 Removing intermediate container ccb9a06c4c94 22:51:55 ---> f40e12025719 22:51:55 Step 14/26 : ENV APP_PORT=48090 22:51:55 ---> d6bef7e5eb6f 22:51:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:51:55 Removing intermediate container 5eb5a5737864 22:51:55 ---> 9da7523e140e 22:51:55 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:51:55 ---> Running in bc9fc143f64f 22:51:55 Removing intermediate container a9f8ec9d31f3 22:51:55 ---> 1afc06c1a806 22:51:55 Step 19/21 : LABEL arch=x86_64 22:51:56 ---> Running in 95ff892e4d10 22:51:56 Removing intermediate container bc9fc143f64f 22:51:56 ---> 926e252b446f 22:51:56 Step 15/26 : EXPOSE $APP_PORT 22:51:56 ---> 1437ed4a8543 22:51:56 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:51:56 ---> 8801f4c2b276 22:51:56 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/ 22:51:56 ---> Running in 84a273ef1cd8 22:51:56 ---> Running in ecc436c5ffe4 22:51:56 ---> Running in b48b6d1f815a 22:51:56 Removing intermediate container 95ff892e4d10 22:51:56 ---> 909c2025ced1 22:51:56 Step 20/21 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:51:56 ---> Running in a2fd8c0192b2 22:51:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:51:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:51:57 Removing intermediate container 84a273ef1cd8 22:51:57 ---> e31d14e03bbb 22:51:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:51:57 Removing intermediate container a2fd8c0192b2 22:51:57 ---> c9f15a25df3e 22:51:57 Step 21/21 : LABEL version=0.0.0 22:51:57 ---> Running in ecc2b7f73d8b 22:51:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:51:58 ---> 9110aff01666 22:51:58 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:51:58 Removing intermediate container ecc2b7f73d8b 22:51:58 ---> e693fdc671e0 22:51:58 22:51:58 ---> 616ba624da03 22:51:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:51:58 Successfully built e693fdc671e0 22:51:58 Successfully tagged docker-security-proxy-setup-go:latest 22:51:58  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 22:51:58 Removing intermediate container b48b6d1f815a 22:51:58 ---> b19e6846f894 22:51:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:51:58 ---> Running in 981c3ca58540 22:51:58 Removing intermediate container ecc436c5ffe4 22:51:58 ---> 7da560775d4b 22:51:58 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:51:59 ---> 8ccba3171bed 22:51:59 Step 19/26 : RUN apk --no-cache add py3-pip 22:51:59 ---> Running in d9a5fa202986 22:51:59 Removing intermediate container 981c3ca58540 22:51:59 ---> 1247371425d4 22:51:59 Step 22/24 : LABEL arch=x86_64 22:52:00 (1/6) Installing dumb-init (1.2.2-r1) 22:52:00 (2/6) Installing libgcc (9.3.0-r2) 22:52:00 (3/6) Installing libsodium (1.0.18-r0) 22:52:00 (4/6) Installing libstdc++ (9.3.0-r2) 22:52:01 ---> Running in a4ac677c2d72 22:52:01 (5/6) Installing libzmq (4.3.3-r0) 22:52:02 ---> a4a778cd9d64 22:52:02 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:52:02 (6/6) Installing zeromq (4.3.3-r0) 22:52:02 Executing busybox-1.31.1-r19.trigger 22:52:02 OK: 8 MiB in 20 packages 22:52:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:52:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:52:02 Removing intermediate container a4ac677c2d72 22:52:02 ---> 4e24db7b4dcf 22:52:02 Step 23/24 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:52:02 (1/33) Installing libbz2 (1.0.8-r1) 22:52:02 (2/33) Installing expat (2.2.9-r1) 22:52:02 (3/33) Installing libffi (3.3-r2) 22:52:03 (4/33) Installing gdbm (1.13-r1) 22:52:03 (5/33) Installing xz-libs (5.2.5-r0) 22:52:03 (6/33) Installing sqlite-libs (3.32.1-r0) 22:52:03 (7/33) Installing python3 (3.8.8-r0) 22:52:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:52:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:52:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:52:07 ---> Running in f85588c00192 22:52:07 ---> 198d761effae 22:52:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:52:08 (8/33) Installing py3-appdirs (1.4.4-r1) 22:52:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:52:08 (10/33) Installing py3-parsing (2.4.7-r0) 22:52:08 (11/33) Installing py3-six (1.15.0-r0) 22:52:09 (12/33) Installing py3-packaging (20.4-r0) 22:52:09 (13/33) Installing py3-setuptools (47.0.0-r0) 22:52:09 (14/33) Installing py3-chardet (3.0.4-r4) 22:52:09 Removing intermediate container f85588c00192 22:52:09 ---> 8774a3e11121 22:52:09 Step 24/24 : LABEL version=0.0.0 22:52:09 (15/33) Installing py3-idna (2.9-r0) 22:52:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:52:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:52:11 (18/33) Installing py3-requests (2.23.0-r0) 22:52:11 (19/33) Installing py3-msgpack (1.0.0-r0) 22:52:12 (20/33) Installing py3-lockfile (0.12.2-r3) 22:52:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.327s coverage: 45.9% of statements 22:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:52:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:52:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.128s coverage: 19.8% of statements 22:52:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.209s coverage: 100.0% of statements 22:52:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:52:12 Removing intermediate container f1a86bbf491e 22:52:12 ---> 2c866dd967ce 22:52:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:52:13 (22/33) Installing py3-colorama (0.4.3-r0) 22:52:13 ---> 5d3300a38e16 22:52:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:52:13 (23/33) Installing py3-distlib (0.3.0-r0) 22:52:13 (24/33) Installing py3-distro (1.5.0-r1) 22:52:14 (25/33) Installing py3-webencodings (0.5.1-r3) 22:52:14 (26/33) Installing py3-html5lib (1.0.1-r4) 22:52:14 ---> Running in cfb1346e2a0a 22:52:14 (27/33) Installing py3-pytoml (0.1.21-r0) 22:52:14 (28/33) Installing py3-pep517 (0.8.2-r0) 22:52:14 (29/33) Installing py3-progress (1.5-r0) 22:52:14 (30/33) Installing py3-toml (0.10.1-r0) 22:52:15 ---> 0d2241daf9f8 22:52:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:52:15 (31/33) Installing py3-retrying (1.3.3-r0) 22:52:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:52:15 (33/33) Installing py3-pip (20.1.1-r0) 22:52:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:52:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:52:15 ---> 0344cd266903 22:52:15 Step 3/23 : WORKDIR /edgex-go 22:52:15 ---> Using cache 22:52:15 ---> c69167ed4144 22:52:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:52:15 ---> Using cache 22:52:15 ---> b74f82e93379 22:52:15 Step 5/23 : RUN apk add --update --no-cache make git 22:52:16 ---> 7c72a1fd44bc 22:52:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:52:17 Executing busybox-1.31.1-r19.trigger 22:52:17 OK: 71 MiB in 55 packages 22:52:17 Removing intermediate container cfb1346e2a0a 22:52:17 ---> 44a40c8d24ad 22:52:17 22:52:17 ---> Running in 1f214b5f2df8 22:52:17 ---> ca8d3aecc4a2 22:52:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:52:17 ---> c9afea4964fd 22:52:17 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:52:17 Successfully built 44a40c8d24ad 22:52:18 Successfully tagged docker-security-secretstore-setup-go:latest 22:52:18  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 22:52:18 ---> Running in fcaa073db721 22:52:18 ---> 6fba9eca3a61 22:52:18 Step 19/23 : ENTRYPOINT ["/core-data"] 22:52:18 ---> Running in 8b9f14178eeb 22:52:18 Removing intermediate container fcaa073db721 22:52:18 ---> 10c06888c3e4 22:52:18 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:52:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:52:18 Removing intermediate container 8b9f14178eeb 22:52:18 ---> 7a3c68c334e6 22:52:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.591s coverage: 27.1% of statements 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.149s coverage: 100.0% of statements 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:52:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.212s coverage: 100.0% of statements 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:52:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:52:19 ---> 833decc46bd0 22:52:19 Step 26/31 : RUN chmod +x /entrypoint.sh 22:52:19 ---> Running in 09225b857398 22:52:19 ---> Running in d729abdca075 22:52:19 Removing intermediate container 09225b857398 22:52:19 ---> ec5124fd4b6e 22:52:19 Step 21/23 : LABEL arch=x86_64 22:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:52:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.253s coverage: 71.3% of statements 22:52:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:52:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:52:21 OK: 233 MiB in 51 packages 22:52:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.546s coverage: 82.9% of statements 22:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:52:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.186s coverage: 78.9% of statements 22:52:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:52:22 ---> Running in 260cdb1da01e 22:52:23 Removing intermediate container 260cdb1da01e 22:52:23 ---> d37879bffaeb 22:52:23 Step 22/23 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:52:24 Removing intermediate container 1f214b5f2df8 22:52:24 ---> da5679410d70 22:52:24 Step 6/23 : COPY go.mod . 22:52:25 ---> Running in 9605155b1361 22:52:28 ---> 523c42e66ae5 22:52:28 Step 7/23 : RUN go mod download 22:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.260s coverage: 28.6% of statements 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.221s coverage: 100.0% of statements 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.147s coverage: 100.0% of statements 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.377s coverage: 86.7% of statements 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.442s coverage: 97.5% of statements 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:52:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.224s coverage: 78.3% of statements 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:52:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:52:34 Removing intermediate container d729abdca075 22:52:34 ---> 5a4ca40224f2 22:52:34 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:52:34 Removing intermediate container 9605155b1361 22:52:34 ---> ac36a0ac3b2c 22:52:34 Step 23/23 : LABEL version=0.0.0 22:52:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:52:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:52:34 ---> 0344cd266903 22:52:34 Step 3/22 : WORKDIR /edgex-go 22:52:34 ---> Using cache 22:52:34 ---> c69167ed4144 22:52:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:52:34 ---> Using cache 22:52:34 ---> b74f82e93379 22:52:34 Step 5/22 : RUN apk add --update --no-cache make git 22:52:34 ---> Using cache 22:52:34 ---> da5679410d70 22:52:34 Step 6/22 : COPY go.mod . 22:52:34 ---> Using cache 22:52:34 ---> 523c42e66ae5 22:52:34 Step 7/22 : RUN go mod download 22:52:34 ---> Running in 431e2b823e6a 22:52:34 ---> Running in 2c24f771926b 22:52:34 ---> Running in 66d642edd88c 22:52:34 ---> Running in f8ec412e7054 22:52:34 Removing intermediate container d9a5fa202986 22:52:34 ---> 4db876f31023 22:52:34 Step 20/26 : RUN pip install docker-compose==1.23.2 22:52:34 ---> Running in dc64825116a8 22:52:34 Removing intermediate container f8ec412e7054 22:52:34 ---> 4908bf9904c0 22:52:34 Step 28/31 : CMD ["gate"] 22:52:34 Removing intermediate container 66d642edd88c 22:52:34 ---> 0ce40330553e 22:52:34 22:52:35 Successfully built 0ce40330553e 22:52:35 Successfully tagged docker-core-data-go:latest 22:52:35 Building docker-support-notifications-go 22:52:35  Building docker-core-data-go ... done  ---> Running in ed72d465fc54 22:52:35 Removing intermediate container ed72d465fc54 22:52:35 ---> 990922ab20e3 22:52:35 Step 29/31 : LABEL arch=x86_64 22:52:35 ---> Running in d1ee293c5ecf 22:52:36 Removing intermediate container d1ee293c5ecf 22:52:36 ---> 68849577106e 22:52:36 Step 30/31 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:52:36 ---> Running in d82724303408 22:52:36 Removing intermediate container d82724303408 22:52:36 ---> 5d163b44b9fe 22:52:36 Step 31/31 : LABEL version=0.0.0 22:52:37 ---> Running in 804517ae46a0 22:52:37 Removing intermediate container 2c24f771926b 22:52:37 ---> cbf9fa81b161 22:52:37 Step 8/22 : COPY . . 22:52:37 Removing intermediate container 431e2b823e6a 22:52:37 ---> 2cf6cfb367ea 22:52:37 Step 8/23 : COPY . . 22:52:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.305s coverage: 92.8% of statements 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:52:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.125s coverage: 58.8% of statements 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:52:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.235s coverage: 1.0% of statements 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:52:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:52:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.140s coverage: 47.1% of statements 22:52:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.149s coverage: 79.5% of statements 22:52:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.157s coverage: 94.1% of statements 22:52:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.166s coverage: 96.3% of statements 22:52:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.149s coverage: 87.5% of statements 22:52:43 Removing intermediate container 804517ae46a0 22:52:43 ---> 0c5fed0c665f 22:52:43 22:52:43 Collecting docker-compose==1.23.2 22:52:43 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:52:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:52:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:52:47 Collecting docopt<0.7,>=0.6.1 22:52:47 Downloading docopt-0.6.2.tar.gz (25 kB) 22:52:49 Successfully built 0c5fed0c665f 22:52:49 Successfully tagged docker-security-bootstrapper-go:latest 22:52:49 Building docker-core-command-go 22:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.144s coverage: 94.4% of statements 22:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.157s coverage: 44.8% of statements 22:52:54  Building docker-security-bootstrapper-go ... done Collecting docker<4.0,>=3.6.0 22:52:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:52:54 Collecting dockerpty<0.5,>=0.4.1 22:52:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:52:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.570s coverage: 82.6% of statements 22:53:00 Collecting PyYAML<4,>=3.10 22:53:00 Downloading PyYAML-3.13.tar.gz (270 kB) 22:53:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:53:03 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:03 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:53:03 ---> 0344cd266903 22:53:03 Step 3/22 : WORKDIR /edgex-go 22:53:03 ---> Using cache 22:53:03 ---> c69167ed4144 22:53:03 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:03 ---> Using cache 22:53:03 ---> b74f82e93379 22:53:03 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:53:03 Collecting texttable<0.10,>=0.9.0 22:53:03 Downloading texttable-0.9.1.tar.gz (11 kB) 22:53:03 ---> Running in 7106cd916f21 22:53:04 Collecting websocket-client<1.0,>=0.32.0 22:53:04 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:53:06 Collecting cached-property<2,>=1.2.0 22:53:06 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:53:06 Collecting jsonschema<3,>=2.5.1 22:53:06 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:53:07 Collecting idna<2.8,>=2.5 22:53:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:53:07 Collecting urllib3<1.25,>=1.21.1 22:53:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:53:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:07 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:53:07 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:53:07 Collecting docker-pycreds>=0.4.0 22:53:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:53:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:53:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:53:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:53:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:53:09 Installing collected packages: idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, dockerpty, PyYAML, texttable, cached-property, jsonschema, docker-compose 22:53:09 Attempting uninstall: idna 22:53:09 Found existing installation: idna 2.9 22:53:09 Uninstalling idna-2.9: 22:53:09 OK: 233 MiB in 51 packages 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.191s coverage: 92.9% of statements 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.117s coverage: 100.0% of statements 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.166s coverage: 75.5% of statements 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.143s coverage: 80.8% of statements 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.194s coverage: 87.2% of statements 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.223s coverage: 84.6% of statements 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.254s coverage: 91.6% of statements 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.723s coverage: 64.4% of statements 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:53:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.121s coverage: 100.0% of statements 22:53:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.110s coverage: 91.3% of statements 22:53:09 Successfully uninstalled idna-2.9 22:53:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.070s coverage: 100.0% of statements 22:53:10 Attempting uninstall: urllib3 22:53:10 Found existing installation: urllib3 1.25.9 22:53:10 Uninstalling urllib3-1.25.9: 22:53:11 Successfully uninstalled urllib3-1.25.9 22:53:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.080s coverage: 73.7% of statements 22:53:12 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements 22:53:13 Attempting uninstall: requests 22:53:13 Found existing installation: requests 2.23.0 22:53:13 Uninstalling requests-2.23.0: 22:53:13 Successfully uninstalled requests-2.23.0 22:53:15 Running setup.py install for docopt: started 22:53:15 Removing intermediate container 7106cd916f21 22:53:15 ---> 7c12811c8760 22:53:15 Step 6/22 : COPY go.mod . 22:53:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:53:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:53:16 ---> 0344cd266903 22:53:16 Step 3/23 : WORKDIR /edgex-go 22:53:16 ---> Using cache 22:53:16 ---> c69167ed4144 22:53:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:53:16 ---> Using cache 22:53:16 ---> b74f82e93379 22:53:16 Step 5/23 : RUN apk add --update --no-cache make git 22:53:16 ---> Using cache 22:53:16 ---> da5679410d70 22:53:16 Step 6/23 : COPY go.mod . 22:53:16 ---> Using cache 22:53:16 ---> 523c42e66ae5 22:53:16 Step 7/23 : RUN go mod download 22:53:16 ---> Using cache 22:53:16 ---> cbf9fa81b161 22:53:16 Step 8/23 : COPY . . 22:53:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.048s coverage: 69.0% of statements 22:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:53:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:53:18 ---> 3fa6b5be3719 22:53:18 Step 7/22 : RUN go mod download 22:53:18 Running setup.py install for docopt: finished with status 'done' 22:53:18 ---> c2a4a8a0ba7c 22:53:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:53:18 ---> Running in a8d37d551bd4 22:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.517s coverage: 38.4% of statements 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.111s coverage: 89.5% of statements 22:53:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:53:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements 22:53:19 ---> Running in 91b6326e7ee0 22:53:19 ---> 6a13d0b3aa88 22:53:19 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:53:22 Running setup.py install for dockerpty: started 22:53:23 Running setup.py install for dockerpty: finished with status 'done' 22:53:23 Running setup.py install for PyYAML: started 22:53:23 ---> Running in f892f2aa5704 22:53:25 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 22:53:25 Running setup.py install for PyYAML: finished with status 'done' 22:53:25 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 22:53:25 Running setup.py install for texttable: started 22:53:25 Running setup.py install for texttable: finished with status 'done' 22:53:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.480s coverage: 47.0% of statements 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:53:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:53:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:53:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.449s coverage: 87.1% of statements 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:53:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:53:28 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 22:53:28 Removing intermediate container a8d37d551bd4 22:53:28 ---> cd1f2b687f18 22:53:28 Step 8/22 : COPY . . 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.497s coverage: 29.1% of statements 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.273s coverage: 99.0% of statements 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.166s coverage: 100.0% of statements 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.287s coverage: 94.6% of statements 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.100s coverage: 87.9% of statements 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:53:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 22:53:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.136s coverage: 32.1% of statements 22:53:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 22:53:39 GO111MODULE=on go vet ./... 22:53:43 Removing intermediate container dc64825116a8 22:53:43 ---> c5d97ef2e510 22:53:43 Step 21/26 : RUN apk --no-cache add curl 22:53:43 ---> Running in eae52c586ed1 22:53:44 ---> e7f3d031593e 22:53:44 Step 9/23 : RUN make cmd/core-command/core-command 22:53:45 ---> Running in 1060ec13152a 22:53:46 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 22:53:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:53:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:53:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:53:46 (2/3) Installing libcurl (7.69.1-r3) 22:53:46 (3/3) Installing curl (7.69.1-r3) 22:53:46 Executing busybox-1.31.1-r19.trigger 22:53:47 OK: 72 MiB in 58 packages 22:53:53 Removing intermediate container eae52c586ed1 22:53:53 ---> 1cdd787376ff 22:53:53 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:53:55 ---> Running in 55659879ad6c 22:53:58 Removing intermediate container 55659879ad6c 22:53:58 ---> 813ba6e35534 22:53:58 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:53:58 ---> Running in 14118166fcdc 22:53:58 ---> 20914df24392 22:53:58 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:53:58 ---> Running in 28a34aff0f5f 22:53:58 Removing intermediate container 14118166fcdc 22:53:58 ---> 096a7c8de40a 22:53:58 Step 24/26 : LABEL arch=x86_64 22:53:58 ---> Running in cd55d85c7846 22:53:58 Removing intermediate container cd55d85c7846 22:53:58 ---> 78b1d45d4693 22:53:58 Step 25/26 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:53:59 ---> Running in f7fccffa4914 22:53:59 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 22:53:59 Removing intermediate container f7fccffa4914 22:53:59 ---> d2e4999ad02f 22:53:59 Step 26/26 : LABEL version=0.0.0 22:53:59 ---> Running in 1653a4983b54 22:53:59 Removing intermediate container 1653a4983b54 22:53:59 ---> e711e56d573e 22:53:59 22:54:00 Successfully built e711e56d573e 22:54:00 Successfully tagged docker-sys-mgmt-agent-go:latest 22:54:04  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 91b6326e7ee0 22:54:04 ---> aed19c4b2e05 22:54:04 22:54:04 Step 10/22 : FROM alpine:3.12 22:54:04 ---> 42cb162f0360 22:54:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:54:06 ---> Running in d4a7e7c2e5a1 22:54:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:07 (1/1) Installing dumb-init (1.2.2-r1) 22:54:07 Executing busybox-1.31.1-r19.trigger 22:54:08 OK: 6 MiB in 15 packages 22:54:08 Removing intermediate container f892f2aa5704 22:54:08 ---> f22ff13f2d7f 22:54:08 22:54:08 Step 10/23 : FROM alpine:3.12 22:54:08 ---> 42cb162f0360 22:54:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:54:08 ---> Running in 9b9002313c9b 22:54:09 Removing intermediate container d4a7e7c2e5a1 22:54:09 ---> 921d0410fb2c 22:54:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:54:09 ---> Running in 4a34b4ca3dfa 22:54:09 Removing intermediate container 4a34b4ca3dfa 22:54:09 ---> 56ef4c03be34 22:54:09 Step 13/22 : ENV APP_PORT=48085 22:54:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:09 ---> Running in e92c6595b53f 22:54:10 (1/1) Installing dumb-init (1.2.2-r1) 22:54:10 Executing busybox-1.31.1-r19.trigger 22:54:10 OK: 6 MiB in 15 packages 22:54:10 Removing intermediate container e92c6595b53f 22:54:10 ---> 29810e7ca043 22:54:10 Step 14/22 : EXPOSE $APP_PORT 22:54:11 ---> Running in ec592261f799 22:54:11 Removing intermediate container ec592261f799 22:54:11 ---> 9072e27d3e74 22:54:11 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:54:11 Removing intermediate container 9b9002313c9b 22:54:11 ---> 9f3168a6c4ef 22:54:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:54:11 ---> Running in f5a270be9aff 22:54:11 ---> 0744a1ba7fbc 22:54:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:54:11 Removing intermediate container f5a270be9aff 22:54:11 ---> 86bb1d101cf8 22:54:11 Step 13/23 : ENV APP_PORT=48081 22:54:12 ---> Running in 78e21056227c 22:54:12 Removing intermediate container 78e21056227c 22:54:12 ---> 962fe3d2ad1e 22:54:12 Step 14/23 : EXPOSE $APP_PORT 22:54:12 ---> Running in 0a00a30dd264 22:54:14 ---> 4e5ebe2d27b9 22:54:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:54:14 Removing intermediate container 0a00a30dd264 22:54:14 ---> 8951da5c0bbc 22:54:14 Step 15/23 : WORKDIR / 22:54:15 ---> Running in d7c45f28441e 22:54:15 ---> 5087259dc1c7 22:54:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:54:15 ---> Running in 67876239f548 22:54:15 Removing intermediate container d7c45f28441e 22:54:15 ---> 888e24e439e3 22:54:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:54:15 Removing intermediate container 67876239f548 22:54:15 ---> 02c2180beeb5 22:54:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:54:16 ---> Running in 40ddf11d9a2f 22:54:17 ---> 73af889841d6 22:54:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:54:18 Removing intermediate container 40ddf11d9a2f 22:54:18 ---> 441985b32f6e 22:54:18 Step 20/22 : LABEL arch=x86_64 22:54:18 ---> Running in 304d75372ac5 22:54:18 Removing intermediate container 1060ec13152a 22:54:18 ---> 138ecb830e76 22:54:18 22:54:18 Step 10/23 : FROM alpine:3.12 22:54:18 ---> 42cb162f0360 22:54:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:54:18 ---> Using cache 22:54:18 ---> 9f3168a6c4ef 22:54:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:54:18 ---> Using cache 22:54:18 ---> 86bb1d101cf8 22:54:18 Step 13/23 : ENV APP_PORT=48082 22:54:18 ---> Running in bd68f6746b95 22:54:18 Removing intermediate container 304d75372ac5 22:54:18 ---> 7e66972e6d0a 22:54:18 Step 21/22 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:54:18 ---> 4d4f6c8e7db2 22:54:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:54:18 ---> Running in b5ab34ffece2 22:54:18 Removing intermediate container bd68f6746b95 22:54:18 ---> 45ada4ff2deb 22:54:18 Step 14/23 : EXPOSE $APP_PORT 22:54:18 ---> Running in 8f21ca099355 22:54:18 Removing intermediate container b5ab34ffece2 22:54:18 ---> c1d5bd2cd653 22:54:18 Step 22/22 : LABEL version=0.0.0 22:54:19 ---> 14557fc03c10 22:54:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:54:19 ---> Running in 6e22797464b7 22:54:19 ---> Running in a6c4fa153cf1 22:54:19 Removing intermediate container 8f21ca099355 22:54:19 ---> aec19618e505 22:54:19 Step 15/23 : WORKDIR / 22:54:19 ---> Running in 883ffd469227 22:54:19 Removing intermediate container 6e22797464b7 22:54:19 ---> 91cea855f6c3 22:54:19 22:54:19 Removing intermediate container a6c4fa153cf1 22:54:19 ---> 27820ffaaeee 22:54:19 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:54:19 ---> Running in 9cf867dd26cc 22:54:19 Successfully built 91cea855f6c3 22:54:19 Successfully tagged docker-support-scheduler-go:latest 22:54:19  Building docker-support-scheduler-go ... done Removing intermediate container 883ffd469227 22:54:19 ---> 06b8d0ed48ee 22:54:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:54:19 Removing intermediate container 9cf867dd26cc 22:54:19 ---> fd71edf3e655 22:54:19 Step 21/23 : LABEL arch=x86_64 22:54:20 ---> Running in c4b6fa965fe3 22:54:20 ---> 1595260fda9b 22:54:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:54:21 Removing intermediate container c4b6fa965fe3 22:54:21 ---> aa4f25009031 22:54:21 Step 22/23 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:54:21 ---> Running in 84319824dbdd 22:54:21 ---> 43fb132b19c7 22:54:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:54:21 Removing intermediate container 84319824dbdd 22:54:21 ---> 007c91ea8200 22:54:21 Step 23/23 : LABEL version=0.0.0 22:54:23 ---> Running in 6ef0c4ca623d 22:54:23 ---> 6547558bd199 22:54:23 Step 19/23 : ENTRYPOINT ["/core-command"] 22:54:23 ---> Running in 342264a76c15 22:54:23 Removing intermediate container 28a34aff0f5f 22:54:23 ---> 990598815a76 22:54:23 22:54:23 Step 10/22 : FROM alpine:3.12 22:54:23 ---> 42cb162f0360 22:54:23 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:54:23 Removing intermediate container 6ef0c4ca623d 22:54:23 ---> 0be20bdbd6a9 22:54:23 22:54:23 ---> Running in bddb698c1f74 22:54:23 Removing intermediate container 342264a76c15 22:54:23 ---> b527cd41bb13 22:54:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:54:24 Successfully built 0be20bdbd6a9 22:54:24 Successfully tagged docker-core-metadata-go:latest 22:54:24  Building docker-core-metadata-go ... done  ---> Running in 85d6dcbdcc90 22:54:24 Removing intermediate container 85d6dcbdcc90 22:54:24 ---> d73332d2fd80 22:54:24 Step 21/23 : LABEL arch=x86_64 22:54:24 ---> Running in d68a62af47e8 22:54:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:54:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:54:24 Removing intermediate container d68a62af47e8 22:54:24 ---> 92d334267834 22:54:24 Step 22/23 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:54:24 ---> Running in cfba8d94e951 22:54:24 (1/2) Installing ca-certificates (20191127-r4) 22:54:24 Removing intermediate container cfba8d94e951 22:54:24 ---> 1fd185f91273 22:54:24 Step 23/23 : LABEL version=0.0.0 22:54:24 (2/2) Installing dumb-init (1.2.2-r1) 22:54:24 Executing busybox-1.31.1-r19.trigger 22:54:25 Executing ca-certificates-20191127-r4.trigger 22:54:25 OK: 6 MiB in 16 packages 22:54:25 ---> Running in 3d2523ed504c 22:54:25 Removing intermediate container 3d2523ed504c 22:54:25 ---> 9a5084730f7a 22:54:25 22:54:26 Successfully built 9a5084730f7a 22:54:26 Successfully tagged docker-core-command-go:latest 22:54:26  Building docker-core-command-go ... done Removing intermediate container bddb698c1f74 22:54:26 ---> 7855d1664683 22:54:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:54:26 ---> Running in 83368b438d82 22:54:26 Removing intermediate container 83368b438d82 22:54:26 ---> 2fe4d92c4997 22:54:26 Step 13/22 : ENV APP_PORT=48060 22:54:26 ---> Running in 589d37093a45 22:54:26 Removing intermediate container 589d37093a45 22:54:26 ---> 3ebe71199c3f 22:54:26 Step 14/22 : EXPOSE $APP_PORT 22:54:27 ---> Running in 5910f95e9a24 22:54:27 Removing intermediate container 5910f95e9a24 22:54:27 ---> a3380fe24681 22:54:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:54:27 ---> 1baf516489e1 22:54:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:54:27 ---> 5ba00e7c32c9 22:54:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:54:28 ---> 7ccc25ed1dd9 22:54:28 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:54:28 ---> Running in e0d9d7d111f7 22:54:28 Removing intermediate container e0d9d7d111f7 22:54:28 ---> c4019aaae65c 22:54:28 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:54:28 ---> Running in b5bb556aa565 22:54:28 Removing intermediate container b5bb556aa565 22:54:28 ---> aec15d45e97a 22:54:28 Step 20/22 : LABEL arch=x86_64 22:54:28 ---> Running in 15ed28e55dea 22:54:29 Removing intermediate container 15ed28e55dea 22:54:29 ---> 2fb88ee25331 22:54:29 Step 21/22 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:54:29 ---> Running in bc492933d30b 22:54:29 Removing intermediate container bc492933d30b 22:54:29 ---> 87908dd30b9b 22:54:29 Step 22/22 : LABEL version=0.0.0 22:54:29 ---> Running in ae6ede73f758 22:54:29 Removing intermediate container ae6ede73f758 22:54:29 ---> 0c068cb46ffe 22:54:29 22:54:30 Successfully built 0c068cb46ffe 22:54:30 Successfully tagged docker-support-notifications-go:latest 22:54:30  Building docker-support-notifications-go ... done  [Pipeline] } 22:54:30 $ docker stop --time=1 c9c7509ee395b10ea07320eb521911e427a6cb19d1f13c7a578b973d43b43f81 22:54:32 $ docker rm -f c9c7509ee395b10ea07320eb521911e427a6cb19d1f13c7a578b973d43b43f81 [Pipeline] // withDockerContainer [Pipeline] sh 22:54:32 + docker images 22:54:32 + grep docker 22:54:33 docker-support-notifications-go latest 0c068cb46ffe 3 seconds ago 17.9MB 22:54:33 docker-core-command-go latest 9a5084730f7a 7 seconds ago 17.3MB 22:54:33 docker-core-metadata-go latest 0be20bdbd6a9 9 seconds ago 19MB 22:54:33 docker-support-scheduler-go latest 91cea855f6c3 13 seconds ago 17.4MB 22:54:33 docker-sys-mgmt-agent-go latest e711e56d573e 33 seconds ago 314MB 22:54:33 docker-security-bootstrapper-go latest 0c5fed0c665f About a minute ago 18.9MB 22:54:33 docker-core-data-go latest 0ce40330553e About a minute ago 22.7MB 22:54:33 docker-security-secretstore-setup-go latest 44a40c8d24ad 2 minutes ago 25.7MB 22:54:33 docker-security-proxy-setup-go latest e693fdc671e0 2 minutes ago 25.4MB 22:54:33 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:54:48 Still waiting to schedule task 22:54:48 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:55:16 gofmt -l . 22:55:16 [ "`gofmt -l .`" = "" ] 22:55:16 ./bin/test-go-mod-tidy.sh 22:55:16 ./bin/test-attribution-txt.sh [Pipeline] sh 22:55:16 + ls -al . 22:55:16 total 808 22:55:16 drwxrwxr-x 9 1001 1001 4096 Mar 29 22:55 . 22:55:16 drwxr-xr-x 4 root root 4096 Mar 29 22:50 .. 22:55:16 -rw-rw-r-- 1 1001 1001 11 Mar 29 22:48 .dockerignore 22:55:16 drwxrwxr-x 8 1001 1001 4096 Mar 29 22:48 .git 22:55:16 drwxrwxr-x 3 1001 1001 4096 Mar 29 22:48 .github 22:55:16 -rw-rw-r-- 1 1001 1001 818 Mar 29 22:48 .gitignore 22:55:16 -rw-rw-r-- 1 1001 1001 166 Mar 29 22:48 .sonarcloud.properties 22:55:16 -rw-rw-r-- 1 1001 1001 8607 Mar 29 22:48 Attribution.txt 22:55:16 -rw-rw-r-- 1 1001 1001 3804 Mar 29 22:48 CONTRIBUTING.md 22:55:16 -rw-rw-r-- 1 1001 1001 931 Mar 29 22:48 Dockerfile.build 22:55:16 -rw-rw-r-- 1 1001 1001 863 Mar 29 22:48 Jenkinsfile 22:55:16 -rw-rw-r-- 1 1001 1001 10775 Mar 29 22:48 LICENSE 22:55:16 -rw-rw-r-- 1 1001 1001 5774 Mar 29 22:48 Makefile 22:55:16 -rw-rw-r-- 1 1001 1001 6548 Mar 29 22:48 README.md 22:55:16 -rw-rw-r-- 1 1001 1001 6755 Mar 29 22:48 SECURITY.md 22:55:16 -rw-rw-r-- 1 1001 1001 5 Mar 29 22:46 VERSION 22:55:16 -rw-rw-r-- 1 1001 1001 4131 Mar 29 22:48 ZMQWindows.md 22:55:16 drwxrwxr-x 2 1001 1001 4096 Mar 29 22:48 bin 22:55:16 drwxrwxr-x 14 1001 1001 4096 Mar 29 22:48 cmd 22:55:16 -rw-r--r-- 1 root root 668090 Mar 29 22:53 coverage.out 22:55:16 -rw-r--r-- 1 root root 1057 Mar 29 22:55 go.mod 22:55:16 -rw-r--r-- 1 root root 22643 Mar 29 22:55 go.sum 22:55:16 drwxrwxr-x 8 1001 1001 4096 Mar 29 22:48 internal 22:55:16 drwxrwxr-x 4 1001 1001 4096 Mar 29 22:48 openapi 22:55:16 drwxrwxr-x 4 1001 1001 4096 Mar 29 22:48 snap 22:55:16 -rw-rw-r-- 1 1001 1001 168 Mar 29 22:48 version.go [Pipeline] sh 22:55:17 + '[' -e coverage.out ] 22:55:17 + chown 1001:1001 coverage.out [Pipeline] stash 22:55:17 Warning: overwriting stash ‘coverage-report’ 22:55:19 Stashed 1 file(s) [Pipeline] sh 22:55:19 + make build 22:55:19 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 22:55:34 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 22:55:38 Running on prd-ubuntu18.04-docker-8c-8g-31889 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 22:55:38 Running in /w/workspace/edgex-go/42 [Pipeline] { [Pipeline] checkout 22:55:40 using credential edgex-jenkins-ssh 22:55:41 Cloning the remote Git repository 22:55:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:55:41 > git init /w/workspace/edgex-go/42 # timeout=10 22:55:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:55:41 > git --version # timeout=10 22:55:41 > git --version # 'git version 2.17.1' 22:55:41 using GIT_SSH to set credentials SSH Credentials for GitHub 22:55:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:55:49 Merging remotes/origin/master commit 198f9b068ce8fd0f3750699c6138f775e08cd39d into PR head commit e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:55:49 Merge succeeded, producing e8ca53e0dabe629b546d1c863a7204f7536b14ed 22:55:49 Checking out Revision e8ca53e0dabe629b546d1c863a7204f7536b14ed (PR-3234) 22:55:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:55:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:55:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:55:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:55:48 using GIT_SSH to set credentials SSH Credentials for GitHub 22:55:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:55:49 > git config core.sparsecheckout # timeout=10 22:55:49 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 22:55:49 > git remote # timeout=10 22:55:49 > git config --get remote.origin.url # timeout=10 22:55:49 using GIT_SSH to set credentials SSH Credentials for GitHub 22:55:49 > git merge 198f9b068ce8fd0f3750699c6138f775e08cd39d # timeout=10 22:55:49 > git rev-parse HEAD^{commit} # timeout=10 22:55:49 > git config core.sparsecheckout # timeout=10 22:55:49 > git checkout -f e8ca53e0dabe629b546d1c863a7204f7536b14ed # timeout=10 22:55:53 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:55:54 + echo snap-build.sh 22:55:54 snap-build.sh 22:55:54 + SNAP_BASE_DIR=. 22:55:54 + '[' '!' -z /w/workspace/edgex-go/42 ']' 22:55:54 + SNAP_BASE_DIR=/w/workspace/edgex-go/42 22:55:54 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/42]' 22:55:54 [snap-build] Building snap in dir [/w/workspace/edgex-go/42] 22:55:54 + cd /w/workspace/edgex-go/42 22:55:54 + sudo apt-get remove -qy --purge lxd lxd-client 22:55:54 Reading package lists... 22:55:54 Building dependency tree... 22:55:54 Reading state information... 22:55:54 The following packages were automatically installed and are no longer required: 22:55:54 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:55:54 uidmap xdelta3 22:55:54 Use 'sudo apt autoremove' to remove them. 22:55:54 The following packages will be REMOVED: 22:55:54 lxd* lxd-client* 22:55:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:55:55 After this operation, 31.7 MB disk space will be freed. 22:55: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 ... 190027 files and directories currently installed.) 22:55:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:55:57 Removing lxd dnsmasq configuration 22:55:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:55:57 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:55:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:55:58 (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.) 22:55:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:56:00 Processing triggers for systemd (237-3ubuntu10.42) ... 22:56:00 Processing triggers for ureadahead (0.100.0-21) ... 22:56:03 + sudo snap remove --purge lxd 22:56:03 snap "lxd" is not installed 22:56:03 + sudo groupadd --force --system lxd 22:56:03 ++ whoami 22:56:03 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:56:03 + newgrp - lxd 22:56:03 + sudo snap install lxd 22:56:03 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 22:56:07 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 22:56:09 2021-03-29T22:56:08Z INFO Waiting for automatic snapd restart... 22:56:14 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 22:56:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:56:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:56:24 lxd 4.12 from Canonical* installed 22:56:24 + sudo lxd init --auto 22:56:28 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 22:56:32 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 22:56:34 + sudo snap install --classic snapcraft 22:56:37 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 22:56:42 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 22:56:47 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 22:56:49 snapcraft 4.5.4 from Canonical* installed 22:56:49 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:56:49 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:56:49 % Total % Received % Xferd Average Speed Time Time Time Current 22:56:49 Dload Upload Total Spent Left Speed 22:56:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 5097 0 --:--:-- --:--:-- --:--:-- 5097 22:56:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 4985k 0 --:--:-- --:--:-- --:--:-- 6468k 22:56:49 ./yq_linux_amd64 22:56:49 + sudo snapcraft prime --use-lxd 22:56:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:56:51 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: 22:56:51 - README.md 22:56:51 22:56:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:56:52 Launching a container. [Pipeline] } 22:56:54 $ docker stop --time=1 e827cf9e0ca93038010cc72c21e6919b14659e64e7cec807336e9f3553b8e68b 22:56:56 $ docker rm -f e827cf9e0ca93038010cc72c21e6919b14659e64e7cec807336e9f3553b8e68b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:56:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:56:58 22:56:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:56:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:56:59 latest: Pulling from edgex-devops/edgex-compose-arm64 22:56:59 29e5d40040c1: Pulling fs layer 22:56:59 1ce36da41761: Pulling fs layer 22:56:59 25b303627fd3: Pulling fs layer 22:56:59 29e5d40040c1: Verifying Checksum 22:56:59 29e5d40040c1: Download complete 22:57:00 1ce36da41761: Verifying Checksum 22:57:00 1ce36da41761: Download complete 22:57:00 29e5d40040c1: Pull complete 22:57:01 1ce36da41761: Pull complete 22:57:01 25b303627fd3: Verifying Checksum 22:57:01 25b303627fd3: Download complete 22:57:04 Waiting for container to be ready 22:57:04 To start your first instance, try: lxc launch ubuntu:18.04 22:57:04 22:57:08 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:57:08 Waiting for network to be ready... 22:57:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:57:09 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:57:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 22:57:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:57:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:57:10 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:57:10 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:57:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:57:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:57:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:57:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:57:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 22:57:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:57:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:57:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 22:57:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 22:57:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 22:57:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 22:57:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:57:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 22:57:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 22:57:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:57:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:57:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 22:57:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 22:57:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 22:57:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 22:57:11 25b303627fd3: Pull complete 22:57:11 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:57:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:57:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:57:11 prd-ubuntu18.04-docker-arm64-4c-16g-31887 does not seem to be running inside a container 22:57:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:57:15 $ docker top 6da534de63e3f7ab0b70435751c10171f8666c20740252a299767feae43d7537 -eo pid,comm 22:57:15 Fetched 24.2 MB in 6s (4027 kB/s) [Pipeline] { [Pipeline] sh 22:57:16 + docker-compose build --help 22:57:16 + grep parallel 22:57:16 Reading package lists... 22:57:16 Reading package lists... 22:57:16 Building dependency tree... 22:57:16 Reading state information... 22:57:16 The following additional packages will be installed: 22:57:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:57:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:57:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:57:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:57:16 Suggested packages: 22:57:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:57:16 Recommended packages: 22:57:16 gnupg libsasl2-modules 22:57:16 The following NEW packages will be installed: 22:57:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:57:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:57:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:57:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:57:16 The following packages will be upgraded: 22:57:16 gpg gpg-agent gpgconf libudev1 22:57:16 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:57:16 Need to get 3530 kB of archives. 22:57:16 After this operation, 13.3 MB of additional disk space will be used. 22:57:16 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] 22:57:16 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] 22:57:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:57:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:57:17 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 22:57:17 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 22:57:17 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:57:17 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:57:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:57:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:57:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:57:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:57:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:57:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:57:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:57:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:57:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:57:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:57:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:57:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:57:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:57:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:57:17 debconf: delaying package configuration, since apt-utils is not installed 22:57:17 Fetched 3530 kB in 1s (3492 kB/s) 22:57:18 (Reading database ... 12511 files and directories currently installed.) 22:57:18 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 22:57:18 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:57:18 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 22:57:18 Selecting previously unselected package udev. 22:57:18 (Reading database ... 12511 files and directories currently installed.) 22:57:18 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 22:57:18 Unpacking udev (237-3ubuntu10.45) ... 22:57:18 Selecting previously unselected package libfuse2:amd64. 22:57:18 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:57:18 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:57:19 Selecting previously unselected package fuse. 22:57:19 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:57:19 Unpacking fuse (2.9.7-1ubuntu1) ... 22:57:19 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:57:19 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:57:19 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:57:19 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:57:19 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:57:19 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:57:19 Selecting previously unselected package libksba8:amd64. 22:57:19 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:57:19 Unpacking libksba8:amd64 (1.3.5-2) ... 22:57:19 Selecting previously unselected package libroken18-heimdal:amd64. 22:57:19 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:19 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:19 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:57:19 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:19 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:19 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:57:19 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:19 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:57:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:20 Selecting previously unselected package libwind0-heimdal:amd64. 22:57:20 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:20 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:20 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:57:20 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:20 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:20 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:57:20 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:20 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:20 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:57:20 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:20 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:20 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:57:20 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:57:20 --parallel Build images in parallel. [Pipeline] } 22:57:20 $ docker stop --time=1 6da534de63e3f7ab0b70435751c10171f8666c20740252a299767feae43d7537 22:57:20 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:20 Selecting previously unselected package libsasl2-modules-db:amd64. 22:57:20 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:57:20 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:57:20 Selecting previously unselected package libsasl2-2:amd64. 22:57:20 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:57:20 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:57:20 Selecting previously unselected package libldap-common. 22:57:20 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:57:20 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:57:20 Selecting previously unselected package libldap-2.4-2:amd64. 22:57:20 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:57:20 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:57:20 Selecting previously unselected package dirmngr. 22:57:20 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:57:21 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:57:21 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:57:21 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:57:21 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:57:21 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:57:21 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:57:21 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:57:21 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:21 Setting up libksba8:amd64 (1.3.5-2) ... 22:57:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:57:21 Setting up udev (237-3ubuntu10.45) ... 22:57:21 invoke-rc.d: policy-rc.d denied execution of start. 22:57:21 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:21 Processing triggers for systemd (237-3ubuntu10) ... 22:57:21 Setting up fuse (2.9.7-1ubuntu1) ... 22:57:21 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:57:21 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:22 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:22 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:22 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:22 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:22 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:22 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:57:22 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:57:22 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:57:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:57:22 $ docker rm -f 6da534de63e3f7ab0b70435751c10171f8666c20740252a299767feae43d7537 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 22:57:23 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:57:23 settings in the [Install] section, and DefaultInstance for template units). 22:57:23 This means they are not meant to be enabled using systemctl. 22:57:23 Possible reasons for having this kind of units are: 22:57:23 1) A unit may be statically enabled by being symlinked from another unit's 22:57:23 .wants/ or .requires/ directory. 22:57:23 2) A unit's purpose may be to act as a helper for some other unit which has 22:57:23 a requirement dependency on it. 22:57:23 3) A unit may be started when needed via activation (socket, path, timer, 22:57:23 D-Bus, udev, scripted systemctl call, ...). 22:57:23 4) In case of template units, the unit is meant to be enabled with some 22:57:23 instance name specified. [Pipeline] isUnix [Pipeline] sh 22:57:23 Reading package lists... 22:57:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:57:23 . [Pipeline] withDockerContainer 22:57:23 Building dependency tree... 22:57:23 Reading state information... 22:57:23 The following additional packages will be installed: 22:57:23 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:57:23 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:57:23 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:57:23 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:57:23 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:57:23 Suggested packages: 22:57:23 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:57:23 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:57:23 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:57:23 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:57:23 systemd-container policykit-1 22:57:23 Recommended packages: 22:57:23 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:57:23 The following NEW packages will be installed: 22:57:23 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:57:23 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:57:23 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:57:23 multiarch-support openssh-client python3 python3-minimal python3.6 22:57:23 python3.6-minimal snapd squashfs-tools sudo 22:57:23 The following packages will be upgraded: 22:57:23 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:57:23 prd-ubuntu18.04-docker-arm64-4c-16g-31887 does not seem to be running inside a container 22:57:23 $ 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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:57:23 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:57:23 Need to get 35.2 MB of archives. 22:57:23 After this operation, 141 MB of additional disk space will be used. 22:57:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:57:23 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 22:57:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:57:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 22:57:24 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 22:57:24 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:57:24 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:57:24 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:57:24 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:57:24 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:57:24 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:57:24 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:57:24 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:57:24 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:57:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:57:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:57:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:57:24 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:57:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:57:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:57:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:57:24 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:57:24 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:57:24 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:57:24 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:57:24 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:57:24 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:57:24 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:57:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:57:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:57:25 $ docker top 5d3ef96d3d03665812e0cc6e72eb0aa11e4d1f810d8b9f6e03773d4b18f366d3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:57:25 debconf: delaying package configuration, since apt-utils is not installed 22:57:25 Fetched 35.2 MB in 2s (16.3 MB/s) 22:57:26 + docker-compose -f ./docker-compose-build.yml build --parallel 22:57:26 (Reading database ... 12757 files and directories currently installed.) 22:57:26 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 22:57:26 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:57:27 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 22:57:27 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:57:27 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 22:57:27 (Reading database ... 12757 files and directories currently installed.) 22:57:27 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:57:27 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:57:27 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:57:27 (Reading database ... 12757 files and directories currently installed.) 22:57:27 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:57:27 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:57:28 Setting up apt (1.6.12ubuntu0.2) ... 22:57:28 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:57:28 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:57:28 (Reading database ... 12764 files and directories currently installed.) 22:57:28 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:57:28 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:57:28 Selecting previously unselected package libpython3.6-minimal:amd64. 22:57:28 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:57:28 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:57:29 Selecting previously unselected package libexpat1:amd64. 22:57:29 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:57:29 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:57:29 Selecting previously unselected package python3.6-minimal. 22:57:29 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:57:29 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:57:29 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 22:57:29 Checking for services that may need to be restarted...done. 22:57:29 Checking for services that may need to be restarted...done. 22:57:29 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:57:29 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:57:29 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:57:30 Selecting previously unselected package python3-minimal. 22:57:30 (Reading database ... 13012 files and directories currently installed.) 22:57:30 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:57:30 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:57:30 Selecting previously unselected package mime-support. 22:57:30 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:57:30 Unpacking mime-support (3.60ubuntu1) ... 22:57:30 Selecting previously unselected package libmpdec2:amd64. 22:57:30 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:57:30 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:57:30 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:57:30 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:57:30 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:57:31 Selecting previously unselected package python3.6. 22:57:31 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:57:31 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:57:31 Selecting previously unselected package libpython3-stdlib:amd64. 22:57:31 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:57:31 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:57:31 Setting up python3-minimal (3.6.7-1~18.04) ... 22:57:31 Building docker-core-command-go ... 22:57:31 Building docker-core-data-go ... 22:57:31 Building docker-core-metadata-go ... 22:57:31 Building docker-security-bootstrapper-go ... 22:57:31 Building docker-security-proxy-setup-go ... 22:57:31 Building docker-security-secretstore-setup-go ... 22:57:31 Building docker-support-notifications-go ... 22:57:31 Building docker-support-scheduler-go ... 22:57:31 Building docker-sys-mgmt-agent-go ... 22:57:31 Building docker-sys-mgmt-agent-go 22:57:31 Building docker-support-notifications-go 22:57:31 Building docker-core-command-go 22:57:31 Building docker-support-scheduler-go 22:57:31 Building docker-security-proxy-setup-go 22:57:31 Selecting previously unselected package python3. 22:57:31 (Reading database ... 13442 files and directories currently installed.) 22:57:31 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:57:31 Unpacking python3 (3.6.7-1~18.04) ... 22:57:31 Selecting previously unselected package multiarch-support. 22:57:31 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:57:31 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:57:31 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:57:31 Selecting previously unselected package liblzo2-2:amd64. 22:57:31 (Reading database ... 13479 files and directories currently installed.) 22:57:31 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:57:31 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:57:31 Selecting previously unselected package libbsd0:amd64. 22:57:31 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:57:31 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:57:32 Selecting previously unselected package sudo. 22:57:32 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:57:32 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:57:32 Selecting previously unselected package apparmor. 22:57:32 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:57:32 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:57:32 Selecting previously unselected package libedit2:amd64. 22:57:32 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:57:32 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:57:32 Selecting previously unselected package libkrb5support0:amd64. 22:57:32 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:57:32 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:57:32 Selecting previously unselected package libk5crypto3:amd64. 22:57:32 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:57:32 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:57:32 Selecting previously unselected package libkeyutils1:amd64. 22:57:32 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:57:32 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:57:32 Selecting previously unselected package libkrb5-3:amd64. 22:57:32 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:57:32 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:57:32 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:57:32 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:57:32 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:57:33 Selecting previously unselected package libssl1.0.0:amd64. 22:57:33 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:57:33 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:57:34 Selecting previously unselected package openssh-client. 22:57:34 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:57:34 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:57:34 Selecting previously unselected package squashfs-tools. 22:57:34 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:57:34 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:57:34 Selecting previously unselected package snapd. 22:57:34 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:57:35 Unpacking snapd (2.48.3+18.04) ... 22:57:37 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:57:37 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:57:37 Setting up mime-support (3.60ubuntu1) ... 22:57:37 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:57:37 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:57:37 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:57:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:57:37 Setting up systemd (237-3ubuntu10.45) ... 22:57:37 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:57:38 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:57:38 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:57:38 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:57:38 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:57:38 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:57:38 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:57:39 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:57:39 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:57:39 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:57:39 Setting up python3 (3.6.7-1~18.04) ... 22:57:39 running python rtupdate hooks for python3.6... 22:57:39 running python post-rtupdate hooks for python3.6... 22:57:39 Setting up apparmor (2.12-4ubuntu5.1) ... 22:57:41 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:57:41 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:57:41 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:57:41 Setting up snapd (2.48.3+18.04) ... 22:57:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:57:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:57:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:57:42 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:57:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:57:43 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:57:43 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:57:43 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:57:43 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:57:43 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:57:43 /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' 22:57:43 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:57:44 Processing triggers for systemd (237-3ubuntu10.45) ... 22:57:45 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:57:45 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:57:45 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:57:47 Reading package lists... 22:57:47 Reading package lists... 22:57:47 Building dependency tree... 22:57:47 Reading state information... 22:57:48 Calculating upgrade... 22:57:48 The following packages will be upgraded: 22:57:48 advancecomp base-files bash binutils binutils-common 22:57:48 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:57:48 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:57:48 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:57:48 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:57:48 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:57:48 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:57:48 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:57:48 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:57:48 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:57:48 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:57:48 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:57:48 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:57:48 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:57:48 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:57:48 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:57:48 Need to get 63.8 MB of archives. 22:57:48 After this operation, 5208 kB of additional disk space will be used. 22:57:48 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:57:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 22:57:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:57:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:57:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:57:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:57:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:57:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:57:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:57:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:57:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:57:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:57:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:57:49 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:57:49 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:57:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:57:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:57:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:57:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:57:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:57:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:57:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:57:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:57:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:57:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:57:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:57:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:57:49 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:57:49 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:57:49 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:57:49 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:57:49 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:57:49 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:57:49 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:57:49 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:57:49 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:57:49 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:57:49 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:57:49 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:57:49 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:57:49 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 22:57:49 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:57:49 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:57:49 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:57:49 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:57:49 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:57:49 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:57:49 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:57:49 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:57:49 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:57:49 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:57:49 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:57:49 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:57:49 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:57:49 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:57:49 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:57:49 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:57:49 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:57:49 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:57:49 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:57:49 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:57:49 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:57:49 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:57:49 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:57:49 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:57:49 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:57:49 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:57:49 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:57:49 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:57:49 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:57:49 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:57:49 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 22:57:49 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:57:49 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:57:49 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:57:49 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:57:49 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:57:49 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:57:49 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:57:49 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:57:49 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:57:49 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:57:49 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:57:49 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:57:49 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:57:49 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:57:49 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:57:49 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:57:50 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:57:50 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:57:50 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:57:51 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:57:51 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:57:51 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:57:51 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:57:51 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:57:51 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:57:51 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:57:51 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:57:51 debconf: delaying package configuration, since apt-utils is not installed 22:57:51 Fetched 63.8 MB in 4s (18.1 MB/s) 22:57:51 (Reading database ... 13912 files and directories currently installed.) 22:57:51 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:57:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:57:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:57:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:57:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 22:57:52 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 22:57:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:53 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:53 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:54 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:54 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:54 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:54 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:57:54 (Reading database ... 13911 files and directories currently installed.) 22:57:54 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:54 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:57:54 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:57:54 (Reading database ... 13911 files and directories currently installed.) 22:57:54 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:54 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:55 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:55 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:57:55 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:57:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:57:55 (Reading database ... 13911 files and directories currently installed.) 22:57:55 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:57:55 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:57:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:57:56 (Reading database ... 13911 files and directories currently installed.) 22:57:56 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:57:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:57:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:57:56 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:57:56 Setting up base-files (10.1ubuntu2.10) ... 22:57:56 Installing new version of config file /etc/issue ... 22:57:56 Installing new version of config file /etc/issue.net ... 22:57:56 Installing new version of config file /etc/lsb-release ... 22:57:56 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:57:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:57:57 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:57:57 Removing obsolete conffile /etc/default/motd-news ... 22:57:57 (Reading database ... 13912 files and directories currently installed.) 22:57:57 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:57:57 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:57:57 Setting up bash (4.4.18-2ubuntu1.2) ... 22:57:57 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 22:57:57 (Reading database ... 13912 files and directories currently installed.) 22:57:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:57:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:57:57 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:57:57 (Reading database ... 13912 files and directories currently installed.) 22:57:57 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:57:57 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:57:58 Setting up tar (1.29b-2ubuntu0.2) ... 22:57:58 (Reading database ... 13912 files and directories currently installed.) 22:57:58 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:57:58 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:57:58 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:57:58 (Reading database ... 13912 files and directories currently installed.) 22:57:58 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:57:58 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:57:58 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:57:58 (Reading database ... 13912 files and directories currently installed.) 22:57:58 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:57:58 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:57:59 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:57:59 (Reading database ... 13912 files and directories currently installed.) 22:57:59 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:57:59 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:57:59 Setting up grep (3.1-2build1) ... 22:57:59 (Reading database ... 13912 files and directories currently installed.) 22:57:59 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:57:59 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:57:59 Setting up login (1:4.5-1ubuntu2) ... 22:57:59 (Reading database ... 13912 files and directories currently installed.) 22:57:59 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:57:59 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:58:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:58:00 (Reading database ... 13912 files and directories currently installed.) 22:58:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:58:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:58:00 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:58:00 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:58:00 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:58:00 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:58:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:58:01 (Reading database ... 13912 files and directories currently installed.) 22:58:01 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:58:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:58:02 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:58:02 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:58:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:58:03 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:58:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:58:03 (Reading database ... 13912 files and directories currently installed.) 22:58:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:58:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:58:03 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:58:03 (Reading database ... 13912 files and directories currently installed.) 22:58:03 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:58:03 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:58:03 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:58:04 (Reading database ... 13912 files and directories currently installed.) 22:58:04 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:58:04 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:58:04 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:58:04 (Reading database ... 13912 files and directories currently installed.) 22:58:04 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:58:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:58:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:58:04 (Reading database ... 13912 files and directories currently installed.) 22:58:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:58:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:58:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:58:04 (Reading database ... 13912 files and directories currently installed.) 22:58:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:58:04 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:58:04 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:58:05 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:58:05 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:58:05 (Reading database ... 13912 files and directories currently installed.) 22:58:05 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:58:05 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:58:05 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:58:05 (Reading database ... 13912 files and directories currently installed.) 22:58:05 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:58:05 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:58:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:58:05 (Reading database ... 13912 files and directories currently installed.) 22:58:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:58:06 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:58:06 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:58:06 (Reading database ... 13912 files and directories currently installed.) 22:58:06 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:58:06 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:58:06 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:58:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:58:07 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:58:07 (Reading database ... 13912 files and directories currently installed.) 22:58:07 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:58:07 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:58:07 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:58:07 (Reading database ... 13912 files and directories currently installed.) 22:58:07 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:58:07 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:58:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:58:07 (Reading database ... 13914 files and directories currently installed.) 22:58:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:58:08 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:58:08 Setting up debconf (1.5.66ubuntu1) ... 22:58:08 (Reading database ... 13914 files and directories currently installed.) 22:58:08 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:58:08 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:58:08 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:58:08 (Reading database ... 13914 files and directories currently installed.) 22:58:08 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:58:08 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:58:08 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:58:08 (Reading database ... 13914 files and directories currently installed.) 22:58:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:58:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:58:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:58:09 (Reading database ... 13914 files and directories currently installed.) 22:58:09 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:58:09 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:58:09 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:58:09 (Reading database ... 13914 files and directories currently installed.) 22:58:09 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:58:09 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:58:10 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:58:10 (Reading database ... 13914 files and directories currently installed.) 22:58:10 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:58:10 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:58:10 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 22:58:10 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 22:58:10 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:58:10 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:58:10 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:58:10 (Reading database ... 13914 files and directories currently installed.) 22:58:10 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:58:10 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:58:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:58:10 (Reading database ... 13914 files and directories currently installed.) 22:58:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:58:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:58:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:58:11 (Reading database ... 13914 files and directories currently installed.) 22:58:11 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:58:11 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:58:11 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:58:11 (Reading database ... 13914 files and directories currently installed.) 22:58:11 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:58:11 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:58:12 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:58:12 (Reading database ... 13914 files and directories currently installed.) 22:58:12 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:58:12 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:58:12 Setting up passwd (1:4.5-1ubuntu2) ... 22:58:12 (Reading database ... 13914 files and directories currently installed.) 22:58:12 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:58:12 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:58:12 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:58:12 (Reading database ... 13914 files and directories currently installed.) 22:58:12 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:58:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:58:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:58:12 (Reading database ... 13914 files and directories currently installed.) 22:58:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:58:13 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:58:13 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:58:13 (Reading database ... 13914 files and directories currently installed.) 22:58:13 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:58:13 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:58:13 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:58:13 (Reading database ... 13914 files and directories currently installed.) 22:58:13 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:58:13 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:58:13 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:58:13 (Reading database ... 13914 files and directories currently installed.) 22:58:13 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:58:13 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:58:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:58:13 (Reading database ... 13914 files and directories currently installed.) 22:58:13 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:58:13 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:58:14 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:58:14 (Reading database ... 13915 files and directories currently installed.) 22:58:14 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:58:14 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:58:14 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:58:14 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:58:14 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:58:14 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:58:14 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:58:14 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:58:14 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:58:14 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:58:14 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:58:14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:58:15 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:58:15 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:58:15 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:58:15 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:58:15 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:58:15 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:58:15 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:58:15 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:58:15 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:58:15 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:58:15 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:58:15 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:58:17 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:58:17 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:58:17 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:58:17 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:58:17 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:58:17 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:58:17 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:58:17 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:58:17 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:58:17 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:58:17 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:58:17 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:58:18 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:18 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:18 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:18 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:18 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:18 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:18 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:18 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:19 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:19 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:20 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:20 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:22 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:58:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:58:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:58:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:58:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:58:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:58:23 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:58:23 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:58:23 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:58:23 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:58:23 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:58:24 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:58:24 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:58:24 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:58:24 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:58:24 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:58:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:58:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:58:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:58:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:58:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:58:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:58:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:58:24 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:58:24 22:58:24 Current default time zone: 'Etc/UTC' 22:58:24 Local time is now: Mon Mar 29 22:58:24 UTC 2021. 22:58:24 Universal Time is now: Mon Mar 29 22:58:24 UTC 2021. 22:58:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:58:24 22:58:24 Setting up systemd-sysv (237-3ubuntu10.45) ... 22:58:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:58:25 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 22:58:25 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:58:25 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:58:25 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:58:25 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:58:25 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:58:25 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:58:25 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:58:25 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:58:25 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:58:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:58:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:58:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:58:25 Setting up patch (2.7.6-2ubuntu1.1) ... 22:58:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:58:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:58:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 22:58:25 Installing new version of config file /etc/ssl/openssl.cnf ... 22:58:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:58:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:58:25 Setting up ca-certificates (20210119~18.04.1) ... 22:58:27 Updating certificates in /etc/ssl/certs... 22:58:28 23 added, 27 removed; done. 22:58:28 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:58:28 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:58:28 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:58:28 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:58:28 Setting up pkgbinarymangler (138.18.04.1) ... 22:58:28 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:58:28 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:58:28 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:58:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:58:28 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:58:28 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:58:28 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:58:28 Setting up perl (5.26.1-6ubuntu0.5) ... 22:58:29 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:58:29 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:58:29 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:58:29 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:58:29 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:58:29 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:58:29 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:58:29 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:58:29 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:58:29 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:58:29 Processing triggers for systemd (237-3ubuntu10.45) ... 22:58:29 Processing triggers for mime-support (3.60ubuntu1) ... 22:58:29 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:58:29 Updating certificates in /etc/ssl/certs... 22:58:30 0 added, 0 removed; done. 22:58:30 Running hooks in /etc/ca-certificates/update.d... 22:58:30 done. 22:58:30 Reading package lists... 22:58:31 Building dependency tree... 22:58:31 Reading state information... 22:58:31 The following NEW packages will be installed: 22:58:31 apt-transport-https 22:58:31 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:58:31 Need to get 1696 B of archives. 22:58:31 After this operation, 153 kB of additional disk space will be used. 22:58:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:58:31 debconf: delaying package configuration, since apt-utils is not installed 22:58:31 Fetched 1696 B in 0s (22.5 kB/s) 22:58:31 Selecting previously unselected package apt-transport-https. 22:58:31 (Reading database ... 13920 files and directories currently installed.) 22:58:31 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:58:31 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:58:31 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:58:31 Waiting for network to be ready... 22:58:40 2021-03-29T22:58:36Z INFO Waiting for automatic snapd restart... 22:58:40 snapd 2.49.1 from Canonical* installed 22:58:40 "snapd" switched to the "latest/stable" channel 22:58:40 22:58:44 core18 20210128 from Canonical* installed 22:58:45 "core18" switched to the "latest/stable" channel 22:58:45 22:58:52 snapcraft 4.5.4 from Canonical* installed 22:58:52 "snapcraft" switched to the "latest/stable" channel 22:58:52 22:58:53 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:53 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:58:53 ---> 5ec2f39476d2 22:58:53 Step 3/26 : WORKDIR /edgex-go 22:58:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:58:53 ---> 5ec2f39476d2 22:58:53 Step 3/23 : WORKDIR /edgex-go 22:58:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:58:53 ---> 5ec2f39476d2 22:58:53 Step 3/21 : WORKDIR /edgex-go 22:58:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:58:53 ---> 5ec2f39476d2 22:58:53 Step 3/22 : WORKDIR /edgex-go 22:58:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:58:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:58:53 ---> 5ec2f39476d2 22:58:53 Step 3/22 : WORKDIR /edgex-go 22:58:53 ---> Running in 4115f762b04e 22:58:53 ---> Running in fc747d40fd80 22:58:53 ---> Running in eb908044ae7a 22:58:53 ---> Running in 2a72ee4e895f 22:58:53 ---> Running in b200b7f449c1 22:58:53 Removing intermediate container eb908044ae7a 22:58:53 ---> ef26f58101b3 22:58:53 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:53 Removing intermediate container b200b7f449c1 22:58:53 ---> b1dbf44d2682 22:58:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:53 Removing intermediate container 2a72ee4e895f 22:58:53 ---> c671b09c16ff 22:58:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:53 Removing intermediate container fc747d40fd80 22:58:53 ---> 298c2313c6c3 22:58:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:53 Removing intermediate container 4115f762b04e 22:58:53 ---> fa83ba0042b0 22:58:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:58:53 ---> Running in e7826b8076cd 22:58:53 ---> Running in 6c0f69ffa1d1 22:58:53 ---> Running in f965ca05e475 22:58:53 ---> Running in e874cd13f0a6 22:58:53 ---> Running in 5948a1dd3f78 22:58:53 Removing intermediate container e7826b8076cd 22:58:53 ---> ffffa10962a6 22:58:53 Step 5/26 : RUN apk add --update --no-cache make bash git 22:58:53 ---> Running in 75199350d3ee 22:58:53 Removing intermediate container 6c0f69ffa1d1 22:58:53 ---> baf82b7480c0 22:58:53 Step 5/21 : RUN apk add --update --no-cache make git 22:58:53 Removing intermediate container e874cd13f0a6 22:58:53 ---> 53d0a1b832ef 22:58:53 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:58:53 ---> Running in 3e1102c18375 22:58:53 Removing intermediate container 5948a1dd3f78 22:58:53 ---> a6e771186525 22:58:53 Step 5/22 : RUN apk add --update --no-cache make git 22:58:53 Removing intermediate container f965ca05e475 22:58:53 ---> a10c24f90d67 22:58:53 Step 5/23 : RUN apk add --update --no-cache make git 22:58:53 ---> Running in e964cd22c90c 22:58:53 ---> Running in d32a29b4a049 22:58:53 ---> Running in 559eec9c9d1f 22:58:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:55 OK: 217 MiB in 51 packages 22:58:55 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: 22:58:55 - README.md 22:58:55 22:58:55 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:58:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:58:55 OK: 217 MiB in 51 packages 22:58:56 OK: 217 MiB in 51 packages 22:58:56 OK: 217 MiB in 51 packages 22:58:56 Removing intermediate container 75199350d3ee 22:58:56 ---> 61aa4663e9ef 22:58:56 Step 6/26 : COPY go.mod . 22:58:56 OK: 217 MiB in 51 packages 22:58:57 Removing intermediate container 3e1102c18375 22:58:57 ---> 7376c49ba6d0 22:58:57 Step 6/21 : COPY go.mod . 22:58:57 ---> 6f31575310e0 22:58:57 Step 7/26 : RUN go mod download 22:58:57 ---> Running in 9c11ad7e48f4 22:58:58 Removing intermediate container e964cd22c90c 22:58:58 ---> 1e66b598841d 22:58:58 Step 6/22 : COPY go.mod . 22:58:58 Removing intermediate container d32a29b4a049 22:58:58 ---> 892dc260939e 22:58:58 Step 6/22 : COPY go.mod . 22:58:58 Removing intermediate container 559eec9c9d1f 22:58:58 ---> 5c71ef635a89 22:58:58 Step 6/23 : COPY go.mod . 22:58:58 ---> 15743fa75adc 22:58:58 Step 7/21 : RUN go mod download 22:58:58 ---> Running in e6f190329235 22:58:59 ---> 63db0c483f99 22:58:59 Step 7/22 : RUN go mod download 22:58:59 ---> 9b5b740a4caf 22:58:59 Step 7/22 : RUN go mod download 22:58:59 ---> Running in 62c39d509e84 22:58:59 ---> Running in d48c06d7d61d 22:58:59 ---> be2b7fa1872c 22:58:59 Step 7/23 : RUN go mod download 22:59:00 ---> Running in bf6eba35b483 22:59:01 Removing intermediate container 9c11ad7e48f4 22:59:01 ---> a2c2e0151a15 22:59:01 Step 8/26 : COPY . . 22:59:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:59:01 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:59:01 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:59:01 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:59:02 Removing intermediate container e6f190329235 22:59:02 ---> dd560e91c573 22:59:02 Step 8/21 : COPY . . 22:59:03 Reading package lists... 22:59:03 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:59:04 Removing intermediate container 62c39d509e84 22:59:04 ---> 2f40177a9b62 22:59:04 Step 8/22 : COPY . . 22:59:05 Removing intermediate container d48c06d7d61d 22:59:05 ---> 67f334e85d7c 22:59:05 Step 8/22 : COPY . . 22:59:05 Removing intermediate container bf6eba35b483 22:59:05 ---> 0b6ebafdc48d 22:59:05 Step 8/23 : COPY . . 22:59:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:59:10 Reading package lists... 22:59:10 Building dependency tree... 22:59:10 Reading state information... 22:59:10 Suggested packages: 22:59:10 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:59:10 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:59:10 Recommended packages: 22:59:10 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:59:10 The following NEW packages will be installed: 22:59:10 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:59:10 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:59:10 pkg-config zip 22:59:10 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:59:10 Need to get 7657 kB of archives. 22:59:10 After this operation, 43.8 MB of additional disk space will be used. 22:59:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:59:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:59:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:59:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:59:10 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:59:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:59:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:59:10 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:59:10 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:59:10 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:59:10 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:59:10 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:59:10 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:59:11 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:59:11 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:59:11 debconf: delaying package configuration, since apt-utils is not installed 22:59:11 Fetched 7657 kB in 1s (10.3 MB/s) 22:59:11 Selecting previously unselected package libglib2.0-0:amd64. 22:59:11 (Reading database ... 13924 files and directories currently installed.) 22:59:11 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:59:11 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:59:11 Selecting previously unselected package libpsl5:amd64. 22:59:11 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:59:11 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:59:11 Selecting previously unselected package libnghttp2-14:amd64. 22:59:11 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:59:11 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:59:11 Selecting previously unselected package librtmp1:amd64. 22:59:11 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:59:11 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:59:11 Selecting previously unselected package libcurl3-gnutls:amd64. 22:59:11 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:59:11 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:59:11 Selecting previously unselected package liberror-perl. 22:59:11 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:59:11 Unpacking liberror-perl (0.17025-1) ... 22:59:11 Selecting previously unselected package git-man. 22:59:11 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:59:11 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:59:12 Selecting previously unselected package git. 22:59:12 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:59:12 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:59:13 Selecting previously unselected package libnorm1:amd64. 22:59:13 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:59:13 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:59:13 Selecting previously unselected package libpgm-5.2-0:amd64. 22:59:13 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:59:13 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:59:13 Selecting previously unselected package libsodium23:amd64. 22:59:13 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:59:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:59:13 Selecting previously unselected package libzmq5:amd64. 22:59:13 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:59:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:59:13 Selecting previously unselected package libzmq3-dev:amd64. 22:59:13 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:59:13 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:59:13 Selecting previously unselected package pkg-config. 22:59:13 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:59:13 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:59:13 Selecting previously unselected package zip. 22:59:13 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:59:13 Unpacking zip (3.0-11build1) ... 22:59:13 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:59:13 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:59:13 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:59:13 Setting up liberror-perl (0.17025-1) ... 22:59:13 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:59:13 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:59:13 No schema files found: doing nothing. 22:59:13 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:59:13 Setting up zip (3.0-11build1) ... 22:59:13 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:59:13 Setting up libsodium23:amd64 (1.0.16-2) ... 22:59:13 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:59:13 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:59:14 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:59:14 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:59:14 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:59:14 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:59:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:59:20 git set to automatically installed. 22:59:20 git-man set to automatically installed. 22:59:20 libcurl3-gnutls set to automatically installed. 22:59:20 liberror-perl set to automatically installed. 22:59:20 libglib2.0-0 set to automatically installed. 22:59:20 libnghttp2-14 set to automatically installed. 22:59:20 libnorm1 set to automatically installed. 22:59:20 libpgm-5.2-0 set to automatically installed. 22:59:20 libpsl5 set to automatically installed. 22:59:20 librtmp1 set to automatically installed. 22:59:20 libsodium23 set to automatically installed. 22:59:20 libzmq3-dev set to automatically installed. 22:59:20 libzmq5 set to automatically installed. 22:59:20 pkg-config set to automatically installed. 22:59:20 zip set to automatically installed. 22:59:22 snapd is not logged in, snap install commands will use sudo 22:59:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:59:28 error: cannot refresh "core18": unexpectedly empty response from the server 22:59:28 (try again later) 22:59:29 Error while refreshing snap 'core18' to channel 'latest/stable' 22:59:29 Run the same command again with --debug to shell into the environment if you wish to introspect this failure. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:59:31 Failed in branch amd64 22:59:32 ---> 7216b4766a00 22:59:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:59:32 ---> fcc0d043b0df 22:59:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:59:32 ---> 5c30626aaea2 22:59:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:59:32 ---> ebc1468d5c3d 22:59:32 Step 9/23 : RUN make cmd/core-command/core-command 22:59:32 ---> a10f07c884be 22:59:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:59:32 ---> Running in 76efd34d3934 22:59:32 ---> Running in ef14f6486db5 22:59:32 ---> Running in fec65b723806 22:59:32 ---> Running in a7bc47cc547c 22:59:32 ---> Running in c7439949aca2 22:59:32 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 22:59:32 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 22:59:32 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 22:59:32 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 22:59:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 23:01: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 23:01:34 Removing intermediate container ef14f6486db5 23:01:34 ---> ed0321ba3866 23:01:34 23:01:34 Step 10/21 : FROM alpine:3.12 23:01:34 Removing intermediate container 76efd34d3934 23:01:34 ---> f86096d0aee7 23:01:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 23:01:34 3.12: Pulling from library/alpine 23:01:34 ---> Running in d3addff8f3cb 23:01:35 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 23:01:35 Status: Downloaded newer image for alpine:3.12 23:01:35 ---> e47305ac9786 23:01:35 Step 11/21 : RUN apk add --update --no-cache curl 23:01:35 ---> Running in 8778c152c11d 23:01:36 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 23:01:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:37 (1/4) Installing ca-certificates (20191127-r4) 23:01:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 23:01:37 (3/4) Installing libcurl (7.69.1-r3) 23:01:37 (4/4) Installing curl (7.69.1-r3) 23:01:37 Executing busybox-1.31.1-r19.trigger 23:01:38 Executing ca-certificates-20191127-r4.trigger 23:01:38 OK: 7 MiB in 18 packages 23:01:42 Removing intermediate container a7bc47cc547c 23:01:42 ---> 88e67a8d4b46 23:01:42 23:01:42 Step 10/23 : FROM alpine:3.12 23:01:42 ---> e47305ac9786 23:01:42 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:01:42 Removing intermediate container fec65b723806 23:01:42 ---> 8e37d7661ced 23:01:42 23:01:42 Step 10/22 : FROM alpine:3.12 23:01:42 ---> e47305ac9786 23:01:42 Step 11/22 : RUN apk add --update --no-cache dumb-init 23:01:42 Removing intermediate container c7439949aca2 23:01:42 ---> a70663fa18a1 23:01:42 23:01:42 Step 10/22 : FROM alpine:3.12 23:01:42 ---> e47305ac9786 23:01:42 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 23:01:42 ---> Running in 2004bf827408 23:01:42 ---> Running in c87d9dbd5b0a 23:01:42 ---> Running in a1a0710fab40 23:01:42 Removing intermediate container d3addff8f3cb 23:01:42 ---> aa70ceb381a1 23:01:42 23:01:42 Step 11/26 : FROM docker:20.10.0 23:01:42 Removing intermediate container 8778c152c11d 23:01:42 ---> d18af3d27271 23:01:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:01:42 20.10.0: Pulling from library/docker 23:01:43 ---> Running in b6880a1d2fb3 23:01:44 Removing intermediate container b6880a1d2fb3 23:01:44 ---> 0204bbb6c82c 23:01:44 Step 13/21 : WORKDIR /edgex 23:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:44 ---> Running in 63623dc09261 23:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:45 (1/2) Installing ca-certificates (20191127-r4) 23:01:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:45 (2/2) Installing dumb-init (1.2.2-r1) 23:01:45 Executing busybox-1.31.1-r19.trigger 23:01:45 Executing ca-certificates-20191127-r4.trigger 23:01:45 (1/1) Installing dumb-init (1.2.2-r1) 23:01:45 Executing busybox-1.31.1-r19.trigger 23:01:45 OK: 5 MiB in 15 packages 23:01:45 OK: 6 MiB in 16 packages 23:01:45 (1/1) Installing dumb-init (1.2.2-r1) 23:01:45 Executing busybox-1.31.1-r19.trigger 23:01:45 Removing intermediate container 63623dc09261 23:01:45 ---> ec62a3f6d1fe 23:01:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 23:01:45 OK: 5 MiB in 15 packages 23:01:47 ---> 64bdb80d0a9e 23:01:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 23:01:47 Removing intermediate container 2004bf827408 23:01:47 ---> bfed1f987770 23:01:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:01:47 ---> Running in 22900f9c1935 23:01:47 Removing intermediate container a1a0710fab40 23:01:47 ---> 28e5359e94cc 23:01:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:01:48 Removing intermediate container c87d9dbd5b0a 23:01:48 ---> d65e778d6d5d 23:01:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 23:01:48 ---> Running in f0d14cddda21 23:01:49 Removing intermediate container 22900f9c1935 23:01:49 ---> e933aff48846 23:01:49 Step 13/23 : ENV APP_PORT=48082 23:01:49 ---> Running in e22b19636e86 23:01:49 ---> 35f1c4c37ce0 23:01:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 23:01:49 ---> Running in 9b4ee19a5686 23:01:49 Removing intermediate container f0d14cddda21 23:01:49 ---> 429af95a05bb 23:01:49 Step 13/22 : ENV APP_PORT=48085 23:01:50 ---> Running in e1a45be674a9 23:01:50 Removing intermediate container e22b19636e86 23:01:50 ---> 9d83717eb3a5 23:01:50 Step 13/22 : ENV APP_PORT=48060 23:01:50 Removing intermediate container 9b4ee19a5686 23:01:50 ---> 285d0768c321 23:01:50 Step 14/23 : EXPOSE $APP_PORT 23:01:51 ---> Running in dc68195c33c9 23:01:51 ---> Running in 806d9788b035 23:01:51 Removing intermediate container e1a45be674a9 23:01:51 ---> f2795165a307 23:01:51 Step 14/22 : EXPOSE $APP_PORT 23:01:51 ---> d1829dd20917 23:01:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 23:01:51 ---> Running in e2a894a868cd 23:01:52 ---> Running in ef756449dd42 23:01:52 Removing intermediate container dc68195c33c9 23:01:52 ---> 3aa08876b4b3 23:01:52 Step 15/23 : WORKDIR / 23:01:52 Removing intermediate container 806d9788b035 23:01:52 ---> aabb8741e425 23:01:52 Step 14/22 : EXPOSE $APP_PORT 23:01:52 ---> Running in 6d05028f37be 23:01:53 ---> Running in 047613044ea8 23:01:53 Removing intermediate container e2a894a868cd 23:01:53 ---> a2262395c69b 23:01:53 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:53 Removing intermediate container ef756449dd42 23:01:53 ---> 7a095e291025 23:01:53 Step 18/21 : CMD ["--init=true"] 23:01:53 ---> Running in 8e6daa29bfe4 23:01:54 Removing intermediate container 6d05028f37be 23:01:54 ---> c571fca82db6 23:01:54 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:54 Removing intermediate container 047613044ea8 23:01:54 ---> 86487c8028d8 23:01:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 23:01:54 ---> e76d4decb804 23:01:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 23:01:54 Removing intermediate container 8e6daa29bfe4 23:01:54 ---> 04b5ca97c66d 23:01:54 Step 19/21 : LABEL arch=arm64 23:01:54 ---> Running in af00984e4c07 23:01:55 ---> 3e8b30143af3 23:01:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 23:01:55 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:01:55 Status: Downloaded newer image for docker:20.10.0 23:01:55 ---> eeaf43b92773 23:01:55 Step 12/26 : RUN apk add --no-cache bash 23:01:55 ---> b04cdb63efcc 23:01:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 23:01:55 Removing intermediate container af00984e4c07 23:01:55 ---> 1747bee87efd 23:01:55 Step 20/21 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:01:55 ---> Running in f688deaf3394 23:01:56 ---> Running in 35569dfabf1c 23:01:56 ---> 642402e73bb1 23:01:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 23:01:57 ---> 54cb990b48c3 23:01:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 23:01:57 Removing intermediate container 35569dfabf1c 23:01:57 ---> 99b80e1125bd 23:01:57 Step 21/21 : LABEL version=0.0.0 23:01:57 ---> c4bc0846f091 23:01:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 23:01:57 ---> Running in 6ec7bb54743a 23:01:57 ---> 217a4d3d7096 23:01:57 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 23:01:57 ---> Running in 2339012a61af 23:01:58 Removing intermediate container 6ec7bb54743a 23:01:58 ---> 3310a7faf9d7 23:01:58 23:01:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:01:58 ---> 185631229642 23:01:58 Step 19/23 : ENTRYPOINT ["/core-command"] 23:01:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:01:58 ---> 64da1026b622 23:01:58 Step 18/22 : ENTRYPOINT ["/support-notifications"] 23:01:58 Successfully built 3310a7faf9d7 23:01:58 Removing intermediate container 2339012a61af 23:01:58 ---> 0e1e8a1bd0b1 23:01:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 23:01:58  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 23:01:58 ---> Running in a569e3984234 23:01:58 ---> Running in 3535bfed211e 23:01:58 ---> Running in c1da0faae2c1 23:01:58 (1/2) Installing readline (8.0.4-r0) 23:01:58 (2/2) Installing bash (5.0.17-r0) 23:01:58 Executing bash-5.0.17-r0.post-install 23:01:58 Executing busybox-1.31.1-r19.trigger 23:01:59 OK: 12 MiB in 22 packages 23:01:59 Removing intermediate container a569e3984234 23:01:59 ---> e6f640a0ec46 23:01:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:59 Removing intermediate container 3535bfed211e 23:01:59 ---> 03738d8e6560 23:01:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:01:59 Removing intermediate container c1da0faae2c1 23:01:59 ---> 6d137138e6f2 23:01:59 Step 20/22 : LABEL arch=arm64 23:01:59 ---> Running in f9657e2a5d14 23:01:59 ---> Running in 25fa30b784dc 23:01:59 ---> Running in 00372d0a4f33 23:02:00 Removing intermediate container f9657e2a5d14 23:02:00 ---> 80117994390b 23:02:00 Step 20/22 : LABEL arch=arm64 23:02:01 Removing intermediate container 00372d0a4f33 23:02:01 ---> e544784c370b 23:02:01 Step 21/22 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:02:01 Removing intermediate container 25fa30b784dc 23:02:01 ---> ddd390954edf 23:02:01 Step 21/23 : LABEL arch=arm64 23:02:01 ---> Running in ed9a5fb24c49 23:02:02 ---> Running in 92d047eec9be 23:02:02 Removing intermediate container f688deaf3394 23:02:02 ---> 9cb148a3b4d8 23:02:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 23:02:02 ---> Running in 35dba7b97fe9 23:02:02 Removing intermediate container ed9a5fb24c49 23:02:02 ---> 997fb1b46eaa 23:02:02 Step 21/22 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:02:02 ---> Running in a8807f09fbe3 23:02:02 ---> Running in ded370b95160 23:02:02 Removing intermediate container 92d047eec9be 23:02:02 ---> 3d4ea65497f3 23:02:02 Step 22/22 : LABEL version=0.0.0 23:02:03 Removing intermediate container 35dba7b97fe9 23:02:03 ---> 4322dccd1e2b 23:02:03 Step 22/23 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:02:03 ---> Running in 3c349e2acedc 23:02:03 ---> Running in e8ff2ae477ac 23:02:03 Removing intermediate container a8807f09fbe3 23:02:03 ---> b939135cae87 23:02:03 Step 14/26 : ENV APP_PORT=48090Removing intermediate container ded370b95160 23:02:03 23:02:03 ---> acb6e12ae2cd 23:02:03 Step 22/22 : LABEL version=0.0.0 23:02:04 Removing intermediate container 3c349e2acedc 23:02:04 ---> 0a7d91939570 23:02:04 23:02:04 ---> Running in 9110e8bb0a6c 23:02:04 ---> Running in f1bde4fc7d4f 23:02:04 Removing intermediate container e8ff2ae477ac 23:02:04 ---> 20d4d53d65e3 23:02:04 Step 23/23 : LABEL version=0.0.0 23:02:05 Successfully built 0a7d91939570 23:02:05 Successfully tagged docker-support-scheduler-go-arm64:latest 23:02:05 Building docker-security-secretstore-setup-go 23:02:05  Building docker-support-scheduler-go ... done  ---> Running in 6cc1b0787bc4 23:02:05 Removing intermediate container 9110e8bb0a6c 23:02:05 ---> 53a4431ec0db 23:02:05 23:02:05 Removing intermediate container f1bde4fc7d4f 23:02:05 ---> 6b6d80f62ebe 23:02:05 Step 15/26 : EXPOSE $APP_PORT 23:02:05 ---> Running in 2f6299cdd86a 23:02:05 Removing intermediate container 6cc1b0787bc4 23:02:05 ---> 08a8ddaf05d4 23:02:05 23:02:06 Successfully built 53a4431ec0db 23:02:06 Successfully tagged docker-support-notifications-go-arm64:latest 23:02:06  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 23:02:06 Removing intermediate container 2f6299cdd86a 23:02:06 ---> 548887859abb 23:02:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 23:02:06 Successfully built 08a8ddaf05d4 23:02:06 Successfully tagged docker-core-command-go-arm64:latest 23:02:06 Building docker-core-data-go 23:02:07  Building docker-core-command-go ... done  ---> 760cea237f42 23:02:07 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 23:02:08 ---> 91583a735dff 23:02:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 23:02:09 ---> df980e7b4b8a 23:02:09 Step 19/26 : RUN apk --no-cache add py3-pip 23:02:09 ---> Running in 271535babfd1 23:02:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:12 (1/33) Installing libbz2 (1.0.8-r1) 23:02:12 (2/33) Installing expat (2.2.9-r1) 23:02:12 (3/33) Installing libffi (3.3-r2) 23:02:12 (4/33) Installing gdbm (1.13-r1) 23:02:12 (5/33) Installing xz-libs (5.2.5-r0) 23:02:12 (6/33) Installing sqlite-libs (3.32.1-r0) 23:02:12 (7/33) Installing python3 (3.8.8-r0) 23:02:14 (8/33) Installing py3-appdirs (1.4.4-r1) 23:02:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 23:02:14 (10/33) Installing py3-parsing (2.4.7-r0) 23:02:14 (11/33) Installing py3-six (1.15.0-r0) 23:02:14 (12/33) Installing py3-packaging (20.4-r0) 23:02:14 (13/33) Installing py3-setuptools (47.0.0-r0) 23:02:14 (14/33) Installing py3-chardet (3.0.4-r4) 23:02:14 (15/33) Installing py3-idna (2.9-r0) 23:02:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 23:02:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 23:02:14 (18/33) Installing py3-requests (2.23.0-r0) 23:02:14 (19/33) Installing py3-msgpack (1.0.0-r0) 23:02:14 (20/33) Installing py3-lockfile (0.12.2-r3) 23:02:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 23:02:14 (22/33) Installing py3-colorama (0.4.3-r0) 23:02:14 (23/33) Installing py3-distlib (0.3.0-r0) 23:02:14 (24/33) Installing py3-distro (1.5.0-r1) 23:02:14 (25/33) Installing py3-webencodings (0.5.1-r3) 23:02:14 (26/33) Installing py3-html5lib (1.0.1-r4) 23:02:14 (27/33) Installing py3-pytoml (0.1.21-r0) 23:02:14 (28/33) Installing py3-pep517 (0.8.2-r0) 23:02:14 (29/33) Installing py3-progress (1.5-r0) 23:02:14 (30/33) Installing py3-toml (0.10.1-r0) 23:02:14 (31/33) Installing py3-retrying (1.3.3-r0) 23:02:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 23:02:14 (33/33) Installing py3-pip (20.1.1-r0) 23:02:14 Executing busybox-1.31.1-r19.trigger 23:02:14 OK: 71 MiB in 55 packages 23:02:27 Removing intermediate container 271535babfd1 23:02:27 ---> ff958d0d0485 23:02:27 Step 20/26 : RUN pip install docker-compose==1.23.2 23:02:27 ---> Running in 81ac404fdd89 23:02:34 Collecting docker-compose==1.23.2 23:02:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 23:02:34 Collecting jsonschema<3,>=2.5.1 23:02:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 23:02:35 Collecting PyYAML<4,>=3.10 23:02:35 Downloading PyYAML-3.13.tar.gz (270 kB) 23:02:40 Collecting cached-property<2,>=1.2.0 23:02:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 23:02:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 23:02:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 23:02:42 Collecting texttable<0.10,>=0.9.0 23:02:42 Downloading texttable-0.9.1.tar.gz (11 kB) 23:02:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:02:43 ---> 5ec2f39476d2 23:02:43 Step 3/23 : WORKDIR /edgex-go 23:02:43 ---> Using cache 23:02:43 ---> fa83ba0042b0 23:02:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:43 ---> Using cache 23:02:43 ---> a10c24f90d67 23:02:43 Step 5/23 : RUN apk add --update --no-cache make git 23:02:43 ---> Using cache 23:02:43 ---> 5c71ef635a89 23:02:43 Step 6/23 : COPY go.mod . 23:02:43 ---> Using cache 23:02:43 ---> be2b7fa1872c 23:02:43 Step 7/23 : RUN go mod download 23:02:43 ---> Using cache 23:02:43 ---> 0b6ebafdc48d 23:02:43 Step 8/23 : COPY . . 23:02:43 ---> Using cache 23:02:43 ---> ebc1468d5c3d 23:02:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 23:02:46 Collecting docker<4.0,>=3.6.0 23:02:46 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 23:02:48 Collecting docopt<0.7,>=0.6.1 23:02:48 Downloading docopt-0.6.2.tar.gz (25 kB) 23:02:48 ---> Running in 3e681443e436 23:02:50 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 23:02:51 Collecting dockerpty<0.5,>=0.4.1 23:02:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 23:02:54 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 23:02:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 23:02:54 ---> 5ec2f39476d2 23:02:54 Step 3/24 : WORKDIR /edgex-go 23:02:54 ---> Using cache 23:02:54 ---> fa83ba0042b0 23:02:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:54 ---> Using cache 23:02:54 ---> a10c24f90d67 23:02:54 Step 5/24 : RUN apk add --update --no-cache make git 23:02:54 ---> Using cache 23:02:54 ---> 5c71ef635a89 23:02:54 Step 6/24 : COPY go.mod . 23:02:54 ---> Using cache 23:02:54 ---> be2b7fa1872c 23:02:54 Step 7/24 : RUN go mod download 23:02:54 ---> Using cache 23:02:54 ---> 0b6ebafdc48d 23:02:54 Step 8/24 : COPY . . 23:02:54 ---> Using cache 23:02:54 ---> ebc1468d5c3d 23:02:54 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 23:02:55 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:55 Step 2/23 : FROM ${BUILDER_BASE} AS builder 23:02:55 ---> 5ec2f39476d2 23:02:55 Step 3/23 : WORKDIR /edgex-go 23:02:55 ---> Using cache 23:02:55 ---> fa83ba0042b0 23:02:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:55 ---> Using cache 23:02:55 ---> a10c24f90d67 23:02:55 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 23:02:55 Collecting websocket-client<1.0,>=0.32.0 23:02:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 23:02:55 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 23:02:55 Step 2/31 : FROM ${BUILDER_BASE} AS builder 23:02:55 ---> Running in 596cfcf12418 23:02:55 ---> 5ec2f39476d2 23:02:55 Step 3/31 : WORKDIR /edgex-go 23:02:55 ---> Using cache 23:02:55 ---> fa83ba0042b0 23:02:55 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:02:55 ---> Using cache 23:02:55 ---> a10c24f90d67 23:02:55 Step 5/31 : RUN apk add --update --no-cache make git 23:02:55 ---> Using cache 23:02:55 ---> 5c71ef635a89 23:02:55 Step 6/31 : COPY go.mod . 23:02:55 ---> Using cache 23:02:55 ---> be2b7fa1872c 23:02:55 Step 7/31 : RUN go mod download ---> Running in f8d79a7557de 23:02:55 23:02:55 ---> Using cache 23:02:55 ---> 0b6ebafdc48d 23:02:55 Step 8/31 : COPY . . 23:02:55 ---> Using cache 23:02:55 ---> ebc1468d5c3d 23:02:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 23:02:56 ---> Running in dc79416e0f73 23:02:57 Collecting urllib3<1.25,>=1.21.1 23:02:57 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 23:02:57 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) 23:02:57 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) 23:02:57 Collecting idna<2.8,>=2.5 23:02:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 23:02:58 Collecting docker-pycreds>=0.4.0 23:02:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 23:02:58 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 23:02:58 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 23:02:58 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 23:02:58 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 23:02:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:02:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 23:02:59 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 23:02:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:02:59 Installing collected packages: jsonschema, PyYAML, cached-property, urllib3, idna, requests, texttable, websocket-client, docker-pycreds, docker, docopt, dockerpty, docker-compose 23:03:00 OK: 217 MiB in 51 packages 23:03:00 Running setup.py install for PyYAML: started 23:03:01 Removing intermediate container 596cfcf12418 23:03:01 ---> e82b4cb0ad0b 23:03:01 Step 6/23 : COPY go.mod . 23:03:03 ---> 62f87ee4eec7 23:03:03 Step 7/23 : RUN go mod download 23:03:03 ---> Running in a2d2a791a7ef 23:03:05 Running setup.py install for PyYAML: finished with status 'done' 23:03:05 Attempting uninstall: urllib3 23:03:05 Found existing installation: urllib3 1.25.9 23:03:05 Uninstalling urllib3-1.25.9: 23:03:06 Successfully uninstalled urllib3-1.25.9 23:03:07 Attempting uninstall: idna 23:03:07 Found existing installation: idna 2.9 23:03:07 Uninstalling idna-2.9: 23:03:07 Successfully uninstalled idna-2.9 23:03:09 Attempting uninstall: requests 23:03:09 Found existing installation: requests 2.23.0 23:03:09 Uninstalling requests-2.23.0: 23:03:09 Removing intermediate container a2d2a791a7ef 23:03:09 ---> 13405805a1d9 23:03:09 Step 8/23 : COPY . . 23:03:09 Successfully uninstalled requests-2.23.0 23:03:10 Running setup.py install for texttable: started 23:03:13 Running setup.py install for texttable: finished with status 'done' 23:03:14 Running setup.py install for docopt: started 23:03:19 Running setup.py install for docopt: finished with status 'done' 23:03:19 Running setup.py install for dockerpty: started 23:03:22 Running setup.py install for dockerpty: finished with status 'done' 23:03:25 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 23:03:29 ---> 84f740941af8 23:03:29 Step 9/23 : RUN make cmd/core-data/core-data 23:03:29 ---> Running in a38f88e1bd19 23:03:32 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 23:03:32 Removing intermediate container 81ac404fdd89 23:03:32 ---> 1bafa349471d 23:03:32 Step 21/26 : RUN apk --no-cache add curl 23:03:32 ---> Running in 7d479412f4f4 23:03:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:03:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:03:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 23:03:36 (2/3) Installing libcurl (7.69.1-r3) 23:03:36 (3/3) Installing curl (7.69.1-r3) 23:03:36 Executing busybox-1.31.1-r19.trigger 23:03:36 OK: 72 MiB in 58 packages 23:03:38 Removing intermediate container 7d479412f4f4 23:03:38 ---> 950ce3651fc9 23:03:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 23:03:38 ---> Running in fbc96bc31f11 23:03:39 Removing intermediate container fbc96bc31f11 23:03:39 ---> f1b91f99811b 23:03:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:03:39 ---> Running in c17d9485b05e 23:03:39 Removing intermediate container c17d9485b05e 23:03:39 ---> 03a3ad5d2961 23:03:39 Step 24/26 : LABEL arch=arm64 23:03:40 ---> Running in b05b042f44af 23:03:40 Removing intermediate container b05b042f44af 23:03:40 ---> 6ab6bb44217e 23:03:40 Step 25/26 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:03:40 ---> Running in 1cf376252d77 23:03:41 Removing intermediate container 1cf376252d77 23:03:41 ---> e39e2326e2c1 23:03:41 Step 26/26 : LABEL version=0.0.0 23:03:41 ---> Running in b10f26d6deb2 23:03:42 Removing intermediate container b10f26d6deb2 23:03:42 ---> dbf4fb5b98b0 23:03:42 23:03:43 Successfully built dbf4fb5b98b0 23:03:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 23:04:39  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 23:04:49 Removing intermediate container dc79416e0f73 23:04:49 ---> d67d5a02255b 23:04:49 23:04:49 Step 10/31 : FROM alpine:3.12 23:04:49 ---> e47305ac9786 23:04:49 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 23:04:49 ---> Running in 907ff63cf4ef 23:04:50 Removing intermediate container 907ff63cf4ef 23:04:50 ---> e9a7e3292fa2 23:04:50 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 23:04:50 ---> Running in 8c0cb24a55a6 23:04:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:54 (1/2) Installing dumb-init (1.2.2-r1) 23:04:54 (2/2) Installing su-exec (0.2-r1) 23:04:54 Executing busybox-1.31.1-r19.trigger 23:04:54 OK: 5 MiB in 16 packages 23:04:55 Removing intermediate container f8d79a7557de 23:04:55 ---> 1175432bb144 23:04:55 23:04:55 Step 10/24 : FROM alpine:3.12 23:04:55 ---> e47305ac9786 23:04:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 23:04:55 ---> Running in c004978bc1c3 23:04:56 Removing intermediate container 8c0cb24a55a6 23:04:56 ---> 4abf54679337 23:04:56 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 23:04:56 ---> Running in bf9dfa2eeb78 23:04:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:04:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:04:58 Removing intermediate container bf9dfa2eeb78 23:04:58 ---> c6ef5f5aadc7 23:04:58 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 23:04:58 ---> Running in 6730c754d7e9 23:04:58 (1/6) Installing ca-certificates (20191127-r4) 23:04:58 (2/6) Installing nghttp2-libs (1.41.0-r0) 23:04:58 (3/6) Installing libcurl (7.69.1-r3) 23:04:58 (4/6) Installing curl (7.69.1-r3) 23:04:58 (5/6) Installing dumb-init (1.2.2-r1) 23:04:58 (6/6) Installing su-exec (0.2-r1) 23:04:58 Executing busybox-1.31.1-r19.trigger 23:04:58 Executing ca-certificates-20191127-r4.trigger 23:04:58 OK: 7 MiB in 20 packages 23:04:59 Removing intermediate container 6730c754d7e9 23:04:59 ---> a6f2c61d2584 23:04:59 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 23:04:59 ---> Running in ee7f650c5b83 23:05:03 Removing intermediate container c004978bc1c3 23:05:03 ---> f880c1b9e85a 23:05:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 23:05:03 ---> Running in 0517d8a20c85 23:05:04 Removing intermediate container ee7f650c5b83 23:05:04 Removing intermediate container 0517d8a20c85 23:05:04 ---> f4de1d870cfc 23:05:04 ---> e6bebf0b0a8b 23:05:04 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR}Step 13/24 : WORKDIR / 23:05:04 23:05:05 ---> Running in ef1e00cfb4ce 23:05:05 ---> Running in ebdab8004434 23:05:05 Removing intermediate container 3e681443e436 23:05:05 ---> 2aba69a835a7 23:05:05 23:05:05 Step 10/23 : FROM alpine:3.12 23:05:05 ---> e47305ac9786 23:05:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 23:05:05 ---> Using cache 23:05:05 ---> 28e5359e94cc 23:05:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 23:05:05 ---> Using cache 23:05:05 ---> 429af95a05bb 23:05:05 Step 13/23 : ENV APP_PORT=48081 23:05:05 ---> Running in 2d047a7d6c27 23:05:05 Removing intermediate container ebdab8004434 23:05:05 ---> e477182bda39 23:05:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 23:05:05 Removing intermediate container ef1e00cfb4ce 23:05:05 ---> 64fdf0e3f85d 23:05:05 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 23:05:06 Removing intermediate container 2d047a7d6c27 23:05:06 ---> 76c0ed054434 23:05:06 Step 14/23 : EXPOSE $APP_PORT 23:05:06 ---> Running in d125d2696616 23:05:07 ---> 979ded378bd9 23:05:07 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 23:05:07 Removing intermediate container d125d2696616 23:05:07 ---> 6ade14814988 23:05:07 Step 15/23 : WORKDIR / 23:05:07 ---> 93f23eba6446 23:05:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 23:05:07 ---> Running in 18169112ddb7 23:05:07 ---> Running in 184e1962b834 23:05:08 Removing intermediate container 18169112ddb7 23:05:08 ---> bd94a8af2fc6 23:05:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:08 ---> 58efe52a1be4 23:05:08 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 23:05:10 ---> 6a22cc4c34b7 23:05:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 23:05:10 ---> 86aaa446f208 23:05:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 23:05:11 Removing intermediate container 184e1962b834 23:05:11 ---> 014373eb42fa 23:05:11 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:11 ---> f72d872e918d 23:05:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 23:05:11 ---> 750bd13d1778 23:05:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 23:05:12 ---> 262530a2abe1 23:05:12 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 23:05:13 ---> d83dd95a42c3 23:05:13 Step 19/23 : ENTRYPOINT ["/core-metadata"] 23:05:13 ---> Running in 19709f1a405e 23:05:13 ---> e61f6ac4f4eb 23:05:13 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 23:05:14 Removing intermediate container 19709f1a405e 23:05:14 ---> b8ba79820845 23:05:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:14 ---> b5ac3f330784 23:05:14 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 23:05:14 ---> Running in 63a758c8464b 23:05:14 ---> 84c5f6f806b4 23:05:14 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/ 23:05:14 ---> Running in dc4ff59dd36f 23:05:15 Removing intermediate container 63a758c8464b 23:05:15 ---> bac2f5cf5809 23:05:15 Step 21/23 : LABEL arch=arm64 23:05:15 ---> Running in 62f819e8b8d7 23:05:15 ---> 3113f4f6e683 23:05:15 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 23:05:16 Removing intermediate container 62f819e8b8d7 23:05:16 ---> 5bc290d95e3e 23:05:16 Step 22/23 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:05:16 ---> Running in 1c90b4b4de14 23:05:16 ---> 389b3b555891 23:05:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 23:05:16 Removing intermediate container 1c90b4b4de14 23:05:16 ---> 634960a11081 23:05:16 Step 23/23 : LABEL version=0.0.0 23:05:17 ---> Running in 2b4c26c78d93 23:05:20 ---> 15f63bd676ec 23:05:20 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 23:05:20 Removing intermediate container 2b4c26c78d93 23:05:20 ---> 3dd739d001b8 23:05:20 23:05:20 ---> Running in 7270257c107b 23:05:20 Removing intermediate container dc4ff59dd36f 23:05:20 ---> 1e33b43a196b 23:05:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 23:05:20 Successfully built 3dd739d001b8 23:05:20 Successfully tagged docker-core-metadata-go-arm64:latest 23:05:21  Building docker-core-metadata-go ... done  ---> Running in 99edc4ef03aa 23:05:21 Removing intermediate container 7270257c107b 23:05:21 ---> c2e7d5329033 23:05:21 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 23:05:21 Removing intermediate container 99edc4ef03aa 23:05:21 ---> 82cd76407df6 23:05:21 Step 22/24 : LABEL arch=arm64 23:05:21 ---> Running in feeea2b4b60b 23:05:22 ---> adb1bb96102c 23:05:22 Step 26/31 : RUN chmod +x /entrypoint.sh 23:05:22 ---> Running in 6fc489d16586 23:05:22 Removing intermediate container feeea2b4b60b 23:05:22 ---> 76f4fa1acc1a 23:05:22 Step 23/24 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:05:23 ---> Running in bcc4812db825 23:05:23 Removing intermediate container a38f88e1bd19 23:05:23 ---> c57ac4dd871e 23:05:23 23:05:23 Step 10/23 : FROM alpine:3.12 23:05:23 ---> e47305ac9786 23:05:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 23:05:23 Removing intermediate container bcc4812db825 23:05:23 ---> 6692c8f32e5e 23:05:23 Step 24/24 : LABEL version=0.0.0 23:05:23 ---> Running in ea0f2de91a3d 23:05:23 ---> Running in 2b77953ef56e 23:05:24 Removing intermediate container ea0f2de91a3d 23:05:24 ---> 87f5d65e2feb 23:05:24 Step 12/23 : ENV APP_PORT=48080 23:05:24 Removing intermediate container 2b77953ef56e 23:05:24 ---> dce2ada47416 23:05:24 23:05:24 ---> Running in f2876d35d277 23:05:25 Successfully built dce2ada47416 23:05:25 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 23:05:25  Building docker-security-secretstore-setup-go ... done Removing intermediate container f2876d35d277 23:05:25 ---> a602de9641fe 23:05:25 Step 13/23 : EXPOSE $APP_PORT 23:05:25 ---> Running in 94e51726ea7e 23:05:25 Removing intermediate container 6fc489d16586 23:05:25 ---> 4dfc41d28498 23:05:25 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 23:05:26 ---> Running in 07e5a1d289e2 23:05:26 Removing intermediate container 94e51726ea7e 23:05:26 ---> 9ac43041c691 23:05:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 23:05:26 ---> Running in f1126637dd03 23:05:26 Removing intermediate container 07e5a1d289e2 23:05:26 ---> 5736304358c7 23:05:26 Step 28/31 : CMD ["gate"] 23:05:27 ---> Running in 167a9abc3de6 23:05:27 Removing intermediate container 167a9abc3de6 23:05:27 ---> e9952aa477e8 23:05:27 Step 29/31 : LABEL arch=arm64 23:05:28 ---> Running in 89a1cb43a0dd 23:05:28 Removing intermediate container 89a1cb43a0dd 23:05:28 ---> 5c6d737527e4 23:05:28 Step 30/31 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:05:28 ---> Running in 3bc95fcc4e94 23:05:29 Removing intermediate container f1126637dd03 23:05:29 ---> ffd8313f68d0 23:05:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 23:05:29 ---> Running in 7cec0eaaa8ff 23:05:29 Removing intermediate container 3bc95fcc4e94 23:05:29 ---> f0a92a44056b 23:05:29 Step 31/31 : LABEL version=0.0.0 23:05:30 ---> Running in d5fd89edcaa2 23:05:30 Removing intermediate container d5fd89edcaa2 23:05:30 ---> 986ad115a8dd 23:05:30 23:05:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:05:30 Successfully built 986ad115a8dd 23:05:30 Successfully tagged docker-security-bootstrapper-go-arm64:latest 23:05:31  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:05:32 (1/6) Installing dumb-init (1.2.2-r1) 23:05:32 (2/6) Installing libgcc (9.3.0-r2) 23:05:32 (3/6) Installing libsodium (1.0.18-r0) 23:05:32 (4/6) Installing libstdc++ (9.3.0-r2) 23:05:32 (5/6) Installing libzmq (4.3.3-r0) 23:05:32 (6/6) Installing zeromq (4.3.3-r0) 23:05:32 Executing busybox-1.31.1-r19.trigger 23:05:32 OK: 8 MiB in 20 packages 23:05:34 Removing intermediate container 7cec0eaaa8ff 23:05:34 ---> d10583ddf96e 23:05:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 23:05:35 ---> 0a3f997efd9e 23:05:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 23:05:36 ---> 59c319c736a1 23:05:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 23:05:37 ---> 8ccefb953204 23:05:37 Step 19/23 : ENTRYPOINT ["/core-data"] 23:05:37 ---> Running in d770f58de257 23:05:37 Removing intermediate container d770f58de257 23:05:37 ---> 74a7009ea1ee 23:05:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 23:05:37 ---> Running in 383648e5b149 23:05:38 Removing intermediate container 383648e5b149 23:05:38 ---> bdad5ca3e177 23:05:38 Step 21/23 : LABEL arch=arm64 23:05:38 ---> Running in 176be1fe8381 23:05:38 Removing intermediate container 176be1fe8381 23:05:38 ---> cc604f8d5541 23:05:38 Step 22/23 : LABEL git_sha=e8ca53e0dabe629b546d1c863a7204f7536b14ed 23:05:39 ---> Running in 9ad3f88ed438 23:05:39 Removing intermediate container 9ad3f88ed438 23:05:39 ---> 970c7aec694e 23:05:39 Step 23/23 : LABEL version=0.0.0 23:05:39 ---> Running in 00a5aa4651cc 23:05:40 Removing intermediate container 00a5aa4651cc 23:05:40 ---> ed4d4f9d44ac 23:05:40 23:05:40 Successfully built ed4d4f9d44ac 23:05:40 Successfully tagged docker-core-data-go-arm64:latest 23:05:40  Building docker-core-data-go ... done  [Pipeline] } 23:05:40 $ docker stop --time=1 5d3ef96d3d03665812e0cc6e72eb0aa11e4d1f810d8b9f6e03773d4b18f366d3 23:05:42 $ docker rm -f 5d3ef96d3d03665812e0cc6e72eb0aa11e4d1f810d8b9f6e03773d4b18f366d3 [Pipeline] // withDockerContainer [Pipeline] sh 23:05:43 + + grep docker 23:05:43 docker images 23:05:43 docker-core-data-go-arm64 latest ed4d4f9d44ac 4 seconds ago 21.4MB 23:05:43 docker-security-bootstrapper-go-arm64 latest 986ad115a8dd 13 seconds ago 17.9MB 23:05:43 docker-security-secretstore-setup-go-arm64 latest dce2ada47416 19 seconds ago 24.4MB 23:05:43 docker-core-metadata-go-arm64 latest 3dd739d001b8 24 seconds ago 17.9MB 23:05:43 docker-sys-mgmt-agent-go-arm64 latest dbf4fb5b98b0 2 minutes ago 301MB 23:05:43 docker-support-notifications-go-arm64 latest 53a4431ec0db 3 minutes ago 16.9MB 23:05:43 docker-core-command-go-arm64 latest 08a8ddaf05d4 3 minutes ago 16.3MB 23:05:43 docker-support-scheduler-go-arm64 latest 0a7d91939570 3 minutes ago 16.4MB 23:05:43 docker-security-proxy-setup-go-arm64 latest 3310a7faf9d7 3 minutes ago 24.1MB 23:05:43 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:05:44 ---> job-cost.sh 23:05:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TdFF 23:06:31 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:08:23 lf-activate-venv(): INFO: Adding /tmp/venv-TdFF/bin to PATH 23:08:23 INFO: No Stack... 23:08:23 INFO: Retrieving Pricing Info for: lf-standard-4 23:08:23 INFO: Archiving Costs [Pipeline] sh 23:08:23 + cat /w/workspace/edgex-go/42/archives/cost.csv 23:08:23 + cut -d, -f6 [Pipeline] lock 23:08:23 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-42-stack-cost] 23:08:23 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-42-stack-cost] did not exist. Created. 23:08:23 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-42-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:08:24 + echo total: 0.20999999344348907 [Pipeline] stash 23:08:24 Stashed 1 file(s) [Pipeline] } 23:08:24 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-42-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:08:27 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:08:28 ---> package-listing.sh 23:08:28 ++ facter osfamily 23:08:28 ++ tr '[:upper:]' '[:lower:]' 23:08:28 + OS_FAMILY=redhat 23:08:28 + workspace=/w/workspace/edgex-go/42 23:08:28 + START_PACKAGES=/tmp/packages_start.txt 23:08:28 + END_PACKAGES=/tmp/packages_end.txt 23:08:28 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:08:28 + PACKAGES=/tmp/packages_start.txt 23:08:28 + '[' /w/workspace/edgex-go/42 ']' 23:08:28 + PACKAGES=/tmp/packages_end.txt 23:08:28 + case "${OS_FAMILY}" in 23:08:28 + rpm -qa 23:08:28 + sort 23:08:33 + '[' -f /tmp/packages_start.txt ']' 23:08:33 + '[' -f /tmp/packages_end.txt ']' 23:08:33 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:08:33 + '[' /w/workspace/edgex-go/42 ']' 23:08:33 + mkdir -p /w/workspace/edgex-go/42/archives/ 23:08:33 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/42/archives/ [Pipeline] echo 23:08:33 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/42/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:08:33 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:08:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:33 23:08:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:08:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:34 alpine: Pulling from edgex-lftools-log-publisher 23:08:34 df20fa9351a1: Pulling fs layer 23:08:34 36b3adc4ff6f: Pulling fs layer 23:08:34 8ad3a11d3b57: Pulling fs layer 23:08:34 46f8f816bc3b: Pulling fs layer 23:08:34 93b61091891f: Pulling fs layer 23:08:34 93b9cdb0e59b: Pulling fs layer 23:08:34 5e14af77c1be: Pulling fs layer 23:08:34 01666e4c0597: Pulling fs layer 23:08:34 aa168da1d23b: Pulling fs layer 23:08:34 46f8f816bc3b: Waiting 23:08:34 5e14af77c1be: Waiting 23:08:34 93b61091891f: Waiting 23:08:34 93b9cdb0e59b: Waiting 23:08:34 01666e4c0597: Waiting 23:08:34 aa168da1d23b: Waiting 23:08:34 36b3adc4ff6f: Verifying Checksum 23:08:34 36b3adc4ff6f: Download complete 23:08:34 46f8f816bc3b: Verifying Checksum 23:08:34 46f8f816bc3b: Download complete 23:08:34 df20fa9351a1: Verifying Checksum 23:08:34 93b9cdb0e59b: Verifying Checksum 23:08:34 93b9cdb0e59b: Download complete 23:08:34 93b61091891f: Verifying Checksum 23:08:34 93b61091891f: Download complete 23:08:34 5e14af77c1be: Verifying Checksum 23:08:34 5e14af77c1be: Download complete 23:08:34 01666e4c0597: Verifying Checksum 23:08:34 01666e4c0597: Download complete 23:08:34 8ad3a11d3b57: Verifying Checksum 23:08:34 8ad3a11d3b57: Download complete 23:08:34 df20fa9351a1: Pull complete 23:08:35 36b3adc4ff6f: Pull complete 23:08:36 8ad3a11d3b57: Pull complete 23:08:36 46f8f816bc3b: Pull complete 23:08:37 aa168da1d23b: Verifying Checksum 23:08:37 aa168da1d23b: Download complete 23:08:37 93b61091891f: Pull complete 23:08:38 93b9cdb0e59b: Pull complete 23:08:38 5e14af77c1be: Pull complete 23:08:38 01666e4c0597: Pull complete 23:08:53 aa168da1d23b: Pull complete 23:08:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:08:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:08:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:08:54 prd-centos7-docker-4c-2g-31884 does not seem to be running inside a container 23:08:54 $ 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/42/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/42 -v /w/workspace/edgex-go/42:/w/workspace/edgex-go/42:rw,z -v /w/workspace/edgex-go/42@tmp:/w/workspace/edgex-go/42@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:08:56 $ docker top 29578524a62092e16559a25a9e18636ab08f54b5ab3fda8cc2a5d62605bcbcea -eo pid,comm [Pipeline] { [Pipeline] sh 23:08:57 + touch /tmp/pre-build-complete [Pipeline] sh 23:08:57 + mkdir -p /var/log/sa [Pipeline] sh 23:08:58 + ls /var/log/sa-host 23:08:58 + sadf -c /var/log/sa-host/sa23 23:08:58 file_magic: OK 23:08:58 HZ: Using current value: 100 23:08:58 file_header: OK 23:08:58 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 23:08:58 Statistics: 23:08:58 Hnuu...uuuununununu... 23:08:58 File successfully converted to sysstat format version 12.2.1 23:08:58 + sadf -c /var/log/sa-host/sa29 23:08:58 file_magic: OK 23:08:58 HZ: Using current value: 100 23:08:58 file_header: OK 23:08:58 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 23:08:58 Statistics: 23:08:58 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... 23:08:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:08:58 provisioning config files... 23:08:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/42@tmp/config2997855688944961050tmp [Pipeline] { [Pipeline] echo 23:08:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:08:59 ---> create-netrc.sh [Pipeline] } 23:08:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:08:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:08:59 ---> python-tools-install.sh [Pipeline] echo 23:08:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:08:59 ---> sudo-logs.sh 23:08:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:08:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:09:00 ---> job-cost.sh 23:09:00 lf-activate-venv: SKIPPING 23:09:00 DEBUG: total: 0.20999999344348907 23:09:00 INFO: Retrieving Stack Cost... 23:09:00 INFO: Retrieving Pricing Info for: v1-standard-2 23:09:01 INFO: Archiving Costs [Pipeline] echo 23:09:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:09:01 ---> logs-deploy.sh 23:09:01 lf-activate-venv: SKIPPING 23:09:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/42 23:09:01 INFO: archiving workspace using pattern(s): 23:09:03 Archives upload complete. 23:09:03 INFO: archiving logs to Nexus 23:09:04 ---> uname -a: 23:09:04 Linux prd-centos7-docker-4c-2g-31884.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:09:04 23:09:04 23:09:04 ---> lscpu: 23:09:04 Architecture: x86_64 23:09:04 CPU op-mode(s): 32-bit, 64-bit 23:09:04 Byte Order: Little Endian 23:09:04 Address sizes: 40 bits physical, 48 bits virtual 23:09:04 CPU(s): 4 23:09:04 On-line CPU(s) list: 0-3 23:09:04 Thread(s) per core: 1 23:09:04 Core(s) per socket: 1 23:09:04 Socket(s): 4 23:09:04 NUMA node(s): 1 23:09:04 Vendor ID: GenuineIntel 23:09:04 CPU family: 6 23:09:04 Model: 44 23:09:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:09:04 Stepping: 1 23:09:04 CPU MHz: 2933.438 23:09:04 BogoMIPS: 5866.87 23:09:04 Virtualization: VT-x 23:09:04 Hypervisor vendor: KVM 23:09:04 Virtualization type: full 23:09:04 L1d cache: 128 KiB 23:09:04 L1i cache: 128 KiB 23:09:04 L2 cache: 16 MiB 23:09:04 L3 cache: 64 MiB 23:09:04 NUMA node0 CPU(s): 0-3 23:09:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:09:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:09:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:09:04 Vulnerability Meltdown: Mitigation; PTI 23:09:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:09:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:09:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:09:04 Vulnerability Srbds: Not affected 23:09:04 Vulnerability Tsx async abort: Not affected 23:09:04 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 23:09:04 23:09:04 23:09:04 ---> nproc: 23:09:04 4 23:09:04 23:09:04 23:09:04 ---> df -h: 23:09:04 Filesystem Size Used Available Use% Mounted on 23:09:04 overlay 50.0G 13.1G 36.9G 26% / 23:09:04 tmpfs 64.0M 0 64.0M 0% /dev 23:09:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:09:04 shm 64.0M 0 64.0M 0% /dev/shm 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/42 23:09:04 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/42@tmp 23:09:04 23:09:04 23:09:04 ---> free -m: 23:09:04 total used free shared buff/cache available 23:09:04 Mem: 1837 695 152 0 989 1056 23:09:04 Swap: 1023 70 953 23:09:04 23:09:04 23:09:04 ---> ip addr: 23:09:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:09:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:09:04 inet 127.0.0.1/8 scope host lo 23:09:04 valid_lft forever preferred_lft forever 23:09:04 inet6 ::1/128 scope host 23:09:04 valid_lft forever preferred_lft forever 23:09:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:09:04 link/ether fa:16:3e:51:c2:c9 brd ff:ff:ff:ff:ff:ff 23:09:04 inet 10.30.123.160/23 brd 10.30.123.255 scope global dynamic eth0 23:09:04 valid_lft 84917sec preferred_lft 84917sec 23:09:04 inet6 fe80::f816:3eff:fe51:c2c9/64 scope link 23:09:04 valid_lft forever preferred_lft forever 23:09:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:09:04 link/ether 02:42:56:4c:a8:f9 brd ff:ff:ff:ff:ff:ff 23:09:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:09:04 valid_lft forever preferred_lft forever 23:09:04 inet6 fe80::42:56ff:fe4c:a8f9/64 scope link 23:09:04 valid_lft forever preferred_lft forever 23:09:04 23:09:04 23:09:04 ---> sar -b -r -n DEV: 23:09:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 23:09:04 23:09:04 22:44:10 LINUX RESTART (4 CPU) 23:09:04 23:09:04 22:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:09:04 22:46:01 96.97 41.01 55.95 0.00 6274.76 14184.59 0.00 23:09:04 22:47:01 338.47 118.24 220.23 0.00 7885.92 56205.99 0.00 23:09:04 22:48:02 180.68 93.33 87.34 0.00 2962.91 10233.79 0.00 23:09:04 22:49:01 159.63 77.20 82.43 0.00 3435.07 10844.19 0.00 23:09:04 22:50:01 841.18 610.08 231.10 0.00 86135.80 159408.84 0.00 23:09:04 22:51:02 2739.59 2384.05 355.54 0.00 150881.27 160666.15 0.00 23:09:04 22:52:01 411.38 175.63 235.75 0.00 27582.19 51632.57 0.00 23:09:04 22:53:02 2707.16 2347.07 360.09 0.00 128870.06 146007.78 0.00 23:09:04 22:54:02 2125.87 1794.00 331.87 0.00 108142.82 109258.26 0.00 23:09:04 22:55:01 175.35 29.25 146.10 0.00 4591.16 16630.30 0.00 23:09:04 22:56:01 1.40 0.08 1.32 0.00 1.60 20.03 0.00 23:09:04 22:57:01 0.33 0.03 0.30 0.00 0.27 4.10 0.00 23:09:04 22:58:01 0.22 0.02 0.20 0.00 0.27 2.06 0.00 23:09:04 22:59:01 0.30 0.02 0.28 0.00 0.13 2.96 0.00 23:09:04 23:00:01 2.40 1.60 0.80 0.00 60.22 15.30 0.00 23:09:04 23:01:01 0.35 0.07 0.28 0.00 1.33 3.26 0.00 23:09:04 23:02:02 0.68 0.35 0.33 0.00 22.50 5.04 0.00 23:09:04 23:03:01 0.27 0.02 0.25 0.00 0.27 4.34 0.00 23:09:04 23:04:01 0.18 0.00 0.18 0.00 0.00 2.22 0.00 23:09:04 23:05:01 0.37 0.08 0.28 0.00 0.80 3.23 0.00 23:09:04 23:06:01 0.22 0.00 0.22 0.00 0.00 2.75 0.00 23:09:04 23:07:01 0.20 0.02 0.18 0.00 0.27 2.22 0.00 23:09:04 23:08:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 23:09:04 Average: 427.41 335.40 92.01 0.00 23038.91 32138.85 0.00 23:09:04 23:09:04 22:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:09:04 22:46:01 70360 0 833196 44.28 2620 975368 1520260 51.88 667652 938032 83960 23:09:04 22:47:01 293236 0 746088 39.65 1500 840720 1420512 48.48 466964 830224 40 23:09:04 22:48:02 233460 0 833644 44.31 696 813744 1859512 63.46 699016 663688 82224 23:09:04 22:49:01 246796 0 748452 39.78 692 885604 1362988 46.52 603208 735276 25324 23:09:04 22:50:01 74468 0 837972 44.54 8 969096 2277268 77.72 742204 855708 74552 23:09:04 22:51:02 422044 0 782032 41.56 8 677460 2426124 82.80 554300 632012 44 23:09:04 22:52:01 62808 0 792380 42.11 8 1026348 1951564 66.60 597680 964568 564 23:09:04 22:53:02 76408 0 807660 42.93 8 997468 2096608 71.55 746380 829032 32444 23:09:04 22:54:02 380180 0 752704 40.00 8 748652 2022312 69.02 586488 663228 6452 23:09:04 22:55:01 325688 0 621424 33.03 8 934424 1213828 41.43 538376 778796 20 23:09:04 22:56:01 329380 0 617736 32.83 8 934420 1186120 40.48 536700 778004 16 23:09:04 22:57:01 329816 0 617288 32.81 8 934432 1184004 40.41 536452 778016 12 23:09:04 22:58:01 330356 0 616740 32.78 8 934440 1178860 40.23 535960 777996 8 23:09:04 22:59:01 330676 0 616412 32.76 8 934448 1178864 40.23 535944 778004 8 23:09:04 23:00:01 328908 0 617076 32.80 8 935552 1178948 40.24 536384 778880 12 23:09:04 23:01:01 327692 0 618284 32.86 8 935560 1181256 40.31 536956 778884 12 23:09:04 23:02:02 327488 0 617812 32.84 8 936236 1179492 40.25 536968 779452 20 23:09:04 23:03:01 327156 0 618140 32.85 8 936240 1179528 40.26 537324 779456 16 23:09:04 23:04:01 327720 0 617564 32.82 8 936252 1179372 40.25 536668 779460 12 23:09:04 23:05:01 327340 0 617944 32.84 8 936252 1179540 40.26 537076 779480 12 23:09:04 23:06:01 328092 0 617180 32.80 8 936264 1179372 40.25 536552 779484 12 23:09:04 23:07:01 327920 0 617344 32.81 8 936272 1179368 40.25 536544 779484 8 23:09:04 23:08:01 327180 0 618076 32.85 8 936280 1179520 40.26 536904 779492 20 23:09:04 Average: 280660 0 686224 36.47 246 914414 1456314 49.70 572987 783333 13295 23:09:04 23:09:04 22:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:09:04 22:46:01 veth95b82fa 885.07 814.46 83.82 2682.36 0.00 0.00 0.00 0.00 23:09:04 22:46:01 eth0 1258.21 1175.72 4391.11 147.34 0.00 0.00 0.00 0.00 23:09:04 22:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:46:01 docker0 885.07 814.33 71.72 2682.35 0.00 0.00 0.00 0.00 23:09:04 22:47:01 veth0198ace 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:47:01 eth0 491.81 404.86 3684.56 45.00 0.00 0.00 0.00 0.00 23:09:04 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:47:01 docker0 145.76 190.72 10.90 832.41 0.00 0.00 0.00 0.00 23:09:04 22:48:02 eth0 35.24 19.29 29.93 13.48 0.00 0.00 0.00 0.00 23:09:04 22:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:48:02 docker0 0.73 0.73 0.05 0.07 0.00 0.00 0.00 0.00 23:09:04 22:48:02 veth50028aa 0.73 0.86 0.06 0.08 0.00 0.00 0.00 0.00 23:09:04 22:49:01 eth0 38.74 27.62 22.57 83.39 0.00 0.00 0.00 0.00 23:09:04 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:49:01 docker0 1.54 1.54 0.10 0.12 0.00 0.00 0.00 0.00 23:09:04 22:49:01 veth50028aa 1.54 1.54 0.12 0.12 0.00 0.00 0.00 0.00 23:09:04 22:50:01 eth0 206.13 167.29 1679.81 72.22 0.00 0.00 0.00 0.00 23:09:04 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:50:01 vethb1800d2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 23:09:04 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:51:02 vetha12a5d2 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:51:02 veth1c7b76e 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:51:02 vethd3300f5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:51:02 veth969d18f 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:52:01 vethc38d8d1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:52:01 vethef3405d 5.76 9.09 0.39 42.37 0.00 0.00 0.00 0.00 23:09:04 22:52:01 eth0 2952.49 2393.22 13599.18 457.16 0.00 0.00 0.00 0.00 23:09:04 22:52:01 veth1b51033 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:53:02 eth0 133.22 80.16 387.33 96.73 0.00 0.00 0.00 0.00 23:09:04 22:53:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:09:04 22:53:02 vethb1800d2 0.00 0.69 0.00 0.03 0.00 0.00 0.00 0.00 23:09:04 22:53:02 veth5034560 2.19 2.72 0.27 12.07 0.00 0.00 0.00 0.00 23:09:04 22:54:02 veth80fa3b9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 23:09:04 22:54:02 eth0 61.56 39.12 102.14 78.22 0.00 0.00 0.00 0.00 23:09:04 22:54:02 vethec1cecc 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 23:09:04 22:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:55:01 eth0 46.71 23.36 118.05 13.06 0.00 0.00 0.00 0.00 23:09:04 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:55:01 docker0 1145.73 1193.40 90.01 4452.79 0.00 0.00 0.00 0.00 23:09:04 22:56:01 eth0 1.47 0.80 0.78 0.23 0.00 0.00 0.00 0.00 23:09:04 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:57:01 eth0 0.27 0.15 0.12 0.04 0.00 0.00 0.00 0.00 23:09:04 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:09:04 22:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:09:04 22:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 22:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:00:01 eth0 0.45 0.28 0.20 0.13 0.00 0.00 0.00 0.00 23:09:04 23:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:01:01 eth0 2.61 0.15 0.22 0.01 0.00 0.00 0.00 0.00 23:09:04 23:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:02:02 eth0 1.05 0.25 0.32 0.17 0.00 0.00 0.00 0.00 23:09:04 23:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:02:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:03:01 eth0 2.13 0.61 0.64 0.40 0.00 0.00 0.00 0.00 23:09:04 23:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:04:01 eth0 0.78 0.07 0.08 0.04 0.00 0.00 0.00 0.00 23:09:04 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:05:01 eth0 1.13 0.73 0.70 0.46 0.00 0.00 0.00 0.00 23:09:04 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:06:01 eth0 0.08 0.12 0.01 0.01 0.00 0.00 0.00 0.00 23:09:04 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:07:01 eth0 0.47 0.05 0.05 0.00 0.00 0.00 0.00 0.00 23:09:04 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:08:01 eth0 0.65 0.40 0.31 0.21 0.00 0.00 0.00 0.00 23:09:04 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 Average: eth0 109.49 91.74 526.80 25.40 0.00 0.00 0.00 0.00 23:09:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:09:04 Average: docker0 49.05 51.09 3.85 190.64 0.00 0.00 0.00 0.00 23:09:04 23:09:04 23:09:04 ---> sar -P ALL: 23:09:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 23:09:04 23:09:04 22:44:10 LINUX RESTART (4 CPU) 23:09:04 23:09:04 22:45:01 CPU %user %nice %system %iowait %steal %idle 23:09:04 22:46:01 all 12.02 0.00 5.24 1.82 0.02 80.90 23:09:04 22:46:01 0 16.78 0.00 7.14 2.32 0.00 73.76 23:09:04 22:46:01 1 9.93 0.00 4.85 1.18 0.02 84.02 23:09:04 22:46:01 2 11.33 0.00 4.86 1.93 0.03 81.85 23:09:04 22:46:01 3 10.08 0.00 4.14 1.86 0.02 83.90 23:09:04 22:47:01 all 11.37 0.00 9.84 7.01 0.04 71.74 23:09:04 22:47:01 0 11.89 0.00 10.88 6.90 0.03 70.30 23:09:04 22:47:01 1 11.04 0.00 9.21 5.65 0.03 74.07 23:09:04 22:47:01 2 11.58 0.00 9.40 7.44 0.05 71.53 23:09:04 22:47:01 3 10.99 0.00 9.86 8.06 0.05 71.04 23:09:04 22:48:02 all 50.55 0.00 12.14 4.35 0.03 32.93 23:09:04 22:48:02 0 51.51 0.00 12.70 4.15 0.03 31.60 23:09:04 22:48:02 1 50.33 0.00 11.95 5.11 0.03 32.57 23:09:04 22:48:02 2 50.50 0.00 11.38 3.44 0.02 34.66 23:09:04 22:48:02 3 49.87 0.00 12.53 4.68 0.03 32.89 23:09:04 22:49:01 all 50.93 0.00 14.82 3.69 0.03 30.54 23:09:04 22:49:01 0 50.01 0.00 14.65 4.54 0.03 30.76 23:09:04 22:49:01 1 51.15 0.00 14.94 2.94 0.03 30.93 23:09:04 22:49:01 2 51.04 0.00 14.59 3.44 0.02 30.91 23:09:04 22:49:01 3 51.54 0.00 15.08 3.82 0.02 29.54 23:09:04 22:50:01 all 24.70 0.00 22.25 5.96 0.04 47.04 23:09:04 22:50:01 0 23.42 0.00 22.09 4.54 0.07 49.88 23:09:04 22:50:01 1 23.43 0.00 22.53 8.84 0.03 45.16 23:09:04 22:50:01 2 25.80 0.00 21.34 5.04 0.03 47.79 23:09:04 22:50:01 3 26.15 0.00 23.05 5.44 0.03 45.32 23:09:04 22:51:02 all 16.83 0.00 24.82 31.34 0.05 26.95 23:09:04 22:51:02 0 16.96 0.00 24.44 28.95 0.05 29.60 23:09:04 22:51:02 1 16.87 0.00 25.27 33.21 0.05 24.60 23:09:04 22:51:02 2 16.01 0.00 24.35 33.70 0.07 25.88 23:09:04 22:51:02 3 17.51 0.00 25.24 29.50 0.04 27.72 23:09:04 22:52:01 all 54.64 0.00 16.82 13.09 0.03 15.42 23:09:04 22:52:01 0 53.81 0.00 17.33 10.49 0.03 18.33 23:09:04 22:52:01 1 55.83 0.00 16.57 13.24 0.02 14.35 23:09:04 22:52:01 2 54.92 0.00 16.72 16.05 0.03 12.27 23:09:04 22:52:01 3 53.96 0.00 16.66 12.53 0.05 16.80 23:09:04 22:53:02 all 16.28 0.00 21.63 34.12 0.05 27.91 23:09:04 22:53:02 0 15.99 0.00 21.66 30.05 0.05 32.25 23:09:04 22:53:02 1 16.62 0.00 20.64 37.97 0.03 24.73 23:09:04 22:53:02 2 16.70 0.00 21.45 34.49 0.07 27.30 23:09:04 22:53:02 3 15.82 0.00 22.80 33.96 0.05 27.36 23:09:04 22:54:02 all 45.70 0.00 22.78 21.74 0.10 9.68 23:09:04 22:54:02 0 45.62 0.00 22.62 20.08 0.10 11.58 23:09:04 22:54:02 1 47.38 0.00 21.87 22.19 0.07 8.49 23:09:04 22:54:02 2 43.84 0.00 23.82 23.26 0.14 8.95 23:09:04 22:54:02 3 45.96 0.00 22.82 21.43 0.09 9.69 23:09:04 22:55:01 all 17.48 0.00 6.70 8.57 0.05 67.21 23:09:04 22:55:01 0 17.87 0.00 6.76 7.86 0.07 67.44 23:09:04 22:55:01 1 18.07 0.00 6.29 7.85 0.02 67.77 23:09:04 22:55:01 2 17.00 0.00 7.20 8.08 0.05 67.67 23:09:04 22:55:01 3 16.97 0.00 6.56 10.48 0.05 65.95 23:09:04 22:56:01 all 0.18 0.00 0.03 0.00 0.00 99.78 23:09:04 22:56:01 0 0.52 0.00 0.03 0.00 0.00 99.45 23:09:04 22:56:01 1 0.05 0.00 0.03 0.02 0.02 99.88 23:09:04 22:56:01 2 0.10 0.00 0.03 0.00 0.00 99.87 23:09:04 22:56:01 3 0.05 0.00 0.03 0.00 0.00 99.92 23:09:04 23:09:04 22:56:01 CPU %user %nice %system %iowait %steal %idle 23:09:04 22:57:01 all 0.17 0.00 0.04 0.00 0.00 99.79 23:09:04 22:57:01 0 0.53 0.00 0.03 0.00 0.00 99.43 23:09:04 22:57:01 1 0.05 0.00 0.05 0.00 0.02 99.88 23:09:04 22:57:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:09:04 22:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:09:04 22:58:01 all 0.15 0.00 0.02 0.00 0.00 99.83 23:09:04 22:58:01 0 0.23 0.00 0.00 0.00 0.00 99.77 23:09:04 22:58:01 1 0.32 0.00 0.02 0.00 0.00 99.67 23:09:04 22:58:01 2 0.02 0.00 0.03 0.00 0.00 99.95 23:09:04 22:58:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:09:04 22:59:01 all 0.09 0.00 0.05 0.00 0.00 99.86 23:09:04 22:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:09:04 22:59:01 1 0.23 0.00 0.08 0.00 0.00 99.68 23:09:04 22:59:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:09:04 22:59:01 3 0.07 0.00 0.07 0.00 0.02 99.85 23:09:04 23:00:01 all 0.12 0.00 0.06 0.03 0.00 99.79 23:09:04 23:00:01 0 0.03 0.00 0.12 0.00 0.02 99.83 23:09:04 23:00:01 1 0.40 0.00 0.02 0.00 0.00 99.58 23:09:04 23:00:01 2 0.03 0.00 0.10 0.08 0.00 99.78 23:09:04 23:00:01 3 0.00 0.00 0.02 0.02 0.00 99.97 23:09:04 23:01:01 all 0.16 0.00 0.04 0.00 0.00 99.80 23:09:04 23:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:09:04 23:01:01 1 0.53 0.00 0.03 0.00 0.00 99.43 23:09:04 23:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:09:04 23:01:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:09:04 23:02:02 all 0.16 0.00 0.03 0.00 0.00 99.80 23:09:04 23:02:02 0 0.07 0.00 0.07 0.00 0.00 99.87 23:09:04 23:02:02 1 0.52 0.00 0.02 0.00 0.00 99.47 23:09:04 23:02:02 2 0.03 0.00 0.03 0.02 0.00 99.92 23:09:04 23:02:02 3 0.02 0.00 0.02 0.00 0.00 99.97 23:09:04 23:03:01 all 0.17 0.00 0.02 0.00 0.00 99.81 23:09:04 23:03:01 0 0.08 0.00 0.02 0.00 0.00 99.90 23:09:04 23:03:01 1 0.54 0.00 0.02 0.00 0.00 99.44 23:09:04 23:03:01 2 0.03 0.00 0.03 0.00 0.02 99.92 23:09:04 23:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:09:04 23:04:01 all 0.08 0.00 0.03 0.00 0.00 99.89 23:09:04 23:04:01 0 0.07 0.00 0.05 0.00 0.00 99.88 23:09:04 23:04:01 1 0.18 0.00 0.02 0.00 0.00 99.80 23:09:04 23:04:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:09:04 23:04:01 3 0.03 0.00 0.02 0.00 0.00 99.95 23:09:04 23:05:01 all 0.13 0.00 0.03 0.00 0.00 99.83 23:09:04 23:05:01 0 0.05 0.00 0.03 0.02 0.00 99.90 23:09:04 23:05:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:09:04 23:05:01 2 0.42 0.00 0.05 0.00 0.00 99.53 23:09:04 23:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:09:04 23:06:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:09:04 23:06:01 0 0.03 0.00 0.07 0.00 0.00 99.90 23:09:04 23:06:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:09:04 23:06:01 2 0.52 0.00 0.03 0.00 0.00 99.45 23:09:04 23:06:01 3 0.03 0.00 0.00 0.00 0.00 99.97 23:09:04 23:07:01 all 0.15 0.00 0.02 0.00 0.00 99.82 23:09:04 23:07:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:09:04 23:07:01 1 0.02 0.00 0.02 0.00 0.00 99.97 23:09:04 23:07:01 2 0.53 0.00 0.03 0.02 0.00 99.42 23:09:04 23:07:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:09:04 23:09:04 23:07:01 CPU %user %nice %system %iowait %steal %idle 23:09:04 23:08:01 all 0.05 0.00 0.03 0.00 0.00 99.92 23:09:04 23:08:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:09:04 23:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 23:09:04 23:08:01 2 0.10 0.00 0.07 0.00 0.02 99.82 23:09:04 23:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 23:09:04 Average: all 12.90 0.00 6.71 5.59 0.02 74.78 23:09:04 Average: 0 13.05 0.00 6.86 5.10 0.02 74.97 23:09:04 Average: 1 12.96 0.00 6.59 5.88 0.02 74.55 23:09:04 Average: 2 12.86 0.00 6.64 5.83 0.02 74.66 23:09:04 Average: 3 12.72 0.00 6.75 5.56 0.02 74.95 23:09:04 23:09:04 23:09:04