Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at ebfae9bf1c69030f223d824c55fa5330fb79db8d rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from ebfae9bf1c69030f223d824c55fa5330fb79db8d Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31463 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/89 [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/89 # 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 ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 Merge succeeded, producing c10343c4efef9ce1f9039376dabc1d49a84cea13 Checking out Revision c10343c4efef9ce1f9039376dabc1d49a84cea13 (PR-2858) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c10343c4efef9ce1f9039376dabc1d49a84cea13 # timeout=10 Commit message: "Merge commit 'ebfae9bf1c69030f223d824c55fa5330fb79db8d' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk c33b196b156317d14524cd4e5d9b9ab79ee86860 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:45 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:45 ========================================================= 00:31:45 EdgeX Global Pipelines Version Info 00:31:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:47 ------------------- 00:31:47 stable info: 00:31:47 ------------------- 00:31:47 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:47 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 00:31:47 Message: update stable to v1.0.186 00:31:48 ------------------- 00:31:48 experimental info: 00:31:48 ------------------- 00:31:48 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:48 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 00:31:48 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:48 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c10343c4efef9ce1f9039376dabc1d49a84cea13 [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c10343c [Pipeline] echo 00:31:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:51 provisioning config files... 00:31:51 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/89@tmp/config5701131356178454782tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:52 ---> docker-login.sh 00:31:52 nexus3.edgexfoundry.org:10001 00:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:52 Configure a credential helper to remove this warning. See 00:31:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:52 00:31:52 Login Succeeded 00:31:52 nexus3.edgexfoundry.org:10002 00:31:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:53 Configure a credential helper to remove this warning. See 00:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:53 00:31:53 Login Succeeded 00:31:53 nexus3.edgexfoundry.org:10003 00:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:53 Configure a credential helper to remove this warning. See 00:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:53 00:31:53 Login Succeeded 00:31:53 nexus3.edgexfoundry.org:10004 00:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:53 Configure a credential helper to remove this warning. See 00:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:53 00:31:53 Login Succeeded 00:31:53 docker.io 00:31:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:53 Configure a credential helper to remove this warning. See 00:31:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:53 00:31:53 Login Succeeded 00:31:53 ---> docker-login.sh ends [Pipeline] } 00:31:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:54 ++ 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 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/core-command/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo core-command,cmd/core-command/Dockerfile 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/core-data/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo core-data,cmd/core-data/Dockerfile 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/core-metadata/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/support-notifications/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/support-scheduler/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:54 + for file in '`ls cmd/**/Dockerfile`' 00:31:54 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:54 ++ cut -d/ -f2 00:31:54 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:54 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 00:31:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:55 00:31:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:56 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:56 latest: Pulling from edgex-devops/git-semver 00:31:56 31603596830f: Pulling fs layer 00:31:56 2a8b12db71e7: Pulling fs layer 00:31:56 6ca5941a6612: Pulling fs layer 00:31:56 ecc8261a40a4: Pulling fs layer 00:31:56 ecc8261a40a4: Waiting 00:31:56 2a8b12db71e7: Verifying Checksum 00:31:56 2a8b12db71e7: Download complete 00:31:56 31603596830f: Verifying Checksum 00:31:56 31603596830f: Download complete 00:31:56 ecc8261a40a4: Verifying Checksum 00:31:56 ecc8261a40a4: Download complete 00:31:56 6ca5941a6612: Verifying Checksum 00:31:56 6ca5941a6612: Download complete 00:31:56 31603596830f: Pull complete 00:31:56 2a8b12db71e7: Pull complete 00:31:57 6ca5941a6612: Pull complete 00:31:57 ecc8261a40a4: Pull complete 00:31:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:58 prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container 00:31:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:01 $ docker top c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:01 [ssh-agent] Looking for ssh-agent implementation... 00:32:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:02 $ docker exec c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 ssh-agent 00:32:02 SSH_AUTH_SOCK=/tmp/ssh-vJZYjWvtnNUV/agent.12 00:32:02 SSH_AGENT_PID=17 00:32:02 Running ssh-add (command line suppressed) 00:32:02 Identity added: /w/workspace/edgex-go/89@tmp/private_key_6943643200434293535.key (/w/workspace/edgex-go/89@tmp/private_key_6943643200434293535.key) 00:32:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:02 + git tag --points-at HEAD [Pipeline] } 00:32:02 $ docker exec --env ******** --env ******** c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 ssh-agent -k 00:32:02 unset SSH_AUTH_SOCK; 00:32:02 unset SSH_AGENT_PID; 00:32:02 echo Agent pid 17 killed; 00:32:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:03 [ssh-agent] Looking for ssh-agent implementation... 00:32:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:03 $ docker exec c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 ssh-agent 00:32:03 SSH_AUTH_SOCK=/tmp/ssh-wQiuZJEIPgtB/agent.48 00:32:03 SSH_AGENT_PID=53 00:32:03 Running ssh-add (command line suppressed) 00:32:03 Identity added: /w/workspace/edgex-go/89@tmp/private_key_8681402988404985792.key (/w/workspace/edgex-go/89@tmp/private_key_8681402988404985792.key) 00:32:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:04 + git semver init 00:32:04 # -> Open(): unable to determine branch for HEAD 00:32:04 # $GIT_DIR = /w/workspace/edgex-go/89/.git 00:32:04 # $GIT_WORK_TREE = /w/workspace/edgex-go/89 00:32:04 # $SEMVER_REMOTE_NAME = origin 00:32:04 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:04 # $SEMVER_USER_NAME = edgex-jenkins 00:32:04 # $SEMVER_BRANCH = PR-2858 00:32:04 # $SEMVER_TEMP = /tmp/semver-370685312 00:32:04 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:22 # '/tmp/semver-370685312' -> '/w/workspace/edgex-go/89/.semver' 00:32:22 # -> Force: false 00:32:22 # $SEMVER_DIR = /w/workspace/edgex-go/89/.semver [Pipeline] } 00:32:22 $ docker exec --env ******** --env ******** c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 ssh-agent -k 00:32:22 unset SSH_AUTH_SOCK; 00:32:22 unset SSH_AGENT_PID; 00:32:22 echo Agent pid 53 killed; 00:32:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:23 + git semver [Pipeline] } 00:32:23 $ docker stop --time=1 c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 00:32:24 $ docker rm -f c4330ea0a27ec6060b96475e1dfdb1a5e921301e19d8ff4e1c3944c6682f58a4 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:25 Stashed 1 file(s) [Pipeline] echo 00:32:25 [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 00:32:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:26 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:27 + sudo service docker restart 00:32:27 + true 00:32:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:27 ========================================================= 00:32:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:28 + 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 . 00:32:31 Sending build context to Docker daemon 328.9MB 00:32:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:31 Step 2/6 : FROM ${BASE} 00:32:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:31 188c0c94c7c5: Pulling fs layer 00:32:31 0ef7d3d256c8: Pulling fs layer 00:32:31 de9db76c5a1d: Pulling fs layer 00:32:31 bca2f99d35d6: Pulling fs layer 00:32:31 93359f2a8cfa: Pulling fs layer 00:32:31 7c6f9722023f: Pulling fs layer 00:32:31 a35cf1a2eb13: Pulling fs layer 00:32:31 93359f2a8cfa: Waiting 00:32:31 7c6f9722023f: Waiting 00:32:31 a35cf1a2eb13: Waiting 00:32:31 bca2f99d35d6: Waiting 00:32:31 de9db76c5a1d: Download complete 00:32:31 0ef7d3d256c8: Verifying Checksum 00:32:31 0ef7d3d256c8: Download complete 00:32:31 93359f2a8cfa: Download complete 00:32:31 7c6f9722023f: Download complete 00:32:31 188c0c94c7c5: Verifying Checksum 00:32:31 188c0c94c7c5: Download complete 00:32:32 188c0c94c7c5: Pull complete 00:32:32 0ef7d3d256c8: Pull complete 00:32:32 de9db76c5a1d: Pull complete 00:32:33 a35cf1a2eb13: Verifying Checksum 00:32:33 a35cf1a2eb13: Download complete 00:32:34 bca2f99d35d6: Verifying Checksum 00:32:34 bca2f99d35d6: Download complete 00:32:39 bca2f99d35d6: Pull complete 00:32:39 93359f2a8cfa: Pull complete 00:32:39 7c6f9722023f: Pull complete 00:32:41 Still waiting to schedule task 00:32:41 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:45 a35cf1a2eb13: Pull complete 00:32:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:45 ---> a62c8e92a672 00:32:45 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 00:32:45 ---> Running in 879a552e7c0d 00:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:48 (1/12) Installing libmagic (5.38-r0) 00:32:49 (2/12) Installing file (5.38-r0) 00:32:49 (3/12) Installing libc-dev (0.7.2-r3) 00:32:49 (4/12) Installing g++ (9.3.0-r2) 00:34:41 (5/12) Installing fortify-headers (1.1-r0) 00:34:41 (6/12) Installing patch (2.7.6-r6) 00:34:41 (7/12) Installing build-base (0.5-r2) 00:34:41 (8/12) Installing libsodium (1.0.18-r0) 00:34:41 (9/12) Installing pkgconf (1.7.2-r0) 00:34:41 (10/12) Installing libsodium-dev (1.0.18-r0) 00:34:41 (11/12) Installing libzmq (4.3.3-r0) 00:34:41 (12/12) Installing zeromq-dev (4.3.3-r0) 00:34:41 Executing busybox-1.31.1-r19.trigger 00:34:41 OK: 233 MiB in 51 packages 00:34:41 Removing intermediate container 879a552e7c0d 00:34:41 ---> 54d5169f0a67 00:34:41 Step 4/6 : WORKDIR /edgex-go 00:34:41 ---> Running in a184a3fdb23a 00:34:42 Removing intermediate container a184a3fdb23a 00:34:42 ---> d81d67bd75e2 00:34:42 Step 5/6 : COPY go.mod . 00:34:42 ---> bf0428d23840 00:34:42 Step 6/6 : RUN go mod download 00:34:42 ---> Running in 8cce77be3de9 00:35:09 Removing intermediate container 8cce77be3de9 00:35:09 ---> d83b2e67030d 00:35:09 Successfully built d83b2e67030d 00:35:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:35:09 + docker inspect -f . ci-base-image-x86_64 00:35:09 . [Pipeline] withDockerContainer 00:35:09 prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container 00:35:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:10 $ docker top a4a6fbf6066cf275437a32c5862e8183abf313cc0e16ffde7738995a9467093a -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:11 + go version 00:35:11 go version go1.15.5 linux/amd64 [Pipeline] } 00:35:11 $ docker stop --time=1 a4a6fbf6066cf275437a32c5862e8183abf313cc0e16ffde7738995a9467093a 00:35:12 $ docker rm -f a4a6fbf6066cf275437a32c5862e8183abf313cc0e16ffde7738995a9467093a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:13 + docker inspect -f . ci-base-image-x86_64 00:35:13 . [Pipeline] withDockerContainer 00:35:13 prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container 00:35:13 $ 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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:35:14 $ docker top bef574811efa2249a565c2b9d02683bdbb7d1fa6957981eaf1201fea4b5db2f2 -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:14 ========================================================= 00:35:14 [edgeXBuildGoParallel] Running Tests and Build... 00:35:14 ========================================================= [Pipeline] sh 00:35:14 + make test 00:35:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:35:24 ? github.com/edgexfoundry/edgex-go [no test files] 00:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:35:46 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:35:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:35:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:35:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.047s coverage: 19.8% of statements 00:35:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.090s coverage: 100.0% of statements 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.192s coverage: 27.1% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31464 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:59 Running in /w/workspace/edgex-go/89 [Pipeline] { 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.199s coverage: 82.9% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements 00:35:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] checkout 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.395s coverage: 28.6% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.120s coverage: 86.7% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:36:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:36:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:36:04 using credential edgex-jenkins-ssh 00:36:04 Cloning the remote Git repository 00:36:04 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:36:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:36:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.1% of statements 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:36:04 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 00:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.072s coverage: 79.5% of statements 00:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements 00:36:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements 00:36:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements 00:36:04 > git init /w/workspace/edgex-go/89 # timeout=10 00:36:04 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:04 > git --version # timeout=10 00:36:04 > git --version # 'git version 2.17.1' 00:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.040s coverage: 94.4% of statements 00:36:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 00:36:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.219s coverage: 82.6% of statements 00:36:21 Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:20 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:20 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:23 Merge succeeded, producing 49413c8e427d8ec834f360b0faf064328dbff41d 00:36:23 Checking out Revision 49413c8e427d8ec834f360b0faf064328dbff41d (PR-2858) 00:36:21 > git config core.sparsecheckout # timeout=10 00:36:21 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:22 > git remote # timeout=10 00:36:22 > git config --get remote.origin.url # timeout=10 00:36:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:22 > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 00:36:23 > git rev-parse HEAD^{commit} # timeout=10 00:36:23 > git config core.sparsecheckout # timeout=10 00:36:23 > git checkout -f 49413c8e427d8ec834f360b0faf064328dbff41d # timeout=10 00:36:27 Commit message: "Merge commit 'ebfae9bf1c69030f223d824c55fa5330fb79db8d' into HEAD" 00:36:27 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) 00:36:27 > git rev-list --no-walk c33b196b156317d14524cd4e5d9b9ab79ee86860 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.073s coverage: 92.9% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.6% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 64.4% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 69.0% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 38.4% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.039s coverage: 84.8% of statements 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.131s coverage: 47.0% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:36:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 87.1% of statements 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:36:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:36:29 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:36:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.092s coverage: 94.0% of statements 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:36:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:36:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:36:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:36:30 + sudo service docker restart 00:36:30 + true 00:36:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:36:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:36:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 00:36:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements 00:36:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 00:36:31 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:32 provisioning config files... 00:36:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/89@tmp/config4954128227678229314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:33 ---> docker-login.sh 00:36:33 nexus3.edgexfoundry.org:10001 00:36:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:34 Configure a credential helper to remove this warning. See 00:36:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:34 00:36:34 Login Succeeded 00:36:34 nexus3.edgexfoundry.org:10002 00:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:35 Configure a credential helper to remove this warning. See 00:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:35 00:36:35 Login Succeeded 00:36:35 nexus3.edgexfoundry.org:10003 00:36:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:35 Configure a credential helper to remove this warning. See 00:36:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:35 00:36:35 Login Succeeded 00:36:35 nexus3.edgexfoundry.org:10004 00:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:36 Configure a credential helper to remove this warning. See 00:36:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:36 00:36:36 Login Succeeded 00:36:36 docker.io 00:36:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:37 Configure a credential helper to remove this warning. See 00:36:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:37 00:36:37 Login Succeeded 00:36:37 ---> docker-login.sh ends [Pipeline] } 00:36:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:37 ========================================================= 00:36:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:38 + 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 . 00:36:40 Sending build context to Docker daemon 167MB 00:36:40 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:40 Step 2/6 : FROM ${BASE} 00:36:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:40 5f621e34cdf4: Pulling fs layer 00:36:40 a4357932f1b6: Pulling fs layer 00:36:40 18c013af1878: Pulling fs layer 00:36:40 00ac8860ef70: Pulling fs layer 00:36:40 63d7cb157983: Pulling fs layer 00:36:40 b116817d02f9: Pulling fs layer 00:36:40 745a02a5169b: Pulling fs layer 00:36:40 b116817d02f9: Waiting 00:36:40 745a02a5169b: Waiting 00:36:40 63d7cb157983: Waiting 00:36:40 00ac8860ef70: Waiting 00:36:40 18c013af1878: Download complete 00:36:40 a4357932f1b6: Verifying Checksum 00:36:40 a4357932f1b6: Download complete 00:36:40 63d7cb157983: Download complete 00:36:40 b116817d02f9: Verifying Checksum 00:36:40 b116817d02f9: Download complete 00:36:40 5f621e34cdf4: Verifying Checksum 00:36:40 5f621e34cdf4: Download complete 00:36:41 5f621e34cdf4: Pull complete 00:36:41 a4357932f1b6: Pull complete 00:36:42 18c013af1878: Pull complete 00:36:43 745a02a5169b: Verifying Checksum 00:36:43 745a02a5169b: Download complete 00:36:44 00ac8860ef70: Verifying Checksum 00:36:44 00ac8860ef70: Download complete 00:36:54 00ac8860ef70: Pull complete 00:36:54 63d7cb157983: Pull complete 00:36:54 b116817d02f9: Pull complete 00:36:58 745a02a5169b: Pull complete 00:36:58 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:58 ---> b7e6874047d6 00:36:58 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 00:37:02 ---> Running in 0221dcd17299 00:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:03 gofmt -l . 00:37:03 [ "`gofmt -l .`" = "" ] 00:37:03 ./bin/test-go-mod-tidy.sh 00:37:03 ./bin/test-attribution-txt.sh [Pipeline] sh 00:37:03 + ls -al . 00:37:03 total 776 00:37:03 drwxrwxr-x 10 1001 1001 4096 Mar 26 00:37 . 00:37:03 drwxr-xr-x 4 root root 30 Mar 26 00:35 .. 00:37:03 -rw-rw-r-- 1 1001 1001 11 Mar 26 00:31 .dockerignore 00:37:03 drwxrwxr-x 8 1001 1001 179 Mar 26 00:31 .git 00:37:03 drwxrwxr-x 3 1001 1001 125 Mar 26 00:31 .github 00:37:03 -rw-rw-r-- 1 1001 1001 818 Mar 26 00:31 .gitignore 00:37:03 drwx------ 3 1001 1001 60 Mar 26 00:32 .semver 00:37:03 -rw-rw-r-- 1 1001 1001 166 Mar 26 00:31 .sonarcloud.properties 00:37:03 -rw-rw-r-- 1 1001 1001 8607 Mar 26 00:31 Attribution.txt 00:37:03 -rw-rw-r-- 1 1001 1001 3804 Mar 26 00:31 CONTRIBUTING.md 00:37:03 -rw-rw-r-- 1 1001 1001 931 Mar 26 00:31 Dockerfile.build 00:37:03 -rw-rw-r-- 1 1001 1001 863 Mar 26 00:31 Jenkinsfile 00:37:03 -rw-rw-r-- 1 1001 1001 10775 Mar 26 00:31 LICENSE 00:37:03 -rw-rw-r-- 1 1001 1001 5774 Mar 26 00:31 Makefile 00:37:03 -rw-rw-r-- 1 1001 1001 6548 Mar 26 00:31 README.md 00:37:03 -rw-rw-r-- 1 1001 1001 6755 Mar 26 00:31 SECURITY.md 00:37:03 -rw-rw-r-- 1 1001 1001 5 Mar 26 00:32 VERSION 00:37:03 -rw-rw-r-- 1 1001 1001 4131 Mar 26 00:31 ZMQWindows.md 00:37:03 drwxrwxr-x 2 1001 1001 117 Mar 26 00:31 bin 00:37:03 drwxrwxr-x 14 1001 1001 4096 Mar 26 00:31 cmd 00:37:03 -rw-r--r-- 1 root root 666600 Mar 26 00:36 coverage.out 00:37:03 -rw-r--r-- 1 root root 1056 Mar 26 00:36 go.mod 00:37:03 -rw-r--r-- 1 root root 22530 Mar 26 00:36 go.sum 00:37:03 drwxrwxr-x 8 1001 1001 127 Mar 26 00:31 internal 00:37:03 drwxrwxr-x 4 1001 1001 26 Mar 26 00:31 openapi 00:37:03 drwxrwxr-x 4 1001 1001 71 Mar 26 00:31 snap 00:37:03 -rw-rw-r-- 1 1001 1001 168 Mar 26 00:31 version.go [Pipeline] sh 00:37:04 + '[' -e coverage.out ] 00:37:04 + chown 1001:1001 coverage.out [Pipeline] stash 00:37:04 Stashed 1 file(s) [Pipeline] sh 00:37:04 + make build 00:37:04 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 00:37:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:09 (1/12) Installing libmagic (5.38-r0) 00:37:09 (2/12) Installing file (5.38-r0) 00:37:09 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 00:37:10 (3/12) Installing libc-dev (0.7.2-r3) 00:37:10 (4/12) Installing g++ (9.3.0-r2) 00:37:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:37:19 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 00:37:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:37:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37: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 00:37:24 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 00:37:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:27 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 00:37:28 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 00:37:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:37:31 $ docker stop --time=1 bef574811efa2249a565c2b9d02683bdbb7d1fa6957981eaf1201fea4b5db2f2 00:37:33 $ docker rm -f bef574811efa2249a565c2b9d02683bdbb7d1fa6957981eaf1201fea4b5db2f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:37 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:37 00:37:37 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:37:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:37 latest: Pulling from edgex-devops/edgex-compose 00:37:37 cbdbe7a5bc2a: Pulling fs layer 00:37:37 ca9280d653b3: Pulling fs layer 00:37:37 7e9c9ca2126c: Pulling fs layer 00:37:38 cbdbe7a5bc2a: Verifying Checksum 00:37:38 cbdbe7a5bc2a: Download complete 00:37:38 cbdbe7a5bc2a: Pull complete 00:37:38 ca9280d653b3: Verifying Checksum 00:37:38 ca9280d653b3: Download complete 00:37:39 7e9c9ca2126c: Verifying Checksum 00:37:39 7e9c9ca2126c: Download complete 00:37:39 ca9280d653b3: Pull complete 00:37:46 7e9c9ca2126c: Pull complete 00:37:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:37:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:37:46 prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container 00:37:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:37:49 $ docker top 467aadfb1daa50e28efc3768ab9680f6785fb960b4da0f8bb37b37a1b0a43b2c -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:50 + docker-compose build --help 00:37:50 + grep parallel 00:37:51 --parallel Build images in parallel. [Pipeline] } 00:37:51 $ docker stop --time=1 467aadfb1daa50e28efc3768ab9680f6785fb960b4da0f8bb37b37a1b0a43b2c 00:37:52 $ docker rm -f 467aadfb1daa50e28efc3768ab9680f6785fb960b4da0f8bb37b37a1b0a43b2c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:53 . [Pipeline] withDockerContainer 00:37:53 prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container 00:37:53 $ 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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:37:54 $ docker top 56c6eca4ae05ca780144d7cf0f4a36ee0361a4c6adcc93f81a34e3f3b211bea9 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:54 + docker-compose -f ./docker-compose-build.yml build --parallel 00:37:55 Building docker-core-command-go ... 00:37:55 Building docker-core-data-go ... 00:37:55 Building docker-core-metadata-go ... 00:37:55 Building docker-security-bootstrapper-go ... 00:37:55 Building docker-security-proxy-setup-go ... 00:37:55 Building docker-security-secretstore-setup-go ... 00:37:55 Building docker-support-notifications-go ... 00:37:55 Building docker-support-scheduler-go ... 00:37:55 Building docker-sys-mgmt-agent-go ... 00:37:55 Building docker-security-secretstore-setup-go 00:37:55 Building docker-core-metadata-go 00:37:55 Building docker-security-proxy-setup-go 00:37:55 Building docker-support-scheduler-go 00:37:55 Building docker-support-notifications-go 00:38:28 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> d83b2e67030d 00:38:28 Step 3/21 : WORKDIR /edgex-go 00:38:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> d83b2e67030d 00:38:28 Step 3/22 : WORKDIR /edgex-go 00:38:28 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:28 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> d83b2e67030d 00:38:28 Step 3/24 : WORKDIR /edgex-go 00:38:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:28 ---> d83b2e67030d 00:38:28 Step 3/22 : WORKDIR /edgex-go 00:38:29 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:29 ---> d83b2e67030d 00:38:29 Step 3/23 : WORKDIR /edgex-go 00:38:29 ---> Running in a4b3c8835ae7 00:38:29 ---> Running in b91ba5d30029 00:38:29 ---> Running in 1d52c196670d 00:38:29 ---> Running in d242b23ac303 00:38:29 ---> Running in 36e0899a6bd2 00:38:30 Removing intermediate container b91ba5d30029 00:38:30 ---> 86e352936f91 00:38:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:30 Removing intermediate container a4b3c8835ae7 00:38:30 ---> c9d7885d071d 00:38:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:30 Removing intermediate container 36e0899a6bd2 00:38:30 ---> 81797d485293 00:38:30 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:30 Removing intermediate container d242b23ac303 00:38:30 ---> 68c71ba50ea8 00:38:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:30 Removing intermediate container 1d52c196670d 00:38:30 ---> 6035e268ac22 00:38:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:30 ---> Running in 097741dca36a 00:38:30 ---> Running in 4556f7248e86 00:38:30 ---> Running in 3458e7aa0909 00:38:30 ---> Running in 69601492820a 00:38:30 ---> Running in 5edf2ec8743b 00:38:32 (5/12) Installing fortify-headers (1.1-r0) 00:38:32 (6/12) Installing patch (2.7.6-r6) 00:38:32 (7/12) Installing build-base (0.5-r2) 00:38:32 (8/12) Installing libsodium (1.0.18-r0) 00:38:32 (9/12) Installing pkgconf (1.7.2-r0) 00:38:32 (10/12) Installing libsodium-dev (1.0.18-r0) 00:38:32 (11/12) Installing libzmq (4.3.3-r0) 00:38:32 (12/12) Installing zeromq-dev (4.3.3-r0) 00:38:32 Executing busybox-1.31.1-r19.trigger 00:38:32 OK: 217 MiB in 51 packages 00:38:32 Removing intermediate container 0221dcd17299 00:38:32 ---> 77afbc366c31 00:38:32 Step 4/6 : WORKDIR /edgex-go 00:38:32 ---> Running in 9464874828e6 00:38:32 Removing intermediate container 9464874828e6 00:38:32 ---> c807163c00e3 00:38:32 Step 5/6 : COPY go.mod . 00:38:32 ---> 7875002d4337 00:38:32 Step 6/6 : RUN go mod download 00:38:32 ---> Running in 9202982f1814 00:38:33 Removing intermediate container 4556f7248e86 00:38:33 ---> 310925e0846e 00:38:33 Step 5/22 : RUN apk add --update --no-cache make git 00:38:33 ---> Running in 1d29188609c3 00:38:33 Removing intermediate container 69601492820a 00:38:33 ---> 06c5e954db54 00:38:33 Step 5/24 : RUN apk add --update --no-cache make git 00:38:33 Removing intermediate container 097741dca36a 00:38:33 ---> 3d973aaa0776 00:38:33 Step 5/21 : RUN apk add --update --no-cache make git 00:38:33 Removing intermediate container 3458e7aa0909 00:38:33 ---> f15cae986e15 00:38:33 Step 5/23 : RUN apk add --update --no-cache make git 00:38:33 ---> Running in 39274c9203eb 00:38:33 ---> Running in 62878c0cd261 00:38:33 Removing intermediate container 5edf2ec8743b 00:38:33 ---> 6d92c9b9c562 00:38:33 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:38:33 ---> Running in d940dda6d579 00:38:33 ---> Running in 30f21916896b 00:38:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:41 OK: 233 MiB in 51 packages 00:38:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:41 Removing intermediate container 62878c0cd261 00:38:41 ---> 57580bb981ed 00:38:41 Step 6/21 : COPY go.mod . 00:38:42 ---> 50ed90fb86f1 00:38:42 Step 7/21 : RUN go mod download 00:38:42 ---> Running in c6b3bb4dd967 00:38:43 Removing intermediate container c6b3bb4dd967 00:38:43 ---> c6d0fa2b4030 00:38:43 Step 8/21 : COPY . . 00:38:44 OK: 233 MiB in 51 packages 00:38:44 OK: 233 MiB in 51 packages 00:38:45 OK: 233 MiB in 51 packages 00:38:49 Removing intermediate container 1d29188609c3 00:38:49 ---> 2eb23c60a083 00:38:49 Step 6/22 : COPY go.mod . 00:38:49 Removing intermediate container 39274c9203eb 00:38:49 ---> 26adb6b87d83 00:38:49 Step 6/24 : COPY go.mod . 00:38:49 Removing intermediate container d940dda6d579 00:38:49 ---> c37d844bcd64 00:38:49 Step 6/23 : COPY go.mod . 00:38:49 OK: 233 MiB in 51 packages 00:38:50 ---> 6884a3ecb598 00:38:50 Step 7/22 : RUN go mod download 00:38:51 ---> Running in ab0173cde402 00:38:52 ---> 7fd498453188 00:38:52 Step 7/24 : RUN go mod download 00:38:52 ---> 5965b617d83c 00:38:52 Step 7/23 : RUN go mod download 00:38:53 ---> Running in aa640fa7a919 00:38:54 ---> Running in 54f4b5c0ea94 00:38:54 Removing intermediate container 30f21916896b 00:38:54 ---> 5cb6fced0fd7 00:38:54 Step 6/22 : COPY go.mod . 00:38:56 ---> a2de7468dee4 00:38:56 Step 7/22 : RUN go mod download 00:38:57 ---> Running in 394e8a53433e 00:38:58 Removing intermediate container 9202982f1814 00:38:58 ---> 2c5e19b0c20a 00:38:58 Successfully built 2c5e19b0c20a 00:38:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:59 + docker inspect -f . ci-base-image-arm64 00:38:59 . [Pipeline] withDockerContainer 00:38:59 prd-ubuntu18.04-docker-arm64-4c-16g-31464 does not seem to be running inside a container 00:38:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:00 Removing intermediate container ab0173cde402 00:39:00 ---> eba53c0e03bb 00:39:00 Step 8/22 : COPY . . 00:39:01 $ docker top caa3959986d0a059886574c7d01637f7efe4f3a199d97ce169e95e36a2f5c26a -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:02 + go version 00:39:02 go version go1.15.5 linux/arm64 [Pipeline] } 00:39:02 $ docker stop --time=1 caa3959986d0a059886574c7d01637f7efe4f3a199d97ce169e95e36a2f5c26a 00:39:03 Removing intermediate container aa640fa7a919 00:39:03 ---> 7e905f7181b7 00:39:03 Step 8/24 : COPY . . 00:39:04 $ docker rm -f caa3959986d0a059886574c7d01637f7efe4f3a199d97ce169e95e36a2f5c26a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:05 + docker inspect -f . ci-base-image-arm64 00:39:05 . [Pipeline] withDockerContainer 00:39:05 prd-ubuntu18.04-docker-arm64-4c-16g-31464 does not seem to be running inside a container 00:39:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:06 Removing intermediate container 54f4b5c0ea94 00:39:06 ---> 69d06b43fc20 00:39:06 Step 8/23 : COPY . . 00:39:06 ---> 83e72195834c 00:39:06 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:39:07 $ docker top 9b1a5fc7cb1546f13f025d885f1be2fa0e58e7fe0be930a0410b0cf70882f815 -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:07 ========================================================= 00:39:07 [edgeXBuildGoParallel] Running Tests and Build... 00:39:07 ========================================================= [Pipeline] sh 00:39:08 + make test 00:39:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:15 ---> Running in f078dc4ce2e0 00:39:19 Removing intermediate container 394e8a53433e 00:39:19 ---> 934a97b1234e 00:39:19 Step 8/22 : COPY . . 00:39:22 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 00:39:32 ---> aac5b9efd9a4 00:39:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:39:32 ---> Running in 6adec4bac381 00:39:35 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:37 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 00:39:40 ---> 221648b43e40 00:39:40 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:43 ---> Running in d4078fe1b6fd 00:39:44 ---> 0af11e989727 00:39:44 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:39:45 ---> Running in 57976bdd27dc 00:39:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:39:48 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 00:39:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:39:50 ---> e200c3ec2c61 00:39:50 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:39:50 ---> Running in 583c8d0dcac4 00:39:51 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 00:40:01 Removing intermediate container f078dc4ce2e0 00:40:01 ---> 6530def3e3a6 00:40:01 00:40:01 Step 10/21 : FROM alpine:3.12 00:40:01 3.12: Pulling from library/alpine 00:40:01 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:40:01 Status: Downloaded newer image for alpine:3.12 00:40:01 ---> 42cb162f0360 00:40:01 Step 11/21 : RUN apk add --update --no-cache curl 00:40:02 ---> Running in 26a34e98523a 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:04 (1/4) Installing ca-certificates (20191127-r4) 00:40:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:04 (3/4) Installing libcurl (7.69.1-r3) 00:40:04 (4/4) Installing curl (7.69.1-r3) 00:40:04 Executing busybox-1.31.1-r19.trigger 00:40:04 Executing ca-certificates-20191127-r4.trigger 00:40:05 OK: 7 MiB in 18 packages 00:40:07 Removing intermediate container 26a34e98523a 00:40:07 ---> 29f83ea9ab15 00:40:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:08 ---> Running in 086a9731d892 00:40:08 Removing intermediate container 086a9731d892 00:40:08 ---> d9ef0a1b3b77 00:40:08 Step 13/21 : WORKDIR /edgex 00:40:08 Removing intermediate container 6adec4bac381 00:40:08 ---> 0a8d331873c4 00:40:08 00:40:08 Step 10/22 : FROM alpine:3.12 00:40:08 ---> 42cb162f0360 00:40:09 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:40:09 ---> Running in 9c4067c8f092 00:40:09 ---> Running in 23b7eb4ddc00 00:40:09 Removing intermediate container 9c4067c8f092 00:40:09 ---> 5152b2268d3d 00:40:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:10 ---> a3d8a00921f0 00:40:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:10 (1/1) Installing dumb-init (1.2.2-r1) 00:40:10 Executing busybox-1.31.1-r19.trigger 00:40:10 OK: 6 MiB in 15 packages 00:40:11 ---> ffe5dba22924 00:40:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:40:11 Removing intermediate container 23b7eb4ddc00 00:40:11 ---> c37ad5a433cb 00:40:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:11 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 00:40:11 ---> Running in 8aced5f2057b 00:40:12 Removing intermediate container 8aced5f2057b 00:40:12 ---> 9ff133e8d647 00:40:12 Step 13/22 : ENV APP_PORT=48085 00:40:12 ---> 6858cd387986 00:40:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:12 ---> Running in 33711aa4dd93 00:40:12 ---> Running in 0e124dbf96c5 00:40:12 Removing intermediate container 0e124dbf96c5 00:40:12 ---> aff080e5ff4c 00:40:12 Step 14/22 : EXPOSE $APP_PORT 00:40:12 ---> Running in b51eb7d5c00c 00:40:12 Removing intermediate container 33711aa4dd93 00:40:12 ---> 080a01aa7b1f 00:40:12 Step 18/21 : CMD ["--init=true"] 00:40:13 ---> Running in d5e22d314c1e 00:40:14 Removing intermediate container b51eb7d5c00c 00:40:14 ---> 6e1429638d79 00:40:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:14 Removing intermediate container d5e22d314c1e 00:40:14 ---> a79babab72e0 00:40:14 Step 19/21 : LABEL arch=x86_64 00:40:15 ---> Running in f6d92a2727ce 00:40:15 ---> 50c9606a0349 00:40:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:15 Removing intermediate container f6d92a2727ce 00:40:15 ---> 578cb254dad3 00:40:15 Step 20/21 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:40:15 ---> Running in 25b67e2fb43b 00:40:15 Removing intermediate container 25b67e2fb43b 00:40:15 ---> 1c998eb48fbf 00:40:15 Step 21/21 : LABEL version=0.0.0 00:40:15 ---> Running in cde8bf1e25e6 00:40:15 ---> 87b02f8e3b4d 00:40:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:16 Removing intermediate container cde8bf1e25e6 00:40:16 ---> bd8f3ef27f70 00:40:16 00:40:16 Successfully built bd8f3ef27f70 00:40:16 Successfully tagged docker-security-proxy-setup-go:latest 00:40:16  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:40:17 ---> 1b63f3ba923c 00:40:17 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:40:17 ---> Running in 0f35f4d6fb96 00:40:17 Removing intermediate container 0f35f4d6fb96 00:40:17 ---> 615924fd281e 00:40:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:17 ---> Running in 9e7246d05f5b 00:40:22 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:40:25 Removing intermediate container 9e7246d05f5b 00:40:25 ---> 91c1dd862338 00:40:25 Step 20/22 : LABEL arch=x86_64 00:40:25 Removing intermediate container d4078fe1b6fd 00:40:25 ---> 0ac540eccae2 00:40:25 00:40:25 Step 10/24 : FROM alpine:3.12 00:40:25 ---> 42cb162f0360 00:40:25 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:40:25 ---> Running in 1de8f8f57ae3 00:40:25 ---> Running in 6f8639300bb8 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:26 Removing intermediate container 1de8f8f57ae3 00:40:26 ---> 659aaaac79d0 00:40:26 Step 21/22 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:40:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:27 (1/6) Installing ca-certificates (20191127-r4) 00:40:27 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:40:27 (3/6) Installing libcurl (7.69.1-r3) 00:40:27 (4/6) Installing curl (7.69.1-r3) 00:40:27 (5/6) Installing dumb-init (1.2.2-r1) 00:40:27 (6/6) Installing su-exec (0.2-r1) 00:40:27 Executing busybox-1.31.1-r19.trigger 00:40:27 Executing ca-certificates-20191127-r4.trigger 00:40:27 OK: 7 MiB in 20 packages 00:40:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:40:34 ---> Running in f8e07c68bc8d 00:40:35 Removing intermediate container 583c8d0dcac4 00:40:35 ---> aef8f65d0a31 00:40:35 00:40:35 Step 10/22 : FROM alpine:3.12 00:40:35 ---> 42cb162f0360 00:40:35 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:40:35 Removing intermediate container f8e07c68bc8d 00:40:35 ---> 5dbbe0625cf2 00:40:35 Step 22/22 : LABEL version=0.0.0 00:40:35 Removing intermediate container 57976bdd27dc 00:40:35 ---> eeb0395c5854 00:40:35 00:40:35 Step 10/23 : FROM alpine:3.12 00:40:35 ---> 42cb162f0360 00:40:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:35 ---> Using cache 00:40:35 ---> c37ad5a433cb 00:40:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:35 ---> Using cache 00:40:35 ---> 9ff133e8d647 00:40:35 Step 13/23 : ENV APP_PORT=48081 00:40:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:40:38 ---> Running in 3a11a7ade920 00:40:38 Removing intermediate container 6f8639300bb8 00:40:38 ---> 51b87df4f423 00:40:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:38 ---> Running in 527692f30a74 00:40:38 ---> Running in c2756350c63b 00:40:38 ---> Running in 414c64b09056 00:40:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:40:39 ---> d83b2e67030d 00:40:39 Step 3/26 : WORKDIR /edgex-go 00:40:39 ---> Using cache 00:40:39 ---> 6035e268ac22 00:40:39 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:39 ---> Using cache 00:40:39 ---> 6d92c9b9c562 00:40:39 Step 5/26 : RUN apk add --update --no-cache make bash git 00:40:39 Removing intermediate container 527692f30a74 00:40:39 ---> 7c6f66dbce21 00:40:39 Step 14/23 : EXPOSE $APP_PORT 00:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:40:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:40:40 Removing intermediate container c2756350c63b 00:40:40 ---> bd604886fa9a 00:40:40 00:40:40 Removing intermediate container 414c64b09056 00:40:40 ---> eb1bfa7d37be 00:40:40 Step 13/24 : WORKDIR / 00:40:40 ---> Running in 009bc0ee35fe 00:40:40 ---> Running in 5eada92ec78e 00:40:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:40:40 Successfully built bd604886fa9a 00:40:40 ---> Running in 46a6fabec3e4 00:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:40 Successfully tagged docker-support-scheduler-go:latest 00:40:40 Building docker-security-bootstrapper-go 00:40:40  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:40 Removing intermediate container 5eada92ec78e 00:40:40 ---> 3f0835b26e1b 00:40:40 Step 15/23 : WORKDIR / 00:40:40 (1/2) Installing ca-certificates (20191127-r4) 00:40:40 ---> Running in 8ec793afa3a3 00:40:40 Removing intermediate container 46a6fabec3e4 00:40:40 ---> d15bde9df888 00:40:40 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:40 (2/2) Installing dumb-init (1.2.2-r1) 00:40:40 Executing busybox-1.31.1-r19.trigger 00:40:40 Executing ca-certificates-20191127-r4.trigger 00:40:40 OK: 6 MiB in 16 packages 00:40:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:41 ---> 18cbcb5d8922 00:40:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:40:41 Removing intermediate container 8ec793afa3a3 00:40:41 ---> afcd85c42893 00:40:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:40:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:45 ---> b5e4c5aa3cef 00:40:45 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:45 Removing intermediate container 3a11a7ade920 00:40:45 ---> c85a3b90ab88 00:40:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:46 ---> 4e9425ae9876 00:40:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:46 ---> Running in fc35a3bcbe55 00:40:46 ---> 3ec9f18d48dc 00:40:46 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:47 Removing intermediate container fc35a3bcbe55 00:40:47 ---> 3c278c9679d7 00:40:47 Step 13/22 : ENV APP_PORT=48060 00:40:48 ---> Running in be9521e752a1 00:40:48 ---> ca2536549798 00:40:48 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:48 ---> 77a0093e125a 00:40:48 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:49 Removing intermediate container be9521e752a1 00:40:49 ---> 5183a0d719ab 00:40:49 Step 14/22 : EXPOSE $APP_PORT 00:40:49 ---> Running in 89e02a3f7904 00:40:49 ---> 3a77bd82cbea 00:40:49 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:40:49 ---> e776d81e1a69 00:40:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:50 ---> Running in 29b4c3a4856e 00:40:50 Removing intermediate container 89e02a3f7904 00:40:50 ---> 649127f9d4a2 00:40:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:51 ---> 60c0a8e4c669 00:40:51 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/ 00:40:51 Removing intermediate container 29b4c3a4856e 00:40:51 ---> 3f65317af0d6 00:40:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:51 ---> Running in d0bd677eb671 00:40:52 OK: 233 MiB in 51 packages 00:40:52 ---> Running in 1df103d9c650 00:40:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:53 ---> 6b4cb3b3c91a 00:40:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:54 Removing intermediate container 1df103d9c650 00:40:54 ---> c1d8ad14713e 00:40:54 Step 21/23 : LABEL arch=x86_64 00:40:54 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:54 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:40:54 ---> d83b2e67030d 00:40:54 Step 3/31 : WORKDIR /edgex-go 00:40:54 ---> Using cache 00:40:54 ---> 6035e268ac22 00:40:54 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:54 ---> Using cache 00:40:54 ---> 6d92c9b9c562 00:40:54 Step 5/31 : RUN apk add --update --no-cache make git 00:40:54 ---> Running in ab4a812703e8 00:40:55 ---> Running in 61efc428a909 00:40:55 ---> 6411b147f10a 00:40:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:55 Removing intermediate container ab4a812703e8 00:40:55 ---> a2201888be70 00:40:55 Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:40:55 Removing intermediate container 009bc0ee35fe 00:40:55 ---> b8beae99a051 00:40:55 Step 6/26 : COPY go.mod . 00:40:55 ---> Running in f463d0bc19be 00:40:55 ---> 0d15cfbbaba7 00:40:55 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:40:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:55 ---> Running in 439e898aec6c 00:40:56 ---> 94c3ce1b9936 00:40:56 Step 7/26 : RUN go mod download 00:40:56 Removing intermediate container d0bd677eb671 00:40:56 ---> a732e456f360 00:40:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:56 Removing intermediate container f463d0bc19be 00:40:56 ---> 928af2bb7ca7 00:40:56 Step 23/23 : LABEL version=0.0.0 00:40:56 ---> Running in e95e8aaf0413 00:40:56 Removing intermediate container 439e898aec6c 00:40:56 ---> 884c42b5c7d0 00:40:56 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:56 ---> Running in d4f09adf9db0 00:40:56 ---> Running in 4a153f02b911 00:40:56 ---> Running in ceac2db40ff4 00:40:56 Removing intermediate container e95e8aaf0413 00:40:56 ---> 333c4fafdf56 00:40:56 Step 22/24 : LABEL arch=x86_64 00:40:56 Removing intermediate container 4a153f02b911 00:40:56 ---> a8782040b358 00:40:56 00:40:56 Removing intermediate container ceac2db40ff4 00:40:56 ---> b593ab3e5523 00:40:56 Step 20/22 : LABEL arch=x86_64 00:40:56 ---> Running in edaffc460cb7 00:40:56 ---> Running in 3e33a6ae5d95 00:40:57 Successfully built a8782040b358 00:40:57 Successfully tagged docker-core-metadata-go:latest 00:40:57  Building docker-core-metadata-go ... done Building docker-core-command-go 00:40:57 Removing intermediate container edaffc460cb7 00:40:57 ---> 266b04172aba 00:40:57 Step 23/24 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:40:57 Removing intermediate container 3e33a6ae5d95 00:40:57 ---> 38596f753b57 00:40:57 Step 21/22 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:40:57 ---> Running in 075429ada63d 00:40:57 ---> Running in fb9e0d86b58a 00:40:57 Removing intermediate container 075429ada63d 00:40:57 ---> 7de0d23eb91e 00:40:57 Step 24/24 : LABEL version=0.0.0 00:40:57 Removing intermediate container fb9e0d86b58a 00:40:57 ---> 2dfd606c7ff6 00:40:57 Step 22/22 : LABEL version=0.0.0 00:40:57 ---> Running in ea3028e328d9 00:40:57 ---> Running in a7fe66164f45 00:40:58 Removing intermediate container a7fe66164f45 00:40:58 ---> e86538dbe8e5 00:40:58 00:40:58 Removing intermediate container ea3028e328d9 00:40:58 ---> 1254d730a992 00:40:58 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.297s coverage: 45.9% of statements 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.148s coverage: 19.8% of statements 00:40:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.199s coverage: 100.0% of statements 00:40:58 Removing intermediate container d4f09adf9db0 00:40:58 ---> 8567b04ed759 00:40:58 Step 8/26 : COPY . . 00:40:58 Successfully built e86538dbe8e5 00:40:58 Successfully built 1254d730a992 00:40:58 Successfully tagged docker-support-notifications-go:latest 00:40:58 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:58 Building docker-core-data-go 00:40:59  Building docker-support-notifications-go ... done  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:03 OK: 233 MiB in 51 packages 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 71.3% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.498s coverage: 82.9% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:41:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.197s coverage: 78.9% of statements 00:41:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:41:09 Removing intermediate container 61efc428a909 00:41:09 ---> b26f3ba1e7c2 00:41:09 Step 6/31 : COPY go.mod . 00:41:12 ---> 46e8aaf3013e 00:41:12 Step 7/31 : RUN go mod download 00:41:16 ---> Running in 80fff1ea8bf2 00:41:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:20 ---> d83b2e67030d 00:41:20 Step 3/23 : WORKDIR /edgex-go 00:41:20 ---> Using cache 00:41:20 ---> 6035e268ac22 00:41:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:20 ---> Using cache 00:41:20 ---> 6d92c9b9c562 00:41:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.259s coverage: 28.6% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.339s coverage: 86.7% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:41:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.159s coverage: 78.3% of statements 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:41:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:41:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:41:21 ---> d83b2e67030d 00:41:21 Step 3/23 : WORKDIR /edgex-go 00:41:21 ---> Using cache 00:41:21 ---> 6035e268ac22 00:41:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:21 ---> Using cache 00:41:21 ---> 6d92c9b9c562 00:41:21 Step 5/23 : RUN apk add --update --no-cache make git 00:41:21 ---> Using cache 00:41:21 ---> b26f3ba1e7c2 00:41:21 Step 6/23 : COPY go.mod . 00:41:21 ---> Using cache 00:41:21 ---> 46e8aaf3013e 00:41:21 Step 7/23 : RUN go mod download 00:41:23 ---> Running in 5b40399013b6 00:41:23 ---> Running in dd65895f6686 00:41:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:25 Removing intermediate container 80fff1ea8bf2 00:41:25 ---> f9cf28772c3e 00:41:25 Step 8/31 : COPY . . 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.219s coverage: 92.8% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.304s coverage: 0.1% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.110s coverage: 47.1% of statements 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.119s coverage: 79.5% of statements 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.049s coverage: 94.1% of statements 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.116s coverage: 96.3% of statements 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.070s coverage: 87.5% of statements 00:41:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:31 ---> edd371976475 00:41:31 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:41:31 Removing intermediate container dd65895f6686 00:41:31 ---> 20677394bac6 00:41:31 Step 8/23 : COPY . . 00:41:33 ---> Running in 6056a5e8fb27 00:41:34 OK: 233 MiB in 51 packages 00:41:36 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 00:41:38 Removing intermediate container 5b40399013b6 00:41:38 ---> 02670756d6fe 00:41:38 Step 6/23 : COPY go.mod . 00:41:39 ---> 8af263824ee5 00:41:39 Step 7/23 : RUN go mod download 00:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.081s coverage: 94.4% of statements 00:41:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 00:41:40 ---> Running in 902d110d6e09 00:41:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.453s coverage: 82.6% of statements 00:41:46 Removing intermediate container 902d110d6e09 00:41:46 ---> eddebcc6a411 00:41:46 Step 8/23 : COPY . . 00:41:47 ---> 725eb83f9a63 00:41:47 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:41:48 ---> Running in 1a034afc7e5d 00:41:51 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 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.142s coverage: 92.9% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.150s coverage: 87.2% of statements 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.6% of statements 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.6% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.508s coverage: 64.4% of statements 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:54 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 00:41:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements 00:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.118s coverage: 73.7% of statements 00:41:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.071s coverage: 100.0% of statements 00:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.877s coverage: 69.0% of statements 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 38.4% of statements 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.097s coverage: 89.5% of statements 00:42:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:42:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.116s coverage: 84.8% of statements 00:42:01 ---> 7f55f52e30bc 00:42:01 Step 9/23 : RUN make cmd/core-command/core-command 00:42:01 ---> Running in f4dc61c2a82c 00:42:02 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 00:42:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.430s coverage: 47.0% of statements 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:42:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.122s coverage: 100.0% of statements 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:42:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.158s coverage: 100.0% of statements 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:42:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.434s coverage: 87.1% of statements 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:42:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:42:09 Removing intermediate container 6056a5e8fb27 00:42:09 ---> 8034bace34ce 00:42:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:42:11 ---> Running in 810574208d21 00:42:13 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 00:42:14 ---> ac7a37faf21a 00:42:14 Step 9/23 : RUN make cmd/core-data/core-data 00:42:14 ---> Running in 6996db48a861 00:42:15 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 00:42:16 Removing intermediate container 810574208d21 00:42:16 ---> 52ba04324001 00:42:16 00:42:16 Step 11/26 : FROM docker:20.10.0 00:42:16 20.10.0: Pulling from library/docker 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.193s coverage: 29.1% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.282s coverage: 94.0% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:42:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.062s coverage: 100.0% of statements 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements 00:42:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 00:42:17 GO111MODULE=on go vet ./... 00:42:18 Removing intermediate container 1a034afc7e5d 00:42:18 ---> be89610c46d9 00:42:18 00:42:18 Step 10/31 : FROM alpine:3.12 00:42:18 ---> 42cb162f0360 00:42:18 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:42:19 ---> Running in 708c0edb40d4 00:42:20 Removing intermediate container 708c0edb40d4 00:42:20 ---> 8ef5e360f7b4 00:42:20 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:42:20 ---> Running in afecd583a3ac 00:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:21 (1/2) Installing dumb-init (1.2.2-r1) 00:42:21 (2/2) Installing su-exec (0.2-r1) 00:42:21 Executing busybox-1.31.1-r19.trigger 00:42:21 OK: 6 MiB in 16 packages 00:42:25 Removing intermediate container afecd583a3ac 00:42:25 ---> 549f36e4dc36 00:42:25 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:42:25 ---> Running in 0b88dddd45fe 00:42:26 Removing intermediate container 0b88dddd45fe 00:42:26 ---> f313a03517b2 00:42:26 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:42:26 ---> Running in 00d9b1a7be00 00:42:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:42:27 Removing intermediate container 00d9b1a7be00 00:42:27 ---> 714504ce92a6 00:42:27 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:42:27 Status: Downloaded newer image for docker:20.10.0 00:42:27 ---> aefe523efa57 00:42:27 Step 12/26 : RUN apk add --no-cache bash 00:42:28 ---> Running in c741f9e1d02a 00:42:28 ---> Running in 5d88bc5a2314 00:42:28 Removing intermediate container f4dc61c2a82c 00:42:28 ---> 85e1f0ff5e6d 00:42:28 00:42:28 Step 10/23 : FROM alpine:3.12 00:42:28 ---> 42cb162f0360 00:42:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:42:28 ---> Using cache 00:42:28 ---> c37ad5a433cb 00:42:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:42:28 ---> Using cache 00:42:28 ---> 9ff133e8d647 00:42:28 Step 13/23 : ENV APP_PORT=48082 00:42:29 ---> Running in dab7ad4e4188 00:42:29 Removing intermediate container dab7ad4e4188 00:42:29 ---> 512ca022fc07 00:42:29 Step 14/23 : EXPOSE $APP_PORT 00:42:29 ---> Running in a7d0566b9765 00:42:30 Removing intermediate container a7d0566b9765 00:42:30 ---> a46791beeb06 00:42:30 Step 15/23 : WORKDIR / 00:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:30 (1/2) Installing readline (8.0.4-r0) 00:42:30 (2/2) Installing bash (5.0.17-r0) 00:42:30 ---> Running in 703b9ef999e9 00:42:30 Executing bash-5.0.17-r0.post-install 00:42:30 Executing busybox-1.31.1-r19.trigger 00:42:30 OK: 12 MiB in 22 packages 00:42:30 Removing intermediate container 703b9ef999e9 00:42:30 ---> fb1be748f6f1 00:42:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:30 Removing intermediate container c741f9e1d02a 00:42:30 ---> 172f0806f3c3 00:42:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:42:31 ---> Running in 2dbb3772ca3b 00:42:31 ---> 827a99b26942 00:42:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:42:31 Removing intermediate container 5d88bc5a2314 00:42:31 ---> edda42b427ae 00:42:31 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:42:31 Removing intermediate container 2dbb3772ca3b 00:42:31 ---> ede3473d5b7b 00:42:31 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:42:31 ---> Running in dc4c818b4339 00:42:32 ---> faa1107a8079 00:42:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:42:32 Removing intermediate container dc4c818b4339 00:42:32 ---> 4ae83233aea8 00:42:32 Step 14/26 : ENV APP_PORT=48090 00:42:32 ---> a2683da5420b 00:42:32 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:42:32 ---> Running in e1c4bd75a6de 00:42:32 ---> a60f903ac365 00:42:32 Step 19/23 : ENTRYPOINT ["/core-command"] 00:42:32 ---> Running in d21c64bc1715 00:42:32 Removing intermediate container e1c4bd75a6de 00:42:32 ---> 31c787cdc262 00:42:32 Step 15/26 : EXPOSE $APP_PORT 00:42:32 ---> Running in d5b32ec32a36 00:42:33 ---> Running in 1c0ef1afc67c 00:42:33 Removing intermediate container d5b32ec32a36 00:42:33 ---> 95f350db423a 00:42:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:34 ---> Running in 1cf359c1c77b 00:42:34 Removing intermediate container 1c0ef1afc67c 00:42:34 ---> 9cd3730bb499 00:42:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:42:34 Removing intermediate container 1cf359c1c77b 00:42:34 ---> ffeaaa73af98 00:42:34 Step 21/23 : LABEL arch=x86_64 00:42:34 ---> Running in 76d231278ab6 00:42:34 Removing intermediate container 76d231278ab6 00:42:34 ---> 6d206c4a796c 00:42:34 Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:42:34 ---> 158042b8f316 00:42:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:42:35 ---> Running in d0b2e6d58b92 00:42:36 ---> 719264c01579 00:42:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:42:36 Removing intermediate container d0b2e6d58b92 00:42:36 ---> 1c8ae21825b4 00:42:36 Step 23/23 : LABEL version=0.0.0 00:42:36 Removing intermediate container d21c64bc1715 00:42:36 ---> 2fa835f72930 00:42:36 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:42:36 ---> Running in 8d9c7d87baa6 00:42:36 Removing intermediate container 8d9c7d87baa6 00:42:36 ---> 9495a1864f67 00:42:36 00:42:36 ---> 3bb17c396467 00:42:36 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:42:37 ---> 382b26015d55 00:42:37 Step 19/26 : RUN apk --no-cache add py3-pip 00:42:37 Successfully built 9495a1864f67 00:42:37 Successfully tagged docker-core-command-go:latest 00:42:37  Building docker-core-command-go ... done  ---> Running in aca71c8acdb8 00:42:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:38 (1/33) Installing libbz2 (1.0.8-r1) 00:42:38 (2/33) Installing expat (2.2.9-r1) 00:42:38 (3/33) Installing libffi (3.3-r2) 00:42:38 (4/33) Installing gdbm (1.13-r1) 00:42:38 (5/33) Installing xz-libs (5.2.5-r0) 00:42:38 ---> 4dc11ff8f706 00:42:38 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:42:38 (6/33) Installing sqlite-libs (3.32.1-r0) 00:42:38 (7/33) Installing python3 (3.8.8-r0) 00:42:39 Removing intermediate container 6996db48a861 00:42:39 ---> 14e02129e914 00:42:39 00:42:39 Step 10/23 : FROM alpine:3.12 00:42:39 ---> 42cb162f0360 00:42:39 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:42:43 ---> aac6f77c26cc 00:42:43 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:42:43 ---> Running in 65831aa3c08b 00:42:43 (8/33) Installing py3-appdirs (1.4.4-r1) 00:42:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:42:43 (10/33) Installing py3-parsing (2.4.7-r0) 00:42:43 (11/33) Installing py3-six (1.15.0-r0) 00:42:43 (12/33) Installing py3-packaging (20.4-r0) 00:42:43 (13/33) Installing py3-setuptools (47.0.0-r0) 00:42:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:42:43 (15/33) Installing py3-idna (2.9-r0) 00:42:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:42:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:42:43 (18/33) Installing py3-requests (2.23.0-r0) 00:42:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:42:44 (20/33) Installing py3-lockfile (0.12.2-r3) 00:42:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:42:44 (22/33) Installing py3-colorama (0.4.3-r0) 00:42:44 Removing intermediate container 65831aa3c08b 00:42:44 ---> 21905111b941 00:42:44 Step 12/23 : ENV APP_PORT=48080 00:42:44 (23/33) Installing py3-distlib (0.3.0-r0) 00:42:45 ---> f58b0f93f53c 00:42:45 (24/33) Installing py3-distro (1.5.0-r1) 00:42:45 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:42:45 (25/33) Installing py3-webencodings (0.5.1-r3) 00:42:45 (26/33) Installing py3-html5lib (1.0.1-r4) 00:42:45 ---> Running in f444fabf373b 00:42:45 (27/33) Installing py3-pytoml (0.1.21-r0) 00:42:45 (28/33) Installing py3-pep517 (0.8.2-r0) 00:42:45 (29/33) Installing py3-progress (1.5-r0) 00:42:45 (30/33) Installing py3-toml (0.10.1-r0) 00:42:45 (31/33) Installing py3-retrying (1.3.3-r0) 00:42:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:42:45 (33/33) Installing py3-pip (20.1.1-r0) 00:42:46 Executing busybox-1.31.1-r19.trigger 00:42:46 OK: 71 MiB in 55 packages 00:42:46 Removing intermediate container f444fabf373b 00:42:46 ---> 214479109391 00:42:46 Step 13/23 : EXPOSE $APP_PORT 00:42:46 ---> f289cd059f9c 00:42:46 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:42:46 ---> Running in ae849734c287 00:42:46 ---> Running in 2d0b94668f09 00:42:46 Removing intermediate container ae849734c287 00:42:46 ---> 529feb66e8ba 00:42:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:46 ---> Running in 3d5e830ea80e 00:42:46 Removing intermediate container 2d0b94668f09 00:42:46 ---> fd2b5e41eeda 00:42:46 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:42:49 ---> 750092bacb41 00:42:49 Step 26/31 : RUN chmod +x /entrypoint.sh 00:42:51 ---> Running in 8d9f54ee15ef 00:42:51 Removing intermediate container aca71c8acdb8 00:42:51 ---> 867150788d4a 00:42:51 Step 20/26 : RUN pip install docker-compose==1.23.2 00:42:52 ---> Running in b2e4f78a8f67 00:42:52 Removing intermediate container 3d5e830ea80e 00:42:52 ---> 12b2feacef68 00:42:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:42:52 ---> Running in 886f1ba63177 00:42:54 Removing intermediate container 8d9f54ee15ef 00:42:54 ---> 2e74fe93fc6d 00:42:54 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:42:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:54 ---> Running in 2f0c26798ce3 00:42:54 Removing intermediate container 2f0c26798ce3 00:42:54 ---> 4d3f313077e3 00:42:54 Step 28/31 : CMD ["gate"] 00:42:54 ---> Running in 2b597dcd62ac 00:42:54 Removing intermediate container 2b597dcd62ac 00:42:54 ---> 8017d7b15aab 00:42:54 Step 29/31 : LABEL arch=x86_64 00:42:54 Collecting docker-compose==1.23.2 00:42:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:42:55 ---> Running in 8a97d4d6301d 00:42:55 Collecting jsonschema<3,>=2.5.1 00:42:55 Removing intermediate container 8a97d4d6301d 00:42:55 ---> de26e0cdc3c0 00:42:55 Step 30/31 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:42:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:42:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:42:55 ---> Running in 960540056aca 00:42:55 Collecting docopt<0.7,>=0.6.1 00:42:55 Downloading docopt-0.6.2.tar.gz (25 kB) 00:42:55 Removing intermediate container 960540056aca 00:42:55 ---> 8ed5dfe64bb8 00:42:55 Step 31/31 : LABEL version=0.0.0 00:42:55 ---> Running in 107ebfb9cc18 00:42:55 Removing intermediate container 107ebfb9cc18 00:42:55 ---> 6f32d2226513 00:42:55 00:42:55 Collecting dockerpty<0.5,>=0.4.1 00:42:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:42:56 Successfully built 6f32d2226513 00:42:56 Successfully tagged docker-security-bootstrapper-go:latest 00:42:56  Building docker-security-bootstrapper-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:42:56 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:42:56 Collecting docker<4.0,>=3.6.0 00:42:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:42:57 Collecting texttable<0.10,>=0.9.0 00:42:57 Downloading texttable-0.9.1.tar.gz (11 kB) 00:42:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:57 Collecting websocket-client<1.0,>=0.32.0 00:42:57 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:42:57 Collecting cached-property<2,>=1.2.0 00:42:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:42:57 Collecting PyYAML<4,>=3.10 00:42:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:42:58 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) 00:42:58 Collecting idna<2.8,>=2.5 00:42:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:42:58 Collecting urllib3<1.25,>=1.21.1 00:42:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:42:59 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) 00:42:59 Collecting docker-pycreds>=0.4.0 00:42:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:42:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:42:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:42:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:42:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:42:59 Installing collected packages: jsonschema, docopt, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, cached-property, PyYAML, docker-compose 00:42:59 Running setup.py install for docopt: started 00:42:59 Running setup.py install for docopt: finished with status 'done' 00:42:59 Running setup.py install for dockerpty: started 00:42:59 (1/6) Installing dumb-init (1.2.2-r1) 00:43:00 (2/6) Installing libgcc (9.3.0-r2) 00:43:00 Running setup.py install for dockerpty: finished with status 'done' 00:43:00 Attempting uninstall: idna 00:43:00 Found existing installation: idna 2.9 00:43:00 Uninstalling idna-2.9: 00:43:00 (3/6) Installing libsodium (1.0.18-r0) 00:43:00 Successfully uninstalled idna-2.9 00:43:00 Attempting uninstall: urllib3 00:43:00 Found existing installation: urllib3 1.25.9 00:43:00 Uninstalling urllib3-1.25.9: 00:43:00 Successfully uninstalled urllib3-1.25.9 00:43:00 Attempting uninstall: requests 00:43:00 Found existing installation: requests 2.23.0 00:43:00 Uninstalling requests-2.23.0: 00:43:00 Successfully uninstalled requests-2.23.0 00:43:01 (4/6) Installing libstdc++ (9.3.0-r2) 00:43:01 Running setup.py install for texttable: started 00:43:01 Running setup.py install for texttable: finished with status 'done' 00:43:01 Running setup.py install for PyYAML: started 00:43:02 (5/6) Installing libzmq (4.3.3-r0) 00:43:02 Running setup.py install for PyYAML: finished with status 'done' 00:43:02 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 00:43:02 (6/6) Installing zeromq (4.3.3-r0) 00:43:03 Executing busybox-1.31.1-r19.trigger 00:43:03 OK: 8 MiB in 20 packages 00:43:05 Removing intermediate container 886f1ba63177 00:43:05 ---> 806d4e6a5300 00:43:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:43:06 Removing intermediate container b2e4f78a8f67 00:43:06 ---> a0de3a0617d3 00:43:06 Step 21/26 : RUN apk --no-cache add curl 00:43:06 ---> 63e30e1d556b 00:43:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:43:06 ---> Running in 3bd5610aaa2b 00:43:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:06 ---> 06af45f4153a 00:43:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:43:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:43:06 (2/3) Installing libcurl (7.69.1-r3) 00:43:06 (3/3) Installing curl (7.69.1-r3) 00:43:06 Executing busybox-1.31.1-r19.trigger 00:43:06 OK: 72 MiB in 58 packages 00:43:07 ---> 6aac0b83bd67 00:43:07 Step 19/23 : ENTRYPOINT ["/core-data"] 00:43:07 ---> Running in 95828930c0dd 00:43:07 Removing intermediate container 95828930c0dd 00:43:07 ---> 853d55348573 00:43:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:07 ---> Running in 84a44d0e99b6 00:43:07 Removing intermediate container 3bd5610aaa2b 00:43:07 ---> 88c00446ae40 00:43:07 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:43:07 ---> Running in 758075a1abcc 00:43:07 Removing intermediate container 84a44d0e99b6 00:43:07 ---> e05372b4cbbe 00:43:07 Step 21/23 : LABEL arch=x86_64 00:43:07 ---> Running in 8244ba4cbb14 00:43:08 Removing intermediate container 758075a1abcc 00:43:08 ---> 06e36dd977bb 00:43:08 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:08 ---> Running in ab2f068a4e70 00:43:08 Removing intermediate container 8244ba4cbb14 00:43:08 ---> 25338bbe713d 00:43:08 Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:43:08 ---> Running in dcad957c1e57 00:43:08 Removing intermediate container ab2f068a4e70 00:43:08 ---> 651bfda00881 00:43:08 Step 24/26 : LABEL arch=x86_64 00:43:08 ---> Running in 4a83f7651fe1 00:43:08 Removing intermediate container dcad957c1e57 00:43:08 ---> 05b3a089fdfe 00:43:08 Step 23/23 : LABEL version=0.0.0 00:43:08 ---> Running in 65db899e7617 00:43:08 Removing intermediate container 4a83f7651fe1 00:43:08 ---> c9e425e2cd59 00:43:08 Step 25/26 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:43:08 ---> Running in b1cdcfc889b7 00:43:08 Removing intermediate container 65db899e7617 00:43:08 ---> 25c46328ccfd 00:43:08 00:43:09 Successfully built 25c46328ccfd 00:43:09 Successfully tagged docker-core-data-go:latest 00:43:09  Building docker-core-data-go ... done Removing intermediate container b1cdcfc889b7 00:43:09 ---> ea0b8b4a9ff7 00:43:09 Step 26/26 : LABEL version=0.0.0 00:43:09 ---> Running in 35c43b8918a4 00:43:09 Removing intermediate container 35c43b8918a4 00:43:09 ---> b4983a3f6833 00:43:09 00:43:09 Successfully built b4983a3f6833 00:43:09 Successfully tagged docker-sys-mgmt-agent-go:latest 00:43:10  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:43:10 $ docker stop --time=1 56c6eca4ae05ca780144d7cf0f4a36ee0361a4c6adcc93f81a34e3f3b211bea9 00:43:11 $ docker rm -f 56c6eca4ae05ca780144d7cf0f4a36ee0361a4c6adcc93f81a34e3f3b211bea9 [Pipeline] // withDockerContainer [Pipeline] sh 00:43:12 + docker images 00:43:12 + grep docker 00:43:12 docker-sys-mgmt-agent-go latest b4983a3f6833 3 seconds ago 313MB 00:43:12 docker-core-data-go latest 25c46328ccfd 4 seconds ago 22.7MB 00:43:12 docker-security-bootstrapper-go latest 6f32d2226513 17 seconds ago 18.9MB 00:43:12 docker-core-command-go latest 9495a1864f67 36 seconds ago 17.3MB 00:43:12 docker-support-notifications-go latest e86538dbe8e5 2 minutes ago 17.9MB 00:43:12 docker-security-secretstore-setup-go latest 1254d730a992 2 minutes ago 25MB 00:43:12 docker-core-metadata-go latest a8782040b358 2 minutes ago 19MB 00:43:12 docker-support-scheduler-go latest bd604886fa9a 2 minutes ago 17.4MB 00:43:12 docker-security-proxy-setup-go latest bd8f3ef27f70 2 minutes ago 24.7MB 00:43:12 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:43:28 Still waiting to schedule task 00:43:28 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:43:39 gofmt -l . 00:43:39 [ "`gofmt -l .`" = "" ] 00:43:40 ./bin/test-go-mod-tidy.sh 00:43:41 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:43 + ls -al . 00:43:43 total 804 00:43:43 drwxrwxr-x 9 1001 1001 4096 Mar 26 00:43 . 00:43:43 drwxr-xr-x 4 root root 4096 Mar 26 00:39 .. 00:43:43 -rw-rw-r-- 1 1001 1001 11 Mar 26 00:36 .dockerignore 00:43:43 drwxrwxr-x 8 1001 1001 4096 Mar 26 00:36 .git 00:43:43 drwxrwxr-x 3 1001 1001 4096 Mar 26 00:36 .github 00:43:43 -rw-rw-r-- 1 1001 1001 818 Mar 26 00:36 .gitignore 00:43:43 -rw-rw-r-- 1 1001 1001 166 Mar 26 00:36 .sonarcloud.properties 00:43:43 -rw-rw-r-- 1 1001 1001 8607 Mar 26 00:36 Attribution.txt 00:43:43 -rw-rw-r-- 1 1001 1001 3804 Mar 26 00:36 CONTRIBUTING.md 00:43:43 -rw-rw-r-- 1 1001 1001 931 Mar 26 00:36 Dockerfile.build 00:43:43 -rw-rw-r-- 1 1001 1001 863 Mar 26 00:36 Jenkinsfile 00:43:43 -rw-rw-r-- 1 1001 1001 10775 Mar 26 00:36 LICENSE 00:43:43 -rw-rw-r-- 1 1001 1001 5774 Mar 26 00:36 Makefile 00:43:43 -rw-rw-r-- 1 1001 1001 6548 Mar 26 00:36 README.md 00:43:43 -rw-rw-r-- 1 1001 1001 6755 Mar 26 00:36 SECURITY.md 00:43:43 -rw-rw-r-- 1 1001 1001 5 Mar 26 00:32 VERSION 00:43:43 -rw-rw-r-- 1 1001 1001 4131 Mar 26 00:36 ZMQWindows.md 00:43:43 drwxrwxr-x 2 1001 1001 4096 Mar 26 00:36 bin 00:43:43 drwxrwxr-x 14 1001 1001 4096 Mar 26 00:36 cmd 00:43:43 -rw-r--r-- 1 root root 666600 Mar 26 00:42 coverage.out 00:43:43 -rw-r--r-- 1 root root 1056 Mar 26 00:43 go.mod 00:43:43 -rw-r--r-- 1 root root 22530 Mar 26 00:43 go.sum 00:43:43 drwxrwxr-x 8 1001 1001 4096 Mar 26 00:36 internal 00:43:43 drwxrwxr-x 4 1001 1001 4096 Mar 26 00:36 openapi 00:43:43 drwxrwxr-x 4 1001 1001 4096 Mar 26 00:36 snap 00:43:43 -rw-rw-r-- 1 1001 1001 168 Mar 26 00:36 version.go [Pipeline] sh 00:43:44 + '[' -e coverage.out ] 00:43:44 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:44 Warning: overwriting stash ‘coverage-report’ 00:43:45 Stashed 1 file(s) [Pipeline] sh 00:43:46 + make build 00:43:46 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 00:43:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:44:14 Running on prd-ubuntu18.04-docker-8c-8g-31465 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:44:14 Running in /w/workspace/edgex-go/89 [Pipeline] { [Pipeline] checkout 00:44:16 using credential edgex-jenkins-ssh 00:44:16 Cloning the remote Git repository 00:44:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:44:16 > git init /w/workspace/edgex-go/89 # timeout=10 00:44:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:16 > git --version # timeout=10 00:44:16 > git --version # 'git version 2.17.1' 00:44:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:21 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 00:44:25 Merging remotes/origin/master commit ebfae9bf1c69030f223d824c55fa5330fb79db8d into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:44:25 Merge succeeded, producing 9795b32581505467a235ae497a20d18992c449e5 00:44:25 Checking out Revision 9795b32581505467a235ae497a20d18992c449e5 (PR-2858) 00:44:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:24 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:25 > git config core.sparsecheckout # timeout=10 00:44:25 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:44:25 > git remote # timeout=10 00:44:25 > git config --get remote.origin.url # timeout=10 00:44:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:25 > git merge ebfae9bf1c69030f223d824c55fa5330fb79db8d # timeout=10 00:44:25 > git rev-parse HEAD^{commit} # timeout=10 00:44:25 > git config core.sparsecheckout # timeout=10 00:44:25 > git checkout -f 9795b32581505467a235ae497a20d18992c449e5 # timeout=10 00:44:26 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 00:44:29 Commit message: "Merge commit 'ebfae9bf1c69030f223d824c55fa5330fb79db8d' into HEAD" 00:44:29 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:44:30 + echo snap-build.sh 00:44:30 snap-build.sh 00:44:30 + SNAP_BASE_DIR=. 00:44:30 + '[' '!' -z /w/workspace/edgex-go/89 ']' 00:44:30 + SNAP_BASE_DIR=/w/workspace/edgex-go/89 00:44:30 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/89]' 00:44:30 [snap-build] Building snap in dir [/w/workspace/edgex-go/89] 00:44:30 + cd /w/workspace/edgex-go/89 00:44:30 + sudo apt-get remove -qy --purge lxd lxd-client 00:44:30 Reading package lists... 00:44:30 Building dependency tree... 00:44:30 Reading state information... 00:44:29 > git rev-list --no-walk c33b196b156317d14524cd4e5d9b9ab79ee86860 # timeout=10 00:44:31 The following packages were automatically installed and are no longer required: 00:44:31 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:44:31 uidmap xdelta3 00:44:31 Use 'sudo apt autoremove' to remove them. 00:44:31 The following packages will be REMOVED: 00:44:31 lxd* lxd-client* 00:44:31 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:44:31 After this operation, 31.7 MB disk space will be freed. 00:44:32 (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.) 00:44:32 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:33 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 00:44:33 Removing lxd dnsmasq configuration 00:44:33 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:44:33 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:44:34 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 00:44:34 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:44:34 (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.) 00:44:34 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:44:36 Processing triggers for systemd (237-3ubuntu10.42) ... 00:44:36 Processing triggers for ureadahead (0.100.0-21) ... 00:44:37 + sudo snap remove --purge lxd 00:44:37 snap "lxd" is not installed 00:44:37 + sudo groupadd --force --system lxd 00:44:37 ++ whoami 00:44:37 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:44:37 + newgrp - lxd 00:44:37 + sudo snap install lxd 00:44:39 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 00:44:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:45 2021-03-26T00:44:43Z INFO Waiting for automatic snapd restart... 00:44:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:44:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:45:00 lxd 4.12 from Canonical* installed 00:45:00 + sudo lxd init --auto 00:45:02 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 00:45:07 + sudo snap install --classic snapcraft [Pipeline] } 00:45:10 $ docker stop --time=1 9b1a5fc7cb1546f13f025d885f1be2fa0e58e7fe0be930a0410b0cf70882f815 00:45:13 $ docker rm -f 9b1a5fc7cb1546f13f025d885f1be2fa0e58e7fe0be930a0410b0cf70882f815 00:45:14 snapcraft 4.5.4 from Canonical* installed 00:45:14 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 00:45:14 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 00:45:14 % Total % Received % Xferd Average Speed Time Time Time Current 00:45:14 Dload Upload Total Spent Left Speed 00:45:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4750 0 --:--:-- --:--:-- --:--:-- 4750 00:45:14 1 3325k 1 45030 0 0 152k 0 0:00:21 --:--:-- 0:00:21 152k 100 3325k 100 3325k 0 0 9808k 0 --:--:-- --:--:-- --:--:-- 65.3M 00:45:14 ./yq_linux_amd64 00:45:14 + sudo snapcraft prime --use-lxd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:15 00:45:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:45:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:16 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 00:45:16 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: 00:45:16 - README.md 00:45:16 00:45:16 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:16 latest: Pulling from edgex-devops/edgex-compose-arm64 00:45:16 29e5d40040c1: Pulling fs layer 00:45:16 1ce36da41761: Pulling fs layer 00:45:16 25b303627fd3: Pulling fs layer 00:45:16 29e5d40040c1: Verifying Checksum 00:45:16 29e5d40040c1: Download complete 00:45:17 Launching a container. 00:45:17 1ce36da41761: Verifying Checksum 00:45:17 1ce36da41761: Download complete 00:45:17 29e5d40040c1: Pull complete 00:45:18 1ce36da41761: Pull complete 00:45:18 25b303627fd3: Verifying Checksum 00:45:18 25b303627fd3: Download complete 00:45:29 25b303627fd3: Pull complete 00:45:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:29 prd-ubuntu18.04-docker-arm64-4c-16g-31464 does not seem to be running inside a container 00:45:29 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:29 Waiting for container to be ready 00:45:29 To start your first instance, try: lxc launch ubuntu:18.04 00:45:29 00:45:32 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 00:45:32 Waiting for network to be ready... 00:45:32 $ docker top 5e5aa7fa519baa3bd72192d4cd9d5dbebdd0e78b8d7edc64d582fbf1a462b4ba -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:33 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:33 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:45:33 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1639 kB] 00:45:33 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:33 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 00:45:33 + docker-compose build --help+ 00:45:33 grep parallel 00:45:34 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 00:45:34 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 00:45:34 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 00:45:34 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 00:45:34 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 00:45:34 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 00:45:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 00:45:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 00:45:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 00:45:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 00:45:34 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 00:45:34 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 00:45:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 00:45:34 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 00:45:34 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 00:45:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 00:45:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 00:45:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 00:45:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 00:45:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 00:45:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 00:45:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 00:45:38 --parallel Build images in parallel. [Pipeline] } 00:45:38 $ docker stop --time=1 5e5aa7fa519baa3bd72192d4cd9d5dbebdd0e78b8d7edc64d582fbf1a462b4ba 00:45:39 Fetched 24.2 MB in 6s (4115 kB/s) 00:45:40 Reading package lists... 00:45:40 $ docker rm -f 5e5aa7fa519baa3bd72192d4cd9d5dbebdd0e78b8d7edc64d582fbf1a462b4ba 00:45:40 Reading package lists... 00:45:40 Building dependency tree... 00:45:40 Reading state information... [Pipeline] // withDockerContainer 00:45:40 The following additional packages will be installed: 00:45:40 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 00:45:40 Suggested packages: 00:45:40 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 00:45:40 Recommended packages: 00:45:40 gnupg libsasl2-modules 00:45:40 The following NEW packages will be installed: 00:45:40 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 00:45:40 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 00:45:40 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 00:45:40 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 00:45:40 The following packages will be upgraded: 00:45:40 gpg gpg-agent gpgconf libudev1 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:41 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 00:45:41 Need to get 3530 kB of archives. 00:45:41 After this operation, 13.3 MB of additional disk space will be used. 00:45:41 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] 00:45:41 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 00:45:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 00:45:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:41 . [Pipeline] withDockerContainer 00:45:41 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 00:45:41 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 00:45:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 00:45:41 prd-ubuntu18.04-docker-arm64-4c-16g-31464 does not seem to be running inside a container 00:45:41 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 00:45:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 00:45:41 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 00:45:41 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 00:45:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 00:45:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 00:45:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 00:45:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 00:45:41 $ 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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 00:45:41 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 00:45:41 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 00:45:41 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 00:45:41 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 00:45:41 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 00:45:41 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 00:45:41 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 00:45:41 debconf: delaying package configuration, since apt-utils is not installed 00:45:41 Fetched 3530 kB in 1s (3397 kB/s) 00:45:42 (Reading database ... 12511 files and directories currently installed.) 00:45:42 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 00:45:42 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:45:42 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 00:45:42 Selecting previously unselected package udev. 00:45:42 (Reading database ... 12511 files and directories currently installed.) 00:45:42 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 00:45:42 Unpacking udev (237-3ubuntu10.45) ... 00:45:42 Selecting previously unselected package libfuse2:amd64. 00:45:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 00:45:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:42 Selecting previously unselected package fuse. 00:45:42 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 00:45:42 Unpacking fuse (2.9.7-1ubuntu1) ... 00:45:42 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:42 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:43 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:43 $ docker top 39e502bf7d5c71fd07c77863b93f9001ad858d200b93cbbfae60f670e12ed258 -eo pid,comm 00:45:43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:45:43 Selecting previously unselected package libksba8:amd64. 00:45:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 00:45:43 Unpacking libksba8:amd64 (1.3.5-2) ... 00:45:43 Selecting previously unselected package libroken18-heimdal:amd64. 00:45:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] { [Pipeline] sh 00:45:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 00:45:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:43 Selecting previously unselected package libheimbase1-heimdal:amd64. 00:45:43 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:43 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 00:45:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libwind0-heimdal:amd64. 00:45:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 00:45:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 00:45:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 00:45:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:44 Selecting previously unselected package libgssapi3-heimdal:amd64. 00:45:44 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 00:45:44 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:44 Selecting previously unselected package libsasl2-modules-db:amd64. 00:45:44 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:45:44 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:44 Selecting previously unselected package libsasl2-2:amd64. 00:45:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 00:45:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:44 Selecting previously unselected package libldap-common. 00:45:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 00:45:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:45:44 Selecting previously unselected package libldap-2.4-2:amd64. 00:45:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 00:45:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:45:45 Selecting previously unselected package dirmngr. 00:45:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 00:45:45 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 00:45:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 00:45:45 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 00:45:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 00:45:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:45 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 00:45:45 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 00:45:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:45 Setting up libksba8:amd64 (1.3.5-2) ... 00:45:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:45 Setting up udev (237-3ubuntu10.45) ... 00:45:45 invoke-rc.d: policy-rc.d denied execution of start. 00:45:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Processing triggers for systemd (237-3ubuntu10) ... 00:45:46 Setting up fuse (2.9.7-1ubuntu1) ... 00:45:46 Setting up gpg (2.2.4-1ubuntu1.4) ... 00:45:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 00:45:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 00:45:46 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 00:45:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:45:47 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 00:45:47 settings in the [Install] section, and DefaultInstance for template units). 00:45:47 This means they are not meant to be enabled using systemctl. 00:45:47 Possible reasons for having this kind of units are: 00:45:47 1) A unit may be statically enabled by being symlinked from another unit's 00:45:47 .wants/ or .requires/ directory. 00:45:47 2) A unit's purpose may be to act as a helper for some other unit which has 00:45:47 a requirement dependency on it. 00:45:47 3) A unit may be started when needed via activation (socket, path, timer, 00:45:47 D-Bus, udev, scripted systemctl call, ...). 00:45:47 4) In case of template units, the unit is meant to be enabled with some 00:45:47 instance name specified. 00:45:47 Reading package lists... 00:45:47 Building dependency tree... 00:45:47 Reading state information... 00:45:47 The following additional packages will be installed: 00:45:47 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 00:45:47 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 00:45:47 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 00:45:47 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 00:45:47 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 00:45:47 Suggested packages: 00:45:47 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 00:45:47 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 00:45:47 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 00:45:47 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 00:45:47 systemd-container policykit-1 00:45:47 Recommended packages: 00:45:47 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 00:45:47 The following NEW packages will be installed: 00:45:47 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 00:45:47 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 00:45:47 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 00:45:47 multiarch-support openssh-client python3 python3-minimal python3.6 00:45:47 python3.6-minimal snapd squashfs-tools sudo 00:45:47 The following packages will be upgraded: 00:45:47 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 00:45:48 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 00:45:48 Need to get 35.2 MB of archives. 00:45:48 After this operation, 141 MB of additional disk space will be used. 00:45:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 00:45:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 00:45:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 00:45:48 Building docker-core-command-go ... 00:45:48 Building docker-core-data-go ... 00:45:48 Building docker-core-metadata-go ... 00:45:48 Building docker-security-bootstrapper-go ... 00:45:48 Building docker-security-proxy-setup-go ... 00:45:48 Building docker-security-secretstore-setup-go ... 00:45:48 Building docker-support-notifications-go ... 00:45:48 Building docker-support-scheduler-go ... 00:45:48 Building docker-sys-mgmt-agent-go ... 00:45:48 Building docker-core-data-go 00:45:48 Building docker-security-secretstore-setup-go 00:45:48 Building docker-support-notifications-go 00:45:48 Building docker-core-metadata-go 00:45:48 Building docker-support-scheduler-go 00:45:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 00:45:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 00:45:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 00:45:48 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 00:45:48 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 00:45:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 00:45:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 00:45:48 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 00:45:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 00:45:48 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 00:45:48 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 00:45:48 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 00:45:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 00:45:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 00:45:49 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 00:45:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 00:45:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 00:45:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 00:45:49 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 00:45:49 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 00:45:49 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 00:45:49 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 00:45:49 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 00:45:49 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 00:45:49 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 00:45:49 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 00:45:49 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 00:45:50 debconf: delaying package configuration, since apt-utils is not installed 00:45:50 Fetched 35.2 MB in 2s (14.8 MB/s) 00:45:50 (Reading database ... 12757 files and directories currently installed.) 00:45:50 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 00:45:50 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:45:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 00:45:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:45:51 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 00:45:51 (Reading database ... 12757 files and directories currently installed.) 00:45:51 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 00:45:51 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:51 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 00:45:51 (Reading database ... 12757 files and directories currently installed.) 00:45:51 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 00:45:51 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 00:45:52 Setting up apt (1.6.12ubuntu0.2) ... 00:45:52 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 00:45:52 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 00:45:52 (Reading database ... 12764 files and directories currently installed.) 00:45:52 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:45:52 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:45:53 Selecting previously unselected package libpython3.6-minimal:amd64. 00:45:53 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:53 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:53 Selecting previously unselected package libexpat1:amd64. 00:45:53 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 00:45:53 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:53 Selecting previously unselected package python3.6-minimal. 00:45:53 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:53 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:45:53 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 00:45:54 Checking for services that may need to be restarted...done. 00:45:54 Checking for services that may need to be restarted...done. 00:45:54 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:54 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 00:45:54 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 00:45:54 Selecting previously unselected package python3-minimal. 00:45:54 (Reading database ... 13012 files and directories currently installed.) 00:45:54 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 00:45:54 Unpacking python3-minimal (3.6.7-1~18.04) ... 00:45:54 Selecting previously unselected package mime-support. 00:45:54 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 00:45:54 Unpacking mime-support (3.60ubuntu1) ... 00:45:54 Selecting previously unselected package libmpdec2:amd64. 00:45:54 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 00:45:54 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:45:55 Selecting previously unselected package libpython3.6-stdlib:amd64. 00:45:55 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:55 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:45:55 Selecting previously unselected package python3.6. 00:45:55 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 00:45:55 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:45:55 Selecting previously unselected package libpython3-stdlib:amd64. 00:45:55 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 00:45:55 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:45:55 Setting up python3-minimal (3.6.7-1~18.04) ... 00:45:55 Selecting previously unselected package python3. 00:45:55 (Reading database ... 13442 files and directories currently installed.) 00:45:55 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 00:45:55 Unpacking python3 (3.6.7-1~18.04) ... 00:45:55 Selecting previously unselected package multiarch-support. 00:45:55 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 00:45:55 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 00:45:55 Setting up multiarch-support (2.27-3ubuntu1.4) ... 00:45:55 Selecting previously unselected package liblzo2-2:amd64. 00:45:56 (Reading database ... 13479 files and directories currently installed.) 00:45:56 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 00:45:56 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 00:45:56 Selecting previously unselected package libbsd0:amd64. 00:45:56 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 00:45:56 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:45:56 Selecting previously unselected package sudo. 00:45:56 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 00:45:56 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 00:45:56 Selecting previously unselected package apparmor. 00:45:56 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 00:45:56 Unpacking apparmor (2.12-4ubuntu5.1) ... 00:45:56 Selecting previously unselected package libedit2:amd64. 00:45:56 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 00:45:56 Unpacking libedit2:amd64 (3.1-20170329-1) ... 00:45:56 Selecting previously unselected package libkrb5support0:amd64. 00:45:56 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 00:45:56 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:45:56 Selecting previously unselected package libk5crypto3:amd64. 00:45:56 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 00:45:56 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:45:56 Selecting previously unselected package libkeyutils1:amd64. 00:45:56 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 00:45:56 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:45:56 Selecting previously unselected package libkrb5-3:amd64. 00:45:56 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 00:45:56 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:45:56 Selecting previously unselected package libgssapi-krb5-2:amd64. 00:45:56 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 00:45:56 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:45:57 Selecting previously unselected package libssl1.0.0:amd64. 00:45:57 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 00:45:57 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:45:57 Selecting previously unselected package openssh-client. 00:45:57 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 00:45:57 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 00:45:57 Selecting previously unselected package squashfs-tools. 00:45:57 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 00:45:57 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:45:57 Selecting previously unselected package snapd. 00:45:57 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 00:45:57 Unpacking snapd (2.48.3+18.04) ... 00:46:00 Setting up libedit2:amd64 (3.1-20170329-1) ... 00:46:00 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 00:46:00 Setting up mime-support (3.60ubuntu1) ... 00:46:00 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 00:46:00 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 00:46:00 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 00:46:00 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:00 Setting up systemd (237-3ubuntu10.45) ... 00:46:00 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 00:46:01 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 00:46:01 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 00:46:01 Setting up liblzo2-2:amd64 (2.08-1.2) ... 00:46:01 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 00:46:01 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 00:46:01 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 00:46:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 00:46:02 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 00:46:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 00:46:02 Setting up python3 (3.6.7-1~18.04) ... 00:46:02 running python rtupdate hooks for python3.6... 00:46:02 running python post-rtupdate hooks for python3.6... 00:46:02 Setting up apparmor (2.12-4ubuntu5.1) ... 00:46:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 00:46:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 00:46:04 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 00:46:04 Setting up snapd (2.48.3+18.04) ... 00:46:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 00:46:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 00:46:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 00:46:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 00:46:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 00:46:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 00:46:05 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 00:46:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 00:46:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 00:46:06 /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' 00:46:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 00:46:06 Processing triggers for systemd (237-3ubuntu10.45) ... 00:46:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:46:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:46:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:46:09 Reading package lists... 00:46:09 Reading package lists... 00:46:09 Building dependency tree... 00:46:09 Reading state information... 00:46:09 Calculating upgrade... 00:46:10 The following packages will be upgraded: 00:46:10 advancecomp base-files bash binutils binutils-common 00:46:10 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 00:46:10 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 00:46:10 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 00:46:10 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 00:46:10 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 00:46:10 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 00:46:10 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 00:46:10 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 00:46:10 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 00:46:10 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 00:46:10 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 00:46:10 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 00:46:10 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 00:46:10 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 00:46:10 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 00:46:10 Need to get 63.8 MB of archives. 00:46:10 After this operation, 5208 kB of additional disk space will be used. 00:46:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 00:46:10 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:46:10 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 00:46:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:46:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:46:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:46:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:46:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:46:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 00:46:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 00:46:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:46:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:46:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 00:46:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 00:46:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 00:46:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 00:46:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 00:46:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:46:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:46:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:46:10 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:46:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 00:46:10 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 00:46:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 00:46:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 00:46:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 00:46:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 00:46:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 00:46:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 00:46:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 00:46:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 00:46:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 00:46:10 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 00:46:10 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 00:46:10 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 00:46:10 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 00:46:10 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 00:46:10 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 00:46:10 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 00:46:10 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 00:46:10 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 00:46:10 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 00:46:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 00:46:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 00:46:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 00:46:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 00:46:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 00:46:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 00:46:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 00:46:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 00:46:10 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 00:46:10 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:46:10 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:46:10 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:46:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:46:10 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:46:11 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:46:11 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:46:11 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:46:11 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 00:46:11 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 00:46:11 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:46:11 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:46:11 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:46:11 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:46:11 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:46:11 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 00:46:11 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 00:46:11 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 00:46:11 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 00:46:11 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 00:46:11 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 00:46:11 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 00:46:11 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 00:46:11 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 00:46:11 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 00:46:11 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 00:46:11 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 00:46:11 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 00:46:11 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 00:46:11 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 00:46:11 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 00:46:11 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 00:46:11 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 00:46:11 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 00:46:11 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 00:46:11 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 00:46:11 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 00:46:11 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 00:46:11 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 00:46:11 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 00:46:11 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 00:46:11 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 00:46:11 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 00:46:11 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 00:46:11 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 00:46:11 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:46:11 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:46:11 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 00:46:12 debconf: delaying package configuration, since apt-utils is not installed 00:46:12 Fetched 63.8 MB in 2s (35.6 MB/s) 00:46:12 (Reading database ... 13912 files and directories currently installed.) 00:46:12 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 00:46:12 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:13 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:13 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:13 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 00:46:13 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 00:46:14 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:14 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:14 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:14 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:15 (Reading database ... 13911 files and directories currently installed.) 00:46:15 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:15 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 00:46:15 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 00:46:15 (Reading database ... 13911 files and directories currently installed.) 00:46:15 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:15 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 00:46:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:16 (Reading database ... 13911 files and directories currently installed.) 00:46:16 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 00:46:16 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 00:46:16 (Reading database ... 13911 files and directories currently installed.) 00:46:16 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 00:46:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 00:46:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 00:46:17 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 00:46:17 Setting up base-files (10.1ubuntu2.10) ... 00:46:17 Installing new version of config file /etc/issue ... 00:46:17 Installing new version of config file /etc/issue.net ... 00:46:17 Installing new version of config file /etc/lsb-release ... 00:46:17 Installing new version of config file /etc/update-motd.d/50-motd-news ... 00:46:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 00:46:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 00:46:17 Removing obsolete conffile /etc/default/motd-news ... 00:46:17 (Reading database ... 13912 files and directories currently installed.) 00:46:17 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 00:46:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 00:46:17 Setting up bash (4.4.18-2ubuntu1.2) ... 00:46:18 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 00:46:18 (Reading database ... 13912 files and directories currently installed.) 00:46:18 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:18 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 00:46:18 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 00:46:18 (Reading database ... 13912 files and directories currently installed.) 00:46:18 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 00:46:18 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 00:46:18 Setting up tar (1.29b-2ubuntu0.2) ... 00:46:18 (Reading database ... 13912 files and directories currently installed.) 00:46:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 00:46:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:19 Setting up dpkg (1.19.0.5ubuntu2.3) ... 00:46:19 (Reading database ... 13912 files and directories currently installed.) 00:46:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:19 (Reading database ... 13912 files and directories currently installed.) 00:46:19 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:19 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:19 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 00:46:19 (Reading database ... 13912 files and directories currently installed.) 00:46:19 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 00:46:19 Unpacking grep (3.1-2build1) over (3.1-2) ... 00:46:19 Setting up grep (3.1-2build1) ... 00:46:20 (Reading database ... 13912 files and directories currently installed.) 00:46:20 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:20 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:20 Setting up login (1:4.5-1ubuntu2) ... 00:46:20 (Reading database ... 13912 files and directories currently installed.) 00:46:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:20 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 00:46:20 (Reading database ... 13912 files and directories currently installed.) 00:46:20 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:20 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:46:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:46:21 (Reading database ... 13912 files and directories currently installed.) 00:46:21 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:46:21 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 00:46:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 00:46:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 00:46:23 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 00:46:23 (Reading database ... 13912 files and directories currently installed.) 00:46:23 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 00:46:23 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 00:46:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 00:46:23 (Reading database ... 13912 files and directories currently installed.) 00:46:23 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:23 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:23 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:23 (Reading database ... 13912 files and directories currently installed.) 00:46:23 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:23 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:23 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:23 (Reading database ... 13912 files and directories currently installed.) 00:46:23 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:23 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:24 (Reading database ... 13912 files and directories currently installed.) 00:46:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:24 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:24 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:24 (Reading database ... 13912 files and directories currently installed.) 00:46:24 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:24 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:24 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:24 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:24 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:24 (Reading database ... 13912 files and directories currently installed.) 00:46:24 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 00:46:24 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:25 (Reading database ... 13912 files and directories currently installed.) 00:46:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:25 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 00:46:25 (Reading database ... 13912 files and directories currently installed.) 00:46:25 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:25 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:25 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 00:46:25 (Reading database ... 13912 files and directories currently installed.) 00:46:25 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:25 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 00:46:26 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 00:46:26 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 00:46:26 (Reading database ... 13912 files and directories currently installed.) 00:46:26 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 00:46:26 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 00:46:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 00:46:27 (Reading database ... 13912 files and directories currently installed.) 00:46:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 00:46:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 00:46:27 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 00:46:27 (Reading database ... 13914 files and directories currently installed.) 00:46:27 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 00:46:27 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 00:46:27 Setting up debconf (1.5.66ubuntu1) ... 00:46:28 (Reading database ... 13914 files and directories currently installed.) 00:46:28 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 00:46:28 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:46:28 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 00:46:28 (Reading database ... 13914 files and directories currently installed.) 00:46:28 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 00:46:28 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 00:46:28 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 00:46:28 (Reading database ... 13914 files and directories currently installed.) 00:46:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:28 (Reading database ... 13914 files and directories currently installed.) 00:46:28 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:28 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:28 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:29 (Reading database ... 13914 files and directories currently installed.) 00:46:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 00:46:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:29 (Reading database ... 13914 files and directories currently installed.) 00:46:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 00:46:29 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 00:46:29 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 00:46:29 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 00:46:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:30 (Reading database ... 13914 files and directories currently installed.) 00:46:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 00:46:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 00:46:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 00:46:30 (Reading database ... 13914 files and directories currently installed.) 00:46:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 00:46:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 00:46:31 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 00:46:31 (Reading database ... 13914 files and directories currently installed.) 00:46:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 00:46:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 00:46:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 00:46:31 (Reading database ... 13914 files and directories currently installed.) 00:46:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 00:46:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 00:46:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 00:46:31 (Reading database ... 13914 files and directories currently installed.) 00:46:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 00:46:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 00:46:32 Setting up passwd (1:4.5-1ubuntu2) ... 00:46:32 (Reading database ... 13914 files and directories currently installed.) 00:46:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 00:46:32 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 00:46:32 Setting up gpgv (2.2.4-1ubuntu1.4) ... 00:46:32 (Reading database ... 13914 files and directories currently installed.) 00:46:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 00:46:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 00:46:32 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 00:46:32 (Reading database ... 13914 files and directories currently installed.) 00:46:32 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 00:46:32 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 00:46:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 00:46:33 (Reading database ... 13914 files and directories currently installed.) 00:46:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 00:46:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 00:46:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 00:46:33 (Reading database ... 13914 files and directories currently installed.) 00:46:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 00:46:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 00:46:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 00:46:33 (Reading database ... 13914 files and directories currently installed.) 00:46:33 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 00:46:33 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 00:46:33 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 00:46:33 (Reading database ... 13914 files and directories currently installed.) 00:46:33 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 00:46:33 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 00:46:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 00:46:34 (Reading database ... 13915 files and directories currently installed.) 00:46:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 00:46:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 00:46:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 00:46:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 00:46:34 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 00:46:34 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 00:46:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 00:46:35 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 00:46:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 00:46:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 00:46:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 00:46:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 00:46:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 00:46:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 00:46:35 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 00:46:35 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 00:46:35 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 00:46:35 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 00:46:35 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 00:46:35 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 00:46:35 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 00:46:35 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 00:46:37 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 00:46:37 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 00:46:37 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 00:46:37 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 00:46:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:37 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:37 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:37 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:37 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:38 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 00:46:38 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 00:46:38 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 00:46:43 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:43 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:43 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:46:43 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:43 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:46:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 00:46:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 00:46:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 00:46:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 00:46:44 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 00:46:44 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:44 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 00:46:44 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:44 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:44 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:44 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 00:46:44 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 00:46:44 Setting up tzdata (2021a-0ubuntu0.18.04) ... 00:46:44 00:46:44 Current default time zone: 'Etc/UTC' 00:46:44 Local time is now: Fri Mar 26 00:46:44 UTC 2021. 00:46:44 Universal Time is now: Fri Mar 26 00:46:44 UTC 2021. 00:46:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 00:46:44 00:46:44 Setting up systemd-sysv (237-3ubuntu10.45) ... 00:46:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:44 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 00:46:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 00:46:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 00:46:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 00:46:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:46:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 00:46:45 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 00:46:45 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 00:46:45 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:45 Setting up procps (2:3.3.12-3ubuntu1.2) ... 00:46:45 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:45 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 00:46:45 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:45 Setting up patch (2.7.6-2ubuntu1.1) ... 00:46:45 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:46:45 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 00:46:45 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 00:46:45 Installing new version of config file /etc/ssl/openssl.cnf ... 00:46:45 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 00:46:45 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 00:46:45 Setting up ca-certificates (20210119~18.04.1) ... 00:46:46 Updating certificates in /etc/ssl/certs... 00:46:47 23 added, 27 removed; done. 00:46:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 00:46:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 00:46:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 00:46:47 Setting up pkgbinarymangler (138.18.04.1) ... 00:46:48 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:48 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 00:46:48 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:48 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:48 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:48 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:48 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:48 Setting up perl (5.26.1-6ubuntu0.5) ... 00:46:48 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 00:46:48 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:46:48 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:48 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 00:46:48 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:48 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:48 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:46:48 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:48 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:46:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:46:48 Processing triggers for systemd (237-3ubuntu10.45) ... 00:46:48 Processing triggers for mime-support (3.60ubuntu1) ... 00:46:48 Processing triggers for ca-certificates (20210119~18.04.1) ... 00:46:48 Updating certificates in /etc/ssl/certs... 00:46:49 0 added, 0 removed; done. 00:46:49 Running hooks in /etc/ca-certificates/update.d... 00:46:49 done. 00:46:49 Reading package lists... 00:46:49 Building dependency tree... 00:46:49 Reading state information... 00:46:50 The following NEW packages will be installed: 00:46:50 apt-transport-https 00:46:50 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 00:46:50 Need to get 1696 B of archives. 00:46:50 After this operation, 153 kB of additional disk space will be used. 00:46:50 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 00:46:50 debconf: delaying package configuration, since apt-utils is not installed 00:46:50 Fetched 1696 B in 0s (8516 B/s) 00:46:50 Selecting previously unselected package apt-transport-https. 00:46:50 (Reading database ... 13920 files and directories currently installed.) 00:46:50 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 00:46:50 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 00:46:50 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 00:46:51 Waiting for network to be ready... 00:46:56 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:56 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:56 ---> 2c5e19b0c20a 00:46:56 Step 3/24 : WORKDIR /edgex-go 00:46:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:56 ---> 2c5e19b0c20a 00:46:56 Step 3/22 : WORKDIR /edgex-go 00:46:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> 2c5e19b0c20a 00:46:57 Step 3/23 : WORKDIR /edgex-go 00:46:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> 2c5e19b0c20a 00:46:57 Step 3/22 : WORKDIR /edgex-go 00:46:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:57 ---> 2c5e19b0c20a 00:46:57 Step 3/23 : WORKDIR /edgex-go 00:46:57 2021-03-26T00:46:54Z INFO Waiting for automatic snapd restart... 00:46:57 snapd 2.49.1 from Canonical* installed 00:46:58 "snapd" switched to the "latest/stable" channel 00:46:58 00:47:01 ---> Running in 0a27ccaed148 00:47:01 ---> Running in 1b39a039bff4 00:47:01 ---> Running in 53aec302ee81 00:47:01 ---> Running in 9fe52cec3d6d 00:47:01 ---> Running in 26734292239d 00:47:01 Removing intermediate container 26734292239d 00:47:01 ---> 09aba1ee7613 00:47:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 Removing intermediate container 9fe52cec3d6d 00:47:01 ---> 01b810b41db9 00:47:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 Removing intermediate container 53aec302ee81 00:47:01 ---> b776f956b28f 00:47:01 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 Removing intermediate container 1b39a039bff4 00:47:01 ---> a168c84f8df5 00:47:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:01 Removing intermediate container 0a27ccaed148 00:47:01 ---> 51a1c0e2132f 00:47:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:02 ---> Running in 839dccf77d97 00:47:02 ---> Running in ea3c7c98c1d6 00:47:02 ---> Running in 80b50a7302ca 00:47:02 ---> Running in 0b4195b538eb 00:47:02 ---> Running in fb6cfb1df8e8 00:47:02 core18 20210128 from Canonical* installed 00:47:02 "core18" switched to the "latest/stable" channel 00:47:02 00:47:06 Removing intermediate container 839dccf77d97 00:47:06 ---> 1bf412a79063 00:47:06 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:47:06 Removing intermediate container ea3c7c98c1d6 00:47:06 ---> 385a351a711f 00:47:06 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:06 ---> Running in 3694591bd5fd 00:47:06 ---> Running in 7458aeafdd94 00:47:06 Removing intermediate container 80b50a7302ca 00:47:06 ---> b125a5c58cf5 00:47:06 Step 5/24 : RUN apk add --update --no-cache make git 00:47:06 Removing intermediate container 0b4195b538eb 00:47:06 ---> 4138a4bf3332 00:47:06 Step 5/23 : RUN apk add --update --no-cache make git 00:47:06 Removing intermediate container fb6cfb1df8e8 00:47:06 ---> e2f397174090 00:47:06 Step 5/22 : RUN apk add --update --no-cache make git 00:47:07 ---> Running in 1b85b36b1cf6 00:47:07 ---> Running in 47ccee7aa976 00:47:07 ---> Running in 5df81a2d0ca6 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:08 snapcraft 4.5.4 from Canonical* installed 00:47:08 "snapcraft" switched to the "latest/stable" channel 00:47:08 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:11 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:47:11 - README.md 00:47:11 00:47:11 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:16 OK: 217 MiB in 51 packages 00:47:17 OK: 217 MiB in 51 packages 00:47:17 Removing intermediate container 7458aeafdd94 00:47:17 ---> fe32174668a1 00:47:17 Step 6/23 : COPY go.mod . 00:47:17 OK: 217 MiB in 51 packages 00:47:18 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:18 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:18 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:18 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:18 ---> f5ee31aa3b48 00:47:18 Step 7/23 : RUN go mod download 00:47:18 ---> Running in 73c7b4df961a 00:47:18 Removing intermediate container 1b85b36b1cf6 00:47:18 ---> caf7a703f74d 00:47:18 Step 6/24 : COPY go.mod . 00:47:19 Removing intermediate container 3694591bd5fd 00:47:19 ---> 90084d318e39 00:47:19 Step 6/22 : COPY go.mod . 00:47:19 ---> 62a005f8905c 00:47:19 Step 7/24 : RUN go mod download 00:47:19 Reading package lists... 00:47:19 ---> Running in ec4560b64ed8 00:47:20 ---> eb5ef546545e 00:47:20 Step 7/22 : RUN go mod download 00:47:20 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 00:47:20 OK: 217 MiB in 51 packages 00:47:20 ---> Running in a33f084d1272 00:47:21 OK: 217 MiB in 51 packages 00:47:22 Removing intermediate container 47ccee7aa976 00:47:22 ---> 2dda121b53ae 00:47:22 Step 6/23 : COPY go.mod . 00:47:22 Removing intermediate container 73c7b4df961a 00:47:22 ---> 41648c0a7d1f 00:47:22 Step 8/23 : COPY . . 00:47:22 Removing intermediate container 5df81a2d0ca6 00:47:22 ---> 839f79e84d91 00:47:22 Step 6/22 : COPY go.mod . 00:47:23 ---> 064bfb01ceda 00:47:23 Step 7/23 : RUN go mod download 00:47:23 ---> Running in 30807242362e 00:47:24 ---> dcfad211be1c 00:47:24 Step 7/22 : RUN go mod download 00:47:24 ---> Running in b02698a398a8 00:47:24 Removing intermediate container ec4560b64ed8 00:47:24 ---> c2615cdce574 00:47:24 Step 8/24 : COPY . . 00:47:25 Removing intermediate container a33f084d1272 00:47:25 ---> 6a9c1a3cc0bf 00:47:25 Step 8/22 : COPY . . 00:47:27 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:27 Reading package lists... 00:47:27 Building dependency tree... 00:47:27 Reading state information... 00:47:27 Suggested packages: 00:47:27 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 00:47:27 git-gui gitk gitweb git-cvs git-mediawiki git-svn 00:47:27 Recommended packages: 00:47:27 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 00:47:27 The following NEW packages will be installed: 00:47:27 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 00:47:27 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 00:47:27 pkg-config zip 00:47:27 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 00:47:27 Need to get 7657 kB of archives. 00:47:27 After this operation, 43.8 MB of additional disk space will be used. 00:47:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 00:47:27 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 00:47:27 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 00:47:27 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 00:47:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:47:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:47:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:47:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:47:27 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:47:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:47:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 00:47:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 00:47:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 00:47:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:47:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:47:28 debconf: delaying package configuration, since apt-utils is not installed 00:47:28 Fetched 7657 kB in 1s (6985 kB/s) 00:47:28 Selecting previously unselected package libglib2.0-0:amd64. 00:47:28 (Reading database ... 13924 files and directories currently installed.) 00:47:28 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 00:47:28 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:47:28 Selecting previously unselected package libpsl5:amd64. 00:47:28 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 00:47:28 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 00:47:28 Selecting previously unselected package libnghttp2-14:amd64. 00:47:28 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 00:47:28 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:28 Selecting previously unselected package librtmp1:amd64. 00:47:28 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 00:47:28 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:28 Selecting previously unselected package libcurl3-gnutls:amd64. 00:47:28 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 00:47:28 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:28 Selecting previously unselected package liberror-perl. 00:47:28 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 00:47:28 Unpacking liberror-perl (0.17025-1) ... 00:47:28 Selecting previously unselected package git-man. 00:47:28 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 00:47:28 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 00:47:29 Selecting previously unselected package git. 00:47:29 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 00:47:29 Unpacking git (1:2.17.1-1ubuntu0.8) ... 00:47:30 Selecting previously unselected package libnorm1:amd64. 00:47:30 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:47:30 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:30 Selecting previously unselected package libpgm-5.2-0:amd64. 00:47:30 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:47:30 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:30 Selecting previously unselected package libsodium23:amd64. 00:47:30 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 00:47:30 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:47:30 Selecting previously unselected package libzmq5:amd64. 00:47:30 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:30 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:30 Selecting previously unselected package libzmq3-dev:amd64. 00:47:30 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:47:30 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:30 Selecting previously unselected package pkg-config. 00:47:30 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:47:30 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:47:30 Selecting previously unselected package zip. 00:47:30 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 00:47:30 Unpacking zip (3.0-11build1) ... 00:47:30 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:47:30 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 00:47:30 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 00:47:30 Setting up liberror-perl (0.17025-1) ... 00:47:31 Setting up libpsl5:amd64 (0.19.1-5build1) ... 00:47:31 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 00:47:31 No schema files found: doing nothing. 00:47:31 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 00:47:31 Setting up zip (3.0-11build1) ... 00:47:31 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:47:31 Setting up libsodium23:amd64 (1.0.16-2) ... 00:47:31 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:47:31 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:47:31 Removing intermediate container 30807242362e 00:47:31 ---> 388ad4673245 00:47:31 Step 8/23 : COPY . . 00:47:31 Removing intermediate container b02698a398a8 00:47:31 ---> 67a7442703be 00:47:31 Step 8/22 : COPY . . 00:47:31 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 00:47:31 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:47:31 Setting up git (1:2.17.1-1ubuntu0.8) ... 00:47:31 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 00:47:37 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:37 git set to automatically installed. 00:47:37 git-man set to automatically installed. 00:47:37 libcurl3-gnutls set to automatically installed. 00:47:37 liberror-perl set to automatically installed. 00:47:37 libglib2.0-0 set to automatically installed. 00:47:37 libnghttp2-14 set to automatically installed. 00:47:37 libnorm1 set to automatically installed. 00:47:37 libpgm-5.2-0 set to automatically installed. 00:47:37 libpsl5 set to automatically installed. 00:47:37 librtmp1 set to automatically installed. 00:47:37 libsodium23 set to automatically installed. 00:47:37 libzmq3-dev set to automatically installed. 00:47:37 libzmq5 set to automatically installed. 00:47:37 pkg-config set to automatically installed. 00:47:37 zip set to automatically installed. 00:47:40 snapd is not logged in, snap install commands will use sudo 00:47:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 00:47:47 error: cannot refresh "core18": unexpectedly empty response from the server 00:47:47 (try again later) 00:47:47 Error while refreshing snap 'core18' to channel 'latest/stable' 00:47:47 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] } 00:47:49 Failed in branch amd64 00:47:53 ---> 1baa0837ee9e 00:47:53 Step 9/23 : RUN make cmd/core-data/core-data 00:47:53 ---> Running in 6dba3819ce74 00:47:53 ---> bdaf88ff05b4 00:47:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:53 ---> 834c3b351409 00:47:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:47:53 ---> 1ab4a476aa79 00:47:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:53 ---> 51441ebee048 00:47:53 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:53 ---> Running in 9ddf7b6d5809 00:47:53 ---> Running in c565782ad7b2 00:47:53 ---> Running in 9bd5482e9ee7 00:47:53 ---> Running in 29beddcf0f66 00:47:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:47:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:47:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:31 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 00:49:38 Removing intermediate container c565782ad7b2 00:49:38 ---> c90e4d033dfe 00:49:38 00:49:38 Step 10/24 : FROM alpine:3.12 00:49:38 3.12: Pulling from library/alpine 00:49:40 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 00:49:40 Status: Downloaded newer image for alpine:3.12 00:49:40 ---> e47305ac9786 00:49:40 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 00:49:40 ---> Running in d257f6dc0d4c 00:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:43 (1/6) Installing ca-certificates (20191127-r4) 00:49:43 (2/6) Installing nghttp2-libs (1.41.0-r0) 00:49:43 (3/6) Installing libcurl (7.69.1-r3) 00:49:43 (4/6) Installing curl (7.69.1-r3) 00:49:43 (5/6) Installing dumb-init (1.2.2-r1) 00:49:44 (6/6) Installing su-exec (0.2-r1) 00:49:44 Executing busybox-1.31.1-r19.trigger 00:49:44 Executing ca-certificates-20191127-r4.trigger 00:49:44 OK: 7 MiB in 20 packages 00:49:47 Removing intermediate container d257f6dc0d4c 00:49:47 ---> 189c9ae5c4e8 00:49:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:47 ---> Running in 1f708aa6e6a1 00:49:48 Removing intermediate container 1f708aa6e6a1 00:49:48 ---> fbb137f55e00 00:49:48 Step 13/24 : WORKDIR / 00:49:48 ---> Running in 012f9680e8bd 00:49:49 Removing intermediate container 012f9680e8bd 00:49:49 ---> a637ce2e834b 00:49:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:50 ---> 66aa957f844a 00:49:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:51 ---> 606c0359fdc8 00:49:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:52 ---> 3aac9133ef60 00:49:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:54 ---> 4b3301513f27 00:49:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:56 ---> 575cfe08ed22 00:49:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:57 ---> 0230292fa3bf 00:49:57 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/ 00:49:57 ---> Running in fd17ff080441 00:50:03 Removing intermediate container fd17ff080441 00:50:03 ---> a3c4cb3d312f 00:50:03 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:50:03 Removing intermediate container 9ddf7b6d5809 00:50:03 ---> cffc2dda0dca 00:50:03 00:50:03 Step 10/22 : FROM alpine:3.12 00:50:03 ---> e47305ac9786 00:50:03 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:50:03 Removing intermediate container 9bd5482e9ee7 00:50:03 ---> c0bb25b0b4eb 00:50:03 00:50:03 Step 10/22 : FROM alpine:3.12 00:50:03 ---> e47305ac9786 00:50:03 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:50:03 ---> Running in 9be49ae233e7 00:50:03 ---> Running in 94d47f2e63da 00:50:03 ---> Running in 983ed00e0038 00:50:04 Removing intermediate container 9be49ae233e7 00:50:04 ---> ffa72c922ab2 00:50:04 Step 22/24 : LABEL arch=arm64 00:50:04 ---> Running in c670ace23aee 00:50:05 Removing intermediate container c670ace23aee 00:50:05 ---> b121f7b5d022 00:50:05 Step 23/24 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:50:05 ---> Running in 1ef1db0d0b15 00:50:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:06 Removing intermediate container 1ef1db0d0b15 00:50:06 ---> 24bd8600367b 00:50:06 Step 24/24 : LABEL version=0.0.0 00:50:07 ---> Running in d83a64b68b55 00:50:07 (1/1) Installing dumb-init (1.2.2-r1) 00:50:07 Executing busybox-1.31.1-r19.trigger 00:50:07 OK: 5 MiB in 15 packages 00:50:07 (1/2) Installing ca-certificates (20191127-r4) 00:50:07 (2/2) Installing dumb-init (1.2.2-r1) 00:50:07 Executing busybox-1.31.1-r19.trigger 00:50:07 Executing ca-certificates-20191127-r4.trigger 00:50:07 OK: 6 MiB in 16 packages 00:50:07 Removing intermediate container d83a64b68b55 00:50:07 ---> 456ea9487c2e 00:50:07 00:50:08 Successfully built 456ea9487c2e 00:50:08 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:50:08  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 00:50:09 Removing intermediate container 983ed00e0038 00:50:09 ---> cc815687d432 00:50:09 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:10 ---> Running in 323ff82d3b32 00:50:10 Removing intermediate container 94d47f2e63da 00:50:10 ---> 576e183be336 00:50:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:50:10 ---> Running in 2abcdf0c1c83 00:50:11 Removing intermediate container 323ff82d3b32 00:50:11 ---> 46e4178cfff2 00:50:11 Step 13/22 : ENV APP_PORT=48085 00:50:13 Removing intermediate container 2abcdf0c1c83 00:50:13 ---> d5cbb85d71ee 00:50:13 Step 13/22 : ENV APP_PORT=48060 00:50:13 ---> Running in 2bc114007e72 00:50:13 Removing intermediate container 29beddcf0f66 00:50:13 ---> e3f2c115afca 00:50:13 00:50:13 Step 10/23 : FROM alpine:3.12 00:50:13 ---> e47305ac9786 00:50:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:50:13 ---> Using cache 00:50:13 ---> cc815687d432 00:50:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:50:13 ---> Using cache 00:50:13 ---> 46e4178cfff2 00:50:13 Step 13/23 : ENV APP_PORT=48081 ---> Running in 61ba76c48967 00:50:13 00:50:14 ---> Running in 9ad682babacf 00:50:15 Removing intermediate container 2bc114007e72 00:50:15 ---> 6ff90edf9bb7 00:50:15 Step 14/22 : EXPOSE $APP_PORT 00:50:15 Removing intermediate container 61ba76c48967 00:50:15 ---> 765d8f06805a 00:50:15 Step 14/22 : EXPOSE $APP_PORT 00:50:15 ---> Running in c9eff5d9bab2 00:50:15 ---> Running in 6b5a35e33a03 00:50:15 Removing intermediate container 9ad682babacf 00:50:15 ---> da00ac49e239 00:50:15 Step 14/23 : EXPOSE $APP_PORT 00:50:16 ---> Running in 333228123a17 00:50:16 Removing intermediate container c9eff5d9bab2 00:50:16 ---> ab91651f6acc 00:50:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:16 Removing intermediate container 6b5a35e33a03 00:50:16 ---> 64c5f7807361 00:50:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:17 Removing intermediate container 333228123a17 00:50:17 ---> c82c6bd6e57e 00:50:17 Step 15/23 : WORKDIR / 00:50:18 ---> 02437b6bfc59 00:50:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:18 ---> Running in 3718689de430 00:50:18 ---> 59f86058a267 00:50:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:19 Removing intermediate container 6dba3819ce74 00:50:19 ---> bdd0e3f8a162 00:50:19 00:50:19 Step 10/23 : FROM alpine:3.12 00:50:19 ---> e47305ac9786 00:50:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:19 Removing intermediate container 3718689de430 00:50:19 ---> 8c537d40fff8 00:50:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:20 ---> Running in 9ad67dbf8881 00:50:21 ---> 54e67181576c 00:50:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:21 ---> 61340982b8f5 00:50:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:21 ---> bb4f2984c1af 00:50:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:21 Removing intermediate container 9ad67dbf8881 00:50:21 ---> d82e6a975705 00:50:21 Step 12/23 : ENV APP_PORT=48080 00:50:22 ---> Running in 76e1218a84d7 00:50:22 ---> f20c4974f950 00:50:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:50:24 ---> 91d3d12534a9 00:50:24 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:50:24 ---> Running in 623dcfb5a612 00:50:24 Removing intermediate container 76e1218a84d7 00:50:24 ---> 80b2e0a7b203 00:50:24 Step 13/23 : EXPOSE $APP_PORT 00:50:24 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:24 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:50:24 ---> 2c5e19b0c20a 00:50:24 Step 3/31 : WORKDIR /edgex-go 00:50:24 ---> Using cache 00:50:24 ---> 51a1c0e2132f 00:50:24 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:24 ---> Using cache 00:50:24 ---> e2f397174090 00:50:24 Step 5/31 : RUN apk add --update --no-cache make git 00:50:24 ---> Using cache 00:50:24 ---> 839f79e84d91 00:50:24 Step 6/31 : COPY go.mod . 00:50:24 ---> Using cache 00:50:24 ---> dcfad211be1c 00:50:24 Step 7/31 : RUN go mod download 00:50:24 ---> Using cache 00:50:24 ---> 67a7442703be 00:50:24 Step 8/31 : COPY . . 00:50:24 ---> 53f8c52afdc2 00:50:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:24 ---> Using cache 00:50:24 ---> bdaf88ff05b4 00:50:24 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:50:24 ---> Running in edcd874482ff 00:50:24 ---> Running in a8a8a365d907 00:50:24 ---> Running in ac408c43bbda 00:50:24 Removing intermediate container 623dcfb5a612 00:50:24 ---> 2a5cea37beae 00:50:24 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:25 ---> Running in 2cf848dd389a 00:50:25 Removing intermediate container a8a8a365d907 00:50:25 ---> 11e1d7e05bde 00:50:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:25 Removing intermediate container edcd874482ff 00:50:25 ---> 58ebf2505278 00:50:25 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:25 ---> eec5a2dc7d64 00:50:25 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:50:25 ---> Running in 2260135bbfca 00:50:25 ---> Running in 770596fec9e3 00:50:25 ---> Running in 8d4757a506a7 00:50:25 Removing intermediate container 2cf848dd389a 00:50:25 ---> b80881daa473 00:50:25 Step 20/22 : LABEL arch=arm64 00:50:26 ---> Running in bb4a743261bd 00:50:26 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 00:50:26 Removing intermediate container 2260135bbfca 00:50:26 ---> 98f17d49117c 00:50:26 Step 20/22 : LABEL arch=arm64 00:50:26 Removing intermediate container 8d4757a506a7 00:50:26 ---> 2572bb3f6843 00:50:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:26 ---> Running in 31963bd574e7 00:50:26 ---> Running in 82c6a62b0cec 00:50:26 Removing intermediate container bb4a743261bd 00:50:26 ---> 83e5bc1f4f4a 00:50:26 Step 21/22 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:50:27 ---> Running in 2c7628f66cb8 00:50:27 Removing intermediate container 31963bd574e7 00:50:27 ---> 28d4c588c136 00:50:27 Step 21/22 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:50:27 Removing intermediate container 82c6a62b0cec 00:50:27 ---> c17da317239d 00:50:27 Step 21/23 : LABEL arch=arm64 00:50:27 ---> Running in 4192e2d5475e 00:50:27 ---> Running in 5a71472b0459 00:50:27 Removing intermediate container 2c7628f66cb8 00:50:27 ---> e68c492a9ddb 00:50:27 Step 22/22 : LABEL version=0.0.0 00:50:28 ---> Running in ac65fd485a18 00:50:28 Removing intermediate container 4192e2d5475e 00:50:28 ---> f2544eb8dc1b 00:50:28 Step 22/22 : LABEL version=0.0.0 00:50:28 Removing intermediate container 5a71472b0459 00:50:28 ---> 59f68acf4574 00:50:28 Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:50:28 ---> Running in 0d43e375a5a1 00:50:29 ---> Running in d7cf8bd38539 00:50:29 Removing intermediate container 770596fec9e3 00:50:29 ---> 3fa7ab38b18b 00:50:29 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:50:29 Removing intermediate container ac65fd485a18 00:50:29 ---> e0230a47a86d 00:50:29 00:50:29 ---> Running in fd6b5929fb01 00:50:29 Removing intermediate container 0d43e375a5a1 00:50:29 ---> 9163e47573c6 00:50:29 00:50:29 Removing intermediate container d7cf8bd38539 00:50:29 ---> 9141bb6cc90a 00:50:29 Step 23/23 : LABEL version=0.0.0 00:50:30 ---> Running in a3671e101ce7 00:50:30 Successfully built e0230a47a86d 00:50:30 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:30  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 00:50:30 Successfully built 9163e47573c6 00:50:30 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:30 Building docker-security-proxy-setup-go 00:50:31  Building docker-support-notifications-go ... done Removing intermediate container a3671e101ce7 00:50:31 ---> 87102d2053aa 00:50:31 00:50:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:31 Successfully built 87102d2053aa 00:50:31 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:31  Building docker-core-metadata-go ... done Building docker-core-command-go 00:50:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:40 (1/6) Installing dumb-init (1.2.2-r1) 00:50:41 (2/6) Installing libgcc (9.3.0-r2) 00:50:41 (3/6) Installing libsodium (1.0.18-r0) 00:50:42 (4/6) Installing libstdc++ (9.3.0-r2) 00:50:44 (5/6) Installing libzmq (4.3.3-r0) 00:50:45 (6/6) Installing zeromq (4.3.3-r0) 00:50:45 Executing busybox-1.31.1-r19.trigger 00:50:45 OK: 8 MiB in 20 packages 00:50:52 Removing intermediate container fd6b5929fb01 00:50:52 ---> 26468667a676 00:50:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:55 ---> 3d1feb4da4d8 00:50:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:59 ---> ce8c831f3d45 00:50:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:01 ---> dca827c172ac 00:51:01 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:02 ---> Running in 874265d02608 00:51:03 Removing intermediate container 874265d02608 00:51:03 ---> 75eaf2af6a24 00:51:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:03 ---> Running in aa3b1e9b6cc6 00:51:04 Removing intermediate container aa3b1e9b6cc6 00:51:04 ---> 98ff2142cc76 00:51:04 Step 21/23 : LABEL arch=arm64 00:51:05 ---> Running in a66060ddb361 00:51:06 Removing intermediate container a66060ddb361 00:51:06 ---> 7fc30b869b12 00:51:06 Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:51:06 ---> Running in f7163448b46f 00:51:07 Removing intermediate container f7163448b46f 00:51:07 ---> 4970cf742eeb 00:51:07 Step 23/23 : LABEL version=0.0.0 00:51:07 ---> Running in cf161e698b93 00:51:08 Removing intermediate container cf161e698b93 00:51:08 ---> 12ed96edca72 00:51:08 00:51:09 Successfully built 12ed96edca72 00:51:09 Successfully tagged docker-core-data-go-arm64:latest 00:51:11  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:11 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:51:11 ---> 2c5e19b0c20a 00:51:11 Step 3/26 : WORKDIR /edgex-go 00:51:11 ---> Using cache 00:51:11 ---> 51a1c0e2132f 00:51:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:11 ---> Using cache 00:51:11 ---> e2f397174090 00:51:11 Step 5/26 : RUN apk add --update --no-cache make bash git 00:51:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:51:11 ---> 2c5e19b0c20a 00:51:11 Step 3/23 : WORKDIR /edgex-go 00:51:11 ---> Using cache 00:51:11 ---> 51a1c0e2132f 00:51:11 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:11 ---> Using cache 00:51:11 ---> e2f397174090 00:51:11 Step 5/23 : RUN apk add --update --no-cache make git 00:51:11 ---> Using cache 00:51:11 ---> 839f79e84d91 00:51:11 Step 6/23 : COPY go.mod . 00:51:11 ---> Using cache 00:51:11 ---> dcfad211be1c 00:51:11 Step 7/23 : RUN go mod download 00:51:11 ---> Using cache 00:51:11 ---> 67a7442703be 00:51:11 Step 8/23 : COPY . . 00:51:11 ---> Using cache 00:51:11 ---> bdaf88ff05b4 00:51:11 Step 9/23 : RUN make cmd/core-command/core-command 00:51:12 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:51:12 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:51:12 ---> 2c5e19b0c20a 00:51:12 Step 3/21 : WORKDIR /edgex-go 00:51:12 ---> Using cache 00:51:12 ---> 51a1c0e2132f 00:51:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:12 ---> Using cache 00:51:12 ---> e2f397174090 00:51:12 Step 5/21 : RUN apk add --update --no-cache make git 00:51:12 ---> Using cache 00:51:12 ---> 839f79e84d91 00:51:12 Step 6/21 : COPY go.mod . 00:51:12 ---> Using cache 00:51:12 ---> dcfad211be1c 00:51:12 Step 7/21 : RUN go mod download 00:51:12 ---> Using cache 00:51:12 ---> 67a7442703be 00:51:12 Step 8/21 : COPY . . 00:51:12 ---> Using cache 00:51:12 ---> bdaf88ff05b4 00:51:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:51:12 ---> Running in ce755af1635f 00:51:12 ---> Running in ef011b398c90 00:51:12 ---> Running in 217da2c62bc1 00:51:12 Removing intermediate container ac408c43bbda 00:51:12 ---> fa224704cb12 00:51:12 00:51:12 Step 10/31 : FROM alpine:3.12 00:51:12 ---> e47305ac9786 00:51:12 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:13 ---> Running in ea85de52a1bc 00:51:13 Removing intermediate container ea85de52a1bc 00:51:13 ---> 066c5a5b6671 00:51:13 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:14 ---> Running in ce37ab8925fd 00:51:14 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 00:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:14 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 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:16 (1/2) Installing dumb-init (1.2.2-r1) 00:51:16 (2/2) Installing su-exec (0.2-r1) 00:51:16 Executing busybox-1.31.1-r19.trigger 00:51:16 OK: 5 MiB in 16 packages 00:51:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:18 Removing intermediate container ce37ab8925fd 00:51:18 ---> 4719ab255475 00:51:18 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:51:18 ---> Running in 2042ca1b7a92 00:51:19 Removing intermediate container 2042ca1b7a92 00:51:19 ---> d27b8f3bc87a 00:51:19 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:19 ---> Running in 5c45baea7675 00:51:20 Removing intermediate container 5c45baea7675 00:51:20 ---> 1dea3acbccfc 00:51:20 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:20 ---> Running in 26d0d9f4e6e6 00:51:23 OK: 217 MiB in 51 packages 00:51:23 Removing intermediate container 26d0d9f4e6e6 00:51:23 ---> 2e1ddfe3608a 00:51:23 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:51:24 ---> Running in 905a9e868eed 00:51:25 Removing intermediate container 905a9e868eed 00:51:25 ---> 1871520893d4 00:51:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:25 Removing intermediate container 217da2c62bc1 00:51:25 ---> 159ca0ca4dd6 00:51:25 Step 6/26 : COPY go.mod . 00:51:26 ---> 51bef7e4eedb 00:51:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:26 ---> fd5a48a1d452 00:51:26 Step 7/26 : RUN go mod download 00:51:26 ---> Running in b1f016f94902 00:51:27 ---> Running in b05a9533da11 00:51:30 Removing intermediate container b1f016f94902 00:51:30 ---> 71d5eb96914a 00:51:30 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:31 ---> 41a1a39b3cb6 00:51:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:31 Removing intermediate container b05a9533da11 00:51:31 ---> 7750c4e021ee 00:51:31 Step 8/26 : COPY . . 00:51:34 ---> 9f7f544d6b0d 00:51:34 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:36 ---> 23fb592b7999 00:51:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:38 ---> d806d878016a 00:51:38 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:51:40 ---> 57c352cf07e2 00:51:40 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:40 ---> Running in ecf61adcbea6 00:51:41 Removing intermediate container ecf61adcbea6 00:51:41 ---> c87a11eb3d23 00:51:41 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:42 ---> 381e08a651f4 00:51:42 Step 26/31 : RUN chmod +x /entrypoint.sh 00:51:43 ---> Running in d7b3e4852ead 00:51:48 Removing intermediate container d7b3e4852ead 00:51:48 ---> e81c9324d8b7 00:51:48 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:51:48 ---> Running in e581541ce2da 00:51:50 Removing intermediate container e581541ce2da 00:51:50 ---> 42b5f89c8b3d 00:51:50 Step 28/31 : CMD ["gate"] 00:51:50 ---> Running in 68a3bf47c07b 00:51:52 Removing intermediate container 68a3bf47c07b 00:51:52 ---> 2843ef32464c 00:51:52 Step 29/31 : LABEL arch=arm64 00:51:52 ---> Running in 51f4f6d7849a 00:51:53 ---> bd84968f4464 00:51:53 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:53 ---> Running in ce843f1cd1d2 00:51:53 Removing intermediate container 51f4f6d7849a 00:51:53 ---> 1008ec20a533 00:51:53 Step 30/31 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:51:54 ---> Running in 89d53e813a33 00:51:55 Removing intermediate container 89d53e813a33 00:51:55 ---> 2b73f3726e3d 00:51:55 Step 31/31 : LABEL version=0.0.0 00:51:55 ---> Running in 847769aeb96f 00:51:55 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 00:51:55 Removing intermediate container 847769aeb96f 00:51:55 ---> 325998a938a2 00:51:55 00:51:56 Successfully built 325998a938a2 00:51:56 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:08  Building docker-security-bootstrapper-go ... done 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 00:52:24 Removing intermediate container ce755af1635f 00:52:24 ---> 32876da8f16e 00:52:24 00:52:24 Step 10/21 : FROM alpine:3.12 00:52:24 ---> e47305ac9786 00:52:24 Step 11/21 : RUN apk add --update --no-cache curl 00:52:24 ---> Running in 1a556107dead 00:52:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:24 (1/4) Installing ca-certificates (20191127-r4) 00:52:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:24 (3/4) Installing libcurl (7.69.1-r3) 00:52:24 (4/4) Installing curl (7.69.1-r3) 00:52:24 Executing busybox-1.31.1-r19.trigger 00:52:24 Executing ca-certificates-20191127-r4.trigger 00:52:24 OK: 7 MiB in 18 packages 00:52:25 Removing intermediate container ef011b398c90 00:52:25 ---> a4e7631fab99 00:52:25 00:52:25 Step 10/23 : FROM alpine:3.12 00:52:25 ---> e47305ac9786 00:52:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:52:25 ---> Using cache 00:52:25 ---> cc815687d432 00:52:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:52:25 ---> Using cache 00:52:25 ---> 46e4178cfff2 00:52:25 Step 13/23 : ENV APP_PORT=48082 00:52:25 ---> Running in 3103625466cd 00:52:26 Removing intermediate container 3103625466cd 00:52:26 ---> 3adc254f85e3 00:52:26 Step 14/23 : EXPOSE $APP_PORT 00:52:27 ---> Running in 63990b6bcbbb 00:52:27 Removing intermediate container 1a556107dead 00:52:27 ---> 111adcf81b2c 00:52:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:27 ---> Running in 1ad0ffb626ca 00:52:27 Removing intermediate container 63990b6bcbbb 00:52:27 ---> b78a463d9109 00:52:27 Step 15/23 : WORKDIR / 00:52:27 ---> Running in c4f9e5fadb51 00:52:27 Removing intermediate container 1ad0ffb626ca 00:52:27 ---> 61edbd3e073b 00:52:27 Step 13/21 : WORKDIR /edgex 00:52:28 ---> Running in 162b567cf4ad 00:52:28 Removing intermediate container c4f9e5fadb51 00:52:28 ---> 5f1fbf336b71 00:52:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:29 Removing intermediate container 162b567cf4ad 00:52:29 ---> 3f83d296e5ff 00:52:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:29 ---> 36fb659ded4f 00:52:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:30 ---> f01c950ec6b1 00:52:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:31 ---> b8ea104407d5 00:52:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:31 ---> 972020584aa8 00:52:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:52:32 ---> 2d86b4876942 00:52:32 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:33 ---> Running in 5ff2ef0ad9d5 00:52:33 ---> 859d6a269ed8 00:52:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:33 Removing intermediate container 5ff2ef0ad9d5 00:52:33 ---> efeaed6306e0 00:52:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:34 ---> Running in 424950d41886 00:52:34 ---> Running in 5259def8829e 00:52:34 Removing intermediate container 424950d41886 00:52:34 ---> 8af89d42bf00 00:52:34 Step 18/21 : CMD ["--init=true"] 00:52:34 ---> Running in d58f390b6efa 00:52:34 Removing intermediate container 5259def8829e 00:52:34 ---> 6e0eecdb3aaf 00:52:34 Step 21/23 : LABEL arch=arm64 00:52:34 ---> Running in 4bda6e00c751 00:52:35 Removing intermediate container d58f390b6efa 00:52:35 ---> 95d9ce0046ff 00:52:35 Step 19/21 : LABEL arch=arm64 00:52:35 ---> Running in d2a86e934240 00:52:35 Removing intermediate container 4bda6e00c751 00:52:35 ---> 44856f7f45e5 00:52:35 Step 22/23 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:52:35 ---> Running in 433d66fbbf61 00:52:36 Removing intermediate container d2a86e934240 00:52:36 ---> f49594ffbeb1 00:52:36 Step 20/21 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:52:36 ---> Running in f41216d748db 00:52:36 Removing intermediate container 433d66fbbf61 00:52:36 ---> 0ab56c9d564c 00:52:36 Step 23/23 : LABEL version=0.0.0 00:52:36 ---> Running in 723a33e56c34 00:52:36 Removing intermediate container f41216d748db 00:52:36 ---> 5d7792535c12 00:52:36 Step 21/21 : LABEL version=0.0.0 00:52:36 ---> Running in 14ffa20f5631 00:52:37 Removing intermediate container 723a33e56c34 00:52:37 ---> 89c8c29ef213 00:52:37 00:52:37 Successfully built 89c8c29ef213 00:52:37 Successfully tagged docker-core-command-go-arm64:latest 00:52:37 Removing intermediate container 14ffa20f5631 00:52:37  Building docker-core-command-go ... done  ---> bb26b9f3e798 00:52:37 00:52:37 Successfully built bb26b9f3e798 00:52:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:41  Building docker-security-proxy-setup-go ... done Removing intermediate container ce843f1cd1d2 00:52:41 ---> c447f985d819 00:52:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:41 ---> Running in 3aed314ab3e0 00:52:42 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 00:52:44 Removing intermediate container 3aed314ab3e0 00:52:44 ---> fdb15ca4e558 00:52:44 00:52:44 Step 11/26 : FROM docker:20.10.0 00:52:44 20.10.0: Pulling from library/docker 00:52:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:52:51 Status: Downloaded newer image for docker:20.10.0 00:52:51 ---> eeaf43b92773 00:52:51 Step 12/26 : RUN apk add --no-cache bash 00:52:52 ---> Running in 8fb5b2d95caa 00:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:54 (1/2) Installing readline (8.0.4-r0) 00:52:54 (2/2) Installing bash (5.0.17-r0) 00:52:54 Executing bash-5.0.17-r0.post-install 00:52:54 Executing busybox-1.31.1-r19.trigger 00:52:54 OK: 12 MiB in 22 packages 00:52:55 Removing intermediate container 8fb5b2d95caa 00:52:55 ---> 8c31d07a64dc 00:52:55 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:52:55 ---> Running in 636b8167d8b6 00:52:56 Removing intermediate container 636b8167d8b6 00:52:56 ---> fc657f4d5ced 00:52:56 Step 14/26 : ENV APP_PORT=48090 00:52:56 ---> Running in 06b7fe4da1ed 00:52:57 Removing intermediate container 06b7fe4da1ed 00:52:57 ---> 34b897233bd0 00:52:57 Step 15/26 : EXPOSE $APP_PORT 00:52:57 ---> Running in bf4e0b666f20 00:52:57 Removing intermediate container bf4e0b666f20 00:52:57 ---> 17af57ad7f8e 00:52:57 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:59 ---> fc1096aeba6b 00:52:59 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:59 ---> 79463c48674c 00:52:59 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:00 ---> 1491208bdb63 00:53:00 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:00 ---> Running in 786f939187d7 00:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:02 (1/33) Installing libbz2 (1.0.8-r1) 00:53:02 (2/33) Installing expat (2.2.9-r1) 00:53:02 (3/33) Installing libffi (3.3-r2) 00:53:02 (4/33) Installing gdbm (1.13-r1) 00:53:02 (5/33) Installing xz-libs (5.2.5-r0) 00:53:02 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:02 (7/33) Installing python3 (3.8.8-r0) 00:53:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:04 (11/33) Installing py3-six (1.15.0-r0) 00:53:04 (12/33) Installing py3-packaging (20.4-r0) 00:53:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:04 (15/33) Installing py3-idna (2.9-r0) 00:53:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:04 (18/33) Installing py3-requests (2.23.0-r0) 00:53:04 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:04 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:04 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:04 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:04 (24/33) Installing py3-distro (1.5.0-r1) 00:53:04 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:04 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:04 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:04 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:04 (29/33) Installing py3-progress (1.5-r0) 00:53:04 (30/33) Installing py3-toml (0.10.1-r0) 00:53:04 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:04 (33/33) Installing py3-pip (20.1.1-r0) 00:53:04 Executing busybox-1.31.1-r19.trigger 00:53:04 OK: 71 MiB in 55 packages 00:53:11 Removing intermediate container 786f939187d7 00:53:11 ---> cef46ee869ea 00:53:11 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:11 ---> Running in 242b3b0b0384 00:53:16 Collecting docker-compose==1.23.2 00:53:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:16 Collecting cached-property<2,>=1.2.0 00:53:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:17 Collecting websocket-client<1.0,>=0.32.0 00:53:17 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:53:18 Collecting jsonschema<3,>=2.5.1 00:53:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:18 Collecting dockerpty<0.5,>=0.4.1 00:53:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:21 Collecting PyYAML<4,>=3.10 00:53:21 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:24 Collecting docker<4.0,>=3.6.0 00:53:24 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:24 Collecting docopt<0.7,>=0.6.1 00:53:24 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:27 Collecting texttable<0.10,>=0.9.0 00:53:27 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:29 Collecting docker-pycreds>=0.4.0 00:53:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:30 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) 00:53:30 Collecting idna<2.8,>=2.5 00:53:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:30 Collecting urllib3<1.25,>=1.21.1 00:53:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:31 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) 00:53:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:32 Installing collected packages: cached-property, websocket-client, jsonschema, dockerpty, PyYAML, docker-pycreds, idna, urllib3, requests, docker, docopt, texttable, docker-compose 00:53:32 Running setup.py install for dockerpty: started 00:53:34 Running setup.py install for dockerpty: finished with status 'done' 00:53:34 Running setup.py install for PyYAML: started 00:53:36 Running setup.py install for PyYAML: finished with status 'done' 00:53:36 Attempting uninstall: idna 00:53:36 Found existing installation: idna 2.9 00:53:36 Uninstalling idna-2.9: 00:53:36 Successfully uninstalled idna-2.9 00:53:37 Attempting uninstall: urllib3 00:53:37 Found existing installation: urllib3 1.25.9 00:53:37 Uninstalling urllib3-1.25.9: 00:53:37 Successfully uninstalled urllib3-1.25.9 00:53:38 Attempting uninstall: requests 00:53:38 Found existing installation: requests 2.23.0 00:53:38 Uninstalling requests-2.23.0: 00:53:38 Successfully uninstalled requests-2.23.0 00:53:39 Running setup.py install for docopt: started 00:53:41 Running setup.py install for docopt: finished with status 'done' 00:53:41 Running setup.py install for texttable: started 00:53:43 Running setup.py install for texttable: finished with status 'done' 00:53:44 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 00:53:48 Removing intermediate container 242b3b0b0384 00:53:48 ---> 014730f082ac 00:53:48 Step 21/26 : RUN apk --no-cache add curl 00:53:48 ---> Running in abbedd190b27 00:53:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:49 (2/3) Installing libcurl (7.69.1-r3) 00:53:49 (3/3) Installing curl (7.69.1-r3) 00:53:49 Executing busybox-1.31.1-r19.trigger 00:53:49 OK: 72 MiB in 58 packages 00:53:51 Removing intermediate container abbedd190b27 00:53:51 ---> fcbeecab6606 00:53:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:51 ---> Running in d1c7e41e982c 00:53:51 Removing intermediate container d1c7e41e982c 00:53:51 ---> 53b7640d8749 00:53:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:51 ---> Running in 7273055b884f 00:53:52 Removing intermediate container 7273055b884f 00:53:52 ---> 2a24341a9f08 00:53:52 Step 24/26 : LABEL arch=arm64 00:53:52 ---> Running in a0fb9333c547 00:53:52 Removing intermediate container a0fb9333c547 00:53:52 ---> 8dfec6c9ba34 00:53:52 Step 25/26 : LABEL git_sha=c10343c4efef9ce1f9039376dabc1d49a84cea13 00:53:52 ---> Running in 89dc34a2bb89 00:53:53 Removing intermediate container 89dc34a2bb89 00:53:53 ---> 596381668482 00:53:53 Step 26/26 : LABEL version=0.0.0 00:53:53 ---> Running in b89ccffe7347 00:53:53 Removing intermediate container b89ccffe7347 00:53:53 ---> d9eb4d7fb512 00:53:53 00:53:54 Successfully built d9eb4d7fb512 00:53:54 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:54 $ docker stop --time=1 39e502bf7d5c71fd07c77863b93f9001ad858d200b93cbbfae60f670e12ed258 00:53:56 $ docker rm -f 39e502bf7d5c71fd07c77863b93f9001ad858d200b93cbbfae60f670e12ed258 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:57 + grep docker 00:53:57 + docker images 00:53:57 docker-sys-mgmt-agent-go-arm64 latest d9eb4d7fb512 4 seconds ago 300MB 00:53:57 docker-security-proxy-setup-go-arm64 latest bb26b9f3e798 About a minute ago 23.4MB 00:53:57 docker-core-command-go-arm64 latest 89c8c29ef213 About a minute ago 16.3MB 00:53:57 docker-security-bootstrapper-go-arm64 latest 325998a938a2 2 minutes ago 17.9MB 00:53:57 docker-core-data-go-arm64 latest 12ed96edca72 2 minutes ago 21.4MB 00:53:57 docker-core-metadata-go-arm64 latest 87102d2053aa 3 minutes ago 17.9MB 00:53:57 docker-support-notifications-go-arm64 latest 9163e47573c6 3 minutes ago 16.9MB 00:53:57 docker-support-scheduler-go-arm64 latest e0230a47a86d 3 minutes ago 16.4MB 00:53:57 docker-security-secretstore-setup-go-arm64 latest 456ea9487c2e 3 minutes ago 23.7MB 00:53:57 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 00:53:59 ---> job-cost.sh 00:53:59 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-r8ep 00:54:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:56:14 lf-activate-venv(): INFO: Adding /tmp/venv-r8ep/bin to PATH 00:56:14 INFO: No Stack... 00:56:14 INFO: Retrieving Pricing Info for: lf-standard-4 00:56:14 INFO: Archiving Costs [Pipeline] sh 00:56:15 + + cutcat -d, /w/workspace/edgex-go/89/archives/cost.csv -f6 00:56:15 [Pipeline] lock 00:56:15 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-2858-89-stack-cost] 00:56:15 Resource [jenkins-edgexfoundry-edgex-go-PR-2858-89-stack-cost] did not exist. Created. 00:56:15 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-2858-89-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:56:15 + echo total: 0.20999999344348907 [Pipeline] stash 00:56:16 Stashed 1 file(s) [Pipeline] } 00:56:16 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-2858-89-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 00:56:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:56:21 ---> package-listing.sh 00:56:21 ++ facter osfamily 00:56:21 ++ tr '[:upper:]' '[:lower:]' 00:56:21 + OS_FAMILY=redhat 00:56:21 + workspace=/w/workspace/edgex-go/89 00:56:21 + START_PACKAGES=/tmp/packages_start.txt 00:56:21 + END_PACKAGES=/tmp/packages_end.txt 00:56:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:56:21 + PACKAGES=/tmp/packages_start.txt 00:56:21 + '[' /w/workspace/edgex-go/89 ']' 00:56:21 + PACKAGES=/tmp/packages_end.txt 00:56:21 + case "${OS_FAMILY}" in 00:56:21 + rpm -qa 00:56:21 + sort 00:56:26 + '[' -f /tmp/packages_start.txt ']' 00:56:26 + '[' -f /tmp/packages_end.txt ']' 00:56:26 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:56:26 + '[' /w/workspace/edgex-go/89 ']' 00:56:26 + mkdir -p /w/workspace/edgex-go/89/archives/ 00:56:26 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/89/archives/ [Pipeline] echo 00:56:26 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/89/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:56:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:56:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:27 00:56:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:56:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:27 alpine: Pulling from edgex-lftools-log-publisher 00:56:27 df20fa9351a1: Pulling fs layer 00:56:27 36b3adc4ff6f: Pulling fs layer 00:56:27 8ad3a11d3b57: Pulling fs layer 00:56:27 46f8f816bc3b: Pulling fs layer 00:56:27 93b61091891f: Pulling fs layer 00:56:27 93b9cdb0e59b: Pulling fs layer 00:56:27 5e14af77c1be: Pulling fs layer 00:56:27 01666e4c0597: Pulling fs layer 00:56:27 aa168da1d23b: Pulling fs layer 00:56:27 46f8f816bc3b: Waiting 00:56:27 93b61091891f: Waiting 00:56:27 93b9cdb0e59b: Waiting 00:56:27 01666e4c0597: Waiting 00:56:27 5e14af77c1be: Waiting 00:56:27 aa168da1d23b: Waiting 00:56:27 36b3adc4ff6f: Verifying Checksum 00:56:27 36b3adc4ff6f: Download complete 00:56:27 46f8f816bc3b: Download complete 00:56:27 df20fa9351a1: Verifying Checksum 00:56:27 df20fa9351a1: Download complete 00:56:27 93b9cdb0e59b: Verifying Checksum 00:56:27 93b9cdb0e59b: Download complete 00:56:27 5e14af77c1be: Verifying Checksum 00:56:27 5e14af77c1be: Download complete 00:56:27 93b61091891f: Download complete 00:56:27 01666e4c0597: Verifying Checksum 00:56:27 01666e4c0597: Download complete 00:56:28 df20fa9351a1: Pull complete 00:56:28 36b3adc4ff6f: Pull complete 00:56:28 8ad3a11d3b57: Download complete 00:56:29 8ad3a11d3b57: Pull complete 00:56:29 46f8f816bc3b: Pull complete 00:56:30 aa168da1d23b: Verifying Checksum 00:56:30 aa168da1d23b: Download complete 00:56:32 93b61091891f: Pull complete 00:56:32 93b9cdb0e59b: Pull complete 00:56:32 5e14af77c1be: Pull complete 00:56:32 01666e4c0597: Pull complete 00:56:40 aa168da1d23b: Pull complete 00:56:40 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:40 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:41 prd-centos7-docker-4c-2g-31463 does not seem to be running inside a container 00:56:41 $ 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/89/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/89 -v /w/workspace/edgex-go/89:/w/workspace/edgex-go/89:rw,z -v /w/workspace/edgex-go/89@tmp:/w/workspace/edgex-go/89@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:56:48 $ docker top 82eaa15767c6619daf42cf58d05032aab7acd4c7703ff6384bb2c06afef027b2 -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:48 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:49 + mkdir -p /var/log/sa [Pipeline] sh 00:56:49 + ls /var/log/sa-host 00:56:49 + sadf -c /var/log/sa-host/sa23 00:56:49 file_magic: OK 00:56:49 HZ: Using current value: 100 00:56:49 file_header: OK 00:56:49 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 00:56:49 Statistics: 00:56:49 Hnuu...uuuununununu... 00:56:49 File successfully converted to sysstat format version 12.2.1 00:56:49 + sadf -c /var/log/sa-host/sa26 00:56:49 file_magic: OK 00:56:49 HZ: Using current value: 100 00:56:49 file_header: OK 00:56:49 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 00:56:49 Statistics: 00:56:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:56:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:50 provisioning config files... 00:56:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/89@tmp/config9008865435744710211tmp [Pipeline] { [Pipeline] echo 00:56:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:50 ---> create-netrc.sh [Pipeline] } 00:56:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:51 ---> python-tools-install.sh [Pipeline] echo 00:56:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:51 ---> sudo-logs.sh 00:56:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:56:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:51 ---> job-cost.sh 00:56:51 lf-activate-venv: SKIPPING 00:56:51 DEBUG: total: 0.20999999344348907 00:56:51 INFO: Retrieving Stack Cost... 00:56:52 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:53 INFO: Archiving Costs [Pipeline] echo 00:56:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:54 ---> logs-deploy.sh 00:56:54 lf-activate-venv: SKIPPING 00:56:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/89 00:56:54 INFO: archiving workspace using pattern(s): 00:56:56 Archives upload complete. 00:56:56 INFO: archiving logs to Nexus 00:56:57 ---> uname -a: 00:56:57 Linux prd-centos7-docker-4c-2g-31463.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:56:57 00:56:57 00:56:57 ---> lscpu: 00:56:57 Architecture: x86_64 00:56:57 CPU op-mode(s): 32-bit, 64-bit 00:56:57 Byte Order: Little Endian 00:56:57 Address sizes: 40 bits physical, 48 bits virtual 00:56:57 CPU(s): 4 00:56:57 On-line CPU(s) list: 0-3 00:56:57 Thread(s) per core: 1 00:56:57 Core(s) per socket: 1 00:56:57 Socket(s): 4 00:56:57 NUMA node(s): 1 00:56:57 Vendor ID: GenuineIntel 00:56:57 CPU family: 6 00:56:57 Model: 44 00:56:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:56:57 Stepping: 1 00:56:57 CPU MHz: 2933.438 00:56:57 BogoMIPS: 5866.87 00:56:57 Virtualization: VT-x 00:56:57 Hypervisor vendor: KVM 00:56:57 Virtualization type: full 00:56:57 L1d cache: 128 KiB 00:56:57 L1i cache: 128 KiB 00:56:57 L2 cache: 16 MiB 00:56:57 L3 cache: 64 MiB 00:56:57 NUMA node0 CPU(s): 0-3 00:56:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:56:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:56:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:56:57 Vulnerability Meltdown: Mitigation; PTI 00:56:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:56:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:56:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:56:57 Vulnerability Srbds: Not affected 00:56:57 Vulnerability Tsx async abort: Not affected 00:56:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:56:57 00:56:57 00:56:57 ---> nproc: 00:56:57 4 00:56:57 00:56:57 00:56:57 ---> df -h: 00:56:57 Filesystem Size Used Available Use% Mounted on 00:56:57 overlay 50.0G 13.0G 37.0G 26% / 00:56:57 tmpfs 64.0M 0 64.0M 0% /dev 00:56:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:56:57 shm 64.0M 0 64.0M 0% /dev/shm 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/89 00:56:57 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/89@tmp 00:56:57 00:56:57 00:56:57 ---> free -m: 00:56:57 total used free shared buff/cache available 00:56:57 Mem: 1837 694 227 0 915 1059 00:56:57 Swap: 1023 70 953 00:56:57 00:56:57 00:56:57 ---> ip addr: 00:56:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:56:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:56:57 inet 127.0.0.1/8 scope host lo 00:56:57 valid_lft forever preferred_lft forever 00:56:57 inet6 ::1/128 scope host 00:56:57 valid_lft forever preferred_lft forever 00:56:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:56:57 link/ether fa:16:3e:65:d6:18 brd ff:ff:ff:ff:ff:ff 00:56:57 inet 10.30.122.103/23 brd 10.30.123.255 scope global dynamic eth0 00:56:57 valid_lft 84845sec preferred_lft 84845sec 00:56:57 inet6 fe80::f816:3eff:fe65:d618/64 scope link 00:56:57 valid_lft forever preferred_lft forever 00:56:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:56:57 link/ether 02:42:39:12:0e:09 brd ff:ff:ff:ff:ff:ff 00:56:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:56:57 valid_lft forever preferred_lft forever 00:56:57 inet6 fe80::42:39ff:fe12:e09/64 scope link 00:56:57 valid_lft forever preferred_lft forever 00:56:57 00:56:57 00:56:57 ---> sar -b -r -n DEV: 00:56:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/26/21 _x86_64_ (4 CPU) 00:56:57 00:56:57 00:30:51 LINUX RESTART (4 CPU) 00:56:57 00:56:57 00:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:56:57 00:33:01 189.03 85.41 103.63 0.00 6669.42 44410.12 0.00 00:56:57 00:34:01 8.04 0.48 7.56 0.00 10.39 1750.32 0.00 00:56:57 00:35:01 112.98 15.86 97.12 0.00 1319.13 13380.97 0.00 00:56:57 00:36:01 207.18 97.09 110.09 0.00 3228.99 12679.16 0.00 00:56:57 00:37:01 133.08 68.50 64.57 0.00 2071.72 5992.19 0.00 00:56:57 00:38:01 154.91 33.53 121.39 0.00 7712.62 48610.51 0.00 00:56:57 00:39:02 1583.82 1287.25 296.57 0.00 122183.16 157051.53 0.00 00:56:57 00:40:02 1744.98 1418.80 326.18 0.00 128549.97 131730.26 0.00 00:56:57 00:41:03 1447.66 1107.30 340.36 0.00 74245.41 106042.81 0.00 00:56:57 00:42:02 2325.73 1972.94 352.79 0.00 150341.72 152375.88 0.00 00:56:57 00:43:01 565.93 273.93 292.00 0.00 18742.55 51657.86 0.00 00:56:57 00:44:01 55.63 14.16 41.47 0.00 2890.20 2307.94 0.00 00:56:57 00:45:01 0.47 0.15 0.32 0.00 3.60 4.55 0.00 00:56:57 00:46:02 0.75 0.58 0.17 0.00 14.65 1.60 0.00 00:56:57 00:47:01 2.61 1.73 0.88 0.00 53.92 16.44 0.00 00:56:57 00:48:01 0.30 0.02 0.28 0.00 0.53 2.90 0.00 00:56:57 00:49:01 0.28 0.00 0.28 0.00 0.00 3.18 0.00 00:56:57 00:50:01 0.25 0.00 0.25 0.00 0.00 2.61 0.00 00:56:57 00:51:01 0.28 0.00 0.28 0.00 0.00 3.31 0.00 00:56:57 00:52:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 00:56:57 00:53:01 0.17 0.02 0.15 0.00 1.07 1.91 0.00 00:56:57 00:54:01 0.28 0.00 0.28 0.00 0.00 3.31 0.00 00:56:57 00:55:01 0.32 0.00 0.32 0.00 0.00 3.68 0.00 00:56:57 00:56:01 0.23 0.00 0.23 0.00 0.00 3.16 0.00 00:56:57 Average: 355.65 265.74 89.91 0.00 21586.76 30376.34 0.00 00:56:57 00:56:57 00:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:56:57 00:33:01 118492 0 716008 38.05 2016 1045028 1432412 48.89 573912 946716 22824 00:56:57 00:34:01 95652 0 712436 37.86 2016 1071440 1417716 48.38 572808 970132 1708 00:56:57 00:35:01 123968 0 738524 39.25 1492 1017560 1293188 44.13 632364 831568 53976 00:56:57 00:36:01 199392 0 857288 45.56 672 824192 1785396 60.93 715288 678680 53492 00:56:57 00:37:01 340140 0 715260 38.01 672 825472 1206312 41.17 517412 727192 42152 00:56:57 00:38:01 73684 0 724364 38.50 116 1083380 1242084 42.39 712488 822280 83780 00:56:57 00:39:02 70956 0 746984 39.70 0 1063604 2113348 72.13 762696 821788 88740 00:56:57 00:40:02 73920 0 1120460 59.55 0 687164 3374884 115.18 839128 707664 3168 00:56:57 00:41:03 78340 0 713484 37.92 0 1089720 1803628 61.55 743596 826032 33104 00:56:57 00:42:02 229240 0 745536 39.62 0 906768 2322884 79.28 587200 825956 53180 00:56:57 00:43:01 198132 0 730700 38.84 0 952712 1593340 54.38 664016 764040 12784 00:56:57 00:44:01 214920 0 621272 33.02 0 1045352 1180200 40.28 617740 798100 8 00:56:57 00:45:01 217980 0 618208 32.86 0 1045356 1159532 39.57 616728 797140 8 00:56:57 00:46:02 218400 0 617404 32.81 0 1045740 1154728 39.41 616436 797308 8 00:56:57 00:47:01 217076 0 618016 32.85 0 1046452 1154372 39.40 616444 798164 8 00:56:57 00:48:01 217408 0 617688 32.83 0 1046448 1154276 39.39 616236 798164 8 00:56:57 00:49:01 217260 0 617816 32.84 0 1046468 1154276 39.39 616368 798180 12 00:56:57 00:50:01 217308 0 617756 32.83 0 1046480 1154276 39.39 616368 798184 8 00:56:57 00:51:01 217284 0 617772 32.83 0 1046488 1154276 39.39 616380 798180 8 00:56:57 00:52:01 217172 0 617880 32.84 0 1046492 1154348 39.40 616584 798180 8 00:56:57 00:53:01 217416 0 617656 32.83 0 1046472 1154276 39.39 616520 798180 8 00:56:57 00:54:01 217424 0 617608 32.82 0 1046512 1154276 39.39 616276 798212 8 00:56:57 00:55:01 217384 0 617640 32.83 0 1046520 1154276 39.39 616528 798212 8 00:56:57 00:56:01 217420 0 617600 32.82 0 1046524 1154276 39.39 616536 798212 8 00:56:57 Average: 184432 0 689807 36.66 291 1007014 1442608 49.23 639002 804019 18709 00:56:57 00:56:57 00:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:56:57 00:33:01 vetha2f4be9 15.31 19.65 1.08 94.04 0.00 0.00 0.00 0.00 00:56:57 00:33:01 eth0 1158.07 1151.26 5638.62 143.56 0.00 0.00 0.00 0.00 00:56:57 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:33:01 docker0 869.07 814.54 71.22 2782.18 0.00 0.00 0.00 0.00 00:56:57 00:34:01 vetha2f4be9 32.70 38.63 2.15 175.16 0.00 0.00 0.00 0.00 00:56:57 00:34:01 eth0 42.31 34.03 177.50 3.33 0.00 0.00 0.00 0.00 00:56:57 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:34:01 docker0 32.70 38.63 1.71 175.16 0.00 0.00 0.00 0.00 00:56:57 00:35:01 eth0 175.13 155.64 573.19 16.38 0.00 0.00 0.00 0.00 00:56:57 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:35:01 docker0 152.32 166.96 11.56 567.81 0.00 0.00 0.00 0.00 00:56:57 00:36:01 veth65c8559 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:57 00:36:01 eth0 44.83 32.65 34.24 69.65 0.00 0.00 0.00 0.00 00:56:57 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:37:01 veth65c8559 2.45 2.45 0.20 0.20 0.00 0.00 0.00 0.00 00:56:57 00:37:01 eth0 20.41 11.62 15.12 8.18 0.00 0.00 0.00 0.00 00:56:57 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:37:01 docker0 2.45 2.45 0.16 0.20 0.00 0.00 0.00 0.00 00:56:57 00:38:01 veth0e83ea0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:56:57 00:38:01 eth0 214.75 177.81 1707.34 79.17 0.00 0.00 0.00 0.00 00:56:57 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:39:02 veth2a2fc7e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:39:02 veth0e83ea0 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 00:56:57 00:39:02 eth0 77.29 52.23 168.12 55.03 0.00 0.00 0.00 0.00 00:56:57 00:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:40:02 vethd932aa0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:57 00:40:02 veth46cb9fa 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:56:57 00:40:02 veth0e83ea0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:40:02 eth0 33.72 18.86 70.94 12.93 0.00 0.00 0.00 0.00 00:56:57 00:41:03 vethc87697d 3.35 6.58 0.22 28.86 0.00 0.00 0.00 0.00 00:56:57 00:41:03 veth0e83ea0 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 00:56:57 00:41:03 eth0 105.68 66.15 232.64 78.85 0.00 0.00 0.00 0.00 00:56:57 00:41:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:56:57 00:42:02 vethe6c2357 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:56:57 00:42:02 veth0e83ea0 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:42:02 eth0 50.12 32.35 58.02 62.95 0.00 0.00 0.00 0.00 00:56:57 00:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:43:01 veth0e83ea0 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 00:56:57 00:43:01 eth0 250.06 167.94 1720.18 79.83 0.00 0.00 0.00 0.00 00:56:57 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:43:01 vethe7d82ed 2.69 2.88 0.44 18.21 0.00 0.00 0.00 0.00 00:56:57 00:44:01 eth0 18.37 11.23 51.66 5.14 0.00 0.00 0.00 0.00 00:56:57 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:44:01 docker0 1138.14 1175.37 89.35 4377.16 0.00 0.00 0.00 0.00 00:56:57 00:45:01 eth0 0.62 0.38 0.28 0.21 0.00 0.00 0.00 0.00 00:56:57 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:46:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:56:57 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:47:01 eth0 0.29 0.19 0.14 0.07 0.00 0.00 0.00 0.00 00:56:57 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:56:57 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:57 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:51:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:57 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:52:01 eth0 0.40 0.23 0.25 0.13 0.00 0.00 0.00 0.00 00:56:57 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:53:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:56:57 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:54:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:55:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:56:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:56:57 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 Average: eth0 91.42 79.78 435.05 25.69 0.00 0.00 0.00 0.00 00:56:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:56:57 Average: docker0 47.48 49.04 3.73 182.61 0.00 0.00 0.00 0.00 00:56:57 00:56:57 00:56:57 ---> sar -P ALL: 00:56:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/26/21 _x86_64_ (4 CPU) 00:56:57 00:56:57 00:30:51 LINUX RESTART (4 CPU) 00:56:57 00:56:57 00:32:01 CPU %user %nice %system %iowait %steal %idle 00:56:57 00:33:01 all 15.22 0.00 8.83 1.13 0.46 74.36 00:56:57 00:33:01 0 16.94 0.00 10.09 0.69 0.40 71.87 00:56:57 00:33:01 1 13.63 0.00 8.66 0.60 0.44 76.67 00:56:57 00:33:01 2 18.95 0.00 8.68 2.22 0.55 69.60 00:56:57 00:33:01 3 11.42 0.00 7.91 0.99 0.43 79.25 00:56:57 00:34:01 all 0.28 0.00 0.19 0.00 0.01 99.52 00:56:57 00:34:01 0 0.30 0.00 0.30 0.00 0.02 99.38 00:56:57 00:34:01 1 0.22 0.00 0.25 0.00 0.02 99.52 00:56:57 00:34:01 2 0.50 0.00 0.10 0.00 0.00 99.40 00:56:57 00:34:01 3 0.08 0.00 0.12 0.00 0.00 99.80 00:56:57 00:35:01 all 4.36 0.00 4.12 2.93 0.12 88.47 00:56:57 00:35:01 0 4.36 0.00 4.90 3.01 0.08 87.66 00:56:57 00:35:01 1 4.04 0.00 3.70 2.58 0.12 89.56 00:56:57 00:35:01 2 4.95 0.00 3.87 3.45 0.13 87.59 00:56:57 00:35:01 3 4.09 0.00 4.02 2.68 0.13 89.07 00:56:57 00:36:01 all 46.80 0.00 12.02 4.98 0.14 36.05 00:56:57 00:36:01 0 47.84 0.00 11.57 3.54 0.18 36.88 00:56:57 00:36:01 1 46.90 0.00 12.02 4.48 0.16 36.45 00:56:57 00:36:01 2 47.11 0.00 12.70 5.70 0.10 34.39 00:56:57 00:36:01 3 45.35 0.00 11.80 6.21 0.14 36.50 00:56:57 00:37:01 all 45.35 0.00 13.10 3.46 0.14 37.95 00:56:57 00:37:01 0 45.05 0.00 13.15 4.74 0.12 36.93 00:56:57 00:37:01 1 44.16 0.00 13.03 3.78 0.16 38.87 00:56:57 00:37:01 2 45.78 0.00 12.87 2.71 0.17 38.47 00:56:57 00:37:01 3 46.40 0.00 13.34 2.62 0.12 37.52 00:56:57 00:38:01 all 23.75 0.00 11.22 5.09 0.16 59.78 00:56:57 00:38:01 0 24.12 0.00 11.44 3.87 0.16 60.42 00:56:57 00:38:01 1 24.68 0.00 11.97 6.87 0.14 56.34 00:56:57 00:38:01 2 21.49 0.00 10.76 4.63 0.21 62.91 00:56:57 00:38:01 3 24.73 0.00 10.71 4.98 0.14 59.44 00:56:57 00:39:02 all 19.44 0.00 23.70 15.80 0.28 40.78 00:56:57 00:39:02 0 19.40 0.00 22.72 16.21 0.24 41.43 00:56:57 00:39:02 1 19.50 0.00 23.69 13.94 0.24 42.62 00:56:57 00:39:02 2 19.70 0.00 24.35 17.74 0.38 37.84 00:56:57 00:39:02 3 19.16 0.00 24.06 15.32 0.24 41.21 00:56:57 00:40:02 all 43.32 0.00 23.18 21.31 0.23 11.96 00:56:57 00:40:02 0 42.09 0.00 23.22 22.68 0.22 11.78 00:56:57 00:40:02 1 42.93 0.00 23.35 19.59 0.21 13.91 00:56:57 00:40:02 2 43.46 0.00 23.32 21.76 0.23 11.22 00:56:57 00:40:02 3 44.79 0.00 22.82 21.24 0.27 10.88 00:56:57 00:41:03 all 29.65 0.00 18.68 26.85 0.15 24.67 00:56:57 00:41:03 0 28.51 0.00 19.05 21.37 0.17 30.90 00:56:57 00:41:03 1 29.70 0.00 18.10 25.17 0.14 26.89 00:56:57 00:41:03 2 30.18 0.00 18.72 30.96 0.14 20.00 00:56:57 00:41:03 3 30.21 0.00 18.84 29.86 0.16 20.94 00:56:57 00:42:02 all 31.24 0.00 24.33 24.55 0.32 19.56 00:56:57 00:42:02 0 31.87 0.00 22.97 21.57 0.36 23.22 00:56:57 00:42:02 1 30.08 0.00 24.82 25.63 0.34 19.14 00:56:57 00:42:02 2 31.12 0.00 24.64 24.86 0.34 19.03 00:56:57 00:42:02 3 31.91 0.00 24.89 26.17 0.22 16.80 00:56:57 00:43:01 all 36.78 0.00 15.77 16.11 0.09 31.25 00:56:57 00:43:01 0 34.39 0.00 17.04 12.60 0.12 35.85 00:56:57 00:43:01 1 36.15 0.00 14.99 18.41 0.09 30.37 00:56:57 00:43:01 2 38.04 0.00 15.57 17.04 0.07 29.29 00:56:57 00:43:01 3 38.56 0.00 15.47 16.42 0.07 29.48 00:56:57 00:56:57 00:43:01 CPU %user %nice %system %iowait %steal %idle 00:56:57 00:44:01 all 1.69 0.00 1.56 2.26 0.02 94.48 00:56:57 00:44:01 0 2.18 0.00 1.57 2.61 0.02 93.63 00:56:57 00:44:01 1 1.12 0.00 1.55 2.44 0.03 94.86 00:56:57 00:44:01 2 1.97 0.00 1.69 2.23 0.02 94.09 00:56:57 00:44:01 3 1.49 0.00 1.41 1.76 0.02 95.33 00:56:57 00:45:01 all 0.17 0.00 0.05 0.00 0.00 99.78 00:56:57 00:45:01 0 0.03 0.00 0.03 0.00 0.02 99.92 00:56:57 00:45:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:56:57 00:45:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:56:57 00:45:01 3 0.08 0.00 0.05 0.02 0.00 99.85 00:56:57 00:46:02 all 0.12 0.00 0.07 0.00 0.00 99.79 00:56:57 00:46:02 0 0.03 0.00 0.03 0.02 0.00 99.92 00:56:57 00:46:02 1 0.05 0.00 0.07 0.00 0.00 99.88 00:56:57 00:46:02 2 0.37 0.00 0.10 0.00 0.00 99.53 00:56:57 00:46:02 3 0.05 0.00 0.10 0.00 0.02 99.83 00:56:57 00:47:01 all 0.03 0.00 0.06 0.04 0.01 99.86 00:56:57 00:47:01 0 0.00 0.00 0.08 0.12 0.02 99.78 00:56:57 00:47:01 1 0.00 0.00 0.02 0.02 0.00 99.97 00:56:57 00:47:01 2 0.09 0.00 0.10 0.02 0.02 99.78 00:56:57 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:56:57 00:48:01 all 0.13 0.00 0.04 0.00 0.00 99.83 00:56:57 00:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:57 00:48:01 1 0.02 0.00 0.03 0.00 0.00 99.95 00:56:57 00:48:01 2 0.42 0.00 0.05 0.00 0.00 99.53 00:56:57 00:48:01 3 0.05 0.00 0.05 0.02 0.00 99.88 00:56:57 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:56:57 00:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 00:56:57 00:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:56:57 00:49:01 2 0.52 0.00 0.03 0.00 0.00 99.45 00:56:57 00:49:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:56:57 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:56:57 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:57 00:50:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:56:57 00:50:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:56:57 00:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:56:57 00:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:56:57 00:51:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:56:57 00:51:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:56:57 00:51:01 2 0.55 0.00 0.03 0.00 0.00 99.42 00:56:57 00:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:56:57 00:52:01 all 0.16 0.00 0.04 0.00 0.00 99.80 00:56:57 00:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:57 00:52:01 1 0.07 0.00 0.07 0.00 0.00 99.87 00:56:57 00:52:01 2 0.55 0.00 0.05 0.00 0.00 99.40 00:56:57 00:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:57 00:53:01 all 0.15 0.00 0.03 0.00 0.00 99.81 00:56:57 00:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 00:56:57 00:53:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:56:57 00:53:01 2 0.53 0.00 0.02 0.00 0.00 99.45 00:56:57 00:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:57 00:54:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:56:57 00:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:56:57 00:54:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:56:57 00:54:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:56:57 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:57 00:56:57 00:54:01 CPU %user %nice %system %iowait %steal %idle 00:56:57 00:55:01 all 0.11 0.00 0.05 0.00 0.00 99.83 00:56:57 00:55:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:56:57 00:55:01 1 0.28 0.00 0.12 0.00 0.02 99.58 00:56:57 00:55:01 2 0.12 0.00 0.03 0.00 0.00 99.85 00:56:57 00:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:56:57 00:56:01 all 0.06 0.00 0.03 0.00 0.00 99.91 00:56:57 00:56:01 0 0.02 0.00 0.00 0.00 0.02 99.97 00:56:57 00:56:01 1 0.08 0.00 0.05 0.00 0.00 99.87 00:56:57 00:56:01 2 0.12 0.00 0.03 0.00 0.00 99.85 00:56:57 00:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:56:57 Average: all 12.10 0.00 6.35 5.02 0.09 76.45 00:56:57 Average: 0 12.00 0.00 6.40 4.56 0.09 76.96 00:56:57 Average: 1 11.90 0.00 6.35 4.99 0.09 76.69 00:56:57 Average: 2 12.45 0.00 6.38 5.39 0.10 75.68 00:56:57 Average: 3 12.03 0.00 6.28 5.15 0.08 76.46 00:56:57 00:56:57 00:56:57