Pull request #3104 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 52b41697029d46b9dd6fcb3599083165743908cd rather than c8eb124c97d4b5f0651b3688f5c52adcf587cc4a Obtained Jenkinsfile from 52b41697029d46b9dd6fcb3599083165743908cd 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24311 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit c8eb124c97d4b5f0651b3688f5c52adcf587cc4a Merge succeeded, producing c8eb124c97d4b5f0651b3688f5c52adcf587cc4a Checking out Revision c8eb124c97d4b5f0651b3688f5c52adcf587cc4a (PR-3104) > 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/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 Commit message: "fix(docs): remove support-logging.yaml" > git rev-list --no-walk 7978579efe750d5651c570de5436915ab8c65028 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:06:52 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:06:52 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:06:52 ========================================================= 08:06:52 EdgeX Global Pipelines Version Info 08:06:52 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:06:54 ------------------- 08:06:54 stable info: 08:06:54 ------------------- 08:06:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:06:54 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:06:54 Message: update stable to v1.0.179 08:06:55 ------------------- 08:06:55 experimental info: 08:06:55 ------------------- 08:06:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:06:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:06:55 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:06:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:06:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:06:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:06:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:06:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:06:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:06:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3104 [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3104 [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3104 [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [Pipeline] echo 08:06:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c8eb124 [Pipeline] echo 08:06:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:06:58 provisioning config files... 08:06:58 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7504796403687456944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:06:58 ---> docker-login.sh 08:06:58 nexus3.edgexfoundry.org:10001 08:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:59 Configure a credential helper to remove this warning. See 08:06:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:59 08:06:59 Login Succeeded 08:06:59 nexus3.edgexfoundry.org:10002 08:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:59 Configure a credential helper to remove this warning. See 08:06:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:59 08:06:59 Login Succeeded 08:06:59 nexus3.edgexfoundry.org:10003 08:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:59 Configure a credential helper to remove this warning. See 08:06:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:59 08:06:59 Login Succeeded 08:06:59 nexus3.edgexfoundry.org:10004 08:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:59 Configure a credential helper to remove this warning. See 08:06:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:59 08:06:59 Login Succeeded 08:06:59 docker.io 08:06:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:06:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:06:59 Configure a credential helper to remove this warning. See 08:06:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:06:59 08:06:59 Login Succeeded 08:06:59 ---> docker-login.sh ends [Pipeline] } 08:06:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:07:00 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/core-command/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo core-command,cmd/core-command/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/core-data/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo core-data,cmd/core-data/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/core-metadata/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo core-metadata,cmd/core-metadata/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/security-bootstrapper/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/security-proxy-setup/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/support-notifications/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo support-notifications,cmd/support-notifications/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/support-scheduler/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:07:00 + for file in '`ls cmd/**/Dockerfile`' 08:07:00 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:07:00 ++ cut -d/ -f2 08:07:00 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:07:00 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 08:07:02 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:07:02 08:07:02 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:07:02 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:07:02 latest: Pulling from edgex-devops/git-semver 08:07:02 31603596830f: Pulling fs layer 08:07:02 2a8b12db71e7: Pulling fs layer 08:07:02 6ca5941a6612: Pulling fs layer 08:07:02 ecc8261a40a4: Pulling fs layer 08:07:02 ecc8261a40a4: Waiting 08:07:02 2a8b12db71e7: Download complete 08:07:02 31603596830f: Verifying Checksum 08:07:02 31603596830f: Download complete 08:07:02 6ca5941a6612: Verifying Checksum 08:07:02 6ca5941a6612: Download complete 08:07:03 ecc8261a40a4: Verifying Checksum 08:07:03 ecc8261a40a4: Download complete 08:07:03 31603596830f: Pull complete 08:07:03 2a8b12db71e7: Pull complete 08:07:03 6ca5941a6612: Pull complete 08:07:04 ecc8261a40a4: Pull complete 08:07:04 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:07:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:07:04 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:07:04 prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container 08:07:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:07:07 $ docker top ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:07:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:07 [ssh-agent] Looking for ssh-agent implementation... 08:07:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:07 $ docker exec ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 ssh-agent 08:07:07 SSH_AUTH_SOCK=/tmp/ssh-S7u8SAe0NwkJ/agent.12 08:07:07 SSH_AGENT_PID=17 08:07:07 Running ssh-add (command line suppressed) 08:07:08 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1847082905328075762.key (/w/workspace/edgex-go/2@tmp/private_key_1847082905328075762.key) 08:07:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:08 + git tag --points-at HEAD [Pipeline] } 08:07:08 $ docker exec --env ******** --env ******** ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 ssh-agent -k 08:07:08 unset SSH_AUTH_SOCK; 08:07:08 unset SSH_AGENT_PID; 08:07:08 echo Agent pid 17 killed; 08:07:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:07:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:07:08 [ssh-agent] Looking for ssh-agent implementation... 08:07:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:07:08 $ docker exec ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 ssh-agent 08:07:09 SSH_AUTH_SOCK=/tmp/ssh-H1v9rUdsP8L9/agent.45 08:07:09 SSH_AGENT_PID=50 08:07:09 Running ssh-add (command line suppressed) 08:07:09 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7805407101158824924.key (/w/workspace/edgex-go/2@tmp/private_key_7805407101158824924.key) 08:07:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:07:09 + git semver init 08:07:09 # -> Open(): unable to determine branch for HEAD 08:07:09 # $GIT_DIR = /w/workspace/edgex-go/2/.git 08:07:09 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 08:07:09 # $SEMVER_REMOTE_NAME = origin 08:07:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:07:09 # $SEMVER_USER_NAME = edgex-jenkins 08:07:09 # $SEMVER_BRANCH = PR-3104 08:07:09 # $SEMVER_TEMP = /tmp/semver-706131339 08:07:09 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:07:27 # '/tmp/semver-706131339' -> '/w/workspace/edgex-go/2/.semver' 08:07:27 # -> Force: false 08:07:27 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 08:07:27 $ docker exec --env ******** --env ******** ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 ssh-agent -k 08:07:28 unset SSH_AUTH_SOCK; 08:07:28 unset SSH_AGENT_PID; 08:07:28 echo Agent pid 50 killed; 08:07:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:07:28 + git semver [Pipeline] } 08:07:28 $ docker stop --time=1 ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 08:07:30 $ docker rm -f ba678d10d8d7e49ea8064073fd5f210b5e1b970e6ab9ae079a9b6edb37f78928 [Pipeline] // withDockerContainer [Pipeline] sh 08:07:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:07:31 Stashed 1 file(s) [Pipeline] echo 08:07:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:07:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:07:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:07:33 + sudo service docker restart 08:07:33 + true 08:07:33 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:07:33 ========================================================= 08:07:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:07:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:07:34 + 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 . 08:07:38 Sending build context to Docker daemon 327.4MB 08:07:38 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:07:38 Step 2/6 : FROM ${BASE} 08:07:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:07:38 188c0c94c7c5: Pulling fs layer 08:07:38 0ef7d3d256c8: Pulling fs layer 08:07:38 de9db76c5a1d: Pulling fs layer 08:07:38 bca2f99d35d6: Pulling fs layer 08:07:38 93359f2a8cfa: Pulling fs layer 08:07:38 7c6f9722023f: Pulling fs layer 08:07:38 a35cf1a2eb13: Pulling fs layer 08:07:38 93359f2a8cfa: Waiting 08:07:38 7c6f9722023f: Waiting 08:07:38 a35cf1a2eb13: Waiting 08:07:38 bca2f99d35d6: Waiting 08:07:38 de9db76c5a1d: Verifying Checksum 08:07:38 de9db76c5a1d: Download complete 08:07:38 0ef7d3d256c8: Verifying Checksum 08:07:38 0ef7d3d256c8: Download complete 08:07:38 93359f2a8cfa: Download complete 08:07:38 188c0c94c7c5: Verifying Checksum 08:07:38 188c0c94c7c5: Download complete 08:07:38 7c6f9722023f: Verifying Checksum 08:07:38 7c6f9722023f: Download complete 08:07:38 188c0c94c7c5: Pull complete 08:07:38 0ef7d3d256c8: Pull complete 08:07:38 de9db76c5a1d: Pull complete 08:07:41 a35cf1a2eb13: Verifying Checksum 08:07:41 a35cf1a2eb13: Download complete 08:07:41 bca2f99d35d6: Verifying Checksum 08:07:41 bca2f99d35d6: Download complete 08:07:46 bca2f99d35d6: Pull complete 08:07:46 93359f2a8cfa: Pull complete 08:07:46 7c6f9722023f: Pull complete 08:07:46 Still waiting to schedule task 08:07:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:07:50 a35cf1a2eb13: Pull complete 08:07:50 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:07:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:07:50 ---> a62c8e92a672 08:07:50 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:07:50 ---> Running in 592319f7cd74 08:07:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:07:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:07:52 (1/12) Installing libmagic (5.38-r0) 08:07:52 (2/12) Installing file (5.38-r0) 08:07:52 (3/12) Installing libc-dev (0.7.2-r3) 08:07:52 (4/12) Installing g++ (9.3.0-r2) 08:07:56 (5/12) Installing fortify-headers (1.1-r0) 08:07:56 (6/12) Installing patch (2.7.6-r6) 08:07:56 (7/12) Installing build-base (0.5-r2) 08:07:56 (8/12) Installing libsodium (1.0.18-r0) 08:07:56 (9/12) Installing pkgconf (1.7.2-r0) 08:07:56 (10/12) Installing libsodium-dev (1.0.18-r0) 08:07:56 (11/12) Installing libzmq (4.3.3-r0) 08:07:57 (12/12) Installing zeromq-dev (4.3.3-r0) 08:07:57 Executing busybox-1.31.1-r19.trigger 08:07:57 OK: 233 MiB in 51 packages 08:08:01 Removing intermediate container 592319f7cd74 08:08:01 ---> ac5848e1f4ff 08:08:01 Step 4/6 : WORKDIR /edgex-go 08:08:01 ---> Running in 6fde7a0a5f5b 08:08:01 Removing intermediate container 6fde7a0a5f5b 08:08:01 ---> dbd500dd6196 08:08:01 Step 5/6 : COPY go.mod . 08:08:01 ---> 9d1c4a35fdb5 08:08:01 Step 6/6 : RUN go mod download 08:08:01 ---> Running in 1494673dd168 08:08:23 Removing intermediate container 1494673dd168 08:08:23 ---> ea7bbefb7948 08:08:23 Successfully built ea7bbefb7948 08:08:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:08:23 + docker inspect -f . ci-base-image-x86_64 08:08:23 . [Pipeline] withDockerContainer 08:08:23 prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container 08:08:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:08:24 $ docker top 8049a4e461bf4cbd12566bbd939c4350c80cac7e4587af4c6fd0f78534b96b3b -eo pid,comm [Pipeline] { [Pipeline] sh 08:08:25 + go version 08:08:25 go version go1.15.5 linux/amd64 [Pipeline] } 08:08:25 $ docker stop --time=1 8049a4e461bf4cbd12566bbd939c4350c80cac7e4587af4c6fd0f78534b96b3b 08:08:26 $ docker rm -f 8049a4e461bf4cbd12566bbd939c4350c80cac7e4587af4c6fd0f78534b96b3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:08:27 + docker inspect -f . ci-base-image-x86_64 08:08:27 . [Pipeline] withDockerContainer 08:08:27 prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container 08:08:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:08:28 $ docker top b000bd73db49fb13e661efd9d93083f6a91386a46d3e375c532574b196053d88 -eo pid,comm [Pipeline] { [Pipeline] echo 08:08:28 ========================================================= 08:08:28 [edgeXBuildGoParallel] Running Tests and Build... 08:08:28 ========================================================= [Pipeline] sh 08:08:29 + make test 08:08:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:08:39 ? github.com/edgexfoundry/edgex-go [no test files] 08:08:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:08:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:08:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:08:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:09:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:09:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:09:00 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:09:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:09:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:09:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:09:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:09:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:09:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 46.0% of statements 08:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.071s coverage: 100.0% of statements 08:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 65.8% of statements 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.137s coverage: 82.3% of statements 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.057s coverage: 100.0% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.420s coverage: 92.8% of statements 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:09:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.039s coverage: 79.5% of statements 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.058s coverage: 96.3% of statements 08:09:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 08:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.037s coverage: 94.4% of statements 08:09:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 08:09:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24312 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws 08:09:35 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.055s coverage: 92.9% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.075s coverage: 91.4% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.289s coverage: 68.9% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.285s coverage: 84.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.670s coverage: 29.1% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.058s coverage: 100.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:09:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 08:09:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:09:40 GO111MODULE=on go vet ./... 08:09:40 using credential edgex-jenkins-ssh 08:09:41 Cloning the remote Git repository 08:09:41 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:09:41 > git init /w/workspace/edgex-go/2 # timeout=10 08:09:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:09:41 > git --version # timeout=10 08:09:41 > git --version # 'git version 2.17.1' 08:09:41 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:09:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:09:57 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:09:57 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:09:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:09:57 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:09:58 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:09:59 Merge succeeded, producing c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:09:59 Checking out Revision c8eb124c97d4b5f0651b3688f5c52adcf587cc4a (PR-3104) 08:09:58 > git config core.sparsecheckout # timeout=10 08:09:58 > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 08:09:58 > git remote # timeout=10 08:09:59 > git config --get remote.origin.url # timeout=10 08:09:59 using GIT_SSH to set credentials SSH Credentials for GitHub 08:09:59 > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 08:09:59 > git rev-parse HEAD^{commit} # timeout=10 08:09:59 > git config core.sparsecheckout # timeout=10 08:09:59 > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 08:10:02 gofmt -l . 08:10:02 [ "`gofmt -l .`" = "" ] 08:10:03 ./bin/test-go-mod-tidy.sh 08:10:03 Commit message: "fix(docs): remove support-logging.yaml" 08:10:03 ./bin/test-attribution-txt.sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] sh 08:10:04 + ls -al . 08:10:04 total 680 08:10:04 drwxrwxr-x 10 1001 1001 4096 Feb 1 08:10 . 08:10:04 drwxr-xr-x 4 root root 28 Feb 1 08:08 .. 08:10:04 -rw-rw-r-- 1 1001 1001 11 Feb 1 08:06 .dockerignore 08:10:04 drwxrwxr-x 8 1001 1001 179 Feb 1 08:06 .git 08:10:04 drwxrwxr-x 3 1001 1001 125 Feb 1 08:06 .github 08:10:04 -rw-rw-r-- 1 1001 1001 872 Feb 1 08:06 .gitignore 08:10:04 drwx------ 3 1001 1001 60 Feb 1 08:07 .semver 08:10:04 -rw-rw-r-- 1 1001 1001 166 Feb 1 08:06 .sonarcloud.properties 08:10:04 -rw-rw-r-- 1 1001 1001 7859 Feb 1 08:06 Attribution.txt 08:10:04 -rw-rw-r-- 1 1001 1001 3804 Feb 1 08:06 CONTRIBUTING.md 08:10:04 -rw-rw-r-- 1 1001 1001 931 Feb 1 08:06 Dockerfile.build 08:10:04 -rw-rw-r-- 1 1001 1001 863 Feb 1 08:06 Jenkinsfile 08:10:04 -rw-rw-r-- 1 1001 1001 10775 Feb 1 08:06 LICENSE 08:10:04 -rw-rw-r-- 1 1001 1001 6001 Feb 1 08:06 Makefile 08:10:04 -rw-rw-r-- 1 1001 1001 6524 Feb 1 08:06 README.md 08:10:04 -rw-rw-r-- 1 1001 1001 6755 Feb 1 08:06 SECURITY.md 08:10:04 -rw-rw-r-- 1 1001 1001 5 Feb 1 08:07 VERSION 08:10:04 -rw-rw-r-- 1 1001 1001 4131 Feb 1 08:06 ZMQWindows.md 08:10:04 drwxrwxr-x 2 1001 1001 117 Feb 1 08:06 bin 08:10:04 drwxrwxr-x 15 1001 1001 4096 Feb 1 08:06 cmd 08:10:04 -rw-r--r-- 1 root root 574984 Feb 1 08:09 coverage.out 08:10:04 -rw-r--r-- 1 root root 1054 Feb 1 08:10 go.mod 08:10:04 -rw-r--r-- 1 root root 19289 Feb 1 08:10 go.sum 08:10:04 drwxrwxr-x 8 1001 1001 127 Feb 1 08:06 internal 08:10:04 drwxrwxr-x 4 1001 1001 26 Feb 1 08:06 openapi 08:10:04 drwxrwxr-x 4 1001 1001 71 Feb 1 08:06 snap 08:10:04 -rw-rw-r-- 1 1001 1001 168 Feb 1 08:06 version.go [Pipeline] sh 08:10:05 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 08:10:05 + '[' -e coverage.out ] 08:10:05 + chown 1001:1001 coverage.out [Pipeline] stash [Pipeline] sh 08:10:05 Stashed 1 file(s) [Pipeline] sh 08:10:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:10:06 + make build 08:10:06 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:10:06 + sudo service docker restart 08:10:06 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:10:09 provisioning config files... 08:10:09 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2451161680441562838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:10: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 08:10:09 ---> docker-login.sh 08:10:09 nexus3.edgexfoundry.org:10001 08:10:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:10 Configure a credential helper to remove this warning. See 08:10:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:10 08:10:10 Login Succeeded 08:10:10 nexus3.edgexfoundry.org:10002 08:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:11 Configure a credential helper to remove this warning. See 08:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:11 08:10:11 Login Succeeded 08:10:11 nexus3.edgexfoundry.org:10003 08:10:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:11 Configure a credential helper to remove this warning. See 08:10:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:11 08:10:11 Login Succeeded 08:10:11 nexus3.edgexfoundry.org:10004 08:10:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:12 Configure a credential helper to remove this warning. See 08:10:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:12 08:10:12 Login Succeeded 08:10:12 docker.io 08:10:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:10:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:10:13 Configure a credential helper to remove this warning. See 08:10:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:10:13 08:10:13 Login Succeeded 08:10:13 ---> docker-login.sh ends [Pipeline] } 08:10:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:10:13 ========================================================= 08:10:13 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:10:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:10:14 + 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 . 08:10:16 Sending build context to Docker daemon 166MB 08:10:16 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:10:16 Step 2/6 : FROM ${BASE} 08:10:16 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:10:16 5f621e34cdf4: Pulling fs layer 08:10:16 a4357932f1b6: Pulling fs layer 08:10:16 18c013af1878: Pulling fs layer 08:10:16 00ac8860ef70: Pulling fs layer 08:10:16 63d7cb157983: Pulling fs layer 08:10:16 b116817d02f9: Pulling fs layer 08:10:16 745a02a5169b: Pulling fs layer 08:10:16 00ac8860ef70: Waiting 08:10:16 63d7cb157983: Waiting 08:10:16 745a02a5169b: Waiting 08:10:16 b116817d02f9: Waiting 08:10:16 18c013af1878: Verifying Checksum 08:10:16 18c013af1878: Download complete 08:10:17 a4357932f1b6: Verifying Checksum 08:10:17 a4357932f1b6: Download complete 08:10:17 63d7cb157983: Verifying Checksum 08:10:17 63d7cb157983: Download complete 08:10:17 b116817d02f9: Download complete 08:10:17 5f621e34cdf4: Verifying Checksum 08:10:17 5f621e34cdf4: Download complete 08:10:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:10:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:10:18 5f621e34cdf4: Pull complete 08:10:18 a4357932f1b6: Pull complete 08:10:19 18c013af1878: Pull complete 08:10:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:10:19 745a02a5169b: Verifying Checksum 08:10:19 745a02a5169b: Download complete 08:10:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:10:20 00ac8860ef70: Verifying Checksum 08:10:20 00ac8860ef70: Download complete 08:10:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:10: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 08:10:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:10:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:10:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:10:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:10:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:10:29 $ docker stop --time=1 b000bd73db49fb13e661efd9d93083f6a91386a46d3e375c532574b196053d88 08:10:31 00ac8860ef70: Pull complete 08:10:31 63d7cb157983: Pull complete 08:10:31 b116817d02f9: Pull complete 08:10:32 $ docker rm -f b000bd73db49fb13e661efd9d93083f6a91386a46d3e375c532574b196053d88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:10:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:35 08:10:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:10:36 745a02a5169b: Pull complete 08:10:36 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:10:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:10:36 ---> b7e6874047d6 08:10:36 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 08:10:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:36 latest: Pulling from edgex-devops/edgex-compose 08:10:36 cbdbe7a5bc2a: Pulling fs layer 08:10:36 ca9280d653b3: Pulling fs layer 08:10:36 7e9c9ca2126c: Pulling fs layer 08:10:36 cbdbe7a5bc2a: Verifying Checksum 08:10:36 cbdbe7a5bc2a: Download complete 08:10:37 ca9280d653b3: Verifying Checksum 08:10:37 ca9280d653b3: Download complete 08:10:37 cbdbe7a5bc2a: Pull complete 08:10:37 7e9c9ca2126c: Verifying Checksum 08:10:37 7e9c9ca2126c: Download complete 08:10:37 ca9280d653b3: Pull complete 08:10:38 ---> Running in b7c75f6d7651 08:10:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:10:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:10:41 (1/12) Installing libmagic (5.38-r0) 08:10:41 (2/12) Installing file (5.38-r0) 08:10:41 (3/12) Installing libc-dev (0.7.2-r3) 08:10:41 (4/12) Installing g++ (9.3.0-r2) 08:10:44 7e9c9ca2126c: Pull complete 08:10:44 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:10:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:10:44 prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container 08:10:44 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:10:46 $ docker top ae3bffb595f0711ef854c3a8892b32bff05bc7b0f8bbcc5377954d50c50237d3 -eo pid,comm [Pipeline] { [Pipeline] sh 08:10:46 + docker-compose build --help 08:10:46 + grep parallel 08:10:47 --parallel Build images in parallel. [Pipeline] } 08:10:47 $ docker stop --time=1 ae3bffb595f0711ef854c3a8892b32bff05bc7b0f8bbcc5377954d50c50237d3 08:10:48 (5/12) Installing fortify-headers (1.1-r0) 08:10:48 (6/12) Installing patch (2.7.6-r6) 08:10:48 (7/12) Installing build-base (0.5-r2) 08:10:48 (8/12) Installing libsodium (1.0.18-r0) 08:10:48 (9/12) Installing pkgconf (1.7.2-r0) 08:10:48 (10/12) Installing libsodium-dev (1.0.18-r0) 08:10:48 (11/12) Installing libzmq (4.3.3-r0) 08:10:48 (12/12) Installing zeromq-dev (4.3.3-r0) 08:10:48 Executing busybox-1.31.1-r19.trigger 08:10:48 OK: 217 MiB in 51 packages 08:10:49 $ docker rm -f ae3bffb595f0711ef854c3a8892b32bff05bc7b0f8bbcc5377954d50c50237d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:10:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:10:49 . [Pipeline] withDockerContainer 08:10:50 prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container 08:10:50 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:10:50 $ docker top c45a6fac081cb6eacaa6ad1b69306d01dc51c5989ccbd3e89e3fe87e78a3ab8b -eo pid,comm [Pipeline] { [Pipeline] sh 08:10:51 + docker-compose -f ./docker-compose-build.yml build --parallel 08:10:52 Building docker-core-command-go ... 08:10:52 Building docker-core-data-go ... 08:10:52 Building docker-core-metadata-go ... 08:10:52 Building docker-security-bootstrapper-go ... 08:10:52 Building docker-security-proxy-setup-go ... 08:10:52 Building docker-security-secretstore-setup-go ... 08:10:52 Building docker-support-notifications-go ... 08:10:52 Building docker-support-scheduler-go ... 08:10:52 Building docker-sys-mgmt-agent-go ... 08:10:52 Building docker-support-notifications-go 08:10:52 Building docker-support-scheduler-go 08:10:52 Building docker-security-secretstore-setup-go 08:10:52 Building docker-core-metadata-go 08:10:52 Building docker-security-proxy-setup-go 08:10:52 Removing intermediate container b7c75f6d7651 08:10:52 ---> 118f48c5c69a 08:10:52 Step 4/6 : WORKDIR /edgex-go 08:10:52 ---> Running in 568efa0e2751 08:10:52 Removing intermediate container 568efa0e2751 08:10:52 ---> 1e02e5683b55 08:10:52 Step 5/6 : COPY go.mod . 08:10:53 ---> 371edb0a1a72 08:10:53 Step 6/6 : RUN go mod download 08:10:53 ---> Running in bb6d9b88048a 08:11:20 Removing intermediate container bb6d9b88048a 08:11:20 ---> 107b06ae860d 08:11:20 Successfully built 107b06ae860d 08:11:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:11:20 + docker inspect -f . ci-base-image-arm64 08:11:20 . [Pipeline] withDockerContainer 08:11:21 prd-ubuntu18.04-docker-arm64-4c-16g-24312 does not seem to be running inside a container 08:11:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:11:22 $ docker top fd48e8805973456935b8c72ebd22c4e8d9d8f0d2b34c385c55aea818b725427f -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:23 + go version 08:11:23 go version go1.15.5 linux/arm64 [Pipeline] } 08:11:23 $ docker stop --time=1 fd48e8805973456935b8c72ebd22c4e8d9d8f0d2b34c385c55aea818b725427f 08:11:24 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:11:24 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:11:24 ---> ea7bbefb7948 08:11:24 Step 3/21 : WORKDIR /edgex-go 08:11:24 08:11:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:11:24 ---> ea7bbefb7948 08:11:24 Step 3/22 : WORKDIR /edgex-go 08:11:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:11:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:11:24 ---> ea7bbefb7948 08:11:24 Step 3/23 : WORKDIR /edgex-go 08:11:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:11:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:11:25 ---> ea7bbefb7948 08:11:25 Step 3/24 : WORKDIR /edgex-go 08:11:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:11:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:11:25 ---> ea7bbefb7948 08:11:25 Step 3/22 : WORKDIR /edgex-go 08:11:25 ---> Running in 38b62d4d5263 08:11:25 ---> Running in aed634758c93 08:11:25 $ docker rm -f fd48e8805973456935b8c72ebd22c4e8d9d8f0d2b34c385c55aea818b725427f 08:11:25 ---> Running in 640fe5ee245e 08:11:25 ---> Running in fc0cd0e8d95d 08:11:25 ---> Running in 1c8fab4c9c7a [Pipeline] // withDockerContainer [Pipeline] } 08:11:26 Removing intermediate container 640fe5ee245e 08:11:26 ---> 377f53db1051 08:11:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:11:26 Removing intermediate container 38b62d4d5263 08:11:26 ---> 6573466ea890 08:11:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 08:11:26 Removing intermediate container aed634758c93 08:11:26 ---> 38a55206427b 08:11:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:11:26 Removing intermediate container 1c8fab4c9c7a 08:11:26 ---> 5d8881de150a 08:11:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:11:26 Removing intermediate container fc0cd0e8d95d 08:11:26 ---> 09ab56bd4ead 08:11:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:11:26 ---> Running in 0c62c65164f1 08:11:26 ---> Running in 2132ebd26880 08:11:26 ---> Running in 9e028318378b 08:11:26 ---> Running in 9882d64d821c [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:11:26 ---> Running in d323a1f45ab3 08:11:26 + docker inspect -f . ci-base-image-arm64 08:11:26 . [Pipeline] withDockerContainer 08:11:27 prd-ubuntu18.04-docker-arm64-4c-16g-24312 does not seem to be running inside a container 08:11:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 08:11:28 $ docker top 6a571266e4a73db6842c2f1cc0853de5416a036fb57522e0073f99d77195b01d -eo pid,comm 08:11:28 Removing intermediate container 0c62c65164f1 08:11:28 ---> 6bd94928bcbd 08:11:28 Step 5/23 : RUN apk add --update --no-cache make git 08:11:28 Removing intermediate container 9e028318378b 08:11:28 ---> 6719da3f618a 08:11:28 Step 5/21 : RUN apk add --update --no-cache make git 08:11:28 ---> Running in 2de92127905e 08:11:28 ---> Running in 8de0cb61851b 08:11:28 Removing intermediate container d323a1f45ab3 08:11:28 ---> 0fab78ca58e1 08:11:28 Step 5/24 : RUN apk add --update --no-cache make git 08:11:28 Removing intermediate container 2132ebd26880 08:11:28 ---> b6a75170f268 08:11:28 Step 5/22 : RUN apk add --update --no-cache make git 08:11:28 Removing intermediate container 9882d64d821c 08:11:28 ---> d0ccf86d25ab 08:11:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [Pipeline] { [Pipeline] echo 08:11:29 ========================================================= 08:11:29 [edgeXBuildGoParallel] Running Tests and Build... 08:11:29 ========================================================= [Pipeline] sh 08:11:29 ---> Running in b0ec5055c34f 08:11:29 ---> Running in 9545c78d6b54 08:11:29 ---> Running in 8c305f42fd90 08:11:29 + make test 08:11:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:11:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:11:31 OK: 233 MiB in 51 packages 08:11:31 OK: 233 MiB in 51 packages 08:11:31 OK: 233 MiB in 51 packages 08:11:31 OK: 233 MiB in 51 packages 08:11:31 OK: 233 MiB in 51 packages 08:11:32 Removing intermediate container 2de92127905e 08:11:32 ---> 2b272163f8f7 08:11:32 Step 6/23 : COPY go.mod . 08:11:32 Removing intermediate container 8de0cb61851b 08:11:32 ---> 84ccee8aae04 08:11:32 Step 6/21 : COPY go.mod . 08:11:32 Removing intermediate container 8c305f42fd90 08:11:32 ---> cea376f9290c 08:11:32 Step 6/22 : COPY go.mod . 08:11:32 Removing intermediate container b0ec5055c34f 08:11:32 ---> a6bf8ac3b70a 08:11:32 Step 6/24 : COPY go.mod . 08:11:32 ---> 1824df5b61f1 08:11:32 Step 7/23 : RUN go mod download 08:11:32 Removing intermediate container 9545c78d6b54 08:11:32 ---> b8771cb66ba4 08:11:32 Step 6/22 : COPY go.mod . 08:11:33 ---> 0e9adaa1acde 08:11:33 Step 7/21 : RUN go mod download 08:11:33 ---> Running in eb18b260792a 08:11:33 ---> 824b19c6893b 08:11:33 Step 7/22 : RUN go mod download 08:11:33 ---> Running in 00a7b03f9170 08:11:33 ---> ec29047ef9ae 08:11:33 Step 7/24 : RUN go mod download 08:11:33 ---> 981ca2cdbf71 08:11:33 Step 7/22 : RUN go mod download 08:11:33 ---> Running in 8d94d6bade22 08:11:33 ---> Running in f90e2691feb5 08:11:33 ---> Running in c52257dffab8 08:11:35 Removing intermediate container 8d94d6bade22 08:11:35 ---> 3cd76d7a5c66 08:11:35 Step 8/22 : COPY . . 08:11:35 Removing intermediate container eb18b260792a 08:11:35 ---> e8217adccafd 08:11:35 Step 8/23 : COPY . . 08:11:38 Removing intermediate container f90e2691feb5 08:11:38 ---> 6438c9cc3ae5 08:11:38 Step 8/24 : COPY . . 08:11:38 Removing intermediate container c52257dffab8 08:11:38 ---> a8b05136a82c 08:11:38 Step 8/22 : COPY . . 08:11:40 Removing intermediate container 00a7b03f9170 08:11:40 ---> 612a80045531 08:11:40 Step 8/21 : COPY . . 08:11:51 ? github.com/edgexfoundry/edgex-go [no test files] 08:12:12 ---> 1348a20162ba 08:12:12 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:12:12 ---> Running in 934e45b7e2f4 08:12:12 ---> fb9d4be33144 08:12:12 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:12:12 ---> 0a251eeaad60 08:12:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:12:13 ---> 7d32123a88d6 08:12:13 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:12:13 ---> 6eeb0623f7e1 08:12:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:12:13 ---> Running in 98b02f609838 08:12:13 ---> Running in 2e0dcf69fffc 08:12:13 ---> Running in e7ecea1410d6 08:12:14 ---> Running in 59c3f80c5be8 08:12:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:12:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:12:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:12:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:12:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:12:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:12:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:12:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:12:47 Removing intermediate container 59c3f80c5be8 08:12:47 ---> b2c644a9ed62 08:12:47 08:12:47 Step 10/24 : FROM alpine:3.12 08:12:47 Removing intermediate container e7ecea1410d6 08:12:47 ---> dc7ed6f7a65b 08:12:47 08:12:47 Step 10/21 : FROM alpine:3.12 08:12:47 Removing intermediate container 934e45b7e2f4 08:12:47 ---> 084de208abd1 08:12:47 08:12:47 Step 10/22 : FROM alpine:3.12 08:12:47 3.12: Pulling from library/alpine 08:12:47 3.12: Pulling from library/alpine 08:12:47 3.12: Pulling from library/alpine 08:12:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:12:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:12:48 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:12:48 Status: Downloaded newer image for alpine:3.12 08:12:48 ---> 389fef711851 08:12:48 Step 11/21 : RUN apk add --update --no-cache curl 08:12:48 Status: Downloaded newer image for alpine:3.12 08:12:48 ---> 389fef711851 08:12:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:12:48 Status: Image is up to date for alpine:3.12 08:12:48 ---> 389fef711851 08:12:48 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:12:51 ---> Running in 010735676e4f 08:12:51 ---> Running in 2077cf8ec6d8 08:12:51 ---> Running in 9d23e2c60341 08:12:51 Removing intermediate container 2e0dcf69fffc 08:12:51 ---> 7919768eed8f 08:12:51 08:12:51 Step 10/22 : FROM alpine:3.12 08:12:51 ---> 389fef711851 08:12:51 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:12:51 Removing intermediate container 98b02f609838 08:12:51 ---> ef251292b6db 08:12:51 08:12:51 Step 10/23 : FROM alpine:3.12 08:12:51 ---> 389fef711851 08:12:51 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:12:51 ---> Running in 51d31738f140 08:12:51 ---> Running in 2d49e804e443 08:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:52 (1/2) Installing ca-certificates (20191127-r4) 08:12:53 (2/2) Installing dumb-init (1.2.2-r1) 08:12:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:53 Executing busybox-1.31.1-r19.trigger 08:12:53 Executing ca-certificates-20191127-r4.trigger 08:12:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:53 (1/4) Installing ca-certificates (20191127-r4) 08:12:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:12:53 (1/5) Installing ca-certificates (20191127-r4) 08:12:53 (3/4) Installing libcurl (7.69.1-r3) 08:12:53 OK: 6 MiB in 16 packages 08:12:53 (4/4) Installing curl (7.69.1-r3) 08:12:53 Executing busybox-1.31.1-r19.trigger 08:12:53 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:12:53 Executing ca-certificates-20191127-r4.trigger 08:12:53 (3/5) Installing libcurl (7.69.1-r3) 08:12:53 (4/5) Installing curl (7.69.1-r3) 08:12:53 OK: 7 MiB in 18 packages 08:12:53 (5/5) Installing dumb-init (1.2.2-r1) 08:12:53 (1/1) Installing dumb-init (1.2.2-r1) 08:12:53 Executing busybox-1.31.1-r19.trigger 08:12:53 Executing ca-certificates-20191127-r4.trigger 08:12:53 Executing busybox-1.31.1-r19.trigger 08:12:53 OK: 6 MiB in 15 packages 08:12:53 (1/1) Installing dumb-init (1.2.2-r1) 08:12:53 Executing busybox-1.31.1-r19.trigger 08:12:53 OK: 6 MiB in 15 packages 08:12:53 OK: 7 MiB in 19 packages 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:12:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:12:56 Removing intermediate container 010735676e4f 08:12:56 ---> 3779c0ade117 08:12:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:12:56 Removing intermediate container 9d23e2c60341 08:12:56 ---> 1fe5a747f60c 08:12:56 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:12:56 ---> Running in 4da4faaf1888 08:12:56 Removing intermediate container 51d31738f140 08:12:56 ---> 7138255d921f 08:12:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:12:56 ---> Running in ca36c1f5d6ee 08:12:56 Removing intermediate container 2d49e804e443 08:12:56 ---> a2b8d9ce3977 08:12:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:12:56 Removing intermediate container 2077cf8ec6d8 08:12:56 ---> 22e50d045e78 08:12:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:12:56 Removing intermediate container 4da4faaf1888 08:12:56 ---> e2b608acf929 08:12:56 Step 13/22 : ENV APP_PORT=48060 08:12:56 ---> Running in 3b2fb42c934a 08:12:56 ---> Running in 1678606b8fd2 08:12:57 ---> Running in 4d7d162d14b4 08:12:57 ---> Running in b60e8780dcb0 08:12:57 Removing intermediate container ca36c1f5d6ee 08:12:57 ---> a484276e5f86 08:12:57 Step 13/21 : WORKDIR /edgex 08:12:58 ---> Running in 57ce57ea7d8b 08:12:58 Removing intermediate container 1678606b8fd2 08:12:58 ---> 067cddd965d0 08:12:58 Step 13/23 : ENV APP_PORT=48081 08:12:58 Removing intermediate container 3b2fb42c934a 08:12:58 ---> 979187d5f4b6 08:12:58 Step 13/22 : ENV APP_PORT=48085 08:12:58 Removing intermediate container 4d7d162d14b4 08:12:58 ---> 59e535ac84ca 08:12:58 Step 13/24 : WORKDIR / 08:12:58 Removing intermediate container b60e8780dcb0 08:12:58 ---> 104fab9226f1 08:12:58 Step 14/22 : EXPOSE $APP_PORT 08:12:58 ---> Running in e46743528c7c 08:12:58 ---> Running in 434423a347ef 08:12:58 ---> Running in 9d383cace361 08:12:58 ---> Running in 31a0ee7db5d2 08:12:58 Removing intermediate container 57ce57ea7d8b 08:12:58 ---> 7c4bdb8896eb 08:12:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:12:58 Removing intermediate container 434423a347ef 08:12:58 ---> 6fedb743af1f 08:12:58 Step 14/22 : EXPOSE $APP_PORT 08:12:58 Removing intermediate container e46743528c7c 08:12:58 ---> 5205bf2c8879 08:12:58 Step 14/23 : EXPOSE $APP_PORT 08:12:58 Removing intermediate container 31a0ee7db5d2 08:12:58 ---> c1c2e61dc084 08:12:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:12:58 Removing intermediate container 9d383cace361 08:12:58 ---> b399ec05c7b7 08:12:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:12:58 ---> Running in 412c1915c07b 08:12:58 ---> Running in c9a398e6e2f3 08:12:58 ---> eaa81e200ba6 08:12:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:12:59 Removing intermediate container 412c1915c07b 08:12:59 ---> 6c621ed22cc0 08:12:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:12:59 Removing intermediate container c9a398e6e2f3 08:12:59 ---> d0ba1cd99e0c 08:12:59 Step 15/23 : WORKDIR / 08:12:59 ---> 09457520aff8 08:12:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:12:59 ---> b14b98ab7d9c 08:12:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:12:59 ---> Running in 94fc3b894f98 08:12:59 ---> 9bd57124ef25 08:12:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:12:59 ---> d64f1a714a76 08:12:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:13:00 ---> f8e9ed8e3232 08:13:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:13:00 Removing intermediate container 94fc3b894f98 08:13:00 ---> 3077a272863e 08:13:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:13:00 ---> a3b7f613a26b 08:13:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:13:00 ---> ce71cc1b6ef1 08:13:00 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:13:00 ---> e5d031363ed9 08:13:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:13:00 ---> Running in 605db86db170 08:13:00 ---> 020d201a4b46 08:13:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:13:00 ---> e622d17f19c9 08:13:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:13:00 ---> 269a479c5a9d 08:13:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:13:00 Removing intermediate container 605db86db170 08:13:00 ---> b49bec60ebbf 08:13:00 Step 18/21 : CMD ["--init=true"] 08:13:00 ---> Running in 033a151cedba 08:13:00 ---> 64c5bea9843c 08:13:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:13:00 ---> Running in f419af5924de 08:13:01 ---> Running in a9695042b5a6 08:13:01 ---> 443739262351 08:13:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:13:01 Removing intermediate container 033a151cedba 08:13:01 ---> 0742800f5dbb 08:13:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:13:01 ---> df2bda4df964 08:13:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:13:01 ---> Running in 0153e1005aee 08:13:01 Removing intermediate container f419af5924de 08:13:01 ---> 238fb15787bb 08:13:01 Step 19/21 : LABEL arch=x86_64 08:13:02 Removing intermediate container a9695042b5a6 08:13:02 ---> bf05a82c5a8a 08:13:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:13:02 ---> 6313e92cafda 08:13:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:13:02 ---> Running in 0d569c5d8511 08:13:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:13:02 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:13:02 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:13:02 ---> be8554acdbc4 08:13:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:13:02 Removing intermediate container 0153e1005aee 08:13:02 ---> 6866f90a16aa 08:13:02 Step 20/22 : LABEL arch=x86_64 08:13:02 ---> Running in 4fd9b434c0fa 08:13:02 ---> Running in 0a0c99a6a983 08:13:02 ---> Running in 090fc9890b0b 08:13:02 Removing intermediate container 0d569c5d8511 08:13:02 ---> 29adf6b50884 08:13:02 Step 20/21 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:13:02 ---> 00863e492657 08:13:02 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:13:02 Removing intermediate container 4fd9b434c0fa 08:13:02 ---> 44afe560fa5c 08:13:02 Step 20/22 : LABEL arch=x86_64 08:13:02 Removing intermediate container 0a0c99a6a983 08:13:02 ---> a42342ea7e85 08:13:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:13:02 ---> Running in a5595c6ab9d2 08:13:02 ---> Running in 7454bbb90737 08:13:02 ---> Running in 3e7d2c9710f1 08:13:03 Removing intermediate container 090fc9890b0b 08:13:03 ---> 4200d22660c1 08:13:03 Step 21/22 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:13:03 ---> Running in da88b845e7a9 08:13:03 ---> Running in 19c9fce6150b 08:13:03 Removing intermediate container a5595c6ab9d2 08:13:03 ---> d9300b48ba81 08:13:03 Step 21/21 : LABEL version=0.0.0 08:13:03 Removing intermediate container 3e7d2c9710f1 08:13:03 ---> b48b54b50ce0 08:13:03 Step 21/22 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:13:03 Removing intermediate container da88b845e7a9 08:13:03 ---> f755cd2cb79a 08:13:03 Step 21/23 : LABEL arch=x86_64 08:13:03 ---> Running in 386595e07440 08:13:03 ---> Running in f8ced80832f6 08:13:03 Removing intermediate container 19c9fce6150b 08:13:03 ---> 361cf9b51e25 08:13:03 Step 22/22 : LABEL version=0.0.0 08:13:03 ---> Running in 12710ec1f453 08:13:03 ---> Running in 3d80a27deee9 08:13:03 Removing intermediate container 386595e07440 08:13:03 ---> 4f587dd61ca2 08:13:03 08:13:04 Removing intermediate container f8ced80832f6 08:13:04 ---> ed632fa69296 08:13:04 Step 22/22 : LABEL version=0.0.0 08:13:04 Successfully built 4f587dd61ca2 08:13:04 Removing intermediate container 12710ec1f453 08:13:04 ---> 0bf6515fb81d 08:13:04 Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:13:04 Successfully tagged docker-security-proxy-setup-go:latest 08:13:04  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 08:13:04 ---> Running in e25f22f30166 08:13:04 Removing intermediate container 3d80a27deee9 08:13:04 ---> f25b72ea400e 08:13:04 08:13:04 ---> Running in 1b6dfd01bb09 08:13:04 Successfully built f25b72ea400e 08:13:04 Removing intermediate container 7454bbb90737 08:13:04 ---> 702573c74e36 08:13:04 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:13:04 Successfully tagged docker-support-notifications-go:latest 08:13:04  Building docker-support-notifications-go ... done Building docker-core-command-go 08:13:04 Removing intermediate container e25f22f30166 08:13:04 ---> a0bd146624c1 08:13:04 08:13:04 Removing intermediate container 1b6dfd01bb09 08:13:04 ---> 6409d8ee5e06 08:13:04 Step 23/23 : LABEL version=0.0.0 08:13:04 ---> Running in 17efb3c17c04 08:13:04 Successfully built a0bd146624c1 08:13:04 Successfully tagged docker-support-scheduler-go:latest 08:13:04 ---> Running in 6cebd40e0578 08:13:04 Building docker-core-data-go 08:13:05  Building docker-support-scheduler-go ... done Removing intermediate container 17efb3c17c04 08:13:05 ---> 4b3c10a2e224 08:13:05 Step 22/24 : LABEL arch=x86_64 08:13:05 Removing intermediate container 6cebd40e0578 08:13:05 ---> 2b9197e48a87 08:13:05 08:13:05 ---> Running in c48e1bb39638 08:13:05 Successfully built 2b9197e48a87 08:13:05 Successfully tagged docker-core-metadata-go:latest 08:13:05  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 08:13:05 Removing intermediate container c48e1bb39638 08:13:05 ---> c9fab6c36aa9 08:13:05 Step 23/24 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:13:05 ---> Running in bd5dae7e2c36 08:13:06 Removing intermediate container bd5dae7e2c36 08:13:06 ---> 8e52cd161d08 08:13:06 Step 24/24 : LABEL version=0.0.0 08:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.315s coverage: 46.0% of statements 08:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:13:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:13:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.165s coverage: 100.0% of statements 08:13:08 ---> Running in 876359fe35c0 08:13:09 Removing intermediate container 876359fe35c0 08:13:09 ---> 94a9459f52b0 08:13:09 08:13:10 Successfully built 94a9459f52b0 08:13:12 Successfully tagged docker-security-secretstore-setup-go:latest 08:13:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.485s coverage: 27.1% of statements 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:13:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.071s coverage: 100.0% of statements 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:13:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:13:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.221s coverage: 65.8% of statements 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:13:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:13:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.709s coverage: 82.3% of statements 08:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.223s coverage: 28.6% of statements 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.296s coverage: 86.7% of statements 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.376s coverage: 97.5% of statements 08:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.191s coverage: 78.3% of statements 08:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:13:30  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:13:30 ---> ea7bbefb7948 08:13:30 Step 3/23 : WORKDIR /edgex-go 08:13:30 ---> Using cache 08:13:30 ---> 09ab56bd4ead 08:13:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:30 ---> Using cache 08:13:30 ---> 0fab78ca58e1 08:13:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:13:30 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:30 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:13:30 ---> ea7bbefb7948 08:13:30 Step 3/23 : WORKDIR /edgex-go 08:13:30 ---> Using cache 08:13:30 ---> 09ab56bd4ead 08:13:30 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:30 ---> Using cache 08:13:30 ---> 0fab78ca58e1 08:13:30 Step 5/23 : RUN apk add --update --no-cache make git 08:13:30 ---> Using cache 08:13:30 ---> a6bf8ac3b70a 08:13:30 Step 6/23 : COPY go.mod . 08:13:30 ---> Using cache 08:13:30 ---> ec29047ef9ae 08:13:30 Step 7/23 : RUN go mod download 08:13:30 ---> Using cache 08:13:30 ---> 6438c9cc3ae5 08:13:30 Step 8/23 : COPY . . 08:13:30 ---> Using cache 08:13:30 ---> 7d32123a88d6 08:13:30 Step 9/23 : RUN make cmd/core-command/core-command 08:13:30 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:30 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:13:30 ---> ea7bbefb7948 08:13:30 Step 3/31 : WORKDIR /edgex-go 08:13:30 ---> Using cache 08:13:30 ---> 09ab56bd4ead 08:13:30 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:30 ---> Using cache 08:13:30 ---> 0fab78ca58e1 08:13:30 Step 5/31 : RUN apk add --update --no-cache make git 08:13:30 ---> Using cache 08:13:30 ---> a6bf8ac3b70a 08:13:30 Step 6/31 : COPY go.mod . 08:13:30 ---> Using cache 08:13:30 ---> ec29047ef9ae 08:13:30 Step 7/31 : RUN go mod download 08:13:30 ---> Using cache 08:13:30 ---> 6438c9cc3ae5 08:13:30 Step 8/31 : COPY . . 08:13:30 ---> Using cache 08:13:30 ---> 7d32123a88d6 08:13:30 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:13:30 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:13:30 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:13:30 ---> ea7bbefb7948 08:13:30 Step 3/26 : WORKDIR /edgex-go 08:13:30 ---> Using cache 08:13:30 ---> 09ab56bd4ead 08:13:30 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:13:30 ---> Using cache 08:13:30 ---> 0fab78ca58e1 08:13:30 Step 5/26 : RUN apk add --update --no-cache make bash git 08:13:31 ---> Running in 05925e5363f5 08:13:31 ---> Running in 73f33cd57aa7 08:13:31 ---> Running in 24cc24d46e0a 08:13:32 ---> Running in a029d60e2363 08:13:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:13:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:13:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:13:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:13:34 OK: 233 MiB in 51 packages 08:13:34 OK: 233 MiB in 51 packages 08:13:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.388s coverage: 92.8% of statements 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:13:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:13:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:13:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:13:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 45.5% of statements 08:13:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.068s coverage: 79.5% of statements 08:13:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 08:13:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.099s coverage: 96.3% of statements 08:13:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements 08:13:36 Removing intermediate container 24cc24d46e0a 08:13:36 ---> 7649f179c373 08:13:36 Step 6/26 : COPY go.mod . 08:13:36 Removing intermediate container 73f33cd57aa7 08:13:36 ---> 8e0b9d270ffc 08:13:36 Step 6/23 : COPY go.mod . 08:13:36 ---> 0288d34570bd 08:13:36 Step 7/26 : RUN go mod download 08:13:36 ---> Running in 69a4adadaa4e 08:13:36 ---> 38b0c3c3f529 08:13:36 Step 7/23 : RUN go mod download 08:13:37 ---> Running in 0caeff030906 08:13:39 Removing intermediate container 69a4adadaa4e 08:13:39 ---> 52298d2ad3d7 08:13:39 Step 8/26 : COPY . . 08:13:39 Removing intermediate container 0caeff030906 08:13:39 ---> fddcd4b67ce9 08:13:39 Step 8/23 : COPY . . 08:13:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.077s coverage: 94.4% of statements 08:13:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 08:13:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.115s coverage: 92.9% of statements 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.073s coverage: 87.2% of statements 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.176s coverage: 91.4% of statements 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.496s coverage: 63.5% of statements 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.809s coverage: 68.9% of statements 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.322s coverage: 37.0% of statements 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:14:03 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.557s coverage: 84.0% of statements 08:14:03 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.101s coverage: 100.0% of statements 08:14:05 ---> 74e13248dac8 08:14:05 Step 9/23 : RUN make cmd/core-data/core-data 08:14:06 ---> 7db140d170d9 08:14:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:14:06 ---> Running in 2b0b0aad20f8 08:14:06 ---> Running in be9b74d20523 08:14:07 Removing intermediate container a029d60e2363 08:14:07 ---> e0b7ed8b7f4c 08:14:07 08:14:07 Step 10/31 : FROM alpine:3.12 08:14:07 ---> 389fef711851 08:14:07 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:14:07 Removing intermediate container 05925e5363f5 08:14:07 ---> c7384a63d02e 08:14:07 08:14:07 Step 10/23 : FROM alpine:3.12 08:14:07 ---> 389fef711851 08:14:07 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:14:07 ---> Using cache 08:14:07 ---> a2b8d9ce3977 08:14:07 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:14:07 ---> Using cache 08:14:07 ---> 067cddd965d0 08:14:07 Step 13/23 : ENV APP_PORT=48082 08:14:07 ---> Running in 15cd434cab43 08:14:07 ---> Running in adcef3d14b44 08:14:07 Removing intermediate container 15cd434cab43 08:14:07 ---> 0e343c7b6a1a 08:14:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:14:07 ---> Running in 02c67ad47eab 08:14:08 Removing intermediate container adcef3d14b44 08:14:08 ---> bc225caf11a5 08:14:08 Step 14/23 : EXPOSE $APP_PORT 08:14:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:14:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:14:08 ---> Running in 24d259a76ae3 08:14:08 Removing intermediate container 24d259a76ae3 08:14:08 ---> 76b4d958eb9c 08:14:08 Step 15/23 : WORKDIR / 08:14:08 ---> Running in c8ad6e7270f3 08:14:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:08 Removing intermediate container c8ad6e7270f3 08:14:08 ---> 8a28fd33f705 08:14:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:14:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:09 (1/2) Installing dumb-init (1.2.2-r1) 08:14:09 (2/2) Installing su-exec (0.2-r1) 08:14:09 Executing busybox-1.31.1-r19.trigger 08:14:09 OK: 6 MiB in 16 packages 08:14:09 ---> 54411bb1d998 08:14:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:14:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.321s coverage: 47.1% of statements 08:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:14:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements 08:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:14:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.102s coverage: 100.0% of statements 08:14:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:14:09 Removing intermediate container 02c67ad47eab 08:14:09 ---> a4a451fc16a0 08:14:09 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:14:10 ---> b528b66f7c02 08:14:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:14:10 ---> Running in 368a0b80dd4c 08:14:10 Removing intermediate container 368a0b80dd4c 08:14:10 ---> 01d18e220135 08:14:10 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:14:11 ---> Running in 414f830dcd9d 08:14:11 ---> 1df1cd40653b 08:14:11 Step 19/23 : ENTRYPOINT ["/core-command"] 08:14:12 ---> Running in b63d202cf803 08:14:12 Removing intermediate container 414f830dcd9d 08:14:12 ---> c86aa1658099 08:14:12 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:14:12 ---> Running in 5e08532c1f18 08:14:12 Removing intermediate container b63d202cf803 08:14:12 ---> 89b28fe616fb 08:14:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:14:12 ---> Running in a9d461e5ac5f 08:14:13 Removing intermediate container a9d461e5ac5f 08:14:13 ---> 4174c2503b45 08:14:13 Step 21/23 : LABEL arch=x86_64 08:14:13 ---> Running in 1c2b4822142b 08:14:13 Removing intermediate container 1c2b4822142b 08:14:13 ---> 9ceae58d92a8 08:14:13 Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:14:13 ---> Running in 2d10d4b45a2f 08:14:13 Removing intermediate container 2d10d4b45a2f 08:14:13 ---> e5ddb5527d44 08:14:13 Step 23/23 : LABEL version=0.0.0 08:14:14 ---> Running in a4af1572deb2 08:14:14 Removing intermediate container 5e08532c1f18 08:14:14 ---> 759984d6760f 08:14:14 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:14:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.995s coverage: 29.1% of statements 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:14:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.170s coverage: 99.0% of statements 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:14:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.130s coverage: 100.0% of statements 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:14:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.150s coverage: 100.0% of statements 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:14:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:14:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:14:15 Removing intermediate container a4af1572deb2 08:14:15 ---> b52b9cff8bd0 08:14:15 08:14:15 ---> Running in f1fd58ab85bb 08:14:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:14:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:14:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 08:14:15 Successfully built b52b9cff8bd0 08:14:15 Removing intermediate container f1fd58ab85bb 08:14:15 ---> 17dd1b8313b4 08:14:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:14:15 Successfully tagged docker-core-command-go:latest 08:14:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 08:14:16  Building docker-core-command-go ... done  ---> 49c4a80f3e7b 08:14:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:14:16 ---> Running in bb1db6cbaef4 08:14:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 08:14:17 GO111MODULE=on go vet ./... 08:14:18 Removing intermediate container bb1db6cbaef4 08:14:18 ---> 7bea436efdc2 08:14:18 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:14:18 ---> c44609487877 08:14:18 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:14:19 ---> 857dbbe1a735 08:14:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:14:20 ---> 1b370b724a49 08:14:20 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:14:21 ---> 6707ff472e78 08:14:21 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:14:21 ---> 3c4c508ef07a 08:14:21 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:14:22 ---> Running in 27495e46cdef 08:14:22 Removing intermediate container 27495e46cdef 08:14:22 ---> 4ab3eea33797 08:14:22 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:14:23 ---> 7e87495e6979 08:14:23 Step 26/31 : RUN chmod +x /entrypoint.sh 08:14:23 ---> Running in b83bbf7f790a 08:14:25 Removing intermediate container be9b74d20523 08:14:25 ---> 8f8df1b955ad 08:14:25 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:14:25 Removing intermediate container b83bbf7f790a 08:14:25 ---> 946ad9893564 08:14:25 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:14:25 ---> Running in 50209ea198d9 08:14:25 ---> Running in 84fcfb28433d 08:14:27 Removing intermediate container 84fcfb28433d 08:14:27 ---> c9236ac0006c 08:14:27 Step 28/31 : CMD ["gate"] 08:14:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:14:27 ---> Running in 2af96df7dece 08:14:27 Removing intermediate container 2af96df7dece 08:14:27 ---> 4247db2dbd80 08:14:27 Step 29/31 : LABEL arch=x86_64 08:14:27 ---> Running in 7e65cfaa63c3 08:14:28 Removing intermediate container 7e65cfaa63c3 08:14:28 ---> 3f9166110dfd 08:14:28 Step 30/31 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:14:29 Removing intermediate container 2b0b0aad20f8 08:14:29 ---> 7ed5c8647913 08:14:29 08:14:29 Step 10/23 : FROM alpine:3.12 08:14:29 ---> 389fef711851 08:14:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:14:29 ---> Running in ed8881117a37 08:14:29 ---> Running in 563ba9fda972 08:14:29 Removing intermediate container 50209ea198d9 08:14:29 ---> f0897ed053dd 08:14:29 08:14:29 Step 11/26 : FROM docker:20.10.0 08:14:29 20.10.0: Pulling from library/docker 08:14:29 Removing intermediate container ed8881117a37 08:14:29 ---> 74260fe7fc44 08:14:29 Step 31/31 : LABEL version=0.0.0 08:14:30 Removing intermediate container 563ba9fda972 08:14:30 ---> 4968d053ada4 08:14:30 Step 12/23 : ENV APP_PORT=48080 08:14:30 ---> Running in bcf5b63b8dcf 08:14:30 ---> Running in fee841b366ef 08:14:31 Removing intermediate container bcf5b63b8dcf 08:14:31 ---> cc27c2fc3da2 08:14:31 08:14:31 Removing intermediate container fee841b366ef 08:14:31 ---> 5acb0dc030ae 08:14:31 Step 13/23 : EXPOSE $APP_PORT 08:14:31 ---> Running in b50c6b812ed0 08:14:31 Successfully built cc27c2fc3da2 08:14:31 Successfully tagged docker-security-bootstrapper-go:latest 08:14:31  Building docker-security-bootstrapper-go ... done Removing intermediate container b50c6b812ed0 08:14:31 ---> c3ecd6cc8c72 08:14:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:33 ---> Running in 30defc03b545 08:14:34 Removing intermediate container 30defc03b545 08:14:34 ---> f642d13ad809 08:14:34 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:14:34 ---> Running in 26cf5d961ffc 08:14:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:14:35 Status: Downloaded newer image for docker:20.10.0 08:14:35 ---> aefe523efa57 08:14:35 Step 12/26 : RUN apk add --no-cache bash 08:14:36 ---> Running in 112799eee1a3 08:14:36 (1/6) Installing dumb-init (1.2.2-r1) 08:14:36 (2/6) Installing libgcc (9.3.0-r2) 08:14:36 (3/6) Installing libsodium (1.0.18-r0) 08:14:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:36 (4/6) Installing libstdc++ (9.3.0-r2) 08:14:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:36 (1/2) Installing readline (8.0.4-r0) 08:14:36 (2/2) Installing bash (5.0.17-r0) 08:14:36 Executing bash-5.0.17-r0.post-install 08:14:36 Executing busybox-1.31.1-r19.trigger 08:14:36 (5/6) Installing libzmq (4.3.3-r0) 08:14:36 OK: 12 MiB in 22 packages 08:14:36 (6/6) Installing zeromq (4.3.3-r0) 08:14:36 Executing busybox-1.31.1-r19.trigger 08:14:36 OK: 8 MiB in 20 packages 08:14:37 Removing intermediate container 112799eee1a3 08:14:37 ---> 59e033a0d553 08:14:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:14:37 ---> Running in 078ec1703e48 08:14:37 Removing intermediate container 26cf5d961ffc 08:14:37 ---> 8f93ea50cba0 08:14:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:14:37 Removing intermediate container 078ec1703e48 08:14:37 ---> a97a38f2014b 08:14:37 Step 14/26 : ENV APP_PORT=48090 08:14:37 ---> Running in c35527efcd0d 08:14:37 ---> a016997590ee 08:14:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:14:37 Removing intermediate container c35527efcd0d 08:14:37 ---> 5fe1f58d6bea 08:14:37 Step 15/26 : EXPOSE $APP_PORT 08:14:37 ---> Running in c1c759505ee6 08:14:37 Removing intermediate container c1c759505ee6 08:14:37 ---> b9d63c95cab1 08:14:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:14:38 ---> e812ea261ac1 08:14:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:14:38 ---> 40d4e0757317 08:14:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:14:38 ---> 80a32776f721 08:14:38 Step 19/23 : ENTRYPOINT ["/core-data"] 08:14:38 ---> Running in 49164b1b3b1e 08:14:38 ---> 6d1b9a7cd780 08:14:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:14:39 Removing intermediate container 49164b1b3b1e 08:14:39 ---> 61dad102e1a5 08:14:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:14:39 ---> Running in ed4b11390ece 08:14:39 ---> 8ac8ae75ddba 08:14:39 Step 19/26 : RUN apk --no-cache add py3-pip 08:14:39 Removing intermediate container ed4b11390ece 08:14:39 ---> cb860118fa3d 08:14:39 Step 21/23 : LABEL arch=x86_64 08:14:39 ---> Running in 680c68d4472c 08:14:39 ---> Running in 8107c0852af8 08:14:39 Removing intermediate container 8107c0852af8 08:14:39 ---> f51cdab3e508 08:14:39 Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:14:39 ---> Running in 3ce650b26f80 08:14:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:39 Removing intermediate container 3ce650b26f80 08:14:39 ---> 8f1d31a40943 08:14:39 Step 23/23 : LABEL version=0.0.0 08:14:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:39 ---> Running in 0944e3133c41 08:14:39 (1/33) Installing libbz2 (1.0.8-r1) 08:14:39 Removing intermediate container 0944e3133c41 08:14:39 ---> 029a7107bea4 08:14:39 08:14:39 (2/33) Installing expat (2.2.9-r1) 08:14:40 (3/33) Installing libffi (3.3-r2) 08:14:40 (4/33) Installing gdbm (1.13-r1) 08:14:40 (5/33) Installing xz-libs (5.2.5-r0) 08:14:40 (6/33) Installing sqlite-libs (3.32.1-r0) 08:14:40 (7/33) Installing python3 (3.8.5-r0) 08:14:40 Successfully built 029a7107bea4 08:14:40 Successfully tagged docker-core-data-go:latest 08:14:41  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) 08:14:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:14:41 (10/33) Installing py3-parsing (2.4.7-r0) 08:14:41 (11/33) Installing py3-six (1.15.0-r0) 08:14:41 (12/33) Installing py3-packaging (20.4-r0) 08:14:41 (13/33) Installing py3-setuptools (47.0.0-r0) 08:14:41 (14/33) Installing py3-chardet (3.0.4-r4) 08:14:41 (15/33) Installing py3-idna (2.9-r0) 08:14:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:14:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:14:41 (18/33) Installing py3-requests (2.23.0-r0) 08:14:41 (19/33) Installing py3-msgpack (1.0.0-r0) 08:14:41 (20/33) Installing py3-lockfile (0.12.2-r3) 08:14:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:14:41 (22/33) Installing py3-colorama (0.4.3-r0) 08:14:41 (23/33) Installing py3-distlib (0.3.0-r0) 08:14:41 (24/33) Installing py3-distro (1.5.0-r1) 08:14:41 (25/33) Installing py3-webencodings (0.5.1-r3) 08:14:41 (26/33) Installing py3-html5lib (1.0.1-r4) 08:14:41 (27/33) Installing py3-pytoml (0.1.21-r0) 08:14:41 (28/33) Installing py3-pep517 (0.8.2-r0) 08:14:41 (29/33) Installing py3-progress (1.5-r0) 08:14:41 (30/33) Installing py3-toml (0.10.1-r0) 08:14:41 (31/33) Installing py3-retrying (1.3.3-r0) 08:14:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:14:41 (33/33) Installing py3-pip (20.1.1-r0) 08:14:41 Executing busybox-1.31.1-r19.trigger 08:14:41 OK: 71 MiB in 55 packages 08:14:50 Removing intermediate container 680c68d4472c 08:14:50 ---> 3e10892999c0 08:14:50 Step 20/26 : RUN pip install docker-compose==1.23.2 08:14:50 ---> Running in 6154320d558b 08:14:51 Collecting docker-compose==1.23.2 08:14:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:14:51 Collecting websocket-client<1.0,>=0.32.0 08:14:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:14:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:14:51 Collecting cached-property<2,>=1.2.0 08:14:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:14:52 Collecting dockerpty<0.5,>=0.4.1 08:14:52 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:14:52 Collecting texttable<0.10,>=0.9.0 08:14:52 Downloading texttable-0.9.1.tar.gz (11 kB) 08:14:53 Collecting docker<4.0,>=3.6.0 08:14:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:14:53 Collecting docopt<0.7,>=0.6.1 08:14:53 Downloading docopt-0.6.2.tar.gz (25 kB) 08:14:53 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:14:53 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:14:54 Collecting jsonschema<3,>=2.5.1 08:14:54 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:14:54 Collecting PyYAML<4,>=3.10 08:14:54 Downloading PyYAML-3.13.tar.gz (270 kB) 08:14:54 Collecting docker-pycreds>=0.4.0 08:14:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:14:55 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:14:55 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:14:55 Collecting idna<2.8,>=2.5 08:14:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:14:55 Collecting urllib3<1.25,>=1.21.1 08:14:55 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:14:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:14:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:14:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:14:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:14:55 Installing collected packages: websocket-client, cached-property, dockerpty, texttable, idna, urllib3, requests, docker-pycreds, docker, docopt, jsonschema, PyYAML, docker-compose 08:14:55 Running setup.py install for dockerpty: started 08:14:56 Running setup.py install for dockerpty: finished with status 'done' 08:14:56 Running setup.py install for texttable: started 08:14:56 Running setup.py install for texttable: finished with status 'done' 08:14:56 Attempting uninstall: idna 08:14:56 Found existing installation: idna 2.9 08:14:56 Uninstalling idna-2.9: 08:14:56 Successfully uninstalled idna-2.9 08:14:57 Attempting uninstall: urllib3 08:14:57 Found existing installation: urllib3 1.25.9 08:14:57 Uninstalling urllib3-1.25.9: 08:14:57 Successfully uninstalled urllib3-1.25.9 08:14:57 Attempting uninstall: requests 08:14:57 Found existing installation: requests 2.23.0 08:14:57 Uninstalling requests-2.23.0: 08:14:57 Successfully uninstalled requests-2.23.0 08:14:57 Running setup.py install for docopt: started 08:14:58 Running setup.py install for docopt: finished with status 'done' 08:14:58 Running setup.py install for PyYAML: started 08:14:58 Running setup.py install for PyYAML: finished with status 'done' 08:14:59 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.57.0 08:15:03 Removing intermediate container 6154320d558b 08:15:03 ---> 17efb88cdbbe 08:15:03 Step 21/26 : RUN apk --no-cache add curl 08:15:03 ---> Running in 84eb13e182d1 08:15:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:04 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:15:04 (2/3) Installing libcurl (7.69.1-r3) 08:15:04 (3/3) Installing curl (7.69.1-r3) 08:15:04 Executing busybox-1.31.1-r19.trigger 08:15:04 OK: 72 MiB in 58 packages 08:15:04 Removing intermediate container 84eb13e182d1 08:15:04 ---> b67e371db235 08:15:04 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:15:04 ---> Running in ed26d2cf9bcb 08:15:04 Removing intermediate container ed26d2cf9bcb 08:15:04 ---> 552aad4a60c5 08:15:04 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:15:04 ---> Running in b6b036683577 08:15:04 Removing intermediate container b6b036683577 08:15:04 ---> 66ec4dbe89c1 08:15:04 Step 24/26 : LABEL arch=x86_64 08:15:05 ---> Running in 17922fa4d873 08:15:05 Removing intermediate container 17922fa4d873 08:15:05 ---> 9637458a744c 08:15:05 Step 25/26 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:15:05 ---> Running in d4cb3625fb11 08:15:05 Removing intermediate container d4cb3625fb11 08:15:05 ---> 56100138e2c9 08:15:05 Step 26/26 : LABEL version=0.0.0 08:15:05 ---> Running in 1e98afd85b79 08:15:05 Removing intermediate container 1e98afd85b79 08:15:05 ---> e73d6fe89e36 08:15:05 08:15:05 Successfully built e73d6fe89e36 08:15:05 Successfully tagged docker-sys-mgmt-agent-go:latest 08:15:06  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:15:06 $ docker stop --time=1 c45a6fac081cb6eacaa6ad1b69306d01dc51c5989ccbd3e89e3fe87e78a3ab8b 08:15:07 $ docker rm -f c45a6fac081cb6eacaa6ad1b69306d01dc51c5989ccbd3e89e3fe87e78a3ab8b [Pipeline] // withDockerContainer [Pipeline] sh 08:15:08 + docker images 08:15:08 + grep docker 08:15:08 docker-sys-mgmt-agent-go latest e73d6fe89e36 3 seconds ago 313MB 08:15:08 docker-core-data-go latest 029a7107bea4 29 seconds ago 22.3MB 08:15:08 docker-security-bootstrapper-go latest cc27c2fc3da2 38 seconds ago 23.8MB 08:15:08 docker-core-command-go latest b52b9cff8bd0 54 seconds ago 16.9MB 08:15:08 docker-security-secretstore-setup-go latest 94a9459f52b0 About a minute ago 24.6MB 08:15:08 docker-core-metadata-go latest 2b9197e48a87 2 minutes ago 18.8MB 08:15:08 docker-support-scheduler-go latest a0bd146624c1 2 minutes ago 17MB 08:15:08 docker-support-notifications-go latest f25b72ea400e 2 minutes ago 16.9MB 08:15:08 docker-security-proxy-setup-go latest 4f587dd61ca2 2 minutes ago 24.4MB 08:15:08 docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:15:24 Still waiting to schedule task 08:15:24 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:15:39 gofmt -l . 08:15:39 [ "`gofmt -l .`" = "" ] 08:15:39 ./bin/test-go-mod-tidy.sh 08:15:39 ./bin/test-attribution-txt.sh [Pipeline] sh 08:15:40 + ls -al . 08:15:40 total 708 08:15:40 drwxrwxr-x 9 1001 1001 4096 Feb 1 08:15 . 08:15:40 drwxr-xr-x 4 root root 4096 Feb 1 08:11 .. 08:15:40 -rw-rw-r-- 1 1001 1001 11 Feb 1 08:09 .dockerignore 08:15:40 drwxrwxr-x 8 1001 1001 4096 Feb 1 08:10 .git 08:15:40 drwxrwxr-x 3 1001 1001 4096 Feb 1 08:09 .github 08:15:40 -rw-rw-r-- 1 1001 1001 872 Feb 1 08:09 .gitignore 08:15:40 -rw-rw-r-- 1 1001 1001 166 Feb 1 08:09 .sonarcloud.properties 08:15:40 -rw-rw-r-- 1 1001 1001 7859 Feb 1 08:09 Attribution.txt 08:15:40 -rw-rw-r-- 1 1001 1001 3804 Feb 1 08:09 CONTRIBUTING.md 08:15:40 -rw-rw-r-- 1 1001 1001 931 Feb 1 08:09 Dockerfile.build 08:15:40 -rw-rw-r-- 1 1001 1001 863 Feb 1 08:09 Jenkinsfile 08:15:40 -rw-rw-r-- 1 1001 1001 10775 Feb 1 08:09 LICENSE 08:15:40 -rw-rw-r-- 1 1001 1001 6001 Feb 1 08:09 Makefile 08:15:40 -rw-rw-r-- 1 1001 1001 6524 Feb 1 08:09 README.md 08:15:40 -rw-rw-r-- 1 1001 1001 6755 Feb 1 08:09 SECURITY.md 08:15:40 -rw-rw-r-- 1 1001 1001 5 Feb 1 08:07 VERSION 08:15:40 -rw-rw-r-- 1 1001 1001 4131 Feb 1 08:09 ZMQWindows.md 08:15:40 drwxrwxr-x 2 1001 1001 4096 Feb 1 08:09 bin 08:15:40 drwxrwxr-x 15 1001 1001 4096 Feb 1 08:09 cmd 08:15:40 -rw-r--r-- 1 root root 574984 Feb 1 08:14 coverage.out 08:15:40 -rw-r--r-- 1 root root 1054 Feb 1 08:15 go.mod 08:15:40 -rw-r--r-- 1 root root 19289 Feb 1 08:15 go.sum 08:15:40 drwxrwxr-x 8 1001 1001 4096 Feb 1 08:09 internal 08:15:40 drwxrwxr-x 4 1001 1001 4096 Feb 1 08:09 openapi 08:15:40 drwxrwxr-x 4 1001 1001 4096 Feb 1 08:09 snap 08:15:40 -rw-rw-r-- 1 1001 1001 168 Feb 1 08:09 version.go [Pipeline] sh 08:15:40 + '[' -e coverage.out ] 08:15:40 + chown 1001:1001 coverage.out [Pipeline] stash 08:15:40 Warning: overwriting stash ‘coverage-report’ 08:15:41 Stashed 1 file(s) [Pipeline] sh 08:15:42 + make build 08:15:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:15: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 08:16:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:16:20 Running on prd-ubuntu18.04-docker-8c-8g-24313 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws 08:16:20 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 08:16:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:16:22 using credential edgex-jenkins-ssh 08:16:22 Cloning the remote Git repository 08:16:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:16:22 > git init /w/workspace/edgex-go/2 # timeout=10 08:16:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:16:22 > git --version # timeout=10 08:16:22 > git --version # 'git version 2.17.1' 08:16:22 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:16:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:16:30 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:16:30 Merge succeeded, producing c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:16:30 Checking out Revision c8eb124c97d4b5f0651b3688f5c52adcf587cc4a (PR-3104) 08:16:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:16:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:16:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:16:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:16:29 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:16:30 > git config core.sparsecheckout # timeout=10 08:16:30 > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 08:16:30 > git remote # timeout=10 08:16:30 > git config --get remote.origin.url # timeout=10 08:16:30 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:30 > git merge 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 08:16:30 > git rev-parse HEAD^{commit} # timeout=10 08:16:30 > git config core.sparsecheckout # timeout=10 08:16:30 > git checkout -f c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 08:16:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:16:34 Commit message: "fix(docs): remove support-logging.yaml" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:16:35 + echo snap-build.sh 08:16:35 snap-build.sh 08:16:35 + SNAP_BASE_DIR=. 08:16:35 + '[' '!' -z /w/workspace/edgex-go/2 ']' 08:16:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 08:16:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 08:16:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 08:16:35 + cd /w/workspace/edgex-go/2 08:16:35 + sudo apt-get remove -qy --purge lxd lxd-client 08:16:35 Reading package lists... 08:16:35 Building dependency tree... 08:16:35 Reading state information... 08:16:35 The following packages were automatically installed and are no longer required: 08:16:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:16:35 uidmap xdelta3 08:16:35 Use 'sudo apt autoremove' to remove them. 08:16:35 The following packages will be REMOVED: 08:16:35 lxd* lxd-client* 08:16:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:16:35 After this operation, 31.7 MB disk space will be freed. 08:16:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:16:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 08:16:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:16:38 Removing lxd dnsmasq configuration 08:16:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:16:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:16:38 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:16:39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 08:16:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:16:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:16:40 Processing triggers for systemd (237-3ubuntu10.42) ... 08:16:40 Processing triggers for ureadahead (0.100.0-21) ... 08:16:42 + sudo snap remove --purge lxd 08:16:42 snap "lxd" is not installed 08:16:42 + sudo groupadd --force --system lxd 08:16:42 ++ whoami 08:16:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:16:42 + newgrp - lxd 08:16:42 + sudo snap install lxd 08:16:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:16:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:16:52 2021-02-01T08:16:49Z INFO Waiting for automatic snapd restart... 08:16:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:16:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:17:02 $ docker stop --time=1 6a571266e4a73db6842c2f1cc0853de5416a036fb57522e0073f99d77195b01d 08:17:04 $ docker rm -f 6a571266e4a73db6842c2f1cc0853de5416a036fb57522e0073f99d77195b01d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:17:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:17:06 08:17:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:17:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:17:07 latest: Pulling from edgex-devops/edgex-compose-arm64 08:17:07 29e5d40040c1: Pulling fs layer 08:17:07 1ce36da41761: Pulling fs layer 08:17:07 25b303627fd3: Pulling fs layer 08:17:08 29e5d40040c1: Verifying Checksum 08:17:08 29e5d40040c1: Download complete 08:17:08 1ce36da41761: Verifying Checksum 08:17:08 1ce36da41761: Download complete 08:17:08 29e5d40040c1: Pull complete 08:17:10 1ce36da41761: Pull complete 08:17:10 25b303627fd3: Verifying Checksum 08:17:10 25b303627fd3: Download complete 08:17:10 lxd 4.10 from Canonical* installed 08:17:10 + sudo lxd init --auto 08:17:18 + sudo snap install --classic snapcraft 08:17:20 25b303627fd3: Pull complete 08:17:20 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:17:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:17:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:17:20 prd-ubuntu18.04-docker-arm64-4c-16g-24312 does not seem to be running inside a container 08:17:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:17:23 $ docker top eea6831ce0ddd61dbbec71a63dbead5f0eb2b9c2eb94b754ce219d38bc1b74df -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:24 + docker-compose build --help 08:17:24 + grep parallel 08:17:25 snapcraft 4.4.4 from Canonical* installed 08:17:25 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 08:17:25 + patch --verbose -p1 08:17:25 Hmm... Looks like a unified diff to me... 08:17:25 The text leading up to this was: 08:17:25 -------------------------- 08:17:25 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 08:17:25 |From: Tony Espy 08:17:25 |Date: Wed, 16 Dec 2020 16:34:55 -0500 08:17:25 |Subject: [PATCH] optimize snap build for pipeline CI check 08:17:25 | 08:17:25 |This patch is used by the EdgeX CI pipeline builds to 08:17:25 |optimize the snap CI check run for pull requests. When 08:17:25 |applied, it essentially strips out everything (apps and 08:17:25 |parts) from the snapcraft.yaml file except those required 08:17:25 |to build edgex-go, as the whole idea of the CI check is to 08:17:25 |catch changes to edgex-go that break the snap build. 08:17:25 | 08:17:25 |In general, anyone updating snapcraft.yaml will also need 08:17:25 |to update this patch file, otherwise it may fail to apply, 08:17:25 |resulting in a failed snap build CI check in the associated 08:17:25 |pull request. 08:17:25 | 08:17:25 |Note - in addition to applying this patch, the pipeline also 08:17:25 |only primes the snap (e.g. `snapcraft prime`), as there's no 08:17:25 |need to build the finally binary .snap file (and it won't 08:17:25 |work with the patch applied). This further reduces the build 08:17:25 |time. 08:17:25 |--- 08:17:25 | snap/snapcraft.yaml | 461 +------------------------------------------- 08:17:25 | 1 file changed, 2 insertions(+), 459 deletions(-) 08:17:25 | 08:17:25 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 08:17:25 |index 1e537489..faf42425 100644 08:17:25 |--- a/snap/snapcraft.yaml 08:17:25 |+++ b/snap/snapcraft.yaml 08:17:25 -------------------------- 08:17:25 patching file snap/snapcraft.yaml 08:17:25 Using Plan A... 08:17:25 Hunk #1 succeeded at 73. 08:17:25 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 08:17:25 Hunk #3 succeeded at 214 (offset -1 lines). 08:17:25 Hunk #4 succeeded at 222 (offset -1 lines). 08:17:25 Hunk #5 succeeded at 229 (offset -1 lines). 08:17:25 Hunk #6 succeeded at 256 (offset -1 lines). 08:17:25 Hunk #7 succeeded at 290 (offset -1 lines). 08:17:25 Hunk #8 succeeded at 342. 08:17:25 Hmm... Ignoring the trailing garbage. 08:17:25 done 08:17:25 + sudo snapcraft prime --use-lxd 08:17:26 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:17:26 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: 08:17:26 - README.md 08:17:26 - snapcraft.yaml.orig 08:17:26 08:17:26 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:17:27 Launching a container. 08:17:28 --parallel Build images in parallel. [Pipeline] } 08:17:28 $ docker stop --time=1 eea6831ce0ddd61dbbec71a63dbead5f0eb2b9c2eb94b754ce219d38bc1b74df 08:17:30 $ docker rm -f eea6831ce0ddd61dbbec71a63dbead5f0eb2b9c2eb94b754ce219d38bc1b74df [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:17:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:17:31 . [Pipeline] withDockerContainer 08:17:31 prd-ubuntu18.04-docker-arm64-4c-16g-24312 does not seem to be running inside a container 08:17:31 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 08:17:33 $ docker top c7be1dcac3f3a67765d1536fa40fe246fe418ec0ef4fdd2350a0349aecf529be -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:34 + docker-compose -f ./docker-compose-build.yml build --parallel 08:17:38 Building docker-core-command-go ... 08:17:38 Building docker-core-data-go ... 08:17:38 Building docker-core-metadata-go ... 08:17:38 Building docker-security-bootstrapper-go ... 08:17:38 Building docker-security-proxy-setup-go ... 08:17:38 Building docker-security-secretstore-setup-go ... 08:17:38 Building docker-support-notifications-go ... 08:17:38 Building docker-support-scheduler-go ... 08:17:38 Building docker-sys-mgmt-agent-go ... 08:17:38 Building docker-sys-mgmt-agent-go 08:17:38 Building docker-support-notifications-go 08:17:38 Building docker-core-data-go 08:17:38 Building docker-core-command-go 08:17:38 Building docker-security-secretstore-setup-go 08:17:42 Waiting for container to be ready 08:17:42 To start your first instance, try: lxc launch ubuntu:18.04 08:17:42 08:17:45 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:17:46 Waiting for network to be ready... 08:17:47 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:17:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:17:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:17:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 08:17:47 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:17:47 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:17:47 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:17:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:17:47 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:17:47 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:17:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:17:47 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 08:17:47 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:17:47 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:17:47 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 08:17:47 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 08:17:47 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 08:17:47 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 08:17:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:17:48 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 08:17:48 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 08:17:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:17:48 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:17:48 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 08:17:48 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 08:17:48 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 08:17:48 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 08:17:51 Fetched 23.9 MB in 4s (5611 kB/s) 08:17:51 Reading package lists... 08:17:52 Reading package lists... 08:17:52 Building dependency tree... 08:17:52 Reading state information... 08:17:52 The following additional packages will be installed: 08:17:52 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:17:52 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:17:52 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:17:52 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:17:52 Suggested packages: 08:17:52 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:17:52 Recommended packages: 08:17:52 gnupg libsasl2-modules 08:17:52 The following NEW packages will be installed: 08:17:52 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:17:52 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:17:52 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:17:52 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:17:52 The following packages will be upgraded: 08:17:52 gpg gpg-agent gpgconf libudev1 08:17:52 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 08:17:52 Need to get 3533 kB of archives. 08:17:52 After this operation, 13.3 MB of additional disk space will be used. 08:17:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 08:17:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 08:17:52 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 08:17:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 08:17:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:17:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 08:17:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 08:17:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 08:17:52 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 08:17:52 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 08:17:53 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:17:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:17:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:17:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:17:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:17:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:17:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:17:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:17:53 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:17:53 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:17:53 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:17:53 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:17:53 debconf: delaying package configuration, since apt-utils is not installed 08:17:53 Fetched 3533 kB in 1s (3198 kB/s) 08:17:53 (Reading database ... 12511 files and directories currently installed.) 08:17:53 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 08:17:53 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:17:53 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 08:17:53 Selecting previously unselected package udev. 08:17:53 (Reading database ... 12511 files and directories currently installed.) 08:17:53 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 08:17:53 Unpacking udev (237-3ubuntu10.44) ... 08:17:54 Selecting previously unselected package libfuse2:amd64. 08:17:54 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:17:54 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:17:54 Selecting previously unselected package fuse. 08:17:54 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:17:54 Unpacking fuse (2.9.7-1ubuntu1) ... 08:17:54 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 08:17:54 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:17:54 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 08:17:54 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:17:54 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 08:17:54 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:17:54 Selecting previously unselected package libksba8:amd64. 08:17:54 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:17:54 Unpacking libksba8:amd64 (1.3.5-2) ... 08:17:54 Selecting previously unselected package libroken18-heimdal:amd64. 08:17:54 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:54 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:54 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:17:54 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:54 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:54 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:17:54 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:54 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:55 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:17:55 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:55 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:55 Selecting previously unselected package libwind0-heimdal:amd64. 08:17:55 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:55 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:55 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:17:55 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:55 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:55 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:17:55 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:55 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:55 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:17:55 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:55 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:55 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:17:55 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:17:55 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:55 Selecting previously unselected package libsasl2-modules-db:amd64. 08:17:55 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:17:55 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:17:56 Selecting previously unselected package libsasl2-2:amd64. 08:17:56 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:17:56 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:17:56 Selecting previously unselected package libldap-common. 08:17:56 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 08:17:56 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:17:56 Selecting previously unselected package libldap-2.4-2:amd64. 08:17:56 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 08:17:56 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:17:56 Selecting previously unselected package dirmngr. 08:17:56 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 08:17:56 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 08:17:56 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 08:17:56 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 08:17:56 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:17:56 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:17:56 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:17:56 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 08:17:56 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:56 Setting up libksba8:amd64 (1.3.5-2) ... 08:17:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:17:56 Setting up udev (237-3ubuntu10.44) ... 08:17:57 invoke-rc.d: policy-rc.d denied execution of start. 08:17:57 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:57 Processing triggers for systemd (237-3ubuntu10) ... 08:17:57 Setting up fuse (2.9.7-1ubuntu1) ... 08:17:57 Setting up gpg (2.2.4-1ubuntu1.3) ... 08:17:57 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:57 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:57 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:57 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:57 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:57 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:57 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:17:57 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 08:17:57 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 08:17:57 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:17:58 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:17:58 settings in the [Install] section, and DefaultInstance for template units). 08:17:58 This means they are not meant to be enabled using systemctl. 08:17:58 Possible reasons for having this kind of units are: 08:17:58 1) A unit may be statically enabled by being symlinked from another unit's 08:17:58 .wants/ or .requires/ directory. 08:17:58 2) A unit's purpose may be to act as a helper for some other unit which has 08:17:58 a requirement dependency on it. 08:17:58 3) A unit may be started when needed via activation (socket, path, timer, 08:17:58 D-Bus, udev, scripted systemctl call, ...). 08:17:58 4) In case of template units, the unit is meant to be enabled with some 08:17:58 instance name specified. 08:17:58 Reading package lists... 08:17:58 Building dependency tree... 08:17:58 Reading state information... 08:17:58 The following additional packages will be installed: 08:17:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:17:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:17:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:17:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:17:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:17:58 Suggested packages: 08:17:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:17:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:17:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:17:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:17:58 systemd-container policykit-1 08:17:58 Recommended packages: 08:17:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:17:58 The following NEW packages will be installed: 08:17:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:17:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:17:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:17:58 multiarch-support openssh-client python3 python3-minimal python3.6 08:17:58 python3.6-minimal snapd squashfs-tools sudo 08:17:58 The following packages will be upgraded: 08:17:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:17:58 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 08:17:58 Need to get 35.2 MB of archives. 08:17:58 After this operation, 141 MB of additional disk space will be used. 08:17:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 08:17:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 08:17:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 08:17:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 08:17:59 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 08:17:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:17:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 08:17:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:17:59 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:17:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:17:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:17:59 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:17:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:17:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:17:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:17:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 08:17:59 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 08:17:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:18:00 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:18:00 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 08:18:00 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 08:18:00 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:18:00 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:18:00 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:18:00 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:18:00 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:18:00 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:18:00 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:18:00 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 08:18:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:18:01 debconf: delaying package configuration, since apt-utils is not installed 08:18:01 Fetched 35.2 MB in 2s (15.7 MB/s) 08:18:01 (Reading database ... 12757 files and directories currently installed.) 08:18:01 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 08:18:01 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:18:02 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 08:18:02 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:18:02 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 08:18:02 (Reading database ... 12757 files and directories currently installed.) 08:18:02 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 08:18:02 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 08:18:02 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 08:18:02 (Reading database ... 12757 files and directories currently installed.) 08:18:02 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 08:18:02 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 08:18:03 Setting up apt (1.6.12ubuntu0.2) ... 08:18:03 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:18:03 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:18:03 (Reading database ... 12764 files and directories currently installed.) 08:18:03 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:18:03 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:18:03 Selecting previously unselected package libpython3.6-minimal:amd64. 08:18:03 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:18:03 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:18:03 Selecting previously unselected package libexpat1:amd64. 08:18:03 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:18:03 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:18:04 Selecting previously unselected package python3.6-minimal. 08:18:04 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:18:04 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:18:04 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 08:18:04 Checking for services that may need to be restarted...done. 08:18:04 Checking for services that may need to be restarted...done. 08:18:04 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:18:04 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:18:04 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 08:18:05 Selecting previously unselected package python3-minimal. 08:18:05 (Reading database ... 13012 files and directories currently installed.) 08:18:05 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:18:05 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:18:05 Selecting previously unselected package mime-support. 08:18:05 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:18:05 Unpacking mime-support (3.60ubuntu1) ... 08:18:05 Selecting previously unselected package libmpdec2:amd64. 08:18:05 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:18:05 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:18:05 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:18:05 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:18:05 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:18:05 Selecting previously unselected package python3.6. 08:18:05 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 08:18:05 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:18:05 Selecting previously unselected package libpython3-stdlib:amd64. 08:18:05 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:18:05 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:18:05 Setting up python3-minimal (3.6.7-1~18.04) ... 08:18:06 Selecting previously unselected package python3. 08:18:06 (Reading database ... 13442 files and directories currently installed.) 08:18:06 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:18:06 Unpacking python3 (3.6.7-1~18.04) ... 08:18:06 Selecting previously unselected package multiarch-support. 08:18:06 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:18:06 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:18:06 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:18:06 Selecting previously unselected package liblzo2-2:amd64. 08:18:06 (Reading database ... 13479 files and directories currently installed.) 08:18:06 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:18:06 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:18:06 Selecting previously unselected package libbsd0:amd64. 08:18:06 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:18:06 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:18:06 Selecting previously unselected package sudo. 08:18:06 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:18:06 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:18:07 Selecting previously unselected package apparmor. 08:18:07 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:18:07 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:18:07 Selecting previously unselected package libedit2:amd64. 08:18:07 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:18:07 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:18:07 Selecting previously unselected package libkrb5support0:amd64. 08:18:07 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:18:07 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:18:07 Selecting previously unselected package libk5crypto3:amd64. 08:18:07 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:18:07 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:18:07 Selecting previously unselected package libkeyutils1:amd64. 08:18:07 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:18:07 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:18:08 Selecting previously unselected package libkrb5-3:amd64. 08:18:08 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:18:08 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:18:09 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:18:09 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:18:09 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:18:09 Selecting previously unselected package libssl1.0.0:amd64. 08:18:09 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 08:18:09 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:18:09 Selecting previously unselected package openssh-client. 08:18:09 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:18:09 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:18:09 Selecting previously unselected package squashfs-tools. 08:18:09 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:18:09 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:18:09 Selecting previously unselected package snapd. 08:18:09 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 08:18:09 Unpacking snapd (2.48+18.04) ... 08:18:12 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:18:12 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 08:18:12 Setting up mime-support (3.60ubuntu1) ... 08:18:12 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:18:12 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:18:12 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:18:12 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:18:12 Setting up systemd (237-3ubuntu10.44) ... 08:18:12 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:18:13 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:18:13 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:18:13 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:18:13 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 08:18:13 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:18:13 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 08:18:14 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:18:14 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:18:14 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:18:14 Setting up python3 (3.6.7-1~18.04) ... 08:18:14 running python rtupdate hooks for python3.6... 08:18:14 running python post-rtupdate hooks for python3.6... 08:18:14 Setting up apparmor (2.12-4ubuntu5.1) ... 08:18:15 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:18:16 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:18:16 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:18:16 Setting up snapd (2.48+18.04) ... 08:18:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:18:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:18:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:18:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:18:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:18:17 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:18:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:18:17 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:18:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:18:18 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:18:18 /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' 08:18:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:18:18 Processing triggers for systemd (237-3ubuntu10.44) ... 08:18:19 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:18:19 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:18:19 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:18:20 Reading package lists... 08:18:20 Reading package lists... 08:18:20 Building dependency tree... 08:18:20 Reading state information... 08:18:21 Calculating upgrade... 08:18:21 The following packages will be upgraded: 08:18:21 advancecomp base-files bash binutils binutils-common 08:18:21 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:18:21 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:18:21 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:18:21 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:18:21 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:18:21 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:18:21 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 08:18:21 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 08:18:21 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 08:18:21 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 08:18:21 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 08:18:21 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 08:18:21 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 08:18:21 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:18:21 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:18:21 Need to get 63.8 MB of archives. 08:18:21 After this operation, 5205 kB of additional disk space will be used. 08:18:21 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:18:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 08:18:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:18:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:18:21 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:18:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:18:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:18:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:18:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:18:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:18:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:18:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:18:22 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:18:22 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:18:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:18:22 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:18:22 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:18:22 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:18:22 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:18:22 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:18:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:18:22 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:18:22 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:18:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:18:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:18:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:18:22 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:18:22 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:18:22 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:18:22 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:18:22 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:18:22 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:18:22 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:18:22 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:18:22 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:18:22 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:18:22 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:18:22 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:18:22 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 08:18:22 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:18:22 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:18:22 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 08:18:22 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:18:22 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:18:22 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:18:22 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:18:22 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:18:22 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:18:22 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:18:22 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:18:22 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:18:22 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:18:22 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:18:22 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:18:22 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 08:18:22 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:18:22 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:18:22 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:18:22 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 08:18:22 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:18:22 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:18:22 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:18:22 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:18:22 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:18:22 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:18:22 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:18:22 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 08:18:22 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 08:18:22 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:18:22 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:18:22 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:18:22 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 08:18:22 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:18:22 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:18:22 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 08:18:22 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 08:18:22 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:18:22 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:18:22 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:18:22 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:18:22 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:18:22 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:18:22 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 08:18:22 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 08:18:22 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 08:18:23 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 08:18:23 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:18:23 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:18:23 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:18:23 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:18:23 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:18:24 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:18:24 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:18:24 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:18:24 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:18:24 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:18:24 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:18:24 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:18:24 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:18:24 debconf: delaying package configuration, since apt-utils is not installed 08:18:24 Fetched 63.8 MB in 4s (17.5 MB/s) 08:18:24 (Reading database ... 13912 files and directories currently installed.) 08:18:24 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:18:24 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:18:25 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:18:25 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:18:25 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 08:18:25 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 08:18:26 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:26 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:26 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:26 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:26 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:26 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:26 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:26 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:26 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:27 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:27 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:27 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:27 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:27 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:27 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:18:27 (Reading database ... 13911 files and directories currently installed.) 08:18:27 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:27 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:18:27 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:18:27 (Reading database ... 13911 files and directories currently installed.) 08:18:27 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:28 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:28 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:28 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:28 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:18:28 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:18:28 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:18:28 (Reading database ... 13911 files and directories currently installed.) 08:18:28 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:18:28 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:18:29 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:18:29 (Reading database ... 13911 files and directories currently installed.) 08:18:29 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:18:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:18:29 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:18:29 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:18:29 Setting up base-files (10.1ubuntu2.10) ... 08:18:29 Installing new version of config file /etc/issue ... 08:18:29 Installing new version of config file /etc/issue.net ... 08:18:29 Installing new version of config file /etc/lsb-release ... 08:18:29 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:18:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:18:30 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:18:30 Removing obsolete conffile /etc/default/motd-news ... 08:18:30 (Reading database ... 13912 files and directories currently installed.) 08:18:30 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:18:30 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:18:30 Setting up bash (4.4.18-2ubuntu1.2) ... 08:18:30 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 08:18:30 (Reading database ... 13912 files and directories currently installed.) 08:18:30 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:30 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:18:30 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:18:30 (Reading database ... 13912 files and directories currently installed.) 08:18:30 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:18:30 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:18:30 Setting up tar (1.29b-2ubuntu0.2) ... 08:18:31 (Reading database ... 13912 files and directories currently installed.) 08:18:31 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:18:31 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:18:31 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:18:31 (Reading database ... 13912 files and directories currently installed.) 08:18:31 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:18:31 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:18:31 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:18:31 (Reading database ... 13912 files and directories currently installed.) 08:18:31 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:18:31 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:18:31 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:18:31 (Reading database ... 13912 files and directories currently installed.) 08:18:31 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:18:31 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:18:32 Setting up grep (3.1-2build1) ... 08:18:32 (Reading database ... 13912 files and directories currently installed.) 08:18:32 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:18:32 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:18:32 Setting up login (1:4.5-1ubuntu2) ... 08:18:32 (Reading database ... 13912 files and directories currently installed.) 08:18:32 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:18:32 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:18:32 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:18:32 (Reading database ... 13912 files and directories currently installed.) 08:18:32 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:18:32 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:18:33 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:18:33 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:18:33 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:18:33 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:18:35 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:18:36 (Reading database ... 13912 files and directories currently installed.) 08:18:36 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:18:36 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:18:37 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:18:37 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:18:37 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:18:37 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:18:37 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:18:38 (Reading database ... 13912 files and directories currently installed.) 08:18:38 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:18:38 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:18:38 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:18:38 (Reading database ... 13912 files and directories currently installed.) 08:18:38 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:38 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:18:38 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:18:38 (Reading database ... 13912 files and directories currently installed.) 08:18:38 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:38 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:18:39 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:18:39 (Reading database ... 13912 files and directories currently installed.) 08:18:39 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:39 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:18:39 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:18:39 (Reading database ... 13912 files and directories currently installed.) 08:18:39 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:39 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:18:39 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:18:39 (Reading database ... 13912 files and directories currently installed.) 08:18:39 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:18:39 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:18:39 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:18:39 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:18:39 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:18:40 (Reading database ... 13912 files and directories currently installed.) 08:18:40 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:18:40 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:18:40 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:18:40 (Reading database ... 13912 files and directories currently installed.) 08:18:40 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:40 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:18:40 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:18:40 (Reading database ... 13912 files and directories currently installed.) 08:18:40 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:40 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:18:40 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:18:40 (Reading database ... 13912 files and directories currently installed.) 08:18:40 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:40 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:18:41 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:18:41 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:18:41 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:18:41 (Reading database ... 13912 files and directories currently installed.) 08:18:41 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:18:41 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:18:42 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:18:42 (Reading database ... 13912 files and directories currently installed.) 08:18:42 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:18:42 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:18:42 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:18:42 (Reading database ... 13914 files and directories currently installed.) 08:18:42 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:18:42 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:18:43 Setting up debconf (1.5.66ubuntu1) ... 08:18:43 (Reading database ... 13914 files and directories currently installed.) 08:18:43 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:18:43 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:18:43 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:18:43 (Reading database ... 13914 files and directories currently installed.) 08:18:43 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:18:43 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:18:43 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:18:43 (Reading database ... 13914 files and directories currently installed.) 08:18:43 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:18:43 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:18:43 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:18:44 (Reading database ... 13914 files and directories currently installed.) 08:18:44 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:18:44 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:18:44 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:18:44 (Reading database ... 13914 files and directories currently installed.) 08:18:44 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:18:44 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:18:44 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:18:44 (Reading database ... 13914 files and directories currently installed.) 08:18:44 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:18:44 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:18:44 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 08:18:44 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 08:18:45 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:18:45 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:18:45 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:18:45 (Reading database ... 13914 files and directories currently installed.) 08:18:45 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:18:45 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:18:45 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:18:45 (Reading database ... 13914 files and directories currently installed.) 08:18:45 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:18:45 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:18:45 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:18:45 (Reading database ... 13914 files and directories currently installed.) 08:18:45 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:18:46 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:18:46 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:18:46 (Reading database ... 13914 files and directories currently installed.) 08:18:46 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 08:18:46 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 08:18:46 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 08:18:46 (Reading database ... 13914 files and directories currently installed.) 08:18:46 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:18:46 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:18:46 Setting up passwd (1:4.5-1ubuntu2) ... 08:18:46 (Reading database ... 13914 files and directories currently installed.) 08:18:46 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 08:18:46 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 08:18:47 Setting up gpgv (2.2.4-1ubuntu1.3) ... 08:18:47 (Reading database ... 13914 files and directories currently installed.) 08:18:47 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:18:47 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:18:48 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:18:48 (Reading database ... 13914 files and directories currently installed.) 08:18:48 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:18:48 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:18:48 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:18:48 (Reading database ... 13914 files and directories currently installed.) 08:18:48 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:18:48 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:18:48 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:18:48 (Reading database ... 13914 files and directories currently installed.) 08:18:48 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:18:48 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:18:48 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:18:48 (Reading database ... 13914 files and directories currently installed.) 08:18:48 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 08:18:48 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 08:18:49 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 08:18:49 (Reading database ... 13914 files and directories currently installed.) 08:18:49 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 08:18:49 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 08:18:49 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 08:18:49 (Reading database ... 13915 files and directories currently installed.) 08:18:49 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:18:49 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:18:49 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:18:49 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:18:49 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 08:18:49 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 08:18:49 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 08:18:50 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 08:18:50 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:18:50 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:18:50 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:18:50 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:18:50 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:18:50 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:18:50 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:18:50 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:18:50 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:18:50 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:18:51 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:18:51 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:18:51 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:18:51 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:18:51 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:18:52 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:18:53 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:18:53 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:18:53 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:18:53 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:18:53 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:18:53 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:18:53 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:18:53 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:18:53 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:18:53 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:18:54 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 08:18:54 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 08:18:54 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:54 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:54 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:54 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:54 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:54 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:54 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:54 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:55 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:55 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:56 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:56 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:57 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:57 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:57 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:58 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:18:58 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:18:58 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:18:58 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:18:58 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:18:58 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:18:58 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:18:58 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:18:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:18:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:18:59 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:18:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:18:59 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:18:59 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:18:59 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:18:59 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:18:59 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:18:59 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:18:59 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:18:59 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:18:59 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:18:59 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:18:59 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:18:59 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:18:59 08:18:59 Current default time zone: 'Etc/UTC' 08:18:59 Local time is now: Mon Feb 1 08:18:59 UTC 2021. 08:18:59 Universal Time is now: Mon Feb 1 08:18:59 UTC 2021. 08:18:59 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:18:59 08:19:00 Setting up systemd-sysv (237-3ubuntu10.44) ... 08:19:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:19:00 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 08:19:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:19:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:19:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:19:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:19:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:19:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:19:00 ---> 107b06ae860d 08:19:00 Step 3/24 : WORKDIR /edgex-go 08:19:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:19:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:19:00 ---> 107b06ae860d 08:19:00 Step 3/23 : WORKDIR /edgex-go 08:19:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:19:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:19:00 ---> 107b06ae860d 08:19:00 Step 3/26 : WORKDIR /edgex-go 08:19:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:19:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:19:00 ---> 107b06ae860d 08:19:00 Step 3/23 : WORKDIR /edgex-go 08:19:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:19:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:19:00 ---> 107b06ae860d 08:19:00 Step 3/22 : WORKDIR /edgex-go 08:19:00 ---> Running in d22605c342b8 08:19:00 ---> Running in bac6d950a802 08:19:00 ---> Running in 91067f45ce87 08:19:00 ---> Running in 5339b439c5a3 08:19:00 ---> Running in ae4ff9ab092d 08:19:00 Removing intermediate container ae4ff9ab092d 08:19:00 ---> ef507baffe5d 08:19:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:00 Removing intermediate container bac6d950a802 08:19:00 ---> 8e306be9e18d 08:19:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:00 Removing intermediate container d22605c342b8 08:19:00 ---> 672cada80ba8 08:19:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:00 Removing intermediate container 91067f45ce87 08:19:00 ---> 1c704787ca08 08:19:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:00 Removing intermediate container 5339b439c5a3 08:19:00 ---> bb2669d45e94 08:19:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:19:00 ---> Running in b3404f258da5 08:19:00 ---> Running in ca6a778a9cdb 08:19:00 ---> Running in 314df97497a8 08:19:00 ---> Running in 1e06f6443b94 08:19:00 ---> Running in 43976caa3af1 08:19:00 Removing intermediate container b3404f258da5 08:19:00 ---> 79712664a131 08:19:00 Step 5/26 : RUN apk add --update --no-cache make bash git 08:19:00 ---> Running in 742f86bd13c5 08:19:00 Removing intermediate container 1e06f6443b94 08:19:00 ---> b7f0c5ac0394 08:19:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:19:00 Removing intermediate container 314df97497a8 08:19:00 ---> 981de8f49f33 08:19:00 Step 5/24 : RUN apk add --update --no-cache make git 08:19:00 ---> Running in 0073c5ae0f2f 08:19:00 Removing intermediate container 43976caa3af1 08:19:00 ---> 27f084c01f45 08:19:00 ---> Running in 86667594127b 08:19:00 Step 5/23 : RUN apk add --update --no-cache make git 08:19:00 Removing intermediate container ca6a778a9cdb 08:19:00 ---> 2306ae8d8e15 08:19:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:19:00 ---> Running in 3a29017ea688 08:19:00 ---> Running in 77957c3b8072 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:00 OK: 217 MiB in 51 packages 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:19:00 OK: 217 MiB in 51 packages 08:19:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:19:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:19:00 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:19:00 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:19:00 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:19:00 OK: 217 MiB in 51 packages 08:19:00 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:19:00 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 08:19:00 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:19:00 Setting up patch (2.7.6-2ubuntu1.1) ... 08:19:00 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:19:00 OK: 217 MiB in 51 packages 08:19:00 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:19:00 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 08:19:00 Installing new version of config file /etc/ssl/openssl.cnf ... 08:19:00 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:19:00 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:19:00 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 08:19:01 OK: 217 MiB in 51 packages 08:19:01 Removing intermediate container 742f86bd13c5 08:19:01 ---> 5cace44dffbd 08:19:01 Step 6/26 : COPY go.mod . 08:19:02 Removing intermediate container 0073c5ae0f2f 08:19:02 ---> 48915c2e5e8a 08:19:02 Step 6/23 : COPY go.mod . 08:19:02 Removing intermediate container 86667594127b 08:19:02 ---> 0da18cd5487b 08:19:02 Step 6/24 : COPY go.mod . 08:19:02 ---> 831e4387686f 08:19:02 Step 7/26 : RUN go mod download 08:19:02 Updating certificates in /etc/ssl/certs... 08:19:02 ---> Running in 3317edf827cc 08:19:02 Removing intermediate container 3a29017ea688 08:19:02 ---> b4c75842d2d0 08:19:02 Step 6/23 : COPY go.mod . 08:19:02 Removing intermediate container 77957c3b8072 08:19:02 ---> 15feb83eb445 08:19:02 Step 6/22 : COPY go.mod . 08:19:03 ---> fe12c615c85d 08:19:03 Step 7/23 : RUN go mod download 08:19:03 ---> eb4be5c2776a 08:19:03 Step 7/24 : RUN go mod download 08:19:03 ---> Running in 4db58529c66a 08:19:03 ---> Running in a0bc2953e98e 08:19:03 22 added, 17 removed; done. 08:19:03 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:19:03 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:19:03 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:19:03 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:19:03 Setting up pkgbinarymangler (138.18.04.1) ... 08:19:04 ---> 6b8eff71c479 08:19:04 Step 7/23 : RUN go mod download 08:19:04 ---> aa56baa7d640 08:19:04 Step 7/22 : RUN go mod download 08:19:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:19:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 08:19:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:19:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:19:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:19:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:19:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:19:04 Setting up perl (5.26.1-6ubuntu0.5) ... 08:19:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 08:19:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:19:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:19:04 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 08:19:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:19:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:19:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:19:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:19:04 ---> Running in dc08dcf089a8 08:19:04 ---> Running in 6eb6f1603193 08:19:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:19:04 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:19:04 Processing triggers for systemd (237-3ubuntu10.44) ... 08:19:04 Processing triggers for mime-support (3.60ubuntu1) ... 08:19:04 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 08:19:04 Updating certificates in /etc/ssl/certs... 08:19:05 0 added, 0 removed; done. 08:19:05 Running hooks in /etc/ca-certificates/update.d... 08:19:05 done. 08:19:05 Reading package lists... 08:19:05 Building dependency tree... 08:19:05 Reading state information... 08:19:05 The following NEW packages will be installed: 08:19:05 apt-transport-https 08:19:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:19:06 Need to get 1696 B of archives. 08:19:06 After this operation, 153 kB of additional disk space will be used. 08:19:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 08:19:06 debconf: delaying package configuration, since apt-utils is not installed 08:19:06 Fetched 1696 B in 0s (8546 B/s) 08:19:06 Selecting previously unselected package apt-transport-https. 08:19:06 (Reading database ... 13929 files and directories currently installed.) 08:19:06 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 08:19:06 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 08:19:06 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 08:19:06 Waiting for network to be ready... 08:19:07 Removing intermediate container 3317edf827cc 08:19:07 ---> 82032a7fc5e8 08:19:07 Step 8/26 : COPY . . 08:19:08 Removing intermediate container a0bc2953e98e 08:19:08 ---> eb58caed76d2 08:19:08 Step 8/24 : COPY . . 08:19:08 Removing intermediate container 4db58529c66a 08:19:08 ---> 16763fb29532 08:19:08 Step 8/23 : COPY . . 08:19:08 Removing intermediate container dc08dcf089a8 08:19:08 ---> c02adf737364 08:19:08 Step 8/23 : COPY . . 08:19:08 Removing intermediate container 6eb6f1603193 08:19:08 ---> ec0cddfb854c 08:19:08 Step 8/22 : COPY . . 08:19:16 2021-02-01T08:19:14Z INFO Waiting for automatic snapd restart... 08:19:17 snapd 2.48.2 from Canonical* installed 08:19:18 "snapd" switched to the "latest/stable" channel 08:19:18 08:19:20 core18 20201210 from Canonical* installed 08:19:21 "core18" switched to the "latest/stable" channel 08:19:21 08:19:24 snapcraft 4.4.4 from Canonical* installed 08:19:24 "snapcraft" switched to the "latest/stable" channel 08:19:24 08:19:28 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: 08:19:28 - README.md 08:19:28 - snapcraft.yaml.orig 08:19:28 08:19:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:19:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:19:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:19:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:19:35 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:19:35 Reading package lists... 08:19:35 ---> 451931b64df4 08:19:35 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:19:35 ---> 0f423f300790 08:19:35 Step 9/23 : RUN make cmd/core-data/core-data 08:19:35 ---> 948c21b124e9 08:19:35 Step 9/23 : RUN make cmd/core-command/core-command 08:19:35 ---> Running in 112d8575c1bd 08:19:35 ---> 4eece02d19ab 08:19:35 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:19:35 ---> 67c8e49b336c 08:19:35 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:19:35 ---> Running in 36fc65dc1d35 08:19:35 ---> Running in 36237d9b4805 08:19:35 ---> Running in 3d8e3b4b900a 08:19:35 ---> Running in 8cddd5a9954f 08:19:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:19:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:19:35 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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 08:19:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:19:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:19:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:19:42 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:19:42 Reading package lists... 08:19:42 Building dependency tree... 08:19:42 Reading state information... 08:19:42 Suggested packages: 08:19:42 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:19:42 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:19:42 Recommended packages: 08:19:42 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:19:42 The following NEW packages will be installed: 08:19:42 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:19:42 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:19:42 pkg-config zip 08:19:42 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:19:42 Need to get 7655 kB of archives. 08:19:42 After this operation, 43.7 MB of additional disk space will be used. 08:19:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 08:19:42 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:19:42 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:19:42 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:19:43 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:19:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:19:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:19:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:19:43 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:19:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:19:43 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 08:19:43 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 08:19:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 08:19:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:19:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:19:43 debconf: delaying package configuration, since apt-utils is not installed 08:19:43 Fetched 7655 kB in 1s (7079 kB/s) 08:19:43 Selecting previously unselected package libglib2.0-0:amd64. 08:19:43 (Reading database ... 13933 files and directories currently installed.) 08:19:43 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 08:19:43 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:19:43 Selecting previously unselected package libpsl5:amd64. 08:19:43 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:19:43 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:19:44 Selecting previously unselected package libnghttp2-14:amd64. 08:19:44 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:19:44 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:19:44 Selecting previously unselected package librtmp1:amd64. 08:19:44 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:19:44 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:19:44 Selecting previously unselected package libcurl3-gnutls:amd64. 08:19:44 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 08:19:44 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:19:44 Selecting previously unselected package liberror-perl. 08:19:44 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:19:44 Unpacking liberror-perl (0.17025-1) ... 08:19:44 Selecting previously unselected package git-man. 08:19:44 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 08:19:44 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 08:19:44 Selecting previously unselected package git. 08:19:44 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 08:19:44 Unpacking git (1:2.17.1-1ubuntu0.7) ... 08:19:45 Selecting previously unselected package libnorm1:amd64. 08:19:45 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:19:45 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:19:45 Selecting previously unselected package libpgm-5.2-0:amd64. 08:19:45 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:19:45 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:19:45 Selecting previously unselected package libsodium23:amd64. 08:19:45 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:19:45 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:19:45 Selecting previously unselected package libzmq5:amd64. 08:19:45 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:19:45 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:19:45 Selecting previously unselected package libzmq3-dev:amd64. 08:19:45 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:19:45 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:19:46 Selecting previously unselected package pkg-config. 08:19:46 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:19:46 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:19:46 Selecting previously unselected package zip. 08:19:46 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:19:46 Unpacking zip (3.0-11build1) ... 08:19:46 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:19:46 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 08:19:46 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:19:46 Setting up liberror-perl (0.17025-1) ... 08:19:46 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:19:46 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 08:19:46 No schema files found: doing nothing. 08:19:46 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:19:46 Setting up zip (3.0-11build1) ... 08:19:46 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:19:46 Setting up libsodium23:amd64 (1.0.16-2) ... 08:19:46 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:19:46 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:19:46 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 08:19:46 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:19:46 Setting up git (1:2.17.1-1ubuntu0.7) ... 08:19:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:19:53 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:19:53 git set to automatically installed. 08:19:53 git-man set to automatically installed. 08:19:53 libcurl3-gnutls set to automatically installed. 08:19:53 liberror-perl set to automatically installed. 08:19:53 libglib2.0-0 set to automatically installed. 08:19:53 libnghttp2-14 set to automatically installed. 08:19:53 libnorm1 set to automatically installed. 08:19:53 libpgm-5.2-0 set to automatically installed. 08:19:53 libpsl5 set to automatically installed. 08:19:53 librtmp1 set to automatically installed. 08:19:53 libsodium23 set to automatically installed. 08:19:53 libzmq3-dev set to automatically installed. 08:19:53 libzmq5 set to automatically installed. 08:19:53 pkg-config set to automatically installed. 08:19:53 zip set to automatically installed. 08:19:55 snapd is not logged in, snap install commands will use sudo 08:20:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:20:07 snap "core18" has no updates available 08:20:07 Pulling config-common 08:20:08 Pulling go-build-helper 08:20:30 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:20:30 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:20:30 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:20:30 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1527 kB] 08:20:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:20:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:20:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:20:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:20:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:20:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:20:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:20:30 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [296 kB] 08:20:30 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 08:20:30 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 08:20:30 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [224 kB] 08:20:30 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.6 kB] 08:20:30 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] 08:20:30 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 08:20:30 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:20:30 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1875 kB] 08:20:30 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 08:20:30 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 08:20:30 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 08:20:30 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 08:20:30 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 08:20:30 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1712 kB] 08:20:30 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] 08:20:30 Fetched 23.9 MB in 0s (0 B/s) 08:20:30 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:20:30 Fetched 96.5 kB in 0s (0 B/s) 08:20:30 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:20:30 Fetched 279 kB in 0s (0 B/s) 08:20:30 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:20:30 Fetched 122 kB in 0s (0 B/s) 08:20:30 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:20:30 Fetched 77.8 kB in 0s (0 B/s) 08:20:30 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:20:30 Fetched 8848 B in 0s (0 B/s) 08:20:30 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:20:30 Fetched 47.8 kB in 0s (0 B/s) 08:20:30 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:20:30 Fetched 45.6 kB in 0s (0 B/s) 08:20:30 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:20:30 Fetched 15.0 kB in 0s (0 B/s) 08:20:30 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 08:20:30 Fetched 214 kB in 0s (0 B/s) 08:20:30 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 08:20:30 Fetched 155 kB in 0s (0 B/s) 08:20:30 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:20:30 Fetched 50.6 kB in 0s (0 B/s) 08:20:30 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:20:30 Fetched 14.8 kB in 0s (0 B/s) 08:20:30 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:20:30 Fetched 41.8 kB in 0s (0 B/s) 08:20:30 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:20:30 Fetched 499 kB in 0s (0 B/s) 08:20:30 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:20:30 Fetched 111 kB in 0s (0 B/s) 08:20:30 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:20:30 Fetched 240 kB in 0s (0 B/s) 08:20:30 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:20:30 Fetched 29.3 kB in 0s (0 B/s) 08:20:30 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:20:30 Fetched 85.5 kB in 0s (0 B/s) 08:20:30 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:20:30 Fetched 24.5 kB in 0s (0 B/s) 08:20:30 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:20:30 Fetched 49.2 kB in 0s (0 B/s) 08:20:30 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:20:30 Fetched 54.2 kB in 0s (0 B/s) 08:20:30 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:20:30 Fetched 30.8 kB in 0s (0 B/s) 08:20:30 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 08:20:30 Fetched 17.0 kB in 0s (0 B/s) 08:20:30 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:20:30 Fetched 85.9 kB in 0s (0 B/s) 08:20:30 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:20:30 Fetched 8720 B in 0s (0 B/s) 08:20:30 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 08:20:30 Fetched 137 kB in 0s (0 B/s) 08:20:30 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:20:30 Fetched 119 kB in 0s (0 B/s) 08:20:30 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 08:20:30 Fetched 109 kB in 0s (0 B/s) 08:20:30 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:20:30 Fetched 11.1 kB in 0s (0 B/s) 08:20:30 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:20:30 Fetched 645 kB in 0s (0 B/s) 08:20:30 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:20:30 Fetched 41.3 kB in 0s (0 B/s) 08:20:30 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:20:30 Fetched 17.9 kB in 0s (0 B/s) 08:20:30 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:20:30 Fetched 368 kB in 0s (0 B/s) 08:20:30 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:20:30 Fetched 187 kB in 0s (0 B/s) 08:20:30 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:20:30 Fetched 175 kB in 0s (0 B/s) 08:20:30 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:20:34 Fetched 206 kB in 0s (0 B/s) 08:20:34 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 08:20:34 Fetched 1301 kB in 0s (0 B/s) 08:20:34 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:20:34 Fetched 36.2 kB in 0s (0 B/s) 08:20:34 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 08:20:34 Fetched 159 kB in 0s (0 B/s) 08:20:34 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:20:34 Fetched 107 kB in 0s (0 B/s) 08:20:34 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:20:34 Fetched 48.7 kB in 0s (0 B/s) 08:20:34 Pulling static-packages 08:20:34 'go115' has dependencies that need to be staged: go-build-helper static-packages 08:20:34 Skipping pull go-build-helper (already ran) 08:20:34 Skipping pull static-packages (already ran) 08:20:34 Building go-build-helper 08:20:38 Building static-packages 08:20:39 Staging go-build-helper 08:20:40 Staging static-packages 08:20:41 Pulling go115 08:20:42 'edgex-go' has dependencies that need to be staged: go115 08:20:42 Skipping pull go115 (already ran) 08:20:42 Building go115 08:20:42 % Total % Received % Xferd Average Speed Time Time Time Current 08:20:42 Dload Upload Total Spent Left Speed 08:20:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 491k 0 0 1814k 0 0:01:05 --:--:-- 0:01:05 1807k 29 115M 29 33.6M 0 0 26.4M 0 0:00:04 0:00:01 0:00:03 26.4M 72 115M 72 83.7M 0 0 36.6M 0 0:00:03 0:00:02 0:00:01 36.5M 100 115M 100 115M 0 0 37.6M 0 0:00:03 0:00:03 --:--:-- 37.6M 08:20:46 go1.15.2.linux-amd64.tar.gz: OK 08:20:50 Staging go115 08:20:55 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:20:55 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:20:55 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:20:55 Fetched 0 B in 0s (0 B/s) 08:20:55 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:20:55 Fetched 224 kB in 0s (0 B/s) 08:20:55 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:20:55 Fetched 157 kB in 0s (0 B/s) 08:20:55 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:20:55 Fetched 221 kB in 0s (0 B/s) 08:20:55 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:20:55 Fetched 143 kB in 0s (0 B/s) 08:20:55 Pulling edgex-go 08:20:56 Pulling version 08:20:57 Building config-common 08:20:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:20:59 Skipping build go-build-helper (already ran) 08:20:59 Skipping build static-packages (already ran) 08:20:59 Skipping build go115 (already ran) 08:20:59 Building edgex-go 08:20:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:21:00 go: downloading github.com/gorilla/mux v1.8.0 08:21:00 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 08:21:00 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 08:21:00 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:21:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 08:21:00 go: downloading github.com/google/uuid v1.2.0 08:21:00 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:21:00 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 08:21:00 go: downloading github.com/pkg/errors v0.8.1 08:21:00 go: downloading github.com/x448/float16 v0.8.4 08:21:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 08:21:00 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:21:00 go: downloading github.com/imdario/mergo v0.3.11 08:21:00 go: downloading github.com/go-kit/kit v0.8.0 08:21:00 go: downloading github.com/go-playground/validator/v10 v10.3.0 08:21:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 08:21:00 go: downloading gopkg.in/yaml.v2 v2.4.0 08:21:00 go: downloading github.com/pelletier/go-toml v1.2.0 08:21:00 go: downloading github.com/hashicorp/consul/api v1.1.0 08:21:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 08:21:00 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:21:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:21:00 go: downloading github.com/BurntSushi/toml v0.3.1 08:21:00 go: downloading github.com/leodido/go-urn v1.2.0 08:21:00 go: downloading github.com/go-playground/universal-translator v0.17.0 08:21:00 go: downloading github.com/pebbe/zmq4 v1.2.2 08:21:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:21:00 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 08:21:00 go: downloading github.com/hashicorp/serf v0.8.2 08:21:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:21:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 08:21:00 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:21:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:21:00 go: downloading github.com/mitchellh/copystructure v1.0.0 08:21:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:21:01 go: downloading github.com/go-playground/locales v0.13.0 08:21:01 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:21:01 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:21:01 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:21:01 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:21:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:21:10 Removing intermediate container 36237d9b4805 08:21:10 ---> 862cc1961814 08:21:10 08:21:10 Step 10/24 : FROM alpine:3.12 08:21:10 3.12: Pulling from library/alpine 08:21:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:21:12 Removing intermediate container 112d8575c1bd 08:21:12 ---> cad25ae5a5ce 08:21:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:21:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:21:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:21:13 Status: Downloaded newer image for alpine:3.12 08:21:13 ---> afeebe901d6b 08:21:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:21:13 ---> Running in 63ef4fa4f332 08:21:13 Removing intermediate container 3d8e3b4b900a 08:21:13 ---> 83f596b924dd 08:21:13 08:21:13 Step 10/22 : FROM alpine:3.12 08:21:13 ---> afeebe901d6b 08:21:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:21:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:21:14 ---> Running in 536e00a46f62 08:21:14 ---> Running in 1c0aea076dbf 08:21:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:21:14 go: downloading github.com/stretchr/testify v1.7.0 08:21:14 go: downloading github.com/davecgh/go-spew v1.1.1 08:21:14 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:21:14 go: downloading github.com/pmezard/go-difflib v1.0.0 08:21:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:21:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:21:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:21:16 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:21:18 (1/5) Installing ca-certificates (20191127-r4) 08:21:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:21:18 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 08:21:18 (1/2) Installing ca-certificates (20191127-r4) 08:21:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:21:18 (3/5) Installing libcurl (7.69.1-r3) 08:21:18 (4/5) Installing curl (7.69.1-r3) 08:21:18 (5/5) Installing dumb-init (1.2.2-r1) 08:21:18 Executing busybox-1.31.1-r19.trigger 08:21:18 (2/2) Installing dumb-init (1.2.2-r1) 08:21:18 Executing ca-certificates-20191127-r4.trigger 08:21:18 Executing busybox-1.31.1-r19.trigger 08:21:18 Executing ca-certificates-20191127-r4.trigger 08:21:19 OK: 7 MiB in 19 packages 08:21:19 OK: 6 MiB in 16 packages 08:21:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 08:21:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:21:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:21:21 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:21:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:21:22 go: downloading github.com/lib/pq v1.9.0 08:21:22 Removing intermediate container 536e00a46f62 08:21:22 ---> cd842eb6ff2d 08:21:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:21:23 ---> Running in b8048276eb0a 08:21:24 Removing intermediate container 1c0aea076dbf 08:21:24 ---> 81e1775096f0 08:21:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:21:24 Removing intermediate container 63ef4fa4f332 08:21:24 ---> f4848db7092b 08:21:24 08:21:24 Step 11/26 : FROM docker:20.10.0 08:21:24 Building version 08:21:24 20.10.0: Pulling from library/docker 08:21:24 ---> Running in eb30289b850a 08:21:24 Removing intermediate container b8048276eb0a 08:21:24 ---> f0caff32afdc 08:21:24 Step 13/24 : WORKDIR / 08:21:25 Removing intermediate container 8cddd5a9954f 08:21:25 ---> 254693ee49cd 08:21:25 08:21:25 Step 10/23 : FROM alpine:3.12 08:21:25 ---> afeebe901d6b 08:21:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:21:25 ---> Running in 1150c2c380bd 08:21:26 ---> Running in 72578f80b586 08:21:26 Removing intermediate container eb30289b850a 08:21:26 ---> e9001f235ed4 08:21:26 Step 13/22 : ENV APP_PORT=48060 08:21:26 Staging config-common 08:21:27 Skipping stage go-build-helper (already ran) 08:21:27 Skipping stage static-packages (already ran) 08:21:27 Skipping stage go115 (already ran) 08:21:27 Staging edgex-go 08:21:28 ---> Running in 2d050601123b 08:21:28 Removing intermediate container 1150c2c380bd 08:21:28 ---> 91b0e5f02e1f 08:21:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:21:28 Staging version 08:21:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:29 Removing intermediate container 2d050601123b 08:21:29 ---> 2a1b7d1beba1 08:21:29 Step 14/22 : EXPOSE $APP_PORT 08:21:29 Priming config-common 08:21:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:29 ---> 6b8f41cf8f37 08:21:29 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:21:29 ---> Running in 26345fabc60e 08:21:29 (1/1) Installing dumb-init (1.2.2-r1) 08:21:29 Executing busybox-1.31.1-r19.trigger 08:21:29 OK: 5 MiB in 15 packages 08:21:30 Priming go-build-helper 08:21:30 Removing intermediate container 26345fabc60e 08:21:30 ---> 2c48253dc18a 08:21:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:21:30 ---> 9c0ef80e0f81 08:21:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:21:31 Priming static-packages 08:21:32 ---> db7d707aacdc 08:21:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:21:32 ---> 2cec0aa16ed5 08:21:32 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:21:33 Removing intermediate container 72578f80b586 08:21:33 ---> 0781b9be0546 08:21:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:21:33 Priming go115 08:21:34 ---> Running in e4c72c90daf1 08:21:34 Priming edgex-go 08:21:35 Priming version 08:21:36 ---> 0d5cef73ec1e 08:21:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:21:36 ---> a09c03095b78 08:21:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:21:36 Removing intermediate container e4c72c90daf1 08:21:36 ---> 9e9844fdd5e4 08:21:36 Step 13/23 : ENV APP_PORT=48082 08:21:36 ---> Running in f134b140d1f5 08:21:36 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 08:21:36 Removing intermediate container 36fc65dc1d35 08:21:36 ---> 9f7b9a3e1770 08:21:36 08:21:36 Step 10/23 : FROM alpine:3.12 08:21:36 ---> afeebe901d6b 08:21:36 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:21:37 ---> Running in 854fcb1d8632 [Pipeline] } 08:21:37 Removing intermediate container f134b140d1f5 08:21:37 ---> ebea4681f3aa 08:21:37 Step 14/23 : EXPOSE $APP_PORT 08:21:37 ---> fefbae7643c3 08:21:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:21:37 ---> 34358e846301 08:21:37 Step 18/22 : ENTRYPOINT ["/support-notifications"] [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 08:21:38 ---> Running in 3da26808e332 [Pipeline] } [Pipeline] // stage [Pipeline] } 08:21:38 Removing intermediate container 854fcb1d8632 08:21:38 ---> 90515b9a2c52 08:21:38 Step 12/23 : ENV APP_PORT=48080 08:21:38 ---> Running in c8d40fe6c750 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 08:21:38 ---> Running in 89ba982a8807 08:21:38 Removing intermediate container 3da26808e332 08:21:38 ---> 39a1479de72b 08:21:38 Step 15/23 : WORKDIR / [Pipeline] } 08:21:38 ---> Running in f4a0b4052468 08:21:38 Removing intermediate container c8d40fe6c750 08:21:38 ---> 587b86acecb8 08:21:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:39 Removing intermediate container 89ba982a8807 08:21:39 ---> 897267c4b53d 08:21:39 Step 13/23 : EXPOSE $APP_PORT 08:21:39 ---> Running in f126d0e262f2 08:21:39 ---> a4d7cd1b88b8 08:21:39 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 08:21:39 ---> Running in 5bdf73057112 08:21:39 ---> Running in 6ba793d10487 08:21:40 Removing intermediate container f4a0b4052468 08:21:40 Removing intermediate container f126d0e262f2 08:21:40 ---> ae56b049daac 08:21:40 ---> d084fd8eb70a 08:21:40 Step 20/22 : LABEL arch=arm64Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:21:40 08:21:40 Removing intermediate container 5bdf73057112 08:21:40 ---> f27b2d616958 08:21:40 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:21:40 ---> Running in 89b06ea19fba 08:21:40 ---> Running in 13d83a5a0e5d 08:21:40 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:21:40 Status: Downloaded newer image for docker:20.10.0 08:21:40 ---> eeaf43b92773 08:21:40 Step 12/26 : RUN apk add --no-cache bash 08:21:41 ---> Running in 05c2fd9f6a98 08:21:41 ---> 7b9b93279b4f 08:21:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:21:41 Removing intermediate container 89b06ea19fba 08:21:41 ---> 6fc9f3930d9b 08:21:41 Step 21/22 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:21:42 ---> Running in e762b6f3481f 08:21:43 Removing intermediate container e762b6f3481f 08:21:43 ---> 7401de7fa17b 08:21:43 Step 22/22 : LABEL version=0.0.0 08:21:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:43 ---> 0a229c4856b4 08:21:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:21:43 ---> Running in 379a6c0f4a24 08:21:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:43 Removing intermediate container 6ba793d10487 08:21:43 ---> 037842503488 08:21:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:21:43 ---> Running in 3c6f9a7cad1e 08:21:44 Removing intermediate container 379a6c0f4a24 08:21:44 ---> 76931a230403 08:21:44 08:21:44 (1/2) Installing readline (8.0.4-r0) 08:21:44 (2/2) Installing bash (5.0.17-r0) 08:21:44 Executing bash-5.0.17-r0.post-install 08:21:44 Executing busybox-1.31.1-r19.trigger 08:21:44 OK: 12 MiB in 22 packages 08:21:44 Removing intermediate container 13d83a5a0e5d 08:21:44 ---> 8bdd01ebbadc 08:21:44 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:21:44 ---> b07a6b4c7e85 08:21:44 Step 19/23 : ENTRYPOINT ["/core-command"] 08:21:44 Successfully built 76931a230403 08:21:44 Removing intermediate container 3c6f9a7cad1e 08:21:44 ---> b4708e60042e 08:21:44 Step 22/24 : LABEL arch=arm64 08:21:44 Successfully tagged docker-support-notifications-go-arm64:latest 08:21:45  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 08:21:45 ---> Running in 8714c2372b26 08:21:45 ---> Running in 1b40423e7fc9 08:21:45 ---> Running in c2cdf3bab6db 08:21:46 Removing intermediate container 1b40423e7fc9 08:21:46 ---> 42372ee2fc0c 08:21:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:46 Removing intermediate container c2cdf3bab6db 08:21:46 ---> ed00d7b7ffe4 08:21:46 Step 23/24 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:21:46 ---> Running in 35fe4374c6ea 08:21:46 ---> Running in e39dfdce974c 08:21:47 Removing intermediate container 05c2fd9f6a98 08:21:47 ---> 88a029a43c71 08:21:47 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:21:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:48 Removing intermediate container e39dfdce974c 08:21:48 ---> 058decaf6503 08:21:48 Step 21/23 : LABEL arch=arm64 08:21:48 Removing intermediate container 35fe4374c6ea 08:21:48 ---> ada653ee176b 08:21:48 Step 24/24 : LABEL version=0.0.0 08:21:48 ---> Running in 759661bfaccc 08:21:48 ---> Running in 997ab82386bc 08:21:48 ---> Running in 44fee4f62a64 08:21:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:21:49 (1/6) Installing dumb-init (1.2.2-r1) 08:21:49 Removing intermediate container 759661bfaccc 08:21:49 ---> 5469fad7e8ea 08:21:49 Step 14/26 : ENV APP_PORT=48090 08:21:49 (2/6) Installing libgcc (9.3.0-r2) 08:21:49 (3/6) Installing libsodium (1.0.18-r0) 08:21:49 (4/6) Installing libstdc++ (9.3.0-r2) 08:21:50 ---> Running in 3ce56393f571 08:21:50 (5/6) Installing libzmq (4.3.3-r0) 08:21:50 Removing intermediate container 997ab82386bc 08:21:50 ---> b37003f2366c 08:21:50 Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:21:50 Removing intermediate container 44fee4f62a64 08:21:50 ---> 176acf770772 08:21:50 08:21:50 (6/6) Installing zeromq (4.3.3-r0) 08:21:50 Executing busybox-1.31.1-r19.trigger 08:21:50 OK: 8 MiB in 20 packages 08:21:50 Successfully built 176acf770772 08:21:50 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:21:50  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 08:21:50 ---> Running in 29ab53115404 08:21:50 Removing intermediate container 3ce56393f571 08:21:50 ---> 385530ceac30 08:21:50 Step 15/26 : EXPOSE $APP_PORT 08:21:51 ---> Running in 4fd1f2fc278c 08:21:51 Removing intermediate container 29ab53115404 08:21:51 ---> e6dd39d985f9 08:21:51 Step 23/23 : LABEL version=0.0.0 08:21:51 ---> Running in 154d57fdf9d1 08:21:51 Removing intermediate container 4fd1f2fc278c 08:21:51 ---> f8296073e394 08:21:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:21:52 Removing intermediate container 8714c2372b26 08:21:52 ---> a05fcb343868 08:21:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:21:52 Removing intermediate container 154d57fdf9d1 08:21:52 ---> 9d0074b98bf6 08:21:52 08:21:52 Successfully built 9d0074b98bf6 08:21:52 Successfully tagged docker-core-command-go-arm64:latest 08:21:52  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 08:21:53 ---> b24f29878451 08:21:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:21:53 ---> 10dc966f54c6 08:21:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:21:54 ---> ee5a145a8c9d 08:21:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:21:54 ---> 02ccf89c5477 08:21:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:21:56 ---> 159bb91c380d 08:21:56 Step 19/23 : ENTRYPOINT ["/core-data"] 08:21:56 ---> 77d5dfd1ccbd 08:21:56 Step 19/26 : RUN apk --no-cache add py3-pip 08:21:57 ---> Running in babd311d15c0 08:21:57 ---> Running in d90919ec57c6 08:21:58 Removing intermediate container d90919ec57c6 08:21:58 ---> 54d18709dea3 08:21:58 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:21:59 ---> Running in e77c283ae39f 08:21:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:21:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:00 Removing intermediate container e77c283ae39f 08:22:00 ---> 507a2023eb9b 08:22:00 Step 21/23 : LABEL arch=arm64 08:22:00 (1/33) Installing libbz2 (1.0.8-r1) 08:22:00 (2/33) Installing expat (2.2.9-r1) 08:22:00 (3/33) Installing libffi (3.3-r2) 08:22:00 (4/33) Installing gdbm (1.13-r1) 08:22:00 (5/33) Installing xz-libs (5.2.5-r0) 08:22:00 (6/33) Installing sqlite-libs (3.32.1-r0) 08:22:00 (7/33) Installing python3 (3.8.5-r0) 08:22:00 ---> Running in 61b4df310605 08:22:02 Removing intermediate container 61b4df310605 08:22:02 ---> 11c245d25ca0 08:22:02 Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:22:02 (8/33) Installing py3-appdirs (1.4.4-r1) 08:22:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:22:02 (10/33) Installing py3-parsing (2.4.7-r0) 08:22:02 (11/33) Installing py3-six (1.15.0-r0) 08:22:02 (12/33) Installing py3-packaging (20.4-r0) 08:22:02 (13/33) Installing py3-setuptools (47.0.0-r0) 08:22:02 (14/33) Installing py3-chardet (3.0.4-r4) 08:22:02 (15/33) Installing py3-idna (2.9-r0) 08:22:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:22:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:22:02 ---> Running in d0efa9abd3ec 08:22:02 (18/33) Installing py3-requests (2.23.0-r0) 08:22:02 (19/33) Installing py3-msgpack (1.0.0-r0) 08:22:02 (20/33) Installing py3-lockfile (0.12.2-r3) 08:22:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:22:02 (22/33) Installing py3-colorama (0.4.3-r0) 08:22:03 (23/33) Installing py3-distlib (0.3.0-r0) 08:22:03 (24/33) Installing py3-distro (1.5.0-r1) 08:22:03 (25/33) Installing py3-webencodings (0.5.1-r3) 08:22:03 (26/33) Installing py3-html5lib (1.0.1-r4) 08:22:03 (27/33) Installing py3-pytoml (0.1.21-r0) 08:22:03 (28/33) Installing py3-pep517 (0.8.2-r0) 08:22:03 (29/33) Installing py3-progress (1.5-r0) 08:22:03 (30/33) Installing py3-toml (0.10.1-r0) 08:22:03 (31/33) Installing py3-retrying (1.3.3-r0) 08:22:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:22:03 (33/33) Installing py3-pip (20.1.1-r0) 08:22:03 Executing busybox-1.31.1-r19.trigger 08:22:03 OK: 71 MiB in 55 packages 08:22:03 Removing intermediate container d0efa9abd3ec 08:22:03 ---> 4a3317dcc9f2 08:22:03 Step 23/23 : LABEL version=0.0.0 08:22:04 ---> Running in 5fb904f258ae 08:22:05 Removing intermediate container 5fb904f258ae 08:22:05 ---> 52f4c3d076ef 08:22:05 08:22:06 Successfully built 52f4c3d076ef 08:22:06 Successfully tagged docker-core-data-go-arm64:latest 08:22:06  Building docker-core-data-go ... done Building docker-core-metadata-go 08:22:11 Removing intermediate container babd311d15c0 08:22:11 ---> e84c353e53b5 08:22:11 Step 20/26 : RUN pip install docker-compose==1.23.2 08:22:12 ---> Running in 1a5b8c6c592e 08:22:19 Collecting docker-compose==1.23.2 08:22:19 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:22:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:22:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:22:20 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:22:20 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:22:20 ---> 107b06ae860d 08:22:20 Step 3/31 : WORKDIR /edgex-go 08:22:20 ---> Using cache 08:22:20 ---> 1c704787ca08 08:22:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:20 ---> Using cache 08:22:20 ---> b7f0c5ac0394 08:22:20 Step 5/31 : RUN apk add --update --no-cache make git 08:22:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:22:22 Collecting texttable<0.10,>=0.9.0 08:22:22 Downloading texttable-0.9.1.tar.gz (11 kB) 08:22:23 ---> Running in 70090de5febd 08:22:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:22:25 Collecting websocket-client<1.0,>=0.32.0 08:22:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:22:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:22:26 Collecting docker<4.0,>=3.6.0 08:22:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:22:26 OK: 217 MiB in 51 packages 08:22:26 Collecting dockerpty<0.5,>=0.4.1 08:22:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:22:29 Collecting jsonschema<3,>=2.5.1 08:22:29 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:22:30 Removing intermediate container 70090de5febd 08:22:30 ---> 8932abb035b1 08:22:30 Step 6/31 : COPY go.mod . 08:22:30 Collecting cached-property<2,>=1.2.0 08:22:30 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:22:30 Collecting docopt<0.7,>=0.6.1 08:22:30 Downloading docopt-0.6.2.tar.gz (25 kB) 08:22:31 ---> 4333645610a7 08:22:31 Step 7/31 : RUN go mod download 08:22:32 ---> Running in 707ff34d0ec7 08:22:33 Collecting PyYAML<4,>=3.10 08:22:33 Downloading PyYAML-3.13.tar.gz (270 kB) 08:22:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:22:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:22:34 ---> 107b06ae860d 08:22:34 Step 3/22 : WORKDIR /edgex-go 08:22:34 ---> Using cache 08:22:34 ---> 1c704787ca08 08:22:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:34 ---> Using cache 08:22:34 ---> b7f0c5ac0394 08:22:34 Step 5/22 : RUN apk add --update --no-cache make git 08:22:34 ---> Using cache 08:22:34 ---> 8932abb035b1 08:22:34 Step 6/22 : COPY go.mod . 08:22:34 ---> Using cache 08:22:34 ---> 4333645610a7 08:22:34 Step 7/22 : RUN go mod download 08:22:35 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:22:35 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:22:35 ---> 107b06ae860d 08:22:35 Step 3/21 : WORKDIR /edgex-go 08:22:35 ---> Using cache 08:22:35 ---> 1c704787ca08 08:22:35 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:35 ---> Using cache 08:22:35 ---> b7f0c5ac0394 08:22:35 Step 5/21 : RUN apk add --update --no-cache make git 08:22:35 ---> Using cache 08:22:35 ---> 8932abb035b1 08:22:35 Step 6/21 : COPY go.mod . 08:22:35 ---> Using cache 08:22:35 ---> 4333645610a7 08:22:35 Step 7/21 : RUN go mod download 08:22:35 ---> Running in 2ce561f2cbaa 08:22:35 ---> Running in 02d0bd911b08 08:22:37 Removing intermediate container 707ff34d0ec7 08:22:37 ---> 20d6edb59a44 08:22:37 Step 8/31 : COPY . . 08:22:38 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 08:22:39 Collecting urllib3<1.25,>=1.21.1 08:22:39 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:22:39 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 08:22:39 Collecting idna<2.8,>=2.5 08:22:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:22:40 Collecting docker-pycreds>=0.4.0 08:22:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:22:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:22:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:22:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:22:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:22:41 Removing intermediate container 2ce561f2cbaa 08:22:41 ---> e9fe00360bdb 08:22:41 Step 8/22 : COPY . . 08:22:42 Installing collected packages: urllib3, idna, requests, texttable, websocket-client, docker-pycreds, docker, dockerpty, jsonschema, cached-property, docopt, PyYAML, docker-compose 08:22:42 Attempting uninstall: urllib3 08:22:42 Found existing installation: urllib3 1.25.9 08:22:42 Uninstalling urllib3-1.25.9: 08:22:42 Successfully uninstalled urllib3-1.25.9 08:22:42 Removing intermediate container 02d0bd911b08 08:22:42 ---> f62cb73a9b09 08:22:42 Step 8/21 : COPY . . 08:22:42 Attempting uninstall: idna 08:22:42 Found existing installation: idna 2.9 08:22:42 Uninstalling idna-2.9: 08:22:42 Successfully uninstalled idna-2.9 08:22:43 Attempting uninstall: requests 08:22:43 Found existing installation: requests 2.23.0 08:22:43 Uninstalling requests-2.23.0: 08:22:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:22:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:22:43 ---> 107b06ae860d 08:22:43 Step 3/23 : WORKDIR /edgex-go 08:22:43 ---> Using cache 08:22:43 ---> 1c704787ca08 08:22:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:22:43 ---> Using cache 08:22:43 ---> b7f0c5ac0394 08:22:43 Step 5/23 : RUN apk add --update --no-cache make git 08:22:43 ---> Using cache 08:22:43 ---> 8932abb035b1 08:22:43 Step 6/23 : COPY go.mod . 08:22:43 ---> Using cache 08:22:43 ---> 4333645610a7 08:22:43 Step 7/23 : RUN go mod download 08:22:43 ---> Using cache 08:22:43 ---> f62cb73a9b09 08:22:43 Step 8/23 : COPY . . 08:22:43 Successfully uninstalled requests-2.23.0 08:22:44 Running setup.py install for texttable: started 08:22:46 Running setup.py install for texttable: finished with status 'done' 08:22:47 Running setup.py install for dockerpty: started 08:22:50 Running setup.py install for dockerpty: finished with status 'done' 08:22:50 Running setup.py install for docopt: started 08:22:53 Running setup.py install for docopt: finished with status 'done' 08:22:53 Running setup.py install for PyYAML: started 08:22:55 Running setup.py install for PyYAML: finished with status 'done' 08:22:56 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.57.0 08:23:08 ---> 43e1a4a306f9 08:23:08 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:23:08 ---> 53244e574342 08:23:08 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:23:08 ---> 3108afcd39e1 08:23:08 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:23:08 ---> 3a2a95f1f09d 08:23:08 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:23:08 ---> Running in 8aa0c29a4722 08:23:09 ---> Running in 46a08307b7c3 08:23:09 ---> Running in 48363cb41ec5 08:23:09 ---> Running in d4d20baafae4 08:23:10 Removing intermediate container 1a5b8c6c592e 08:23:10 ---> 961fb5f9cda0 08:23:10 Step 21/26 : RUN apk --no-cache add curl 08:23:10 ---> Running in b6f3f95a8bb1 08:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:23:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:23:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:23:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:23:13 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:23:13 (2/3) Installing libcurl (7.69.1-r3) 08:23:13 (3/3) Installing curl (7.69.1-r3) 08:23:13 Executing busybox-1.31.1-r19.trigger 08:23:13 OK: 71 MiB in 58 packages 08:23:15 Removing intermediate container b6f3f95a8bb1 08:23:15 ---> 601555d02f3d 08:23:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:23:15 ---> Running in b920cda9d220 08:23:15 Removing intermediate container b920cda9d220 08:23:15 ---> 5057fc4dee27 08:23:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:23:15 ---> Running in dac3176cbb79 08:23:16 Removing intermediate container dac3176cbb79 08:23:16 ---> 955ca074fba7 08:23:16 Step 24/26 : LABEL arch=arm64 08:23:16 ---> Running in 116ad05d70ee 08:23:17 Removing intermediate container 116ad05d70ee 08:23:17 ---> 3751e532dbd9 08:23:17 Step 25/26 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:23:17 ---> Running in 42eadc8ddf3c 08:23:18 Removing intermediate container 42eadc8ddf3c 08:23:18 ---> 5ca08d425b2d 08:23:18 Step 26/26 : LABEL version=0.0.0 08:23:18 ---> Running in fdc1c42f45b1 08:23:19 Removing intermediate container fdc1c42f45b1 08:23:19 ---> 46796fe6d847 08:23:19 08:23:19 Successfully built 46796fe6d847 08:23:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:24:16  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 08:24:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:24:32 Removing intermediate container d4d20baafae4 08:24:32 ---> 579cc3d2393f 08:24:32 08:24:32 Step 10/21 : FROM alpine:3.12 08:24:32 ---> afeebe901d6b 08:24:32 Step 11/21 : RUN apk add --update --no-cache curl 08:24:32 ---> Running in 5582b4a64fc8 08:24:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:33 (1/4) Installing ca-certificates (20191127-r4) 08:24:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:24:33 (3/4) Installing libcurl (7.69.1-r3) 08:24:33 (4/4) Installing curl (7.69.1-r3) 08:24:33 Executing busybox-1.31.1-r19.trigger 08:24:33 Executing ca-certificates-20191127-r4.trigger 08:24:33 OK: 7 MiB in 18 packages 08:24:36 Removing intermediate container 5582b4a64fc8 08:24:36 ---> 1d373218f1bf 08:24:36 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:24:36 ---> Running in 957f83bec9de 08:24:37 Removing intermediate container 957f83bec9de 08:24:37 ---> 1fab60fb706a 08:24:37 Step 13/21 : WORKDIR /edgex 08:24:38 ---> Running in f001d9247b96 08:24:38 Removing intermediate container 8aa0c29a4722 08:24:38 ---> 38c9ebbf18b1 08:24:38 08:24:38 Step 10/31 : FROM alpine:3.12 08:24:38 ---> afeebe901d6b 08:24:38 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:24:39 ---> Running in 9e65bfc409cb 08:24:39 Removing intermediate container f001d9247b96 08:24:39 ---> 4ea55dbd2e0e 08:24:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:24:39 Removing intermediate container 9e65bfc409cb 08:24:39 ---> ee6700387ff3 08:24:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:24:40 ---> Running in 139e893d201d 08:24:40 ---> 578d7399f7da 08:24:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:24:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:24:42 (1/2) Installing dumb-init (1.2.2-r1) 08:24:42 (2/2) Installing su-exec (0.2-r1) 08:24:42 Executing busybox-1.31.1-r19.trigger 08:24:42 OK: 5 MiB in 16 packages 08:24:42 ---> 9f30b7902452 08:24:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:24:43 Removing intermediate container 46a08307b7c3 08:24:43 ---> 07b6fc4e4dd3 08:24:43 08:24:43 Step 10/22 : FROM alpine:3.12 08:24:43 ---> afeebe901d6b 08:24:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:24:43 ---> Using cache 08:24:43 ---> 0781b9be0546 08:24:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:24:43 ---> Using cache 08:24:43 ---> 9e9844fdd5e4 08:24:43 Step 13/22 : ENV APP_PORT=48085 08:24:44 ---> Running in 686e3c599dfc 08:24:44 Removing intermediate container 139e893d201d 08:24:44 ---> c217b8dbceaf 08:24:44 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:24:44 ---> 40a33b270a5a 08:24:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:24:44 ---> Running in 35303692dc9c 08:24:44 ---> Running in 1667b1b85327 08:24:44 Removing intermediate container 686e3c599dfc 08:24:44 ---> 1f289bb10fcf 08:24:44 Step 14/22 : EXPOSE $APP_PORT 08:24:45 ---> Running in 14623445180e 08:24:45 Removing intermediate container 35303692dc9c 08:24:45 ---> a9f6ca138241 08:24:45 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:24:45 Removing intermediate container 1667b1b85327 08:24:45 ---> c5cfd271de0d 08:24:45 Step 18/21 : CMD ["--init=true"] 08:24:45 ---> Running in 516b288de49d 08:24:45 Removing intermediate container 14623445180e 08:24:45 ---> b391e188ece2 08:24:45 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:24:45 ---> Running in 21d119cfb520 08:24:46 Removing intermediate container 516b288de49d 08:24:46 ---> d01b5ab2dc45 08:24:46 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:24:46 ---> Running in bd207cf6bcbf 08:24:46 Removing intermediate container 21d119cfb520 08:24:46 ---> 5bff04dbe9a0 08:24:46 Step 19/21 : LABEL arch=arm64 08:24:47 ---> aa5a8d567299 08:24:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:24:47 ---> Running in eaca6718ee63 08:24:47 Removing intermediate container 48363cb41ec5 08:24:47 ---> ae503794fcb5 08:24:47 08:24:47 Step 10/23 : FROM alpine:3.12 08:24:47 ---> afeebe901d6b 08:24:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:24:47 ---> Using cache 08:24:47 ---> 0781b9be0546 08:24:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:24:47 ---> Using cache 08:24:47 ---> 9e9844fdd5e4 08:24:47 Step 13/23 : ENV APP_PORT=48081 08:24:47 ---> Running in e099f5a92fc0 08:24:47 Removing intermediate container eaca6718ee63 08:24:47 ---> d74c57134380 08:24:47 Step 20/21 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:24:48 ---> Running in 8f3d5b12abe5 08:24:48 ---> 34f3ce69816f 08:24:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:24:48 Removing intermediate container e099f5a92fc0 08:24:48 ---> 7649473f1deb 08:24:48 Step 14/23 : EXPOSE $APP_PORT 08:24:48 ---> Running in 7077f1b4314b 08:24:49 Removing intermediate container 8f3d5b12abe5 08:24:49 ---> 1adda77fccec 08:24:49 Step 21/21 : LABEL version=0.0.0 08:24:49 ---> Running in c1fc54a6a50d 08:24:49 ---> 21783c119a6b 08:24:49 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:24:49 Removing intermediate container 7077f1b4314b 08:24:49 ---> 2ee082d37951 08:24:49 Step 15/23 : WORKDIR / 08:24:49 Removing intermediate container bd207cf6bcbf 08:24:49 ---> 6939a99750c4 08:24:49 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:24:49 ---> Running in 120313fa9e37 08:24:49 ---> Running in b23c84f6c168 08:24:49 Removing intermediate container c1fc54a6a50d 08:24:49 ---> 044f970d401f 08:24:49 08:24:49 ---> Running in fadcf9e8aba8 08:24:50 Successfully built 044f970d401f 08:24:50 Removing intermediate container b23c84f6c168 08:24:50 Removing intermediate container 120313fa9e37 08:24:50 ---> 6ee9f243e87e 08:24:50 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:24:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / Building docker-security-proxy-setup-go ... done  ---> cb4dc948e875 08:24:50 08:24:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:24:50 Removing intermediate container fadcf9e8aba8 08:24:50 ---> 78bf3a876928 08:24:50 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:24:50 ---> Running in 8f54f3a1845a 08:24:51 Removing intermediate container 8f54f3a1845a 08:24:51 ---> 67e99236f25a 08:24:51 Step 20/22 : LABEL arch=arm64 08:24:51 ---> 3c5bc1a47d3f 08:24:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:24:51 ---> Running in c473a663475d 08:24:51 ---> 83efbe76412f 08:24:51 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:24:51 ---> Running in 059fd861bc62 08:24:52 Removing intermediate container c473a663475d 08:24:52 ---> da91168a38a3 08:24:52 Step 21/22 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:24:52 ---> Running in bff9fadf641a 08:24:52 ---> c9f9b77acce1 08:24:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:24:52 Removing intermediate container bff9fadf641a 08:24:52 ---> da081329a5a6 08:24:52 Step 22/22 : LABEL version=0.0.0 08:24:52 ---> Running in 61f15de19835 08:24:53 ---> 8b75e56650c5 08:24:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:24:53 Removing intermediate container 61f15de19835 08:24:53 ---> a4b5c0b72066 08:24:53 08:24:53 ---> Running in 3a14e6eb2c31 08:24:53 Successfully built a4b5c0b72066 08:24:53 Successfully tagged docker-support-scheduler-go-arm64:latest 08:24:54  Building docker-support-scheduler-go ... done Removing intermediate container 3a14e6eb2c31 08:24:54 ---> 83e356a46e74 08:24:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:24:54 Removing intermediate container 059fd861bc62 08:24:54 ---> 69d8f4bc055b 08:24:54 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:24:54 ---> Running in 6ca756e44592 08:24:54 Removing intermediate container 6ca756e44592 08:24:54 ---> 5dd07278c3ed 08:24:54 Step 21/23 : LABEL arch=arm64 08:24:54 ---> Running in 1a1948eee7b1 08:24:54 ---> cedd038442a0 08:24:54 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:24:55 Removing intermediate container 1a1948eee7b1 08:24:55 ---> ccbcc16872fd 08:24:55 Step 22/23 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:24:55 ---> Running in 0c1da30ed775 08:24:56 ---> be2cc19362a8 08:24:56 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:24:56 Removing intermediate container 0c1da30ed775 08:24:56 ---> 64f375e8704d 08:24:56 Step 23/23 : LABEL version=0.0.0 08:24:56 ---> Running in f0bb11c620e7 08:24:56 Removing intermediate container f0bb11c620e7 08:24:56 ---> 86745cae3cda 08:24:56 08:24:56 ---> a0dcccfdf83a 08:24:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:24:57 Successfully built 86745cae3cda 08:24:57 Successfully tagged docker-core-metadata-go-arm64:latest 08:24:58  Building docker-core-metadata-go ... done  ---> c9d5943d8f57 08:24:58 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:24:58 ---> 4b8baa8cb437 08:24:58 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:24:59 ---> Running in efee06909bd6 08:24:59 Removing intermediate container efee06909bd6 08:24:59 ---> 77fa22ab3d7b 08:24:59 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:25:00 ---> 14153a4463ae 08:25:00 Step 26/31 : RUN chmod +x /entrypoint.sh 08:25:00 ---> Running in 8977ec498361 08:25:02 Removing intermediate container 8977ec498361 08:25:02 ---> 398ec0b2e260 08:25:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:25:03 ---> Running in 3254945889c7 08:25:03 Removing intermediate container 3254945889c7 08:25:03 ---> c2eae2887fa5 08:25:03 Step 28/31 : CMD ["gate"] 08:25:04 ---> Running in 22e686d44c56 08:25:04 Removing intermediate container 22e686d44c56 08:25:04 ---> fd698c6c31b6 08:25:04 Step 29/31 : LABEL arch=arm64 08:25:05 ---> Running in eba993c2adc4 08:25:05 Removing intermediate container eba993c2adc4 08:25:05 ---> a027c02e8e45 08:25:05 Step 30/31 : LABEL git_sha=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a 08:25:05 ---> Running in d53fa8b3bf67 08:25:06 Removing intermediate container d53fa8b3bf67 08:25:06 ---> 1888b289fadd 08:25:06 Step 31/31 : LABEL version=0.0.0 08:25:06 ---> Running in 0ea3f9ac4025 08:25:07 Removing intermediate container 0ea3f9ac4025 08:25:07 ---> 6ccda0a25a6a 08:25:07 08:25:07 Successfully built 6ccda0a25a6a 08:25:07 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:25:07  Building docker-security-bootstrapper-go ... done  [Pipeline] } 08:25:07 $ docker stop --time=1 c7be1dcac3f3a67765d1536fa40fe246fe418ec0ef4fdd2350a0349aecf529be 08:25:09 $ docker rm -f c7be1dcac3f3a67765d1536fa40fe246fe418ec0ef4fdd2350a0349aecf529be [Pipeline] // withDockerContainer [Pipeline] sh 08:25:10 + docker images 08:25:10 + grep docker 08:25:10 docker-security-bootstrapper-go-arm64 latest 6ccda0a25a6a 4 seconds ago 22.6MB 08:25:10 docker-core-metadata-go-arm64 latest 86745cae3cda 14 seconds ago 17.7MB 08:25:10 docker-support-scheduler-go-arm64 latest a4b5c0b72066 17 seconds ago 16.1MB 08:25:10 docker-security-proxy-setup-go-arm64 latest 044f970d401f 21 seconds ago 23.2MB 08:25:10 docker-sys-mgmt-agent-go-arm64 latest 46796fe6d847 About a minute ago 300MB 08:25:10 docker-core-data-go-arm64 latest 52f4c3d076ef 3 minutes ago 21MB 08:25:10 docker-core-command-go-arm64 latest 9d0074b98bf6 3 minutes ago 16MB 08:25:10 docker-security-secretstore-setup-go-arm64 latest 176acf770772 3 minutes ago 23.4MB 08:25:10 docker-support-notifications-go-arm64 latest 76931a230403 3 minutes ago 16MB 08:25:10 docker 20.10.0 eeaf43b92773 7 weeks 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 [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) [Pipeline] unstash [Pipeline] wrap 08:25:14 provisioning config files... 08:25:14 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config7151410840715476091tmp [Pipeline] { [Pipeline] sh 08:25:14 + set +x 08:25:14 + curl -s https://codecov.io/bash 08:25:14 + bash -s -- 08:25:15 08:25:15 _____ _ 08:25:15 / ____| | | 08:25:15 | | ___ __| | ___ ___ _____ __ 08:25:15 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:25:15 | |___| (_) | (_| | __/ (_| (_) \ V / 08:25:15 \_____\___/ \__,_|\___|\___\___/ \_/ 08:25:15 Bash-20210129-7c25fce 08:25:15 08:25:15 08:25:15 ==> git version 2.24.3 found 08:25:15 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 08:25:15 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:25:15 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:25:15 ==> Jenkins CI detected. 08:25:15 project root: . 08:25:15 --> token set from env 08:25:15 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:25:15 ==> Running gcov in . (disable via -X gcov) 08:25:15 ==> Python coveragepy not found 08:25:15 ==> Searching for coverage reports in: 08:25:15 + . 08:25:15 -> Found 1 reports 08:25:15 ==> Detecting git/mercurial file structure 08:25:15 ==> Reading reports 08:25:15 + ./coverage.out bytes=574984 08:25:15 ==> Appending adjustments 08:25:15 https://docs.codecov.io/docs/fixing-reports 08:25:19 + Found adjustments 08:25:19 ==> Gzipping contents 08:25:19 88K /tmp/codecov.Y04JNF.gz 08:25:19 ==> Uploading reports 08:25:19 url: https://codecov.io 08:25:19 query: branch=PR-3104&commit=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3104%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3104&job=&cmd_args= 08:25:19 -> Pinging Codecov 08:25:19 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3104&commit=c8eb124c97d4b5f0651b3688f5c52adcf587cc4a&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3104%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3104&job=&cmd_args= 08:25:19 -> Uploading to 08:25:19 https://storage.googleapis.com/codecov/v4/raw/2021-02-01/00271124DB129430A58F1EEE437C3FCB/c8eb124c97d4b5f0651b3688f5c52adcf587cc4a/10be5b68-b3cc-4067-a46f-3f01fb85cb4f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210201%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210201T082519Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e802ec970e510dca03c9150fa83efb3d09eee00860830286cb4541c956f861e6 08:25:19 % Total % Received % Xferd Average Speed Time Time Time Current 08:25:19 Dload Upload Total Spent Left Speed 08:25:19 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 56 86996 0 0 56 49152 0 147k --:--:-- --:--:-- --:--:-- 147k 100 86996 0 0 100 86996 0 137k --:--:-- --:--:-- --:--:-- 137k 08:25:19 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c8eb124c97d4b5f0651b3688f5c52adcf587cc4a [Pipeline] } 08:25:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:25:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:25:23 ---> package-listing.sh 08:25:23 ++ facter osfamily 08:25:23 ++ tr '[:upper:]' '[:lower:]' 08:25:23 + OS_FAMILY=redhat 08:25:23 + workspace=/w/workspace/edgex-go/2 08:25:23 + START_PACKAGES=/tmp/packages_start.txt 08:25:23 + END_PACKAGES=/tmp/packages_end.txt 08:25:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:25:23 + PACKAGES=/tmp/packages_start.txt 08:25:23 + '[' /w/workspace/edgex-go/2 ']' 08:25:23 + PACKAGES=/tmp/packages_end.txt 08:25:23 + case "${OS_FAMILY}" in 08:25:23 + rpm -qa 08:25:23 + sort 08:25:28 + '[' -f /tmp/packages_start.txt ']' 08:25:28 + '[' -f /tmp/packages_end.txt ']' 08:25:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:25:28 + '[' /w/workspace/edgex-go/2 ']' 08:25:28 + mkdir -p /w/workspace/edgex-go/2/archives/ 08:25:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 08:25:28 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:25:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:25:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:25:29 08:25:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:25:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:25:29 alpine: Pulling from edgex-lftools-log-publisher 08:25:29 df20fa9351a1: Pulling fs layer 08:25:29 36b3adc4ff6f: Pulling fs layer 08:25:29 8ad3a11d3b57: Pulling fs layer 08:25:29 46f8f816bc3b: Pulling fs layer 08:25:29 93b61091891f: Pulling fs layer 08:25:29 93b9cdb0e59b: Pulling fs layer 08:25:29 5e14af77c1be: Pulling fs layer 08:25:29 01666e4c0597: Pulling fs layer 08:25:29 aa168da1d23b: Pulling fs layer 08:25:29 46f8f816bc3b: Waiting 08:25:29 93b61091891f: Waiting 08:25:29 93b9cdb0e59b: Waiting 08:25:29 5e14af77c1be: Waiting 08:25:29 01666e4c0597: Waiting 08:25:29 aa168da1d23b: Waiting 08:25:29 36b3adc4ff6f: Verifying Checksum 08:25:29 36b3adc4ff6f: Download complete 08:25:30 46f8f816bc3b: Verifying Checksum 08:25:30 46f8f816bc3b: Download complete 08:25:30 df20fa9351a1: Download complete 08:25:30 93b9cdb0e59b: Verifying Checksum 08:25:30 93b9cdb0e59b: Download complete 08:25:30 5e14af77c1be: Verifying Checksum 08:25:30 5e14af77c1be: Download complete 08:25:30 93b61091891f: Verifying Checksum 08:25:30 93b61091891f: Download complete 08:25:30 01666e4c0597: Verifying Checksum 08:25:30 01666e4c0597: Download complete 08:25:30 8ad3a11d3b57: Verifying Checksum 08:25:30 8ad3a11d3b57: Download complete 08:25:30 df20fa9351a1: Pull complete 08:25:30 36b3adc4ff6f: Pull complete 08:25:31 8ad3a11d3b57: Pull complete 08:25:31 46f8f816bc3b: Pull complete 08:25:32 aa168da1d23b: Download complete 08:25:33 93b61091891f: Pull complete 08:25:33 93b9cdb0e59b: Pull complete 08:25:33 5e14af77c1be: Pull complete 08:25:33 01666e4c0597: Pull complete 08:25:43 aa168da1d23b: Pull complete 08:25:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:25:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:25:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:25:43 prd-centos7-docker-4c-2g-24311 does not seem to be running inside a container 08:25:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:25:47 $ docker top f801a1cb019c93e5ae1f5850e926d772038c04256a54605e44f87259400cefdb -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:47 + touch /tmp/pre-build-complete [Pipeline] sh 08:25:48 + mkdir -p /var/log/sa [Pipeline] sh 08:25:48 + ls /var/log/sa-host 08:25:48 + sadf -c /var/log/sa-host/sa01 08:25:48 file_magic: OK 08:25:48 HZ: Using current value: 100 08:25:48 file_header: OK 08:25:48 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 08:25:48 Statistics: 08:25:48 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... 08:25:48 File successfully converted to sysstat format version 12.2.1 08:25:48 + sadf -c /var/log/sa-host/sa23 08:25:48 file_magic: OK 08:25:48 HZ: Using current value: 100 08:25:48 file_header: OK 08:25:48 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 08:25:48 Statistics: 08:25:48 Hnuu...uuuununununu... 08:25:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:25:49 provisioning config files... 08:25:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config4339511949787970350tmp [Pipeline] { [Pipeline] echo 08:25:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:25:49 ---> create-netrc.sh [Pipeline] } 08:25:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:25:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:25:50 ---> python-tools-install.sh [Pipeline] echo 08:25:50 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:25:50 ---> sudo-logs.sh 08:25:50 Archiving 'sudo' log.. [Pipeline] echo 08:25:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:25:50 ---> job-cost.sh 08:25:50 lf-activate-venv: SKIPPING 08:25:50 INFO: No Stack... 08:25:51 INFO: Retrieving Pricing Info for: v1-standard-2 08:25:51 INFO: Archiving Costs [Pipeline] echo 08:25:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:25:52 ---> logs-deploy.sh 08:25:52 lf-activate-venv: SKIPPING 08:25:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3104/2 08:25:52 INFO: archiving workspace using pattern(s): 08:25:54 Archives upload complete. 08:25:54 INFO: archiving logs to Nexus 08:25:55 ---> uname -a: 08:25:55 Linux prd-centos7-docker-4c-2g-24311.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:25:55 08:25:55 08:25:55 ---> lscpu: 08:25:55 Architecture: x86_64 08:25:55 CPU op-mode(s): 32-bit, 64-bit 08:25:55 Byte Order: Little Endian 08:25:55 Address sizes: 40 bits physical, 48 bits virtual 08:25:55 CPU(s): 4 08:25:55 On-line CPU(s) list: 0-3 08:25:55 Thread(s) per core: 1 08:25:55 Core(s) per socket: 1 08:25:55 Socket(s): 4 08:25:55 NUMA node(s): 1 08:25:55 Vendor ID: GenuineIntel 08:25:55 CPU family: 6 08:25:55 Model: 44 08:25:55 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:25:55 Stepping: 1 08:25:55 CPU MHz: 2933.438 08:25:55 BogoMIPS: 5866.87 08:25:55 Virtualization: VT-x 08:25:55 Hypervisor vendor: KVM 08:25:55 Virtualization type: full 08:25:55 L1d cache: 128 KiB 08:25:55 L1i cache: 128 KiB 08:25:55 L2 cache: 16 MiB 08:25:55 L3 cache: 64 MiB 08:25:55 NUMA node0 CPU(s): 0-3 08:25:55 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:25:55 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:25:55 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:25:55 Vulnerability Meltdown: Mitigation; PTI 08:25:55 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:25:55 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:25:55 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:25:55 Vulnerability Srbds: Not affected 08:25:55 Vulnerability Tsx async abort: Not affected 08:25:55 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 08:25:55 08:25:55 08:25:55 ---> nproc: 08:25:55 4 08:25:55 08:25:55 08:25:55 ---> df -h: 08:25:55 Filesystem Size Used Available Use% Mounted on 08:25:55 overlay 50.0G 11.3G 38.7G 23% / 08:25:55 tmpfs 64.0M 0 64.0M 0% /dev 08:25:55 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:25:55 shm 64.0M 0 64.0M 0% /dev/shm 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2 08:25:55 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2@tmp 08:25:55 08:25:55 08:25:55 ---> free -m: 08:25:55 total used free shared buff/cache available 08:25:55 Mem: 1837 722 250 0 864 1031 08:25:55 Swap: 1023 63 960 08:25:55 08:25:55 08:25:55 ---> ip addr: 08:25:55 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:25:55 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:25:55 inet 127.0.0.1/8 scope host lo 08:25:55 valid_lft forever preferred_lft forever 08:25:55 inet6 ::1/128 scope host 08:25:55 valid_lft forever preferred_lft forever 08:25:55 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:25:55 link/ether fa:16:3e:4d:bf:dd brd ff:ff:ff:ff:ff:ff 08:25:55 inet 10.30.122.139/23 brd 10.30.123.255 scope global dynamic eth0 08:25:55 valid_lft 85216sec preferred_lft 85216sec 08:25:55 inet6 fe80::f816:3eff:fe4d:bfdd/64 scope link 08:25:55 valid_lft forever preferred_lft forever 08:25:55 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:25:55 link/ether 02:42:a3:47:2c:5b brd ff:ff:ff:ff:ff:ff 08:25:55 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:25:55 valid_lft forever preferred_lft forever 08:25:55 inet6 fe80::42:a3ff:fe47:2c5b/64 scope link 08:25:55 valid_lft forever preferred_lft forever 08:25:55 08:25:55 08:25:55 ---> sar -b -r -n DEV: 08:25:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 08:25:55 08:25:55 08:06:00 LINUX RESTART (4 CPU) 08:25:55 08:25:55 08:07:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:25:55 08:08:01 233.76 95.99 137.77 0.00 8261.03 52025.95 0.00 08:25:55 08:09:01 247.75 93.53 154.21 0.00 3387.27 19797.77 0.00 08:25:55 08:10:01 135.25 55.42 79.83 0.00 2128.94 8888.60 0.00 08:25:55 08:11:01 184.97 55.86 129.11 0.00 11150.56 62379.79 0.00 08:25:55 08:12:02 2697.87 2334.67 363.20 0.00 191480.13 222641.33 0.00 08:25:55 08:13:01 846.66 606.68 239.98 0.00 37486.66 62929.47 0.00 08:25:55 08:14:02 1987.24 1654.77 332.47 0.00 143633.17 183534.83 0.00 08:25:55 08:15:01 365.38 115.88 249.50 0.00 8514.81 42652.87 0.00 08:25:55 08:16:01 32.23 11.61 20.63 0.00 2902.96 688.13 0.00 08:25:55 08:17:01 1.88 0.45 1.43 0.00 14.26 22.67 0.00 08:25:55 08:18:01 0.40 0.03 0.37 0.00 0.67 5.63 0.00 08:25:55 08:19:01 0.30 0.02 0.28 0.00 0.13 3.80 0.00 08:25:55 08:20:01 0.30 0.02 0.28 0.00 0.13 3.58 0.00 08:25:55 08:21:01 0.72 0.33 0.38 0.00 10.79 5.83 0.00 08:25:55 08:22:01 2.23 1.42 0.82 0.00 41.72 16.07 0.00 08:25:55 08:23:01 0.38 0.02 0.37 0.00 0.13 5.75 0.00 08:25:55 08:24:01 0.30 0.02 0.28 0.00 0.13 4.23 0.00 08:25:55 08:25:01 0.40 0.02 0.38 0.00 0.13 5.56 0.00 08:25:55 Average: 376.27 281.20 95.07 0.00 22895.36 36571.91 0.00 08:25:55 08:25:55 08:07:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:25:55 08:08:01 176916 0 674108 35.83 1760 1028760 1321688 45.11 541852 921616 12 08:25:55 08:09:01 153992 0 812860 43.20 920 913772 1642188 56.05 681980 766268 46620 08:25:55 08:10:01 250764 0 758768 40.33 692 871320 1364756 46.58 608236 730184 64612 08:25:55 08:11:01 77156 0 726764 38.63 280 1077344 1261444 43.05 704924 839756 90528 08:25:55 08:12:02 67832 0 858784 45.64 8 954920 2345252 80.04 771556 814492 82304 08:25:55 08:13:01 386804 0 705740 37.51 8 788992 1358992 46.38 555432 699264 0 08:25:55 08:14:02 72840 0 737232 39.18 8 1071464 1749052 59.69 676252 899980 67604 08:25:55 08:15:01 114528 0 718948 38.21 8 1048060 1554436 53.05 651684 868128 3912 08:25:55 08:16:01 148768 0 640428 34.04 8 1092340 1207096 41.20 581824 909048 12 08:25:55 08:17:01 150828 0 637936 33.90 8 1092772 1187612 40.53 581276 908592 8 08:25:55 08:18:01 151564 0 637208 33.87 8 1092764 1181384 40.32 580560 908400 8 08:25:55 08:19:01 151908 0 636844 33.85 8 1092784 1181384 40.32 580708 908416 8 08:25:55 08:20:01 151880 0 636864 33.85 8 1092792 1181384 40.32 580464 908420 8 08:25:55 08:21:01 151256 0 637116 33.86 8 1093164 1181832 40.33 580824 908548 8 08:25:55 08:22:01 149896 0 637988 33.91 8 1093652 1181444 40.32 580948 909244 8 08:25:55 08:23:01 150272 0 637600 33.89 8 1093664 1181384 40.32 580640 909264 8 08:25:55 08:24:01 150280 0 637588 33.89 8 1093668 1181384 40.32 580516 909272 8 08:25:55 08:25:01 150184 0 637676 33.89 8 1093676 1181384 40.32 580648 909272 8 08:25:55 Average: 155982 0 687247 36.53 209 1038106 1358005 46.35 611129 868231 19760 08:25:55 08:25:55 08:07:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:25:55 08:08:01 eth0 1313.16 1214.24 6311.83 133.65 0.00 0.00 0.00 0.00 08:25:55 08:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:08:01 docker0 896.50 920.40 72.35 3094.62 0.00 0.00 0.00 0.00 08:25:55 08:09:01 vethf1d5fc3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:25:55 08:09:01 eth0 136.56 107.66 495.03 19.89 0.00 0.00 0.00 0.00 08:25:55 08:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:09:01 docker0 90.11 106.57 7.12 467.64 0.00 0.00 0.00 0.00 08:25:55 08:10:01 vethf1d5fc3 1.83 1.83 0.15 0.16 0.00 0.00 0.00 0.00 08:25:55 08:10:01 eth0 36.58 25.96 19.89 68.00 0.00 0.00 0.00 0.00 08:25:55 08:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:10:01 docker0 1.83 1.83 0.12 0.16 0.00 0.00 0.00 0.00 08:25:55 08:11:01 eth0 214.07 179.82 1702.60 83.74 0.00 0.00 0.00 0.00 08:25:55 08:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:11:01 veth2f2c536 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:25:55 08:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:12:02 eth0 41.95 23.26 160.29 9.45 0.00 0.00 0.00 0.00 08:25:55 08:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:12:02 veth2f2c536 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 08:25:55 08:12:02 docker0 13.07 22.33 0.73 144.16 0.00 0.00 0.00 0.00 08:25:55 08:13:01 eth0 56.82 31.06 238.27 11.40 0.00 0.00 0.00 0.00 08:25:55 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:13:01 veth2f2c536 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 08:25:55 08:13:01 docker0 13.39 28.18 0.73 171.64 0.00 0.00 0.00 0.00 08:25:55 08:14:02 eth0 63.28 43.45 83.04 75.63 0.00 0.00 0.00 0.00 08:25:55 08:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:14:02 veth2f2c536 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:14:02 docker0 3.64 10.48 0.19 58.51 0.00 0.00 0.00 0.00 08:25:55 08:15:01 eth0 289.50 205.07 1727.00 97.58 0.00 0.00 0.00 0.00 08:25:55 08:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:15:01 veth2f2c536 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 08:25:55 08:15:01 docker0 43.04 91.44 2.64 447.90 0.00 0.00 0.00 0.00 08:25:55 08:16:01 eth0 16.77 10.46 43.13 3.52 0.00 0.00 0.00 0.00 08:25:55 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:16:01 docker0 5.96 8.54 0.35 36.01 0.00 0.00 0.00 0.00 08:25:55 08:17:01 eth0 0.72 0.45 0.41 0.27 0.00 0.00 0.00 0.00 08:25:55 08:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:18:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:25:55 08:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:19:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:25:55 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:20:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:25:55 08:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:21:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:25:55 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:22:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 08:25:55 08:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:25:55 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:24:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:25:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:25:55 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 Average: eth0 119.40 101.30 593.21 27.83 0.00 0.00 0.00 0.00 08:25:55 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:25:55 Average: docker0 58.57 65.31 4.62 242.85 0.00 0.00 0.00 0.00 08:25:55 08:25:55 08:25:55 ---> sar -P ALL: 08:25:55 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/01/21 _x86_64_ (4 CPU) 08:25:55 08:25:55 08:06:00 LINUX RESTART (4 CPU) 08:25:55 08:25:55 08:07:02 CPU %user %nice %system %iowait %steal %idle 08:25:55 08:08:01 all 16.63 0.00 9.45 2.75 0.05 71.12 08:25:55 08:08:01 0 20.20 0.00 11.73 3.00 0.05 65.01 08:25:55 08:08:01 1 13.26 0.00 8.22 1.71 0.03 76.77 08:25:55 08:08:01 2 15.45 0.00 8.34 3.16 0.07 72.98 08:25:55 08:08:01 3 17.62 0.00 9.53 3.14 0.05 69.66 08:25:55 08:09:01 all 34.97 0.00 11.48 6.66 0.06 46.83 08:25:55 08:09:01 0 33.54 0.00 11.37 5.25 0.05 49.79 08:25:55 08:09:01 1 34.36 0.00 11.81 5.75 0.07 48.01 08:25:55 08:09:01 2 36.97 0.00 11.05 7.69 0.05 44.24 08:25:55 08:09:01 3 34.99 0.00 11.69 7.96 0.05 45.30 08:25:55 08:10:01 all 49.57 0.00 13.81 3.33 0.07 33.22 08:25:55 08:10:01 0 49.66 0.00 13.86 2.91 0.09 33.49 08:25:55 08:10:01 1 49.27 0.00 14.05 2.22 0.03 34.42 08:25:55 08:10:01 2 49.74 0.00 14.31 2.30 0.10 33.55 08:25:55 08:10:01 3 49.59 0.00 13.02 5.91 0.05 31.43 08:25:55 08:11:01 all 23.71 0.00 12.23 8.24 0.06 55.77 08:25:55 08:11:01 0 23.51 0.00 12.02 7.31 0.07 57.08 08:25:55 08:11:01 1 22.66 0.00 11.64 7.34 0.07 58.30 08:25:55 08:11:01 2 23.13 0.00 12.62 8.07 0.05 56.13 08:25:55 08:11:01 3 25.53 0.00 12.65 10.23 0.05 51.54 08:25:55 08:12:02 all 22.63 0.00 28.38 21.38 0.11 27.50 08:25:55 08:12:02 0 23.92 0.00 27.87 22.93 0.09 25.20 08:25:55 08:12:02 1 22.50 0.00 27.71 20.53 0.14 29.12 08:25:55 08:12:02 2 22.18 0.00 28.39 20.67 0.12 28.63 08:25:55 08:12:02 3 21.92 0.00 29.55 21.38 0.11 27.04 08:25:55 08:13:01 all 51.85 0.00 16.64 13.54 0.07 17.90 08:25:55 08:13:01 0 51.46 0.00 16.81 13.69 0.07 17.97 08:25:55 08:13:01 1 51.81 0.00 16.99 15.31 0.03 15.85 08:25:55 08:13:01 2 51.55 0.00 16.64 13.24 0.09 18.48 08:25:55 08:13:01 3 52.57 0.00 16.13 11.91 0.07 19.32 08:25:55 08:14:02 all 36.64 0.00 25.70 14.74 0.12 22.81 08:25:55 08:14:02 0 34.65 0.00 25.63 13.40 0.10 26.22 08:25:55 08:14:02 1 36.68 0.00 25.72 16.74 0.16 20.70 08:25:55 08:14:02 2 37.84 0.00 25.26 15.19 0.14 21.56 08:25:55 08:14:02 3 37.40 0.00 26.20 13.61 0.07 22.72 08:25:55 08:15:01 all 30.37 0.00 13.19 10.04 0.06 46.34 08:25:55 08:15:01 0 33.34 0.00 14.05 10.40 0.07 42.14 08:25:55 08:15:01 1 28.16 0.00 12.46 9.87 0.05 49.46 08:25:55 08:15:01 2 30.64 0.00 12.65 9.47 0.07 47.17 08:25:55 08:15:01 3 29.32 0.00 13.61 10.40 0.05 46.62 08:25:55 08:16:01 all 0.81 0.00 1.01 1.01 0.01 97.16 08:25:55 08:16:01 0 0.80 0.00 1.05 0.32 0.02 97.82 08:25:55 08:16:01 1 0.60 0.00 0.98 1.40 0.00 97.02 08:25:55 08:16:01 2 0.90 0.00 1.28 0.42 0.02 97.38 08:25:55 08:16:01 3 0.95 0.00 0.73 1.89 0.02 96.41 08:25:55 08:17:01 all 0.15 0.00 0.04 0.00 0.00 99.81 08:25:55 08:17:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:25:55 08:17:01 1 0.42 0.00 0.02 0.00 0.00 99.57 08:25:55 08:17:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:25:55 08:17:01 3 0.08 0.00 0.03 0.00 0.00 99.88 08:25:55 08:18:01 all 0.16 0.00 0.08 0.00 0.00 99.75 08:25:55 08:18:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:25:55 08:18:01 1 0.52 0.00 0.07 0.00 0.02 99.40 08:25:55 08:18:01 2 0.05 0.00 0.10 0.00 0.00 99.85 08:25:55 08:18:01 3 0.03 0.00 0.10 0.00 0.00 99.87 08:25:55 08:25:55 08:18:01 CPU %user %nice %system %iowait %steal %idle 08:25:55 08:19:01 all 0.14 0.00 0.02 0.00 0.00 99.83 08:25:55 08:19:01 0 0.00 0.00 0.02 0.00 0.00 99.98 08:25:55 08:19:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:25:55 08:19:01 2 0.03 0.00 0.05 0.00 0.00 99.92 08:25:55 08:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:25:55 08:20:01 all 0.15 0.00 0.04 0.00 0.01 99.79 08:25:55 08:20:01 0 0.05 0.00 0.03 0.00 0.00 99.92 08:25:55 08:20:01 1 0.52 0.00 0.03 0.02 0.00 99.43 08:25:55 08:20:01 2 0.05 0.00 0.07 0.00 0.02 99.87 08:25:55 08:20:01 3 0.00 0.00 0.03 0.00 0.02 99.95 08:25:55 08:21:01 all 0.15 0.00 0.03 0.01 0.00 99.81 08:25:55 08:21:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:25:55 08:21:01 1 0.50 0.00 0.02 0.00 0.00 99.48 08:25:55 08:21:01 2 0.03 0.00 0.07 0.02 0.00 99.88 08:25:55 08:21:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:25:55 08:22:01 all 0.17 0.00 0.07 0.02 0.00 99.75 08:25:55 08:22:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:25:55 08:22:01 1 0.50 0.00 0.05 0.00 0.00 99.45 08:25:55 08:22:01 2 0.07 0.00 0.07 0.00 0.00 99.87 08:25:55 08:22:01 3 0.07 0.00 0.10 0.07 0.00 99.77 08:25:55 08:23:01 all 0.03 0.00 0.03 0.00 0.00 99.94 08:25:55 08:23:01 0 0.00 0.00 0.03 0.00 0.00 99.97 08:25:55 08:23:01 1 0.05 0.00 0.03 0.00 0.00 99.92 08:25:55 08:23:01 2 0.03 0.00 0.03 0.00 0.00 99.93 08:25:55 08:23:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:25:55 08:24:01 all 0.06 0.00 0.03 0.00 0.00 99.92 08:25:55 08:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:25:55 08:24:01 1 0.13 0.00 0.02 0.00 0.00 99.85 08:25:55 08:24:01 2 0.05 0.00 0.02 0.00 0.00 99.93 08:25:55 08:24:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:25:55 08:25:01 all 0.15 0.00 0.02 0.00 0.00 99.82 08:25:55 08:25:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:25:55 08:25:01 1 0.52 0.00 0.02 0.00 0.02 99.45 08:25:55 08:25:01 2 0.02 0.00 0.02 0.00 0.00 99.97 08:25:55 08:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:25:55 Average: all 14.59 0.00 7.18 4.43 0.03 73.75 08:25:55 Average: 0 14.74 0.00 7.32 4.30 0.03 73.61 08:25:55 Average: 1 14.33 0.00 7.07 4.40 0.03 74.17 08:25:55 Average: 2 14.62 0.00 7.12 4.35 0.04 73.87 08:25:55 Average: 3 14.68 0.00 7.23 4.69 0.03 73.37 08:25:55 08:25:55 08:25:55