Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 3daad41841a19eb22bce2f1fa509c016ebb6911a+db7925e05468a348a54e2ee7c85b6c50909b0e0e (8e9b04c6a99af661f538a2e7ea015a339551f4e0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1416 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a > 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/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # 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 db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 Merge succeeded, producing 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 Checking out Revision 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 (PR-3391) > git config core.sparsecheckout # timeout=10 > git checkout -f 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 # timeout=10 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:29:44 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:29:45 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:29:45 ========================================================= 08:29:45 EdgeX Global Pipelines Version Info 08:29:45 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:29:46 ------------------- 08:29:46 stable info: 08:29:46 ------------------- 08:29:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:29:46 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 08:29:46 Message: update stable to v1.0.186 08:29:47 ------------------- 08:29:47 experimental info: 08:29:47 ------------------- 08:29:47 Commited By: **** collab-it+edgex@linuxfoundation.org 08:29:47 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 08:29:47 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:29:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3391 [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3391 [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3391 [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 87c5224 [Pipeline] echo 08:29:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:29:48 provisioning config files... 08:29:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5889438889701990820tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:29:48 ---> docker-login.sh 08:29:48 nexus3.edgexfoundry.org:10001 08:29:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:49 Configure a credential helper to remove this warning. See 08:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:49 08:29:49 Login Succeeded 08:29:49 nexus3.edgexfoundry.org:10002 08:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:49 Configure a credential helper to remove this warning. See 08:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:49 08:29:49 Login Succeeded 08:29:49 nexus3.edgexfoundry.org:10003 08:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:49 Configure a credential helper to remove this warning. See 08:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:49 08:29:49 Login Succeeded 08:29:49 nexus3.edgexfoundry.org:10004 08:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:49 Configure a credential helper to remove this warning. See 08:29:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:49 08:29:49 Login Succeeded 08:29:49 docker.io 08:29:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:29:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:29:50 Configure a credential helper to remove this warning. See 08:29:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:29:50 08:29:50 Login Succeeded 08:29:50 ---> docker-login.sh ends [Pipeline] } 08:29:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:29:50 ++ 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:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/core-command/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo core-command,cmd/core-command/Dockerfile 08:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/core-data/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo core-data,cmd/core-data/Dockerfile 08:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/core-metadata/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo core-metadata,cmd/core-metadata/Dockerfile 08:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/security-bootstrapper/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/security-proxy-setup/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/support-notifications/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo support-notifications,cmd/support-notifications/Dockerfile 08:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/support-scheduler/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:29:50 + for file in '`ls cmd/**/Dockerfile`' 08:29:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:29:50 ++ cut -d/ -f2 08:29:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:29:50 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:29:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:51 08:29:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:29:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:52 latest: Pulling from edgex-devops/git-semver 08:29:52 31603596830f: Pulling fs layer 08:29:52 2a8b12db71e7: Pulling fs layer 08:29:52 6ca5941a6612: Pulling fs layer 08:29:52 ecc8261a40a4: Pulling fs layer 08:29:52 ecc8261a40a4: Waiting 08:29:52 2a8b12db71e7: Verifying Checksum 08:29:52 2a8b12db71e7: Download complete 08:29:52 31603596830f: Verifying Checksum 08:29:52 31603596830f: Download complete 08:29:52 ecc8261a40a4: Verifying Checksum 08:29:52 ecc8261a40a4: Download complete 08:29:52 6ca5941a6612: Verifying Checksum 08:29:52 6ca5941a6612: Download complete 08:29:52 31603596830f: Pull complete 08:29:52 2a8b12db71e7: Pull complete 08:29:53 6ca5941a6612: Pull complete 08:29:54 ecc8261a40a4: Pull complete 08:29:54 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:29:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:29:54 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:29:54 prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container 08:29:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:29:56 $ docker top 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:29:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:29:56 [ssh-agent] Looking for ssh-agent implementation... 08:29:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:29:56 $ docker exec 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b ssh-agent 08:29:56 SSH_AUTH_SOCK=/tmp/ssh-KPWfSr4eF57f/agent.12 08:29:56 SSH_AGENT_PID=17 08:29:56 Running ssh-add (command line suppressed) 08:29:57 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2838947622047370838.key (/w/workspace/edgex-go/4@tmp/private_key_2838947622047370838.key) 08:29:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:29:57 + git tag --points-at HEAD [Pipeline] } 08:29:57 $ docker exec --env ******** --env ******** 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b ssh-agent -k 08:29:57 unset SSH_AUTH_SOCK; 08:29:57 unset SSH_AGENT_PID; 08:29:57 echo Agent pid 17 killed; 08:29:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:29:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:29:57 [ssh-agent] Looking for ssh-agent implementation... 08:29:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:29:57 $ docker exec 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b ssh-agent 08:29:57 SSH_AUTH_SOCK=/tmp/ssh-b7ree2MxYJe1/agent.47 08:29:57 SSH_AGENT_PID=52 08:29:57 Running ssh-add (command line suppressed) 08:29:58 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8740278886163187844.key (/w/workspace/edgex-go/4@tmp/private_key_8740278886163187844.key) 08:29:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:29:58 + git semver init 08:29:58 # -> Open(): unable to determine branch for HEAD 08:29:58 # $GIT_DIR = /w/workspace/edgex-go/4/.git 08:29:58 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 08:29:58 # $SEMVER_REMOTE_NAME = origin 08:29:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:29:58 # $SEMVER_USER_NAME = edgex-jenkins 08:29:58 # $SEMVER_BRANCH = PR-3391 08:29:58 # $SEMVER_TEMP = /tmp/semver-698765577 08:29:58 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:30:16 # '/tmp/semver-698765577' -> '/w/workspace/edgex-go/4/.semver' 08:30:16 # -> Force: false 08:30:16 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 08:30:16 $ docker exec --env ******** --env ******** 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b ssh-agent -k 08:30:16 unset SSH_AUTH_SOCK; 08:30:16 unset SSH_AGENT_PID; 08:30:16 echo Agent pid 52 killed; 08:30:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:30:17 + git semver [Pipeline] } 08:30:17 $ docker stop --time=1 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b 08:30:18 $ docker rm -f 6e0c7fdece11199ffdd8c2382547c485974edc2dc42579ce04391d361553e56b [Pipeline] // withDockerContainer [Pipeline] sh 08:30:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:30:19 Stashed 1 file(s) [Pipeline] echo 08:30:19 [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:30:20 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:30:20 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:30:20 + sudo service docker restart 08:30:20 + true 08:30:20 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:30:21 ========================================================= 08:30:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:30:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:30:21 + 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:30:26 Sending build context to Docker daemon 329.9MB 08:30:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:30:26 Step 2/6 : FROM ${BASE} 08:30:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:30:26 188c0c94c7c5: Pulling fs layer 08:30:26 0ef7d3d256c8: Pulling fs layer 08:30:26 de9db76c5a1d: Pulling fs layer 08:30:26 bca2f99d35d6: Pulling fs layer 08:30:26 93359f2a8cfa: Pulling fs layer 08:30:26 7c6f9722023f: Pulling fs layer 08:30:26 a35cf1a2eb13: Pulling fs layer 08:30:26 93359f2a8cfa: Waiting 08:30:26 7c6f9722023f: Waiting 08:30:26 a35cf1a2eb13: Waiting 08:30:26 bca2f99d35d6: Waiting 08:30:26 de9db76c5a1d: Verifying Checksum 08:30:26 de9db76c5a1d: Download complete 08:30:26 0ef7d3d256c8: Download complete 08:30:26 93359f2a8cfa: Verifying Checksum 08:30:26 93359f2a8cfa: Download complete 08:30:26 188c0c94c7c5: Verifying Checksum 08:30:26 188c0c94c7c5: Download complete 08:30:26 7c6f9722023f: Download complete 08:30:26 188c0c94c7c5: Pull complete 08:30:26 0ef7d3d256c8: Pull complete 08:30:26 de9db76c5a1d: Pull complete 08:30:27 a35cf1a2eb13: Download complete 08:30:28 bca2f99d35d6: Verifying Checksum 08:30:28 bca2f99d35d6: Download complete 08:30:33 bca2f99d35d6: Pull complete 08:30:33 93359f2a8cfa: Pull complete 08:30:33 7c6f9722023f: Pull complete 08:30:34 Still waiting to schedule task 08:30:34 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:30:38 a35cf1a2eb13: Pull complete 08:30:38 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:30:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:30:38 ---> a62c8e92a672 08:30:38 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:30:38 ---> Running in 7ccfa2796613 08:30:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:30:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:30:40 (1/12) Installing libmagic (5.38-r0) 08:30:40 (2/12) Installing file (5.38-r0) 08:30:40 (3/12) Installing libc-dev (0.7.2-r3) 08:30:40 (4/12) Installing g++ (9.3.0-r2) 08:30:45 (5/12) Installing fortify-headers (1.1-r0) 08:30:45 (6/12) Installing patch (2.7.6-r6) 08:30:45 (7/12) Installing build-base (0.5-r2) 08:30:45 (8/12) Installing libsodium (1.0.18-r0) 08:30:45 (9/12) Installing pkgconf (1.7.2-r0) 08:30:45 (10/12) Installing libsodium-dev (1.0.18-r0) 08:30:45 (11/12) Installing libzmq (4.3.3-r0) 08:30:45 (12/12) Installing zeromq-dev (4.3.3-r0) 08:30:45 Executing busybox-1.31.1-r19.trigger 08:30:45 OK: 233 MiB in 51 packages 08:30:49 Removing intermediate container 7ccfa2796613 08:30:49 ---> 1e912da9c412 08:30:49 Step 4/6 : WORKDIR /edgex-go 08:30:49 ---> Running in 0a09dadbbf03 08:30:49 Removing intermediate container 0a09dadbbf03 08:30:49 ---> 812877f1023c 08:30:49 Step 5/6 : COPY go.mod . 08:30:49 ---> 84df6f6070cd 08:30:49 Step 6/6 : RUN go mod download 08:30:49 ---> Running in a57f0dfba679 08:31:11 Removing intermediate container a57f0dfba679 08:31:11 ---> 12286b2078eb 08:31:11 Successfully built 12286b2078eb 08:31:11 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:31:12 + docker inspect -f . ci-base-image-x86_64 08:31:12 . [Pipeline] withDockerContainer 08:31:12 prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container 08:31:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:31:13 $ docker top 9ddcb4f36ffc5e23fb57a99ab419853ab7c155d962fe9932de4be3f1e88e298a -eo pid,comm [Pipeline] { [Pipeline] sh 08:31:13 + go version 08:31:13 go version go1.15.5 linux/amd64 [Pipeline] } 08:31:13 $ docker stop --time=1 9ddcb4f36ffc5e23fb57a99ab419853ab7c155d962fe9932de4be3f1e88e298a 08:31:14 $ docker rm -f 9ddcb4f36ffc5e23fb57a99ab419853ab7c155d962fe9932de4be3f1e88e298a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:31:15 + docker inspect -f . ci-base-image-x86_64 08:31:15 . [Pipeline] withDockerContainer 08:31:15 prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container 08:31:15 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:31:16 $ docker top a665bc9491aeb8571d660319dd574d550f92af789d54ee1d334522eef53561b3 -eo pid,comm [Pipeline] { [Pipeline] echo 08:31:16 ========================================================= 08:31:16 [edgeXBuildGoParallel] Running Tests and Build... 08:31:16 ========================================================= [Pipeline] sh 08:31:16 + make test 08:31:16 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:31:26 ? github.com/edgexfoundry/edgex-go [no test files] 08:31:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:31:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:31:47 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:31:47 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:31:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:31:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:31:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:31:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:31:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:31:51 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:31:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.096s coverage: 45.9% of statements 08:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:31:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.085s coverage: 19.8% of statements 08:31:55 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements 08:31:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.254s coverage: 27.1% of statements 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:31:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:31:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:31:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.084s coverage: 71.3% of statements 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:31:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:32:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.163s coverage: 82.9% of statements 08:32:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:32:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:32:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.068s coverage: 78.9% of statements 08:32:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:32:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.400s coverage: 28.6% of statements 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:32:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:32:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:32:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.187s coverage: 86.7% of statements 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:32:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.152s coverage: 97.5% of statements 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:32:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.094s coverage: 78.3% of statements 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:32:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:32:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 93.0% of statements 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:32:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:32:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.9% of statements 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:32:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 47.1% of statements 08:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements 08:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements 08:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 08:32:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements 08:32:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.087s coverage: 94.4% of statements 08:32:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements 08:32:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.270s coverage: 81.9% of statements 08:32:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.083s coverage: 92.9% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 79.1% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 85.4% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.2% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.193s coverage: 64.4% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.029s coverage: 100.0% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 66.9% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.144s coverage: 41.5% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.038s coverage: 89.5% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.042s coverage: 84.8% of statements 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.134s coverage: 47.0% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.058s coverage: 9.6% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.141s coverage: 88.6% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.732s coverage: 28.7% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.063s coverage: 99.0% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.067s coverage: 100.0% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.066s coverage: 64.6% of statements 08:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.116s coverage: 95.6% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 28.1% of statements 08:32:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:32:30 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1422 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 08:32:30 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:32:30 GO111MODULE=on go vet ./... 08:32:37 using credential edgex-jenkins-ssh 08:32:37 Cloning the remote Git repository 08:32:37 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:32:37 > git init /w/workspace/edgex-go/4 # timeout=10 08:32:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:32:37 > git --version # timeout=10 08:32:37 > git --version # 'git version 2.17.1' 08:32:37 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:54 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a 08:32:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:32:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:32:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:32:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:32:53 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:32:54 > git config core.sparsecheckout # timeout=10 08:32:54 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 08:32:55 > git remote # timeout=10 08:32:55 > git config --get remote.origin.url # timeout=10 08:32:55 using GIT_SSH to set credentials SSH Credentials for GitHub 08:32:55 > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 08:32:55 > git rev-parse HEAD^{commit} # timeout=10 08:32:55 Merge succeeded, producing c98d0a0cba09b0263e3cfdd2bdee846b83d23f43 08:32:55 Checking out Revision c98d0a0cba09b0263e3cfdd2bdee846b83d23f43 (PR-3391) 08:32:55 > git config core.sparsecheckout # timeout=10 08:32:55 > git checkout -f c98d0a0cba09b0263e3cfdd2bdee846b83d23f43 # timeout=10 08:32:58 gofmt -l . 08:32:58 [ "`gofmt -l .`" = "" ] 08:32:58 ./bin/test-go-mod-tidy.sh 08:32:59 ./bin/test-attribution-txt.sh 08:32:59 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" 08:32:59 First time build. Skipping changelog. 08:32:59 > git rev-list --no-walk 10103b7b129986e7f07d1b4b02e10c7fdba00c9f # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:32:59 + ls -al . 08:32:59 total 820 08:32:59 drwxrwxr-x 10 1001 1001 4096 Apr 22 08:32 . 08:32:59 drwxr-xr-x 4 root root 28 Apr 22 08:31 .. 08:32:59 -rw-rw-r-- 1 1001 1001 11 Apr 22 08:29 .dockerignore 08:32:59 drwxrwxr-x 8 1001 1001 179 Apr 22 08:29 .git 08:32:59 drwxrwxr-x 3 1001 1001 125 Apr 22 08:29 .github 08:32:59 -rw-rw-r-- 1 1001 1001 818 Apr 22 08:29 .gitignore 08:32:59 drwx------ 3 1001 1001 60 Apr 22 08:30 .semver 08:32:59 -rw-rw-r-- 1 1001 1001 166 Apr 22 08:29 .sonarcloud.properties 08:32:59 -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:29 Attribution.txt 08:32:59 -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:29 CONTRIBUTING.md 08:32:59 -rw-rw-r-- 1 1001 1001 931 Apr 22 08:29 Dockerfile.build 08:32:59 -rw-rw-r-- 1 1001 1001 863 Apr 22 08:29 Jenkinsfile 08:32:59 -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:29 LICENSE 08:32:59 -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:29 Makefile 08:32:59 -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:29 README.md 08:32:59 -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:29 SECURITY.md 08:32:59 -rw-rw-r-- 1 1001 1001 5 Apr 22 08:30 VERSION 08:32:59 -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:29 ZMQWindows.md 08:32:59 drwxrwxr-x 2 1001 1001 117 Apr 22 08:29 bin 08:32:59 drwxrwxr-x 14 1001 1001 4096 Apr 22 08:29 cmd 08:32:59 -rw-r--r-- 1 root root 711909 Apr 22 08:32 coverage.out 08:32:59 -rw-r--r-- 1 root root 1059 Apr 22 08:32 go.mod 08:32:59 -rw-r--r-- 1 root root 22300 Apr 22 08:32 go.sum 08:32:59 drwxrwxr-x 8 1001 1001 127 Apr 22 08:29 internal 08:32:59 drwxrwxr-x 4 1001 1001 26 Apr 22 08:29 openapi 08:32:59 drwxrwxr-x 4 1001 1001 71 Apr 22 08:29 snap 08:32:59 -rw-rw-r-- 1 1001 1001 168 Apr 22 08:29 version.go [Pipeline] sh 08:33:00 + '[' -e coverage.out ] 08:33:00 + chown 1001:1001 coverage.out [Pipeline] stash 08:33:00 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:33:01 Stashed 1 file(s) [Pipeline] sh 08:33:01 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:33:01 + make build 08:33:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:33:01 + sudo service docker restart 08:33:01 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:33:03 provisioning config files... 08:33:03 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2939733316509518484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:33:04 ---> docker-login.sh 08:33:04 nexus3.edgexfoundry.org:10001 08:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:05 Configure a credential helper to remove this warning. See 08:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:05 08:33:05 Login Succeeded 08:33:05 nexus3.edgexfoundry.org:10002 08:33:05 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:33:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:05 Configure a credential helper to remove this warning. See 08:33:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:05 08:33:05 Login Succeeded 08:33:05 nexus3.edgexfoundry.org:10003 08:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:06 Configure a credential helper to remove this warning. See 08:33:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:06 08:33:06 Login Succeeded 08:33:06 nexus3.edgexfoundry.org:10004 08:33:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:07 Configure a credential helper to remove this warning. See 08:33:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:07 08:33:07 Login Succeeded 08:33:07 docker.io 08:33:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:33:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:33:07 Configure a credential helper to remove this warning. See 08:33:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:33:07 08:33:07 Login Succeeded 08:33:07 ---> docker-login.sh ends [Pipeline] } 08:33:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:33:07 ========================================================= 08:33:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:33:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:33:08 + 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:33:10 Sending build context to Docker daemon 167.6MB 08:33:10 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:33:10 Step 2/6 : FROM ${BASE} 08:33:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:33:10 5f621e34cdf4: Pulling fs layer 08:33:10 a4357932f1b6: Pulling fs layer 08:33:10 18c013af1878: Pulling fs layer 08:33:10 00ac8860ef70: Pulling fs layer 08:33:10 63d7cb157983: Pulling fs layer 08:33:10 b116817d02f9: Pulling fs layer 08:33:10 745a02a5169b: Pulling fs layer 08:33:10 00ac8860ef70: Waiting 08:33:10 63d7cb157983: Waiting 08:33:10 b116817d02f9: Waiting 08:33:10 745a02a5169b: Waiting 08:33:10 18c013af1878: Verifying Checksum 08:33:10 18c013af1878: Download complete 08:33:10 a4357932f1b6: Download complete 08:33:10 63d7cb157983: Download complete 08:33:10 b116817d02f9: Verifying Checksum 08:33:10 5f621e34cdf4: Verifying Checksum 08:33:10 5f621e34cdf4: Download complete 08:33:11 5f621e34cdf4: Pull complete 08:33:12 a4357932f1b6: Pull complete 08:33:12 18c013af1878: Pull complete 08:33:12 745a02a5169b: Verifying Checksum 08:33:12 745a02a5169b: Download complete 08:33:13 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:33:13 00ac8860ef70: Verifying Checksum 08:33:13 00ac8860ef70: Download complete 08:33:15 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:33: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:33:16 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:33:18 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:33:20 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:33:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 08:33:22 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:33:23 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:33:24 00ac8860ef70: Pull complete 08:33:24 63d7cb157983: Pull complete 08:33:24 b116817d02f9: Pull complete 08:33:24 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:33:26 $ docker stop --time=1 a665bc9491aeb8571d660319dd574d550f92af789d54ee1d334522eef53561b3 08:33:27 745a02a5169b: Pull complete 08:33:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:33:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:33:27 ---> b7e6874047d6 08:33:27 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:33:28 $ docker rm -f a665bc9491aeb8571d660319dd574d550f92af789d54ee1d334522eef53561b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:31 08:33:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:33:32 ---> Running in 7d860fa26fa6 08:33:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:32 latest: Pulling from edgex-devops/edgex-compose 08:33:32 cbdbe7a5bc2a: Pulling fs layer 08:33:32 ca9280d653b3: Pulling fs layer 08:33:32 7e9c9ca2126c: Pulling fs layer 08:33:32 cbdbe7a5bc2a: Verifying Checksum 08:33:32 cbdbe7a5bc2a: Download complete 08:33:32 ca9280d653b3: Verifying Checksum 08:33:32 ca9280d653b3: Download complete 08:33:32 cbdbe7a5bc2a: Pull complete 08:33:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:33:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:33:33 ca9280d653b3: Pull complete 08:33:33 7e9c9ca2126c: Download complete 08:33:34 (1/12) Installing libmagic (5.38-r0) 08:33:34 (2/12) Installing file (5.38-r0) 08:33:34 (3/12) Installing libc-dev (0.7.2-r3) 08:33:34 (4/12) Installing g++ (9.3.0-r2) 08:33:38 (5/12) Installing fortify-headers (1.1-r0) 08:33:38 (6/12) Installing patch (2.7.6-r6) 08:33:38 (7/12) Installing build-base (0.5-r2) 08:33:38 (8/12) Installing libsodium (1.0.18-r0) 08:33:38 (9/12) Installing pkgconf (1.7.2-r0) 08:33:38 (10/12) Installing libsodium-dev (1.0.18-r0) 08:33:38 (11/12) Installing libzmq (4.3.3-r0) 08:33:39 (12/12) Installing zeromq-dev (4.3.3-r0) 08:33:39 Executing busybox-1.31.1-r19.trigger 08:33:39 OK: 217 MiB in 51 packages 08:33:42 7e9c9ca2126c: Pull complete 08:33:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:33:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:33:42 prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container 08:33:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:33:43 $ docker top a83e15ed30c7fd942afcee156a010096d5b24c1b05132e46caffc604cfc24476 -eo pid,comm 08:33:43 Removing intermediate container 7d860fa26fa6 08:33:43 ---> 01c84cbbd248 08:33:43 Step 4/6 : WORKDIR /edgex-go 08:33:43 ---> Running in d74144ca8dbb [Pipeline] { [Pipeline] sh 08:33:43 Removing intermediate container d74144ca8dbb 08:33:43 ---> 0ff6fd54eef5 08:33:43 Step 5/6 : COPY go.mod . 08:33:43 + docker-compose build --help 08:33:43 + grep parallel 08:33:44 ---> b3c1e56e68bb 08:33:44 Step 6/6 : RUN go mod download 08:33:44 ---> Running in b002a81e8dd2 08:33:44 --parallel Build images in parallel. [Pipeline] } 08:33:44 $ docker stop --time=1 a83e15ed30c7fd942afcee156a010096d5b24c1b05132e46caffc604cfc24476 08:33:46 $ docker rm -f a83e15ed30c7fd942afcee156a010096d5b24c1b05132e46caffc604cfc24476 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:33:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:33:46 . [Pipeline] withDockerContainer 08:33:46 prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container 08:33:46 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:33:47 $ docker top 903cf4233918a43376ec154d1b86749f2025adf2bb73284d1cd22f2a0477a39b -eo pid,comm [Pipeline] { [Pipeline] sh 08:33:47 + docker-compose -f ./docker-compose-build.yml build --parallel 08:33:48 Building docker-core-command-go ... 08:33:48 Building docker-core-data-go ... 08:33:48 Building docker-core-metadata-go ... 08:33:48 Building docker-security-bootstrapper-go ... 08:33:48 Building docker-security-proxy-setup-go ... 08:33:48 Building docker-security-secretstore-setup-go ... 08:33:48 Building docker-support-notifications-go ... 08:33:48 Building docker-support-scheduler-go ... 08:33:48 Building docker-sys-mgmt-agent-go ... 08:33:48 Building docker-security-bootstrapper-go 08:33:48 Building docker-core-data-go 08:33:48 Building docker-support-notifications-go 08:33:48 Building docker-security-secretstore-setup-go 08:33:48 Building docker-support-scheduler-go 08:34:11 Removing intermediate container b002a81e8dd2 08:34:11 ---> 9527d0b016f8 08:34:11 Successfully built 9527d0b016f8 08:34:11 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:34:11 + docker inspect -f . ci-base-image-arm64 08:34:11 . [Pipeline] withDockerContainer 08:34:11 prd-ubuntu18.04-docker-arm64-4c-16g-1422 does not seem to be running inside a container 08:34:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:34:13 $ docker top 2a107a4c685f61c47e808d8d59c21a24f21a32aa9e946d94eaf32d658d93aadc -eo pid,comm [Pipeline] { [Pipeline] sh 08:34:14 + go version 08:34:14 go version go1.15.5 linux/arm64 [Pipeline] } 08:34:14 $ docker stop --time=1 2a107a4c685f61c47e808d8d59c21a24f21a32aa9e946d94eaf32d658d93aadc 08:34:16 $ docker rm -f 2a107a4c685f61c47e808d8d59c21a24f21a32aa9e946d94eaf32d658d93aadc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:34:17 + docker inspect -f . ci-base-image-arm64 08:34:17 . [Pipeline] withDockerContainer 08:34:17 prd-ubuntu18.04-docker-arm64-4c-16g-1422 does not seem to be running inside a container 08:34:17 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:34:19 $ docker top 57a899a758cf500a63f7dd8e8592762361a3e221bc7d1dd9416f09d867487b1f -eo pid,comm [Pipeline] { [Pipeline] echo 08:34:19 ========================================================= 08:34:19 [edgeXBuildGoParallel] Running Tests and Build... 08:34:19 ========================================================= [Pipeline] sh 08:34:20 + make test 08:34:20 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:34:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:34:27 ---> 12286b2078eb 08:34:27 Step 3/22 : WORKDIR /edgex-go 08:34:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:34:27 ---> 12286b2078eb 08:34:27 Step 3/23 : WORKDIR /edgex-go 08:34:27 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:27 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:34:27 ---> 12286b2078eb 08:34:27 Step 3/25 : WORKDIR /edgex-go 08:34:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:34:27 ---> 12286b2078eb 08:34:27 Step 3/22 : WORKDIR /edgex-go 08:34:27 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:34:27 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:34:27 ---> 12286b2078eb 08:34:27 Step 3/31 : WORKDIR /edgex-go 08:34:27 ---> Running in f44d1ad55022 08:34:27 ---> Running in 2b6b8ddd6a80 08:34:27 ---> Running in b62d64253bf8 08:34:27 ---> Running in 413b5f3606c1 08:34:27 ---> Running in b18a572bb232 08:34:27 Removing intermediate container b62d64253bf8 08:34:27 ---> 90a2b92a7a0d 08:34:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:27 Removing intermediate container 2b6b8ddd6a80 08:34:27 ---> 0fb188b0c3ec 08:34:27 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:27 Removing intermediate container b18a572bb232 08:34:27 ---> 1dc7699691eb 08:34:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:27 Removing intermediate container f44d1ad55022 08:34:27 ---> 04086a41b453 08:34:27 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:27 Removing intermediate container 413b5f3606c1 08:34:27 ---> 76532628d5c3 08:34:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:34:27 ---> Running in b6c6021d43ec 08:34:27 ---> Running in b0f7c5cdc834 08:34:27 ---> Running in af1163e932b6 08:34:27 ---> Running in e879d5e105cf 08:34:27 ---> Running in e92bde308d3b 08:34:27 Removing intermediate container b0f7c5cdc834 08:34:27 ---> 0953e77be284 08:34:27 Step 5/22 : RUN apk add --update --no-cache make git 08:34:27 Removing intermediate container b6c6021d43ec 08:34:27 ---> f9c012240aef 08:34:27 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:34:27 ---> Running in 8fdfea0d6774 08:34:28 Removing intermediate container af1163e932b6 08:34:28 ---> 655f2f284283 08:34:28 Step 5/31 : RUN apk add --update --no-cache make git 08:34:28 ---> Running in b6b4f10f4442 08:34:28 ---> Running in f4101c0f8901 08:34:28 Removing intermediate container e92bde308d3b 08:34:28 ---> 11130c04145e 08:34:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:34:28 Removing intermediate container e879d5e105cf 08:34:28 ---> 24c24d69607a 08:34:28 Step 5/25 : RUN apk add --update --no-cache make git 08:34:28 ---> Running in a29a71a0b41c 08:34:28 ---> Running in 64e44ab76836 08:34:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:30 OK: 233 MiB in 51 packages 08:34:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:30 Removing intermediate container 8fdfea0d6774 08:34:30 ---> 18fdb17fad6d 08:34:30 Step 6/22 : COPY go.mod . 08:34:30 OK: 233 MiB in 51 packages 08:34:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:30 ---> c56275165155 08:34:30 Step 7/22 : RUN go mod download 08:34:30 ---> Running in a1275dd7a8c0 08:34:30 OK: 233 MiB in 51 packages 08:34:31 Removing intermediate container f4101c0f8901 08:34:31 ---> a75e45ace626 08:34:31 Step 6/31 : COPY go.mod . 08:34:31 OK: 233 MiB in 51 packages 08:34:31 ---> 4f2db1d243d7 08:34:31 Step 7/31 : RUN go mod download 08:34:31 ---> Running in 26bbb0f1101e 08:34:31 Removing intermediate container b6b4f10f4442 08:34:31 ---> f7ad0cafd36b 08:34:31 Step 6/23 : COPY go.mod . 08:34:31 ---> d7246b732b62 08:34:31 Step 7/23 : RUN go mod download 08:34:31 ---> Running in 6426ae8e3512 08:34:32 OK: 233 MiB in 51 packages 08:34:32 Removing intermediate container 64e44ab76836 08:34:32 ---> d9c38c461221 08:34:32 Step 6/25 : COPY go.mod . 08:34:32 ---> aef566634259 08:34:32 Step 7/25 : RUN go mod download 08:34:32 ---> Running in cc02fbfaadc3 08:34:33 Removing intermediate container a29a71a0b41c 08:34:33 ---> 519cfdd8037a 08:34:33 Step 6/22 : COPY go.mod . 08:34:33 Removing intermediate container a1275dd7a8c0 08:34:33 ---> c86c8f12c957 08:34:33 Step 8/22 : COPY . . 08:34:33 ---> 06a755258b6e 08:34:33 Step 7/22 : RUN go mod download 08:34:33 Removing intermediate container 26bbb0f1101e 08:34:33 ---> 2c5f9f6f2972 08:34:33 Step 8/31 : COPY . . 08:34:33 ---> Running in b655b35a64a1 08:34:35 Removing intermediate container 6426ae8e3512 08:34:35 ---> a1728342ce0a 08:34:35 Step 8/23 : COPY . . 08:34:41 Removing intermediate container cc02fbfaadc3 08:34:41 ---> 23e49fbb348a 08:34:41 Step 8/25 : COPY . . 08:34:42 ? github.com/edgexfoundry/edgex-go [no test files] 08:34:43 Removing intermediate container b655b35a64a1 08:34:43 ---> 94ce0a30e80b 08:34:43 Step 8/22 : COPY . . 08:35:22 ---> cd42fcc61325 08:35:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:35:22 ---> 05aba99ecc81 08:35:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:35:22 ---> 0c37b42aca71 08:35:22 Step 9/23 : RUN make cmd/core-data/core-data 08:35:22 ---> Running in 31e17bc0ef65 08:35:22 ---> Running in 841e868ef259 08:35:22 ---> Running in 72f9edbeb0bc 08:35:23 ---> b034e25d0698 08:35:23 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:35:23 ---> 2496e8d6ce66 08:35:23 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:35:23 ---> Running in 84abb10e844a 08:35:23 ---> Running in 1d30d0efe56a 08:35:24 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:35:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:35: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:35:24 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:35:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:35:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:35:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:35:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:35:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:35:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:35:53 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:35:56 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:35:56 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:35:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:36:03 Removing intermediate container 31e17bc0ef65 08:36:03 ---> 535d0a5769f3 08:36:03 08:36:03 Step 10/31 : FROM alpine:3.12 08:36:03 3.12: Pulling from library/alpine 08:36:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:36:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:36:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:36:06 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:36:06 Status: Downloaded newer image for alpine:3.12 08:36:06 ---> 13621d1b12d4 08:36:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:36:08 Removing intermediate container 841e868ef259 08:36:08 ---> 694c558a0837 08:36:08 08:36:08 Step 10/22 : FROM alpine:3.12 08:36:08 ---> 13621d1b12d4 08:36:08 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:36:08 ---> Running in c7adf5bc3056 08:36:08 ---> Running in ad1288d69c34 08:36:08 Removing intermediate container 1d30d0efe56a 08:36:08 ---> 0f0169641270 08:36:08 08:36:08 Step 10/25 : FROM alpine:3.12 08:36:08 ---> 13621d1b12d4 08:36:08 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:36:10 ---> Running in 3b606595512d 08:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.357s coverage: 45.9% of statements 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:36:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.145s coverage: 19.8% of statements 08:36:11 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.216s coverage: 100.0% of statements 08:36:11 Removing intermediate container c7adf5bc3056 08:36:11 ---> b94ed18ac6b9 08:36:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:36:12 ---> Running in 829d5ff6d284 08:36:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:12 Removing intermediate container 84abb10e844a 08:36:12 ---> 113522cddc93 08:36:12 08:36:12 Step 10/22 : FROM alpine:3.12 08:36:12 ---> 13621d1b12d4 08:36:12 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:36:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:12 Removing intermediate container 72f9edbeb0bc 08:36:12 ---> edf8e1127041 08:36:12 08:36:12 Step 10/23 : FROM alpine:3.12 08:36:12 ---> 13621d1b12d4 08:36:12 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:36:12 (1/1) Installing dumb-init (1.2.2-r1) 08:36:12 Executing busybox-1.31.1-r20.trigger 08:36:12 ---> Running in c727f51019bc 08:36:12 OK: 6 MiB in 15 packages 08:36:12 ---> Running in 02474ab242a2 08:36:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:13 (1/6) Installing ca-certificates (20191127-r4) 08:36:13 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:36:13 (3/6) Installing libcurl (7.76.1-r0) 08:36:13 (4/6) Installing curl (7.76.1-r0) 08:36:13 (5/6) Installing dumb-init (1.2.2-r1) 08:36:13 (6/6) Installing su-exec (0.2-r1) 08:36:13 Executing busybox-1.31.1-r20.trigger 08:36:13 Executing ca-certificates-20191127-r4.trigger 08:36:13 OK: 7 MiB in 20 packages 08:36:14 Removing intermediate container 02474ab242a2 08:36:14 ---> bf5c4f8ce0f9 08:36:14 Step 12/23 : ENV APP_PORT=48080 08:36:14 ---> Running in 95f5fdd43e46 08:36:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:14 (1/2) Installing dumb-init (1.2.2-r1) 08:36:14 (2/2) Installing su-exec (0.2-r1) 08:36:14 Executing busybox-1.31.1-r20.trigger 08:36:14 OK: 6 MiB in 16 packages 08:36:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:14 Removing intermediate container 95f5fdd43e46 08:36:14 ---> 791840ec135d 08:36:14 Step 13/23 : EXPOSE $APP_PORT 08:36:14 (1/2) Installing ca-certificates (20191127-r4) 08:36:14 (2/2) Installing dumb-init (1.2.2-r1) 08:36:14 Executing busybox-1.31.1-r20.trigger 08:36:14 Executing ca-certificates-20191127-r4.trigger 08:36:14 OK: 6 MiB in 16 packages 08:36:15 Removing intermediate container ad1288d69c34 08:36:15 ---> c75f56f525b3 08:36:15 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:36:15 ---> Running in 3f638589d5b1 08:36:15 ---> Running in 6b6ca8156549 08:36:15 Removing intermediate container 3b606595512d 08:36:15 ---> 6cfcaffbe6a6 08:36:15 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:36:16 ---> Running in 3b4c7f67ec80 08:36:16 Removing intermediate container 3f638589d5b1 08:36:16 ---> 0b8ce73e8442 08:36:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:16 Removing intermediate container 6b6ca8156549 08:36:16 ---> 995717f2202a 08:36:16 Step 13/22 : ENV APP_PORT=48085 08:36:17 Removing intermediate container 829d5ff6d284 08:36:17 ---> a85473b367e6 08:36:17 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:36:17 ---> Running in 0ab119afa6ef 08:36:17 ---> Running in e31a8f8c95f0 08:36:17 ---> Running in 58c2de9b155f 08:36:17 Removing intermediate container 3b4c7f67ec80 08:36:17 ---> c699f5184dd7 08:36:17 Step 13/25 : WORKDIR / 08:36:17 Removing intermediate container c727f51019bc 08:36:17 ---> 2fc221f7160f 08:36:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:36:17 ---> Running in bc1e73f69d54 08:36:17 ---> Running in 2476e9b95b9e 08:36:17 Removing intermediate container e31a8f8c95f0 08:36:17 ---> 7148984229fa 08:36:17 Step 14/22 : EXPOSE $APP_PORT 08:36:17 Removing intermediate container 58c2de9b155f 08:36:17 ---> af16ff350b1c 08:36:17 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:36:17 ---> Running in d68016edb02e 08:36:18 ---> Running in 5e1d29e5de60 08:36:18 Removing intermediate container bc1e73f69d54 08:36:18 ---> 3368282ddb25 08:36:18 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:36:18 Removing intermediate container 2476e9b95b9e 08:36:18 ---> 0d8420408bff 08:36:18 Step 13/22 : ENV APP_PORT=48060 08:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.689s coverage: 27.1% of statements 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.157s coverage: 100.0% of statements 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:36:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.219s coverage: 100.0% of statements 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:36:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:36:18 ---> Running in 39459bbd7c2c 08:36:18 Removing intermediate container d68016edb02e 08:36:18 ---> 6e02768537f9 08:36:18 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:18 Removing intermediate container 5e1d29e5de60 08:36:18 ---> d8c502d93621 08:36:18 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:36:18 ---> 4ab41274647d 08:36:18 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:36:18 ---> Running in 0679aaf40541 08:36:18 Removing intermediate container 39459bbd7c2c 08:36:18 ---> f0edb4da0432 08:36:18 Step 14/22 : EXPOSE $APP_PORT 08:36:18 Removing intermediate container 0ab119afa6ef 08:36:18 ---> 57e2ca7e0e9a 08:36:18 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:36:19 ---> c62e466eb2ad 08:36:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:36:19 ---> a6a6cb89f2e7 08:36:19 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:36:19 ---> Running in 0391e9b6e001 08:36:19 ---> Running in 5917c893acd3 08:36:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.304s coverage: 71.3% of statements 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:36:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:36:19 Removing intermediate container 0391e9b6e001 08:36:19 ---> f2389dbc7ee5 08:36:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:19 ---> c05f78797095 08:36:19 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:36:20 ---> 9dce1a98fa9b 08:36:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:20 ---> 72a8e66616c7 08:36:20 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:36:20 ---> 40f9dd498278 08:36:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:36:20 ---> 4adc0ddf947e 08:36:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:36:20 Removing intermediate container 0679aaf40541 08:36:20 ---> 36ce5b5d1784 08:36:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:36:20 ---> Running in 181d01e21904 08:36:20 ---> Running in e2ef7b3e8424 08:36:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:20 Removing intermediate container 181d01e21904 08:36:20 ---> 0a2bdb473284 08:36:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:20 ---> 869703984e7d 08:36:20 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:36:20 ---> e15a0f1985d9 08:36:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:36:21 Removing intermediate container e2ef7b3e8424 08:36:21 ---> 37f268f4f679 08:36:21 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:36:21 ---> Running in 2d85778fc07c 08:36:21 (1/6) Installing dumb-init (1.2.2-r1) 08:36:21 ---> f704d0fcd2d8 08:36:21 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:36:21 (2/6) Installing libgcc (9.3.0-r2) 08:36:21 Removing intermediate container 2d85778fc07c 08:36:21 ---> d099328d7cc1 08:36:21 Step 20/22 : LABEL arch=x86_64 08:36:21 (3/6) Installing libsodium (1.0.18-r0) 08:36:21 ---> Running in 6370654c6154 08:36:21 (4/6) Installing libstdc++ (9.3.0-r2) 08:36:21 ---> e0e23a6719a4 08:36:21 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.509s coverage: 82.9% of statements 08:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.190s coverage: 78.9% of statements 08:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:36:21 ---> 8fbf2a469f08 08:36:21 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:36:21 ---> Running in cd985059dc7c 08:36:22 ---> Running in 2b7cc60b883c 08:36:22 Removing intermediate container 6370654c6154 08:36:22 ---> 8acd8520772b 08:36:22 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:22 ---> f87bbf46f52f 08:36:22 Step 21/25 : 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:36:22 (5/6) Installing libzmq (4.3.3-r0) 08:36:22 ---> Running in 6cc0b474bf42 08:36:22 ---> Running in 96704f90d563 08:36:22 Removing intermediate container cd985059dc7c 08:36:22 ---> fc916776b76a 08:36:22 Step 21/22 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:36:22 (6/6) Installing zeromq (4.3.3-r0) 08:36:22 Executing busybox-1.31.1-r20.trigger 08:36:22 OK: 8 MiB in 20 packages 08:36:22 ---> Running in 0c6d58a60d78 08:36:23 Removing intermediate container 6cc0b474bf42 08:36:23 ---> cdabe63f5cb2 08:36:23 Step 20/22 : LABEL arch=x86_64 08:36:23 ---> Running in 8a9ffc296044 08:36:23 Removing intermediate container 0c6d58a60d78 08:36:23 ---> 6e1455b9ab34 08:36:23 Step 22/22 : LABEL version=0.0.0 08:36:23 ---> Running in da907a44a3a9 08:36:23 Removing intermediate container 5917c893acd3 08:36:23 ---> 1042d1f729b9 08:36:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:23 Removing intermediate container 8a9ffc296044 08:36:23 ---> 02745abebbbe 08:36:23 Step 21/22 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:36:24 ---> Running in efceacc49b78 08:36:24 Removing intermediate container da907a44a3a9 08:36:24 ---> 82fbb92b1084 08:36:24 08:36:24 ---> ba0108d2c7e2 08:36:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:36:24 Successfully built 82fbb92b1084 08:36:24 Successfully tagged docker-support-scheduler-go:latest 08:36:24 Removing intermediate container 96704f90d563 08:36:24 ---> 696bd8ec60f6 08:36:24 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:36:24 Removing intermediate container 2b7cc60b883c 08:36:24 ---> eb4655e08caa 08:36:24 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:24 Building docker-sys-mgmt-agent-go 08:36:24  Building docker-support-scheduler-go ... done Removing intermediate container efceacc49b78 08:36:24 ---> ad06926ad838 08:36:24 Step 22/22 : LABEL version=0.0.0 08:36:24 ---> Running in 08889c4a0eaa 08:36:24 ---> 9751dac78b69 08:36:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:36:24 ---> Running in 507c2b7f39c8 08:36:24 ---> a978d3c580f1 08:36:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:36:24 Removing intermediate container 08889c4a0eaa 08:36:24 ---> d1e3ae04316d 08:36:24 Step 23/25 : LABEL arch=x86_64 08:36:25 ---> Running in 64e6b2767dde 08:36:25 Removing intermediate container 507c2b7f39c8 08:36:25 ---> 5637ee9583b6 08:36:25 08:36:25 ---> c9421f60fe92 08:36:25 Step 19/23 : ENTRYPOINT ["/core-data"] 08:36:25 Successfully built 5637ee9583b6 08:36:25 ---> Running in 5d8319c72bb0 08:36:25 Successfully tagged docker-support-notifications-go:latest 08:36:25  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 08:36:28 Removing intermediate container 64e6b2767dde 08:36:28 ---> 4f3889af559e 08:36:28 Step 24/25 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:36:30 ---> 4b3af111ce67 08:36:30 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:36:30 Removing intermediate container 5d8319c72bb0 08:36:30 ---> 9e3848069f76 08:36:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:30 ---> Running in 50bc0bc3c716 08:36:30 ---> Running in b4a55bda7af6 08:36:33 Removing intermediate container 50bc0bc3c716 08:36:33 ---> 6ef728a96f34 08:36:33 Step 25/25 : LABEL version=0.0.0 08:36:33 Removing intermediate container b4a55bda7af6 08:36:33 ---> 83d9115d089c 08:36:33 Step 21/23 : LABEL arch=x86_64 08:36:33 ---> 0dfe24020ac1 08:36:33 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:36:33 ---> Running in 4c0f560034c3 08:36:33 ---> Running in bda96f5dee46 08:36:33 Removing intermediate container 4c0f560034c3 08:36:33 ---> 882b830e59c5 08:36:33 Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:36:34 Removing intermediate container bda96f5dee46 08:36:34 ---> 77b0282eff4a 08:36:34 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.236s coverage: 100.0% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.209s coverage: 100.0% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.428s coverage: 86.7% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.423s coverage: 97.5% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:36:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.221s coverage: 78.3% of statements 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:36:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:36:36 Successfully built 77b0282eff4a 08:36:36 Successfully tagged docker-security-secretstore-setup-go:latest 08:36:36  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 08:36:36 ---> 3ed95efd7bc5 08:36:36 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:36:36 ---> Running in 8b411c476560 08:36:41 Removing intermediate container 8b411c476560 08:36:41 ---> 8c9352577a63 08:36:41 Step 23/23 : LABEL version=0.0.0 08:36:42 ---> 6fe1e7a03484 08:36:42 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.344s coverage: 93.0% of statements 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.115s coverage: 58.8% of statements 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.238s coverage: 0.9% of statements 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:36:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.143s coverage: 47.1% of statements 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.159s coverage: 79.5% of statements 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.116s coverage: 94.1% of statements 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.213s coverage: 96.3% of statements 08:36:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.135s coverage: 87.5% of statements 08:36:43 ---> Running in 14383d84d13d 08:36:45 ---> Running in cf24ae89b01d 08:36:46 Removing intermediate container 14383d84d13d 08:36:46 ---> 309c6ef703dd 08:36:46 08:36:46 Successfully built 309c6ef703dd 08:36:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:36:48 Successfully tagged docker-core-data-go:latest 08:36:48  Building docker-core-data-go ... done Building docker-core-command-go 08:36:48 ---> 12286b2078eb 08:36:48 Step 3/23 : WORKDIR /edgex-go 08:36:48 ---> Using cache 08:36:48 ---> 76532628d5c3 08:36:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:48 ---> Using cache 08:36:48 ---> 11130c04145e 08:36:48 Step 5/23 : RUN apk add --update --no-cache make bash git 08:36:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:36:48 ---> 12286b2078eb 08:36:48 Step 3/21 : WORKDIR /edgex-go 08:36:48 ---> Using cache 08:36:48 ---> 76532628d5c3 08:36:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:48 ---> Using cache 08:36:48 ---> 11130c04145e 08:36:48 Step 5/21 : RUN apk add --update --no-cache make git 08:36:50 Removing intermediate container cf24ae89b01d 08:36:50 ---> 7ff22f57457e 08:36:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:36:50 ---> Running in 078b75c54fc3 08:36:50 ---> Running in d13e1df7d38c 08:36:52 ---> e7c8c2a35d9d 08:36:52 Step 26/31 : RUN chmod +x /entrypoint.sh 08:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.174s coverage: 94.4% of statements 08:36:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.134s coverage: 44.8% of statements 08:36:54 ---> Running in c863cc74b824 08:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:56 OK: 233 MiB in 51 packages 08:36:56 OK: 233 MiB in 51 packages 08:36:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.514s coverage: 81.9% of statements 08:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 08:36:59 ---> 12286b2078eb 08:36:59 Step 3/23 : WORKDIR /edgex-go 08:36:59 ---> Using cache 08:36:59 ---> 76532628d5c3 08:36:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:59 ---> Using cache 08:36:59 ---> 11130c04145e 08:36:59 Step 5/23 : RUN apk add --update --no-cache make git 08:37:00 Removing intermediate container 078b75c54fc3 08:37:00 ---> 477eb175ec86 08:37:00 Step 6/23 : COPY go.mod . 08:37:00 Removing intermediate container c863cc74b824 08:37:00 ---> 07ea7539cdad 08:37:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:37:00 ---> Running in a061701d7265 08:37:00 Removing intermediate container d13e1df7d38c 08:37:00 ---> 24d7eff2950f 08:37:00 Step 6/21 : COPY go.mod . 08:37:00 ---> 25d419940a56 08:37:00 Step 7/23 : RUN go mod download 08:37:00 ---> Running in cc0771683e7c 08:37:01 ---> 38e9fd073ad3 08:37:01 Step 7/21 : RUN go mod download 08:37:01 ---> Running in 4819c97eae06 08:37:01 ---> Running in 63bc28428f22 08:37:02 Removing intermediate container cc0771683e7c 08:37:02 ---> ed2e3fe239bc 08:37:02 Step 28/31 : CMD ["gate"] 08:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:37:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:37:04 ---> Running in c24127f0c7c7 08:37:04 OK: 233 MiB in 51 packages 08:37:04 Removing intermediate container c24127f0c7c7 08:37:04 ---> 6437da3f24f6 08:37:04 Step 29/31 : LABEL arch=x86_64 08:37:06 ---> Running in 61c649c735b3 08:37:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:37:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:37:07 ---> 12286b2078eb 08:37:07 Step 3/23 : WORKDIR /edgex-go 08:37:07 ---> Using cache 08:37:07 ---> 76532628d5c3 08:37:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:37:07 ---> Using cache 08:37:07 ---> 11130c04145e 08:37:07 Step 5/23 : RUN apk add --update --no-cache make git 08:37:07 ---> Using cache 08:37:07 ---> 531c238addd0 08:37:07 Step 6/23 : COPY go.mod . 08:37:07 Removing intermediate container a061701d7265 08:37:07 ---> 531c238addd0 08:37:07 Step 6/23 : COPY go.mod . 08:37:07 Removing intermediate container 61c649c735b3 08:37:07 ---> 214daab3580e 08:37:07 Step 30/31 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:37:08 Removing intermediate container 63bc28428f22 08:37:08 ---> 6b36308700a0 08:37:08 Step 8/21 : COPY . . 08:37:08 Removing intermediate container 4819c97eae06 08:37:08 ---> f420ab01427a 08:37:08 Step 8/23 : COPY . . 08:37:08 ---> 0a0d9f6cf876 08:37:08 Step 7/23 : RUN go mod download 08:37:08 ---> 1ddd41b4514e 08:37:08 Step 7/23 : RUN go mod download 08:37:08 ---> Running in e8961d82bb5a 08:37:08 ---> Running in 28d0065b8085 08:37:08 ---> Running in ed8b69a0e211 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.193s coverage: 92.9% of statements 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.057s coverage: 65.1% of statements 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.106s coverage: 100.0% of statements 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.128s coverage: 79.1% of statements 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.147s coverage: 80.0% of statements 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.213s coverage: 85.4% of statements 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.2% of statements 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.783s coverage: 64.4% of statements 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:37:09 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.118s coverage: 100.0% of statements 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements 08:37:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 08:37:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 08:37:11 Removing intermediate container 28d0065b8085 08:37:11 ---> ce2c084809df 08:37:11 Step 31/31 : LABEL version=0.0.0 08:37:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.095s coverage: 100.0% of statements 08:37:13 ---> Running in 6f9e0711655c 08:37:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.098s coverage: 66.9% of statements 08:37:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:37:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:37:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 08:37:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.499s coverage: 41.5% of statements 08:37:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:37:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:37:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.094s coverage: 89.5% of statements 08:37:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 08:37:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements 08:37:19 Removing intermediate container 6f9e0711655c 08:37:19 ---> 431722669699 08:37:19 08:37:19 Successfully built 431722669699 08:37:20 Successfully tagged docker-security-bootstrapper-go:latest 08:37:21  Building docker-security-bootstrapper-go ... done Removing intermediate container e8961d82bb5a 08:37:21 ---> 3900f24c20db 08:37:21 Step 8/23 : COPY . . 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.470s coverage: 47.0% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.132s coverage: 100.0% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.210s coverage: 9.6% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 08:37:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 88.6% of statements 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 08:37:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 08:37:26 Removing intermediate container ed8b69a0e211 08:37:26 ---> 8d98daf3241c 08:37:26 Step 8/23 : COPY . . 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.830s coverage: 28.7% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.213s coverage: 100.0% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.194s coverage: 64.6% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.393s coverage: 95.6% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:37:35 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 08:37:35 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.120s coverage: 28.1% of statements 08:37:36 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.082s coverage: 100.0% of statements 08:37:37 GO111MODULE=on go vet ./... 08:37:45 ---> add3ea515338 08:37:45 ---> 3fb6fc3157a5 08:37:45 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:37:45 08:37:47 ---> Running in cb81597cacf7 08:37:47 ---> Running in e60d07e78387 08:37:49 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:37:49 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:37:53 ---> 0a17c5ac28db 08:37:53 Step 9/23 : RUN make cmd/core-command/core-command 08:37:56 ---> Running in 86e5897e1ae6 08:37:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 08:37:59 ---> b8eaf5d472bc 08:37:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:37:59 ---> Running in 53e38a55eb83 08:38:00 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:38:15 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:38:20 Removing intermediate container e60d07e78387 08:38:20 ---> afefe5efea84 08:38:20 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:38:20 ---> Running in 090e49938801 08:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:38:23 Removing intermediate container cb81597cacf7 08:38:23 ---> f9730d8263a5 08:38:23 08:38:23 Step 10/21 : FROM alpine:3.12 08:38:23 ---> 13621d1b12d4 08:38:23 Step 11/21 : RUN apk add --update --no-cache curl 08:38:23 ---> Running in d7121bd29a76 08:38:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:27 (1/4) Installing ca-certificates (20191127-r4) 08:38:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:38:27 (3/4) Installing libcurl (7.76.1-r0) 08:38:27 (4/4) Installing curl (7.76.1-r0) 08:38:27 Executing busybox-1.31.1-r20.trigger 08:38:27 Executing ca-certificates-20191127-r4.trigger 08:38:27 OK: 7 MiB in 18 packages 08:38:27 Removing intermediate container 090e49938801 08:38:27 ---> 89f251046ded 08:38:27 08:38:27 Step 11/23 : FROM docker:20.10.0 08:38:27 20.10.0: Pulling from library/docker 08:38:28 Removing intermediate container 86e5897e1ae6 08:38:28 ---> f985b34b1c61 08:38:28 08:38:28 Step 10/23 : FROM alpine:3.12 08:38:28 ---> 13621d1b12d4 08:38:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:38:28 ---> Using cache 08:38:28 ---> c75f56f525b3 08:38:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:28 ---> Using cache 08:38:28 ---> 995717f2202a 08:38:28 Step 13/23 : ENV APP_PORT=48082 08:38:29 ---> Running in aac2c8be8677 08:38:30 Removing intermediate container aac2c8be8677 08:38:30 ---> c30515129099 08:38:30 Step 14/23 : EXPOSE $APP_PORT 08:38:33 Removing intermediate container d7121bd29a76 08:38:33 ---> 23bd0ce0823f 08:38:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:38:33 ---> Running in 97ab56dc1d9a 08:38:33 ---> Running in 38beea32324c 08:38:33 Removing intermediate container 53e38a55eb83 08:38:33 ---> 0587685ad962 08:38:33 08:38:33 Step 10/23 : FROM alpine:3.12 08:38:33 ---> 13621d1b12d4 08:38:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:38:33 ---> Using cache 08:38:33 ---> c75f56f525b3 08:38:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:38:33 ---> Using cache 08:38:33 ---> 995717f2202a 08:38:33 Step 13/23 : ENV APP_PORT=48081 08:38:33 ---> Running in 48469fcf68d9 08:38:33 Removing intermediate container 97ab56dc1d9a 08:38:33 ---> ca426d4600f2 08:38:33 Step 15/23 : WORKDIR / 08:38:33 ---> Running in 64b79c805e02 08:38:33 Removing intermediate container 38beea32324c 08:38:33 ---> 2d21d13a4bbd 08:38:33 Step 13/21 : WORKDIR /edgex 08:38:33 Removing intermediate container 48469fcf68d9 08:38:33 ---> cd82c1528459 08:38:33 Step 14/23 : EXPOSE $APP_PORT 08:38:33 ---> Running in 3f72dcc9d0c3 08:38:33 ---> Running in 5422dcdbb7e9 08:38:34 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:38:34 Status: Downloaded newer image for docker:20.10.0 08:38:34 ---> aefe523efa57 08:38:34 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:38:34 Removing intermediate container 64b79c805e02 08:38:34 ---> e25130f4165d 08:38:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:35 ---> Running in ee7160b3a45b 08:38:35 Removing intermediate container 3f72dcc9d0c3 08:38:35 ---> 5e3fb1998e24 08:38:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:38:35 Removing intermediate container 5422dcdbb7e9 08:38:35 ---> 6fce48975632 08:38:35 Step 15/23 : WORKDIR / 08:38:35 ---> 26b27a1d45e3 08:38:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:38:35 ---> Running in a8e4c06a92ac 08:38:35 Removing intermediate container ee7160b3a45b 08:38:35 ---> 5a29e76ba7cf 08:38:35 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:38:35 ---> f285267e448a 08:38:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:38:35 ---> Running in 59e4b8295033 08:38:35 Removing intermediate container a8e4c06a92ac 08:38:35 ---> 83bee18f66cd 08:38:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:38:35 ---> 936cd72db5e3 08:38:35 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:38:36 ---> 6b40ca438015 08:38:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:38:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:38:36 ---> a60bbd47caa6 08:38:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:38:36 ---> 738d94fd5d7b 08:38:36 Step 19/23 : ENTRYPOINT ["/core-command"] 08:38:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:38:36 ---> Running in 1c1a16c96c5d 08:38:36 (1/39) Installing readline (8.0.4-r0) 08:38:36 (2/39) Installing bash (5.0.17-r0) 08:38:36 Executing bash-5.0.17-r0.post-install 08:38:36 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:38:36 (4/39) Installing libcurl (7.76.1-r0) 08:38:36 (5/39) Installing curl (7.76.1-r0) 08:38:36 (6/39) Installing dumb-init (1.2.2-r1) 08:38:36 (7/39) Installing libbz2 (1.0.8-r1) 08:38:36 (8/39) Installing expat (2.2.9-r1) 08:38:36 (9/39) Installing libffi (3.3-r2) 08:38:36 (10/39) Installing gdbm (1.13-r1) 08:38:36 (11/39) Installing xz-libs (5.2.5-r0) 08:38:36 (12/39) Installing sqlite-libs (3.32.1-r0) 08:38:36 (13/39) Installing python3 (3.8.8-r0) 08:38:36 Removing intermediate container 1c1a16c96c5d 08:38:36 ---> 41e5b459f5e0 08:38:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:40 ---> Running in 24d8fdfe0d9e 08:38:40 ---> 89cfc535d649 08:38:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:38:40 ---> a322940cdd6c 08:38:40 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:38:41 ---> Running in 6633a5061b9b 08:38:41 (14/39) Installing py3-appdirs (1.4.4-r1) 08:38:41 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:38:41 (16/39) Installing py3-parsing (2.4.7-r0) 08:38:41 (17/39) Installing py3-six (1.15.0-r0) 08:38:41 (18/39) Installing py3-packaging (20.4-r0) 08:38:41 (19/39) Installing py3-setuptools (47.0.0-r0) 08:38:41 (20/39) Installing py3-chardet (3.0.4-r4) 08:38:41 ---> 5d22539df04f 08:38:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:38:41 Removing intermediate container 24d8fdfe0d9e 08:38:41 ---> cb2c8ba96164 08:38:41 Step 21/23 : LABEL arch=x86_64 08:38:41 (21/39) Installing py3-idna (2.9-r0) 08:38:41 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:38:41 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:38:41 (24/39) Installing py3-requests (2.23.0-r0) 08:38:41 (25/39) Installing py3-msgpack (1.0.0-r0) 08:38:42 (26/39) Installing py3-lockfile (0.12.2-r3) 08:38:42 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:38:42 ---> Running in dcae37f38d79 08:38:42 ---> Running in b39c470ae5e7 08:38:42 Removing intermediate container 6633a5061b9b 08:38:42 ---> 1fb0adb06921 08:38:42 Step 18/21 : CMD ["--init=true"] 08:38:42 (28/39) Installing py3-colorama (0.4.3-r0) 08:38:42 (29/39) Installing py3-distlib (0.3.0-r0) 08:38:42 (30/39) Installing py3-distro (1.5.0-r1) 08:38:42 (31/39) Installing py3-webencodings (0.5.1-r3) 08:38:43 (32/39) Installing py3-html5lib (1.0.1-r4) 08:38:43 ---> Running in cfa043d53d1a 08:38:43 (33/39) Installing py3-pytoml (0.1.21-r0) 08:38:43 (34/39) Installing py3-pep517 (0.8.2-r0) 08:38:43 (35/39) Installing py3-progress (1.5-r0) 08:38:43 (36/39) Installing py3-toml (0.10.1-r0) 08:38:43 (37/39) Installing py3-retrying (1.3.3-r0) 08:38:43 Removing intermediate container b39c470ae5e7 08:38:43 ---> 60cedc58846f 08:38:43 Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:38:43 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:38:43 (39/39) Installing py3-pip (20.1.1-r0) 08:38:43 Removing intermediate container dcae37f38d79 08:38:43 ---> ba7bb922e8d3 08:38:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:38:44 Executing busybox-1.31.1-r19.trigger 08:38:44 OK: 72 MiB in 59 packages 08:38:44 ---> Running in 50e86a31bbbe 08:38:44 ---> Running in 70e2cccf119c 08:38:44 Removing intermediate container cfa043d53d1a 08:38:44 ---> 2475eb658af3 08:38:44 Step 19/21 : LABEL arch=x86_64 08:38:44 ---> Running in 61380a64e4dd 08:38:44 Removing intermediate container 50e86a31bbbe 08:38:44 ---> 2a0fc44519f1 08:38:44 Step 23/23 : LABEL version=0.0.0 08:38:44 Removing intermediate container 70e2cccf119c 08:38:44 ---> 99ad8a100636 08:38:44 Step 21/23 : LABEL arch=x86_64 08:38:44 ---> Running in 02c8f92884af 08:38:44 ---> Running in b9019b51a127 08:38:44 Removing intermediate container 61380a64e4dd 08:38:44 ---> 0d5048f330a1 08:38:44 Step 20/21 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:38:44 ---> Running in a07df1094e8f 08:38:44 Removing intermediate container 02c8f92884af 08:38:44 ---> 5ff8da45404b 08:38:44 08:38:44 Removing intermediate container b9019b51a127 08:38:44 ---> 4ef7e20c47c7 08:38:44 Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:38:45 ---> Running in 5c2263f96fa6 08:38:45 Removing intermediate container a07df1094e8f 08:38:45 ---> 148e1ff2760b 08:38:45 Step 21/21 : LABEL version=0.0.0 08:38:45 Successfully built 5ff8da45404b 08:38:45 ---> Running in 2f6e493e3003 08:38:45 Collecting docker-compose==1.23.2 08:38:45 Successfully tagged docker-core-command-go:latest 08:38:45  Building docker-core-command-go ... done  Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:38:45 Removing intermediate container 5c2263f96fa6 08:38:45 ---> 36690193173d 08:38:45 Step 23/23 : LABEL version=0.0.0 08:38:45 Collecting docopt<0.7,>=0.6.1 08:38:45 Downloading docopt-0.6.2.tar.gz (25 kB) 08:38:45 ---> Running in 1b30cd7df276 08:38:45 Removing intermediate container 2f6e493e3003 08:38:45 ---> 9cd1008be2be 08:38:45 08:38:45 Successfully built 9cd1008be2be 08:38:46 Successfully tagged docker-security-proxy-setup-go:latest 08:38:46  Building docker-security-proxy-setup-go ... done Removing intermediate container 1b30cd7df276 08:38:46 ---> 3272bbda0027 08:38:46 08:38:46 Collecting websocket-client<1.0,>=0.32.0 08:38:46 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:38:46 Successfully built 3272bbda0027 08:38:46 Successfully tagged docker-core-metadata-go:latest 08:38:46  Building docker-core-metadata-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:38:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:38:46 Collecting cached-property<2,>=1.2.0 08:38:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:38:46 Collecting texttable<0.10,>=0.9.0 08:38:46 Downloading texttable-0.9.1.tar.gz (11 kB) 08:38:47 Collecting jsonschema<3,>=2.5.1 08:38:47 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:38:47 Collecting dockerpty<0.5,>=0.4.1 08:38:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:38:47 Collecting docker<4.0,>=3.6.0 08:38:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:38:48 Collecting PyYAML<4,>=3.10 08:38:48 Downloading PyYAML-3.13.tar.gz (270 kB) 08:38:48 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:38:48 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:38:48 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:38:48 Collecting urllib3<1.25,>=1.21.1 08:38:48 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:38:48 Collecting idna<2.8,>=2.5 08:38:48 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:38:49 Collecting docker-pycreds>=0.4.0 08:38:49 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:38:49 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:38:49 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:38:49 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:38:49 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:38:49 Installing collected packages: docopt, websocket-client, urllib3, idna, requests, cached-property, texttable, jsonschema, dockerpty, docker-pycreds, docker, PyYAML, docker-compose 08:38:49 Running setup.py install for docopt: started 08:38:49 Running setup.py install for docopt: finished with status 'done' 08:38:49 Attempting uninstall: urllib3 08:38:49 Found existing installation: urllib3 1.25.9 08:38:49 Uninstalling urllib3-1.25.9: 08:38:49 Successfully uninstalled urllib3-1.25.9 08:38:50 Attempting uninstall: idna 08:38:50 Found existing installation: idna 2.9 08:38:50 Uninstalling idna-2.9: 08:38:50 Successfully uninstalled idna-2.9 08:38:50 Attempting uninstall: requests 08:38:50 Found existing installation: requests 2.23.0 08:38:50 Uninstalling requests-2.23.0: 08:38:50 Successfully uninstalled requests-2.23.0 08:38:50 Running setup.py install for texttable: started 08:38:50 Running setup.py install for texttable: finished with status 'done' 08:38:50 Running setup.py install for dockerpty: started 08:38:51 Running setup.py install for dockerpty: finished with status 'done' 08:38:52 Running setup.py install for PyYAML: started 08:38:52 Running setup.py install for PyYAML: finished with status 'done' 08:38:52 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:39:00 Removing intermediate container 59e4b8295033 08:39:00 ---> f4120c389a09 08:39:00 Step 14/23 : ENV APP_PORT=48090 08:39:00 ---> Running in b2f999c57cef 08:39:00 Removing intermediate container b2f999c57cef 08:39:00 ---> 2acc4cf4c449 08:39:00 Step 15/23 : EXPOSE $APP_PORT 08:39:00 ---> Running in 4223d2c8a488 08:39:01 Removing intermediate container 4223d2c8a488 08:39:01 ---> 2a4948a94461 08:39:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:39:01 ---> b531febadbc5 08:39:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:39:01 ---> b00c46346cbf 08:39:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:39:02 ---> 8a0df1f6317e 08:39:02 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:39:02 ---> Running in cdbf105b4789 08:39:02 Removing intermediate container cdbf105b4789 08:39:02 ---> 1a0a6a923d78 08:39:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:39:02 ---> Running in 00118095430d 08:39:02 Removing intermediate container 00118095430d 08:39:02 ---> 86fe20a09781 08:39:02 Step 21/23 : LABEL arch=x86_64 08:39:02 ---> Running in 894247cd6bd3 08:39:02 Removing intermediate container 894247cd6bd3 08:39:02 ---> 6a79571e4850 08:39:02 Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:39:02 ---> Running in 73944051602e 08:39:03 Removing intermediate container 73944051602e 08:39:03 ---> 321e14318720 08:39:03 Step 23/23 : LABEL version=0.0.0 08:39:03 ---> Running in 8a299dea2cda 08:39:03 Removing intermediate container 8a299dea2cda 08:39:03 ---> b9aef631a595 08:39:03 08:39:03 Successfully built b9aef631a595 08:39:03 Successfully tagged docker-sys-mgmt-agent-go:latest 08:39:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:39:04 $ docker stop --time=1 903cf4233918a43376ec154d1b86749f2025adf2bb73284d1cd22f2a0477a39b 08:39:07 $ docker rm -f 903cf4233918a43376ec154d1b86749f2025adf2bb73284d1cd22f2a0477a39b [Pipeline] // withDockerContainer [Pipeline] sh 08:39:07 + docker images 08:39:07 + grep docker 08:39:07 docker-sys-mgmt-agent-go latest b9aef631a595 4 seconds ago 312MB 08:39:07 docker-security-proxy-setup-go latest 9cd1008be2be 22 seconds ago 26.1MB 08:39:07 docker-core-metadata-go latest 3272bbda0027 22 seconds ago 19.2MB 08:39:07 docker-core-command-go latest 5ff8da45404b 23 seconds ago 17.5MB 08:39:07 docker-security-bootstrapper-go latest 431722669699 About a minute ago 19.3MB 08:39:07 docker-core-data-go latest 309c6ef703dd 2 minutes ago 22.9MB 08:39:07 docker-security-secretstore-setup-go latest 77b0282eff4a 2 minutes ago 26.5MB 08:39:07 docker-support-notifications-go latest 5637ee9583b6 2 minutes ago 18.2MB 08:39:07 docker-support-scheduler-go latest 82fbb92b1084 2 minutes ago 17.7MB 08:39:07 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 08:39:14 gofmt -l . 08:39:14 [ "`gofmt -l .`" = "" ] 08:39:14 ./bin/test-go-mod-tidy.sh 08:39:14 ./bin/test-attribution-txt.sh [Pipeline] sh 08:39:15 + ls -al . 08:39:15 total 848 08:39:15 drwxrwxr-x 9 1001 1001 4096 Apr 22 08:39 . 08:39:15 drwxr-xr-x 4 root root 4096 Apr 22 08:34 .. 08:39:15 -rw-rw-r-- 1 1001 1001 11 Apr 22 08:32 .dockerignore 08:39:15 drwxrwxr-x 8 1001 1001 4096 Apr 22 08:32 .git 08:39:15 drwxrwxr-x 3 1001 1001 4096 Apr 22 08:32 .github 08:39:15 -rw-rw-r-- 1 1001 1001 818 Apr 22 08:32 .gitignore 08:39:15 -rw-rw-r-- 1 1001 1001 166 Apr 22 08:32 .sonarcloud.properties 08:39:15 -rw-rw-r-- 1 1001 1001 8609 Apr 22 08:32 Attribution.txt 08:39:15 -rw-rw-r-- 1 1001 1001 3804 Apr 22 08:32 CONTRIBUTING.md 08:39:15 -rw-rw-r-- 1 1001 1001 931 Apr 22 08:32 Dockerfile.build 08:39:15 -rw-rw-r-- 1 1001 1001 863 Apr 22 08:32 Jenkinsfile 08:39:15 -rw-rw-r-- 1 1001 1001 10775 Apr 22 08:32 LICENSE 08:39:15 -rw-rw-r-- 1 1001 1001 5774 Apr 22 08:32 Makefile 08:39:15 -rw-rw-r-- 1 1001 1001 7978 Apr 22 08:32 README.md 08:39:15 -rw-rw-r-- 1 1001 1001 6755 Apr 22 08:32 SECURITY.md 08:39:15 -rw-rw-r-- 1 1001 1001 5 Apr 22 08:30 VERSION 08:39:15 -rw-rw-r-- 1 1001 1001 4131 Apr 22 08:32 ZMQWindows.md 08:39:15 drwxrwxr-x 2 1001 1001 4096 Apr 22 08:32 bin 08:39:15 drwxrwxr-x 14 1001 1001 4096 Apr 22 08:32 cmd 08:39:15 -rw-r--r-- 1 root root 711909 Apr 22 08:37 coverage.out 08:39:15 -rw-r--r-- 1 root root 1059 Apr 22 08:39 go.mod 08:39:15 -rw-r--r-- 1 root root 22300 Apr 22 08:39 go.sum 08:39:15 drwxrwxr-x 8 1001 1001 4096 Apr 22 08:32 internal 08:39:15 drwxrwxr-x 4 1001 1001 4096 Apr 22 08:32 openapi 08:39:15 drwxrwxr-x 4 1001 1001 4096 Apr 22 08:32 snap 08:39:15 -rw-rw-r-- 1 1001 1001 168 Apr 22 08:32 version.go [Pipeline] sh 08:39:15 + '[' -e coverage.out ] 08:39:15 + chown 1001:1001 coverage.out [Pipeline] stash 08:39:15 Warning: overwriting stash ‘coverage-report’ 08:39:17 Stashed 1 file(s) [Pipeline] sh 08:39:17 + make build 08:39:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 08:39:22 Still waiting to schedule task 08:39:22 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:39:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:39:59 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:40:09 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:40:12 Running on prd-ubuntu18.04-docker-8c-8g-1427 in /w/workspace/edgexfoundry_edgex-go_PR-3391 [Pipeline] { [Pipeline] ws 08:40:12 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 08:40:14 using credential edgex-jenkins-ssh 08:40:14 Cloning the remote Git repository 08:40:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:40:14 > git init /w/workspace/edgex-go/4 # timeout=10 08:40:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:14 > git --version # timeout=10 08:40:14 > git --version # 'git version 2.17.1' 08:40:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:18 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:40:20 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:40:24 Merging remotes/origin/master commit db7925e05468a348a54e2ee7c85b6c50909b0e0e into PR head commit 3daad41841a19eb22bce2f1fa509c016ebb6911a 08:40:25 Merge succeeded, producing 7e5844cbcf7c082acaeff60ad9d5712038d3142f 08:40:25 Checking out Revision 7e5844cbcf7c082acaeff60ad9d5712038d3142f (PR-3391) 08:40:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:40:24 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:40:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:40:24 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3391/head:refs/remotes/origin/PR-3391 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:40:24 > git config core.sparsecheckout # timeout=10 08:40:24 > git checkout -f 3daad41841a19eb22bce2f1fa509c016ebb6911a # timeout=10 08:40:24 > git remote # timeout=10 08:40:24 > git config --get remote.origin.url # timeout=10 08:40:24 using GIT_SSH to set credentials SSH Credentials for GitHub 08:40:24 > git merge db7925e05468a348a54e2ee7c85b6c50909b0e0e # timeout=10 08:40:25 > git rev-parse HEAD^{commit} # timeout=10 08:40:25 > git config core.sparsecheckout # timeout=10 08:40:25 > git checkout -f 7e5844cbcf7c082acaeff60ad9d5712038d3142f # timeout=10 08:40:26 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:40:28 Commit message: "Merge commit 'db7925e05468a348a54e2ee7c85b6c50909b0e0e' into HEAD" 08:40:28 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:40:29 + echo snap-build.sh 08:40:29 snap-build.sh 08:40:29 + SNAP_BASE_DIR=. 08:40:29 + '[' '!' -z /w/workspace/edgex-go/4 ']' 08:40:29 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 08:40:29 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 08:40:29 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 08:40:29 + cd /w/workspace/edgex-go/4 08:40:29 + sudo apt-get remove -qy --purge lxd lxd-client 08:40:29 Reading package lists... 08:40:29 Building dependency tree... 08:40:29 Reading state information... 08:40:29 The following packages were automatically installed and are no longer required: 08:40:29 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 08:40:29 uidmap xdelta3 08:40:29 Use 'sudo apt autoremove' to remove them. 08:40:29 The following packages will be REMOVED: 08:40:29 lxd* lxd-client* 08:40:28 > git rev-list --no-walk 10103b7b129986e7f07d1b4b02e10c7fdba00c9f # timeout=10 08:40:30 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 08:40:30 After this operation, 31.7 MB disk space will be freed. 08:40:31 (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:40:31 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:32 Removing lxd dnsmasq configuration 08:40:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 08:40:32 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 08:40:32 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 08:40:33 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 08:40:33 (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:40:33 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 08:40:35 Processing triggers for systemd (237-3ubuntu10.42) ... 08:40:35 Processing triggers for ureadahead (0.100.0-21) ... 08:40:36 + sudo snap remove --purge lxd 08:40:36 snap "lxd" is not installed 08:40:36 + sudo groupadd --force --system lxd 08:40:36 ++ whoami 08:40:36 + sudo /usr/sbin/usermod -G lxd -a jenkins 08:40:36 + newgrp - lxd 08:40:36 + sudo snap install lxd 08:40:37 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:40:42 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:40:44 2021-04-22T08:40:42Z INFO Waiting for automatic snapd restart... 08:40:46 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:40:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:41:00 $ docker stop --time=1 57a899a758cf500a63f7dd8e8592762361a3e221bc7d1dd9416f09d867487b1f 08:41:02 $ docker rm -f 57a899a758cf500a63f7dd8e8592762361a3e221bc7d1dd9416f09d867487b1f 08:41:02 lxd 4.13 from Canonical* installed 08:41:02 + sudo lxd init --auto [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:41:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:04 08:41:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:41:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:05 latest: Pulling from edgex-devops/edgex-compose-arm64 08:41:05 29e5d40040c1: Pulling fs layer 08:41:05 1ce36da41761: Pulling fs layer 08:41:05 25b303627fd3: Pulling fs layer 08:41:05 29e5d40040c1: Verifying Checksum 08:41:05 29e5d40040c1: Download complete 08:41:06 1ce36da41761: Verifying Checksum 08:41:06 1ce36da41761: Download complete 08:41:06 29e5d40040c1: Pull complete 08:41:07 1ce36da41761: Pull complete 08:41:07 25b303627fd3: Verifying Checksum 08:41:07 25b303627fd3: Download complete 08:41:09 + sudo snap install --classic snapcraft 08:41:16 snapcraft 4.6.2 from Canonical* installed 08:41:16 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 08:41:16 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 08:41:16 % Total % Received % Xferd Average Speed Time Time Time Current 08:41:16 Dload Upload Total Spent Left Speed 08:41:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4446 0 --:--:-- --:--:-- --:--:-- 4446 08:41:16 100 3325k 100 3325k 0 0 6215k 0 --:--:-- --:--:-- --:--:-- 6215k 08:41:16 ./yq_linux_amd64 08:41:16 + sudo snapcraft prime --use-lxd 08:41:18 25b303627fd3: Pull complete 08:41:18 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 08:41:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 08:41:18 prd-ubuntu18.04-docker-arm64-4c-16g-1422 does not seem to be running inside a container 08:41:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:41:18 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 08:41:18 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:41:18 - README.md 08:41:18 08:41:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:41:18 Launching a container. 08:41:21 $ docker top 01c5ed83fc319e3f71437e087c91cf38686755d2e5a124e61b17a9fbd17d8ace -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:22 + docker-compose build --help 08:41:22 + grep parallel 08:41:28 --parallel Build images in parallel. [Pipeline] } 08:41:28 $ docker stop --time=1 01c5ed83fc319e3f71437e087c91cf38686755d2e5a124e61b17a9fbd17d8ace 08:41:30 $ docker rm -f 01c5ed83fc319e3f71437e087c91cf38686755d2e5a124e61b17a9fbd17d8ace [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:41:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 08:41:30 . [Pipeline] withDockerContainer 08:41:31 Waiting for container to be ready 08:41:31 To start your first instance, try: lxc launch ubuntu:18.04 08:41:31 08:41:31 prd-ubuntu18.04-docker-arm64-4c-16g-1422 does not seem to be running inside a container 08:41: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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:41:32 $ docker top 270149cfb270b05a73c6a359d15ec30540b11d80148b315c0760f0ed47f403af -eo pid,comm [Pipeline] { [Pipeline] sh 08:41:33 + docker-compose -f ./docker-compose-build.yml build --parallel 08:41:34 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 08:41:34 Waiting for network to be ready... 08:41:35 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:41:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:41:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:41:35 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:41:35 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:41:36 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:41:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:41:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:41:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:41:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:41:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:41:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:41:36 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:41:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:41:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:41:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:41:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:41:37 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:41:38 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:41:38 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:41:38 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:41:38 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:41:38 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:41:38 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 08:41:38 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:41:38 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 08:41:39 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:41:39 Building docker-core-command-go ... 08:41:39 Building docker-core-data-go ... 08:41:39 Building docker-core-metadata-go ... 08:41:39 Building docker-security-bootstrapper-go ... 08:41:39 Building docker-security-proxy-setup-go ... 08:41:39 Building docker-security-secretstore-setup-go ... 08:41:39 Building docker-support-notifications-go ... 08:41:39 Building docker-support-scheduler-go ... 08:41:39 Building docker-sys-mgmt-agent-go ... 08:41:39 Building docker-security-bootstrapper-go 08:41:39 Building docker-core-command-go 08:41:39 Building docker-support-notifications-go 08:41:39 Building docker-security-secretstore-setup-go 08:41:39 Building docker-core-metadata-go 08:41:40 Fetched 24.4 MB in 5s (4601 kB/s) 08:41:41 Reading package lists... 08:41:41 Reading package lists... 08:41:41 Building dependency tree... 08:41:41 Reading state information... 08:41:41 The following additional packages will be installed: 08:41:41 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:41:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:41:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:41:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 08:41:41 Suggested packages: 08:41:41 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 08:41:41 Recommended packages: 08:41:41 gnupg libsasl2-modules 08:41:41 The following NEW packages will be installed: 08:41:41 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 08:41:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 08:41:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 08:41:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 08:41:41 The following packages will be upgraded: 08:41:41 gpg gpg-agent gpgconf libudev1 08:41:41 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 08:41:41 Need to get 3529 kB of archives. 08:41:41 After this operation, 13.3 MB of additional disk space will be used. 08:41:41 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 08:41:41 Get:2 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:41:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 08:41:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 08:41:42 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 08:41:42 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 08:41:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 08:41:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 08:41:42 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 08:41:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 08:41:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 08:41:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 08:41:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 08:41:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 08:41:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 08:41:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 08:41:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 08:41:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 08:41:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 08:41:42 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 08:41:42 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 08:41:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 08:41:42 debconf: delaying package configuration, since apt-utils is not installed 08:41:42 Fetched 3529 kB in 1s (3125 kB/s) 08:41:42 (Reading database ... 12511 files and directories currently installed.) 08:41:42 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 08:41:42 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:41:42 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 08:41:43 Selecting previously unselected package udev. 08:41:43 (Reading database ... 12511 files and directories currently installed.) 08:41:43 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 08:41:43 Unpacking udev (237-3ubuntu10.46) ... 08:41:43 Selecting previously unselected package libfuse2:amd64. 08:41:43 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 08:41:43 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:41:43 Selecting previously unselected package fuse. 08:41:43 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 08:41:43 Unpacking fuse (2.9.7-1ubuntu1) ... 08:41:43 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:43 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:43 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:41:43 Selecting previously unselected package libksba8:amd64. 08:41:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 08:41:43 Unpacking libksba8:amd64 (1.3.5-2) ... 08:41:43 Selecting previously unselected package libroken18-heimdal:amd64. 08:41:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 08:41:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:44 Selecting previously unselected package libheimbase1-heimdal:amd64. 08:41:44 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:44 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:44 Selecting previously unselected package libhcrypto4-heimdal:amd64. 08:41:44 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:44 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:44 Selecting previously unselected package libwind0-heimdal:amd64. 08:41:44 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:44 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 08:41:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 08:41:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 08:41:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:44 Selecting previously unselected package libgssapi3-heimdal:amd64. 08:41:44 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 08:41:44 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:44 Selecting previously unselected package libsasl2-modules-db:amd64. 08:41:44 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:41:44 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:44 Selecting previously unselected package libsasl2-2:amd64. 08:41:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 08:41:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:44 Selecting previously unselected package libldap-common. 08:41:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 08:41:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:41:44 Selecting previously unselected package libldap-2.4-2:amd64. 08:41:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 08:41:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:41:45 Selecting previously unselected package dirmngr. 08:41:45 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 08:41:45 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 08:41:45 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 08:41:45 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 08:41:45 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 08:41:45 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:45 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 08:41:45 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 08:41:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:45 Setting up libksba8:amd64 (1.3.5-2) ... 08:41:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:41:45 Setting up udev (237-3ubuntu10.46) ... 08:41:46 invoke-rc.d: policy-rc.d denied execution of start. 08:41:46 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:46 Processing triggers for systemd (237-3ubuntu10) ... 08:41:46 Setting up fuse (2.9.7-1ubuntu1) ... 08:41:46 Setting up gpg (2.2.4-1ubuntu1.4) ... 08:41:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 08:41:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 08:41:46 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 08:41:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:41:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 08:41:46 settings in the [Install] section, and DefaultInstance for template units). 08:41:46 This means they are not meant to be enabled using systemctl. 08:41:46 Possible reasons for having this kind of units are: 08:41:46 1) A unit may be statically enabled by being symlinked from another unit's 08:41:46 .wants/ or .requires/ directory. 08:41:46 2) A unit's purpose may be to act as a helper for some other unit which has 08:41:46 a requirement dependency on it. 08:41:46 3) A unit may be started when needed via activation (socket, path, timer, 08:41:46 D-Bus, udev, scripted systemctl call, ...). 08:41:46 4) In case of template units, the unit is meant to be enabled with some 08:41:46 instance name specified. 08:41:47 Reading package lists... 08:41:47 Building dependency tree... 08:41:47 Reading state information... 08:41:47 The following additional packages will be installed: 08:41:47 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 08:41:47 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 08:41:47 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 08:41:47 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 08:41:47 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 08:41:47 Suggested packages: 08:41:47 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 08:41:47 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 08:41:47 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 08:41:47 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 08:41:47 systemd-container policykit-1 08:41:47 Recommended packages: 08:41:47 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 08:41:47 The following NEW packages will be installed: 08:41:47 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 08:41:47 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 08:41:47 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 08:41:47 multiarch-support openssh-client python3 python3-minimal python3.6 08:41:47 python3.6-minimal snapd squashfs-tools sudo 08:41:47 The following packages will be upgraded: 08:41:47 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 08:41:47 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 08:41:47 Need to get 35.2 MB of archives. 08:41:47 After this operation, 141 MB of additional disk space will be used. 08:41:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 08:41:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 08:41:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 08:41:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 08:41:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 08:41:48 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 08:41:48 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 08:41:48 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 08:41:48 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 08:41:48 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 08:41:48 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 08:41:48 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 08:41:48 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 08:41:48 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 08:41:48 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 08:41:48 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 08:41:48 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 08:41:49 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 08:41:49 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 08:41:49 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 08:41:49 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 08:41:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 08:41:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 08:41:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 08:41:49 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 08:41:49 Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 08:41:49 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 08:41:49 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 08:41:49 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 08:41:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 08:41:50 debconf: delaying package configuration, since apt-utils is not installed 08:41:50 Fetched 35.2 MB in 3s (13.1 MB/s) 08:41:50 (Reading database ... 12757 files and directories currently installed.) 08:41:50 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 08:41:50 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:41:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 08:41:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:41:51 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 08:41:51 (Reading database ... 12757 files and directories currently installed.) 08:41:51 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 08:41:51 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 08:41:51 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 08:41:51 (Reading database ... 12757 files and directories currently installed.) 08:41:51 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 08:41:51 Unpacking apt (1.6.13) over (1.6.1) ... 08:41:53 Setting up apt (1.6.13) ... 08:41:53 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 08:41:54 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 08:41:54 (Reading database ... 12764 files and directories currently installed.) 08:41:54 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:41:54 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:41:54 Selecting previously unselected package libpython3.6-minimal:amd64. 08:41:54 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:41:54 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:41:54 Selecting previously unselected package libexpat1:amd64. 08:41:54 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 08:41:54 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:41:55 Selecting previously unselected package python3.6-minimal. 08:41:55 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:41:55 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:41:55 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 08:41:55 Checking for services that may need to be restarted...done. 08:41:55 Checking for services that may need to be restarted...done. 08:41:55 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:41:55 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 08:41:55 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 08:41:56 Selecting previously unselected package python3-minimal. 08:41:56 (Reading database ... 13012 files and directories currently installed.) 08:41:56 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 08:41:56 Unpacking python3-minimal (3.6.7-1~18.04) ... 08:41:56 Selecting previously unselected package mime-support. 08:41:56 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 08:41:56 Unpacking mime-support (3.60ubuntu1) ... 08:41:56 Selecting previously unselected package libmpdec2:amd64. 08:41:56 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 08:41:56 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:41:56 Selecting previously unselected package libpython3.6-stdlib:amd64. 08:41:56 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:41:56 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:41:56 Selecting previously unselected package python3.6. 08:41:56 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 08:41:56 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:41:56 Selecting previously unselected package libpython3-stdlib:amd64. 08:41:56 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 08:41:56 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:41:56 Setting up python3-minimal (3.6.7-1~18.04) ... 08:41:56 Selecting previously unselected package python3. 08:41:56 (Reading database ... 13442 files and directories currently installed.) 08:41:56 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 08:41:56 Unpacking python3 (3.6.7-1~18.04) ... 08:41:57 Selecting previously unselected package multiarch-support. 08:41:57 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 08:41:57 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 08:41:57 Setting up multiarch-support (2.27-3ubuntu1.4) ... 08:41:57 Selecting previously unselected package liblzo2-2:amd64. 08:41:57 (Reading database ... 13479 files and directories currently installed.) 08:41:57 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 08:41:57 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 08:41:57 Selecting previously unselected package libbsd0:amd64. 08:41:57 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 08:41:57 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:41:57 Selecting previously unselected package sudo. 08:41:57 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 08:41:57 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 08:41:57 Selecting previously unselected package apparmor. 08:41:57 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 08:41:57 Unpacking apparmor (2.12-4ubuntu5.1) ... 08:41:57 Selecting previously unselected package libedit2:amd64. 08:41:57 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 08:41:57 Unpacking libedit2:amd64 (3.1-20170329-1) ... 08:41:58 Selecting previously unselected package libkrb5support0:amd64. 08:41:58 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 08:41:58 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:41:58 Selecting previously unselected package libk5crypto3:amd64. 08:41:58 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 08:41:58 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:41:58 Selecting previously unselected package libkeyutils1:amd64. 08:41:58 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 08:41:58 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:41:58 Selecting previously unselected package libkrb5-3:amd64. 08:41:58 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 08:41:58 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:41:58 Selecting previously unselected package libgssapi-krb5-2:amd64. 08:41:58 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 08:41:58 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:41:58 Selecting previously unselected package libssl1.0.0:amd64. 08:41:58 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 08:41:58 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:41:59 Selecting previously unselected package openssh-client. 08:41:59 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 08:41:59 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 08:41:59 Selecting previously unselected package squashfs-tools. 08:41:59 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 08:41:59 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:41:59 Selecting previously unselected package snapd. 08:41:59 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 08:41:59 Unpacking snapd (2.48.3+18.04) ... 08:42:01 Setting up libedit2:amd64 (3.1-20170329-1) ... 08:42:01 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 08:42:01 Setting up mime-support (3.60ubuntu1) ... 08:42:01 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 08:42:01 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 08:42:01 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 08:42:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:01 Setting up systemd (237-3ubuntu10.46) ... 08:42:01 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 08:42:02 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 08:42:02 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 08:42:02 Setting up liblzo2-2:amd64 (2.08-1.2) ... 08:42:02 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 08:42:02 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 08:42:02 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 08:42:02 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 08:42:02 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 08:42:02 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 08:42:02 Setting up python3 (3.6.7-1~18.04) ... 08:42:03 running python rtupdate hooks for python3.6... 08:42:03 running python post-rtupdate hooks for python3.6... 08:42:03 Setting up apparmor (2.12-4ubuntu5.1) ... 08:42:04 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 08:42:04 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 08:42:04 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 08:42:04 Setting up snapd (2.48.3+18.04) ... 08:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 08:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 08:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 08:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 08:42:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:42:05 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 08:42:06 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 08:42:06 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 08:42:06 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 08:42:06 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 08:42:06 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 08:42:06 Processing triggers for libc-bin (2.27-3ubuntu1) ... 08:42:06 Processing triggers for systemd (237-3ubuntu10.46) ... 08:42:07 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:42:07 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 08:42:07 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:42:09 Reading package lists... 08:42:09 Reading package lists... 08:42:09 Building dependency tree... 08:42:09 Reading state information... 08:42:09 Calculating upgrade... 08:42:09 The following packages will be upgraded: 08:42:09 advancecomp base-files bash binutils binutils-common 08:42:09 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 08:42:09 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 08:42:09 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 08:42:09 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 08:42:09 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 08:42:09 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 08:42:09 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 08:42:09 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 08:42:09 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 08:42:09 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 08:42:09 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 08:42:09 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 08:42:09 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 08:42:09 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 08:42:09 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 08:42:09 Need to get 64.0 MB of archives. 08:42:09 After this operation, 5034 kB of additional disk space will be used. 08:42:09 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 08:42:10 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 08:42:10 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 08:42:10 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 08:42:10 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 08:42:10 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 08:42:10 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 08:42:10 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 08:42:10 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 08:42:10 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 08:42:10 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 08:42:10 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 08:42:10 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 08:42:10 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 08:42:10 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 08:42:10 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 08:42:10 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 08:42:10 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 08:42:10 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 08:42:10 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 08:42:10 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 08:42:10 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 08:42:10 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 08:42:10 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 08:42:10 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 08:42:10 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 08:42:10 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 08:42:10 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 08:42:10 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 08:42:10 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 08:42:10 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 08:42:10 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 08:42:10 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 08:42:10 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 08:42:10 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 08:42:10 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 08:42:10 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 08:42:10 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 08:42:10 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 08:42:10 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 08:42:10 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 08:42:10 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 08:42:10 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 08:42:10 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 08:42:10 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 08:42:10 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 08:42:10 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 08:42:10 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 08:42:10 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 08:42:10 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 08:42:10 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 08:42:10 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 08:42:10 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 08:42:10 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 08:42:10 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 08:42:10 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 08:42:10 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 08:42:10 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 08:42:10 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 08:42:10 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 08:42:10 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 08:42:10 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 08:42:11 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 08:42:11 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 08:42:11 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 08:42:11 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 08:42:11 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 08:42:11 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 08:42:11 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 08:42:11 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 08:42:11 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 08:42:11 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 08:42:11 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 08:42:11 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 08:42:11 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 08:42:11 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 08:42:11 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 08:42:11 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 08:42:11 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 08:42:11 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 08:42:11 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 08:42:11 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 08:42:11 Get:83 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:42:11 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 08:42:11 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 08:42:11 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 08:42:11 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 08:42:11 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 08:42:11 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 08:42:11 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 08:42:11 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 08:42:11 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 08:42:11 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 08:42:11 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 08:42:11 Get:95 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:42:11 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 08:42:11 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 08:42:11 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 08:42:11 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 08:42:11 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 08:42:11 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 08:42:11 debconf: delaying package configuration, since apt-utils is not installed 08:42:11 Fetched 64.0 MB in 2s (36.1 MB/s) 08:42:11 (Reading database ... 13912 files and directories currently installed.) 08:42:11 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 08:42:11 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:12 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 08:42:12 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:12 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 08:42:12 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 08:42:13 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:13 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:13 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:13 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:13 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:13 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:14 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:14 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:14 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:14 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:14 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:14 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:14 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:14 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:14 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:14 (Reading database ... 13911 files and directories currently installed.) 08:42:14 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:14 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 08:42:14 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 08:42:15 (Reading database ... 13911 files and directories currently installed.) 08:42:15 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:15 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:15 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:15 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:15 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 08:42:15 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 08:42:15 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:15 (Reading database ... 13911 files and directories currently installed.) 08:42:15 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 08:42:15 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:16 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 08:42:16 (Reading database ... 13911 files and directories currently installed.) 08:42:16 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 08:42:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 08:42:16 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 08:42:16 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 08:42:16 Setting up base-files (10.1ubuntu2.10) ... 08:42:16 Installing new version of config file /etc/issue ... 08:42:16 Installing new version of config file /etc/issue.net ... 08:42:16 Installing new version of config file /etc/lsb-release ... 08:42:16 Installing new version of config file /etc/update-motd.d/50-motd-news ... 08:42:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 08:42:17 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 08:42:17 Removing obsolete conffile /etc/default/motd-news ... 08:42:17 (Reading database ... 13912 files and directories currently installed.) 08:42:17 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 08:42:17 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 08:42:17 Setting up bash (4.4.18-2ubuntu1.2) ... 08:42:17 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:42:17 (Reading database ... 13912 files and directories currently installed.) 08:42:17 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:18 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 08:42:18 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 08:42:18 (Reading database ... 13912 files and directories currently installed.) 08:42:18 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 08:42:18 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 08:42:18 Setting up tar (1.29b-2ubuntu0.2) ... 08:42:18 (Reading database ... 13912 files and directories currently installed.) 08:42:18 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 08:42:18 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:18 Setting up dpkg (1.19.0.5ubuntu2.3) ... 08:42:19 (Reading database ... 13912 files and directories currently installed.) 08:42:19 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:19 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:19 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:19 (Reading database ... 13912 files and directories currently installed.) 08:42:19 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:19 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:19 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 08:42:19 (Reading database ... 13912 files and directories currently installed.) 08:42:19 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 08:42:19 Unpacking grep (3.1-2build1) over (3.1-2) ... 08:42:19 Setting up grep (3.1-2build1) ... 08:42:19 (Reading database ... 13912 files and directories currently installed.) 08:42:19 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 08:42:19 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:42:20 Setting up login (1:4.5-1ubuntu2) ... 08:42:20 (Reading database ... 13912 files and directories currently installed.) 08:42:20 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:20 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:20 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 08:42:20 (Reading database ... 13912 files and directories currently installed.) 08:42:20 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:20 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:21 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:21 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:21 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 08:42:21 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:21 Setting up perl-base (5.26.1-6ubuntu0.5) ... 08:42:22 (Reading database ... 13912 files and directories currently installed.) 08:42:22 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 08:42:22 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 08:42:23 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:42:23 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:42:23 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 08:42:23 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 08:42:23 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 08:42:23 (Reading database ... 13912 files and directories currently installed.) 08:42:23 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 08:42:23 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 08:42:23 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 08:42:23 (Reading database ... 13912 files and directories currently installed.) 08:42:23 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:23 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:23 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:24 (Reading database ... 13912 files and directories currently installed.) 08:42:24 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:24 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:24 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:24 (Reading database ... 13912 files and directories currently installed.) 08:42:24 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:24 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:24 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:24 (Reading database ... 13912 files and directories currently installed.) 08:42:24 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:25 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:25 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:25 (Reading database ... 13912 files and directories currently installed.) 08:42:25 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:25 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:25 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:25 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:25 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:25 (Reading database ... 13912 files and directories currently installed.) 08:42:25 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 08:42:25 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:25 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:25 (Reading database ... 13912 files and directories currently installed.) 08:42:25 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:25 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:26 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 08:42:26 (Reading database ... 13912 files and directories currently installed.) 08:42:26 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:26 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:26 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 08:42:26 (Reading database ... 13912 files and directories currently installed.) 08:42:26 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:26 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:26 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 08:42:27 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 08:42:27 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 08:42:27 (Reading database ... 13912 files and directories currently installed.) 08:42:27 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 08:42:27 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 08:42:27 Setting up libc-bin (2.27-3ubuntu1.4) ... 08:42:27 (Reading database ... 13912 files and directories currently installed.) 08:42:27 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 08:42:27 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 08:42:27 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 08:42:27 (Reading database ... 13914 files and directories currently installed.) 08:42:27 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 08:42:28 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 08:42:28 Setting up debconf (1.5.66ubuntu1) ... 08:42:28 (Reading database ... 13914 files and directories currently installed.) 08:42:28 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 08:42:28 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:42:28 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 08:42:28 (Reading database ... 13914 files and directories currently installed.) 08:42:28 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 08:42:28 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 08:42:28 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 08:42:28 (Reading database ... 13914 files and directories currently installed.) 08:42:28 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:28 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:28 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:29 (Reading database ... 13914 files and directories currently installed.) 08:42:29 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:29 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:29 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:29 (Reading database ... 13914 files and directories currently installed.) 08:42:29 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 08:42:29 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:29 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:29 (Reading database ... 13914 files and directories currently installed.) 08:42:29 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 08:42:30 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 08:42:30 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 08:42:30 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 08:42:30 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:30 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:30 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:30 (Reading database ... 13914 files and directories currently installed.) 08:42:30 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 08:42:30 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 08:42:30 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 08:42:30 (Reading database ... 13914 files and directories currently installed.) 08:42:30 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 08:42:30 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 08:42:30 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 08:42:31 (Reading database ... 13914 files and directories currently installed.) 08:42:31 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 08:42:31 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 08:42:31 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 08:42:31 (Reading database ... 13914 files and directories currently installed.) 08:42:31 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 08:42:31 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 08:42:31 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 08:42:31 (Reading database ... 13914 files and directories currently installed.) 08:42:31 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 08:42:31 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 08:42:32 Setting up passwd (1:4.5-1ubuntu2) ... 08:42:32 (Reading database ... 13914 files and directories currently installed.) 08:42:32 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 08:42:32 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 08:42:32 Setting up gpgv (2.2.4-1ubuntu1.4) ... 08:42:32 (Reading database ... 13914 files and directories currently installed.) 08:42:32 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 08:42:32 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:42:32 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 08:42:32 (Reading database ... 13914 files and directories currently installed.) 08:42:32 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 08:42:32 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 08:42:32 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 08:42:32 (Reading database ... 13914 files and directories currently installed.) 08:42:32 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 08:42:32 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 08:42:33 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 08:42:33 (Reading database ... 13914 files and directories currently installed.) 08:42:33 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 08:42:33 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 08:42:33 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 08:42:33 (Reading database ... 13914 files and directories currently installed.) 08:42:33 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 08:42:33 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 08:42:33 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 08:42:33 (Reading database ... 13914 files and directories currently installed.) 08:42:33 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 08:42:33 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 08:42:33 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 08:42:33 (Reading database ... 13914 files and directories currently installed.) 08:42:33 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 08:42:33 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 08:42:34 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 08:42:34 (Reading database ... 13914 files and directories currently installed.) 08:42:34 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 08:42:34 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 08:42:34 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 08:42:34 (Reading database ... 13915 files and directories currently installed.) 08:42:34 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:34 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:34 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 08:42:34 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 08:42:34 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 08:42:34 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 08:42:34 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 08:42:34 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 08:42:35 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 08:42:35 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 08:42:35 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 08:42:35 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 08:42:35 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 08:42:35 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 08:42:35 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 08:42:35 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 08:42:36 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 08:42:36 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 08:42:36 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 08:42:36 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 08:42:36 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 08:42:36 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 08:42:36 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 08:42:36 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 08:42:37 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 08:42:37 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 08:42:37 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 08:42:37 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 08:42:37 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:37 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:38 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:38 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:38 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:38 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:38 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 08:42:38 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 08:42:38 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:38 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:38 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:38 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:38 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:39 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:39 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:40 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:40 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:41 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:41 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:41 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:41 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:42 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 08:42:42 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 08:42:42 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:42 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:42 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 08:42:42 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:43 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 08:42:43 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 08:42:43 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 08:42:43 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 08:42:43 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:43 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:43 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 08:42:43 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 08:42:43 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 08:42:43 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 08:42:43 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:43 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 08:42:43 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:43 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:43 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:43 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 08:42:43 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 08:42:43 Setting up tzdata (2021a-0ubuntu0.18.04) ... 08:42:44 08:42:44 Current default time zone: 'Etc/UTC' 08:42:44 Local time is now: Thu Apr 22 08:42:43 UTC 2021. 08:42:44 Universal Time is now: Thu Apr 22 08:42:43 UTC 2021. 08:42:44 Run 'dpkg-reconfigure tzdata' if you wish to change it. 08:42:44 08:42:44 Setting up systemd-sysv (237-3ubuntu10.46) ... 08:42:44 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:44 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 08:42:44 Setting up mount (2.31.1-0.4ubuntu3.7) ... 08:42:44 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 08:42:44 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 08:42:44 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 08:42:44 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 08:42:44 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 08:42:44 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 08:42:44 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:44 Setting up procps (2:3.3.12-3ubuntu1.2) ... 08:42:44 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:44 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 08:42:44 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:44 Setting up patch (2.7.6-2ubuntu1.1) ... 08:42:44 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 08:42:44 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 08:42:44 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 08:42:44 Installing new version of config file /etc/ssl/openssl.cnf ... 08:42:44 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 08:42:44 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 08:42:44 Setting up ca-certificates (20210119~18.04.1) ... 08:42:46 Updating certificates in /etc/ssl/certs... 08:42:47 23 added, 27 removed; done. 08:42:47 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 08:42:47 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 08:42:47 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 08:42:47 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 08:42:47 Setting up pkgbinarymangler (138.18.04.1) ... 08:42:47 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:47 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 08:42:47 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:48 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:48 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:48 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 08:42:48 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 08:42:48 Setting up perl (5.26.1-6ubuntu0.5) ... 08:42:48 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 08:42:48 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 08:42:48 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 08:42:48 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 08:42:48 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 08:42:48 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 08:42:48 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 08:42:48 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 08:42:48 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 08:42:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:42:48 Processing triggers for systemd (237-3ubuntu10.46) ... 08:42:48 Processing triggers for mime-support (3.60ubuntu1) ... 08:42:48 Processing triggers for ca-certificates (20210119~18.04.1) ... 08:42:48 Updating certificates in /etc/ssl/certs... 08:42:49 0 added, 0 removed; done. 08:42:49 Running hooks in /etc/ca-certificates/update.d... 08:42:49 done. 08:42:49 Reading package lists... 08:42:49 Building dependency tree... 08:42:49 Reading state information... 08:42:49 The following NEW packages will be installed: 08:42:49 apt-transport-https 08:42:50 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 08:42:50 Need to get 1692 B of archives. 08:42:50 After this operation, 154 kB of additional disk space will be used. 08:42:50 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 08:42:50 debconf: delaying package configuration, since apt-utils is not installed 08:42:50 Fetched 1692 B in 0s (8566 B/s) 08:42:50 Selecting previously unselected package apt-transport-https. 08:42:50 (Reading database ... 13920 files and directories currently installed.) 08:42:50 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 08:42:50 Unpacking apt-transport-https (1.6.13) ... 08:42:50 Setting up apt-transport-https (1.6.13) ... 08:42:50 Waiting for network to be ready... 08:42:57 2021-04-22T08:42:53Z INFO Waiting for automatic snapd restart... 08:42:57 snapd 2.49.2 from Canonical* installed 08:42:57 "snapd" switched to the "latest/stable" channel 08:42:57 08:43:00 core18 20210309 from Canonical* installed 08:43:00 "core18" switched to the "latest/stable" channel 08:43:00 08:43:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:43:01 ---> 9527d0b016f8 08:43:01 Step 3/23 : WORKDIR /edgex-go 08:43:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:43:01 ---> 9527d0b016f8 08:43:01 Step 3/22 : WORKDIR /edgex-go 08:43:01 Step 1/25 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:01 Step 2/25 : FROM ${BUILDER_BASE} AS builder 08:43:01 ---> 9527d0b016f8 08:43:01 Step 3/25 : WORKDIR /edgex-go 08:43:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:43:01 ---> 9527d0b016f8 08:43:01 Step 3/23 : WORKDIR /edgex-go 08:43:01 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:43:01 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:43:01 ---> 9527d0b016f8 08:43:01 Step 3/31 : WORKDIR /edgex-go 08:43:01 ---> Running in e8fe275a431f 08:43:01 ---> Running in ac15033f8377 08:43:01 ---> Running in c41def614148 08:43:01 ---> Running in ef98de3a917c 08:43:01 ---> Running in 69f316254e2a 08:43:01 Removing intermediate container ef98de3a917c 08:43:01 ---> 85d74f4b9613 08:43:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:01 Removing intermediate container 69f316254e2a 08:43:01 ---> a2684d9ddbb4 08:43:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:01 Removing intermediate container ac15033f8377 08:43:01 Removing intermediate container c41def614148 08:43:01 ---> fb4dbf509005 08:43:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:01 ---> c70753fcc436 08:43:01 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:01 Removing intermediate container e8fe275a431f 08:43:01 ---> 5020828afab7 08:43:01 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:43:01 ---> Running in a5a74310a3fd 08:43:01 ---> Running in 6b80d53fd554 08:43:01 ---> Running in aa444db309c9 08:43:01 ---> Running in c43cdec9c228 08:43:01 ---> Running in 697f1d2410df 08:43:01 Removing intermediate container a5a74310a3fd 08:43:01 ---> 8e033cb0799c 08:43:01 Step 5/23 : RUN apk add --update --no-cache make git 08:43:01 ---> Running in ae672e6e30fa 08:43:01 Removing intermediate container 6b80d53fd554 08:43:01 ---> cc1511475656 08:43:01 Step 5/23 : RUN apk add --update --no-cache make git 08:43:01 Removing intermediate container aa444db309c9 08:43:01 ---> 56a663505031 08:43:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:43:02 ---> Running in 36b5e3d8296c 08:43:02 ---> Running in 37a4e1f6ef15 08:43:02 Removing intermediate container 697f1d2410df 08:43:02 ---> 9991e473dabd 08:43:02 Step 5/31 : RUN apk add --update --no-cache make git 08:43:02 Removing intermediate container c43cdec9c228 08:43:02 ---> 42bf610a905a 08:43:02 Step 5/25 : RUN apk add --update --no-cache make git 08:43:02 ---> Running in 57317e74cc01 08:43:02 ---> Running in b04917f56469 08:43:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:04 snapcraft 4.6.2 from Canonical* installed 08:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:04 "snapcraft" switched to the "latest/stable" channel 08:43:04 08:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:43:04 OK: 217 MiB in 51 packages 08:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:43:06 OK: 217 MiB in 51 packages 08:43:06 Removing intermediate container ae672e6e30fa 08:43:06 ---> f26e34b14ec5 08:43:06 Step 6/23 : COPY go.mod . 08:43:06 OK: 217 MiB in 51 packages 08:43:06 OK: 217 MiB in 51 packages 08:43:06 OK: 217 MiB in 51 packages 08:43:07 ---> 02639c03e8d5 08:43:07 Step 7/23 : RUN go mod download 08:43:07 ---> Running in 4898f40db299 08:43:07 Removing intermediate container 37a4e1f6ef15 08:43:07 ---> 2395d770324b 08:43:07 Step 6/22 : COPY go.mod . 08:43:08 Removing intermediate container b04917f56469 08:43:08 ---> 64740e5a699e 08:43:08 Step 6/25 : COPY go.mod . 08:43:08 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:43:08 - README.md 08:43:08 08:43:08 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 08:43:08 Removing intermediate container 57317e74cc01 08:43:08 ---> 824faf3f5a65 08:43:08 Step 6/31 : COPY go.mod . 08:43:08 Removing intermediate container 36b5e3d8296c 08:43:08 ---> 21b0aa361fda 08:43:08 Step 6/23 : COPY go.mod . 08:43:09 ---> 9da81b25c541 08:43:09 Step 7/22 : RUN go mod download 08:43:09 ---> Running in e4306d544ce5 08:43:09 ---> ab25f1a7a26a 08:43:09 Step 7/25 : RUN go mod download 08:43:09 ---> Running in 98c6cc28c4c7 08:43:10 ---> ab61850007c3 08:43:10 Step 7/23 : RUN go mod download 08:43:10 ---> 48c01fa109bb 08:43:10 Step 7/31 : RUN go mod download 08:43:10 ---> Running in 518bfc7ea521 08:43:10 ---> Running in 4abe0f20d292 08:43:11 Removing intermediate container 4898f40db299 08:43:11 ---> ed3e7a61344d 08:43:11 Step 8/23 : COPY . . 08:43:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:15 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 08:43:15 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 08:43:15 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:43:15 Removing intermediate container e4306d544ce5 08:43:15 ---> 10c4c746268f 08:43:15 Step 8/22 : COPY . . 08:43:15 Removing intermediate container 98c6cc28c4c7 08:43:15 ---> f9b8433c0720 08:43:15 Step 8/25 : COPY . . 08:43:15 Reading package lists... 08:43:15 Removing intermediate container 518bfc7ea521 08:43:15 ---> 8dceaf542b53 08:43:15 Step 8/31 : COPY . . 08:43:15 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 08:43:16 Removing intermediate container 4abe0f20d292 08:43:16 ---> 25b95ac83746 08:43:16 Step 8/23 : COPY . . 08:43:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:22 Reading package lists... 08:43:22 Building dependency tree... 08:43:22 Reading state information... 08:43:22 Suggested packages: 08:43:22 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 08:43:22 git-gui gitk gitweb git-cvs git-mediawiki git-svn 08:43:22 Recommended packages: 08:43:22 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 08:43:22 The following NEW packages will be installed: 08:43:22 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 08:43:22 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 08:43:22 pkg-config zip 08:43:22 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 08:43:22 Need to get 7663 kB of archives. 08:43:22 After this operation, 43.8 MB of additional disk space will be used. 08:43:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 08:43:22 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 08:43:22 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 08:43:22 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 08:43:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 08:43:22 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 08:43:22 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 08:43:22 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 08:43:23 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 08:43:23 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 08:43:23 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 08:43:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 08:43:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 08:43:23 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 08:43:23 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 08:43:23 debconf: delaying package configuration, since apt-utils is not installed 08:43:23 Fetched 7663 kB in 1s (9588 kB/s) 08:43:23 Selecting previously unselected package libglib2.0-0:amd64. 08:43:23 (Reading database ... 13924 files and directories currently installed.) 08:43:23 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 08:43:23 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:43:23 Selecting previously unselected package libpsl5:amd64. 08:43:23 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 08:43:23 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 08:43:23 Selecting previously unselected package libnghttp2-14:amd64. 08:43:23 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 08:43:23 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:43:23 Selecting previously unselected package librtmp1:amd64. 08:43:23 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 08:43:23 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:43:23 Selecting previously unselected package libcurl3-gnutls:amd64. 08:43:23 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 08:43:23 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:43:24 Selecting previously unselected package liberror-perl. 08:43:24 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 08:43:24 Unpacking liberror-perl (0.17025-1) ... 08:43:24 Selecting previously unselected package git-man. 08:43:24 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 08:43:24 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 08:43:24 Selecting previously unselected package git. 08:43:24 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 08:43:24 Unpacking git (1:2.17.1-1ubuntu0.8) ... 08:43:24 Selecting previously unselected package libnorm1:amd64. 08:43:24 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 08:43:25 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:43:25 Selecting previously unselected package libpgm-5.2-0:amd64. 08:43:25 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 08:43:25 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:43:25 Selecting previously unselected package libsodium23:amd64. 08:43:25 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 08:43:25 Unpacking libsodium23:amd64 (1.0.16-2) ... 08:43:25 Selecting previously unselected package libzmq5:amd64. 08:43:25 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 08:43:25 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:43:25 Selecting previously unselected package libzmq3-dev:amd64. 08:43:25 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 08:43:25 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:43:25 Selecting previously unselected package pkg-config. 08:43:25 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 08:43:25 Unpacking pkg-config (0.29.1-0ubuntu2) ... 08:43:25 Selecting previously unselected package zip. 08:43:25 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 08:43:25 Unpacking zip (3.0-11build1) ... 08:43:25 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 08:43:25 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 08:43:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 08:43:25 Setting up liberror-perl (0.17025-1) ... 08:43:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 08:43:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 08:43:25 No schema files found: doing nothing. 08:43:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 08:43:26 Setting up zip (3.0-11build1) ... 08:43:26 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 08:43:26 Setting up libsodium23:amd64 (1.0.16-2) ... 08:43:26 Setting up pkg-config (0.29.1-0ubuntu2) ... 08:43:26 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 08:43:26 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 08:43:26 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 08:43:26 Setting up git (1:2.17.1-1ubuntu0.8) ... 08:43:26 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 08:43:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:33 git set to automatically installed. 08:43:33 git-man set to automatically installed. 08:43:33 libcurl3-gnutls set to automatically installed. 08:43:33 liberror-perl set to automatically installed. 08:43:33 libglib2.0-0 set to automatically installed. 08:43:33 libnghttp2-14 set to automatically installed. 08:43:33 libnorm1 set to automatically installed. 08:43:33 libpgm-5.2-0 set to automatically installed. 08:43:33 libpsl5 set to automatically installed. 08:43:33 librtmp1 set to automatically installed. 08:43:33 libsodium23 set to automatically installed. 08:43:33 libzmq3-dev set to automatically installed. 08:43:33 libzmq5 set to automatically installed. 08:43:33 pkg-config set to automatically installed. 08:43:33 zip set to automatically installed. 08:43:34 snapd is not logged in, snap install commands will use sudo 08:43:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:43:41 snap "core18" has no updates available 08:43:43 snapd is not logged in, snap install commands will use sudo 08:43:43 ---> e954085b501b 08:43:43 Step 9/23 : RUN make cmd/core-command/core-command 08:43:43 ---> f8ba47c4dc72 08:43:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:43:43 ---> b707ce6bf1e5 08:43:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:43:43 ---> 98c0122648ba 08:43:43 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 08:43:43 ---> 897dcf511459 08:43:43 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:43:43 ---> Running in 5126e76485d8 08:43:43 ---> Running in 1f15123a3a9d 08:43:43 ---> Running in 3f6b9a87a4f2 08:43:43 ---> Running in d6242a3d8443 08:43:43 ---> Running in 9cf555c8bdad 08:43:43 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:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 08:43:44 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:43: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:43:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 08:43:49 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 08:44:02 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 08:44:02 Pulling go-build-helper 08:44:02 + snapcraftctl pull 08:44:04 'app-service-config' has dependencies that need to be staged: go-build-helper 08:44:04 Skipping pull go-build-helper (already ran) 08:44:04 Building go-build-helper 08:44:04 + snapcraftctl build 08:44:05 Staging go-build-helper 08:44:05 + snapcraftctl stage 08:44:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 08:44:15 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 08:44:15 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 08:44:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1696 kB] 08:44:15 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 08:44:15 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 08:44:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 08:44:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 08:44:15 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 08:44:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 08:44:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 08:44:15 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 08:44:15 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 08:44:15 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 08:44:15 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 08:44:15 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 08:44:15 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 08:44:15 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 08:44:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 08:44:15 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2039 kB] 08:44:15 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [410 kB] 08:44:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 08:44:15 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 08:44:15 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 08:44:15 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 08:44:15 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1733 kB] 08:44:15 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 08:44:15 Fetched 24.4 MB in 0s (0 B/s) 08:44:15 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:44:15 Fetched 224 kB in 0s (0 B/s) 08:44:15 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:44:15 Fetched 157 kB in 0s (0 B/s) 08:44:15 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:44:15 Fetched 221 kB in 0s (0 B/s) 08:44:15 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:44:15 Fetched 143 kB in 0s (0 B/s) 08:44:15 Pulling app-service-config 08:44:15 + snapcraftctl pull 08:44:16 Cloning into '/root/parts/app-service-config/src'... 08:44:17 Pulling config-common 08:44:17 + snapcraftctl pull 08:44:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:44:21 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:44:21 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:44:21 Fetched 0 B in 0s (0 B/s) 08:44:21 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 08:44:21 Fetched 0 B in 0s (0 B/s) 08:44:21 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 08:44:21 Fetched 0 B in 0s (0 B/s) 08:44:21 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 08:44:21 Fetched 0 B in 0s (0 B/s) 08:44:21 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 08:44:21 Fetched 0 B in 0s (0 B/s) 08:44:21 Pulling edgex-go 08:44:21 + snapcraftctl pull 08:44:43 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 08:44:43 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 08:44:43 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 08:44:43 Fetched 0 B in 0s (0 B/s) 08:44:43 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 08:44:43 Fetched 96.5 kB in 0s (0 B/s) 08:44:43 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 08:44:43 Fetched 279 kB in 0s (0 B/s) 08:44:43 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 08:44:43 Fetched 122 kB in 0s (0 B/s) 08:44:43 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 08:44:43 Fetched 77.8 kB in 0s (0 B/s) 08:44:43 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 08:44:43 Fetched 8848 B in 0s (0 B/s) 08:44:43 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 08:44:43 Fetched 47.8 kB in 0s (0 B/s) 08:44:43 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 08:44:43 Fetched 45.6 kB in 0s (0 B/s) 08:44:43 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 08:44:43 Fetched 15.0 kB in 0s (0 B/s) 08:44:43 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 08:44:43 Fetched 219 kB in 0s (0 B/s) 08:44:43 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 08:44:43 Fetched 154 kB in 0s (0 B/s) 08:44:43 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 08:44:43 Fetched 50.6 kB in 0s (0 B/s) 08:44:43 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 08:44:43 Fetched 14.8 kB in 0s (0 B/s) 08:44:43 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 08:44:43 Fetched 41.8 kB in 0s (0 B/s) 08:44:43 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 08:44:43 Fetched 499 kB in 0s (0 B/s) 08:44:43 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 08:44:43 Fetched 111 kB in 0s (0 B/s) 08:44:43 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 08:44:43 Fetched 240 kB in 0s (0 B/s) 08:44:43 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 08:44:43 Fetched 29.3 kB in 0s (0 B/s) 08:44:43 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 08:44:43 Fetched 85.5 kB in 0s (0 B/s) 08:44:43 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 08:44:43 Fetched 24.5 kB in 0s (0 B/s) 08:44:43 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 08:44:43 Fetched 49.2 kB in 0s (0 B/s) 08:44:43 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 08:44:43 Fetched 54.2 kB in 0s (0 B/s) 08:44:43 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 08:44:43 Fetched 30.8 kB in 0s (0 B/s) 08:44:43 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 08:44:43 Fetched 15.8 kB in 0s (0 B/s) 08:44:43 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 08:44:43 Fetched 85.9 kB in 0s (0 B/s) 08:44:43 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 08:44:43 Fetched 8720 B in 0s (0 B/s) 08:44:43 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 08:44:43 Fetched 137 kB in 0s (0 B/s) 08:44:43 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 08:44:43 Fetched 119 kB in 0s (0 B/s) 08:44:43 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 08:44:43 Fetched 110 kB in 0s (0 B/s) 08:44:43 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 08:44:43 Fetched 11.1 kB in 0s (0 B/s) 08:44:43 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 08:44:43 Fetched 645 kB in 0s (0 B/s) 08:44:43 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 08:44:43 Fetched 41.3 kB in 0s (0 B/s) 08:44:43 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 08:44:43 Fetched 17.9 kB in 0s (0 B/s) 08:44:43 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 08:44:43 Fetched 368 kB in 0s (0 B/s) 08:44:43 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 08:44:43 Fetched 187 kB in 0s (0 B/s) 08:44:43 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 08:44:43 Fetched 175 kB in 0s (0 B/s) 08:44:43 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 08:44:43 Fetched 206 kB in 0s (0 B/s) 08:44:43 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 08:44:43 Fetched 1301 kB in 0s (0 B/s) 08:44:43 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 08:44:43 Fetched 36.2 kB in 0s (0 B/s) 08:44:43 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 08:44:43 Fetched 159 kB in 0s (0 B/s) 08:44:43 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 08:44:43 Fetched 107 kB in 0s (0 B/s) 08:44:43 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 08:44:43 Fetched 48.7 kB in 0s (0 B/s) 08:44:43 Pulling static-packages 08:44:43 + snapcraftctl pull 08:44:43 Pulling version 08:44:43 + cd /root/project 08:44:43 + [ -f VERSION ] 08:44:43 + PROJECT_VERSION=local-dev 08:44:43 + git rev-parse --short HEAD 08:44:43 + GIT_REVISION=7e5844cb 08:44:43 + snapcraftctl set-version local-dev 08:44:43 Skipping build go-build-helper (already ran) 08:44:43 Building app-service-config 08:44:43 + make build 08:44:43 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 08:44:45 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 08:44:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 08:44:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 08:44:45 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 08:44:45 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 08:44:45 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 08:44:45 go: downloading github.com/gorilla/websocket v1.4.2 08:44:45 go: downloading github.com/google/uuid v1.2.0 08:44:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 08:44:46 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 08:44:46 go: downloading github.com/go-playground/validator/v10 v10.4.1 08:44:46 go: downloading github.com/gorilla/mux v1.8.0 08:44:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 08:44:46 go: downloading github.com/leodido/go-urn v1.2.0 08:44:46 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 08:44:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 08:44:46 go: downloading github.com/go-playground/universal-translator v0.17.0 08:44:46 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 08:44:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 08:44:46 go: downloading github.com/pelletier/go-toml v1.2.0 08:44:46 go: downloading github.com/go-playground/locales v0.13.0 08:44:46 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 08:44:46 go: downloading github.com/BurntSushi/toml v0.3.1 08:44:46 go: downloading github.com/x448/float16 v0.8.4 08:44:46 go: downloading github.com/hashicorp/consul/api v1.8.1 08:44:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 08:44:46 go: downloading github.com/mitchellh/copystructure v1.0.0 08:44:46 go: downloading github.com/pebbe/zmq4 v1.2.7 08:44:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 08:44:46 go: downloading github.com/go-kit/kit v0.8.0 08:44:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 08:44:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 08:44:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 08:44:46 go: downloading github.com/hashicorp/serf v0.9.5 08:44:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 08:44:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 08:44:46 go: downloading github.com/hashicorp/go-hclog v0.12.0 08:44:47 go: downloading github.com/go-logfmt/logfmt v0.4.0 08:44:47 go: downloading github.com/mattn/go-isatty v0.0.12 08:44:47 go: downloading github.com/fatih/color v1.9.0 08:44:47 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 08:44:47 go: downloading github.com/mattn/go-colorable v0.1.6 08:44:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 08:44:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 08:44:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 08:44:57 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 08:44:57 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 08:44:57 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 08:44:57 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 08:44:57 Building config-common 08:44:57 + snapcraftctl build 08:44:59 Building edgex-go 08:44:59 + cd /root/parts/edgex-go/src 08:44:59 + make build 08:44: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:44:59 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 08:44:59 go: downloading github.com/OneOfOne/xxhash v1.2.8 08:44:59 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.38 08:44:59 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.17 08:45:00 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.11 08:45:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 08:45:00 go: downloading github.com/pelletier/go-toml v1.9.0 08:45:00 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.5 08:45:00 go: downloading github.com/go-playground/validator/v10 v10.5.0 08:45:00 go: downloading github.com/imdario/mergo v0.3.12 08:45:00 go: downloading github.com/pkg/errors v0.8.1 08:45:00 go: downloading golang.org/x/text v0.3.2 08:45:04 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:45:04 go: downloading gopkg.in/yaml.v2 v2.4.0 08:45:09 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:45:10 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:45:12 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:45:12 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:45:12 go: downloading github.com/stretchr/testify v1.7.0 08:45:13 go: downloading github.com/davecgh/go-spew v1.1.1 08:45:13 go: downloading github.com/pmezard/go-difflib v1.0.0 08:45:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 08:45:15 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:45:15 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 08:45:15 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 08:45: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:45: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:45:18 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 08:45:20 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:45: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:45: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:45:22 go: downloading github.com/lib/pq v1.9.0 08:45:24 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 08:45:24 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 08:45:24 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 08:45:24 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 08:45:24 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 08:45:24 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 08:45:24 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 08:45:24 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 08:45:24 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 08:45:24 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 08:45:24 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 08:45:24 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 08:45:24 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 08:45:24 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 08:45:24 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 08:45:24 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 08:45:24 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 08:45:24 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 08:45:24 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 08:45:24 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 08:45:24 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 08:45:24 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 08:45:24 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 08:45:24 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 08:45:24 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 08:45:24 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 08:45:27 Building static-packages 08:45:27 + snapcraftctl build 08:45:29 Building version 08:45:29 + snapcraftctl build 08:45:31 Skipping stage go-build-helper (already ran) 08:45:31 Staging app-service-config 08:45:31 + snapcraftctl stage 08:45:32 Staging config-common 08:45:32 + snapcraftctl stage 08:45:33 Staging edgex-go 08:45:33 + snapcraftctl stage 08:45:34 Staging static-packages 08:45:34 + snapcraftctl stage 08:45:35 Staging version 08:45:35 + snapcraftctl stage 08:45:36 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:45:36 Priming go-build-helper 08:45:36 + snapcraftctl prime 08:45:37 Priming app-service-config 08:45:37 + snapcraftctl prime 08:45:39 Priming config-common 08:45:39 + snapcraftctl prime 08:45:40 Priming edgex-go 08:45:40 + snapcraftctl prime 08:45:41 Priming static-packages 08:45:41 + snapcraftctl prime 08:45:43 Priming version 08:45:43 + snapcraftctl prime 08:45:44 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:45:47 Removing intermediate container 1f15123a3a9d 08:45:47 ---> d6eaee64426e 08:45:47 08:45:47 Step 10/25 : FROM alpine:3.12 08:45:47 Removing intermediate container d6242a3d8443 08:45:47 ---> a40c77584210 08:45:47 08:45:47 Step 10/31 : FROM alpine:3.12 08:45:47 3.12: Pulling from library/alpine 08:45:47 3.12: Pulling from library/alpine 08:45:47 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:45:47 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 08:45:47 Status: Image is up to date for alpine:3.12 08:45:47 ---> 9852663dfa18 08:45:47 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 08:45:47 Status: Downloaded newer image for alpine:3.12 08:45:47 ---> 9852663dfa18 08:45:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:45:47 ---> Running in 25ad203c3044 08:45:47 ---> Running in 33b4adb8cebf 08:45:49 Removing intermediate container 33b4adb8cebf 08:45:49 ---> 7811101ca11e 08:45:49 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:45:49 ---> Running in ef36e974f134 08:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:50 (1/6) Installing ca-certificates (20191127-r4) 08:45:50 (2/6) Installing nghttp2-libs (1.41.0-r0) 08:45:50 (3/6) Installing libcurl (7.76.1-r0) 08:45:50 (4/6) Installing curl (7.76.1-r0) 08:45:51 (5/6) Installing dumb-init (1.2.2-r1) 08:45:51 (6/6) Installing su-exec (0.2-r1) 08:45:51 Executing busybox-1.31.1-r20.trigger 08:45:51 Executing ca-certificates-20191127-r4.trigger 08:45:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:51 OK: 7 MiB in 20 packages 08:45:52 (1/2) Installing dumb-init (1.2.2-r1) 08:45:52 (2/2) Installing su-exec (0.2-r1) 08:45:52 Executing busybox-1.31.1-r20.trigger 08:45:52 OK: 5 MiB in 16 packages 08:45:54 Removing intermediate container 5126e76485d8 08:45:54 ---> 051699944902 08:45:54 08:45:54 Step 10/23 : FROM alpine:3.12 08:45:54 ---> 9852663dfa18 08:45:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:45:54 ---> Running in 0a45e5091f06 08:45:55 Removing intermediate container ef36e974f134 08:45:55 ---> e99100ec8141 08:45:55 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:45:55 Removing intermediate container 25ad203c3044 08:45:55 ---> 1a0ccdae69a4 08:45:55 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:45:55 ---> Running in f0a69055eee4 08:45:55 ---> Running in 77249d9e3ce0 08:45:56 Removing intermediate container f0a69055eee4 08:45:56 ---> ad11a97639ef 08:45:56 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:45:56 Removing intermediate container 77249d9e3ce0 08:45:56 ---> 136121e1a79e 08:45:56 Step 13/25 : WORKDIR / 08:45:56 ---> Running in b1970eb53f61 08:45:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:56 ---> Running in 556f33518613 08:45:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:45:57 Removing intermediate container 3f6b9a87a4f2 08:45:57 ---> 4a4f4f70f3f8 08:45:57 08:45:57 Step 10/22 : FROM alpine:3.12 08:45:57 ---> 9852663dfa18 08:45:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:45:57 Removing intermediate container b1970eb53f61 08:45:57 (1/1) Installing dumb-init (1.2.2-r1) 08:45:57 ---> e55486850ac0 08:45:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:45:57 Executing busybox-1.31.1-r20.trigger 08:45:57 ---> Running in 78d0ebad9b1e 08:45:57 OK: 5 MiB in 15 packages 08:45:58 ---> Running in 844f83f5fb3d 08:45:58 Removing intermediate container 556f33518613 08:45:58 ---> a53401219896 08:45:58 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:45:59 ---> d512af2e13d0 08:45:59 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:45:59 Removing intermediate container 0a45e5091f06 08:45:59 ---> 3eacc79aceae 08:45:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:45:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:45:59 ---> Running in c94a35a61d89 08:45:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:46:00 (1/2) Installing ca-certificates (20191127-r4) 08:46:00 (2/2) Installing dumb-init (1.2.2-r1) 08:46:00 Executing busybox-1.31.1-r20.trigger 08:46:00 Executing ca-certificates-20191127-r4.trigger 08:46:01 OK: 6 MiB in 16 packages 08:46:01 Removing intermediate container c94a35a61d89 08:46:01 ---> a649e567d9ab 08:46:01 Step 13/23 : ENV APP_PORT=48082 08:46:01 ---> b3fc3939ab98 08:46:01 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:46:01 ---> Running in 19598e14c6e8 08:46:02 Removing intermediate container 844f83f5fb3d 08:46:02 ---> f8a318725a90 08:46:02 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:46:02 Removing intermediate container 19598e14c6e8 08:46:02 ---> afc23b1d4133 08:46:02 Step 14/23 : EXPOSE $APP_PORT 08:46:03 ---> Running in 83d71d4be8ac 08:46:03 ---> cceeae67baa7 08:46:03 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 08:46:03 ---> Running in 5321e4f5b0cc 08:46:03 Removing intermediate container 78d0ebad9b1e 08:46:03 ---> caf467d75586 08:46:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:46:03 Removing intermediate container 9cf555c8bdad 08:46:03 ---> fd23b1ea2634 08:46:03 08:46:03 Step 10/23 : FROM alpine:3.12 08:46:03 ---> 9852663dfa18 08:46:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:46:03 ---> Using cache 08:46:03 ---> 3eacc79aceae 08:46:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:46:03 ---> Using cache 08:46:03 ---> a649e567d9ab 08:46:03 Step 13/23 : ENV APP_PORT=48081 08:46:03 ---> Running in 077b75041e2e 08:46:04 ---> Running in 3a0e571d291c 08:46:04 Removing intermediate container 83d71d4be8ac 08:46:04 ---> fb87885bf2c5 08:46:04 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:46:04 Removing intermediate container 5321e4f5b0cc 08:46:04 ---> 28229a1a341b 08:46:04 Step 15/23 : WORKDIR / 08:46:04 ---> 1602b41e9643 08:46:04 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:46:04 ---> Running in 8dfb8d8d169b 08:46:04 Removing intermediate container 077b75041e2e 08:46:04 ---> c38293a70157 08:46:04 Step 13/22 : ENV APP_PORT=48060 08:46:04 ---> Running in 2bdf92cc666c 08:46:04 Removing intermediate container 3a0e571d291c 08:46:04 ---> 032a06ee45f6 08:46:04 Step 14/23 : EXPOSE $APP_PORT 08:46:04 ---> Running in 323238b791db 08:46:05 Removing intermediate container 8dfb8d8d169b 08:46:05 ---> 0324f2417ebb 08:46:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:05 ---> 8bad584e17a5 08:46:05 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:46:05 Removing intermediate container 2bdf92cc666c 08:46:05 ---> defba1987e7e 08:46:05 Step 14/22 : EXPOSE $APP_PORT 08:46:05 ---> Running in 5309044b0bae 08:46:05 ---> Running in a5fa6ed7e03b 08:46:05 Removing intermediate container 323238b791db 08:46:05 ---> 6dcf8ca725f4 08:46:05 Step 15/23 : WORKDIR / 08:46:05 ---> a5b1645a00bf 08:46:05 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:46:05 ---> Running in d31ed8c92bca 08:46:06 ---> f0307da22731 08:46:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:46:06 Removing intermediate container 5309044b0bae 08:46:06 ---> 8be9f7f1c815 08:46:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:06 Removing intermediate container d31ed8c92bca 08:46:06 ---> 4b6d10ac23d7 08:46:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:07 ---> 8ab72f1cb337 08:46:07 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:46:08 ---> 69fdc716755f 08:46:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:46:08 ---> 5457acbe4ad6 08:46:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:46:08 ---> 517a2948c732 08:46:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:46:09 ---> c81c1a2cfc0f 08:46:09 Step 21/25 : 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:46:09 ---> Running in edf0751086a6 08:46:09 ---> 2a3ebe987298 08:46:09 Step 19/23 : ENTRYPOINT ["/core-command"] 08:46:09 Removing intermediate container a5fa6ed7e03b 08:46:09 ---> fc41eebcd7a5 08:46:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:46:09 ---> Running in 18b5c86aee5b 08:46:10 ---> cdd119df6252 08:46:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:46:10 ---> de2e9841db83 08:46:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:46:10 ---> cb7bdcfebaf7 08:46:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:46:10 Removing intermediate container 18b5c86aee5b 08:46:10 ---> 99e94aaec479 08:46:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:10 ---> Running in 683355f30131 08:46:11 Removing intermediate container 683355f30131 08:46:11 ---> 478ec93c0b2c 08:46:11 Step 21/23 : LABEL arch=arm64 08:46:11 ---> Running in ac06a75e33d1 08:46:11 ---> 30c69814e885 08:46:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:46:12 ---> 9ba4757d7297 08:46:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:46:12 ---> Running in 4182461d3f17 08:46:12 ---> 42bca4675f7d 08:46:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:46:12 ---> Running in aa21e7d6c584 08:46:12 Removing intermediate container ac06a75e33d1 08:46:12 ---> c309132d2027 08:46:12 Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:46:12 ---> Running in e07ffb7d6523 08:46:12 Removing intermediate container 4182461d3f17 08:46:12 ---> 4ff9febeab5d 08:46:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:13 Removing intermediate container edf0751086a6 08:46:13 ---> 1db48024e504 08:46:13 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 08:46:13 Removing intermediate container aa21e7d6c584 08:46:13 ---> eb59164c8293 08:46:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:46:13 ---> Running in 3dc9d903b7a7 08:46:13 ---> Running in 624c15f3da1e 08:46:13 ---> Running in 4b8e4db3a4bb 08:46:13 ---> 8748e98fab75 08:46:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:46:13 Removing intermediate container e07ffb7d6523 08:46:13 ---> 9bd831335523 08:46:13 Step 23/23 : LABEL version=0.0.0 08:46:13 ---> Running in a5471813a9e2 08:46:13 Removing intermediate container 3dc9d903b7a7 08:46:13 ---> 4214ff573faf 08:46:13 Step 21/23 : LABEL arch=arm64 08:46:13 Removing intermediate container 624c15f3da1e 08:46:13 ---> 5bc2598a200b 08:46:13 Step 23/25 : LABEL arch=arm64 08:46:13 Removing intermediate container 4b8e4db3a4bb 08:46:13 ---> f3932db50890 08:46:13 Step 20/22 : LABEL arch=arm64 08:46:14 ---> Running in 2273e56b80d0 08:46:14 ---> Running in fc521a3c9cbe 08:46:14 ---> Running in 339ba1520cea 08:46:14 Removing intermediate container a5471813a9e2 08:46:14 ---> 93a977dbb749 08:46:14 08:46:14 ---> a0e37615a72b 08:46:14 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 08:46:14 Removing intermediate container 2273e56b80d0 08:46:14 ---> 79ac95fc1181 08:46:14 Step 24/25 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:46:14 Removing intermediate container 339ba1520cea 08:46:14 Removing intermediate container fc521a3c9cbe 08:46:14 ---> ff61239fe2b7 08:46:14 Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:46:14 ---> 1e66262ee4cd 08:46:14 Step 21/22 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:46:14 Successfully built 93a977dbb749 08:46:15 Successfully tagged docker-core-command-go-arm64:latest 08:46:15 Building docker-support-scheduler-go 08:46:15  Building docker-core-command-go ... done  ---> Running in 3c90c65ebf58 08:46:15 ---> Running in d4b386561fed 08:46:15 ---> Running in e7d26932a692 08:46:15 ---> 53c948de72f7 08:46:15 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:46:16 ---> Running in d26bc4a74bb3 08:46:16 Removing intermediate container e7d26932a692 08:46:16 Removing intermediate container 3c90c65ebf58 08:46:16 ---> fc85ec6df717 08:46:16 ---> 86a385f23083 08:46:16 Step 23/23 : LABEL version=0.0.0 08:46:16 Step 25/25 : LABEL version=0.0.0 08:46:16 Removing intermediate container d4b386561fed 08:46:16 ---> efcb37d53855 08:46:16 Step 22/22 : LABEL version=0.0.0 08:46:16 ---> Running in fb78f9ef25cd 08:46:16 ---> Running in b4f07658b32e 08:46:16 ---> Running in 2008c5ce8153 08:46:17 Removing intermediate container d26bc4a74bb3 08:46:17 ---> bc5960f2c7f1 08:46:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:46:17 Removing intermediate container 2008c5ce8153 08:46:17 ---> 789e511f6d25 08:46:17 08:46:17 Removing intermediate container b4f07658b32e 08:46:17 ---> 749cf2183fbb 08:46:17 08:46:17 Removing intermediate container fb78f9ef25cd 08:46:17 ---> 6df82337c583 08:46:17 08:46:18 Successfully built 749cf2183fbb 08:46:18 Successfully built 789e511f6d25 08:46:18 Successfully built 6df82337c583 08:46:18 Successfully tagged docker-support-notifications-go-arm64:latest 08:46:18  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 08:46:18 ---> 0c14439249e4 08:46:18 Step 26/31 : RUN chmod +x /entrypoint.sh 08:46:19 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 08:46:19  Building docker-security-secretstore-setup-go ... done Successfully tagged docker-core-metadata-go-arm64:latest 08:46:19 Building docker-core-data-go 08:46:19  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go 08:46:19 ---> Running in f6e51a3ba3a9 08:46:22 Removing intermediate container f6e51a3ba3a9 08:46:22 ---> ed3e217d2dc8 08:46:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:46:22 ---> Running in 1b01014d7dbf 08:46:23 Removing intermediate container 1b01014d7dbf 08:46:23 ---> 48f6e3c3ea9a 08:46:23 Step 28/31 : CMD ["gate"] 08:46:23 ---> Running in 5802d35bed92 08:46:24 Removing intermediate container 5802d35bed92 08:46:24 ---> 9ef82e3a2106 08:46:24 Step 29/31 : LABEL arch=arm64 08:46:25 ---> Running in fcffaf2b4d26 08:46:26 Removing intermediate container fcffaf2b4d26 08:46:26 ---> b4238535af98 08:46:26 Step 30/31 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:46:27 ---> Running in ba5ccf7cc61d 08:46:28 Removing intermediate container ba5ccf7cc61d 08:46:28 ---> 7d2d26bc4f27 08:46:28 Step 31/31 : LABEL version=0.0.0 08:46:30 ---> Running in 1a5729eb2757 08:46:31 Removing intermediate container 1a5729eb2757 08:46:31 ---> 6de8bd570ebf 08:46:31 08:46:32 Successfully built 6de8bd570ebf 08:46:32 Successfully tagged docker-security-bootstrapper-go-arm64:latest 08:47:19  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:19 ---> 9527d0b016f8 08:47:19 Step 3/22 : WORKDIR /edgex-go 08:47:19 ---> Using cache 08:47:19 ---> 5020828afab7 08:47:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:19 ---> Using cache 08:47:19 ---> 9991e473dabd 08:47:19 Step 5/22 : RUN apk add --update --no-cache make git 08:47:19 ---> Using cache 08:47:19 ---> 824faf3f5a65 08:47:19 Step 6/22 : COPY go.mod . 08:47:19 ---> Using cache 08:47:19 ---> 48c01fa109bb 08:47:19 Step 7/22 : RUN go mod download 08:47:19 ---> Using cache 08:47:19 ---> 8dceaf542b53 08:47:19 Step 8/22 : COPY . . 08:47:19 ---> Using cache 08:47:19 ---> 98c0122648ba 08:47:19 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:47:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:19 ---> 9527d0b016f8 08:47:19 Step 3/23 : WORKDIR /edgex-go 08:47:19 ---> Using cache 08:47:19 ---> 5020828afab7 08:47:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:19 ---> Using cache 08:47:19 ---> 9991e473dabd 08:47:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:47:19 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:47:19 ---> 9527d0b016f8 08:47:19 Step 3/21 : WORKDIR /edgex-go 08:47:19 ---> Using cache 08:47:19 ---> 5020828afab7 08:47:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:19 ---> Using cache 08:47:19 ---> 9991e473dabd 08:47:19 Step 5/21 : RUN apk add --update --no-cache make git 08:47:19 ---> Using cache 08:47:19 ---> 824faf3f5a65 08:47:19 Step 6/21 : COPY go.mod . 08:47:19 ---> Using cache 08:47:19 ---> 48c01fa109bb 08:47:19 Step 7/21 : RUN go mod download 08:47:19 ---> Using cache 08:47:19 ---> 8dceaf542b53 08:47:19 Step 8/21 : COPY . . 08:47:20 ---> Using cache 08:47:20 ---> 98c0122648ba 08:47:20 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:47:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:20 ---> 9527d0b016f8 08:47:20 Step 3/23 : WORKDIR /edgex-go 08:47:20 ---> Using cache 08:47:20 ---> 5020828afab7 08:47:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:20 ---> Using cache 08:47:20 ---> 9991e473dabd 08:47:20 Step 5/23 : RUN apk add --update --no-cache make bash git 08:47:21 ---> Running in 4b8ac943a52a 08:47:21 ---> Running in 909756f734e5 08:47:21 ---> Running in cacce79fd69d 08:47:21 ---> Running in 51ee7df2c680 08:47:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 08:47:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:23 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:47:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:47:25 OK: 217 MiB in 51 packages 08:47:25 OK: 217 MiB in 51 packages 08:47:27 Removing intermediate container 909756f734e5 08:47:27 ---> 665767644135 08:47:27 Step 6/23 : COPY go.mod . 08:47:27 Removing intermediate container cacce79fd69d 08:47:27 ---> 0ef64543d0b3 08:47:27 Step 6/23 : COPY go.mod . 08:47:28 ---> 9de3fdbade8e 08:47:28 Step 7/23 : RUN go mod download 08:47:28 ---> Running in 9d2f1fb939c9 08:47:28 ---> b499fe03420a 08:47:28 Step 7/23 : RUN go mod download 08:47:29 ---> Running in dc888b05042e 08:47:34 Removing intermediate container 9d2f1fb939c9 08:47:34 ---> 264000ba9351 08:47:34 Step 8/23 : COPY . . 08:47:34 Removing intermediate container dc888b05042e 08:47:34 ---> 32f428b4caf0 08:47:34 Step 8/23 : COPY . . 08:48:13 ---> 1b900ac2024b 08:48:13 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:48:13 ---> b42482c616b0 08:48:13 Step 9/23 : RUN make cmd/core-data/core-data 08:48:13 ---> Running in c23388f8ba9f 08:48:13 ---> Running in 805503712ac9 08:48:13 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:48:13 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:48:36 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:48:54 Removing intermediate container 51ee7df2c680 08:48:54 ---> bbdd79c74f3f 08:48:54 08:48:54 Step 10/21 : FROM alpine:3.12 08:48:54 ---> 9852663dfa18 08:48:54 Step 11/21 : RUN apk add --update --no-cache curl 08:48:54 ---> Running in 825b49e0e83e 08:48:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:48:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:48:56 (1/4) Installing ca-certificates (20191127-r4) 08:48:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:48:56 (3/4) Installing libcurl (7.76.1-r0) 08:48:56 (4/4) Installing curl (7.76.1-r0) 08:48:56 Executing busybox-1.31.1-r20.trigger 08:48:56 Executing ca-certificates-20191127-r4.trigger 08:48:56 OK: 7 MiB in 18 packages 08:49:01 Removing intermediate container 825b49e0e83e 08:49:01 ---> a3b8183a4f9a 08:49:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:49:01 ---> Running in 25cf1b111e0c 08:49:02 Removing intermediate container 25cf1b111e0c 08:49:02 ---> bafc5866a29f 08:49:02 Step 13/21 : WORKDIR /edgex 08:49:02 ---> Running in aded798c27b9 08:49:02 Removing intermediate container 4b8ac943a52a 08:49:02 ---> efcdde02b152 08:49:02 08:49:02 Step 10/22 : FROM alpine:3.12 08:49:02 ---> 9852663dfa18 08:49:02 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:49:02 ---> Using cache 08:49:02 ---> 3eacc79aceae 08:49:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:49:02 ---> Using cache 08:49:02 ---> a649e567d9ab 08:49:02 Step 13/22 : ENV APP_PORT=48085 08:49:02 ---> Running in e9ee3c431e8b 08:49:03 Removing intermediate container aded798c27b9 08:49:03 ---> aaf0002de190 08:49:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:49:03 Removing intermediate container e9ee3c431e8b 08:49:03 ---> e4fab99c67f1 08:49:03 Step 14/22 : EXPOSE $APP_PORT 08:49:03 ---> Running in 64dbd306d282 08:49:04 Removing intermediate container 64dbd306d282 08:49:04 ---> 5df02159e3df 08:49:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:04 ---> 1e43c5eb590c 08:49:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:49:06 ---> 912da388b5e9 08:49:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:49:07 ---> a69c10956cc9 08:49:07 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:49:08 ---> c4c44d876001 08:49:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:49:09 ---> 014b9a92e744 08:49:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:49:09 ---> Running in 9d1b9b64505f 08:49:09 ---> f26163b5d579 08:49:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:49:10 ---> Running in d052a7d187c5 08:49:10 Removing intermediate container 9d1b9b64505f 08:49:10 ---> cfab464f82b5 08:49:10 Step 18/21 : CMD ["--init=true"] 08:49:10 ---> Running in 4a275b87073e 08:49:10 Removing intermediate container d052a7d187c5 08:49:10 ---> ca1dc14aa3ed 08:49:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:11 ---> Running in 66649334b320 08:49:11 Removing intermediate container 4a275b87073e 08:49:11 ---> 522d476e2759 08:49:11 Step 19/21 : LABEL arch=arm64 08:49:11 ---> Running in fab82e35f0db 08:49:12 Removing intermediate container 66649334b320 08:49:12 ---> d3a31324582d 08:49:12 Step 20/22 : LABEL arch=arm64 08:49:12 ---> Running in da80bcb18d0d 08:49:12 Removing intermediate container fab82e35f0db 08:49:12 ---> f96250f58c51 08:49:12 Step 20/21 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:49:12 ---> Running in 9222e5fa4412 08:49:12 Removing intermediate container da80bcb18d0d 08:49:12 ---> db73701b22e8 08:49:12 Step 21/22 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:49:13 ---> Running in 60da7c185c85 08:49:13 Removing intermediate container 9222e5fa4412 08:49:13 ---> 75449623d2a1 08:49:13 Step 21/21 : LABEL version=0.0.0 08:49:13 ---> Running in fe2bd0432c8a 08:49:14 Removing intermediate container 60da7c185c85 08:49:14 ---> 2e687860f19f 08:49:14 Step 22/22 : LABEL version=0.0.0 08:49:14 ---> Running in 84174be4edb1 08:49:14 Removing intermediate container fe2bd0432c8a 08:49:14 ---> 74fec29f6f96 08:49:14 08:49:15 Removing intermediate container 84174be4edb1 08:49:15 ---> f40945b864d4 08:49:15 08:49:15 Successfully built 74fec29f6f96 08:49:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 08:49:15  Building docker-security-proxy-setup-go ... done Successfully built f40945b864d4 08:49:15 Successfully tagged docker-support-scheduler-go-arm64:latest 08:49:34  Building docker-support-scheduler-go ... done Removing intermediate container c23388f8ba9f 08:49:34 ---> eb0a5da1f5bf 08:49:34 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:49:34 ---> Running in a8aabc7c1b8d 08:49:35 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:49:39 Removing intermediate container a8aabc7c1b8d 08:49:39 ---> b8d0ee840370 08:49:39 08:49:39 Step 11/23 : FROM docker:20.10.0 08:49:39 20.10.0: Pulling from library/docker 08:49:47 Removing intermediate container 805503712ac9 08:49:47 ---> 102021f51336 08:49:47 08:49:47 Step 10/23 : FROM alpine:3.12 08:49:47 ---> 9852663dfa18 08:49:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:49:47 ---> Running in f479c8e0b5cc 08:49:48 Removing intermediate container f479c8e0b5cc 08:49:48 ---> 9059d17db683 08:49:48 Step 12/23 : ENV APP_PORT=48080 08:49:48 ---> Running in 1ad6ae79a389 08:49:48 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:49:48 Status: Downloaded newer image for docker:20.10.0 08:49:48 ---> eeaf43b92773 08:49:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 08:49:48 ---> Running in e30bb4d949e6 08:49:48 Removing intermediate container 1ad6ae79a389 08:49:48 ---> 86ef013b315a 08:49:48 Step 13/23 : EXPOSE $APP_PORT 08:49:49 ---> Running in c06d3e8ba942 08:49:49 Removing intermediate container e30bb4d949e6 08:49:49 ---> 00a00a35b341 08:49:49 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 08:49:49 ---> Running in 338f5e988e30 08:49:49 Removing intermediate container c06d3e8ba942 08:49:49 ---> 74d7cda5b3a5 08:49:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:49 ---> Running in b14a858bbd30 08:49:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:52 (1/39) Installing readline (8.0.4-r0) 08:49:52 (2/39) Installing bash (5.0.17-r0) 08:49:52 Executing bash-5.0.17-r0.post-install 08:49:52 (3/39) Installing nghttp2-libs (1.41.0-r0) 08:49:52 (4/39) Installing libcurl (7.76.1-r0) 08:49:52 (5/39) Installing curl (7.76.1-r0) 08:49:52 (6/39) Installing dumb-init (1.2.2-r1) 08:49:52 (7/39) Installing libbz2 (1.0.8-r1) 08:49:52 (8/39) Installing expat (2.2.9-r1) 08:49:52 (9/39) Installing libffi (3.3-r2) 08:49:52 (10/39) Installing gdbm (1.13-r1) 08:49:52 (11/39) Installing xz-libs (5.2.5-r0) 08:49:52 (12/39) Installing sqlite-libs (3.32.1-r0) 08:49:52 (13/39) Installing python3 (3.8.8-r0) 08:49:52 Removing intermediate container b14a858bbd30 08:49:52 ---> f7a7ae0d75c0 08:49:52 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:49:52 ---> Running in 1346d49f04c3 08:49:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:49:54 (14/39) Installing py3-appdirs (1.4.4-r1) 08:49:54 (15/39) Installing py3-ordered-set (4.0.1-r0) 08:49:54 (16/39) Installing py3-parsing (2.4.7-r0) 08:49:54 (17/39) Installing py3-six (1.15.0-r0) 08:49:54 (18/39) Installing py3-packaging (20.4-r0) 08:49:54 (19/39) Installing py3-setuptools (47.0.0-r0) 08:49:54 (20/39) Installing py3-chardet (3.0.4-r4) 08:49:54 (21/39) Installing py3-idna (2.9-r0) 08:49:54 (22/39) Installing py3-certifi (2020.4.5.1-r0) 08:49:54 (23/39) Installing py3-urllib3 (1.25.9-r0) 08:49:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:49:54 (24/39) Installing py3-requests (2.23.0-r0) 08:49:54 (25/39) Installing py3-msgpack (1.0.0-r0) 08:49:54 (26/39) Installing py3-lockfile (0.12.2-r3) 08:49:54 (27/39) Installing py3-cachecontrol (0.12.6-r0) 08:49:54 (28/39) Installing py3-colorama (0.4.3-r0) 08:49:54 (29/39) Installing py3-distlib (0.3.0-r0) 08:49:54 (30/39) Installing py3-distro (1.5.0-r1) 08:49:54 (31/39) Installing py3-webencodings (0.5.1-r3) 08:49:54 (32/39) Installing py3-html5lib (1.0.1-r4) 08:49:54 (33/39) Installing py3-pytoml (0.1.21-r0) 08:49:54 (34/39) Installing py3-pep517 (0.8.2-r0) 08:49:54 (35/39) Installing py3-progress (1.5-r0) 08:49:54 (36/39) Installing py3-toml (0.10.1-r0) 08:49:54 (37/39) Installing py3-retrying (1.3.3-r0) 08:49:54 (38/39) Installing py3-contextlib2 (0.6.0-r0) 08:49:54 (39/39) Installing py3-pip (20.1.1-r0) 08:49:55 Executing busybox-1.31.1-r19.trigger 08:49:55 OK: 72 MiB in 59 packages 08:49:55 (1/6) Installing dumb-init (1.2.2-r1) 08:49:55 (2/6) Installing libgcc (9.3.0-r2) 08:49:55 (3/6) Installing libsodium (1.0.18-r0) 08:49:56 (4/6) Installing libstdc++ (9.3.0-r2) 08:49:56 (5/6) Installing libzmq (4.3.3-r0) 08:49:56 (6/6) Installing zeromq (4.3.3-r0) 08:49:56 Executing busybox-1.31.1-r20.trigger 08:49:56 OK: 8 MiB in 20 packages 08:49:59 Removing intermediate container 1346d49f04c3 08:49:59 ---> 116f92bc22c5 08:49:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:59 ---> e2719fc8655e 08:49:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:50:00 Collecting docker-compose==1.23.2 08:50:01 ---> 64f911ca9dce 08:50:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:50:01 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:50:01 ---> e375a1617ba9 08:50:01 Step 19/23 : ENTRYPOINT ["/core-data"] 08:50:02 ---> Running in bb8161ddd137 08:50:02 Removing intermediate container bb8161ddd137 08:50:02 ---> 2fcdeaee8bd8 08:50:02 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:02 ---> Running in 3a1f70aa5c5b 08:50:03 Collecting PyYAML<4,>=3.10 08:50:03 Downloading PyYAML-3.13.tar.gz (270 kB) 08:50:03 Removing intermediate container 3a1f70aa5c5b 08:50:03 ---> 8ef5f1367c40 08:50:03 Step 21/23 : LABEL arch=arm64 08:50:03 ---> Running in 90cbcc7bd08a 08:50:03 Removing intermediate container 90cbcc7bd08a 08:50:03 ---> da8cd36f9c4e 08:50:03 Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:50:03 ---> Running in f83de05d0fa4 08:50:04 Removing intermediate container f83de05d0fa4 08:50:04 ---> adeb539c9ec1 08:50:04 Step 23/23 : LABEL version=0.0.0 08:50:04 ---> Running in 38c4aeaa259b 08:50:05 Removing intermediate container 38c4aeaa259b 08:50:05 ---> 20aa7a6d4014 08:50:05 08:50:05 Successfully built 20aa7a6d4014 08:50:05 Successfully tagged docker-core-data-go-arm64:latest 08:50:08  Building docker-core-data-go ... done Collecting texttable<0.10,>=0.9.0 08:50:08 Downloading texttable-0.9.1.tar.gz (11 kB) 08:50:10 Collecting dockerpty<0.5,>=0.4.1 08:50:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:50:14 Collecting docker<4.0,>=3.6.0 08:50:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:50:15 Collecting cached-property<2,>=1.2.0 08:50:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:50:15 Collecting docopt<0.7,>=0.6.1 08:50:15 Downloading docopt-0.6.2.tar.gz (25 kB) 08:50:18 Collecting websocket-client<1.0,>=0.32.0 08:50:18 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 08:50:18 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:50:19 Collecting jsonschema<3,>=2.5.1 08:50:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:50:21 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:50:21 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:50:22 Collecting docker-pycreds>=0.4.0 08:50:22 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:50:22 Collecting idna<2.8,>=2.5 08:50:22 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:50:23 Collecting urllib3<1.25,>=1.21.1 08:50:23 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:50:23 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:50:23 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:50:23 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:50:23 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:50:23 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:50:23 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:50:24 Installing collected packages: PyYAML, texttable, dockerpty, docker-pycreds, idna, urllib3, requests, websocket-client, docker, cached-property, docopt, jsonschema, docker-compose 08:50:24 Running setup.py install for PyYAML: started 08:50:27 Running setup.py install for PyYAML: finished with status 'done' 08:50:27 Running setup.py install for texttable: started 08:50:30 Running setup.py install for texttable: finished with status 'done' 08:50:30 Running setup.py install for dockerpty: started 08:50:33 Running setup.py install for dockerpty: finished with status 'done' 08:50:33 Attempting uninstall: idna 08:50:33 Found existing installation: idna 2.9 08:50:33 Uninstalling idna-2.9: 08:50:33 Successfully uninstalled idna-2.9 08:50:33 Attempting uninstall: urllib3 08:50:33 Found existing installation: urllib3 1.25.9 08:50:33 Uninstalling urllib3-1.25.9: 08:50:33 Successfully uninstalled urllib3-1.25.9 08:50:34 Attempting uninstall: requests 08:50:34 Found existing installation: requests 2.23.0 08:50:34 Uninstalling requests-2.23.0: 08:50:34 Successfully uninstalled requests-2.23.0 08:50:36 Running setup.py install for docopt: started 08:50:38 Running setup.py install for docopt: finished with status 'done' 08:50:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 08:50:48 Removing intermediate container 338f5e988e30 08:50:48 ---> dbda96b5cb9a 08:50:48 Step 14/23 : ENV APP_PORT=48090 08:50:48 ---> Running in 3d6b2cc72587 08:50:49 Removing intermediate container 3d6b2cc72587 08:50:49 ---> 9a6a5ed60d6d 08:50:49 Step 15/23 : EXPOSE $APP_PORT 08:50:49 ---> Running in 27ad338e6d71 08:50:49 Removing intermediate container 27ad338e6d71 08:50:49 ---> 8e053dcca9ff 08:50:49 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:50:51 ---> 2cfba612a61e 08:50:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:50:51 ---> 6e59b785df9f 08:50:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:50:52 ---> cbd857afed4c 08:50:52 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 08:50:52 ---> Running in 9388518f49ea 08:50:53 Removing intermediate container 9388518f49ea 08:50:53 ---> f82505010cfd 08:50:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:50:53 ---> Running in 3eb4bd66f286 08:50:54 Removing intermediate container 3eb4bd66f286 08:50:54 ---> b704fdce60e4 08:50:54 Step 21/23 : LABEL arch=arm64 08:50:54 ---> Running in ff7efeb9195e 08:50:54 Removing intermediate container ff7efeb9195e 08:50:54 ---> 90250a90d7fc 08:50:54 Step 22/23 : LABEL git_sha=87c52240a4078ef75d8cb9f55c5cf34f46bf8552 08:50:54 ---> Running in eee8646d00d8 08:50:55 Removing intermediate container eee8646d00d8 08:50:55 ---> 8a4dfa02465a 08:50:55 Step 23/23 : LABEL version=0.0.0 08:50:55 ---> Running in f7de8dc67b57 08:50:55 Removing intermediate container f7de8dc67b57 08:50:55 ---> 0bf80db81a43 08:50:55 08:50:56 Successfully built 0bf80db81a43 08:50:56 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 08:50:56  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 08:50:56 $ docker stop --time=1 270149cfb270b05a73c6a359d15ec30540b11d80148b315c0760f0ed47f403af 08:50:58 $ docker rm -f 270149cfb270b05a73c6a359d15ec30540b11d80148b315c0760f0ed47f403af [Pipeline] // withDockerContainer [Pipeline] sh 08:50:59 + grep docker 08:50:59 + docker images 08:50:59 docker-sys-mgmt-agent-go-arm64 latest 0bf80db81a43 4 seconds ago 299MB 08:50:59 docker-core-data-go-arm64 latest 20aa7a6d4014 55 seconds ago 21.6MB 08:50:59 docker-support-scheduler-go-arm64 latest f40945b864d4 About a minute ago 16.6MB 08:50:59 docker-security-proxy-setup-go-arm64 latest 74fec29f6f96 About a minute ago 24.7MB 08:50:59 docker-security-bootstrapper-go-arm64 latest 6de8bd570ebf 4 minutes ago 18.2MB 08:50:59 docker-core-metadata-go-arm64 latest 6df82337c583 4 minutes ago 18.1MB 08:50:59 docker-support-notifications-go-arm64 latest 749cf2183fbb 4 minutes ago 17.2MB 08:50:59 docker-security-secretstore-setup-go-arm64 latest 789e511f6d25 4 minutes ago 25MB 08:50:59 docker-core-command-go-arm64 latest 93a977dbb749 4 minutes ago 16.5MB 08:50:59 docker 20.10.0 eeaf43b92773 4 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 08:51:00 ---> job-cost.sh 08:51:00 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tDHg 08:51:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:53:48 lf-activate-venv(): INFO: Adding /tmp/venv-tDHg/bin to PATH 08:53:48 INFO: No Stack... 08:53:48 INFO: Retrieving Pricing Info for: lf-standard-4 08:53:48 INFO: Archiving Costs [Pipeline] sh 08:53:49 + cat /w/workspace/edgex-go/4/archives/cost.csv 08:53:49 + cut -d, -f6 [Pipeline] lock 08:53:49 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3391-4-stack-cost] 08:53:49 Resource [jenkins-edgexfoundry-edgex-go-PR-3391-4-stack-cost] did not exist. Created. 08:53:49 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3391-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:53:49 + echo total: 0.20999999344348907 [Pipeline] stash 08:53:49 Stashed 1 file(s) [Pipeline] } 08:53:49 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3391-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 08:53:50 provisioning config files... 08:53:50 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config9073545301574751290tmp [Pipeline] { [Pipeline] sh 08:53:51 + set +x 08:53:51 + curl -s https://codecov.io/bash 08:53:51 + bash -s -- 08:53:51 08:53:51 _____ _ 08:53:51 / ____| | | 08:53:51 | | ___ __| | ___ ___ _____ __ 08:53:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:53:51 | |___| (_) | (_| | __/ (_| (_) \ V / 08:53:51 \_____\___/ \__,_|\___|\___\___/ \_/ 08:53:51 Bash-1.0.2 08:53:51 08:53:51 08:53:51 ==> git version 2.24.3 found 08:53:51 ==> 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:53:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:53:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:53:51 ==> Jenkins CI detected. 08:53:51 project root: . 08:53:51 --> token set from env 08:53:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:53:51 ==> Running gcov in . (disable via -X gcov) 08:53:51 ==> Python coveragepy not found 08:53:51 ==> Searching for coverage reports in: 08:53:51 + . 08:53:51 -> Found 1 reports 08:53:51 ==> Detecting git/mercurial file structure 08:53:51 ==> Reading reports 08:53:51 + ./coverage.out bytes=711909 08:53:51 ==> Appending adjustments 08:53:51 https://docs.codecov.io/docs/fixing-reports 08:53:55 + Found adjustments 08:53:55 ==> Gzipping contents 08:53:55 100K /tmp/codecov.ogmbCq.gz 08:53:55 ==> Uploading reports 08:53:55 url: https://codecov.io 08:53:55 query: branch=PR-3391&commit=87c52240a4078ef75d8cb9f55c5cf34f46bf8552&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 08:53:55 -> Pinging Codecov 08:53:55 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3391&commit=87c52240a4078ef75d8cb9f55c5cf34f46bf8552&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3391%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3391&job=&cmd_args= 08:53:55 -> Uploading to 08:53:55 https://storage.googleapis.com/codecov/v4/raw/2021-04-22/00271124DB129430A58F1EEE437C3FCB/87c52240a4078ef75d8cb9f55c5cf34f46bf8552/f64f1e59-b443-4f80-885f-93405f0f01a3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210422%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210422T085355Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5a47790cc5ff3d17c19a8170b7a512677a8cf7a6c875bb9cfcf8da02a2a98db9 08:53:55 % Total % Received % Xferd Average Speed Time Time Time Current 08:53:55 Dload Upload Total Spent Left Speed 08:53:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 218k --:--:-- --:--:-- --:--:-- 218k 08:53:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/87c52240a4078ef75d8cb9f55c5cf34f46bf8552 [Pipeline] } 08:53:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:53:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:53:57 ---> package-listing.sh 08:53:57 ++ facter osfamily 08:53:57 ++ tr '[:upper:]' '[:lower:]' 08:53:57 + OS_FAMILY=redhat 08:53:57 + workspace=/w/workspace/edgex-go/4 08:53:57 + START_PACKAGES=/tmp/packages_start.txt 08:53:57 + END_PACKAGES=/tmp/packages_end.txt 08:53:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:53:57 + PACKAGES=/tmp/packages_start.txt 08:53:57 + '[' /w/workspace/edgex-go/4 ']' 08:53:57 + PACKAGES=/tmp/packages_end.txt 08:53:57 + case "${OS_FAMILY}" in 08:53:57 + rpm -qa 08:53:57 + sort 08:54:03 + '[' -f /tmp/packages_start.txt ']' 08:54:03 + '[' -f /tmp/packages_end.txt ']' 08:54:03 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:54:03 + '[' /w/workspace/edgex-go/4 ']' 08:54:03 + mkdir -p /w/workspace/edgex-go/4/archives/ 08:54:03 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 08:54:03 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:54:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:54:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:03 08:54:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:54:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:04 alpine: Pulling from edgex-lftools-log-publisher 08:54:04 df20fa9351a1: Pulling fs layer 08:54:04 36b3adc4ff6f: Pulling fs layer 08:54:04 8ad3a11d3b57: Pulling fs layer 08:54:04 46f8f816bc3b: Pulling fs layer 08:54:04 93b61091891f: Pulling fs layer 08:54:04 93b9cdb0e59b: Pulling fs layer 08:54:04 5e14af77c1be: Pulling fs layer 08:54:04 01666e4c0597: Pulling fs layer 08:54:04 aa168da1d23b: Pulling fs layer 08:54:04 46f8f816bc3b: Waiting 08:54:04 93b9cdb0e59b: Waiting 08:54:04 93b61091891f: Waiting 08:54:04 aa168da1d23b: Waiting 08:54:04 5e14af77c1be: Waiting 08:54:04 36b3adc4ff6f: Download complete 08:54:04 46f8f816bc3b: Verifying Checksum 08:54:04 46f8f816bc3b: Download complete 08:54:04 df20fa9351a1: Verifying Checksum 08:54:04 93b61091891f: Download complete 08:54:04 93b9cdb0e59b: Verifying Checksum 08:54:04 93b9cdb0e59b: Download complete 08:54:04 5e14af77c1be: Verifying Checksum 08:54:04 5e14af77c1be: Download complete 08:54:04 01666e4c0597: Verifying Checksum 08:54:04 01666e4c0597: Download complete 08:54:04 df20fa9351a1: Pull complete 08:54:05 36b3adc4ff6f: Pull complete 08:54:05 8ad3a11d3b57: Verifying Checksum 08:54:05 8ad3a11d3b57: Download complete 08:54:07 aa168da1d23b: Verifying Checksum 08:54:07 aa168da1d23b: Download complete 08:54:07 8ad3a11d3b57: Pull complete 08:54:07 46f8f816bc3b: Pull complete 08:54:08 93b61091891f: Pull complete 08:54:08 93b9cdb0e59b: Pull complete 08:54:08 5e14af77c1be: Pull complete 08:54:08 01666e4c0597: Pull complete 08:54:16 aa168da1d23b: Pull complete 08:54:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:54:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:54:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:54:17 prd-centos7-docker-4c-2g-1416 does not seem to be running inside a container 08:54:17 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:54:22 $ docker top 24e660fa9d682ef72477fabe2c89ddaffd693cf75c169f2f48080f26c9fd9813 -eo pid,comm [Pipeline] { [Pipeline] sh 08:54:23 + touch /tmp/pre-build-complete [Pipeline] sh 08:54:23 + mkdir -p /var/log/sa [Pipeline] sh 08:54:23 + ls /var/log/sa-host 08:54:23 + sadf -c /var/log/sa-host/sa22 08:54:23 file_magic: OK 08:54:23 HZ: Using current value: 100 08:54:23 file_header: OK 08:54:23 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:54:23 Statistics: 08:54:23 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:54:23 File successfully converted to sysstat format version 12.2.1 08:54:23 + sadf -c /var/log/sa-host/sa23 08:54:23 file_magic: OK 08:54:23 HZ: Using current value: 100 08:54:23 file_header: OK 08:54:23 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:54:23 Statistics: 08:54:23 Hnuu...uuuununununu... 08:54:23 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:54:24 provisioning config files... 08:54:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5989123225280874386tmp [Pipeline] { [Pipeline] echo 08:54:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:54:24 ---> create-netrc.sh [Pipeline] } 08:54:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:54:24 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:54:24 ---> python-tools-install.sh [Pipeline] echo 08:54:24 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:54:25 ---> sudo-logs.sh 08:54:25 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:54:25 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:54:25 ---> job-cost.sh 08:54:25 lf-activate-venv: SKIPPING 08:54:25 DEBUG: total: 0.20999999344348907 08:54:25 INFO: Retrieving Stack Cost... 08:54:26 INFO: Retrieving Pricing Info for: v1-standard-2 08:54:26 INFO: Archiving Costs [Pipeline] echo 08:54:27 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:54:27 ---> logs-deploy.sh 08:54:27 lf-activate-venv: SKIPPING 08:54:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3391/4 08:54:27 INFO: archiving workspace using pattern(s): 08:54:29 Archives upload complete. 08:54:29 INFO: archiving logs to Nexus 08:54:31 ---> uname -a: 08:54:31 Linux prd-centos7-docker-4c-2g-1416.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:54:31 08:54:31 08:54:31 ---> lscpu: 08:54:31 Architecture: x86_64 08:54:31 CPU op-mode(s): 32-bit, 64-bit 08:54:31 Byte Order: Little Endian 08:54:31 Address sizes: 40 bits physical, 48 bits virtual 08:54:31 CPU(s): 4 08:54:31 On-line CPU(s) list: 0-3 08:54:31 Thread(s) per core: 1 08:54:31 Core(s) per socket: 1 08:54:31 Socket(s): 4 08:54:31 NUMA node(s): 1 08:54:31 Vendor ID: GenuineIntel 08:54:31 CPU family: 6 08:54:31 Model: 44 08:54:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:54:31 Stepping: 1 08:54:31 CPU MHz: 2933.438 08:54:31 BogoMIPS: 5866.87 08:54:31 Virtualization: VT-x 08:54:31 Hypervisor vendor: KVM 08:54:31 Virtualization type: full 08:54:31 L1d cache: 128 KiB 08:54:31 L1i cache: 128 KiB 08:54:31 L2 cache: 16 MiB 08:54:31 L3 cache: 64 MiB 08:54:31 NUMA node0 CPU(s): 0-3 08:54:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:54:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:54:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:54:31 Vulnerability Meltdown: Mitigation; PTI 08:54:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:54:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:54:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:54:31 Vulnerability Srbds: Not affected 08:54:31 Vulnerability Tsx async abort: Not affected 08:54:31 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:54:31 08:54:31 08:54:31 ---> nproc: 08:54:31 4 08:54:31 08:54:31 08:54:31 ---> df -h: 08:54:31 Filesystem Size Used Available Use% Mounted on 08:54:31 overlay 50.0G 12.7G 37.3G 25% / 08:54:31 tmpfs 64.0M 0 64.0M 0% /dev 08:54:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:54:31 shm 64.0M 0 64.0M 0% /dev/shm 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/4@tmp 08:54:31 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/4 08:54:31 08:54:31 08:54:31 ---> free -m: 08:54:31 total used free shared buff/cache available 08:54:31 Mem: 1837 720 360 0 756 1031 08:54:31 Swap: 1023 65 958 08:54:31 08:54:31 08:54:31 ---> ip addr: 08:54:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:54:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:54:31 inet 127.0.0.1/8 scope host lo 08:54:31 valid_lft forever preferred_lft forever 08:54:31 inet6 ::1/128 scope host 08:54:31 valid_lft forever preferred_lft forever 08:54:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:54:31 link/ether fa:16:3e:73:8d:cb brd ff:ff:ff:ff:ff:ff 08:54:31 inet 10.30.123.91/23 brd 10.30.123.255 scope global dynamic eth0 08:54:31 valid_lft 84875sec preferred_lft 84875sec 08:54:31 inet6 fe80::f816:3eff:fe73:8dcb/64 scope link 08:54:31 valid_lft forever preferred_lft forever 08:54:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:54:31 link/ether 02:42:bd:fe:bc:3a brd ff:ff:ff:ff:ff:ff 08:54:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:54:31 valid_lft forever preferred_lft forever 08:54:31 inet6 fe80::42:bdff:fefe:bc3a/64 scope link 08:54:31 valid_lft forever preferred_lft forever 08:54:31 08:54:31 08:54:31 ---> sar -b -r -n DEV: 08:54:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 08:54:31 08:54:31 08:28:54 LINUX RESTART (4 CPU) 08:54:31 08:54:31 08:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:54:31 08:31:01 266.27 96.02 170.25 0.00 7037.74 55059.32 0.00 08:54:31 08:32:02 240.92 107.79 133.12 0.00 3602.99 16730.95 0.00 08:54:31 08:33:01 139.80 74.61 65.19 0.00 3650.72 6746.44 0.00 08:54:31 08:34:01 196.37 43.26 153.10 0.00 12873.55 79289.78 0.00 08:54:31 08:35:05 2549.37 2192.63 356.73 0.00 173247.64 191844.23 0.00 08:54:31 08:36:02 1204.19 996.87 207.32 0.00 60972.39 66568.94 0.00 08:54:31 08:37:01 1602.08 1242.76 359.32 0.00 90791.28 132162.17 0.00 08:54:31 08:38:02 2287.23 1940.71 346.52 0.00 125816.52 138045.42 0.00 08:54:31 08:39:01 267.08 27.94 239.14 0.00 3972.79 39041.68 0.00 08:54:31 08:40:01 34.75 18.38 16.37 0.00 3120.08 1341.89 0.00 08:54:31 08:41:01 1.47 1.22 0.25 0.00 93.80 3.11 0.00 08:54:31 08:42:01 0.22 0.00 0.22 0.00 0.00 2.33 0.00 08:54:31 08:43:01 0.27 0.02 0.25 0.00 1.07 3.31 0.00 08:54:31 08:44:01 1.95 1.70 0.25 0.00 54.22 3.60 0.00 08:54:31 08:45:01 1.12 0.30 0.82 0.00 114.93 14.87 0.00 08:54:31 08:46:01 0.30 0.00 0.30 0.00 0.00 3.58 0.00 08:54:31 08:47:01 0.23 0.00 0.23 0.00 0.00 2.70 0.00 08:54:31 08:48:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 08:54:31 08:49:01 0.27 0.02 0.25 0.00 0.53 3.18 0.00 08:54:31 08:50:01 0.22 0.00 0.22 0.00 0.00 1.62 0.00 08:54:31 08:51:01 0.25 0.00 0.25 0.00 0.00 3.15 0.00 08:54:31 08:52:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 08:54:31 08:53:01 0.30 0.02 0.28 0.00 1.07 3.13 0.00 08:54:31 08:54:01 67.88 66.64 1.23 0.00 5422.24 46.09 0.00 08:54:31 Average: 373.53 287.66 85.86 0.00 20795.22 30658.54 0.00 08:54:31 08:54:31 08:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:54:31 08:31:01 70608 0 772300 41.05 1496 1037140 1532660 52.31 600588 935380 22096 08:54:31 08:32:02 148960 0 892120 47.41 600 839864 1874976 63.99 757092 685648 76760 08:54:31 08:33:01 232984 0 774696 41.17 600 873264 1607224 54.85 570996 774520 45620 08:54:31 08:34:01 65804 0 719752 38.25 80 1095908 1261904 43.07 719572 843120 88468 08:54:31 08:35:05 68192 0 871420 46.31 4 941928 2366376 80.76 758308 813228 25492 08:54:31 08:36:02 188204 0 890880 47.35 4 802456 2330724 79.54 651880 762824 21028 08:54:31 08:37:01 85020 0 739088 39.28 4 1057432 2190988 74.77 678876 899552 10152 08:54:31 08:38:02 312552 0 958772 50.96 4 610216 3393260 115.81 717164 591416 20572 08:54:31 08:39:01 119020 0 733316 38.97 4 1029204 1570640 53.60 593852 899328 14024 08:54:31 08:40:01 116560 0 647040 34.39 4 1117940 1201120 40.99 560316 944596 8 08:54:31 08:41:01 114972 0 645808 34.32 4 1120760 1192956 40.71 559892 947072 8 08:54:31 08:42:01 115732 0 645040 34.28 4 1120768 1186716 40.50 559388 946992 8 08:54:31 08:43:01 115716 0 645076 34.28 4 1120748 1186708 40.50 559272 946992 8 08:54:31 08:44:01 114360 0 645492 34.31 4 1121688 1186716 40.50 559292 947888 16 08:54:31 08:45:01 108180 0 648296 34.46 4 1125064 1186788 40.50 565432 948176 12 08:54:31 08:46:01 108268 0 648188 34.45 4 1125084 1186716 40.50 565364 948192 8 08:54:31 08:47:01 107928 0 648520 34.47 4 1125092 1186716 40.50 565368 948192 8 08:54:31 08:48:01 107988 0 648452 34.46 4 1125100 1186716 40.50 565372 948192 12 08:54:31 08:49:01 107880 0 648564 34.47 4 1125096 1186716 40.50 565128 948192 8 08:54:31 08:50:01 107924 0 648500 34.47 4 1125116 1186796 40.50 565580 948208 8 08:54:31 08:51:01 107448 0 648972 34.49 4 1125120 1186860 40.51 565480 948208 8 08:54:31 08:52:01 108144 0 648264 34.45 4 1125132 1186716 40.50 565276 948208 8 08:54:31 08:53:01 108060 0 648372 34.46 4 1125108 1186716 40.50 565284 948208 8 08:54:31 08:54:01 67940 0 674656 35.86 4 1138944 1222644 41.73 569144 982272 264 08:54:31 Average: 121185 0 712149 37.85 119 1048090 1499431 51.17 604330 893942 13525 08:54:31 08:54:31 08:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:54:31 08:31:01 eth0 789.53 712.11 4713.43 96.86 0.00 0.00 0.00 0.00 08:54:31 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:31:01 docker0 460.32 482.98 34.87 1867.36 0.00 0.00 0.00 0.00 08:54:31 08:32:02 veth44031ca 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:54:31 08:32:02 eth0 39.97 24.76 34.62 44.13 0.00 0.00 0.00 0.00 08:54:31 08:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:33:01 veth44031ca 2.49 2.49 0.20 0.20 0.00 0.00 0.00 0.00 08:54:31 08:33:01 eth0 29.71 19.03 20.88 36.16 0.00 0.00 0.00 0.00 08:54:31 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:33:01 docker0 2.49 2.49 0.17 0.20 0.00 0.00 0.00 0.00 08:54:31 08:34:01 veth1949a5a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:54:31 08:34:01 eth0 203.92 163.39 1698.79 73.32 0.00 0.00 0.00 0.00 08:54:31 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:35:05 veth1949a5a 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 08:54:31 08:35:05 eth0 74.32 41.35 155.23 9.93 0.00 0.00 0.00 0.00 08:54:31 08:35:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:35:05 docker0 32.01 54.10 2.05 139.46 0.00 0.00 0.00 0.00 08:54:31 08:36:02 veth86e2d13 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:54:31 08:36:02 veth68fd16e 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 08:54:31 08:36:02 veth1949a5a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:36:02 eth0 15.73 9.74 9.58 22.59 0.00 0.00 0.00 0.00 08:54:31 08:37:01 veth1949a5a 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 08:54:31 08:37:01 veth4e2c933 0.02 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:37:01 veth8d8b4a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:37:01 eth0 126.48 83.55 324.28 54.28 0.00 0.00 0.00 0.00 08:54:31 08:38:02 veth38feef6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:54:31 08:38:02 vethbdebe2e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 08:54:31 08:38:02 veth1949a5a 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:38:02 vetha04c519 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 08:54:31 08:39:01 veth1949a5a 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:39:01 eth0 3074.33 2699.48 14334.27 670.87 0.00 0.00 0.00 0.00 08:54:31 08:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 08:54:31 08:39:01 docker0 1119.60 1089.93 89.16 4390.85 0.00 0.00 0.00 0.00 08:54:31 08:40:01 eth0 7.38 4.31 6.59 2.80 0.00 0.00 0.00 0.00 08:54:31 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:41:01 eth0 0.55 0.30 0.27 0.20 0.00 0.00 0.00 0.00 08:54:31 08:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:42:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:31 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:43:01 eth0 0.20 0.08 0.02 0.01 0.00 0.00 0.00 0.00 08:54:31 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:44:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:31 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:45:01 eth0 0.33 0.23 0.14 0.07 0.00 0.00 0.00 0.00 08:54:31 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:54:31 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:47:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:48:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:54:31 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 08:54:31 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:50:01 eth0 0.28 0.18 0.14 0.07 0.00 0.00 0.00 0.00 08:54:31 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:51:01 eth0 0.85 0.25 0.31 0.19 0.00 0.00 0.00 0.00 08:54:31 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:52:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 08:54:31 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:53:01 eth0 0.52 0.05 0.05 0.00 0.00 0.00 0.00 0.00 08:54:31 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:54:01 eth0 12.48 7.76 12.46 6.09 0.00 0.00 0.00 0.00 08:54:31 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 Average: eth0 65.07 52.41 362.02 20.37 0.00 0.00 0.00 0.00 08:54:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:54:31 Average: docker0 23.94 27.57 1.76 111.20 0.00 0.00 0.00 0.00 08:54:31 08:54:31 08:54:31 ---> sar -P ALL: 08:54:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/22/21 _x86_64_ (4 CPU) 08:54:31 08:54:31 08:28:54 LINUX RESTART (4 CPU) 08:54:31 08:54:31 08:30:01 CPU %user %nice %system %iowait %steal %idle 08:54:31 08:31:01 all 15.15 0.00 8.46 3.88 0.03 72.47 08:54:31 08:31:01 0 12.72 0.00 9.32 2.49 0.03 75.44 08:54:31 08:31:01 1 14.25 0.00 7.61 2.43 0.03 75.67 08:54:31 08:31:01 2 16.41 0.00 8.45 5.54 0.03 69.56 08:54:31 08:31:01 3 17.24 0.00 8.48 5.08 0.03 69.17 08:54:31 08:32:02 all 47.11 0.00 12.99 6.31 0.04 33.55 08:54:31 08:32:02 0 46.14 0.00 12.97 6.66 0.05 34.18 08:54:31 08:32:02 1 49.14 0.00 12.73 6.14 0.03 31.95 08:54:31 08:32:02 2 44.82 0.00 13.96 7.42 0.05 33.75 08:54:31 08:32:02 3 48.35 0.00 12.28 5.00 0.03 34.34 08:54:31 08:33:01 all 47.53 0.00 13.62 2.96 0.03 35.85 08:54:31 08:33:01 0 47.38 0.00 13.48 4.57 0.02 34.55 08:54:31 08:33:01 1 48.01 0.00 13.60 2.73 0.03 35.63 08:54:31 08:33:01 2 46.63 0.00 13.69 2.60 0.03 37.05 08:54:31 08:33:01 3 48.13 0.00 13.72 1.94 0.03 36.18 08:54:31 08:34:01 all 24.84 0.00 13.76 6.19 0.05 55.16 08:54:31 08:34:01 0 25.30 0.00 13.19 6.01 0.05 55.45 08:54:31 08:34:01 1 25.40 0.00 14.21 6.09 0.07 54.23 08:54:31 08:34:01 2 23.34 0.00 13.73 6.24 0.05 56.64 08:54:31 08:34:01 3 25.31 0.00 13.91 6.44 0.03 54.30 08:54:31 08:35:05 all 20.63 0.00 28.10 25.70 0.07 25.49 08:54:31 08:35:05 0 20.25 0.00 27.58 24.64 0.08 27.45 08:54:31 08:35:05 1 20.58 0.00 28.03 25.46 0.08 25.85 08:54:31 08:35:05 2 21.15 0.00 28.44 26.32 0.07 24.02 08:54:31 08:35:05 3 20.56 0.00 28.34 26.39 0.07 24.65 08:54:31 08:36:02 all 61.13 0.00 18.27 11.96 0.05 8.58 08:54:31 08:36:02 0 60.65 0.00 18.14 11.99 0.05 9.18 08:54:31 08:36:02 1 60.38 0.00 18.79 13.32 0.09 7.42 08:54:31 08:36:02 2 61.05 0.00 18.56 13.56 0.04 6.79 08:54:31 08:36:02 3 62.43 0.00 17.62 9.02 0.02 10.91 08:54:31 08:37:01 all 17.80 0.00 19.54 29.79 0.04 32.83 08:54:31 08:37:01 0 16.68 0.00 18.30 27.43 0.05 37.54 08:54:31 08:37:01 1 17.35 0.00 20.36 30.00 0.04 32.26 08:54:31 08:37:01 2 17.45 0.00 19.77 32.13 0.03 30.61 08:54:31 08:37:01 3 19.76 0.00 19.73 29.61 0.04 30.86 08:54:31 08:38:02 all 24.26 0.00 21.34 30.66 0.08 23.65 08:54:31 08:38:02 0 23.57 0.00 21.21 30.43 0.10 24.68 08:54:31 08:38:02 1 24.27 0.00 22.71 32.03 0.07 20.91 08:54:31 08:38:02 2 24.40 0.00 20.05 30.05 0.07 25.44 08:54:31 08:38:02 3 24.81 0.00 21.40 30.12 0.09 23.58 08:54:31 08:39:01 all 39.01 0.00 11.76 13.22 0.04 35.97 08:54:31 08:39:01 0 38.71 0.00 11.01 9.56 0.02 40.70 08:54:31 08:39:01 1 39.03 0.00 12.55 14.34 0.03 34.03 08:54:31 08:39:01 2 38.90 0.00 11.12 12.97 0.07 36.95 08:54:31 08:39:01 3 39.40 0.00 12.36 16.05 0.05 32.14 08:54:31 08:40:01 all 0.62 0.00 0.59 0.72 0.01 98.05 08:54:31 08:40:01 0 0.88 0.00 0.38 0.43 0.02 98.28 08:54:31 08:40:01 1 0.45 0.00 0.65 0.80 0.02 98.08 08:54:31 08:40:01 2 0.80 0.00 0.75 1.15 0.00 97.29 08:54:31 08:40:01 3 0.33 0.00 0.59 0.50 0.02 98.56 08:54:31 08:41:01 all 0.15 0.00 0.03 0.00 0.00 99.81 08:54:31 08:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:54:31 08:41:01 1 0.52 0.00 0.02 0.02 0.00 99.45 08:54:31 08:41:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:54:31 08:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:54:31 08:54:31 08:41:01 CPU %user %nice %system %iowait %steal %idle 08:54:31 08:42:01 all 0.18 0.00 0.15 0.00 0.00 99.67 08:54:31 08:42:01 0 0.05 0.00 0.12 0.00 0.00 99.83 08:54:31 08:42:01 1 0.53 0.00 0.07 0.00 0.00 99.40 08:54:31 08:42:01 2 0.08 0.00 0.22 0.00 0.00 99.70 08:54:31 08:42:01 3 0.07 0.00 0.20 0.00 0.00 99.73 08:54:31 08:43:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:54:31 08:43:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:54:31 08:43:01 1 0.55 0.00 0.05 0.00 0.00 99.40 08:54:31 08:43:01 2 0.02 0.00 0.00 0.00 0.00 99.98 08:54:31 08:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:54:31 08:44:01 all 0.15 0.00 0.06 0.02 0.00 99.77 08:54:31 08:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:54:31 08:44:01 1 0.22 0.00 0.10 0.07 0.00 99.62 08:54:31 08:44:01 2 0.33 0.00 0.05 0.00 0.00 99.62 08:54:31 08:44:01 3 0.03 0.00 0.07 0.00 0.02 99.88 08:54:31 08:45:01 all 0.09 0.00 0.06 0.01 0.00 99.83 08:54:31 08:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:54:31 08:45:01 1 0.12 0.00 0.05 0.00 0.00 99.83 08:54:31 08:45:01 2 0.22 0.00 0.15 0.02 0.02 99.60 08:54:31 08:45:01 3 0.02 0.00 0.02 0.02 0.00 99.95 08:54:31 08:46:01 all 0.06 0.00 0.03 0.00 0.00 99.90 08:54:31 08:46:01 0 0.07 0.00 0.05 0.00 0.02 99.87 08:54:31 08:46:01 1 0.12 0.00 0.03 0.00 0.00 99.85 08:54:31 08:46:01 2 0.03 0.00 0.00 0.00 0.00 99.97 08:54:31 08:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 08:54:31 08:47:01 all 0.10 0.00 0.03 0.00 0.01 99.86 08:54:31 08:47:01 0 0.05 0.00 0.05 0.00 0.03 99.87 08:54:31 08:47:01 1 0.32 0.00 0.03 0.00 0.00 99.65 08:54:31 08:47:01 2 0.00 0.00 0.02 0.00 0.00 99.98 08:54:31 08:47:01 3 0.02 0.00 0.03 0.00 0.02 99.93 08:54:31 08:48:01 all 0.15 0.00 0.03 0.00 0.01 99.81 08:54:31 08:48:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:54:31 08:48:01 1 0.52 0.00 0.03 0.00 0.02 99.43 08:54:31 08:48:01 2 0.07 0.00 0.05 0.00 0.00 99.88 08:54:31 08:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 08:54:31 08:49:01 all 0.14 0.00 0.02 0.00 0.00 99.83 08:54:31 08:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 08:54:31 08:49:01 1 0.48 0.00 0.02 0.00 0.00 99.50 08:54:31 08:49:01 2 0.05 0.00 0.05 0.00 0.00 99.90 08:54:31 08:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:54:31 08:50:01 all 0.17 0.00 0.03 0.00 0.00 99.80 08:54:31 08:50:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:54:31 08:50:01 1 0.52 0.00 0.03 0.00 0.00 99.45 08:54:31 08:50:01 2 0.07 0.00 0.03 0.00 0.00 99.90 08:54:31 08:50:01 3 0.05 0.00 0.03 0.00 0.02 99.90 08:54:31 08:51:01 all 0.14 0.00 0.03 0.00 0.01 99.82 08:54:31 08:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 08:54:31 08:51:01 1 0.48 0.00 0.02 0.00 0.02 99.48 08:54:31 08:51:01 2 0.03 0.00 0.07 0.00 0.03 99.87 08:54:31 08:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:54:31 08:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:54:31 08:52:01 0 0.02 0.00 0.00 0.00 0.02 99.97 08:54:31 08:52:01 1 0.50 0.00 0.00 0.00 0.00 99.50 08:54:31 08:52:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:54:31 08:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 08:54:31 08:54:31 08:52:01 CPU %user %nice %system %iowait %steal %idle 08:54:31 08:53:01 all 0.15 0.00 0.02 0.00 0.00 99.83 08:54:31 08:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 08:54:31 08:53:01 1 0.52 0.00 0.02 0.00 0.00 99.47 08:54:31 08:53:01 2 0.05 0.00 0.03 0.00 0.00 99.92 08:54:31 08:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:54:31 08:54:01 all 1.88 0.00 1.08 1.49 0.01 95.53 08:54:31 08:54:01 0 2.34 0.00 1.42 1.25 0.02 94.97 08:54:31 08:54:01 1 1.77 0.00 0.93 0.63 0.02 96.65 08:54:31 08:54:01 2 2.35 0.00 1.27 3.92 0.00 92.46 08:54:31 08:54:01 3 1.07 0.00 0.70 0.17 0.02 98.05 08:54:31 Average: all 12.21 0.00 6.12 5.42 0.02 76.23 08:54:31 Average: 0 11.96 0.00 6.03 5.13 0.02 76.86 08:54:31 Average: 1 12.34 0.00 6.22 5.46 0.02 75.96 08:54:31 Average: 2 12.09 0.00 6.16 5.80 0.02 75.93 08:54:31 Average: 3 12.43 0.00 6.09 5.30 0.02 76.16 08:54:31 08:54:31 08:54:31