Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5bbfc04f846edbd50b224d995a0b199b5c323db6+e4452ab79e32c06b9a1c96c946d524d5f9ceed90 (26851b7ac2798e53c12a0886be92cee55badd9bb) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29847 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 Merge succeeded, producing 5bbfc04f846edbd50b224d995a0b199b5c323db6 Checking out Revision 5bbfc04f846edbd50b224d995a0b199b5c323db6 (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # 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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk ae62a50f272e84596d95d866e2a01770033c3343 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:04:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:04:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:04:42 ========================================================= 21:04:42 EdgeX Global Pipelines Version Info 21:04:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:04:44 ------------------- 21:04:44 stable info: 21:04:44 ------------------- 21:04:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:04:44 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:04:44 Message: update stable to v1.0.184 21:04:45 ------------------- 21:04:45 experimental info: 21:04:45 ------------------- 21:04:45 Commited By: **** collab-it+edgex@linuxfoundation.org 21:04:45 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:04:45 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:04:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:04:45 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:04:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:04:45 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:04:45 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:04:45 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:04:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:04:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5bbfc04f846edbd50b224d995a0b199b5c323db6 [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5bbfc04 [Pipeline] echo 21:04:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:04:47 provisioning config files... 21:04:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config3492101221558392932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:04:48 ---> docker-login.sh 21:04:48 nexus3.edgexfoundry.org:10001 21:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:48 Configure a credential helper to remove this warning. See 21:04:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:48 21:04:48 Login Succeeded 21:04:48 nexus3.edgexfoundry.org:10002 21:04:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:49 Configure a credential helper to remove this warning. See 21:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:49 21:04:49 Login Succeeded 21:04:49 nexus3.edgexfoundry.org:10003 21:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:49 Configure a credential helper to remove this warning. See 21:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:49 21:04:49 Login Succeeded 21:04:49 nexus3.edgexfoundry.org:10004 21:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:49 Configure a credential helper to remove this warning. See 21:04:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:49 21:04:49 Login Succeeded 21:04:49 docker.io 21:04:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:04:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:04:50 Configure a credential helper to remove this warning. See 21:04:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:04:50 21:04:50 Login Succeeded 21:04:50 ---> docker-login.sh ends [Pipeline] } 21:04:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:04: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 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/core-command/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo core-command,cmd/core-command/Dockerfile 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/core-data/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo core-data,cmd/core-data/Dockerfile 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/core-metadata/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo core-metadata,cmd/core-metadata/Dockerfile 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/security-bootstrapper/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/security-proxy-setup/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/support-notifications/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo support-notifications,cmd/support-notifications/Dockerfile 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/support-scheduler/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:04:50 + for file in '`ls cmd/**/Dockerfile`' 21:04:50 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:04:50 ++ cut -d/ -f2 21:04:50 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:04: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 21:04:51 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:51 21:04:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:04:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:51 latest: Pulling from edgex-devops/git-semver 21:04:51 31603596830f: Pulling fs layer 21:04:51 2a8b12db71e7: Pulling fs layer 21:04:51 6ca5941a6612: Pulling fs layer 21:04:51 ecc8261a40a4: Pulling fs layer 21:04:51 ecc8261a40a4: Waiting 21:04:51 2a8b12db71e7: Verifying Checksum 21:04:51 2a8b12db71e7: Download complete 21:04:51 31603596830f: Verifying Checksum 21:04:51 31603596830f: Download complete 21:04:52 6ca5941a6612: Verifying Checksum 21:04:52 6ca5941a6612: Download complete 21:04:52 31603596830f: Pull complete 21:04:52 2a8b12db71e7: Pull complete 21:04:52 ecc8261a40a4: Verifying Checksum 21:04:52 ecc8261a40a4: Download complete 21:04:53 6ca5941a6612: Pull complete 21:04:53 ecc8261a40a4: Pull complete 21:04:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:04:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:04:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:04:53 prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container 21:04:53 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:04:56 $ docker top f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:04:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:57 [ssh-agent] Looking for ssh-agent implementation... 21:04:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:57 $ docker exec f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 ssh-agent 21:04:57 SSH_AUTH_SOCK=/tmp/ssh-xbJhsxFl8kDU/agent.12 21:04:57 SSH_AGENT_PID=17 21:04:57 Running ssh-add (command line suppressed) 21:04:57 Identity added: /w/workspace/edgex-go/19@tmp/private_key_5869921024657698520.key (/w/workspace/edgex-go/19@tmp/private_key_5869921024657698520.key) 21:04:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:04:58 + git tag --points-at HEAD [Pipeline] } 21:04:58 $ docker exec --env ******** --env ******** f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 ssh-agent -k 21:04:58 unset SSH_AUTH_SOCK; 21:04:58 unset SSH_AGENT_PID; 21:04:58 echo Agent pid 17 killed; 21:04:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:04:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:04:58 [ssh-agent] Looking for ssh-agent implementation... 21:04:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:04:58 $ docker exec f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 ssh-agent 21:04:59 SSH_AUTH_SOCK=/tmp/ssh-fCG2OMsw4J0L/agent.45 21:04:59 SSH_AGENT_PID=50 21:04:59 Running ssh-add (command line suppressed) 21:04:59 Identity added: /w/workspace/edgex-go/19@tmp/private_key_8770691657974286054.key (/w/workspace/edgex-go/19@tmp/private_key_8770691657974286054.key) 21:04:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:04:59 + git semver init 21:04:59 # -> Open(): unable to determine branch for HEAD 21:04:59 # $GIT_DIR = /w/workspace/edgex-go/19/.git 21:04:59 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 21:04:59 # $SEMVER_REMOTE_NAME = origin 21:04:59 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:04:59 # $SEMVER_USER_NAME = edgex-jenkins 21:04:59 # $SEMVER_BRANCH = PR-3208 21:04:59 # $SEMVER_TEMP = /tmp/semver-161919824 21:04:59 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:05:27 # '/tmp/semver-161919824' -> '/w/workspace/edgex-go/19/.semver' 21:05:27 # -> Force: false 21:05:27 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 21:05:27 $ docker exec --env ******** --env ******** f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 ssh-agent -k 21:05:27 unset SSH_AUTH_SOCK; 21:05:27 unset SSH_AGENT_PID; 21:05:27 echo Agent pid 50 killed; 21:05:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:05:27 + git semver [Pipeline] } 21:05:27 $ docker stop --time=1 f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 21:05:29 $ docker rm -f f5e8c7c4bf73d121d2279b203810ea401c090c18b58d308f4603c4f67522f267 [Pipeline] // withDockerContainer [Pipeline] sh 21:05:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:05:31 Stashed 1 file(s) [Pipeline] echo 21:05:31 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:05:32 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:05:32 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:05:32 + sudo service docker restart 21:05:32 + true 21:05:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:05:33 ========================================================= 21:05:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:05:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:05:33 + 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 . 21:05:37 Sending build context to Docker daemon 328.5MB 21:05:37 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:05:37 Step 2/6 : FROM ${BASE} 21:05:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:05:37 188c0c94c7c5: Pulling fs layer 21:05:37 0ef7d3d256c8: Pulling fs layer 21:05:37 de9db76c5a1d: Pulling fs layer 21:05:37 bca2f99d35d6: Pulling fs layer 21:05:37 93359f2a8cfa: Pulling fs layer 21:05:37 7c6f9722023f: Pulling fs layer 21:05:37 a35cf1a2eb13: Pulling fs layer 21:05:37 93359f2a8cfa: Waiting 21:05:37 7c6f9722023f: Waiting 21:05:37 a35cf1a2eb13: Waiting 21:05:37 bca2f99d35d6: Waiting 21:05:37 de9db76c5a1d: Verifying Checksum 21:05:37 de9db76c5a1d: Download complete 21:05:37 0ef7d3d256c8: Verifying Checksum 21:05:37 0ef7d3d256c8: Download complete 21:05:37 93359f2a8cfa: Verifying Checksum 21:05:37 93359f2a8cfa: Download complete 21:05:37 7c6f9722023f: Verifying Checksum 21:05:37 7c6f9722023f: Download complete 21:05:37 188c0c94c7c5: Verifying Checksum 21:05:37 188c0c94c7c5: Download complete 21:05:37 188c0c94c7c5: Pull complete 21:05:38 0ef7d3d256c8: Pull complete 21:05:38 de9db76c5a1d: Pull complete 21:05:39 a35cf1a2eb13: Verifying Checksum 21:05:39 a35cf1a2eb13: Download complete 21:05:40 bca2f99d35d6: Verifying Checksum 21:05:40 bca2f99d35d6: Download complete 21:05:46 Still waiting to schedule task 21:05:46 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:05:47 bca2f99d35d6: Pull complete 21:05:47 93359f2a8cfa: Pull complete 21:05:47 7c6f9722023f: Pull complete 21:05:51 a35cf1a2eb13: Pull complete 21:05:51 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:05:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:05:51 ---> a62c8e92a672 21:05:51 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 21:05:51 ---> Running in 7f83c5aaea66 21:05:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:05:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:05:53 (1/12) Installing libmagic (5.38-r0) 21:05:54 (2/12) Installing file (5.38-r0) 21:05:54 (3/12) Installing libc-dev (0.7.2-r3) 21:05:54 (4/12) Installing g++ (9.3.0-r2) 21:06:12 (5/12) Installing fortify-headers (1.1-r0) 21:06:12 (6/12) Installing patch (2.7.6-r6) 21:06:12 (7/12) Installing build-base (0.5-r2) 21:06:12 (8/12) Installing libsodium (1.0.18-r0) 21:06:12 (9/12) Installing pkgconf (1.7.2-r0) 21:06:12 (10/12) Installing libsodium-dev (1.0.18-r0) 21:06:12 (11/12) Installing libzmq (4.3.3-r0) 21:06:12 (12/12) Installing zeromq-dev (4.3.3-r0) 21:06:12 Executing busybox-1.31.1-r19.trigger 21:06:12 OK: 233 MiB in 51 packages 21:06:14 Removing intermediate container 7f83c5aaea66 21:06:14 ---> f8e1b35ae266 21:06:14 Step 4/6 : WORKDIR /edgex-go 21:06:14 ---> Running in 63971249029e 21:06:14 Removing intermediate container 63971249029e 21:06:14 ---> 23c9e9de86ce 21:06:14 Step 5/6 : COPY go.mod . 21:06:15 ---> 7ede46b27b62 21:06:15 Step 6/6 : RUN go mod download 21:06:15 ---> Running in cdc7c2bfa571 21:06:41 Removing intermediate container cdc7c2bfa571 21:06:41 ---> 61a536d8d809 21:06:41 Successfully built 61a536d8d809 21:06:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:06:42 + docker inspect -f . ci-base-image-x86_64 21:06:42 . [Pipeline] withDockerContainer 21:06:42 prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container 21:06:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:06:43 $ docker top aece173af65dc55f173d444092ba0fbc616c01b9592a37257e5939683b8214cb -eo pid,comm [Pipeline] { [Pipeline] sh 21:06:43 + go version 21:06:43 go version go1.15.5 linux/amd64 [Pipeline] } 21:06:43 $ docker stop --time=1 aece173af65dc55f173d444092ba0fbc616c01b9592a37257e5939683b8214cb 21:06:45 $ docker rm -f aece173af65dc55f173d444092ba0fbc616c01b9592a37257e5939683b8214cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:06:46 + docker inspect -f . ci-base-image-x86_64 21:06:46 . [Pipeline] withDockerContainer 21:06:46 prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container 21:06:46 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:06:47 $ docker top 827d715e73dc78d345593d165625f77929a31f94e971e605fa48ac46b0714f45 -eo pid,comm [Pipeline] { [Pipeline] echo 21:06:47 ========================================================= 21:06:47 [edgeXBuildGoParallel] Running Tests and Build... 21:06:47 ========================================================= [Pipeline] sh 21:06:47 + make test 21:06:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:06:57 ? github.com/edgexfoundry/edgex-go [no test files] 21:07:16 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:07:23 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:07:23 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:07:23 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:07:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:07:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:07:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:07:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:07:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:07:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:07:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 21:07:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:07:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:07:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:07:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:07:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:07:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:07:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.069s coverage: 19.8% of statements 21:07:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.122s coverage: 100.0% of statements 21:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.059s coverage: 100.0% of statements 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:07:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:07:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.106s coverage: 71.3% of statements 21:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.200s coverage: 82.9% of statements 21:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:07:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.141s coverage: 78.9% of statements 21:07:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 28.6% of statements 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.095s coverage: 100.0% of statements 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.115s coverage: 97.5% of statements 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:07:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:07:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:07:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.455s coverage: 92.8% of statements 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:07:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:07:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 47.1% of statements 21:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.061s coverage: 79.5% of statements 21:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 21:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements 21:07:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.031s coverage: 87.5% of statements 21:07:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.039s coverage: 94.4% of statements 21:07:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 21:07:55 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.068s coverage: 81.4% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.048s coverage: 77.8% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.061s coverage: 87.2% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.069s coverage: 75.5% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.084s coverage: 84.6% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 62.4% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.479s coverage: 69.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 38.4% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.066s coverage: 89.5% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.173s coverage: 47.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.751s coverage: 29.1% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.097s coverage: 96.5% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:08:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 21:08:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 21:08:07 GO111MODULE=on go vet ./... 21:08:40 gofmt -l . 21:08:40 [ "`gofmt -l .`" = "" ] 21:08:40 ./bin/test-go-mod-tidy.sh 21:08:40 ./bin/test-attribution-txt.sh [Pipeline] sh 21:08:41 + ls -al . 21:08:41 total 748 21:08:41 drwxrwxr-x 10 1001 1001 4096 Mar 15 21:08 . 21:08:41 drwxr-xr-x 4 root root 30 Mar 15 21:06 .. 21:08:41 -rw-rw-r-- 1 1001 1001 11 Mar 15 21:04 .dockerignore 21:08:41 drwxrwxr-x 8 1001 1001 179 Mar 15 21:04 .git 21:08:41 drwxrwxr-x 3 1001 1001 125 Mar 15 21:04 .github 21:08:41 -rw-rw-r-- 1 1001 1001 818 Mar 15 21:04 .gitignore 21:08:41 drwx------ 3 1001 1001 60 Mar 15 21:05 .semver 21:08:41 -rw-rw-r-- 1 1001 1001 166 Mar 15 21:04 .sonarcloud.properties 21:08:41 -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:04 Attribution.txt 21:08:41 -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:04 CONTRIBUTING.md 21:08:41 -rw-rw-r-- 1 1001 1001 931 Mar 15 21:04 Dockerfile.build 21:08:41 -rw-rw-r-- 1 1001 1001 863 Mar 15 21:04 Jenkinsfile 21:08:41 -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:04 LICENSE 21:08:41 -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:04 Makefile 21:08:41 -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:04 README.md 21:08:41 -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:04 SECURITY.md 21:08:41 -rw-rw-r-- 1 1001 1001 5 Mar 15 21:05 VERSION 21:08:41 -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:04 ZMQWindows.md 21:08:41 drwxrwxr-x 2 1001 1001 117 Mar 15 21:04 bin 21:08:41 drwxrwxr-x 14 1001 1001 4096 Mar 15 21:04 cmd 21:08:41 -rw-r--r-- 1 root root 635765 Mar 15 21:08 coverage.out 21:08:41 -rw-r--r-- 1 root root 1055 Mar 15 21:08 go.mod 21:08:41 -rw-r--r-- 1 root root 22209 Mar 15 21:08 go.sum 21:08:41 drwxrwxr-x 8 1001 1001 127 Mar 15 21:04 internal 21:08:41 drwxrwxr-x 4 1001 1001 26 Mar 15 21:04 openapi 21:08:41 drwxrwxr-x 4 1001 1001 71 Mar 15 21:04 snap 21:08:41 -rw-rw-r-- 1 1001 1001 168 Mar 15 21:04 version.go [Pipeline] sh 21:08:41 + '[' -e coverage.out ] 21:08:41 + chown 1001:1001 coverage.out [Pipeline] stash 21:08:41 Stashed 1 file(s) [Pipeline] sh 21:08:42 + make build 21:08:42 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:08:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:08:54 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 21:08:56 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 21:08:58 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 21:08:58 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 21:09:00 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 21:09:02 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 21:09:03 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 21:09:05 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 21:09:06 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 21:09:08 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 21:09:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29853 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 21:09:08 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [Pipeline] } 21:09:10 $ docker stop --time=1 827d715e73dc78d345593d165625f77929a31f94e971e605fa48ac46b0714f45 21:09:12 $ docker rm -f 827d715e73dc78d345593d165625f77929a31f94e971e605fa48ac46b0714f45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 21:09:13 using credential edgex-jenkins-ssh 21:09:14 Cloning the remote Git repository [Pipeline] isUnix [Pipeline] sh 21:09:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:09:14 > git init /w/workspace/edgex-go/19 # timeout=10 21:09:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:09:14 > git --version # timeout=10 21:09:14 > git --version # 'git version 2.17.1' 21:09:14 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:09:15 21:09:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:09:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:09:15 latest: Pulling from edgex-devops/edgex-compose 21:09:15 cbdbe7a5bc2a: Pulling fs layer 21:09:15 ca9280d653b3: Pulling fs layer 21:09:15 7e9c9ca2126c: Pulling fs layer 21:09:15 cbdbe7a5bc2a: Verifying Checksum 21:09:15 cbdbe7a5bc2a: Download complete 21:09:16 ca9280d653b3: Verifying Checksum 21:09:16 ca9280d653b3: Download complete 21:09:16 cbdbe7a5bc2a: Pull complete 21:09:17 7e9c9ca2126c: Download complete 21:09:17 ca9280d653b3: Pull complete 21:09:25 7e9c9ca2126c: Pull complete 21:09:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:09:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:09:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:09:25 prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container 21:09:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:09:28 $ docker top 153b66f013f9878ec2eca8b589eabdfbdfc469931df10f13ebb57f0398a56ac8 -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:29 + docker-compose build --help 21:09:29 + grep parallel 21:09:30 --parallel Build images in parallel. [Pipeline] } 21:09:30 $ docker stop --time=1 153b66f013f9878ec2eca8b589eabdfbdfc469931df10f13ebb57f0398a56ac8 21:09:31 $ docker rm -f 153b66f013f9878ec2eca8b589eabdfbdfc469931df10f13ebb57f0398a56ac8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:09:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:09:32 . [Pipeline] withDockerContainer 21:09:32 prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container 21:09:32 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:09:33 $ docker top ecd1598c3e71e7dd7b4136eebfc7cf6618cdf4429cd70555497b9f710df60374 -eo pid,comm [Pipeline] { [Pipeline] sh 21:09:33 + docker-compose -f ./docker-compose-build.yml build --parallel 21:09:34 Building docker-core-command-go ... 21:09:34 Building docker-core-data-go ... 21:09:34 Building docker-core-metadata-go ... 21:09:34 Building docker-security-bootstrapper-go ... 21:09:34 Building docker-security-proxy-setup-go ... 21:09:34 Building docker-security-secretstore-setup-go ... 21:09:34 Building docker-support-notifications-go ... 21:09:34 Building docker-support-scheduler-go ... 21:09:34 Building docker-sys-mgmt-agent-go ... 21:09:34 Building docker-core-metadata-go 21:09:34 Building docker-core-command-go 21:09:34 Building docker-support-notifications-go 21:09:34 Building docker-security-secretstore-setup-go 21:09:34 Building docker-security-bootstrapper-go 21:09:43 Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 21:09:44 Merge succeeded, producing 5bbfc04f846edbd50b224d995a0b199b5c323db6 21:09:44 Checking out Revision 5bbfc04f846edbd50b224d995a0b199b5c323db6 (PR-3208) 21:09:42 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:09:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:09:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:09:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:09:43 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:09:43 > git config core.sparsecheckout # timeout=10 21:09:43 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 21:09:44 > git remote # timeout=10 21:09:44 > git config --get remote.origin.url # timeout=10 21:09:44 using GIT_SSH to set credentials SSH Credentials for GitHub 21:09:44 > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 21:09:44 > git rev-parse HEAD^{commit} # timeout=10 21:09:44 > git config core.sparsecheckout # timeout=10 21:09:44 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 21:09:49 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:09:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:09:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:09:52 + sudo service+ docker restart 21:09:52 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:09:55 provisioning config files... 21:09:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config2563808056108998127tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:09:55 ---> docker-login.sh 21:09:55 nexus3.edgexfoundry.org:10001 21:09:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:57 Configure a credential helper to remove this warning. See 21:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:57 21:09:57 Login Succeeded 21:09:57 nexus3.edgexfoundry.org:10002 21:09:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:57 Configure a credential helper to remove this warning. See 21:09:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:57 21:09:57 Login Succeeded 21:09:57 nexus3.edgexfoundry.org:10003 21:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:58 Configure a credential helper to remove this warning. See 21:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:58 21:09:58 Login Succeeded 21:09:58 nexus3.edgexfoundry.org:10004 21:09:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:58 Configure a credential helper to remove this warning. See 21:09:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:58 21:09:58 Login Succeeded 21:09:58 docker.io 21:09:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:09:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:09:59 Configure a credential helper to remove this warning. See 21:09:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:09:59 21:09:59 Login Succeeded 21:09:59 ---> docker-login.sh ends [Pipeline] } 21:09:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:10:00 ========================================================= 21:10:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:10:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:10:00 + 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 . 21:10:03 Sending build context to Docker daemon 166.7MB 21:10:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:10:03 Step 2/6 : FROM ${BASE} 21:10:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:10:03 5f621e34cdf4: Pulling fs layer 21:10:03 a4357932f1b6: Pulling fs layer 21:10:03 18c013af1878: Pulling fs layer 21:10:03 00ac8860ef70: Pulling fs layer 21:10:03 63d7cb157983: Pulling fs layer 21:10:03 b116817d02f9: Pulling fs layer 21:10:03 745a02a5169b: Pulling fs layer 21:10:03 63d7cb157983: Waiting 21:10:03 b116817d02f9: Waiting 21:10:03 745a02a5169b: Waiting 21:10:03 00ac8860ef70: Waiting 21:10:03 18c013af1878: Verifying Checksum 21:10:03 18c013af1878: Download complete 21:10:03 a4357932f1b6: Download complete 21:10:03 63d7cb157983: Verifying Checksum 21:10:03 63d7cb157983: Download complete 21:10:03 b116817d02f9: Verifying Checksum 21:10:03 b116817d02f9: Download complete 21:10:03 5f621e34cdf4: Verifying Checksum 21:10:03 5f621e34cdf4: Download complete 21:10:04 5f621e34cdf4: Pull complete 21:10:04 a4357932f1b6: Pull complete 21:10:05 18c013af1878: Pull complete 21:10:07 745a02a5169b: Verifying Checksum 21:10:07 745a02a5169b: Download complete 21:10:09 00ac8860ef70: Verifying Checksum 21:10:09 00ac8860ef70: Download complete 21:10:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:13 ---> 61a536d8d809 21:10:13 Step 3/23 : WORKDIR /edgex-go 21:10:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:10:13 ---> 61a536d8d809 21:10:13 Step 3/31 : WORKDIR /edgex-go 21:10:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:10:13 ---> 61a536d8d809 21:10:13 Step 3/23 : WORKDIR /edgex-go 21:10:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:10:13 ---> 61a536d8d809 21:10:13 Step 3/24 : WORKDIR /edgex-go 21:10:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:10:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:10:13 ---> 61a536d8d809 21:10:13 Step 3/22 : WORKDIR /edgex-go 21:10:13 ---> Running in 6167d5191952 21:10:13 ---> Running in 4e25a6daef06 21:10:13 ---> Running in 99bc6a18d4d9 21:10:13 ---> Running in 1840d7f8272b 21:10:13 ---> Running in 9e4a1d2753e6 21:10:13 Removing intermediate container 1840d7f8272b 21:10:13 ---> 0e8c84cd0215 21:10:13 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:13 Removing intermediate container 99bc6a18d4d9 21:10:13 ---> 06f597937155 21:10:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:13 Removing intermediate container 6167d5191952 21:10:13 ---> 264b7ce0b332 21:10:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:13 Removing intermediate container 9e4a1d2753e6 21:10:13 ---> d041def97097 21:10:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:13 Removing intermediate container 4e25a6daef06 21:10:13 ---> ea4ba84dd8a6 21:10:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:10:13 ---> Running in eeac601d5334 21:10:13 ---> Running in 5e08c184510a 21:10:13 ---> Running in c609852d2dca 21:10:13 ---> Running in 8871c66ad059 21:10:13 ---> Running in 49c4666330fc 21:10:14 Removing intermediate container eeac601d5334 21:10:14 ---> 4f1c05c3e840 21:10:14 Step 5/23 : RUN apk add --update --no-cache make git 21:10:15 Removing intermediate container 5e08c184510a 21:10:15 ---> 62b229af2ac2 21:10:15 Step 5/31 : RUN apk add --update --no-cache make git 21:10:15 ---> Running in 01100a9ada08 21:10:15 ---> Running in b159c5e2e29a 21:10:15 Removing intermediate container c609852d2dca 21:10:15 ---> 42d532637e18 21:10:15 Step 5/24 : RUN apk add --update --no-cache make git 21:10:15 Removing intermediate container 8871c66ad059 21:10:15 ---> c0f4b32b66c7 21:10:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:10:15 ---> Running in 53c876bd6dd6 21:10:15 Removing intermediate container 49c4666330fc 21:10:15 ---> edba09aa0870 21:10:15 Step 5/23 : RUN apk add --update --no-cache make git 21:10:15 ---> Running in fbff756a8e2e 21:10:16 ---> Running in e70ffba8f906 21:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:17 OK: 233 MiB in 51 packages 21:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:10:18 Removing intermediate container 01100a9ada08 21:10:18 ---> cfbbfeb46930 21:10:18 Step 6/23 : COPY go.mod . 21:10:18 ---> 296daaa12d96 21:10:18 Step 7/23 : RUN go mod download 21:10:18 ---> Running in 96858bce1c76 21:10:18 OK: 233 MiB in 51 packages 21:10:18 OK: 233 MiB in 51 packages 21:10:18 OK: 233 MiB in 51 packages 21:10:19 OK: 233 MiB in 51 packages 21:10:19 Removing intermediate container 53c876bd6dd6 21:10:19 ---> 8ad20b8c178f 21:10:19 Step 6/24 : COPY go.mod . 21:10:19 Removing intermediate container fbff756a8e2e 21:10:19 ---> 3f30d2bc2bc3 21:10:19 Step 6/22 : COPY go.mod . 21:10:19 ---> 80825b5239ed 21:10:19 Step 7/24 : RUN go mod download 21:10:19 Removing intermediate container e70ffba8f906 21:10:19 ---> 82206e490718 21:10:19 Step 6/23 : COPY go.mod . 21:10:19 Removing intermediate container b159c5e2e29a 21:10:19 ---> 91aa4bee192c 21:10:19 Step 6/31 : COPY go.mod . 21:10:19 ---> Running in 6374a01c9a76 21:10:19 ---> 1068b86d0563 21:10:19 Step 7/22 : RUN go mod download 21:10:20 ---> Running in c46c738f2f9f 21:10:20 ---> af99c26dafe8 21:10:20 Step 7/31 : RUN go mod download 21:10:20 ---> db718f189996 21:10:20 Step 7/23 : RUN go mod download 21:10:20 ---> Running in 2eaf3c877216 21:10:20 ---> Running in d092b9d2be9e 21:10:21 Removing intermediate container 96858bce1c76 21:10:21 ---> f955ab6c0acc 21:10:21 Step 8/23 : COPY . . 21:10:21 00ac8860ef70: Pull complete 21:10:21 63d7cb157983: Pull complete 21:10:21 b116817d02f9: Pull complete 21:10:22 Removing intermediate container 6374a01c9a76 21:10:22 ---> 8b9cee17dcad 21:10:22 Step 8/24 : COPY . . 21:10:24 745a02a5169b: Pull complete 21:10:24 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:10:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:10:24 ---> b7e6874047d6 21:10:24 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 21:10:27 ---> Running in f063e18251d9 21:10:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:10:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:10:30 Removing intermediate container c46c738f2f9f 21:10:30 ---> b702a763c13b 21:10:30 Step 8/22 : COPY . . 21:10:31 (1/12) Installing libmagic (5.38-r0) 21:10:31 (2/12) Installing file (5.38-r0) 21:10:31 (3/12) Installing libc-dev (0.7.2-r3) 21:10:31 (4/12) Installing g++ (9.3.0-r2) 21:10:32 Removing intermediate container 2eaf3c877216 21:10:32 ---> 52b55b5be67e 21:10:32 Step 8/23 : COPY . . 21:10:34 Removing intermediate container d092b9d2be9e 21:10:34 ---> 2cc0e7a530b9 21:10:34 Step 8/31 : COPY . . 21:10:35 (5/12) Installing fortify-headers (1.1-r0) 21:10:35 (6/12) Installing patch (2.7.6-r6) 21:10:35 (7/12) Installing build-base (0.5-r2) 21:10:35 (8/12) Installing libsodium (1.0.18-r0) 21:10:35 (9/12) Installing pkgconf (1.7.2-r0) 21:10:35 (10/12) Installing libsodium-dev (1.0.18-r0) 21:10:35 (11/12) Installing libzmq (4.3.3-r0) 21:10:35 (12/12) Installing zeromq-dev (4.3.3-r0) 21:10:36 Executing busybox-1.31.1-r19.trigger 21:10:36 OK: 217 MiB in 51 packages 21:10:40 Removing intermediate container f063e18251d9 21:10:40 ---> 88bac343e1ca 21:10:40 Step 4/6 : WORKDIR /edgex-go 21:10:40 ---> Running in 71b769375f84 21:10:41 Removing intermediate container 71b769375f84 21:10:41 ---> 16ce84f28240 21:10:41 Step 5/6 : COPY go.mod . 21:10:41 ---> b8c370768a95 21:10:41 Step 6/6 : RUN go mod download 21:10:41 ---> Running in ff03a10fdbd1 21:11:00 ---> c23a20f0d624 21:11:00 Step 9/23 : RUN make cmd/core-command/core-command 21:11:01 ---> Running in df6f53e4348a 21:11:06 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 21:11:07 ---> fc3b4fa1cde3 21:11:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:11:09 ---> Running in 0f78292f10c3 21:11:09 ---> 0273f4d47aa5 21:11:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:11:10 ---> 2bc3b9389438 21:11:10 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:11:10 ---> Running in 4f52c486dd2c 21:11:10 ---> Running in 616b80953b04 21:11:10 ---> 3549baa12669 21:11:10 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:11:11 ---> Running in d1134c02f004 21:11:12 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 21:11:12 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 21:11:12 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 21:11:12 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 21:11:14 Removing intermediate container ff03a10fdbd1 21:11:14 ---> 38220e8f530a 21:11:14 Successfully built 38220e8f530a 21:11:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:11:14 + docker inspect -f . ci-base-image-arm64 21:11:14 . [Pipeline] withDockerContainer 21:11:14 prd-ubuntu18.04-docker-arm64-4c-16g-29853 does not seem to be running inside a container 21:11:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-arm64 cat 21:11:16 $ docker top 82b597b6a7a2922c62390e784b6237dff364cebc85d6e1c3a21b72162dabeabb -eo pid,comm [Pipeline] { [Pipeline] sh 21:11:17 + go version 21:11:17 go version go1.15.5 linux/arm64 [Pipeline] } 21:11:17 $ docker stop --time=1 82b597b6a7a2922c62390e784b6237dff364cebc85d6e1c3a21b72162dabeabb 21:11:19 $ docker rm -f 82b597b6a7a2922c62390e784b6237dff364cebc85d6e1c3a21b72162dabeabb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:11:20 + docker inspect -f . ci-base-image-arm64 21:11:20 . [Pipeline] withDockerContainer 21:11:20 prd-ubuntu18.04-docker-arm64-4c-16g-29853 does not seem to be running inside a container 21:11:20 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 ******** ci-base-image-arm64 cat 21:11:21 $ docker top 33a17833157ffc4f156d8ed5c551025e1f1e21a431089a19c93d9b9ff80bba35 -eo pid,comm [Pipeline] { [Pipeline] echo 21:11:22 ========================================================= 21:11:22 [edgeXBuildGoParallel] Running Tests and Build... 21:11:22 ========================================================= [Pipeline] sh 21:11:22 + make test 21:11:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:11:49 ? github.com/edgexfoundry/edgex-go [no test files] 21:11:51 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 21:11:51 Removing intermediate container df6f53e4348a 21:11:51 ---> 163e188ae03f 21:11:51 21:11:51 Step 10/23 : FROM alpine:3.12 21:11:51 3.12: Pulling from library/alpine 21:11:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:11:52 Status: Downloaded newer image for alpine:3.12 21:11:52 ---> 88dd2752d2ea 21:11:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:11:52 ---> Running in 9a7acc1ea35e 21:11:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:54 (1/1) Installing dumb-init (1.2.2-r1) 21:11:54 Executing busybox-1.31.1-r19.trigger 21:11:54 OK: 6 MiB in 15 packages 21:11:54 Removing intermediate container 616b80953b04 21:11:54 ---> 429de7d7138e 21:11:54 21:11:54 Step 10/31 : FROM alpine:3.12 21:11:54 ---> 88dd2752d2ea 21:11:54 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:11:59 ---> Running in b2c919e3f103 21:11:59 Removing intermediate container 0f78292f10c3 21:11:59 ---> c33dc1da1a3f 21:11:59 21:11:59 Step 10/24 : FROM alpine:3.12 21:11:59 ---> 88dd2752d2ea 21:11:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:11:59 Removing intermediate container 9a7acc1ea35e 21:11:59 ---> efe235b81080 21:11:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:11:59 Removing intermediate container b2c919e3f103 21:11:59 ---> 353b2f283ba5 21:11:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:11:59 ---> Running in 50e8fc88479c 21:11:59 ---> Running in 64bb82be781f 21:11:59 ---> Running in f4419cff1f08 21:12:00 Removing intermediate container 64bb82be781f 21:12:00 ---> ef9f9a22f90b 21:12:00 Step 13/23 : ENV APP_PORT=48082 21:12:01 ---> Running in 73a5c41c8146 21:12:01 Removing intermediate container 4f52c486dd2c 21:12:01 ---> e801d99da724 21:12:01 21:12:01 Step 10/22 : FROM alpine:3.12 21:12:01 ---> 88dd2752d2ea 21:12:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:12:01 ---> Running in c62066754322 21:12:01 Removing intermediate container 73a5c41c8146 21:12:01 ---> 25a648ed2157 21:12:01 Step 14/23 : EXPOSE $APP_PORT 21:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:02 ---> Running in 93f766f9832b 21:12:02 (1/5) Installing ca-certificates (20191127-r4) 21:12:02 (1/2) Installing dumb-init (1.2.2-r1) 21:12:02 (2/2) Installing su-exec (0.2-r1) 21:12:02 Executing busybox-1.31.1-r19.trigger 21:12:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:12:02 (3/5) Installing libcurl (7.69.1-r3) 21:12:02 OK: 6 MiB in 16 packages 21:12:02 (4/5) Installing curl (7.69.1-r3) 21:12:02 (5/5) Installing dumb-init (1.2.2-r1) 21:12:02 Executing busybox-1.31.1-r19.trigger 21:12:02 Executing ca-certificates-20191127-r4.trigger 21:12:02 OK: 7 MiB in 19 packages 21:12:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:03 (1/2) Installing ca-certificates (20191127-r4) 21:12:03 (2/2) Installing dumb-init (1.2.2-r1) 21:12:03 Executing busybox-1.31.1-r19.trigger 21:12:03 Executing ca-certificates-20191127-r4.trigger 21:12:03 OK: 6 MiB in 16 packages 21:12:03 Removing intermediate container 93f766f9832b 21:12:03 ---> 8a96901f8ee7 21:12:03 Step 15/23 : WORKDIR / 21:12:04 ---> Running in 54e33aa7ba0a 21:12:05 Removing intermediate container d1134c02f004 21:12:05 ---> 285ff5a96fc6 21:12:05 21:12:05 Step 10/23 : FROM alpine:3.12 21:12:05 ---> 88dd2752d2ea 21:12:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:12:05 ---> Using cache 21:12:05 ---> efe235b81080 21:12:05 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:12:05 ---> Using cache 21:12:05 ---> ef9f9a22f90b 21:12:05 Step 13/23 : ENV APP_PORT=48081 21:12:05 ---> Running in 711e463dcd19 21:12:06 Removing intermediate container 54e33aa7ba0a 21:12:06 ---> 78953f258e47 21:12:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:06 Removing intermediate container f4419cff1f08 21:12:06 ---> fd044fb3da30 21:12:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:12:06 Removing intermediate container 711e463dcd19 21:12:06 ---> 71452c985f9a 21:12:06 Step 14/23 : EXPOSE $APP_PORT 21:12:07 Removing intermediate container 50e8fc88479c 21:12:07 ---> 9983118e9bea 21:12:07 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:12:07 ---> Running in 2eb2204a76b6 21:12:07 Removing intermediate container c62066754322 21:12:07 ---> 220aab0c7104 21:12:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:12:07 ---> b74f1b477857 21:12:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:12:07 ---> Running in 66b68354e302 21:12:07 ---> Running in d2ed8f4ef925 21:12:07 ---> Running in 767e0ad5d757 21:12:07 Removing intermediate container 2eb2204a76b6 21:12:07 ---> 709db58f4a89 21:12:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:12:07 ---> Running in 8c068827014f 21:12:07 Removing intermediate container 66b68354e302 21:12:07 ---> dbec8264ed49 21:12:07 Step 15/23 : WORKDIR / 21:12:07 Removing intermediate container 767e0ad5d757 21:12:07 ---> e7c733576f58 21:12:07 Step 13/22 : ENV APP_PORT=48060 21:12:07 Removing intermediate container d2ed8f4ef925 21:12:07 ---> a237e4a35965 21:12:07 Step 13/24 : WORKDIR / 21:12:08 ---> Running in 744e3bf14d72 21:12:08 ---> Running in 21ea8f918809 21:12:08 ---> 8965b910d9f4 21:12:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:12:08 ---> Running in ee9ebd2175cf 21:12:08 Removing intermediate container 8c068827014f 21:12:08 ---> 9591d768ae93 21:12:08 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:12:08 ---> Running in 119535af0d34 21:12:08 Removing intermediate container 21ea8f918809 21:12:08 ---> a3c7285e4f97 21:12:08 Step 14/22 : EXPOSE $APP_PORT 21:12:08 Removing intermediate container 744e3bf14d72 21:12:08 ---> c2d89f96dc7c 21:12:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:08 ---> c33d1ab37a0f 21:12:08 Step 19/23 : ENTRYPOINT ["/core-command"] 21:12:09 Removing intermediate container ee9ebd2175cf 21:12:09 ---> 6b4f09937589 21:12:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:12:09 ---> Running in 5acdcaf18e9d 21:12:09 ---> Running in ea60dddd3a6a 21:12:09 ---> d02b45641ceb 21:12:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:12:09 Removing intermediate container 5acdcaf18e9d 21:12:09 ---> b5ebd0c575e9 21:12:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:09 ---> 7c514d47a797 21:12:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:12:09 Removing intermediate container ea60dddd3a6a 21:12:09 ---> 0b137ccb23be 21:12:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:09 ---> Running in bf9d9ff7e1dd 21:12:09 ---> 4be271696a46 21:12:09 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:12:10 ---> 52b837d125ff 21:12:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:12:10 Removing intermediate container bf9d9ff7e1dd 21:12:10 ---> 1854a8a1ed61 21:12:10 Step 21/23 : LABEL arch=x86_64 21:12:10 ---> 76bc34d94851 21:12:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:12:10 ---> Running in f8842acbb239 21:12:10 ---> 860ccaf22638 21:12:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:12:10 Removing intermediate container 119535af0d34 21:12:10 ---> f26983700195 21:12:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:12:10 Removing intermediate container f8842acbb239 21:12:10 ---> f3c0ab4b1125 21:12:10 Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:12:11 ---> b55bad11bead 21:12:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:12:11 ---> Running in cc4d71cc85e3 21:12:11 ---> Running in d1aba703b88d 21:12:11 ---> 996b2bdced46 21:12:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:12:11 ---> d387bf35aade 21:12:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:12:11 ---> Running in 66a8b7071690 21:12:11 Removing intermediate container cc4d71cc85e3 21:12:11 ---> 970f47ea4fc2 21:12:11 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:12:11 Removing intermediate container d1aba703b88d 21:12:11 ---> c3a67925e94f 21:12:11 Step 23/23 : LABEL version=0.0.0 21:12:11 ---> 53c484871d8a 21:12:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:12:11 Removing intermediate container 66a8b7071690 21:12:11 ---> 05f7dad7ec43 21:12:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:12 ---> Running in e16fca77252d 21:12:12 ---> Running in 658d9dc6ecec 21:12:12 ---> Running in 94ac6b808dcb 21:12:12 ---> bf1fb9496b93 21:12:12 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:12:12 ---> 87d9afe22c4f 21:12:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:12:12 ---> Running in b2c3be9b9f36 21:12:12 Removing intermediate container e16fca77252d 21:12:12 ---> 3db59a868b46 21:12:12 21:12:12 Removing intermediate container 94ac6b808dcb 21:12:12 ---> 8de0ae8d6772 21:12:12 Step 21/23 : LABEL arch=x86_64 21:12:12 Removing intermediate container 658d9dc6ecec 21:12:12 ---> 1a374f01528d 21:12:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:12:12 Successfully built 3db59a868b46 21:12:12 ---> Running in 80a8ad6b1768 21:12:12 ---> 0e9adbbeabad 21:12:12 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:12:12 Successfully tagged docker-core-command-go:latest 21:12:13  Building docker-core-command-go ... done Building docker-support-scheduler-go 21:12:13 ---> Running in 1f66ad244859 21:12:13 ---> Running in a3ca24ac26d9 21:12:13 Removing intermediate container 80a8ad6b1768 21:12:13 ---> dee81ae0545a 21:12:13 Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:12:13 Removing intermediate container 1f66ad244859 21:12:13 ---> 8b06909a2e44 21:12:13 Step 20/22 : LABEL arch=x86_64 21:12:13 ---> Running in 714e3a6b8bf7 21:12:13 ---> Running in c4c865d3a693 21:12:13 Removing intermediate container 714e3a6b8bf7 21:12:13 ---> 1a2b387cddaa 21:12:13 Step 23/23 : LABEL version=0.0.0 21:12:14 Removing intermediate container c4c865d3a693 21:12:14 ---> 7b0a804b52ef 21:12:14 Step 21/22 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:12:14 ---> Running in c06b2ad5cc53 21:12:14 Removing intermediate container b2c3be9b9f36 21:12:14 ---> 39f2130f001a 21:12:14 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:12:14 ---> Running in 1bde0d599c86 21:12:17 ---> 618287d5c1d5 21:12:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:12:17 Removing intermediate container c06b2ad5cc53 21:12:17 ---> 47e9af0a1f01 21:12:17 21:12:17 Removing intermediate container 1bde0d599c86 21:12:17 ---> 334e9974272e 21:12:17 Step 22/22 : LABEL version=0.0.0 21:12:17 ---> Running in c37aad40dde6 21:12:17 Removing intermediate container a3ca24ac26d9 21:12:17 ---> d705551edece 21:12:17 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:12:17 Successfully built 47e9af0a1f01 21:12:17 Successfully tagged docker-core-metadata-go:latest 21:12:17  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 21:12:18 ---> Running in bc8f0dcd69aa 21:12:18 Removing intermediate container c37aad40dde6 21:12:18 ---> 1944725abe9b 21:12:18 21:12:20 Successfully built 1944725abe9b 21:12:20 Successfully tagged docker-support-notifications-go:latest 21:12:20  Building docker-support-notifications-go ... done Building docker-core-data-go 21:12:20 ---> f8620a176160 21:12:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:12:21 Removing intermediate container bc8f0dcd69aa 21:12:21 ---> abc72fd3ab62 21:12:21 Step 22/24 : LABEL arch=x86_64 21:12:26 ---> Running in e2c540926a8f 21:12:26 ---> 4fec5e491e2c 21:12:26 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:12:27 Removing intermediate container e2c540926a8f 21:12:27 ---> 3d4bb1379255 21:12:27 Step 23/24 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:12:29 ---> 4e82f60b4154 21:12:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:12:29 ---> Running in 365c6eeefc49 21:12:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:12:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:12:31 ---> 61a536d8d809 21:12:31 Step 3/22 : WORKDIR /edgex-go 21:12:31 ---> Using cache 21:12:31 ---> ea4ba84dd8a6 21:12:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:31 ---> Using cache 21:12:31 ---> edba09aa0870 21:12:31 Step 5/22 : RUN apk add --update --no-cache make git 21:12:31 ---> Using cache 21:12:31 ---> 82206e490718 21:12:31 Step 6/22 : COPY go.mod . 21:12:31 ---> Using cache 21:12:31 ---> db718f189996 21:12:31 Step 7/22 : RUN go mod download 21:12:31 ---> Using cache 21:12:31 ---> 52b55b5be67e 21:12:31 Step 8/22 : COPY . . 21:12:31 ---> Using cache 21:12:31 ---> 3549baa12669 21:12:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:12:31 Removing intermediate container 365c6eeefc49 21:12:31 ---> 5ba2a6a5f61f 21:12:31 Step 24/24 : LABEL version=0.0.0 21:12:34 ---> 32c674633768 21:12:34 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:12:35 ---> Running in 4e412bc98d35 21:12:35 ---> Running in 0c143e190050 21:12:35 ---> Running in 9ead022aeff8 21:12:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:12:36 Removing intermediate container 0c143e190050 21:12:36 ---> 6d8a65102e44 21:12:36 21:12:36 Removing intermediate container 9ead022aeff8 21:12:36 ---> dadc757ee232 21:12:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:12:37 Successfully built 6d8a65102e44 21:12:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:12:37 Successfully tagged docker-security-secretstore-setup-go:latest 21:12:37 Building docker-sys-mgmt-agent-go 21:12:37  Building docker-security-secretstore-setup-go ... done  ---> 568dec7ac236 21:12:37 Step 26/31 : RUN chmod +x /entrypoint.sh 21:12:38 ---> Running in 40d758f32e6e 21:12:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:12:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:12:43 ---> 61a536d8d809 21:12:43 Step 3/21 : WORKDIR /edgex-go 21:12:43 ---> Using cache 21:12:43 ---> ea4ba84dd8a6 21:12:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:43 ---> Using cache 21:12:43 ---> edba09aa0870 21:12:43 Step 5/21 : RUN apk add --update --no-cache make git 21:12:43 ---> Using cache 21:12:43 ---> 82206e490718 21:12:43 Step 6/21 : COPY go.mod . 21:12:43 ---> Using cache 21:12:43 ---> db718f189996 21:12:43 Step 7/21 : RUN go mod download 21:12:43 ---> Using cache 21:12:43 ---> 52b55b5be67e 21:12:43 Step 8/21 : COPY . . 21:12:43 ---> Using cache 21:12:43 ---> 3549baa12669 21:12:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:12:44 Removing intermediate container 40d758f32e6e 21:12:44 ---> ba49d1b44e49 21:12:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:12:44 ---> Running in 1a77f6252bc6 21:12:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:12:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:12:45 ---> 61a536d8d809 21:12:45 Step 3/23 : WORKDIR /edgex-go 21:12:45 ---> Using cache 21:12:45 ---> ea4ba84dd8a6 21:12:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:12:45 ---> Using cache 21:12:45 ---> edba09aa0870 21:12:45 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:12:46 ---> Running in a7f21800462b 21:12:46 ---> Running in 49436d289024 21:12:46 Removing intermediate container a7f21800462b 21:12:46 ---> 983c36853e29 21:12:46 Step 28/31 : CMD ["gate"] 21:12:48 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 21:12:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:12:48 ---> Running in f9636a2a7f57 21:12:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:12:49 Removing intermediate container f9636a2a7f57 21:12:49 ---> 53719e4c1cc3 21:12:49 Step 29/31 : LABEL arch=x86_64 21:12:49 OK: 233 MiB in 51 packages 21:12:51 ---> Running in e2e03391487e 21:12:52 Removing intermediate container e2e03391487e 21:12:52 ---> 809deae581d6 21:12:52 Step 30/31 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:12:52 Removing intermediate container 49436d289024 21:12:52 ---> 317536c58161 21:12:52 Step 6/23 : COPY go.mod . 21:12:53 ---> Running in c14afaf45f3f 21:12:53 ---> a658298444df 21:12:53 Step 7/23 : RUN go mod download 21:12:54 ---> Running in 0e88c46b935c 21:12:54 Removing intermediate container c14afaf45f3f 21:12:54 ---> eea824267e3d 21:12:54 Step 31/31 : LABEL version=0.0.0 21:12:54 ---> Running in 57fbdf272549 21:12:56 Removing intermediate container 57fbdf272549 21:12:56 ---> 0ba250425fd0 21:12:56 21:12:56 Successfully built 0ba250425fd0 21:12:56 Successfully tagged docker-security-bootstrapper-go:latest 21:12:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:12:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:12:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:12:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:12:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:12:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:12:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:13:00  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:13:00 ---> 61a536d8d809 21:13:00 Step 3/26 : WORKDIR /edgex-go 21:13:00 ---> Using cache 21:13:00 ---> ea4ba84dd8a6 21:13:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:00 ---> Using cache 21:13:00 ---> edba09aa0870 21:13:00 Step 5/26 : RUN apk add --update --no-cache make bash git 21:13:00 Removing intermediate container 0e88c46b935c 21:13:00 ---> 16895005793f 21:13:00 Step 8/23 : COPY . . 21:13:00 ---> Running in 9635166e23cc 21:13:01 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:13:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:13:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:03 OK: 233 MiB in 51 packages 21:13:06 Removing intermediate container 9635166e23cc 21:13:06 ---> ab31dd2f3fb7 21:13:06 Step 6/26 : COPY go.mod . 21:13:08 ---> 470e0007d328 21:13:08 Step 7/26 : RUN go mod download 21:13:09 ---> Running in 2d1b11cbc8eb 21:13:09 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 21:13:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:13:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:13:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:13:16 Removing intermediate container 2d1b11cbc8eb 21:13:16 ---> ea2175578e84 21:13:16 Step 8/26 : COPY . . 21:13:16 Removing intermediate container 4e412bc98d35 21:13:16 ---> 5c1ebb3df2b2 21:13:16 21:13:16 Step 10/22 : FROM alpine:3.12 21:13:16 ---> 88dd2752d2ea 21:13:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:13:16 ---> Using cache 21:13:16 ---> efe235b81080 21:13:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:13:16 ---> Using cache 21:13:16 ---> ef9f9a22f90b 21:13:16 Step 13/22 : ENV APP_PORT=48085 21:13:16 ---> Running in f4079795e099 21:13:18 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements 21:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:13:18 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:13:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.180s coverage: 19.8% of statements 21:13:18 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.272s coverage: 100.0% of statements 21:13:23 Removing intermediate container f4079795e099 21:13:23 ---> 72ef76bbdc56 21:13:23 Step 14/22 : EXPOSE $APP_PORT 21:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.645s coverage: 27.1% of statements 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.078s coverage: 100.0% of statements 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:13:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:13:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:13:25 ---> Running in 4f770faa0241 21:13:26 Removing intermediate container 1a77f6252bc6 21:13:26 ---> 09f9195cb80a 21:13:26 21:13:26 Step 10/21 : FROM alpine:3.12 21:13:26 ---> 88dd2752d2ea 21:13:26 Step 11/21 : RUN apk add --update --no-cache curl 21:13:27 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.263s coverage: 71.3% of statements 21:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:13:27 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:13:27 ---> 419affe00347 21:13:27 Step 9/23 : RUN make cmd/core-data/core-data 21:13:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.592s coverage: 82.9% of statements 21:13:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:13:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:13:29 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.169s coverage: 78.9% of statements 21:13:29 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:13:29 Removing intermediate container 4f770faa0241 21:13:29 ---> 376b08ef2b29 21:13:29 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:30 ---> Running in 2855aa4a30c5 21:13:30 ---> Running in 4296b4c38270 21:13:32 ---> 891bb63800d9 21:13:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:13:33 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 21:13:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:33 ---> 7782039ce4b1 21:13:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:13:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:33 (1/4) Installing ca-certificates (20191127-r4) 21:13:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:13:33 (3/4) Installing libcurl (7.69.1-r3) 21:13:33 (4/4) Installing curl (7.69.1-r3) 21:13:33 Executing busybox-1.31.1-r19.trigger 21:13:33 Executing ca-certificates-20191127-r4.trigger 21:13:33 OK: 7 MiB in 18 packages 21:13:34 ---> f2dd1a2c75c9 21:13:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:13:35 ---> Running in 82da32f83649 21:13:37 Removing intermediate container 82da32f83649 21:13:37 ---> 807a7c3b3a1d 21:13:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:37 ---> Running in 46cb8cb1e554 21:13:38 Removing intermediate container 2855aa4a30c5 21:13:38 ---> 0a61edfac59f 21:13:38 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:13:38 ---> 4d9b91585862 21:13:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:13:38 ---> Running in 2d33db12b7c5 21:13:38 ---> Running in d353f2562309 21:13:38 Removing intermediate container 46cb8cb1e554 21:13:38 ---> f307e3fe4ae9 21:13:38 Step 20/22 : LABEL arch=x86_64 21:13:39 ---> Running in 1bdd1fca2426 21:13:39 Removing intermediate container 2d33db12b7c5 21:13:39 ---> b5c222f640f5 21:13:39 Step 13/21 : WORKDIR /edgex 21:13:39 ---> Running in f08cec7d1817 21:13:39 Removing intermediate container 1bdd1fca2426 21:13:39 ---> 1eaedb0fec0e 21:13:39 Step 21/22 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:13:39 ---> Running in 6e26790a6979 21:13:39 Removing intermediate container f08cec7d1817 21:13:39 ---> 3639dc1f9582 21:13:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:13:39 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 21:13:39 Removing intermediate container 6e26790a6979 21:13:39 ---> d84af368ad0e 21:13:39 Step 22/22 : LABEL version=0.0.0 21:13:39 ---> Running in 83ed55a0e238 21:13:40 ---> bd01ba6cf6ca 21:13:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:13:40 Removing intermediate container 83ed55a0e238 21:13:40 ---> 559c6431a8a8 21:13:40 21:13:40 Successfully built 559c6431a8a8 21:13:41 Successfully tagged docker-support-scheduler-go:latest 21:13:41  Building docker-support-scheduler-go ... done  ---> b5a680c0b6ac 21:13:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:13:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.391s coverage: 28.6% of statements 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:13:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:13:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.074s coverage: 100.0% of statements 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:13:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.358s coverage: 86.7% of statements 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:13:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.423s coverage: 97.5% of statements 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:13:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.212s coverage: 78.3% of statements 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:13:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:13:42 ---> 11423fbbe000 21:13:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:13:42 ---> Running in 05ed50a9f77a 21:13:42 Removing intermediate container 05ed50a9f77a 21:13:42 ---> 6ad08665c8be 21:13:42 Step 18/21 : CMD ["--init=true"] 21:13:42 ---> Running in cfd241a0af3b 21:13:43 Removing intermediate container cfd241a0af3b 21:13:43 ---> 12120d466c78 21:13:43 Step 19/21 : LABEL arch=x86_64 21:13:43 ---> Running in 1b3973d13eb6 21:13:43 Removing intermediate container 1b3973d13eb6 21:13:43 ---> cc03555db6fd 21:13:43 Step 20/21 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:13:43 ---> Running in 8ab342d37199 21:13:43 Removing intermediate container 8ab342d37199 21:13:43 ---> 865eb87164f9 21:13:43 Step 21/21 : LABEL version=0.0.0 21:13:45 ---> Running in 8dc78215ff4d 21:13:45 Removing intermediate container 8dc78215ff4d 21:13:45 ---> 877546275ec6 21:13:45 21:13:45 Successfully built 877546275ec6 21:13:46 Successfully tagged docker-security-proxy-setup-go:latest 21:13:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.397s coverage: 92.8% of statements 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:13:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:13:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.257s coverage: 0.1% of statements 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:13:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:13:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 47.1% of statements 21:13:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.069s coverage: 79.5% of statements 21:13:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements 21:13:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements 21:13:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements 21:14:01  Building docker-security-proxy-setup-go ... done Removing intermediate container 4296b4c38270 21:14:01 ---> 33eb807d5ad0 21:14:01 21:14:01 Step 10/23 : FROM alpine:3.12 21:14:01 ---> 88dd2752d2ea 21:14:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:14:01 ---> Running in 3ec74f285edf 21:14:01 Removing intermediate container d353f2562309 21:14:01 ---> 9a2930b3766f 21:14:01 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:14:01 ---> Running in 308e9068ce1d 21:14:01 Removing intermediate container 3ec74f285edf 21:14:01 ---> 25837a8a45a3 21:14:01 Step 12/23 : ENV APP_PORT=48080 21:14:01 ---> Running in c9ae97ac1232 21:14:01 Removing intermediate container c9ae97ac1232 21:14:01 ---> d8f704ff52e7 21:14:01 Step 13/23 : EXPOSE $APP_PORT 21:14:01 ---> Running in 98f1c59d8d8c 21:14:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:14:01 Removing intermediate container 98f1c59d8d8c 21:14:01 ---> fad38a8da9d5 21:14:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:14:01 ---> Running in 62cd7fd21304 21:14:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.099s coverage: 94.4% of statements 21:14:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 21:14:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.125s coverage: 81.4% of statements 21:14:02 Removing intermediate container 308e9068ce1d 21:14:02 ---> 030b4da1dd1c 21:14:02 21:14:02 Step 11/26 : FROM docker:20.10.0 21:14:02 Removing intermediate container 62cd7fd21304 21:14:02 ---> 4037ccf9311c 21:14:02 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:14:02 20.10.0: Pulling from library/docker 21:14:02 ---> Running in d3670ffe4255 21:14:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:05 (1/6) Installing dumb-init (1.2.2-r1) 21:14:05 (2/6) Installing libgcc (9.3.0-r2) 21:14:05 (3/6) Installing libsodium (1.0.18-r0) 21:14:06 (4/6) Installing libstdc++ (9.3.0-r2) 21:14:06 (5/6) Installing libzmq (4.3.3-r0) 21:14:06 (6/6) Installing zeromq (4.3.3-r0) 21:14:06 Executing busybox-1.31.1-r19.trigger 21:14:06 OK: 8 MiB in 20 packages 21:14:08 Removing intermediate container d3670ffe4255 21:14:08 ---> 17c190e9675b 21:14:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:08 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:14:08 Status: Downloaded newer image for docker:20.10.0 21:14:08 ---> aefe523efa57 21:14:08 Step 12/26 : RUN apk add --no-cache bash 21:14:08 ---> Running in e5492b18b302 21:14:08 ---> 57b957652766 21:14:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:14:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:09 ---> f52d9dc7fc72 21:14:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:14:09 (1/2) Installing readline (8.0.4-r0) 21:14:09 (2/2) Installing bash (5.0.17-r0) 21:14:09 Executing bash-5.0.17-r0.post-install 21:14:09 Executing busybox-1.31.1-r19.trigger 21:14:09 OK: 12 MiB in 22 packages 21:14:09 ---> 840fa476f263 21:14:09 Step 19/23 : ENTRYPOINT ["/core-data"] 21:14:10 ---> Running in e5be7a3568ff 21:14:10 Removing intermediate container e5be7a3568ff 21:14:10 ---> 092b87992c2a 21:14:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:10 ---> Running in a5d97d825124 21:14:10 Removing intermediate container e5492b18b302 21:14:10 ---> fb8c8e2ea806 21:14:10 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:14:10 ---> Running in 3c5b381859bd 21:14:10 Removing intermediate container a5d97d825124 21:14:10 ---> 5869f147f986 21:14:10 Step 21/23 : LABEL arch=x86_64 21:14:10 Removing intermediate container 3c5b381859bd 21:14:10 ---> 57ef4081a565 21:14:10 Step 14/26 : ENV APP_PORT=48090 21:14:10 ---> Running in e8bc53a1187c 21:14:10 ---> Running in 440b1e01cec2 21:14:10 Removing intermediate container e8bc53a1187c 21:14:10 ---> 2f5a0fade48d 21:14:10 Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:14:10 Removing intermediate container 440b1e01cec2 21:14:10 ---> f9031a0c894f 21:14:10 Step 15/26 : EXPOSE $APP_PORT 21:14:10 ---> Running in e7b55b58139f 21:14:10 ---> Running in 720874be6bc1 21:14:11 Removing intermediate container e7b55b58139f 21:14:11 ---> 6aae0becbf25 21:14:11 Step 23/23 : LABEL version=0.0.0 21:14:11 ---> Running in 3aa63f241635 21:14:11 Removing intermediate container 720874be6bc1 21:14:11 ---> 74bb869f095d 21:14:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:14:11 Removing intermediate container 3aa63f241635 21:14:11 ---> 683717ce1c31 21:14:11 21:14:11 Successfully built 683717ce1c31 21:14:11 Successfully tagged docker-core-data-go:latest 21:14:11  Building docker-core-data-go ... done  ---> dbea2554db65 21:14:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:14:11 ---> 097839706a15 21:14:11 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:14:12 ---> 926ffa0f018a 21:14:12 Step 19/26 : RUN apk --no-cache add py3-pip 21:14:12 ---> Running in e8bc8e24a078 21:14:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:13 (1/33) Installing libbz2 (1.0.8-r1) 21:14:13 (2/33) Installing expat (2.2.9-r1) 21:14:13 (3/33) Installing libffi (3.3-r2) 21:14:13 (4/33) Installing gdbm (1.13-r1) 21:14:13 (5/33) Installing xz-libs (5.2.5-r0) 21:14:13 (6/33) Installing sqlite-libs (3.32.1-r0) 21:14:13 (7/33) Installing python3 (3.8.8-r0) 21:14:14 (8/33) Installing py3-appdirs (1.4.4-r1) 21:14:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:14:14 (10/33) Installing py3-parsing (2.4.7-r0) 21:14:14 (11/33) Installing py3-six (1.15.0-r0) 21:14:14 (12/33) Installing py3-packaging (20.4-r0) 21:14:14 (13/33) Installing py3-setuptools (47.0.0-r0) 21:14:14 (14/33) Installing py3-chardet (3.0.4-r4) 21:14:14 (15/33) Installing py3-idna (2.9-r0) 21:14:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:14:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:14:14 (18/33) Installing py3-requests (2.23.0-r0) 21:14:14 (19/33) Installing py3-msgpack (1.0.0-r0) 21:14:14 (20/33) Installing py3-lockfile (0.12.2-r3) 21:14:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:14:14 (22/33) Installing py3-colorama (0.4.3-r0) 21:14:14 (23/33) Installing py3-distlib (0.3.0-r0) 21:14:14 (24/33) Installing py3-distro (1.5.0-r1) 21:14:14 (25/33) Installing py3-webencodings (0.5.1-r3) 21:14:14 (26/33) Installing py3-html5lib (1.0.1-r4) 21:14:14 (27/33) Installing py3-pytoml (0.1.21-r0) 21:14:14 (28/33) Installing py3-pep517 (0.8.2-r0) 21:14:14 (29/33) Installing py3-progress (1.5-r0) 21:14:14 (30/33) Installing py3-toml (0.10.1-r0) 21:14:14 (31/33) Installing py3-retrying (1.3.3-r0) 21:14:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:14:14 (33/33) Installing py3-pip (20.1.1-r0) 21:14:14 Executing busybox-1.31.1-r19.trigger 21:14:14 OK: 71 MiB in 55 packages 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.111s coverage: 92.9% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.046s coverage: 100.0% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.135s coverage: 84.6% of statements 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.6% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.576s coverage: 62.4% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.074s coverage: 100.0% of statements 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.094s coverage: 91.3% of statements 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.075s coverage: 73.7% of statements 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 21:14:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.978s coverage: 69.0% of statements 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:14:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.425s coverage: 38.4% of statements 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.136s coverage: 89.5% of statements 21:14:23 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:14:23 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.103s coverage: 84.8% of statements 21:14:24 Removing intermediate container e8bc8e24a078 21:14:24 ---> b19f76a39001 21:14:24 Step 20/26 : RUN pip install docker-compose==1.23.2 21:14:24 ---> Running in 5b067d82ff74 21:14:26 Collecting docker-compose==1.23.2 21:14:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:14:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:14:26 Collecting docopt<0.7,>=0.6.1 21:14:26 Downloading docopt-0.6.2.tar.gz (25 kB) 21:14:26 Collecting PyYAML<4,>=3.10 21:14:26 Downloading PyYAML-3.13.tar.gz (270 kB) 21:14:27 Collecting websocket-client<1.0,>=0.32.0 21:14:27 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:14:27 Collecting jsonschema<3,>=2.5.1 21:14:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:14:27 Collecting texttable<0.10,>=0.9.0 21:14:27 Downloading texttable-0.9.1.tar.gz (11 kB) 21:14:29 Collecting dockerpty<0.5,>=0.4.1 21:14:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:14:29 Collecting docker<4.0,>=3.6.0 21:14:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:14:29 Collecting cached-property<2,>=1.2.0 21:14:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.434s coverage: 47.0% of statements 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.172s coverage: 100.0% of statements 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:14:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.490s coverage: 87.1% of statements 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:14:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:14:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:14:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:14:30 Collecting docker-pycreds>=0.4.0 21:14:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:14:30 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) 21:14:30 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:14:30 Collecting idna<2.8,>=2.5 21:14:30 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:14:30 Collecting urllib3<1.25,>=1.21.1 21:14:30 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:14:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:14:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:14:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:14:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:14:30 Installing collected packages: docopt, PyYAML, websocket-client, jsonschema, texttable, dockerpty, docker-pycreds, idna, urllib3, requests, docker, cached-property, docker-compose 21:14:30 Running setup.py install for docopt: started 21:14:31 Running setup.py install for docopt: finished with status 'done' 21:14:31 Running setup.py install for PyYAML: started 21:14:31 Running setup.py install for PyYAML: finished with status 'done' 21:14:32 Running setup.py install for texttable: started 21:14:32 Running setup.py install for texttable: finished with status 'done' 21:14:32 Running setup.py install for dockerpty: started 21:14:32 Running setup.py install for dockerpty: finished with status 'done' 21:14:32 Attempting uninstall: idna 21:14:32 Found existing installation: idna 2.9 21:14:32 Uninstalling idna-2.9: 21:14:32 Successfully uninstalled idna-2.9 21:14:33 Attempting uninstall: urllib3 21:14:33 Found existing installation: urllib3 1.25.9 21:14:33 Uninstalling urllib3-1.25.9: 21:14:33 Successfully uninstalled urllib3-1.25.9 21:14:33 Attempting uninstall: requests 21:14:33 Found existing installation: requests 2.23.0 21:14:33 Uninstalling requests-2.23.0: 21:14:33 Successfully uninstalled requests-2.23.0 21:14:34 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 21:14:37 Removing intermediate container 5b067d82ff74 21:14:37 ---> b76300d93a3c 21:14:37 Step 21/26 : RUN apk --no-cache add curl 21:14:37 ---> Running in f84866c3cf2b 21:14:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:14:38 (2/3) Installing libcurl (7.69.1-r3) 21:14:38 (3/3) Installing curl (7.69.1-r3) 21:14:38 Executing busybox-1.31.1-r19.trigger 21:14:38 OK: 72 MiB in 58 packages 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.582s coverage: 29.1% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.227s coverage: 96.5% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:14:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 21:14:38 Removing intermediate container f84866c3cf2b 21:14:38 ---> 5a28b575a7f5 21:14:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:14:38 ---> Running in 1d7f00684d3e 21:14:38 Removing intermediate container 1d7f00684d3e 21:14:38 ---> ee54dc33b232 21:14:38 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 21:14:39 ---> Running in 9f1c2c89a261 21:14:39 Removing intermediate container 9f1c2c89a261 21:14:39 ---> f54e0606c122 21:14:39 Step 24/26 : LABEL arch=x86_64 21:14:39 ---> Running in e561a7506527 21:14:39 Removing intermediate container e561a7506527 21:14:39 ---> 74ec22f032f8 21:14:39 Step 25/26 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:14:39 ---> Running in 168e38aa2433 21:14:39 Removing intermediate container 168e38aa2433 21:14:39 ---> 1de73f9970e4 21:14:39 Step 26/26 : LABEL version=0.0.0 21:14:39 ---> Running in bd95e13bbf29 21:14:39 Removing intermediate container bd95e13bbf29 21:14:39 ---> 3afe0acae441 21:14:39 21:14:40 Successfully built 3afe0acae441 21:14:40 Successfully tagged docker-sys-mgmt-agent-go:latest 21:14:40 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 21:14:40  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:14:40 $ docker stop --time=1 ecd1598c3e71e7dd7b4136eebfc7cf6618cdf4429cd70555497b9f710df60374 21:14:41 GO111MODULE=on go vet ./... 21:14:42 $ docker rm -f ecd1598c3e71e7dd7b4136eebfc7cf6618cdf4429cd70555497b9f710df60374 [Pipeline] // withDockerContainer [Pipeline] sh 21:14:42 + docker images 21:14:42 + grep docker 21:14:43 docker-sys-mgmt-agent-go latest 3afe0acae441 4 seconds ago 313MB 21:14:43 docker-core-data-go latest 683717ce1c31 32 seconds ago 22.6MB 21:14:43 docker-security-proxy-setup-go latest 877546275ec6 58 seconds ago 24.7MB 21:14:43 docker-support-scheduler-go latest 559c6431a8a8 About a minute ago 17.3MB 21:14:43 docker-security-bootstrapper-go latest 0ba250425fd0 About a minute ago 18.7MB 21:14:43 docker-security-secretstore-setup-go latest 6d8a65102e44 2 minutes ago 24.9MB 21:14:43 docker-support-notifications-go latest 1944725abe9b 2 minutes ago 17.8MB 21:14:43 docker-core-metadata-go latest 47e9af0a1f01 2 minutes ago 19MB 21:14:43 docker-core-command-go latest 3db59a868b46 2 minutes ago 17.2MB 21:14:43 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:14:58 Still waiting to schedule task 21:14:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:15:53 Running on prd-ubuntu18.04-docker-8c-8g-29857 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 21:15:53 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 21:15:55 using credential edgex-jenkins-ssh 21:15:55 Cloning the remote Git repository 21:15:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:15:56 > git init /w/workspace/edgex-go/19 # timeout=10 21:15:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:15:56 > git --version # timeout=10 21:15:56 > git --version # 'git version 2.17.1' 21:15:56 using GIT_SSH to set credentials SSH Credentials for GitHub 21:15:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:16:03 gofmt -l . 21:16:03 [ "`gofmt -l .`" = "" ] 21:16:04 ./bin/test-go-mod-tidy.sh 21:16:05 ./bin/test-attribution-txt.sh [Pipeline] sh 21:16:07 + ls -al . 21:16:07 total 776 21:16:07 drwxrwxr-x 9 1001 1001 4096 Mar 15 21:16 . 21:16:07 drwxr-xr-x 4 root root 4096 Mar 15 21:11 .. 21:16:07 -rw-rw-r-- 1 1001 1001 11 Mar 15 21:09 .dockerignore 21:16:07 drwxrwxr-x 8 1001 1001 4096 Mar 15 21:09 .git 21:16:07 drwxrwxr-x 3 1001 1001 4096 Mar 15 21:09 .github 21:16:07 -rw-rw-r-- 1 1001 1001 818 Mar 15 21:09 .gitignore 21:16:07 -rw-rw-r-- 1 1001 1001 166 Mar 15 21:09 .sonarcloud.properties 21:16:07 -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:09 Attribution.txt 21:16:07 -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:09 CONTRIBUTING.md 21:16:07 -rw-rw-r-- 1 1001 1001 931 Mar 15 21:09 Dockerfile.build 21:16:07 -rw-rw-r-- 1 1001 1001 863 Mar 15 21:09 Jenkinsfile 21:16:07 -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:09 LICENSE 21:16:07 -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:09 Makefile 21:16:07 -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:09 README.md 21:16:07 -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:09 SECURITY.md 21:16:07 -rw-rw-r-- 1 1001 1001 5 Mar 15 21:05 VERSION 21:16:07 -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:09 ZMQWindows.md 21:16:07 drwxrwxr-x 2 1001 1001 4096 Mar 15 21:09 bin 21:16:07 drwxrwxr-x 14 1001 1001 4096 Mar 15 21:09 cmd 21:16:07 -rw-r--r-- 1 root root 635765 Mar 15 21:14 coverage.out 21:16:07 -rw-r--r-- 1 root root 1055 Mar 15 21:16 go.mod 21:16:07 -rw-r--r-- 1 root root 22209 Mar 15 21:16 go.sum 21:16:07 drwxrwxr-x 8 1001 1001 4096 Mar 15 21:09 internal 21:16:07 drwxrwxr-x 4 1001 1001 4096 Mar 15 21:09 openapi 21:16:07 drwxrwxr-x 4 1001 1001 4096 Mar 15 21:09 snap 21:16:07 -rw-rw-r-- 1 1001 1001 168 Mar 15 21:09 version.go [Pipeline] sh 21:16:08 + '[' -e coverage.out ] 21:16:08 + chown 1001:1001 coverage.out [Pipeline] stash 21:16:08 Warning: overwriting stash ‘coverage-report’ 21:16:10 Stashed 1 file(s) [Pipeline] sh 21:16:10 + make build 21:16:10 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 21:16:23 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 21:16:31 Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 5bbfc04f846edbd50b224d995a0b199b5c323db6 21:16:31 Merge succeeded, producing 5bbfc04f846edbd50b224d995a0b199b5c323db6 21:16:31 Checking out Revision 5bbfc04f846edbd50b224d995a0b199b5c323db6 (PR-3208) 21:16:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:16:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:16:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:16:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:16:31 using GIT_SSH to set credentials SSH Credentials for GitHub 21:16:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:16:31 > git config core.sparsecheckout # timeout=10 21:16:31 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 21:16:31 > git remote # timeout=10 21:16:31 > git config --get remote.origin.url # timeout=10 21:16:31 using GIT_SSH to set credentials SSH Credentials for GitHub 21:16:31 > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 21:16:31 > git rev-parse HEAD^{commit} # timeout=10 21:16:31 > git config core.sparsecheckout # timeout=10 21:16:31 > git checkout -f 5bbfc04f846edbd50b224d995a0b199b5c323db6 # timeout=10 21:16:35 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:16:36 + echo snap-build.sh 21:16:36 snap-build.sh 21:16:36 + SNAP_BASE_DIR=. 21:16:36 + '[' '!' -z /w/workspace/edgex-go/19 ']' 21:16:36 + SNAP_BASE_DIR=/w/workspace/edgex-go/19 21:16:36 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' 21:16:36 [snap-build] Building snap in dir [/w/workspace/edgex-go/19] 21:16:36 + cd /w/workspace/edgex-go/19 21:16:36 + sudo apt-get remove -qy --purge lxd lxd-client 21:16:36 Reading package lists... 21:16:37 Building dependency tree... 21:16:37 Reading state information... 21:16:37 The following packages were automatically installed and are no longer required: 21:16:37 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:16:37 uidmap xdelta3 21:16:37 Use 'sudo apt autoremove' to remove them. 21:16:37 The following packages will be REMOVED: 21:16:37 lxd* lxd-client* 21:16:37 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:16:37 After this operation, 31.7 MB disk space will be freed. 21:16:38 (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.) 21:16:38 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:16:39 Removing lxd dnsmasq configuration 21:16:39 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:16:40 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:16:40 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:16:40 (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.) 21:16:40 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:16:42 Processing triggers for systemd (237-3ubuntu10.42) ... 21:16:42 Processing triggers for ureadahead (0.100.0-21) ... 21:16:44 + sudo snap remove --purge lxd 21:16:44 snap "lxd" is not installed 21:16:44 + sudo groupadd --force --system lxd 21:16:44 ++ whoami 21:16:44 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:16:44 + newgrp - lxd 21:16:44 + sudo snap install lxd 21:16:50 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 21:16:54 2021-03-15T21:16:51Z INFO Waiting for automatic snapd restart... 21:16:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:17:02 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 21:17:03 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 21:17:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:17:12 lxd 4.12 from Canonical* installed 21:17:12 + sudo lxd init --auto 21:17:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:17:19 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 21:17:20 + sudo snap install --classic snapcraft 21:17:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:17:27 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 21:17:30 snapcraft 4.5.4 from Canonical* installed 21:17:30 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:17:30 + patch --verbose -p1 21:17:30 Hmm... Looks like a unified diff to me... 21:17:30 The text leading up to this was: 21:17:30 -------------------------- 21:17:30 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:17:30 |From: Tony Espy 21:17:30 |Date: Tue, 9 Mar 2021 19:05:15 -0500 21:17:30 |Subject: [PATCH] optimize snap build for pipeline CI check 21:17:30 | 21:17:30 |This patch is used by the EdgeX CI pipeline builds to 21:17:30 |optimize the snap CI check run for pull requests. When 21:17:30 |applied, it essentially strips out everything (apps and 21:17:30 |parts) from the snapcraft.yaml file except those required 21:17:30 |to build edgex-go, as the whole idea of the CI check is to 21:17:30 |catch changes to edgex-go that break the snap build. 21:17:30 | 21:17:30 |In general, anyone updating snapcraft.yaml will also need 21:17:30 |to update this patch file, otherwise it may fail to apply, 21:17:30 |resulting in a failed snap build CI check in the associated 21:17:30 |pull request. 21:17:30 | 21:17:30 |Note - in addition to applying this patch, the pipeline also 21:17:30 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:17:30 |need to build the finally binary .snap file (and it won't 21:17:30 |work with the patch applied). This further reduces the build 21:17:30 |time. 21:17:30 |--- 21:17:30 | snap/snapcraft.yaml | 452 +------------------------------------------- 21:17:30 | 1 file changed, 1 insertion(+), 451 deletions(-) 21:17:30 | 21:17:30 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:17:30 |index d8bc12bc..5a5f5fbb 100644 21:17:30 |--- a/snap/snapcraft.yaml 21:17:30 |+++ b/snap/snapcraft.yaml 21:17:30 -------------------------- 21:17:30 patching file snap/snapcraft.yaml 21:17:30 Using Plan A... 21:17:30 Hunk #1 succeeded at 73. 21:17:30 Hunk #2 succeeded at 205. 21:17:30 Hunk #3 succeeded at 217. 21:17:30 Hunk #4 succeeded at 225. 21:17:30 Hunk #5 succeeded at 232. 21:17:30 Hunk #6 succeeded at 259. 21:17:30 Hunk #7 succeeded at 271. 21:17:30 Hunk #8 succeeded at 327. 21:17:30 Hmm... Ignoring the trailing garbage. 21:17:30 done 21:17:30 + sudo snapcraft prime --use-lxd 21:17:31 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:17:31 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: 21:17:31 - README.md 21:17:31 21:17:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:17:32 Launching a container. 21:17:32 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] } 21:17:39 $ docker stop --time=1 33a17833157ffc4f156d8ed5c551025e1f1e21a431089a19c93d9b9ff80bba35 21:17:41 $ docker rm -f 33a17833157ffc4f156d8ed5c551025e1f1e21a431089a19c93d9b9ff80bba35 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:17:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:17:43 21:17:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:17:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:17:44 latest: Pulling from edgex-devops/edgex-compose-arm64 21:17:44 29e5d40040c1: Pulling fs layer 21:17:44 1ce36da41761: Pulling fs layer 21:17:44 25b303627fd3: Pulling fs layer 21:17:44 29e5d40040c1: Download complete 21:17:44 1ce36da41761: Verifying Checksum 21:17:44 1ce36da41761: Download complete 21:17:44 29e5d40040c1: Pull complete 21:17:46 1ce36da41761: Pull complete 21:17:46 25b303627fd3: Verifying Checksum 21:17:46 25b303627fd3: Download complete 21:17:47 Waiting for container to be ready 21:17:47 To start your first instance, try: lxc launch ubuntu:18.04 21:17:47 21:17:49 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:17:49 Waiting for network to be ready... 21:17:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:17:49 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 21:17:50 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:17:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 21:17:50 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:17:50 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:17:50 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 21:17:50 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 21:17:50 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 21:17:50 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 21:17:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:17:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:17:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:17:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:17:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:17:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:17:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:17:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:17:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:17:52 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 21:17:52 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 21:17:52 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:17:52 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:17:52 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 21:17:52 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 21:17:52 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 21:17:52 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 21:17:54 25b303627fd3: Pull complete 21:17:55 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:17:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:17:55 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:17:55 Fetched 24.1 MB in 6s (4277 kB/s) 21:17:55 prd-ubuntu18.04-docker-arm64-4c-16g-29853 does not seem to be running inside a container 21:17:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:17:56 Reading package lists... 21:17:57 Reading package lists... 21:17:57 Building dependency tree... 21:17:57 Reading state information... 21:17:57 The following additional packages will be installed: 21:17:57 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:17:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:17:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:17:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:17:57 Suggested packages: 21:17:57 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:17:57 Recommended packages: 21:17:57 gnupg libsasl2-modules 21:17:57 The following NEW packages will be installed: 21:17:57 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:17:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:17:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:17:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:17:57 The following packages will be upgraded: 21:17:57 gpg gpg-agent gpgconf libudev1 21:17:57 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:17:57 Need to get 3530 kB of archives. 21:17:57 After this operation, 13.3 MB of additional disk space will be used. 21:17:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:17:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:17:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:17:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:17:57 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 21:17:58 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 21:17:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:17:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:17:58 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:17:58 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:17:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:17:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:17:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:17:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:17:58 $ docker top 79873b470685644c68abc369fb0ee3b626092665b811bec7e4926cc72cf466d5 -eo pid,comm 21:17:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:17:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:17:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:17:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:17:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:17:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:17:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:17:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:17:58 debconf: delaying package configuration, since apt-utils is not installed 21:17:58 Fetched 3530 kB in 1s (3187 kB/s) 21:17:58 (Reading database ... 12511 files and directories currently installed.) 21:17:58 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 21:17:58 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [Pipeline] { [Pipeline] sh 21:17:59 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 21:17:59 Selecting previously unselected package udev. 21:17:59 (Reading database ... 12511 files and directories currently installed.) 21:17:59 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 21:17:59 Unpacking udev (237-3ubuntu10.44) ... 21:17:59 Selecting previously unselected package libfuse2:amd64. 21:17:59 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:17:59 + docker-compose build --help 21:17:59 + grep parallel 21:17:59 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:17:59 Selecting previously unselected package fuse. 21:17:59 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:17:59 Unpacking fuse (2.9.7-1ubuntu1) ... 21:17:59 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:17:59 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:17:59 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:17:59 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:18:00 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:00 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:18:00 Selecting previously unselected package libksba8:amd64. 21:18:00 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:18:00 Unpacking libksba8:amd64 (1.3.5-2) ... 21:18:00 Selecting previously unselected package libroken18-heimdal:amd64. 21:18:00 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:00 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:18:00 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:00 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:18:00 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:00 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:18:00 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:00 Selecting previously unselected package libwind0-heimdal:amd64. 21:18:00 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:00 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:18:00 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:00 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:18:00 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:00 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:18:00 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:00 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:18:00 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:00 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:01 Selecting previously unselected package libsasl2-modules-db:amd64. 21:18:01 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:18:01 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:01 Selecting previously unselected package libsasl2-2:amd64. 21:18:01 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:18:01 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:01 Selecting previously unselected package libldap-common. 21:18:01 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:18:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:18:01 Selecting previously unselected package libldap-2.4-2:amd64. 21:18:01 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:18:01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:18:01 Selecting previously unselected package dirmngr. 21:18:01 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:01 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:18:01 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:18:01 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:18:01 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:18:01 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:01 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:01 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:18:01 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:01 Setting up libksba8:amd64 (1.3.5-2) ... 21:18:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:02 Setting up udev (237-3ubuntu10.44) ... 21:18:02 invoke-rc.d: policy-rc.d denied execution of start. 21:18:02 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:02 Processing triggers for systemd (237-3ubuntu10) ... 21:18:02 Setting up fuse (2.9.7-1ubuntu1) ... 21:18:02 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:18:02 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:02 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:02 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:02 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:02 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:02 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:02 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:02 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:18:02 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:18:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:03 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:18:03 settings in the [Install] section, and DefaultInstance for template units). 21:18:03 This means they are not meant to be enabled using systemctl. 21:18:03 Possible reasons for having this kind of units are: 21:18:03 1) A unit may be statically enabled by being symlinked from another unit's 21:18:03 .wants/ or .requires/ directory. 21:18:03 2) A unit's purpose may be to act as a helper for some other unit which has 21:18:03 a requirement dependency on it. 21:18:03 3) A unit may be started when needed via activation (socket, path, timer, 21:18:03 D-Bus, udev, scripted systemctl call, ...). 21:18:03 4) In case of template units, the unit is meant to be enabled with some 21:18:03 instance name specified. 21:18:03 --parallel Build images in parallel. [Pipeline] } 21:18:03 $ docker stop --time=1 79873b470685644c68abc369fb0ee3b626092665b811bec7e4926cc72cf466d5 21:18:03 Reading package lists... 21:18:04 Building dependency tree... 21:18:04 Reading state information... 21:18:04 The following additional packages will be installed: 21:18:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:18:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:18:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:18:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:18:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:18:04 Suggested packages: 21:18:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:18:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:18:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:18:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:18:04 systemd-container policykit-1 21:18:04 Recommended packages: 21:18:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:18:04 The following NEW packages will be installed: 21:18:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:18:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:18:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:18:04 multiarch-support openssh-client python3 python3-minimal python3.6 21:18:04 python3.6-minimal snapd squashfs-tools sudo 21:18:04 The following packages will be upgraded: 21:18:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:18:04 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:18:04 Need to get 35.2 MB of archives. 21:18:04 After this operation, 141 MB of additional disk space will be used. 21:18:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:18:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:18:04 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 21:18:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 21:18:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 21:18:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:18:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 21:18:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 21:18:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:18:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:18:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:18:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:18:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:18:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:18:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:18:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:18:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:18:04 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:18:04 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:18:05 $ docker rm -f 79873b470685644c68abc369fb0ee3b626092665b811bec7e4926cc72cf466d5 [Pipeline] // withDockerContainer 21:18:06 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 21:18:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:18:06 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:18:06 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:18:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:18:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:18:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:18:06 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:18:06 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:18:06 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:18:06 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:18:06 debconf: delaying package configuration, since apt-utils is not installed 21:18:06 Fetched 35.2 MB in 2s (19.8 MB/s) 21:18:06 (Reading database ... 12757 files and directories currently installed.) 21:18:06 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 21:18:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:18:06 . [Pipeline] withDockerContainer 21:18:06 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:18:06 prd-ubuntu18.04-docker-arm64-4c-16g-29853 does not seem to be running inside a container 21:18:06 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:18:07 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 21:18:07 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:18:07 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 21:18:07 (Reading database ... 12757 files and directories currently installed.) 21:18:07 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:18:07 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:18:07 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:18:07 (Reading database ... 12757 files and directories currently installed.) 21:18:07 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:18:07 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:18:08 Setting up apt (1.6.12ubuntu0.2) ... 21:18:08 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:18:08 $ docker top 6f45dad8d807da03752123800e82c7136ad008aaab40e9fa73f5e2a1d8abcefd -eo pid,comm 21:18:08 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [Pipeline] { [Pipeline] sh 21:18:08 (Reading database ... 12764 files and directories currently installed.) 21:18:08 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:18:08 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:18:09 Selecting previously unselected package libpython3.6-minimal:amd64. 21:18:09 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:18:09 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:18:09 + docker-compose -f ./docker-compose-build.yml build --parallel 21:18:09 Selecting previously unselected package libexpat1:amd64. 21:18:09 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:18:09 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:18:09 Selecting previously unselected package python3.6-minimal. 21:18:09 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:18:09 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:18:09 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 21:18:09 Checking for services that may need to be restarted...done. 21:18:09 Checking for services that may need to be restarted...done. 21:18:09 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:18:09 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:18:09 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:18:10 Selecting previously unselected package python3-minimal. 21:18:10 (Reading database ... 13012 files and directories currently installed.) 21:18:10 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:18:10 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:18:10 Selecting previously unselected package mime-support. 21:18:10 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:18:10 Unpacking mime-support (3.60ubuntu1) ... 21:18:10 Selecting previously unselected package libmpdec2:amd64. 21:18:10 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:18:10 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:18:10 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:18:10 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:18:10 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:18:10 Selecting previously unselected package python3.6. 21:18:10 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:18:10 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:18:11 Selecting previously unselected package libpython3-stdlib:amd64. 21:18:11 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:18:11 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:18:11 Setting up python3-minimal (3.6.7-1~18.04) ... 21:18:11 Selecting previously unselected package python3. 21:18:11 (Reading database ... 13442 files and directories currently installed.) 21:18:11 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:18:11 Unpacking python3 (3.6.7-1~18.04) ... 21:18:11 Selecting previously unselected package multiarch-support. 21:18:11 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:18:11 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:18:11 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:18:11 Selecting previously unselected package liblzo2-2:amd64. 21:18:11 (Reading database ... 13479 files and directories currently installed.) 21:18:11 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:18:11 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:18:11 Selecting previously unselected package libbsd0:amd64. 21:18:12 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:18:12 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:18:12 Selecting previously unselected package sudo. 21:18:12 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:18:12 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:18:12 Selecting previously unselected package apparmor. 21:18:12 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:18:12 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:18:12 Selecting previously unselected package libedit2:amd64. 21:18:12 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:18:12 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:18:12 Selecting previously unselected package libkrb5support0:amd64. 21:18:12 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:18:12 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:18:12 Selecting previously unselected package libk5crypto3:amd64. 21:18:12 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:18:12 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:18:12 Selecting previously unselected package libkeyutils1:amd64. 21:18:12 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:18:12 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:18:12 Selecting previously unselected package libkrb5-3:amd64. 21:18:12 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:18:12 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:18:12 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:18:12 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:18:12 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:18:13 Selecting previously unselected package libssl1.0.0:amd64. 21:18:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:18:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:18:13 Selecting previously unselected package openssh-client. 21:18:13 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:18:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:18:13 Selecting previously unselected package squashfs-tools. 21:18:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:18:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:18:13 Selecting previously unselected package snapd. 21:18:13 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:18:13 Unpacking snapd (2.48.3+18.04) ... 21:18:14 Building docker-core-command-go ... 21:18:14 Building docker-core-data-go ... 21:18:14 Building docker-core-metadata-go ... 21:18:14 Building docker-security-bootstrapper-go ... 21:18:14 Building docker-security-proxy-setup-go ... 21:18:14 Building docker-security-secretstore-setup-go ... 21:18:14 Building docker-support-notifications-go ... 21:18:14 Building docker-support-scheduler-go ... 21:18:14 Building docker-sys-mgmt-agent-go ... 21:18:14 Building docker-sys-mgmt-agent-go 21:18:14 Building docker-support-notifications-go 21:18:14 Building docker-core-command-go 21:18:14 Building docker-core-metadata-go 21:18:14 Building docker-security-proxy-setup-go 21:18:16 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:18:16 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:18:16 Setting up mime-support (3.60ubuntu1) ... 21:18:16 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:18:16 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:18:16 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:18:16 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:16 Setting up systemd (237-3ubuntu10.44) ... 21:18:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:18:17 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:18:17 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:18:17 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:18:17 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:18:17 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:18:17 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:18:18 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:18:18 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:18:18 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:18:18 Setting up python3 (3.6.7-1~18.04) ... 21:18:18 running python rtupdate hooks for python3.6... 21:18:18 running python post-rtupdate hooks for python3.6... 21:18:18 Setting up apparmor (2.12-4ubuntu5.1) ... 21:18:20 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:18:20 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:18:20 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:18:20 Setting up snapd (2.48.3+18.04) ... 21:18:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:18:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:18:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:18:21 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:18:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:18:22 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:18:22 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:18:22 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:18:22 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:18:22 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:18:22 /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' 21:18:22 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:22 Processing triggers for systemd (237-3ubuntu10.44) ... 21:18:24 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:18:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:18:24 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:18:24 Fetched 88.7 kB in 0s (186 kB/s) 21:18:26 Reading package lists... 21:18:26 Reading package lists... 21:18:26 Building dependency tree... 21:18:26 Reading state information... 21:18:26 Calculating upgrade... 21:18:26 The following packages will be upgraded: 21:18:26 advancecomp base-files bash binutils binutils-common 21:18:26 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:18:26 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:18:26 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:18:26 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:18:26 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:18:26 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:18:26 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:18:26 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:18:26 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:18:26 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:18:26 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:18:26 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:18:26 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:18:26 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:18:27 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:18:27 Need to get 63.8 MB of archives. 21:18:27 After this operation, 5206 kB of additional disk space will be used. 21:18:27 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:18:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 21:18:29 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:18:29 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:18:29 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:18:29 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:18:29 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:18:29 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:18:29 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:18:29 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:18:29 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:18:29 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:18:29 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:18:29 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:18:29 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:18:29 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:18:29 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:18:29 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:18:29 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:18:29 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:18:29 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:18:29 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:18:29 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:18:29 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:18:29 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:18:29 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:18:29 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:18:29 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:18:29 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:18:29 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:18:29 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:18:29 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:18:29 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:18:29 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:18:29 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:18:29 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:18:29 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:18:29 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:18:29 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:18:29 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:18:29 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 21:18:29 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:18:29 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:18:29 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:18:29 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:18:29 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:18:30 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:18:30 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:18:30 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:18:30 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:18:30 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:18:30 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:18:30 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:18:30 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:18:30 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:18:30 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:18:30 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:18:30 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:18:30 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:18:30 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:18:30 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:18:30 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:18:30 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:18:30 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:18:30 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:18:30 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:18:30 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:18:30 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:18:30 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:18:30 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:18:30 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:18:30 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:18:30 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:18:30 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:18:30 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 21:18:30 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:18:30 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:18:30 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:18:30 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:18:30 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:18:30 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:18:30 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:18:30 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:18:30 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:18:30 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:18:30 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:18:30 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:18:30 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:18:30 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:18:30 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:18:31 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:18:32 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:18:32 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:18:32 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:18:33 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:18:33 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:18:33 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:18:33 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:18:33 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:18:33 debconf: delaying package configuration, since apt-utils is not installed 21:18:33 Fetched 63.8 MB in 6s (10.6 MB/s) 21:18:33 (Reading database ... 13912 files and directories currently installed.) 21:18:33 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:18:33 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:18:34 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:18:34 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:18:34 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 21:18:34 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 21:18:35 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:35 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:35 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:35 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:35 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:35 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:35 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:35 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:35 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:35 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:35 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:35 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:35 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:35 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:35 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:18:36 (Reading database ... 13911 files and directories currently installed.) 21:18:36 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:36 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:18:36 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:18:36 (Reading database ... 13911 files and directories currently installed.) 21:18:36 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:36 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:36 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:36 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:36 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:18:36 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:18:36 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:18:37 (Reading database ... 13911 files and directories currently installed.) 21:18:37 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:18:37 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:18:37 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:18:37 (Reading database ... 13911 files and directories currently installed.) 21:18:37 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:18:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:18:37 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:18:38 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:18:38 Setting up base-files (10.1ubuntu2.10) ... 21:18:38 Installing new version of config file /etc/issue ... 21:18:38 Installing new version of config file /etc/issue.net ... 21:18:38 Installing new version of config file /etc/lsb-release ... 21:18:38 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:18:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:18:38 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:18:38 Removing obsolete conffile /etc/default/motd-news ... 21:18:38 (Reading database ... 13912 files and directories currently installed.) 21:18:38 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:18:38 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:18:38 Setting up bash (4.4.18-2ubuntu1.2) ... 21:18:39 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 21:18:39 (Reading database ... 13912 files and directories currently installed.) 21:18:39 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:39 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:18:39 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:18:39 (Reading database ... 13912 files and directories currently installed.) 21:18:39 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:18:39 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:18:39 Setting up tar (1.29b-2ubuntu0.2) ... 21:18:39 (Reading database ... 13912 files and directories currently installed.) 21:18:39 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:18:39 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:18:39 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:18:39 (Reading database ... 13912 files and directories currently installed.) 21:18:39 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:18:39 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:18:40 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:18:40 (Reading database ... 13912 files and directories currently installed.) 21:18:40 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:18:40 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:18:40 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:18:40 (Reading database ... 13912 files and directories currently installed.) 21:18:40 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:18:40 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:18:40 Setting up grep (3.1-2build1) ... 21:18:40 (Reading database ... 13912 files and directories currently installed.) 21:18:40 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:18:40 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:18:40 Setting up login (1:4.5-1ubuntu2) ... 21:18:41 (Reading database ... 13912 files and directories currently installed.) 21:18:41 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:18:41 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:18:41 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:18:41 (Reading database ... 13912 files and directories currently installed.) 21:18:41 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:18:41 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:18:41 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:18:41 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:18:42 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:18:42 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:18:42 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:18:42 (Reading database ... 13912 files and directories currently installed.) 21:18:42 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:18:42 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:18:44 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:18:44 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:18:44 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:18:44 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:18:44 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:18:44 (Reading database ... 13912 files and directories currently installed.) 21:18:44 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:18:44 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:18:44 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:18:44 (Reading database ... 13912 files and directories currently installed.) 21:18:44 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:44 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:18:44 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:18:44 (Reading database ... 13912 files and directories currently installed.) 21:18:44 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:44 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:18:44 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:18:44 (Reading database ... 13912 files and directories currently installed.) 21:18:44 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:44 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:18:44 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:18:45 (Reading database ... 13912 files and directories currently installed.) 21:18:45 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:45 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:18:45 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:18:45 (Reading database ... 13912 files and directories currently installed.) 21:18:45 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:18:45 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:18:45 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:18:45 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:18:45 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:18:45 (Reading database ... 13912 files and directories currently installed.) 21:18:45 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:18:45 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:18:45 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:18:45 (Reading database ... 13912 files and directories currently installed.) 21:18:45 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:45 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:18:45 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:18:46 (Reading database ... 13912 files and directories currently installed.) 21:18:46 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:46 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:18:46 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:18:46 (Reading database ... 13912 files and directories currently installed.) 21:18:46 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:46 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:18:46 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:18:47 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:18:47 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:18:47 (Reading database ... 13912 files and directories currently installed.) 21:18:47 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:18:47 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:18:47 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:18:47 (Reading database ... 13912 files and directories currently installed.) 21:18:48 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:18:48 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:18:48 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:18:48 (Reading database ... 13914 files and directories currently installed.) 21:18:48 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:18:48 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:18:48 Setting up debconf (1.5.66ubuntu1) ... 21:18:48 (Reading database ... 13914 files and directories currently installed.) 21:18:48 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:18:48 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:18:48 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:18:48 (Reading database ... 13914 files and directories currently installed.) 21:18:48 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:18:48 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:18:49 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:18:49 (Reading database ... 13914 files and directories currently installed.) 21:18:49 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:18:49 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:18:49 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:18:49 (Reading database ... 13914 files and directories currently installed.) 21:18:49 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:18:49 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:18:49 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:18:49 (Reading database ... 13914 files and directories currently installed.) 21:18:49 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:18:49 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:18:50 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:18:50 (Reading database ... 13914 files and directories currently installed.) 21:18:50 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:18:50 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:18:50 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 21:18:50 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:18:50 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:18:50 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:18:50 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:18:50 (Reading database ... 13914 files and directories currently installed.) 21:18:50 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:18:50 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:18:50 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:18:50 (Reading database ... 13914 files and directories currently installed.) 21:18:50 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:18:50 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:18:51 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:18:51 (Reading database ... 13914 files and directories currently installed.) 21:18:51 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:18:52 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:18:52 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:18:52 (Reading database ... 13914 files and directories currently installed.) 21:18:52 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:18:52 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:18:52 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:18:52 (Reading database ... 13914 files and directories currently installed.) 21:18:52 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:18:52 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:18:52 Setting up passwd (1:4.5-1ubuntu2) ... 21:18:52 (Reading database ... 13914 files and directories currently installed.) 21:18:52 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:52 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:18:53 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:18:53 (Reading database ... 13914 files and directories currently installed.) 21:18:53 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:18:53 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:18:53 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:18:53 (Reading database ... 13914 files and directories currently installed.) 21:18:53 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:18:53 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:18:53 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:18:53 (Reading database ... 13914 files and directories currently installed.) 21:18:53 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:18:53 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:18:53 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:18:53 (Reading database ... 13914 files and directories currently installed.) 21:18:53 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:18:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:18:54 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:18:54 (Reading database ... 13914 files and directories currently installed.) 21:18:54 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:18:54 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:18:54 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:18:54 (Reading database ... 13914 files and directories currently installed.) 21:18:54 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:18:54 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:18:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:18:54 (Reading database ... 13915 files and directories currently installed.) 21:18:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:18:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:18:54 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:18:54 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:18:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:18:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:18:55 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:18:55 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:18:55 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:18:55 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:18:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:18:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:18:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:18:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:18:56 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:18:56 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:18:56 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:18:56 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:18:56 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:18:56 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:18:56 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:18:56 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:18:56 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:18:56 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:18:57 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:18:57 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:18:57 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:18:57 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:18:57 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:18:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:18:58 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:18:58 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:18:58 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:18:58 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:18:58 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:18:58 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:18:58 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:18:58 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:18:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:18:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:18:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:18:59 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:18:59 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:18:59 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:00 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:00 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:01 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:01 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:03 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:03 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:03 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:19:03 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:19:03 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:19:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:19:03 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:19:03 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:19:03 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:19:03 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:19:03 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:19:03 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:19:04 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:19:04 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:19:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:19:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:19:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:04 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:19:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:04 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:04 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:04 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:19:04 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:19:04 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:19:04 21:19:04 Current default time zone: 'Etc/UTC' 21:19:04 Local time is now: Mon Mar 15 21:19:04 UTC 2021. 21:19:04 Universal Time is now: Mon Mar 15 21:19:04 UTC 2021. 21:19:04 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:19:04 21:19:04 Setting up systemd-sysv (237-3ubuntu10.44) ... 21:19:04 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:04 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 21:19:04 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:19:04 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:19:04 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:19:04 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:19:04 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:19:04 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:19:04 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:19:04 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:04 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:19:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:05 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:19:05 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:05 Setting up patch (2.7.6-2ubuntu1.1) ... 21:19:05 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:19:05 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:19:05 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 21:19:05 Installing new version of config file /etc/ssl/openssl.cnf ... 21:19:05 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:19:05 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:19:05 Setting up ca-certificates (20210119~18.04.1) ... 21:19:07 Updating certificates in /etc/ssl/certs... 21:19:08 23 added, 27 removed; done. 21:19:08 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:19:08 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:08 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:19:08 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:19:08 Setting up pkgbinarymangler (138.18.04.1) ... 21:19:08 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:08 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:19:08 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:08 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:08 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:08 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:19:08 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:19:08 Setting up perl (5.26.1-6ubuntu0.5) ... 21:19:08 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:19:08 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:19:08 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:19:08 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:19:08 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:19:08 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:19:08 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:19:08 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:19:08 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:19:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:19:08 Processing triggers for systemd (237-3ubuntu10.44) ... 21:19:09 Processing triggers for mime-support (3.60ubuntu1) ... 21:19:09 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:19:09 Updating certificates in /etc/ssl/certs... 21:19:09 0 added, 0 removed; done. 21:19:09 Running hooks in /etc/ca-certificates/update.d... 21:19:09 done. 21:19:10 Reading package lists... 21:19:10 Building dependency tree... 21:19:10 Reading state information... 21:19:10 The following NEW packages will be installed: 21:19:10 apt-transport-https 21:19:10 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:19:10 Need to get 1696 B of archives. 21:19:10 After this operation, 153 kB of additional disk space will be used. 21:19:10 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:19:11 debconf: delaying package configuration, since apt-utils is not installed 21:19:11 Fetched 1696 B in 0s (43.0 kB/s) 21:19:11 Selecting previously unselected package apt-transport-https. 21:19:11 (Reading database ... 13920 files and directories currently installed.) 21:19:11 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:19:11 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:19:11 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:19:11 Waiting for network to be ready... 21:19:17 2021-03-15T21:19:15Z INFO Waiting for automatic snapd restart... 21:19:17 snapd 2.49 from Canonical* installed 21:19:18 "snapd" switched to the "latest/stable" channel 21:19:18 21:19:23 core18 20210128 from Canonical* installed 21:19:23 "core18" switched to the "latest/stable" channel 21:19:23 21:19:28 snapcraft 4.5.4 from Canonical* installed 21:19:28 "snapcraft" switched to the "latest/stable" channel 21:19:28 21:19:31 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: 21:19:31 - README.md 21:19:31 21:19:31 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:19:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:19:36 ---> 38220e8f530a 21:19:36 Step 3/23 : WORKDIR /edgex-go 21:19:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:19:36 ---> 38220e8f530a 21:19:36 Step 3/21 : WORKDIR /edgex-go 21:19:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:19:36 ---> 38220e8f530a 21:19:36 Step 3/22 : WORKDIR /edgex-go 21:19:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:19:36 ---> 38220e8f530a 21:19:36 Step 3/26 : WORKDIR /edgex-go 21:19:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:19:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:19:36 ---> 38220e8f530a 21:19:36 Step 3/23 : WORKDIR /edgex-go 21:19:36 ---> Running in 2450281fbc6c 21:19:36 ---> Running in d18332162bb1 21:19:36 ---> Running in 3ef73e7c4266 21:19:36 ---> Running in 03cb5bf89c46 21:19:36 ---> Running in b3612702e9d1 21:19:36 Removing intermediate container 03cb5bf89c46 21:19:36 ---> ebd477ff6079 21:19:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:36 Removing intermediate container 2450281fbc6c 21:19:36 ---> b0b5fb0132b4 21:19:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:36 Removing intermediate container 3ef73e7c4266 21:19:36 ---> 3e60953f3118 21:19:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:36 Removing intermediate container b3612702e9d1 21:19:36 ---> e045aac46cc2 21:19:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:36 Removing intermediate container d18332162bb1 21:19:36 ---> b27155888a7c 21:19:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:19:36 ---> Running in e1c859149722 21:19:36 ---> Running in 3b6ea435b4de 21:19:36 ---> Running in 5e37ae6a8140 21:19:36 ---> Running in 985df4651097 21:19:36 ---> Running in 4e13f7c28c09 21:19:36 Removing intermediate container e1c859149722 21:19:36 ---> 948a83c1dc0b 21:19:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:19:36 ---> Running in c9e3da03f600 21:19:36 Removing intermediate container 3b6ea435b4de 21:19:36 ---> 2f709bb0e15e 21:19:36 Step 5/21 : RUN apk add --update --no-cache make git 21:19:36 ---> Running in 27bf55d7c63c 21:19:36 Removing intermediate container 5e37ae6a8140 21:19:36 ---> d4fa809522c8 21:19:36 Step 5/23 : RUN apk add --update --no-cache make git 21:19:36 Removing intermediate container 4e13f7c28c09 21:19:36 ---> 10c036ea04a3 21:19:36 Step 5/26 : RUN apk add --update --no-cache make bash git 21:19:36 Removing intermediate container 985df4651097 21:19:36 ---> 9da620f7cf81 21:19:36 Step 5/23 : RUN apk add --update --no-cache make git 21:19:36 ---> Running in 16a47c641f7f 21:19:36 ---> Running in 5ea6627b809b 21:19:36 ---> Running in d72fadb65d4f 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:19:37 OK: 217 MiB in 51 packages 21:19:38 OK: 217 MiB in 51 packages 21:19:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:19:38 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 21:19:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:19:38 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:19:38 OK: 217 MiB in 51 packages 21:19:38 OK: 217 MiB in 51 packages 21:19:38 Fetched 88.7 kB in 1s (162 kB/s) 21:19:38 OK: 217 MiB in 51 packages 21:19:39 Removing intermediate container c9e3da03f600 21:19:39 ---> 8265c85efc4c 21:19:39 Step 6/22 : COPY go.mod . 21:19:39 Removing intermediate container 27bf55d7c63c 21:19:39 ---> ce52ad1f2ed5 21:19:39 Step 6/21 : COPY go.mod . 21:19:40 Reading package lists... 21:19:40 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 21:19:40 Removing intermediate container 16a47c641f7f 21:19:40 ---> d5fd72d23c8a 21:19:40 Step 6/23 : COPY go.mod . 21:19:40 ---> 96674440e915 21:19:40 Step 7/22 : RUN go mod download 21:19:40 Removing intermediate container d72fadb65d4f 21:19:40 ---> 5ad0050001c9 21:19:40 Step 6/23 : COPY go.mod . 21:19:40 ---> 526e6f76bac1 21:19:40 Step 7/21 : RUN go mod download 21:19:40 ---> Running in e7018aa1299d 21:19:41 ---> Running in b87248692566 21:19:41 Removing intermediate container 5ea6627b809b 21:19:41 ---> 10a49cb40595 21:19:41 Step 6/26 : COPY go.mod . 21:19:41 ---> 2294f94f8b6e 21:19:41 Step 7/23 : RUN go mod download 21:19:41 ---> Running in 29d1a7309992 21:19:41 ---> 6fca3685445d 21:19:41 Step 7/23 : RUN go mod download 21:19:42 ---> Running in 7207335f1c34 21:19:42 ---> 097b7ccc12b9 21:19:42 Step 7/26 : RUN go mod download 21:19:42 ---> Running in bebf92ed7a8c 21:19:46 Removing intermediate container e7018aa1299d 21:19:46 ---> ae4ec0901f8d 21:19:46 Step 8/22 : COPY . . 21:19:46 Removing intermediate container b87248692566 21:19:46 ---> b25e17bae080 21:19:46 Step 8/21 : COPY . . 21:19:47 Removing intermediate container 29d1a7309992 21:19:47 ---> 429f0eb3c342 21:19:47 Step 8/23 : COPY . . 21:19:47 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:19:47 Reading package lists... 21:19:47 Building dependency tree... 21:19:47 Reading state information... 21:19:47 Suggested packages: 21:19:47 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:19:47 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:19:47 Recommended packages: 21:19:47 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:19:47 The following NEW packages will be installed: 21:19:47 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:19:47 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:19:47 pkg-config zip 21:19:47 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:19:47 Need to get 7657 kB of archives. 21:19:47 After this operation, 43.8 MB of additional disk space will be used. 21:19:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 21:19:47 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:19:47 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:19:47 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:19:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:19:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:19:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:19:47 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:19:47 Removing intermediate container 7207335f1c34 21:19:47 ---> 989db6ef6040 21:19:47 Step 8/23 : COPY . . 21:19:47 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:19:47 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:19:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:19:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:19:48 Removing intermediate container bebf92ed7a8c 21:19:48 ---> db50f000e66d 21:19:48 Step 8/26 : COPY . . 21:19:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:19:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:19:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:19:48 debconf: delaying package configuration, since apt-utils is not installed 21:19:48 Fetched 7657 kB in 1s (10.6 MB/s) 21:19:48 Selecting previously unselected package libglib2.0-0:amd64. 21:19:48 (Reading database ... 13924 files and directories currently installed.) 21:19:48 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 21:19:48 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:19:48 Selecting previously unselected package libpsl5:amd64. 21:19:48 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:19:48 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:19:48 Selecting previously unselected package libnghttp2-14:amd64. 21:19:48 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:19:48 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:19:48 Selecting previously unselected package librtmp1:amd64. 21:19:48 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:19:48 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:19:48 Selecting previously unselected package libcurl3-gnutls:amd64. 21:19:48 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:19:48 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:19:48 Selecting previously unselected package liberror-perl. 21:19:48 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:19:48 Unpacking liberror-perl (0.17025-1) ... 21:19:48 Selecting previously unselected package git-man. 21:19:48 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:19:48 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:19:49 Selecting previously unselected package git. 21:19:49 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:19:49 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:19:50 Selecting previously unselected package libnorm1:amd64. 21:19:50 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:19:50 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:19:50 Selecting previously unselected package libpgm-5.2-0:amd64. 21:19:50 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:19:50 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:19:50 Selecting previously unselected package libsodium23:amd64. 21:19:50 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:19:50 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:19:50 Selecting previously unselected package libzmq5:amd64. 21:19:50 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:19:50 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:19:50 Selecting previously unselected package libzmq3-dev:amd64. 21:19:50 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:19:50 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:19:50 Selecting previously unselected package pkg-config. 21:19:50 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:19:50 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:19:50 Selecting previously unselected package zip. 21:19:50 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:19:50 Unpacking zip (3.0-11build1) ... 21:19:50 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:19:50 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:19:50 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:19:50 Setting up liberror-perl (0.17025-1) ... 21:19:50 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:19:50 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:19:51 No schema files found: doing nothing. 21:19:51 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:19:51 Setting up zip (3.0-11build1) ... 21:19:51 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:19:51 Setting up libsodium23:amd64 (1.0.16-2) ... 21:19:51 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:19:51 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:19:51 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:19:51 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:19:51 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:19:51 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:19:58 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:19:58 git set to automatically installed. 21:19:58 git-man set to automatically installed. 21:19:58 libcurl3-gnutls set to automatically installed. 21:19:58 liberror-perl set to automatically installed. 21:19:58 libglib2.0-0 set to automatically installed. 21:19:58 libnghttp2-14 set to automatically installed. 21:19:58 libnorm1 set to automatically installed. 21:19:58 libpgm-5.2-0 set to automatically installed. 21:19:58 libpsl5 set to automatically installed. 21:19:58 librtmp1 set to automatically installed. 21:19:58 libsodium23 set to automatically installed. 21:19:58 libzmq3-dev set to automatically installed. 21:19:58 libzmq5 set to automatically installed. 21:19:58 pkg-config set to automatically installed. 21:19:58 zip set to automatically installed. 21:19:59 snapd is not logged in, snap install commands will use sudo 21:20:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:20:07 snap "core18" has no updates available 21:20:08 snapd is not logged in, snap install commands will use sudo 21:20:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:20:14 ---> 6708f6ac1c59 21:20:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:20:14 ---> Running in 7a8f143585ae 21:20:14 ---> 28bcab883880 21:20:14 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:20:14 ---> f582154875be 21:20:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:20:14 ---> d5a54b6ab5dc 21:20:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:20:14 ---> 2a7b60242e42 21:20:14 Step 9/23 : RUN make cmd/core-command/core-command 21:20:14 ---> Running in 1f8e59ced780 21:20:14 ---> Running in 10eee057dc0e 21:20:14 ---> Running in 94981a30f7f4 21:20:15 ---> Running in 703e1e6a5cd7 21:20:16 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 21:20:17 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 21:20:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:20:17 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 21:20:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:20:32 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 21:20:32 Pulling config-common 21:20:32 + snapcraftctl pull 21:20:33 Pulling go-build-helper 21:20:33 + snapcraftctl pull 21:20:34 'edgex-go' has dependencies that need to be staged: go-build-helper 21:20:34 Skipping pull go-build-helper (already ran) 21:20:34 Building go-build-helper 21:20:34 + snapcraftctl build 21:20:37 Staging go-build-helper 21:20:37 + snapcraftctl stage 21:20:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:20:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:20:49 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:20:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 21:20:49 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:20:49 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:20:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 21:20:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:20:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:20:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 21:20:49 Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:20:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 21:20:49 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 21:20:49 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:20:49 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:20:49 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:20:49 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:20:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 21:20:49 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:20:49 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 21:20:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 21:20:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:20:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:20:49 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 21:20:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 21:20:49 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 21:20:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 21:20:49 Fetched 24.1 MB in 0s (0 B/s) 21:20:49 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:20:49 Fetched 224 kB in 0s (0 B/s) 21:20:49 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:20:49 Fetched 157 kB in 0s (0 B/s) 21:20:49 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:20:49 Fetched 221 kB in 0s (0 B/s) 21:20:49 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:20:49 Fetched 143 kB in 0s (0 B/s) 21:20:49 Pulling edgex-go 21:20:49 + snapcraftctl pull 21:21:11 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:21:11 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:21:11 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:21:11 Fetched 0 B in 0s (0 B/s) 21:21:11 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:21:11 Fetched 96.5 kB in 0s (0 B/s) 21:21:11 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:21:11 Fetched 279 kB in 0s (0 B/s) 21:21:11 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:21:11 Fetched 122 kB in 0s (0 B/s) 21:21:11 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:21:11 Fetched 77.8 kB in 0s (0 B/s) 21:21:11 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:21:11 Fetched 8848 B in 0s (0 B/s) 21:21:11 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:21:11 Fetched 47.8 kB in 0s (0 B/s) 21:21:11 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:21:11 Fetched 45.6 kB in 0s (0 B/s) 21:21:11 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:21:11 Fetched 15.0 kB in 0s (0 B/s) 21:21:11 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:21:11 Fetched 214 kB in 0s (0 B/s) 21:21:11 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:21:11 Fetched 154 kB in 0s (0 B/s) 21:21:11 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:21:11 Fetched 50.6 kB in 0s (0 B/s) 21:21:11 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:21:11 Fetched 14.8 kB in 0s (0 B/s) 21:21:11 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:21:11 Fetched 41.8 kB in 0s (0 B/s) 21:21:11 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:21:11 Fetched 499 kB in 0s (0 B/s) 21:21:11 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:21:11 Fetched 111 kB in 0s (0 B/s) 21:21:11 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:21:11 Fetched 240 kB in 0s (0 B/s) 21:21:11 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:21:11 Fetched 29.3 kB in 0s (0 B/s) 21:21:11 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:21:11 Fetched 85.5 kB in 0s (0 B/s) 21:21:11 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:21:11 Fetched 24.5 kB in 0s (0 B/s) 21:21:11 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:21:11 Fetched 49.2 kB in 0s (0 B/s) 21:21:11 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:21:11 Fetched 54.2 kB in 0s (0 B/s) 21:21:11 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:21:11 Fetched 30.8 kB in 0s (0 B/s) 21:21:11 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:21:11 Fetched 15.8 kB in 0s (0 B/s) 21:21:11 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:21:11 Fetched 85.9 kB in 0s (0 B/s) 21:21:11 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:21:11 Fetched 8720 B in 0s (0 B/s) 21:21:11 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:21:11 Fetched 137 kB in 0s (0 B/s) 21:21:11 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:21:11 Fetched 119 kB in 0s (0 B/s) 21:21:11 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:21:11 Fetched 109 kB in 0s (0 B/s) 21:21:11 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:21:11 Fetched 11.1 kB in 0s (0 B/s) 21:21:11 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:21:11 Fetched 645 kB in 0s (0 B/s) 21:21:11 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:21:11 Fetched 41.3 kB in 0s (0 B/s) 21:21:11 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:21:11 Fetched 17.9 kB in 0s (0 B/s) 21:21:11 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:21:11 Fetched 368 kB in 0s (0 B/s) 21:21:11 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:21:11 Fetched 187 kB in 0s (0 B/s) 21:21:11 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:21:11 Fetched 175 kB in 0s (0 B/s) 21:21:11 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:21:11 Fetched 206 kB in 0s (0 B/s) 21:21:11 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 21:21:11 Fetched 1301 kB in 0s (0 B/s) 21:21:11 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:21:11 Fetched 36.2 kB in 0s (0 B/s) 21:21:11 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:21:11 Fetched 159 kB in 0s (0 B/s) 21:21:11 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:21:11 Fetched 107 kB in 0s (0 B/s) 21:21:11 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:21:11 Fetched 48.7 kB in 0s (0 B/s) 21:21:11 Pulling static-packages 21:21:11 + snapcraftctl pull 21:21:12 Pulling version 21:21:12 + cd /root/project 21:21:12 + [ -f VERSION ] 21:21:12 + PROJECT_VERSION=local-dev 21:21:12 + git rev-parse --short HEAD 21:21:12 + GIT_REVISION=5bbfc04f 21:21:12 + snapcraftctl set-version local-dev 21:21:13 Building config-common 21:21:13 + snapcraftctl build 21:21:16 Skipping build go-build-helper (already ran) 21:21:16 Building edgex-go 21:21:16 + cd /root/parts/edgex-go/src 21:21:16 + make build 21:21:16 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 21:21:19 go: downloading github.com/gorilla/mux v1.8.0 21:21:19 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 21:21:19 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 21:21:19 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:21:19 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 21:21:19 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 21:21:19 go: downloading github.com/x448/float16 v0.8.4 21:21:19 go: downloading github.com/pkg/errors v0.8.1 21:21:19 go: downloading github.com/google/uuid v1.2.0 21:21:19 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:21:19 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:21:19 go: downloading github.com/imdario/mergo v0.3.12 21:21:19 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:21:19 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 21:21:19 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:21:19 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 21:21:19 go: downloading github.com/leodido/go-urn v1.2.0 21:21:19 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 21:21:19 go: downloading github.com/go-playground/universal-translator v0.17.0 21:21:19 go: downloading github.com/go-kit/kit v0.8.0 21:21:19 go: downloading github.com/pebbe/zmq4 v1.2.5 21:21:19 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:21:19 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:21:19 go: downloading github.com/go-playground/locales v0.13.0 21:21:20 go: downloading github.com/pelletier/go-toml v1.2.0 21:21:20 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:21:20 go: downloading github.com/gorilla/websocket v1.4.2 21:21:20 go: downloading github.com/hashicorp/consul/api v1.8.1 21:21:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:21:20 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:21:20 go: downloading github.com/BurntSushi/toml v0.3.1 21:21:20 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:21:21 go: downloading github.com/fatih/color v1.9.0 21:21:21 go: downloading github.com/mattn/go-isatty v0.0.12 21:21:21 go: downloading github.com/hashicorp/serf v0.9.5 21:21:21 go: downloading github.com/mattn/go-colorable v0.1.6 21:21:21 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:21:21 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:21:21 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:21:21 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:21:21 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:21:21 go: downloading github.com/mitchellh/copystructure v1.0.0 21:21:21 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:21:21 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:21:21 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:21:33 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 21:21:33 go: downloading gopkg.in/yaml.v2 v2.4.0 21:21:37 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 21:21:39 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 21:21:41 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 21:21:41 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 21:21:41 go: downloading github.com/stretchr/testify v1.7.0 21:21:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:21:41 go: downloading github.com/pmezard/go-difflib v1.0.0 21:21:41 go: downloading github.com/davecgh/go-spew v1.1.1 21:21:43 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 21:21:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:21:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:21:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:21:46 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 21:21:46 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 21:21:48 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 21:21:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:21:50 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:21: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 21:21:51 go: downloading github.com/lib/pq v1.9.0 21:21:53 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:21:53 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:21:53 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:21:53 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:21:53 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:21:53 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:21:53 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:21:53 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:21:53 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:21:53 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:21:53 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:21:53 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:21:53 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:21:53 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:21:53 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:21:53 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:21:53 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:21:53 + 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 21:21:53 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:21:53 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:21:53 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:21:53 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:21:53 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:21:53 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:21:53 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:21:57 Building static-packages 21:21:57 + snapcraftctl build 21:21:59 Building version 21:21:59 + snapcraftctl build 21:22:02 Staging config-common 21:22:02 + snapcraftctl stage 21:22:03 Skipping stage go-build-helper (already ran) 21:22:03 Staging edgex-go 21:22:03 + snapcraftctl stage 21:22:04 Staging static-packages 21:22:04 + snapcraftctl stage 21:22:05 Staging version 21:22:05 + snapcraftctl stage 21:22:06 Priming config-common 21:22:06 + snapcraftctl prime 21:22:07 Priming go-build-helper 21:22:07 + snapcraftctl prime 21:22:08 Priming edgex-go 21:22:08 + snapcraftctl prime 21:22:09 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 21:22:10 Priming static-packages 21:22:10 + snapcraftctl prime 21:22:12 Priming version 21:22:12 + snapcraftctl prime 21:22:13 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] } 21:22:18 Removing intermediate container 94981a30f7f4 21:22:18 ---> fc401c430eb6 21:22:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:22:18 ---> Running in 363fab468097 21:22:18 Removing intermediate container 1f8e59ced780 21:22:18 ---> ffd409a6462a 21:22:18 21:22:18 Step 10/21 : FROM alpine:3.12 21:22:18 3.12: Pulling from library/alpine 21:22:19 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:22:19 Status: Downloaded newer image for alpine:3.12 21:22:19 ---> d10569e2745f 21:22:19 Step 11/21 : RUN apk add --update --no-cache curl 21:22:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:22:20 ---> Running in 63a52b95a725 21:22:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:22 (1/4) Installing ca-certificates (20191127-r4) 21:22:23 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:22:23 (3/4) Installing libcurl (7.69.1-r3) 21:22:23 (4/4) Installing curl (7.69.1-r3) 21:22:23 Executing busybox-1.31.1-r19.trigger 21:22:23 Executing ca-certificates-20191127-r4.trigger 21:22:23 OK: 7 MiB in 18 packages 21:22:27 Removing intermediate container 63a52b95a725 21:22:27 ---> 753fd333fccf 21:22:27 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:22:27 Removing intermediate container 363fab468097 21:22:27 ---> 381b6fc473c6 21:22:27 21:22:27 Step 11/26 : FROM docker:20.10.0 21:22:27 ---> Running in f50c8d6fbcc6 21:22:27 20.10.0: Pulling from library/docker 21:22:28 Removing intermediate container f50c8d6fbcc6 21:22:28 ---> 1aef52644a8c 21:22:28 Step 13/21 : WORKDIR /edgex 21:22:30 ---> Running in 5c50cb85363c 21:22:32 Removing intermediate container 5c50cb85363c 21:22:32 ---> f1737f70b2f4 21:22:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:22:34 Removing intermediate container 703e1e6a5cd7 21:22:34 ---> d1724f1ee25e 21:22:34 21:22:34 Step 10/23 : FROM alpine:3.12 21:22:34 ---> d10569e2745f 21:22:34 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:22:34 Removing intermediate container 7a8f143585ae 21:22:34 ---> e24bc9d401ed 21:22:34 21:22:34 Step 10/22 : FROM alpine:3.12 21:22:34 ---> d10569e2745f 21:22:34 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:22:34 ---> 691036eb1b24 21:22:34 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:22:34 ---> Running in d6fe881520a0 21:22:34 ---> Running in fa675c6db0c6 21:22:36 ---> 573c1222eee9 21:22:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:22:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:37 (1/2) Installing ca-certificates (20191127-r4) 21:22:37 (2/2) Installing dumb-init (1.2.2-r1) 21:22:37 Executing busybox-1.31.1-r19.trigger 21:22:37 Executing ca-certificates-20191127-r4.trigger 21:22:38 OK: 6 MiB in 16 packages 21:22:38 (1/1) Installing dumb-init (1.2.2-r1) 21:22:38 Executing busybox-1.31.1-r19.trigger 21:22:38 OK: 5 MiB in 15 packages 21:22:40 ---> 4d234a1862e4 21:22:40 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:22:41 Removing intermediate container 10eee057dc0e 21:22:41 ---> c604ef90c76b 21:22:41 21:22:41 Step 10/23 : FROM alpine:3.12 21:22:41 ---> d10569e2745f 21:22:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:22:41 ---> Running in 98641c67d508 21:22:41 Removing intermediate container d6fe881520a0 21:22:41 ---> c97a1bd8c7b5 21:22:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:22:41 ---> Running in 915f4697a8d0 21:22:41 Removing intermediate container fa675c6db0c6 21:22:41 ---> 325d82b01c54 21:22:41 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:22:42 ---> Running in 3d73d211f80e 21:22:42 Removing intermediate container 98641c67d508 21:22:42 ---> 39303455c433 21:22:42 Step 18/21 : CMD ["--init=true"] 21:22:42 ---> Running in be6cf9a4edcc 21:22:42 ---> Running in f13dbc18d572 21:22:42 Removing intermediate container 3d73d211f80e 21:22:42 ---> 1654406959a0 21:22:42 Step 13/22 : ENV APP_PORT=48060 21:22:42 ---> Running in acfa9d3ee807 21:22:43 Removing intermediate container be6cf9a4edcc 21:22:43 ---> db3f03115fc9 21:22:43 Step 13/23 : ENV APP_PORT=48082 21:22:43 Removing intermediate container f13dbc18d572 21:22:43 ---> 842ea91f7fd3 21:22:43 Step 19/21 : LABEL arch=arm64 21:22:43 ---> Running in 08cd37992e19 21:22:43 ---> Running in 7214b5cca7d7 21:22:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:43 Removing intermediate container acfa9d3ee807 21:22:43 ---> 1c21814d8c3a 21:22:43 Step 14/22 : EXPOSE $APP_PORT 21:22:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:44 ---> Running in 2847a1eb5f80 21:22:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:22:44 Removing intermediate container 08cd37992e19 21:22:44 ---> 8516e9e6cc28 21:22:44 Step 20/21 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:22:44 Status: Downloaded newer image for docker:20.10.0 21:22:44 ---> eeaf43b92773 21:22:44 Step 12/26 : RUN apk add --no-cache bash 21:22:44 Removing intermediate container 7214b5cca7d7 21:22:44 ---> 33fc699986e3 21:22:44 Step 14/23 : EXPOSE $APP_PORT 21:22:44 ---> Running in 867d73c09608 21:22:44 ---> Running in e75e0c90e0c2 21:22:44 ---> Running in e6170428c6a0 21:22:44 Removing intermediate container 2847a1eb5f80 21:22:44 (1/1) Installing dumb-init (1.2.2-r1) 21:22:44 Executing busybox-1.31.1-r19.trigger 21:22:44 ---> d97c740b63a9 21:22:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:22:44 OK: 5 MiB in 15 packages 21:22:45 Removing intermediate container e6170428c6a0 21:22:45 ---> eca5003a51f0 21:22:45 Step 15/23 : WORKDIR / 21:22:45 Removing intermediate container 867d73c09608 21:22:45 ---> 1fe98134b4c7 21:22:45 Step 21/21 : LABEL version=0.0.0 21:22:45 ---> Running in fbd982ea06ca 21:22:45 ---> Running in b2baf4de9117 21:22:46 ---> 4613f188cc79 21:22:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:22:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:22:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:22:46 Removing intermediate container 915f4697a8d0 21:22:46 ---> bb094c237551 21:22:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:22:46 Removing intermediate container b2baf4de9117 21:22:46 ---> 03206a227edb 21:22:46 21:22:46 Removing intermediate container fbd982ea06ca 21:22:46 ---> 10764f46afdd 21:22:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:22:46 (1/2) Installing readline (8.0.4-r0) 21:22:46 (2/2) Installing bash (5.0.17-r0) 21:22:47 ---> Running in 38730cb59858 21:22:47 Executing bash-5.0.17-r0.post-install 21:22:47 Executing busybox-1.31.1-r19.trigger 21:22:47 OK: 12 MiB in 22 packages 21:22:47 Successfully built 03206a227edb 21:22:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:22:47  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 21:22:47 ---> 0656190bc550 21:22:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.tomlRemoving intermediate container 38730cb59858 21:22:47 21:22:47 ---> d95decb35859 21:22:47 Step 13/23 : ENV APP_PORT=48081 21:22:47 ---> 3946c7fae17f 21:22:48 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:22:48 ---> Running in 8a9f52fbde1a 21:22:48 Removing intermediate container 8a9f52fbde1a 21:22:48 ---> 7ce543f0ac14 21:22:48 Step 14/23 : EXPOSE $APP_PORT 21:22:49 Removing intermediate container e75e0c90e0c2 21:22:49 ---> 0ab7d3384710 21:22:49 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:22:49 ---> Running in ed271fd24263 21:22:49 ---> 07797bbcad0a 21:22:49 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:22:49 ---> Running in 2d741e36b395 21:22:50 ---> efd90376c984 21:22:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:22:50 ---> Running in 5236bc5646cd 21:22:50 Removing intermediate container ed271fd24263 21:22:50 ---> d5a320eb936c 21:22:50 Step 15/23 : WORKDIR / 21:22:51 Removing intermediate container 2d741e36b395 21:22:51 ---> c595dcf00724 21:22:51 Step 14/26 : ENV APP_PORT=48090 21:22:51 ---> Running in fdf3efe5d9fb 21:22:51 ---> Running in 1572c43eb691 21:22:51 Removing intermediate container 5236bc5646cd 21:22:51 ---> 26acf2baddc1 21:22:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:22:51 ---> 14a184e96fe7 21:22:51 Step 19/23 : ENTRYPOINT ["/core-command"] 21:22:51 ---> Running in ca465c5645cf 21:22:51 ---> Running in cfaab0c1a50b 21:22:51 Removing intermediate container fdf3efe5d9fb 21:22:51 ---> 9244c8ec9cb6 21:22:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:22:52 Removing intermediate container 1572c43eb691 21:22:52 ---> f253b1deb594 21:22:52 Step 15/26 : EXPOSE $APP_PORT 21:22:52 Removing intermediate container ca465c5645cf 21:22:52 ---> 87bbda3e11ee 21:22:52 Step 20/22 : LABEL arch=arm64 21:22:52 Removing intermediate container cfaab0c1a50b 21:22:52 ---> 12a68b9ba4c4 21:22:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:22:53 ---> Running in 5b7cf12947ee 21:22:53 ---> Running in 75e0682d223e 21:22:53 ---> Running in 615a2e08c74f 21:22:53 ---> 24aa365fe64d 21:22:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:22:53 Removing intermediate container 5b7cf12947ee 21:22:53 ---> 4ce3c3963f2d 21:22:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:22:54 Removing intermediate container 75e0682d223e 21:22:54 ---> bb2158d63b03 21:22:54 Removing intermediate container 615a2e08c74f 21:22:54 Step 21/22 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 ---> 00542564576d 21:22:54 Step 21/23 : LABEL arch=arm64 21:22:54 21:22:54 ---> Running in df2ddeed8af1 21:22:54 ---> Running in b6f0a46d23e1 21:22:55 Removing intermediate container df2ddeed8af1 21:22:55 ---> 52e566bb4762 21:22:55 Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:22:55 Removing intermediate container b6f0a46d23e1 21:22:55 ---> 8e761c697bf8 21:22:55 Step 22/22 : LABEL version=0.0.0 21:22:55 ---> Running in c80d36ab562f 21:22:55 ---> efb386a04ff5 21:22:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:22:55 ---> 1449d0d893e9 21:22:55 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:22:56 ---> Running in bc0430d44e97 21:22:56 Removing intermediate container c80d36ab562f 21:22:56 ---> bfe2722ebcf0 21:22:56 Step 23/23 : LABEL version=0.0.0 21:22:57 Removing intermediate container bc0430d44e97 21:22:57 ---> 74b484b49871 21:22:57 21:22:57 Successfully built 74b484b49871 21:22:57 ---> Running in d0959f7962ee 21:22:57 Successfully tagged docker-support-notifications-go-arm64:latest 21:22:57  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 21:22:57 ---> bb8655b6ab3c 21:22:57 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:22:57 ---> 1312110924eb 21:22:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:22:58 ---> Running in 799389feb5e7 21:22:58 Removing intermediate container d0959f7962ee 21:22:58 ---> cc37671587e3 21:22:58 21:22:59 Removing intermediate container 799389feb5e7 21:22:59 ---> 84f86ae6e151 21:22:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:22:59 ---> 0829320cd065 21:22:59 Step 19/26 : RUN apk --no-cache add py3-pip 21:22:59 Successfully built cc37671587e3 21:22:59 Successfully tagged docker-core-command-go-arm64:latest 21:22:59  Building docker-core-command-go ... done Building docker-support-scheduler-go 21:22:59 ---> Running in 58207297c07f 21:22:59 ---> Running in f3a6162cf039 21:23:00 Removing intermediate container 58207297c07f 21:23:00 ---> ce53b4fdc445 21:23:00 Step 21/23 : LABEL arch=arm64 21:23:00 ---> Running in 2c96c17fa8a7 21:23:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:02 Removing intermediate container 2c96c17fa8a7 21:23:02 ---> 11c108166aae 21:23:02 Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:23:02 ---> Running in 1f90c9ed0aee 21:23:02 (1/33) Installing libbz2 (1.0.8-r1) 21:23:02 (2/33) Installing expat (2.2.9-r1) 21:23:02 (3/33) Installing libffi (3.3-r2) 21:23:02 (4/33) Installing gdbm (1.13-r1) 21:23:02 (5/33) Installing xz-libs (5.2.5-r0) 21:23:02 (6/33) Installing sqlite-libs (3.32.1-r0) 21:23:02 (7/33) Installing python3 (3.8.8-r0) 21:23:02 Removing intermediate container 1f90c9ed0aee 21:23:02 ---> f15e3590143b 21:23:02 Step 23/23 : LABEL version=0.0.0 21:23:03 (8/33) Installing py3-appdirs (1.4.4-r1) 21:23:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:23:03 (10/33) Installing py3-parsing (2.4.7-r0) 21:23:03 (11/33) Installing py3-six (1.15.0-r0) 21:23:03 (12/33) Installing py3-packaging (20.4-r0) 21:23:03 (13/33) Installing py3-setuptools (47.0.0-r0) 21:23:03 ---> Running in 730c03057927 21:23:03 (14/33) Installing py3-chardet (3.0.4-r4) 21:23:03 (15/33) Installing py3-idna (2.9-r0) 21:23:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:23:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:23:03 (18/33) Installing py3-requests (2.23.0-r0) 21:23:03 (19/33) Installing py3-msgpack (1.0.0-r0) 21:23:03 (20/33) Installing py3-lockfile (0.12.2-r3) 21:23:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:23:03 (22/33) Installing py3-colorama (0.4.3-r0) 21:23:03 (23/33) Installing py3-distlib (0.3.0-r0) 21:23:03 (24/33) Installing py3-distro (1.5.0-r1) 21:23:03 (25/33) Installing py3-webencodings (0.5.1-r3) 21:23:03 (26/33) Installing py3-html5lib (1.0.1-r4) 21:23:04 (27/33) Installing py3-pytoml (0.1.21-r0) 21:23:04 (28/33) Installing py3-pep517 (0.8.2-r0) 21:23:04 (29/33) Installing py3-progress (1.5-r0) 21:23:04 (30/33) Installing py3-toml (0.10.1-r0) 21:23:04 (31/33) Installing py3-retrying (1.3.3-r0) 21:23:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:23:04 (33/33) Installing py3-pip (20.1.1-r0) 21:23:04 Executing busybox-1.31.1-r19.trigger 21:23:04 OK: 71 MiB in 55 packages 21:23:05 Removing intermediate container 730c03057927 21:23:05 ---> e5be9e358b96 21:23:05 21:23:05 Successfully built e5be9e358b96 21:23:06 Successfully tagged docker-core-metadata-go-arm64:latest 21:23:06  Building docker-core-metadata-go ... done Building docker-core-data-go 21:23:13 Removing intermediate container f3a6162cf039 21:23:13 ---> 6dccb31ff1d0 21:23:13 Step 20/26 : RUN pip install docker-compose==1.23.2 21:23:14 ---> Running in 44c243ee2773 21:23:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:23:18 ---> 38220e8f530a 21:23:18 Step 3/31 : WORKDIR /edgex-go 21:23:18 ---> Using cache 21:23:18 ---> b27155888a7c 21:23:18 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:18 ---> Using cache 21:23:18 ---> 10c036ea04a3 21:23:18 Step 5/31 : RUN apk add --update --no-cache make git 21:23:19 ---> Running in d98eb3517217 21:23:20 Collecting docker-compose==1.23.2 21:23:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:20 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:23:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:22 Collecting PyYAML<4,>=3.10 21:23:22 Downloading PyYAML-3.13.tar.gz (270 kB) 21:23:23 OK: 217 MiB in 51 packages 21:23:26 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:23:26 Collecting dockerpty<0.5,>=0.4.1 21:23:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:23:26 Removing intermediate container d98eb3517217 21:23:26 ---> 6e6c787800f8 21:23:26 Step 6/31 : COPY go.mod . 21:23:27 ---> af03c39f6d09 21:23:27 Step 7/31 : RUN go mod download 21:23:28 ---> Running in 35d66e0c47de 21:23:29 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:23:29 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:23:30 Collecting docopt<0.7,>=0.6.1 21:23:30 Downloading docopt-0.6.2.tar.gz (25 kB) 21:23:33 Removing intermediate container 35d66e0c47de 21:23:33 ---> d62b26a97202 21:23:33 Step 8/31 : COPY . . 21:23:33 Collecting cached-property<2,>=1.2.0 21:23:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:23:33 Collecting texttable<0.10,>=0.9.0 21:23:33 Downloading texttable-0.9.1.tar.gz (11 kB) 21:23:36 Collecting websocket-client<1.0,>=0.32.0 21:23:36 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:23:37 Collecting docker<4.0,>=3.6.0 21:23:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:23:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:23:38 ---> 38220e8f530a 21:23:38 Step 3/24 : WORKDIR /edgex-go 21:23:38 ---> Using cache 21:23:38 ---> b27155888a7c 21:23:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:38 ---> Using cache 21:23:38 ---> 10c036ea04a3 21:23:38 Step 5/24 : RUN apk add --update --no-cache make git 21:23:38 ---> Using cache 21:23:38 ---> 6e6c787800f8 21:23:38 Step 6/24 : COPY go.mod . 21:23:38 ---> Using cache 21:23:38 ---> af03c39f6d09 21:23:38 Step 7/24 : RUN go mod download 21:23:38 ---> Using cache 21:23:38 ---> d62b26a97202 21:23:38 Step 8/24 : COPY . . 21:23:38 Collecting jsonschema<3,>=2.5.1 21:23:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:23:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:23:39 ---> 38220e8f530a 21:23:39 Step 3/22 : WORKDIR /edgex-go 21:23:39 ---> Using cache 21:23:39 ---> b27155888a7c 21:23:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:39 ---> Using cache 21:23:39 ---> 10c036ea04a3 21:23:39 Step 5/22 : RUN apk add --update --no-cache make git 21:23:39 ---> Using cache 21:23:39 ---> 6e6c787800f8 21:23:39 Step 6/22 : COPY go.mod . 21:23:39 ---> Using cache 21:23:39 ---> af03c39f6d09 21:23:39 Step 7/22 : RUN go mod downloadCollecting idna<2.8,>=2.5 21:23:39 21:23:39 ---> Using cache 21:23:39 ---> d62b26a97202 21:23:39 Step 8/22 : COPY . . 21:23:39 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:23:39 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) 21:23:39 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:23:40 Collecting urllib3<1.25,>=1.21.1 21:23:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:23:40 Collecting docker-pycreds>=0.4.0 21:23:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:23:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:23:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:23:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:23:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:23:42 Installing collected packages: PyYAML, dockerpty, idna, urllib3, requests, docopt, cached-property, texttable, websocket-client, docker-pycreds, docker, jsonschema, docker-compose 21:23:42 Running setup.py install for PyYAML: started 21:23:45 Running setup.py install for PyYAML: finished with status 'done' 21:23:45 Running setup.py install for dockerpty: started 21:23:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:23:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:23:46 ---> 38220e8f530a 21:23:46 Step 3/23 : WORKDIR /edgex-go 21:23:46 ---> Using cache 21:23:46 ---> b27155888a7c 21:23:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:23:46 ---> Using cache 21:23:46 ---> 10c036ea04a3 21:23:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:23:48 Running setup.py install for dockerpty: finished with status 'done' 21:23:48 Attempting uninstall: idna 21:23:48 Found existing installation: idna 2.9 21:23:48 Uninstalling idna-2.9: 21:23:48 Successfully uninstalled idna-2.9 21:23:50 Attempting uninstall: urllib3 21:23:50 Found existing installation: urllib3 1.25.9 21:23:50 Uninstalling urllib3-1.25.9: 21:23:50 Successfully uninstalled urllib3-1.25.9 21:23:52 Attempting uninstall: requests 21:23:52 Found existing installation: requests 2.23.0 21:23:52 Uninstalling requests-2.23.0: 21:23:52 Successfully uninstalled requests-2.23.0 21:23:56 Running setup.py install for docopt: started 21:23:57 ---> Running in db798d264f32 21:23:58 ---> f1e4f963d744 21:23:58 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:23:58 Running setup.py install for docopt: finished with status 'done' 21:23:58 ---> Running in 3da264e36686 21:23:58 Running setup.py install for texttable: started 21:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:58 ---> 40751e6d90ed 21:23:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:23:58 ---> Running in e85d84fbf0ba 21:23:59 ---> a191815235cf 21:23:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:59 ---> Running in 9400b6291dd2 21:24:00 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 21:24:00 OK: 217 MiB in 51 packages 21:24:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:24:01 Running setup.py install for texttable: finished with status 'done' 21:24:01 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 21:24:02 Removing intermediate container db798d264f32 21:24:02 ---> 63b1fbda1c44 21:24:02 Step 6/23 : COPY go.mod . 21:24:03 ---> 243264fd4de8 21:24:03 Step 7/23 : RUN go mod download 21:24:03 ---> Running in 8c768cb67af3 21:24:05 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 21:24:08 Removing intermediate container 8c768cb67af3 21:24:08 ---> 3a71ada924a0 21:24:08 Step 8/23 : COPY . . 21:24:12 Removing intermediate container 44c243ee2773 21:24:12 ---> 4c7bdb0a055b 21:24:12 Step 21/26 : RUN apk --no-cache add curl 21:24:12 ---> Running in 8a7a0de35a87 21:24:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:24:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:24:16 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:24:16 (2/3) Installing libcurl (7.69.1-r3) 21:24:16 (3/3) Installing curl (7.69.1-r3) 21:24:16 Executing busybox-1.31.1-r19.trigger 21:24:16 OK: 72 MiB in 58 packages 21:24:20 Removing intermediate container 8a7a0de35a87 21:24:20 ---> e5c92642264f 21:24:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:24:20 ---> Running in 50f6641eae68 21:24:21 Removing intermediate container 50f6641eae68 21:24:21 ---> cd4f821df7de 21:24:21 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:24:21 ---> Running in 2342fbb448d4 21:24:22 Removing intermediate container 2342fbb448d4 21:24:22 ---> d50506e5ca3e 21:24:22 Step 24/26 : LABEL arch=arm64 21:24:23 ---> Running in 7e53c62e668e 21:24:24 Removing intermediate container 7e53c62e668e 21:24:24 ---> 373c0c264b3b 21:24:24 Step 25/26 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:24:24 ---> Running in c2f27c2626f5 21:24:26 Removing intermediate container c2f27c2626f5 21:24:26 ---> ada4cf94c6c9 21:24:26 Step 26/26 : LABEL version=0.0.0 21:24:26 ---> Running in 7ac0184ef2f6 21:24:27 Removing intermediate container 7ac0184ef2f6 21:24:27 ---> 8d50151f1dca 21:24:27 21:24:29 Successfully built 8d50151f1dca 21:24:29 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:24:31  Building docker-sys-mgmt-agent-go ... done  ---> c9845a5e7b39 21:24:31 Step 9/23 : RUN make cmd/core-data/core-data 21:24:32 ---> Running in 644ec6b5228b 21:24:33 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 21:25:30 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 21:25:41 Removing intermediate container e85d84fbf0ba 21:25:41 ---> 44549f003d98 21:25:41 21:25:41 Step 10/24 : FROM alpine:3.12 21:25:41 ---> d10569e2745f 21:25:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:25:41 ---> Running in 825d496ec1b9 21:25:42 Removing intermediate container 3da264e36686 21:25:42 ---> 398700725e82 21:25:42 21:25:42 Step 10/31 : FROM alpine:3.12 21:25:42 ---> d10569e2745f 21:25:42 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:25:42 ---> Running in ccc5e1ea5ac4 21:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:43 Removing intermediate container ccc5e1ea5ac4 21:25:43 ---> f056d185ff46 21:25:43 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:25:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:43 ---> Running in 360a009fa4d2 21:25:44 (1/5) Installing ca-certificates (20191127-r4) 21:25:44 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:25:44 (3/5) Installing libcurl (7.69.1-r3) 21:25:44 (4/5) Installing curl (7.69.1-r3) 21:25:44 (5/5) Installing dumb-init (1.2.2-r1) 21:25:44 Executing busybox-1.31.1-r19.trigger 21:25:44 Executing ca-certificates-20191127-r4.trigger 21:25:44 OK: 7 MiB in 19 packages 21:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:46 (1/2) Installing dumb-init (1.2.2-r1) 21:25:46 (2/2) Installing su-exec (0.2-r1) 21:25:46 Executing busybox-1.31.1-r19.trigger 21:25:46 OK: 5 MiB in 16 packages 21:25:47 Removing intermediate container 825d496ec1b9 21:25:47 ---> 8fc83a30bf76 21:25:47 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:25:47 ---> Running in 1a50ea8fd8b0 21:25:48 Removing intermediate container 1a50ea8fd8b0 21:25:48 ---> abbad718fcb9 21:25:48 Step 13/24 : WORKDIR / 21:25:48 Removing intermediate container 360a009fa4d2 21:25:48 ---> 4279d7740cc4 21:25:48 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:25:49 ---> Running in 6a2fa7a8548c 21:25:49 ---> Running in 05f90d68b6e5 21:25:50 Removing intermediate container 6a2fa7a8548c 21:25:50 ---> 94c265459083 21:25:50 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:25:50 Removing intermediate container 05f90d68b6e5 21:25:50 ---> d739cbd64ebb 21:25:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:25:50 ---> Running in 16608f8f1fe0 21:25:51 ---> d0568fd42174 21:25:51 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:25:52 Removing intermediate container 16608f8f1fe0 21:25:52 ---> 657c48a8d1a5 21:25:52 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:25:52 ---> Running in e9fc9917feaf 21:25:53 ---> 3b55e394566c 21:25:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:25:56 ---> 2476af2c677f 21:25:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:25:56 Removing intermediate container 9400b6291dd2 21:25:56 ---> bb463a413955 21:25:56 21:25:56 Step 10/22 : FROM alpine:3.12 21:25:56 ---> d10569e2745f 21:25:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:25:56 ---> Using cache 21:25:56 ---> bb094c237551 21:25:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:25:56 ---> Using cache 21:25:56 ---> d95decb35859 21:25:56 Step 13/22 : ENV APP_PORT=48085 21:25:57 ---> Running in a6627f560587 21:25:57 Removing intermediate container e9fc9917feaf 21:25:57 ---> 6e5a4e07f14a 21:25:57 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:25:58 ---> Running in aae731b09a2c 21:25:58 Removing intermediate container a6627f560587 21:25:58 ---> c257349a8d32 21:25:58 Step 14/22 : EXPOSE $APP_PORT 21:25:58 ---> 1040c224af63 21:25:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:25:58 ---> Running in cc4c3ab8feb8 21:25:59 Removing intermediate container aae731b09a2c 21:25:59 ---> 5369896d6cee 21:25:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:25:59 Removing intermediate container cc4c3ab8feb8 21:25:59 ---> 3531dfc2e6a7 21:25:59 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:00 ---> dd4a6dc94958 21:26:00 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:26:00 ---> 2003d7524fda 21:26:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:26:00 ---> Running in 0a6185d550db 21:26:01 ---> 5bd179d38672 21:26:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:26:02 ---> ed34d75b74e4 21:26:02 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:26:02 ---> abffbe92a368 21:26:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:26:02 ---> Running in d9e4cf351326 21:26:04 ---> 710aa978b8ae 21:26:04 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:26:04 ---> Running in b4bd9aa9f8d7 21:26:04 Removing intermediate container 0a6185d550db 21:26:04 ---> 381b24310225 21:26:04 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:04 Removing intermediate container b4bd9aa9f8d7 21:26:04 ---> 0c6a7f9d2c8a 21:26:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:26:05 ---> Running in 3cf3e5fdd267 21:26:05 ---> 6786144942fe 21:26:05 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:26:05 Removing intermediate container 3cf3e5fdd267 21:26:05 ---> 1a36e584e73d 21:26:05 Step 20/22 : LABEL arch=arm64 21:26:05 ---> Running in 548fc689ae32 21:26:06 Removing intermediate container d9e4cf351326 21:26:06 ---> 68fe2af5bb73 21:26:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:26:06 ---> Running in 2df89fb73a76 21:26:06 Removing intermediate container 548fc689ae32 21:26:06 ---> 5454da569a04 21:26:06 Step 21/22 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:26:06 ---> Running in 88ba0ae882e4 21:26:06 Removing intermediate container 2df89fb73a76 21:26:06 ---> 77a4fe2a8b23 21:26:06 Step 22/24 : LABEL arch=arm64 21:26:07 ---> Running in 3b2687827c5c 21:26:07 Removing intermediate container 88ba0ae882e4 21:26:07 ---> d583c43b3c29 21:26:07 Step 22/22 : LABEL version=0.0.0 21:26:07 ---> Running in 0a01d0da4498 21:26:07 Removing intermediate container 3b2687827c5c 21:26:07 ---> 9877fe6ab173 21:26:07 ---> d4d418c8a515 21:26:07 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:26:07 Step 23/24 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:26:08 ---> Running in 0f0aa21d69eb 21:26:08 Removing intermediate container 0a01d0da4498 21:26:08 ---> 3877bd3e9627 21:26:08 21:26:09 Removing intermediate container 0f0aa21d69eb 21:26:09 ---> e36120c353c7 21:26:09 Step 24/24 : LABEL version=0.0.0 21:26:09 Successfully built 3877bd3e9627 21:26:09 ---> a51940e7732e 21:26:09 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:26:09 Successfully tagged docker-support-scheduler-go-arm64:latest 21:26:09  Building docker-support-scheduler-go ... done  ---> Running in 9f4d5d3b0ff4 21:26:10 Removing intermediate container 9f4d5d3b0ff4 21:26:10 ---> f0fc50350ec4 21:26:10 21:26:10 ---> 18999ac3f0bc 21:26:10 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:26:10 Successfully built f0fc50350ec4 21:26:10 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:26:11  Building docker-security-secretstore-setup-go ... done  ---> 3c285274f430 21:26:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:26:11 ---> Running in 0822aff48038 21:26:12 Removing intermediate container 0822aff48038 21:26:12 ---> 94d743de358a 21:26:12 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:26:13 ---> c1743dbdff7d 21:26:13 Step 26/31 : RUN chmod +x /entrypoint.sh 21:26:13 ---> Running in 3e8490e64288 21:26:17 Removing intermediate container 3e8490e64288 21:26:17 ---> 67de90018b3a 21:26:17 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:26:17 ---> Running in aa4129ff75f1 21:26:17 Removing intermediate container 644ec6b5228b 21:26:17 ---> 097106e7905c 21:26:17 21:26:17 Step 10/23 : FROM alpine:3.12 21:26:17 ---> d10569e2745f 21:26:17 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:26:17 ---> Running in e8e599aa9106 21:26:17 Removing intermediate container aa4129ff75f1 21:26:17 ---> 126cf30d0a19 21:26:17 Step 28/31 : CMD ["gate"] 21:26:18 ---> Running in 92866b91ca4f 21:26:18 Removing intermediate container e8e599aa9106 21:26:18 ---> 4091df20f0d0 21:26:18 Step 12/23 : ENV APP_PORT=48080 21:26:18 ---> Running in 19bcd692e1d4 21:26:18 Removing intermediate container 92866b91ca4f 21:26:18 ---> 7935b2276e72 21:26:18 Step 29/31 : LABEL arch=arm64 21:26:19 ---> Running in d7a953a12c59 21:26:19 Removing intermediate container 19bcd692e1d4 21:26:19 ---> f12cfebef521 21:26:19 Step 13/23 : EXPOSE $APP_PORT 21:26:19 ---> Running in 78dc17f434f5 21:26:19 Removing intermediate container d7a953a12c59 21:26:19 ---> 6e7e8a9d0f0d 21:26:19 Step 30/31 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:26:20 ---> Running in 0c27996ba3c1 21:26:20 Removing intermediate container 78dc17f434f5 21:26:20 ---> 7ec341d7f391 21:26:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:26:20 ---> Running in 8f8fd2551e4e 21:26:20 Removing intermediate container 0c27996ba3c1 21:26:20 ---> 18bbc039e4e0 21:26:20 Step 31/31 : LABEL version=0.0.0 21:26:21 ---> Running in 69c6afb07a7d 21:26:21 Removing intermediate container 69c6afb07a7d 21:26:21 ---> 44716bd74315 21:26:21 21:26:22 Successfully built 44716bd74315 21:26:22 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:26:22  Building docker-security-bootstrapper-go ... done Removing intermediate container 8f8fd2551e4e 21:26:22 ---> ca28e26720d9 21:26:22 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:26:22 ---> Running in 8737a2736d16 21:26:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:26:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:26:25 (1/6) Installing dumb-init (1.2.2-r1) 21:26:25 (2/6) Installing libgcc (9.3.0-r2) 21:26:25 (3/6) Installing libsodium (1.0.18-r0) 21:26:26 (4/6) Installing libstdc++ (9.3.0-r2) 21:26:26 (5/6) Installing libzmq (4.3.3-r0) 21:26:26 (6/6) Installing zeromq (4.3.3-r0) 21:26:26 Executing busybox-1.31.1-r19.trigger 21:26:26 OK: 8 MiB in 20 packages 21:26:28 Removing intermediate container 8737a2736d16 21:26:28 ---> c16d347faaa4 21:26:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:28 ---> f32c3757475a 21:26:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:26:30 ---> f764ab99df0b 21:26:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:26:31 ---> 107bd76e085f 21:26:31 Step 19/23 : ENTRYPOINT ["/core-data"] 21:26:31 ---> Running in bad156a0adc1 21:26:31 Removing intermediate container bad156a0adc1 21:26:31 ---> 41c640da3619 21:26:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:26:31 ---> Running in 9ff74711be4f 21:26:32 Removing intermediate container 9ff74711be4f 21:26:32 ---> 0ca7227f4c77 21:26:32 Step 21/23 : LABEL arch=arm64 21:26:32 ---> Running in 21358af5a9a3 21:26:33 Removing intermediate container 21358af5a9a3 21:26:33 ---> c5ccbbbc4888 21:26:33 Step 22/23 : LABEL git_sha=5bbfc04f846edbd50b224d995a0b199b5c323db6 21:26:33 ---> Running in 759f02d1c9f4 21:26:33 Removing intermediate container 759f02d1c9f4 21:26:33 ---> 43de4babca68 21:26:33 Step 23/23 : LABEL version=0.0.0 21:26:33 ---> Running in 66b3122d3278 21:26:34 Removing intermediate container 66b3122d3278 21:26:34 ---> eb087091ab5d 21:26:34 21:26:34 Successfully built eb087091ab5d 21:26:34 Successfully tagged docker-core-data-go-arm64:latest 21:26:35  Building docker-core-data-go ... done  [Pipeline] } 21:26:35 $ docker stop --time=1 6f45dad8d807da03752123800e82c7136ad008aaab40e9fa73f5e2a1d8abcefd 21:26:37 $ docker rm -f 6f45dad8d807da03752123800e82c7136ad008aaab40e9fa73f5e2a1d8abcefd [Pipeline] // withDockerContainer [Pipeline] sh 21:26:37 + + docker images 21:26:37 grep docker 21:26:38 docker-core-data-go-arm64 latest eb087091ab5d 4 seconds ago 21.3MB 21:26:38 docker-security-bootstrapper-go-arm64 latest 44716bd74315 16 seconds ago 17.8MB 21:26:38 docker-security-secretstore-setup-go-arm64 latest f0fc50350ec4 28 seconds ago 23.7MB 21:26:38 docker-support-scheduler-go-arm64 latest 3877bd3e9627 29 seconds ago 16.3MB 21:26:38 docker-sys-mgmt-agent-go-arm64 latest 8d50151f1dca 2 minutes ago 300MB 21:26:38 docker-core-metadata-go-arm64 latest e5be9e358b96 3 minutes ago 17.9MB 21:26:38 docker-core-command-go-arm64 latest cc37671587e3 3 minutes ago 16.2MB 21:26:38 docker-support-notifications-go-arm64 latest 74b484b49871 3 minutes ago 16.9MB 21:26:38 docker-security-proxy-setup-go-arm64 latest 03206a227edb 3 minutes ago 23.4MB 21:26:38 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:26:39 ---> job-cost.sh 21:26:39 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Rxue 21:27:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:29:17 lf-activate-venv(): INFO: Adding /tmp/venv-Rxue/bin to PATH 21:29:17 INFO: No Stack... 21:29:17 INFO: Retrieving Pricing Info for: lf-standard-4 21:29:17 INFO: Archiving Costs [Pipeline] sh 21:29:18 + cut -d, -f6 21:29:18 + cat /w/workspace/edgex-go/19/archives/cost.csv [Pipeline] lock 21:29:18 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-19-stack-cost] 21:29:18 Resource [jenkins-edgexfoundry-edgex-go-PR-3208-19-stack-cost] did not exist. Created. 21:29:18 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-19-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:29:18 + echo total: 0.20999999344348907 [Pipeline] stash 21:29:19 Stashed 1 file(s) [Pipeline] } 21:29:19 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-19-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 21:29:20 provisioning config files... 21:29:20 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config6429082860210834807tmp [Pipeline] { [Pipeline] sh 21:29:20 + set +x 21:29:20 + curl -s https://codecov.io/bash 21:29:20 + bash -s -- 21:29:21 21:29:21 _____ _ 21:29:21 / ____| | | 21:29:21 | | ___ __| | ___ ___ _____ __ 21:29:21 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:29:21 | |___| (_) | (_| | __/ (_| (_) \ V / 21:29:21 \_____\___/ \__,_|\___|\___\___/ \_/ 21:29:21 Bash-20210309-2b87ace 21:29:21 21:29:21 21:29:21 ==> git version 2.24.3 found 21:29:21 ==> 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 21:29:21 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:29:21 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:29:21 curl: option -sm: expected a proper numerical parameter 21:29:21 curl: try 'curl --help' or 'curl --manual' for more information 21:29:21 ==> Jenkins CI detected. 21:29:21 project root: . 21:29:21 --> token set from env 21:29:21 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:29:21 ==> Running gcov in . (disable via -X gcov) 21:29:21 ==> Python coveragepy not found 21:29:21 ==> Searching for coverage reports in: 21:29:21 + . 21:29:21 -> Found 1 reports 21:29:21 ==> Detecting git/mercurial file structure 21:29:21 ==> Reading reports 21:29:21 + ./coverage.out bytes=635765 21:29:21 ==> Appending adjustments 21:29:21 https://docs.codecov.io/docs/fixing-reports 21:29:25 + Found adjustments 21:29:25 ==> Gzipping contents 21:29:25 92K /tmp/codecov.PhV2gM.gz 21:29:25 ==> Uploading reports 21:29:25 url: https://codecov.io 21:29:25 query: branch=PR-3208&commit=5bbfc04f846edbd50b224d995a0b199b5c323db6&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 21:29:25 -> Pinging Codecov 21:29:25 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=5bbfc04f846edbd50b224d995a0b199b5c323db6&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 21:29:25 -> Uploading to 21:29:25 https://storage.googleapis.com/codecov/v4/raw/2021-03-15/00271124DB129430A58F1EEE437C3FCB/5bbfc04f846edbd50b224d995a0b199b5c323db6/f0b29b7f-4e78-4b88-8d93-94af169aef5b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T212925Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=95fb840e69698f545ab616481495b2e42942280fa4125f56134337d86af94cc3 21:29:25 % Total % Received % Xferd Average Speed Time Time Time Current 21:29:25 Dload Upload Total Spent Left Speed 21:29:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 93498 0 0 100 93498 0 159k --:--:-- --:--:-- --:--:-- 159k 21:29:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/5bbfc04f846edbd50b224d995a0b199b5c323db6 [Pipeline] } 21:29:26 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 21:29:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:29:29 ---> package-listing.sh 21:29:29 ++ facter osfamily 21:29:29 ++ tr '[:upper:]' '[:lower:]' 21:29:29 + OS_FAMILY=redhat 21:29:29 + workspace=/w/workspace/edgex-go/19 21:29:29 + START_PACKAGES=/tmp/packages_start.txt 21:29:29 + END_PACKAGES=/tmp/packages_end.txt 21:29:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:29:29 + PACKAGES=/tmp/packages_start.txt 21:29:29 + '[' /w/workspace/edgex-go/19 ']' 21:29:29 + PACKAGES=/tmp/packages_end.txt 21:29:29 + case "${OS_FAMILY}" in 21:29:29 + rpm -qa 21:29:29 + sort 21:29:34 + '[' -f /tmp/packages_start.txt ']' 21:29:34 + '[' -f /tmp/packages_end.txt ']' 21:29:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:29:34 + '[' /w/workspace/edgex-go/19 ']' 21:29:34 + mkdir -p /w/workspace/edgex-go/19/archives/ 21:29:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo 21:29:34 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:29:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:29:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:29:35 21:29:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:29:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:29:35 alpine: Pulling from edgex-lftools-log-publisher 21:29:35 df20fa9351a1: Pulling fs layer 21:29:35 36b3adc4ff6f: Pulling fs layer 21:29:35 8ad3a11d3b57: Pulling fs layer 21:29:35 46f8f816bc3b: Pulling fs layer 21:29:35 93b61091891f: Pulling fs layer 21:29:35 93b9cdb0e59b: Pulling fs layer 21:29:35 5e14af77c1be: Pulling fs layer 21:29:35 01666e4c0597: Pulling fs layer 21:29:35 aa168da1d23b: Pulling fs layer 21:29:35 46f8f816bc3b: Waiting 21:29:35 5e14af77c1be: Waiting 21:29:35 93b61091891f: Waiting 21:29:35 93b9cdb0e59b: Waiting 21:29:35 aa168da1d23b: Waiting 21:29:36 36b3adc4ff6f: Verifying Checksum 21:29:36 36b3adc4ff6f: Download complete 21:29:36 46f8f816bc3b: Verifying Checksum 21:29:36 46f8f816bc3b: Download complete 21:29:36 df20fa9351a1: Download complete 21:29:36 93b61091891f: Verifying Checksum 21:29:36 93b61091891f: Download complete 21:29:36 93b9cdb0e59b: Verifying Checksum 21:29:36 93b9cdb0e59b: Download complete 21:29:36 5e14af77c1be: Verifying Checksum 21:29:36 5e14af77c1be: Download complete 21:29:36 01666e4c0597: Verifying Checksum 21:29:36 01666e4c0597: Download complete 21:29:36 8ad3a11d3b57: Verifying Checksum 21:29:36 8ad3a11d3b57: Download complete 21:29:36 df20fa9351a1: Pull complete 21:29:36 36b3adc4ff6f: Pull complete 21:29:38 aa168da1d23b: Verifying Checksum 21:29:38 aa168da1d23b: Download complete 21:29:38 8ad3a11d3b57: Pull complete 21:29:38 46f8f816bc3b: Pull complete 21:29:40 93b61091891f: Pull complete 21:29:40 93b9cdb0e59b: Pull complete 21:29:40 5e14af77c1be: Pull complete 21:29:40 01666e4c0597: Pull complete 21:29:47 aa168da1d23b: Pull complete 21:29:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:29:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:29:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:29:47 prd-centos7-docker-4c-2g-29847 does not seem to be running inside a container 21:29:47 $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:29:57 $ docker top 61e305359a995bc7c0c2fd850b1a95c51620b8c5b214b9493dffd9d31a7bc9d2 -eo pid,comm [Pipeline] { [Pipeline] sh 21:29:58 + touch /tmp/pre-build-complete [Pipeline] sh 21:29:58 + mkdir -p /var/log/sa [Pipeline] sh 21:29:58 + ls /var/log/sa-host 21:29:58 + sadf -c /var/log/sa-host/sa15 21:29:58 file_magic: OK 21:29:58 HZ: Using current value: 100 21:29:58 file_header: OK 21:29:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:29:58 Statistics: 21:29:58 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:29:58 File successfully converted to sysstat format version 12.2.1 21:29:58 + sadf -c /var/log/sa-host/sa23 21:29:58 file_magic: OK 21:29:58 HZ: Using current value: 100 21:29:58 file_header: OK 21:29:58 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 21:29:58 Statistics: 21:29:58 Hnuu...uuuununununu... 21:29:58 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:29:59 provisioning config files... 21:29:59 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config433714427124983245tmp [Pipeline] { [Pipeline] echo 21:29:59 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:29:59 ---> create-netrc.sh [Pipeline] } 21:29:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:29:59 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:29:59 ---> python-tools-install.sh [Pipeline] echo 21:29:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:30:00 ---> sudo-logs.sh 21:30:00 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:30:00 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:30:00 ---> job-cost.sh 21:30:00 lf-activate-venv: SKIPPING 21:30:00 DEBUG: total: 0.20999999344348907 21:30:00 INFO: Retrieving Stack Cost... 21:30:01 INFO: Retrieving Pricing Info for: v1-standard-2 21:30:02 INFO: Archiving Costs [Pipeline] echo 21:30:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:30:02 ---> logs-deploy.sh 21:30:02 lf-activate-venv: SKIPPING 21:30:02 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/19 21:30:02 INFO: archiving workspace using pattern(s): 21:30:04 Archives upload complete. 21:30:04 INFO: archiving logs to Nexus 21:30:05 ---> uname -a: 21:30:05 Linux prd-centos7-docker-4c-2g-29847.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:30:05 21:30:05 21:30:05 ---> lscpu: 21:30:05 Architecture: x86_64 21:30:05 CPU op-mode(s): 32-bit, 64-bit 21:30:05 Byte Order: Little Endian 21:30:05 Address sizes: 40 bits physical, 48 bits virtual 21:30:05 CPU(s): 4 21:30:05 On-line CPU(s) list: 0-3 21:30:05 Thread(s) per core: 1 21:30:05 Core(s) per socket: 1 21:30:05 Socket(s): 4 21:30:05 NUMA node(s): 1 21:30:05 Vendor ID: GenuineIntel 21:30:05 CPU family: 6 21:30:05 Model: 44 21:30:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:30:05 Stepping: 1 21:30:05 CPU MHz: 2933.436 21:30:05 BogoMIPS: 5866.87 21:30:05 Virtualization: VT-x 21:30:05 Hypervisor vendor: KVM 21:30:05 Virtualization type: full 21:30:05 L1d cache: 128 KiB 21:30:05 L1i cache: 128 KiB 21:30:05 L2 cache: 16 MiB 21:30:05 L3 cache: 64 MiB 21:30:05 NUMA node0 CPU(s): 0-3 21:30:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:30:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:30:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:30:05 Vulnerability Meltdown: Mitigation; PTI 21:30:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:30:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:30:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:30:05 Vulnerability Srbds: Not affected 21:30:05 Vulnerability Tsx async abort: Not affected 21:30:05 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 21:30:05 21:30:05 21:30:05 ---> nproc: 21:30:05 4 21:30:05 21:30:05 21:30:05 ---> df -h: 21:30:05 Filesystem Size Used Available Use% Mounted on 21:30:05 overlay 50.0G 12.2G 37.8G 24% / 21:30:05 tmpfs 64.0M 0 64.0M 0% /dev 21:30:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:30:05 shm 64.0M 0 64.0M 0% /dev/shm 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/19 21:30:05 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/19@tmp 21:30:05 21:30:05 21:30:05 ---> free -m: 21:30:05 total used free shared buff/cache available 21:30:05 Mem: 1837 675 127 0 1034 1079 21:30:05 Swap: 1023 83 940 21:30:05 21:30:05 21:30:05 ---> ip addr: 21:30:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:30:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:30:05 inet 127.0.0.1/8 scope host lo 21:30:05 valid_lft forever preferred_lft forever 21:30:05 inet6 ::1/128 scope host 21:30:05 valid_lft forever preferred_lft forever 21:30:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:30:05 link/ether fa:16:3e:a4:5e:cb brd ff:ff:ff:ff:ff:ff 21:30:05 inet 10.30.123.120/23 brd 10.30.123.255 scope global dynamic eth0 21:30:05 valid_lft 84817sec preferred_lft 84817sec 21:30:05 inet6 fe80::f816:3eff:fea4:5ecb/64 scope link 21:30:05 valid_lft forever preferred_lft forever 21:30:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:30:05 link/ether 02:42:f8:b4:54:4d brd ff:ff:ff:ff:ff:ff 21:30:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:30:05 valid_lft forever preferred_lft forever 21:30:05 inet6 fe80::42:f8ff:feb4:544d/64 scope link 21:30:05 valid_lft forever preferred_lft forever 21:30:05 21:30:05 21:30:05 ---> sar -b -r -n DEV: 21:30:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) 21:30:05 21:30:05 21:03:25 LINUX RESTART (4 CPU) 21:30:05 21:30:05 21:04:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:30:05 21:05:01 79.74 31.00 48.73 0.00 7413.94 9345.53 0.00 21:30:05 21:06:01 202.13 95.31 106.82 0.00 6773.45 44479.74 0.00 21:30:05 21:07:01 215.83 77.40 138.44 0.00 3313.64 17951.68 0.00 21:30:05 21:08:01 111.07 27.74 83.34 0.00 1101.83 10152.56 0.00 21:30:05 21:09:01 143.81 66.38 77.43 0.00 3406.52 11117.68 0.00 21:30:05 21:10:02 454.02 245.36 208.66 0.00 71413.52 141148.68 0.00 21:30:05 21:11:02 2458.25 2107.75 350.50 0.00 156328.79 163785.91 0.00 21:30:05 21:12:01 523.62 339.52 184.10 0.00 20549.10 35441.01 0.00 21:30:05 21:13:02 1443.46 1078.01 365.45 0.00 112608.61 137918.85 0.00 21:30:05 21:14:01 1125.60 833.05 292.56 0.00 65641.59 78798.31 0.00 21:30:05 21:15:01 152.44 24.63 127.81 0.00 3353.90 18842.60 0.00 21:30:05 21:16:01 1.91 0.57 1.35 0.00 5.86 19.26 0.00 21:30:05 21:17:01 0.53 0.25 0.28 0.00 4.80 3.68 0.00 21:30:05 21:18:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 21:30:05 21:19:01 1.96 1.75 0.22 0.00 61.80 3.50 0.00 21:30:05 21:20:01 0.88 0.07 0.82 0.00 1.87 16.19 0.00 21:30:05 21:21:01 0.28 0.00 0.28 0.00 0.00 3.13 0.00 21:30:05 21:22:01 0.28 0.03 0.25 0.00 0.80 2.48 0.00 21:30:05 21:23:01 0.22 0.02 0.20 0.00 0.13 1.78 0.00 21:30:05 21:24:02 0.27 0.00 0.27 0.00 0.00 3.26 0.00 21:30:05 21:25:01 0.24 0.02 0.22 0.00 0.27 2.49 0.00 21:30:05 21:26:01 0.28 0.00 0.28 0.00 0.00 3.30 0.00 21:30:05 21:27:01 0.27 0.02 0.25 0.00 0.53 2.56 0.00 21:30:05 21:28:01 0.18 0.00 0.18 0.00 0.00 1.37 0.00 21:30:05 21:29:01 0.32 0.00 0.32 0.00 0.00 3.43 0.00 21:30:05 Average: 276.50 196.91 79.58 0.00 18110.59 26849.70 0.00 21:30:05 21:30:05 21:04:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:30:05 21:05:01 70052 0 676216 35.94 2620 1132656 1310820 44.74 526876 1079984 20256 21:30:05 21:06:01 85736 0 703364 37.38 1884 1090560 1425940 48.66 561772 993172 44464 21:30:05 21:07:01 104168 0 788312 41.90 1492 987572 1630648 55.65 624448 873512 85040 21:30:05 21:08:01 177764 0 800740 42.56 668 902372 1790064 61.09 679464 735924 77676 21:30:05 21:09:01 208316 0 757472 40.26 556 915200 1420448 48.48 623512 754616 11464 21:30:05 21:10:02 79072 0 806248 42.85 84 996140 2259772 77.12 640320 957068 56108 21:30:05 21:11:02 70296 0 802948 42.67 4 1008296 2155448 73.56 770116 806260 61508 21:30:05 21:12:01 372700 0 767028 40.77 4 741812 2391356 81.61 531796 725160 2808 21:30:05 21:13:02 88744 0 737028 39.17 4 1055768 2114628 72.17 596824 962172 77324 21:30:05 21:14:01 388564 0 637776 33.90 4 855200 1811036 61.81 429040 827976 0 21:30:05 21:15:01 155120 0 589216 31.32 4 1137204 1192228 40.69 473404 1006380 20 21:30:05 21:16:01 158212 0 586104 31.15 4 1137224 1163528 39.71 472020 1005512 16 21:30:05 21:17:01 157668 0 586640 31.18 4 1137232 1163540 39.71 472236 1005668 8 21:30:05 21:18:01 158324 0 585968 31.14 4 1137248 1163516 39.71 472172 1005680 8 21:30:05 21:19:01 156924 0 586204 31.16 4 1138412 1163432 39.71 472104 1006292 16 21:30:05 21:20:01 156868 0 586256 31.16 4 1138416 1163480 39.71 472308 1006312 8 21:30:05 21:21:01 156916 0 586196 31.16 4 1138428 1163432 39.71 472244 1006316 8 21:30:05 21:22:01 156684 0 586428 31.17 4 1138428 1163432 39.71 472248 1006332 8 21:30:05 21:23:01 156932 0 586164 31.15 4 1138444 1163432 39.71 472256 1006340 16 21:30:05 21:24:02 156700 0 586392 31.17 4 1138448 1163432 39.71 472136 1006344 8 21:30:05 21:25:01 156540 0 586548 31.17 4 1138452 1163516 39.71 472220 1006344 8 21:30:05 21:26:01 156644 0 586428 31.17 4 1138468 1163432 39.71 472396 1006352 12 21:30:05 21:27:01 156552 0 586528 31.17 4 1138460 1163432 39.71 472272 1006356 8 21:30:05 21:28:01 156684 0 586376 31.16 4 1138480 1163432 39.71 472280 1006368 8 21:30:05 21:29:01 156808 0 586244 31.16 4 1138488 1163432 39.71 472164 1006368 8 21:30:05 Average: 159960 0 650993 34.60 295 1070296 1431634 48.86 522745 952352 17472 21:30:05 21:30:05 21:04:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:30:05 21:05:01 veth140df10 151.08 119.25 16.57 355.07 0.00 0.00 0.00 0.00 21:30:05 21:05:01 eth0 1113.77 879.85 4106.17 140.30 0.00 0.00 0.00 0.00 21:30:05 21:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:05:01 docker0 151.08 119.15 14.50 355.06 0.00 0.00 0.00 0.00 21:30:05 21:06:01 eth0 1016.20 1043.54 5385.96 105.72 0.00 0.00 0.00 0.00 21:30:05 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:06:01 vethbe191f1 25.95 36.32 1.74 206.98 0.00 0.00 0.00 0.00 21:30:05 21:06:01 docker0 762.87 680.47 59.07 2540.98 0.00 0.00 0.00 0.00 21:30:05 21:07:01 vethbd753cf 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:30:05 21:07:01 eth0 184.40 150.32 650.62 22.53 0.00 0.00 0.00 0.00 21:30:05 21:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:07:01 docker0 132.98 153.51 9.82 622.94 0.00 0.00 0.00 0.00 21:30:05 21:08:01 vethbd753cf 1.63 1.63 0.13 0.13 0.00 0.00 0.00 0.00 21:30:05 21:08:01 eth0 37.58 24.06 21.70 65.86 0.00 0.00 0.00 0.00 21:30:05 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:08:01 docker0 1.63 1.63 0.11 0.13 0.00 0.00 0.00 0.00 21:30:05 21:09:01 vethbd753cf 0.80 0.80 0.06 0.06 0.00 0.00 0.00 0.00 21:30:05 21:09:01 eth0 26.22 12.80 19.60 10.35 0.00 0.00 0.00 0.00 21:30:05 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:09:01 docker0 0.80 0.80 0.05 0.06 0.00 0.00 0.00 0.00 21:30:05 21:10:02 eth0 210.42 164.86 1669.35 72.83 0.00 0.00 0.00 0.00 21:30:05 21:10:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:10:02 veth459385d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:30:05 21:10:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:11:02 veth72e8dd1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:11:02 eth0 61.19 40.65 165.13 53.07 0.00 0.00 0.00 0.00 21:30:05 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:11:02 veth459385d 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 21:30:05 21:12:01 vethadf98d8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:12:01 eth0 29.15 15.50 93.13 8.83 0.00 0.00 0.00 0.00 21:30:05 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:12:01 veth459385d 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:13:02 vethd5c9c94 0.63 0.80 0.04 3.47 0.00 0.00 0.00 0.00 21:30:05 21:13:02 vethc10ef9f 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 21:30:05 21:13:02 eth0 85.31 52.53 172.51 78.77 0.00 0.00 0.00 0.00 21:30:05 21:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:14:01 eth0 55.53 33.00 94.09 62.05 0.00 0.00 0.00 0.00 21:30:05 21:14:01 veth6454158 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:14:01 veth459385d 0.00 0.86 0.00 0.04 0.00 0.00 0.00 0.00 21:30:05 21:15:01 eth0 214.18 144.17 1692.63 23.11 0.00 0.00 0.00 0.00 21:30:05 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:15:01 docker0 1117.64 1090.35 87.48 4335.88 0.00 0.00 0.00 0.00 21:30:05 21:16:01 eth0 1.03 0.30 0.32 0.17 0.00 0.00 0.00 0.00 21:30:05 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:17:01 eth0 1.27 0.38 0.35 0.24 0.00 0.00 0.00 0.00 21:30:05 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:18:01 eth0 0.95 0.22 0.32 0.19 0.00 0.00 0.00 0.00 21:30:05 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:19:01 eth0 0.18 0.07 0.02 0.01 0.00 0.00 0.00 0.00 21:30:05 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:20:01 eth0 0.33 0.18 0.15 0.07 0.00 0.00 0.00 0.00 21:30:05 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:21:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:05 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:22:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:30:05 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:23:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:30:05 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:24:02 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:24:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:25:01 eth0 0.27 0.17 0.14 0.07 0.00 0.00 0.00 0.00 21:30:05 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:26:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:30:05 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:27:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:30:05 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:28:01 eth0 0.58 0.05 0.04 0.00 0.00 0.00 0.00 0.00 21:30:05 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:29:01 eth0 1.33 0.07 0.13 0.00 0.00 0.00 0.00 0.00 21:30:05 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 Average: eth0 121.28 102.28 562.62 25.75 0.00 0.00 0.00 0.00 21:30:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:05 Average: docker0 44.80 43.70 3.51 173.79 0.00 0.00 0.00 0.00 21:30:05 21:30:05 21:30:05 ---> sar -P ALL: 21:30:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/15/21 _x86_64_ (4 CPU) 21:30:05 21:30:05 21:03:25 LINUX RESTART (4 CPU) 21:30:05 21:30:05 21:04:02 CPU %user %nice %system %iowait %steal %idle 21:30:05 21:05:01 all 15.08 0.00 5.92 2.01 0.28 76.71 21:30:05 21:05:01 0 15.16 0.00 6.55 0.70 0.25 77.34 21:30:05 21:05:01 1 16.02 0.00 5.80 0.57 0.28 77.33 21:30:05 21:05:01 2 13.88 0.00 6.14 2.09 0.33 77.56 21:30:05 21:05:01 3 15.27 0.00 5.19 4.67 0.26 74.61 21:30:05 21:06:01 all 14.79 0.00 8.64 1.71 0.35 74.51 21:30:05 21:06:01 0 17.58 0.00 9.80 0.78 0.30 71.53 21:30:05 21:06:01 1 15.47 0.00 8.26 1.60 0.28 74.40 21:30:05 21:06:01 2 11.30 0.00 7.37 1.25 0.41 79.67 21:30:05 21:06:01 3 14.85 0.00 9.14 3.20 0.43 72.38 21:30:05 21:07:01 all 17.42 0.00 8.27 5.45 0.46 68.40 21:30:05 21:07:01 0 17.04 0.00 7.60 5.85 0.45 69.07 21:30:05 21:07:01 1 17.50 0.00 8.52 4.58 0.48 68.92 21:30:05 21:07:01 2 18.69 0.00 7.78 5.78 0.41 67.34 21:30:05 21:07:01 3 16.46 0.00 9.18 5.59 0.50 68.27 21:30:05 21:08:01 all 52.94 0.00 13.50 3.97 0.98 28.61 21:30:05 21:08:01 0 51.63 0.00 13.31 3.84 0.92 30.30 21:30:05 21:08:01 1 53.05 0.00 13.48 4.81 0.91 27.75 21:30:05 21:08:01 2 52.58 0.00 13.58 3.58 1.12 29.14 21:30:05 21:08:01 3 54.50 0.00 13.63 3.64 0.99 27.25 21:30:05 21:09:01 all 51.34 0.00 15.24 4.30 0.71 28.42 21:30:05 21:09:01 0 50.06 0.00 15.38 2.12 0.74 31.70 21:30:05 21:09:01 1 50.87 0.00 14.97 5.75 0.77 27.63 21:30:05 21:09:01 2 53.56 0.00 15.64 4.43 0.70 25.68 21:30:05 21:09:01 3 50.85 0.00 14.95 4.91 0.63 28.65 21:30:05 21:10:02 all 22.29 0.00 21.63 3.91 0.77 51.40 21:30:05 21:10:02 0 22.77 0.00 20.84 3.48 0.83 52.09 21:30:05 21:10:02 1 21.77 0.00 21.03 3.78 0.76 52.67 21:30:05 21:10:02 2 22.19 0.00 21.93 5.04 0.76 50.09 21:30:05 21:10:02 3 22.43 0.00 22.70 3.35 0.76 50.76 21:30:05 21:11:02 all 20.02 0.00 29.12 24.30 1.52 25.04 21:30:05 21:11:02 0 19.52 0.00 29.11 24.53 1.52 25.32 21:30:05 21:11:02 1 19.39 0.00 29.28 24.05 1.53 25.75 21:30:05 21:11:02 2 20.16 0.00 28.51 23.58 1.57 26.18 21:30:05 21:11:02 3 21.02 0.00 29.59 25.06 1.45 22.88 21:30:05 21:12:01 all 65.37 0.00 18.58 10.51 0.61 4.93 21:30:05 21:12:01 0 65.32 0.00 19.00 9.69 0.67 5.32 21:30:05 21:12:01 1 65.20 0.00 17.88 9.66 0.64 6.62 21:30:05 21:12:01 2 66.09 0.00 17.66 10.12 0.57 5.56 21:30:05 21:12:01 3 64.85 0.00 19.83 12.59 0.53 2.19 21:30:05 21:13:02 all 35.12 0.00 27.31 16.89 0.68 20.00 21:30:05 21:13:02 0 36.26 0.00 27.76 18.46 0.63 16.89 21:30:05 21:13:02 1 36.00 0.00 25.91 18.51 0.82 18.76 21:30:05 21:13:02 2 33.86 0.00 28.35 13.80 0.63 23.37 21:30:05 21:13:02 3 34.34 0.00 27.23 16.77 0.66 20.99 21:30:05 21:14:01 all 34.42 0.00 19.98 20.08 0.61 24.91 21:30:05 21:14:01 0 36.46 0.00 19.62 17.60 0.54 25.79 21:30:05 21:14:01 1 33.74 0.00 20.93 25.48 0.65 19.20 21:30:05 21:14:01 2 34.44 0.00 20.09 19.75 0.59 25.13 21:30:05 21:14:01 3 33.02 0.00 19.29 17.47 0.66 29.57 21:30:05 21:15:01 all 8.69 0.00 6.59 4.97 0.24 79.51 21:30:05 21:15:01 0 10.36 0.00 6.82 5.55 0.20 77.07 21:30:05 21:15:01 1 7.13 0.00 6.01 5.71 0.24 80.91 21:30:05 21:15:01 2 8.50 0.00 6.25 4.28 0.26 80.72 21:30:05 21:15:01 3 8.79 0.00 7.26 4.35 0.26 79.34 21:30:05 21:30:05 21:15:01 CPU %user %nice %system %iowait %steal %idle 21:30:05 21:16:01 all 0.15 0.00 0.04 0.01 0.00 99.80 21:30:05 21:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:30:05 21:16:01 1 0.03 0.00 0.05 0.02 0.00 99.90 21:30:05 21:16:01 2 0.23 0.00 0.02 0.02 0.00 99.73 21:30:05 21:16:01 3 0.32 0.00 0.07 0.02 0.00 99.60 21:30:05 21:17:01 all 0.18 0.00 0.14 0.01 0.02 99.65 21:30:05 21:17:01 0 0.05 0.00 0.13 0.00 0.02 99.80 21:30:05 21:17:01 1 0.05 0.00 0.13 0.03 0.02 99.77 21:30:05 21:17:01 2 0.07 0.00 0.15 0.00 0.03 99.75 21:30:05 21:17:01 3 0.55 0.00 0.13 0.00 0.03 99.28 21:30:05 21:18:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:30:05 21:18:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:30:05 21:18:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:30:05 21:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:30:05 21:18:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:30:05 21:19:01 all 0.08 0.00 0.07 0.02 0.02 99.82 21:30:05 21:19:01 0 0.05 0.00 0.03 0.02 0.02 99.88 21:30:05 21:19:01 1 0.03 0.00 0.05 0.00 0.00 99.92 21:30:05 21:19:01 2 0.03 0.00 0.07 0.00 0.02 99.88 21:30:05 21:19:01 3 0.18 0.00 0.13 0.07 0.03 99.58 21:30:05 21:20:01 all 0.04 0.00 0.03 0.00 0.00 99.93 21:30:05 21:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:30:05 21:20:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:30:05 21:20:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:30:05 21:20:01 3 0.08 0.00 0.03 0.00 0.00 99.88 21:30:05 21:21:01 all 0.15 0.00 0.05 0.00 0.00 99.80 21:30:05 21:21:01 0 0.02 0.00 0.03 0.00 0.00 99.95 21:30:05 21:21:01 1 0.05 0.00 0.03 0.00 0.00 99.92 21:30:05 21:21:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:30:05 21:21:01 3 0.48 0.00 0.07 0.00 0.00 99.45 21:30:05 21:22:01 all 0.15 0.00 0.02 0.00 0.00 99.82 21:30:05 21:22:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:30:05 21:22:01 1 0.02 0.00 0.02 0.00 0.02 99.95 21:30:05 21:22:01 2 0.03 0.00 0.05 0.02 0.00 99.90 21:30:05 21:22:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:30:05 21:23:01 all 0.15 0.00 0.02 0.00 0.01 99.82 21:30:05 21:23:01 0 0.03 0.00 0.02 0.00 0.02 99.93 21:30:05 21:23:01 1 0.02 0.00 0.00 0.00 0.00 99.98 21:30:05 21:23:01 2 0.03 0.00 0.05 0.00 0.02 99.90 21:30:05 21:23:01 3 0.50 0.00 0.03 0.00 0.02 99.45 21:30:05 21:24:02 all 0.15 0.00 0.02 0.00 0.00 99.83 21:30:05 21:24:02 0 0.02 0.00 0.02 0.00 0.00 99.97 21:30:05 21:24:02 1 0.05 0.00 0.03 0.00 0.00 99.92 21:30:05 21:24:02 2 0.03 0.00 0.03 0.00 0.00 99.93 21:30:05 21:24:02 3 0.50 0.00 0.00 0.00 0.00 99.50 21:30:05 21:25:01 all 0.14 0.00 0.02 0.00 0.00 99.83 21:30:05 21:25:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:30:05 21:25:01 1 0.00 0.00 0.02 0.00 0.00 99.98 21:30:05 21:25:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:30:05 21:25:01 3 0.51 0.00 0.02 0.00 0.00 99.48 21:30:05 21:26:01 all 0.12 0.00 0.03 0.00 0.00 99.84 21:30:05 21:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:30:05 21:26:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:30:05 21:26:01 2 0.05 0.00 0.05 0.00 0.00 99.90 21:30:05 21:26:01 3 0.40 0.00 0.05 0.00 0.00 99.55 21:30:05 21:30:05 21:26:01 CPU %user %nice %system %iowait %steal %idle 21:30:05 21:27:01 all 0.06 0.00 0.02 0.00 0.00 99.92 21:30:05 21:27:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:30:05 21:27:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:30:05 21:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:30:05 21:27:01 3 0.15 0.00 0.03 0.00 0.02 99.80 21:30:05 21:28:01 all 0.14 0.00 0.03 0.00 0.00 99.83 21:30:05 21:28:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:30:05 21:28:01 1 0.03 0.00 0.05 0.00 0.02 99.90 21:30:05 21:28:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:30:05 21:28:01 3 0.48 0.00 0.02 0.00 0.00 99.50 21:30:05 21:29:01 all 0.14 0.00 0.02 0.00 0.00 99.84 21:30:05 21:29:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:30:05 21:29:01 1 0.03 0.00 0.03 0.00 0.00 99.93 21:30:05 21:29:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:30:05 21:29:01 3 0.50 0.00 0.03 0.00 0.00 99.47 21:30:05 Average: all 13.06 0.00 6.75 3.76 0.28 76.14 21:30:05 Average: 0 13.19 0.00 6.78 3.54 0.27 76.21 21:30:05 Average: 1 12.94 0.00 6.65 4.00 0.29 76.12 21:30:05 Average: 2 12.98 0.00 6.72 3.60 0.29 76.42 21:30:05 Average: 3 13.16 0.00 6.87 3.88 0.28 75.82 21:30:05 21:30:05 21:30:05