Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e937d7012ee7f86ebd8e39eec8b349db9df0ae33+ebb2ea496306d9631a66da1b80e1549344472191 (66a3b5255d1c8f1d42cd4da3b22447aff515498e) 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 ‘prd-centos7-docker-4c-2g-29909’ Running on prd-centos7-docker-4c-2g-29915 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/22 [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/22 # 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 ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit e937d7012ee7f86ebd8e39eec8b349db9df0ae33 > 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 e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 Merge succeeded, producing e937d7012ee7f86ebd8e39eec8b349db9df0ae33 Checking out Revision e937d7012ee7f86ebd8e39eec8b349db9df0ae33 (PR-3208) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:55:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 6e99cd2d043b4c50517227a395efe2716fc4389d # timeout=10 02:55:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:55:48 ========================================================= 02:55:48 EdgeX Global Pipelines Version Info 02:55:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:55:50 ------------------- 02:55:50 stable info: 02:55:50 ------------------- 02:55:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:55:50 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:55:50 Message: update stable to v1.0.184 02:55:51 ------------------- 02:55:51 experimental info: 02:55:51 ------------------- 02:55:51 Commited By: **** collab-it+edgex@linuxfoundation.org 02:55:51 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:55:51 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:55:51 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:55:51 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:55:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:55:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:55:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:55:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:55:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [Pipeline] echo 02:55:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e937d70 [Pipeline] echo 02:55:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:55:54 provisioning config files... 02:55:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config2338127093923686208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:55:54 ---> docker-login.sh 02:55:54 nexus3.edgexfoundry.org:10001 02:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:55 Configure a credential helper to remove this warning. See 02:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:55 02:55:55 Login Succeeded 02:55:55 nexus3.edgexfoundry.org:10002 02:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:55 Configure a credential helper to remove this warning. See 02:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:55 02:55:55 Login Succeeded 02:55:55 nexus3.edgexfoundry.org:10003 02:55:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:55 Configure a credential helper to remove this warning. See 02:55:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:55 02:55:55 Login Succeeded 02:55:55 nexus3.edgexfoundry.org:10004 02:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:56 Configure a credential helper to remove this warning. See 02:55:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:56 02:55:56 Login Succeeded 02:55:56 docker.io 02:55:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:55:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:55:56 Configure a credential helper to remove this warning. See 02:55:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:55:56 02:55:56 Login Succeeded 02:55:56 ---> docker-login.sh ends [Pipeline] } 02:55:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:55:57 ++ 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 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ dirname cmd/core-command/Dockerfile 02:55:57 ++ cut -d/ -f2 02:55:57 + echo core-command,cmd/core-command/Dockerfile 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ dirname cmd/core-data/Dockerfile 02:55:57 ++ cut -d/ -f2 02:55:57 + echo core-data,cmd/core-data/Dockerfile 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ dirname cmd/core-metadata/Dockerfile 02:55:57 ++ cut -d/ -f2 02:55:57 + echo core-metadata,cmd/core-metadata/Dockerfile 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ dirname cmd/security-bootstrapper/Dockerfile 02:55:57 ++ cut -d/ -f2 02:55:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ dirname cmd/security-proxy-setup/Dockerfile 02:55:57 ++ cut -d/ -f2 02:55:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:55:57 ++ cut -d/ -f2 02:55:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ cut -d/ -f2 02:55:57 ++ dirname cmd/support-notifications/Dockerfile 02:55:57 + echo support-notifications,cmd/support-notifications/Dockerfile 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ dirname cmd/support-scheduler/Dockerfile 02:55:57 ++ cut -d/ -f2 02:55:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:55:57 + for file in '`ls cmd/**/Dockerfile`' 02:55:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:55:57 ++ cut -d/ -f2 02:55:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:55:57 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 02:55:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:58 02:55:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:55:59 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:55:59 latest: Pulling from edgex-devops/git-semver 02:55:59 31603596830f: Pulling fs layer 02:55:59 2a8b12db71e7: Pulling fs layer 02:55:59 6ca5941a6612: Pulling fs layer 02:55:59 ecc8261a40a4: Pulling fs layer 02:55:59 ecc8261a40a4: Waiting 02:55:59 2a8b12db71e7: Verifying Checksum 02:55:59 2a8b12db71e7: Download complete 02:55:59 31603596830f: Verifying Checksum 02:55:59 31603596830f: Download complete 02:55:59 ecc8261a40a4: Verifying Checksum 02:55:59 ecc8261a40a4: Download complete 02:55:59 6ca5941a6612: Verifying Checksum 02:55:59 6ca5941a6612: Download complete 02:55:59 31603596830f: Pull complete 02:56:00 2a8b12db71e7: Pull complete 02:56:01 6ca5941a6612: Pull complete 02:56:01 ecc8261a40a4: Pull complete 02:56:01 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:56:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:56:01 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:56:01 prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container 02:56:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 02:56:03 $ docker top 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:56:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:56:04 [ssh-agent] Looking for ssh-agent implementation... 02:56:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:56:04 $ docker exec 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 ssh-agent 02:56:04 SSH_AUTH_SOCK=/tmp/ssh-DWzPguWY9hSR/agent.11 02:56:04 SSH_AGENT_PID=16 02:56:04 Running ssh-add (command line suppressed) 02:56:04 Identity added: /w/workspace/edgex-go/22@tmp/private_key_7053534771088456332.key (/w/workspace/edgex-go/22@tmp/private_key_7053534771088456332.key) 02:56:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:56:05 + git tag --points-at HEAD [Pipeline] } 02:56:05 $ docker exec --env ******** --env ******** 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 ssh-agent -k 02:56:05 unset SSH_AUTH_SOCK; 02:56:05 unset SSH_AGENT_PID; 02:56:05 echo Agent pid 16 killed; 02:56:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:56:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:56:05 [ssh-agent] Looking for ssh-agent implementation... 02:56:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:56:05 $ docker exec 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 ssh-agent 02:56:06 SSH_AUTH_SOCK=/tmp/ssh-M8uSjb9KHkdL/agent.45 02:56:06 SSH_AGENT_PID=51 02:56:06 Running ssh-add (command line suppressed) 02:56:06 Identity added: /w/workspace/edgex-go/22@tmp/private_key_2299441527648904010.key (/w/workspace/edgex-go/22@tmp/private_key_2299441527648904010.key) 02:56:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:56:06 + git semver init 02:56:06 # -> Open(): unable to determine branch for HEAD 02:56:06 # $GIT_DIR = /w/workspace/edgex-go/22/.git 02:56:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/22 02:56:06 # $SEMVER_REMOTE_NAME = origin 02:56:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:56:06 # $SEMVER_USER_NAME = edgex-jenkins 02:56:06 # $SEMVER_BRANCH = PR-3208 02:56:06 # $SEMVER_TEMP = /tmp/semver-777685048 02:56:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:56:39 # '/tmp/semver-777685048' -> '/w/workspace/edgex-go/22/.semver' 02:56:39 # -> Force: false 02:56:39 # $SEMVER_DIR = /w/workspace/edgex-go/22/.semver [Pipeline] } 02:56:39 $ docker exec --env ******** --env ******** 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 ssh-agent -k 02:56:39 unset SSH_AUTH_SOCK; 02:56:39 unset SSH_AGENT_PID; 02:56:39 echo Agent pid 51 killed; 02:56:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:56:40 + git semver [Pipeline] } 02:56:40 $ docker stop --time=1 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 02:56:42 $ docker rm -f 5c053684c5c15e59788784922f2ad62e8c03441c77784eccf51e6b19d0afe822 [Pipeline] // withDockerContainer [Pipeline] sh 02:56:42 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:56:43 Stashed 1 file(s) [Pipeline] echo 02:56:43 [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 02:56:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:56:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:56:44 + sudo service docker restart 02:56:44 + true 02:56:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:56:45 ========================================================= 02:56:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:56:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:56:45 + 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 . 02:56:49 Sending build context to Docker daemon 328.6MB 02:56:49 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:56:49 Step 2/6 : FROM ${BASE} 02:56:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:56:49 188c0c94c7c5: Pulling fs layer 02:56:49 0ef7d3d256c8: Pulling fs layer 02:56:49 de9db76c5a1d: Pulling fs layer 02:56:49 bca2f99d35d6: Pulling fs layer 02:56:49 93359f2a8cfa: Pulling fs layer 02:56:49 7c6f9722023f: Pulling fs layer 02:56:49 a35cf1a2eb13: Pulling fs layer 02:56:49 bca2f99d35d6: Waiting 02:56:49 93359f2a8cfa: Waiting 02:56:49 7c6f9722023f: Waiting 02:56:49 a35cf1a2eb13: Waiting 02:56:49 de9db76c5a1d: Verifying Checksum 02:56:49 de9db76c5a1d: Download complete 02:56:49 0ef7d3d256c8: Verifying Checksum 02:56:49 0ef7d3d256c8: Download complete 02:56:49 93359f2a8cfa: Verifying Checksum 02:56:49 93359f2a8cfa: Download complete 02:56:49 7c6f9722023f: Verifying Checksum 02:56:49 7c6f9722023f: Download complete 02:56:49 188c0c94c7c5: Verifying Checksum 02:56:49 188c0c94c7c5: Download complete 02:56:49 188c0c94c7c5: Pull complete 02:56:50 0ef7d3d256c8: Pull complete 02:56:50 de9db76c5a1d: Pull complete 02:56:52 a35cf1a2eb13: Verifying Checksum 02:56:52 a35cf1a2eb13: Download complete 02:56:53 bca2f99d35d6: Verifying Checksum 02:56:53 bca2f99d35d6: Download complete 02:56:58 Still waiting to schedule task 02:56:58 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:56:59 bca2f99d35d6: Pull complete 02:56:59 93359f2a8cfa: Pull complete 02:57:00 7c6f9722023f: Pull complete 02:57:04 a35cf1a2eb13: Pull complete 02:57:04 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:57:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:57:04 ---> a62c8e92a672 02:57:04 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 02:57:04 ---> Running in ac40e5883a1b 02:57:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:57:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:57:06 (1/12) Installing libmagic (5.38-r0) 02:57:06 (2/12) Installing file (5.38-r0) 02:57:06 (3/12) Installing libc-dev (0.7.2-r3) 02:57:06 (4/12) Installing g++ (9.3.0-r2) 02:57:25 (5/12) Installing fortify-headers (1.1-r0) 02:57:25 (6/12) Installing patch (2.7.6-r6) 02:57:25 (7/12) Installing build-base (0.5-r2) 02:57:25 (8/12) Installing libsodium (1.0.18-r0) 02:57:25 (9/12) Installing pkgconf (1.7.2-r0) 02:57:25 (10/12) Installing libsodium-dev (1.0.18-r0) 02:57:25 (11/12) Installing libzmq (4.3.3-r0) 02:57:25 (12/12) Installing zeromq-dev (4.3.3-r0) 02:57:25 Executing busybox-1.31.1-r19.trigger 02:57:25 OK: 233 MiB in 51 packages 02:57:27 Removing intermediate container ac40e5883a1b 02:57:27 ---> 71594dd8f3a6 02:57:27 Step 4/6 : WORKDIR /edgex-go 02:57:28 ---> Running in fc06b9725620 02:57:28 Removing intermediate container fc06b9725620 02:57:28 ---> 150833583a19 02:57:28 Step 5/6 : COPY go.mod . 02:57:28 ---> b960e9b076b8 02:57:28 Step 6/6 : RUN go mod download 02:57:28 ---> Running in 6fe97a269b62 02:57:55 Removing intermediate container 6fe97a269b62 02:57:55 ---> 1e469592fb44 02:57:55 Successfully built 1e469592fb44 02:57:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:57:55 + docker inspect -f . ci-base-image-x86_64 02:57:55 . [Pipeline] withDockerContainer 02:57:55 prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container 02:57:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 02:57:57 $ docker top 43d7f6bc2901fd750983b1867eb5a46e4c2053087baae2988f0d1db5c008b3c0 -eo pid,comm [Pipeline] { [Pipeline] sh 02:57:57 + go version 02:57:57 go version go1.15.5 linux/amd64 [Pipeline] } 02:57:57 $ docker stop --time=1 43d7f6bc2901fd750983b1867eb5a46e4c2053087baae2988f0d1db5c008b3c0 02:57:58 $ docker rm -f 43d7f6bc2901fd750983b1867eb5a46e4c2053087baae2988f0d1db5c008b3c0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:57:59 + docker inspect -f . ci-base-image-x86_64 02:57:59 . [Pipeline] withDockerContainer 02:57:59 prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container 02:58:00 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 02:58:00 $ docker top 80dc23d0959949d9a58b767d885de7ad79a689bd75d3daad165d4a8cfa90767d -eo pid,comm [Pipeline] { [Pipeline] echo 02:58:01 ========================================================= 02:58:01 [edgeXBuildGoParallel] Running Tests and Build... 02:58:01 ========================================================= [Pipeline] sh 02:58:01 + make test 02:58:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:58:09 ? github.com/edgexfoundry/edgex-go [no test files] 02:58:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:58:36 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:58:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:58:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:58:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 02:58:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:58:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:58:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:58:40 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:58:41 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:58:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:58:44 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:58:44 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:58:46 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.128s coverage: 45.9% of statements 02:58:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:58:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:58:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:58:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:58:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:58:46 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 02:58:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.096s coverage: 19.8% of statements 02:58:46 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.103s coverage: 100.0% of statements 02:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.252s coverage: 27.1% of statements 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.052s coverage: 100.0% of statements 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.151s coverage: 71.3% of statements 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.262s coverage: 82.9% of statements 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:58:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.085s coverage: 78.9% of statements 02:58:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.536s coverage: 28.6% of statements 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.135s coverage: 86.7% of statements 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.195s coverage: 97.5% of statements 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:58:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.122s coverage: 78.3% of statements 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:58:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:58:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.641s coverage: 92.8% of statements 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:58:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:58:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:58:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 02:58:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.055s coverage: 47.1% of statements 02:58:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.070s coverage: 79.5% of statements 02:58:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 02:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.130s coverage: 96.3% of statements 02:59:00 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements 02:59:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.047s coverage: 94.4% of statements 02:59:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.043s coverage: 44.8% of statements 02:59:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.193s coverage: 81.9% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.135s coverage: 92.9% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.091s coverage: 87.2% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 84.6% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.151s coverage: 91.6% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.218s coverage: 62.4% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.092s coverage: 100.0% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.061s coverage: 91.3% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.417s coverage: 69.0% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.159s coverage: 38.4% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.061s coverage: 84.8% of statements 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.257s coverage: 47.0% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:59:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 02:59:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 02:59:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.222s coverage: 87.1% of statements 02:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 02:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 02:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 02:59:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29919 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 02:59:27 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 02:59:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.124s coverage: 29.1% of statements 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:59:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.103s coverage: 99.0% of statements 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:59:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 02:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 02:59:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.132s coverage: 96.5% of statements 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 02:59:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:59:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:59:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.059s coverage: 87.9% of statements 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:59:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:59:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 02:59:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements 02:59:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.052s coverage: 100.0% of statements 02:59:30 GO111MODULE=on go vet ./... 02:59:33 using credential edgex-jenkins-ssh 02:59:33 Cloning the remote Git repository 02:59:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:59:33 > git init /w/workspace/edgex-go/22 # timeout=10 02:59:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:59:33 > git --version # timeout=10 02:59:33 > git --version # 'git version 2.17.1' 02:59:33 using GIT_SSH to set credentials SSH Credentials for GitHub 02:59:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:59:50 Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit e937d7012ee7f86ebd8e39eec8b349db9df0ae33 02:59:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:59:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:59:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:59:49 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:59:49 using GIT_SSH to set credentials SSH Credentials for GitHub 02:59:49 > 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 02:59:50 Merge succeeded, producing e937d7012ee7f86ebd8e39eec8b349db9df0ae33 02:59:50 Checking out Revision e937d7012ee7f86ebd8e39eec8b349db9df0ae33 (PR-3208) 02:59:50 > git config core.sparsecheckout # timeout=10 02:59:50 > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 02:59:50 > git remote # timeout=10 02:59:50 > git config --get remote.origin.url # timeout=10 02:59:50 using GIT_SSH to set credentials SSH Credentials for GitHub 02:59:50 > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 02:59:50 > git rev-parse HEAD^{commit} # timeout=10 02:59:50 > git config core.sparsecheckout # timeout=10 02:59:50 > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 02:59:55 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 02:59:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:59:57 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:59:58 + + sudo service docker restart 02:59:58 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:00:00 provisioning config files... 03:00:00 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/22@tmp/config95489411486434316tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:00:01 ---> docker-login.sh 03:00:01 nexus3.edgexfoundry.org:10001 03:00:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:00:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:00:02 Configure a credential helper to remove this warning. See 03:00:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:00:02 03:00:02 Login Succeeded 03:00:02 nexus3.edgexfoundry.org:10002 03:00:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:00:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:00:03 Configure a credential helper to remove this warning. See 03:00:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:00:03 03:00:03 Login Succeeded 03:00:03 nexus3.edgexfoundry.org:10003 03:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:00:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:00:04 Configure a credential helper to remove this warning. See 03:00:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:00:04 03:00:04 Login Succeeded 03:00:04 nexus3.edgexfoundry.org:10004 03:00:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:00:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:00:04 Configure a credential helper to remove this warning. See 03:00:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:00:04 03:00:04 Login Succeeded 03:00:04 docker.io 03:00:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:00:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:00:05 Configure a credential helper to remove this warning. See 03:00:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:00:05 03:00:05 Login Succeeded 03:00:05 ---> docker-login.sh ends [Pipeline] } 03:00:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:00:06 ========================================================= 03:00:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:00:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:00:06 + 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 . 03:00:09 Sending build context to Docker daemon 166.8MB 03:00:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:00:09 Step 2/6 : FROM ${BASE} 03:00:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:00:09 5f621e34cdf4: Pulling fs layer 03:00:09 a4357932f1b6: Pulling fs layer 03:00:09 18c013af1878: Pulling fs layer 03:00:09 00ac8860ef70: Pulling fs layer 03:00:09 63d7cb157983: Pulling fs layer 03:00:09 b116817d02f9: Pulling fs layer 03:00:09 745a02a5169b: Pulling fs layer 03:00:09 00ac8860ef70: Waiting 03:00:09 63d7cb157983: Waiting 03:00:09 b116817d02f9: Waiting 03:00:09 745a02a5169b: Waiting 03:00:09 18c013af1878: Verifying Checksum 03:00:09 18c013af1878: Download complete 03:00:09 a4357932f1b6: Verifying Checksum 03:00:09 a4357932f1b6: Download complete 03:00:09 63d7cb157983: Verifying Checksum 03:00:09 63d7cb157983: Download complete 03:00:09 b116817d02f9: Verifying Checksum 03:00:09 b116817d02f9: Download complete 03:00:09 5f621e34cdf4: Verifying Checksum 03:00:09 5f621e34cdf4: Download complete 03:00:10 5f621e34cdf4: Pull complete 03:00:10 gofmt -l . 03:00:10 [ "`gofmt -l .`" = "" ] 03:00:10 ./bin/test-go-mod-tidy.sh 03:00:10 ./bin/test-attribution-txt.sh 03:00:10 a4357932f1b6: Pull complete [Pipeline] sh 03:00:11 18c013af1878: Pull complete 03:00:11 + ls -al . 03:00:11 total 760 03:00:11 drwxrwxr-x 10 1001 1001 4096 Mar 16 03:00 . 03:00:11 drwxr-xr-x 4 root root 30 Mar 16 02:58 .. 03:00:11 -rw-rw-r-- 1 1001 1001 11 Mar 16 02:55 .dockerignore 03:00:11 drwxrwxr-x 8 1001 1001 179 Mar 16 02:55 .git 03:00:11 drwxrwxr-x 3 1001 1001 125 Mar 16 02:55 .github 03:00:11 -rw-rw-r-- 1 1001 1001 818 Mar 16 02:55 .gitignore 03:00:11 drwx------ 3 1001 1001 60 Mar 16 02:56 .semver 03:00:11 -rw-rw-r-- 1 1001 1001 166 Mar 16 02:55 .sonarcloud.properties 03:00:11 -rw-rw-r-- 1 1001 1001 8607 Mar 16 02:55 Attribution.txt 03:00:11 -rw-rw-r-- 1 1001 1001 3804 Mar 16 02:55 CONTRIBUTING.md 03:00:11 -rw-rw-r-- 1 1001 1001 931 Mar 16 02:55 Dockerfile.build 03:00:11 -rw-rw-r-- 1 1001 1001 863 Mar 16 02:55 Jenkinsfile 03:00:11 -rw-rw-r-- 1 1001 1001 10775 Mar 16 02:55 LICENSE 03:00:11 -rw-rw-r-- 1 1001 1001 5774 Mar 16 02:55 Makefile 03:00:11 -rw-rw-r-- 1 1001 1001 6548 Mar 16 02:55 README.md 03:00:11 -rw-rw-r-- 1 1001 1001 6755 Mar 16 02:55 SECURITY.md 03:00:11 -rw-rw-r-- 1 1001 1001 5 Mar 16 02:56 VERSION 03:00:11 -rw-rw-r-- 1 1001 1001 4131 Mar 16 02:55 ZMQWindows.md 03:00:11 drwxrwxr-x 2 1001 1001 117 Mar 16 02:55 bin 03:00:11 drwxrwxr-x 14 1001 1001 4096 Mar 16 02:55 cmd 03:00:11 -rw-r--r-- 1 root root 650607 Mar 16 02:59 coverage.out 03:00:11 -rw-r--r-- 1 root root 1055 Mar 16 03:00 go.mod 03:00:11 -rw-r--r-- 1 root root 22209 Mar 16 03:00 go.sum 03:00:11 drwxrwxr-x 8 1001 1001 127 Mar 16 02:55 internal 03:00:11 drwxrwxr-x 4 1001 1001 26 Mar 16 02:55 openapi 03:00:11 drwxrwxr-x 4 1001 1001 71 Mar 16 02:55 snap 03:00:11 -rw-rw-r-- 1 1001 1001 168 Mar 16 02:55 version.go [Pipeline] sh 03:00:11 + '[' -e coverage.out ] 03:00:11 + chown 1001:1001 coverage.out [Pipeline] stash 03:00:12 Stashed 1 file(s) [Pipeline] sh 03:00:12 745a02a5169b: Verifying Checksum 03:00:12 745a02a5169b: Download complete 03:00:12 + make build 03:00:12 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 03:00:13 00ac8860ef70: Verifying Checksum 03:00:13 00ac8860ef70: Download complete 03:00:16 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 03:00:24 00ac8860ef70: Pull complete 03:00:24 63d7cb157983: Pull complete 03:00:24 b116817d02f9: Pull complete 03:00:27 745a02a5169b: Pull complete 03:00:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:00:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:00:27 ---> b7e6874047d6 03:00:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:00:29 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 03:00:30 ---> Running in cc097def507f 03:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:00:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 03:00:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:00:33 (1/12) Installing libmagic (5.38-r0) 03:00:34 (2/12) Installing file (5.38-r0) 03:00:34 (3/12) Installing libc-dev (0.7.2-r3) 03:00:34 (4/12) Installing g++ (9.3.0-r2) 03:00:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:00:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:00:40 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 03:00:42 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 03:00:42 (5/12) Installing fortify-headers (1.1-r0) 03:00:42 (6/12) Installing patch (2.7.6-r6) 03:00:42 (7/12) Installing build-base (0.5-r2) 03:00:42 (8/12) Installing libsodium (1.0.18-r0) 03:00:42 (9/12) Installing pkgconf (1.7.2-r0) 03:00:42 (10/12) Installing libsodium-dev (1.0.18-r0) 03:00:42 (11/12) Installing libzmq (4.3.3-r0) 03:00:42 (12/12) Installing zeromq-dev (4.3.3-r0) 03:00:42 Executing busybox-1.31.1-r19.trigger 03:00:42 OK: 217 MiB in 51 packages 03:00:42 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 03:00:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:00:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:00:46 Removing intermediate container cc097def507f 03:00:46 ---> da36357450de 03:00:46 Step 4/6 : WORKDIR /edgex-go 03:00:46 ---> Running in 8dc933b27591 03:00:47 Removing intermediate container 8dc933b27591 03:00:47 ---> dcb9b1a9385c 03:00:47 Step 5/6 : COPY go.mod . 03:00:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:00:48 ---> 202dd760f9b2 03:00:48 Step 6/6 : RUN go mod download 03:00:48 ---> Running in d3028b531f74 [Pipeline] } 03:00:51 $ docker stop --time=1 80dc23d0959949d9a58b767d885de7ad79a689bd75d3daad165d4a8cfa90767d 03:00:53 $ docker rm -f 80dc23d0959949d9a58b767d885de7ad79a689bd75d3daad165d4a8cfa90767d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:00:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:00:56 03:00:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:00:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:00:56 latest: Pulling from edgex-devops/edgex-compose 03:00:56 cbdbe7a5bc2a: Pulling fs layer 03:00:56 ca9280d653b3: Pulling fs layer 03:00:56 7e9c9ca2126c: Pulling fs layer 03:00:56 cbdbe7a5bc2a: Download complete 03:00:57 cbdbe7a5bc2a: Pull complete 03:00:57 ca9280d653b3: Verifying Checksum 03:00:57 ca9280d653b3: Download complete 03:00:58 ca9280d653b3: Pull complete 03:00:59 7e9c9ca2126c: Verifying Checksum 03:00:59 7e9c9ca2126c: Download complete 03:01:07 7e9c9ca2126c: Pull complete 03:01:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:01:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:01:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:01:07 prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container 03:01:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 03:01:09 $ docker top 75a7e665abe39fcaecac51128dd75cdc94dda0de638ef456998e1f0e4d11548e -eo pid,comm [Pipeline] { [Pipeline] sh 03:01:10 + docker-compose build --help 03:01:10 + grep parallel 03:01:11 --parallel Build images in parallel. [Pipeline] } 03:01:11 $ docker stop --time=1 75a7e665abe39fcaecac51128dd75cdc94dda0de638ef456998e1f0e4d11548e 03:01:12 $ docker rm -f 75a7e665abe39fcaecac51128dd75cdc94dda0de638ef456998e1f0e4d11548e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:01:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:01:13 . [Pipeline] withDockerContainer 03:01:13 prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container 03:01:13 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 03:01:14 $ docker top 391651326e0ba2063f99307e83259e01ec7c3e895ef6f7e159544e6bf1b434c3 -eo pid,comm [Pipeline] { [Pipeline] sh 03:01:15 + docker-compose -f ./docker-compose-build.yml build --parallel 03:01:17 Building docker-core-command-go ... 03:01:17 Building docker-core-data-go ... 03:01:17 Building docker-core-metadata-go ... 03:01:17 Building docker-security-bootstrapper-go ... 03:01:17 Building docker-security-proxy-setup-go ... 03:01:17 Building docker-security-secretstore-setup-go ... 03:01:17 Building docker-support-notifications-go ... 03:01:17 Building docker-support-scheduler-go ... 03:01:17 Building docker-sys-mgmt-agent-go ... 03:01:17 Building docker-core-metadata-go 03:01:17 Building docker-security-secretstore-setup-go 03:01:17 Building docker-support-notifications-go 03:01:17 Building docker-sys-mgmt-agent-go 03:01:17 Building docker-security-bootstrapper-go 03:01:20 Removing intermediate container d3028b531f74 03:01:20 ---> 963c51953b39 03:01:20 Successfully built 963c51953b39 03:01:20 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:01:20 + docker inspect -f . ci-base-image-arm64 03:01:20 . [Pipeline] withDockerContainer 03:01:21 prd-ubuntu18.04-docker-arm64-4c-16g-29919 does not seem to be running inside a container 03:01:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:01:22 $ docker top bc1f92362aabddca11097e27d93aef9bcc09944e8f5e177bb958d0bd6d267336 -eo pid,comm [Pipeline] { [Pipeline] sh 03:01:23 + go version 03:01:23 go version go1.15.5 linux/arm64 [Pipeline] } 03:01:23 $ docker stop --time=1 bc1f92362aabddca11097e27d93aef9bcc09944e8f5e177bb958d0bd6d267336 03:01:26 $ docker rm -f bc1f92362aabddca11097e27d93aef9bcc09944e8f5e177bb958d0bd6d267336 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:01:27 + docker inspect -f . ci-base-image-arm64 03:01:27 . [Pipeline] withDockerContainer 03:01:27 prd-ubuntu18.04-docker-arm64-4c-16g-29919 does not seem to be running inside a container 03:01:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 03:01:28 $ docker top 5206468073a5b08ce21be223111cc6c5ecc3965f8b32576fd9743acc8ced8836 -eo pid,comm [Pipeline] { [Pipeline] echo 03:01:29 ========================================================= 03:01:29 [edgeXBuildGoParallel] Running Tests and Build... 03:01:29 ========================================================= [Pipeline] sh 03:01:30 + make test 03:01:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:01:56 ? github.com/edgexfoundry/edgex-go [no test files] 03:02:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:02:05 ---> 1e469592fb44 03:02:05 Step 3/22 : WORKDIR /edgex-go 03:02:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:02:05 ---> 1e469592fb44 03:02:05 Step 3/31 : WORKDIR /edgex-go 03:02:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:02:05 ---> 1e469592fb44 03:02:05 Step 3/23 : WORKDIR /edgex-go 03:02:05 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:05 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:02:05 ---> 1e469592fb44 03:02:05 Step 3/26 : WORKDIR /edgex-go 03:02:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:02:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:02:05 ---> 1e469592fb44 03:02:05 Step 3/24 : WORKDIR /edgex-go 03:02:05 ---> Running in a58f4994bda7 03:02:05 ---> Running in 107e6f20f15f 03:02:05 ---> Running in 6486f0f760d4 03:02:05 ---> Running in f6e8ac9584aa 03:02:05 ---> Running in 3499a6ebf719 03:02:05 Removing intermediate container f6e8ac9584aa 03:02:05 ---> dff36aeba470 03:02:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:05 Removing intermediate container a58f4994bda7 03:02:05 ---> 534d1e84f3d8 03:02:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:05 Removing intermediate container 107e6f20f15f 03:02:05 ---> 5a2aa78d1f0a 03:02:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:05 Removing intermediate container 6486f0f760d4 03:02:05 ---> ab3eb6a8a280 03:02:05 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:05 Removing intermediate container 3499a6ebf719 03:02:05 ---> dabcdc183532 03:02:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:02:05 ---> Running in 4ba18d0123ed 03:02:05 ---> Running in 9d107259ee0f 03:02:05 ---> Running in abcc488f204c 03:02:05 ---> Running in d2ccaae276b7 03:02:05 ---> Running in df9fcdb89396 03:02:05 Removing intermediate container df9fcdb89396 03:02:05 ---> 2fcd77bf9fa9 03:02:05 Step 5/23 : RUN apk add --update --no-cache make git 03:02:05 Removing intermediate container 4ba18d0123ed 03:02:05 ---> 1cf30d664935 03:02:05 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:02:05 Removing intermediate container 9d107259ee0f 03:02:05 ---> d2317d8923fe 03:02:05 Step 5/31 : RUN apk add --update --no-cache make git 03:02:05 ---> Running in b7490fee13cb 03:02:05 ---> Running in 5a285ae52fe7 03:02:05 Removing intermediate container abcc488f204c 03:02:05 ---> 5c5f4fbc43bb 03:02:05 Step 5/24 : RUN apk add --update --no-cache make git 03:02:05 ---> Running in 87fee8b90ca6 03:02:05 Removing intermediate container d2ccaae276b7 03:02:05 ---> 6de80a07cc57 03:02:05 Step 5/26 : RUN apk add --update --no-cache make bash git 03:02:05 ---> Running in 0a47ac306731 03:02:05 ---> Running in b7f8d057c175 03:02:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:02:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:02:07 OK: 233 MiB in 51 packages 03:02:07 OK: 233 MiB in 51 packages 03:02:07 OK: 233 MiB in 51 packages 03:02:07 OK: 233 MiB in 51 packages 03:02:08 Removing intermediate container 87fee8b90ca6 03:02:08 ---> 7847ae51c796 03:02:08 Step 6/31 : COPY go.mod . 03:02:08 OK: 233 MiB in 51 packages 03:02:08 Removing intermediate container 5a285ae52fe7 03:02:08 ---> 75e1f62d8290 03:02:08 Step 6/22 : COPY go.mod . 03:02:08 ---> c03d4306bcf1 03:02:08 Step 7/31 : RUN go mod download 03:02:08 Removing intermediate container b7490fee13cb 03:02:08 ---> 70f44379d34e 03:02:08 Step 6/23 : COPY go.mod . 03:02:08 Removing intermediate container b7f8d057c175 03:02:08 ---> 66bf7c19be0d 03:02:08 Step 6/26 : COPY go.mod . 03:02:08 ---> Running in 064fc488a4ab 03:02:09 ---> be633466cd0a 03:02:09 Step 7/22 : RUN go mod download 03:02:09 ---> Running in 626fc3f0845b 03:02:09 ---> 618bc883d1a3 03:02:09 Step 7/23 : RUN go mod download 03:02:09 Removing intermediate container 0a47ac306731 03:02:09 ---> 8bf1773f7b9e 03:02:09 Step 6/24 : COPY go.mod . 03:02:09 ---> 8d032ecbfe3b 03:02:09 Step 7/26 : RUN go mod download 03:02:09 ---> Running in c2cee599b22e 03:02:09 ---> Running in 273fae08fa97 03:02:10 ---> d84553129d80 03:02:10 Step 7/24 : RUN go mod download 03:02:10 ---> Running in 1681ed04a3ed 03:02:12 Removing intermediate container 064fc488a4ab 03:02:12 ---> 22e9cb1b6598 03:02:12 Step 8/31 : COPY . . 03:02:12 Removing intermediate container 626fc3f0845b 03:02:12 ---> 2f7d7522e97d 03:02:12 Step 8/22 : COPY . . 03:02:13 Removing intermediate container 273fae08fa97 03:02:13 ---> 537a964010a6 03:02:13 Step 8/26 : COPY . . 03:02:13 Removing intermediate container 1681ed04a3ed 03:02:13 ---> 63ef66da4110 03:02:13 Step 8/24 : COPY . . 03:02:16 Removing intermediate container c2cee599b22e 03:02:16 ---> 48af08e04604 03:02:16 Step 8/23 : COPY . . 03:02:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:02:56 ---> 83ac70a4b6c8 03:02:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:02:56 ---> e74b56a6ecfe 03:02:56 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:02:56 ---> 15d32e082875 03:02:56 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:02:56 ---> ffe96d7cc3ee 03:02:56 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:02:56 ---> Running in 9ca3a19c0ff1 03:02:56 ---> Running in 4facedbc340e 03:02:56 ---> Running in 79505590cc76 03:02:56 ---> Running in 5470ff7329d8 03:02:56 ---> f2f73ed1639e 03:02:56 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:02:56 ---> Running in c4796ba47291 03:02:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:02:58 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 03:02:58 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 03:02:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 03:02: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 03:02:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:03:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:03:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:03:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:03:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:03:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:03:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:03:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:03:16 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:03:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:03:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:03:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.301s coverage: 45.9% of statements 03:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:03:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.143s coverage: 19.8% of statements 03:03:31 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.235s coverage: 100.0% of statements 03:03:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.684s coverage: 27.1% of statements 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:03:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:03:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:03:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.278s coverage: 71.3% of statements 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:03:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:03:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.626s coverage: 82.9% of statements 03:03:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:03:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:03:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.230s coverage: 78.9% of statements 03:03:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:03:45 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 03:03:48 Removing intermediate container 5470ff7329d8 03:03:48 ---> ca9ffc876ebf 03:03:48 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:03:49 ---> Running in 865192ffc7b4 03:03:49 Removing intermediate container 79505590cc76 03:03:49 ---> 2c89196deb8f 03:03:49 03:03:49 Step 10/31 : FROM alpine:3.12 03:03:49 Removing intermediate container 4facedbc340e 03:03:49 ---> 2e0c6974ac8b 03:03:49 03:03:49 Step 10/24 : FROM alpine:3.12 03:03:49 3.12: Pulling from library/alpine 03:03:49 3.12: Pulling from library/alpine 03:03:50 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 03:03:50 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:03:50 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:03:50 Status: Downloaded newer image for alpine:3.12 03:03:50 ---> 88dd2752d2ea 03:03:50 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:03:50 Status: Image is up to date for alpine:3.12 03:03:50 ---> 88dd2752d2ea 03:03:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:03:54 ---> Running in 55d5ee396f49 03:03:54 ---> Running in 67c4f3c28728 03:03:54 Removing intermediate container 9ca3a19c0ff1 03:03:54 ---> 295dbe088351 03:03:54 03:03:54 Step 10/22 : FROM alpine:3.12 03:03:54 ---> 88dd2752d2ea 03:03:54 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:03:54 Removing intermediate container c4796ba47291 03:03:54 ---> 2abfdf3981e5 03:03:54 03:03:54 Step 10/23 : FROM alpine:3.12 03:03:54 ---> 88dd2752d2ea 03:03:54 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:03:54 Removing intermediate container 55d5ee396f49 03:03:54 ---> 5a32d72a5ea5 03:03:54 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:03:54 ---> Running in 3c32db51eeda 03:03:54 ---> Running in b7f807f1b2fc 03:03:54 ---> Running in b723fc896938 03:03:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.305s coverage: 28.6% of statements 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:03:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:03:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.071s coverage: 100.0% of statements 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:03:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.356s coverage: 86.7% of statements 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:03:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.368s coverage: 97.5% of statements 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:03:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.178s coverage: 78.3% of statements 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:03:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:03:56 Removing intermediate container 865192ffc7b4 03:03:56 ---> a72463735e25 03:03:56 03:03:56 Step 11/26 : FROM docker:20.10.0 03:03:56 20.10.0: Pulling from library/docker 03:03:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:03:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:03:56 (1/5) Installing ca-certificates (20191127-r4) 03:03:56 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:03:56 (3/5) Installing libcurl (7.69.1-r3) 03:03:56 (4/5) Installing curl (7.69.1-r3) 03:03:56 (5/5) Installing dumb-init (1.2.2-r1) 03:03:56 Executing busybox-1.31.1-r19.trigger 03:03:56 Executing ca-certificates-20191127-r4.trigger 03:03:56 OK: 7 MiB in 19 packages 03:03:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:03:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:03:57 (1/2) Installing ca-certificates (20191127-r4) 03:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:03:57 (2/2) Installing dumb-init (1.2.2-r1) 03:03:57 Executing busybox-1.31.1-r19.trigger 03:03:57 Executing ca-certificates-20191127-r4.trigger 03:03:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:03:57 (1/1) Installing dumb-init (1.2.2-r1) 03:03:57 Executing busybox-1.31.1-r19.trigger 03:03:57 OK: 6 MiB in 15 packages 03:03:57 OK: 6 MiB in 16 packages 03:03:57 (1/2) Installing dumb-init (1.2.2-r1) 03:03:57 (2/2) Installing su-exec (0.2-r1) 03:03:57 Executing busybox-1.31.1-r19.trigger 03:03:57 OK: 6 MiB in 16 packages 03:03:59 Removing intermediate container 67c4f3c28728 03:03:59 ---> 699ef21d3c88 03:03:59 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:03:59 ---> Running in a75cbbd36327 03:03:59 Removing intermediate container b7f807f1b2fc 03:03:59 ---> 66b655922879 03:03:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:03:59 ---> Running in f7c48cd4fd96 03:04:00 Removing intermediate container a75cbbd36327 03:04:00 ---> ee1b45cfd766 03:04:00 Step 13/24 : WORKDIR / 03:04:00 Removing intermediate container b723fc896938 03:04:00 ---> 4449bb9f137d 03:04:00 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:04:00 Removing intermediate container 3c32db51eeda 03:04:00 ---> 244a46d20c64 03:04:00 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:04:00 ---> Running in 9d39a51625e1 03:04:00 Removing intermediate container f7c48cd4fd96 03:04:00 ---> badd841347f7 03:04:00 Step 13/23 : ENV APP_PORT=48081 03:04:00 ---> Running in fbfcfb1d09c6 03:04:00 ---> Running in a0d83b432500 03:04:00 ---> Running in e97cb6514825 03:04:00 Removing intermediate container a0d83b432500 03:04:00 ---> b57da0137634 03:04:00 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:04:01 Removing intermediate container 9d39a51625e1 03:04:01 ---> 4f30bf6f8cad 03:04:01 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:04:01 Removing intermediate container fbfcfb1d09c6 03:04:01 ---> 567bf0a631c7 03:04:01 Step 13/22 : ENV APP_PORT=48060 03:04:01 Removing intermediate container e97cb6514825 03:04:01 ---> 9dd70a459a3c 03:04:01 Step 14/23 : EXPOSE $APP_PORT 03:04:01 ---> Running in 66f93a4aa944 03:04:01 ---> Running in fa62424db4c0 03:04:01 ---> Running in a83510cf7730 03:04:01 ---> 8d2a48f380a4 03:04:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:04:01 Removing intermediate container 66f93a4aa944 03:04:01 ---> 20b48f25d847 03:04:01 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:04:01 Removing intermediate container fa62424db4c0 03:04:01 ---> 62c47387004d 03:04:01 Step 14/22 : EXPOSE $APP_PORT 03:04:02 Removing intermediate container a83510cf7730 03:04:02 ---> 6785675f7bfe 03:04:02 Step 15/23 : WORKDIR / 03:04:02 ---> Running in bb534da19ec5 03:04:02 ---> Running in a03e21c15451 03:04:02 ---> Running in ee8806bf8d11 03:04:02 ---> 5cb0b6ec030e 03:04:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:04:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.385s coverage: 92.8% of statements 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:04:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:04:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:04:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 47.1% of statements 03:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.106s coverage: 79.5% of statements 03:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.077s coverage: 94.1% of statements 03:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.076s coverage: 96.3% of statements 03:04:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements 03:04:03 Removing intermediate container a03e21c15451 03:04:03 ---> 704292c2f0a2 03:04:03 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:03 Removing intermediate container ee8806bf8d11 03:04:03 ---> 0638217a5b66 03:04:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:04 ---> 97250abb2da6 03:04:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:04:04 ---> a00913858d7a 03:04:04 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:04:04 ---> 8b09c19d1f8c 03:04:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:04:05 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:04:05 Status: Downloaded newer image for docker:20.10.0 03:04:05 ---> aefe523efa57 03:04:05 Step 12/26 : RUN apk add --no-cache bash 03:04:05 ---> 8eb13f7f2f20 03:04:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:04:05 ---> Running in 4a9985f56d6e 03:04:06 Removing intermediate container bb534da19ec5 03:04:06 ---> fb3a606fc4f1 03:04:06 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:04:06 ---> Running in 11b452352ae6 03:04:06 ---> f916c380cbbd 03:04:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:04:06 ---> 4ca64fe069d6 03:04:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:04:06 ---> 045afa9886ff 03:04:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:04:07 Removing intermediate container 11b452352ae6 03:04:07 ---> 6fe98f7b4dc0 03:04:07 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:04:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:07 ---> f5f2a5bdb90e 03:04:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:04:07 ---> 52120cfc9fc8 03:04:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:04:07 ---> fc524aada25f 03:04:07 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/ 03:04:07 ---> Running in a10c45de75ad 03:04:07 ---> Running in 5332b3fde226 03:04:07 (1/2) Installing readline (8.0.4-r0) 03:04:07 (2/2) Installing bash (5.0.17-r0) 03:04:07 Executing bash-5.0.17-r0.post-install 03:04:07 Executing busybox-1.31.1-r19.trigger 03:04:07 OK: 12 MiB in 22 packages 03:04:07 ---> Running in 2513743cb3e5 03:04:07 ---> cedbf21082ff 03:04:07 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:04:08 Removing intermediate container a10c45de75ad 03:04:08 ---> 140c5945610b 03:04:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:04:08 Removing intermediate container 5332b3fde226 03:04:08 ---> 4609bb141981 03:04:08 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:04:08 ---> Running in 06d15bb9b0ea 03:04:08 ---> Running in eaddc93a7fae 03:04:08 ---> Running in d09b4ab28378 03:04:08 Removing intermediate container eaddc93a7fae 03:04:08 ---> 160e11298b29 03:04:08 Step 20/22 : LABEL arch=x86_64 03:04:08 Removing intermediate container d09b4ab28378 03:04:08 ---> 0e11cde7dd14 03:04:08 Step 21/23 : LABEL arch=x86_64 03:04:08 ---> Running in 94ce4dd3fe1a 03:04:08 Removing intermediate container 4a9985f56d6e 03:04:08 ---> 484e3a77a1f9 03:04:08 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:04:09 ---> Running in 21155f3531f4 03:04:09 ---> Running in 1e5a871bda1c 03:04:09 Removing intermediate container 94ce4dd3fe1a 03:04:09 ---> 925a96bb98f4 03:04:09 Step 21/22 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:04:09 Removing intermediate container 21155f3531f4 03:04:09 ---> 91a15cacebf0 03:04:09 Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:04:09 Removing intermediate container 1e5a871bda1c 03:04:09 ---> a6620eec2338 03:04:09 Step 14/26 : ENV APP_PORT=48090 03:04:09 ---> Running in 74e568c33d55 03:04:09 Removing intermediate container 2513743cb3e5 03:04:09 ---> 829b7a57abf0 03:04:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:04:09 ---> Running in a4c29c86735e 03:04:09 ---> Running in 40d192807a6c 03:04:09 ---> Running in 2c1016f3c0d7 03:04:09 Removing intermediate container 06d15bb9b0ea 03:04:09 ---> b1bf2f8e408b 03:04:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:04:09 Removing intermediate container 74e568c33d55 03:04:09 ---> 13590472d714 03:04:09 Step 22/22 : LABEL version=0.0.0 03:04:10 Removing intermediate container a4c29c86735e 03:04:10 ---> 7ac2d18fcf07 03:04:10 Step 15/26 : EXPOSE $APP_PORT 03:04:10 Removing intermediate container 40d192807a6c 03:04:10 ---> f00c79cb07d9 03:04:10 Step 23/23 : LABEL version=0.0.0 03:04:10 Removing intermediate container 2c1016f3c0d7 03:04:10 ---> 54c239c3afc8 03:04:10 Step 22/24 : LABEL arch=x86_64 03:04:10 ---> Running in 4b1cc7f9f248 03:04:10 ---> Running in 66e8bb0e4339 03:04:10 ---> Running in f5144f3da4e2 03:04:10 ---> Running in 3da093c30733 03:04:10 ---> 738ac8ba3b82 03:04:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:04:10 Removing intermediate container 4b1cc7f9f248 03:04:10 ---> 15ad42f16ffc 03:04:10 03:04:10 Removing intermediate container 66e8bb0e4339 03:04:10 ---> f3bbfd82b87d 03:04:10 03:04:10 Removing intermediate container 3da093c30733 03:04:10 ---> 602597927e50 03:04:10 Step 23/24 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:04:11 Successfully built 15ad42f16ffc 03:04:11 Removing intermediate container f5144f3da4e2 03:04:11 ---> ba886519d94a 03:04:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:04:11 Successfully tagged docker-support-notifications-go:latest 03:04:11  Building docker-support-notifications-go ... done Building docker-core-data-go 03:04:11 Successfully built f3bbfd82b87d 03:04:11 ---> Running in 1e3437a4311b 03:04:11 Successfully tagged docker-core-metadata-go:latest 03:04:11  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 03:04:11 ---> 1df83f0d2e87 03:04:11 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:04:11 Removing intermediate container 1e3437a4311b 03:04:11 ---> e57e21d96c1f 03:04:11 Step 24/24 : LABEL version=0.0.0 03:04:11 ---> Running in 059905fd0b7d 03:04:11 ---> de903ec4da3f 03:04:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:04:11 ---> 1eb28ff1e09a 03:04:11 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:04:13 Removing intermediate container 059905fd0b7d 03:04:13 ---> 82d82a2bef7c 03:04:13 03:04:14 Successfully built 82d82a2bef7c 03:04:14 Successfully tagged docker-security-secretstore-setup-go:latest 03:04:14  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 03:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.092s coverage: 94.4% of statements 03:04:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 03:04:17 ---> fea399ad3914 03:04:17 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:04:17 ---> 3332df5dc99f 03:04:17 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:04:19 ---> a07de8ad221b 03:04:19 Step 19/26 : RUN apk --no-cache add py3-pip 03:04:19 ---> 3821aa3c0453 03:04:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:04:19 ---> Running in 4915353c0a3f 03:04:20 ---> Running in 4fe08cf48b3e 03:04:20 Removing intermediate container 4fe08cf48b3e 03:04:20 ---> ea5eb52b60fa 03:04:20 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:04:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.240s coverage: 81.9% of statements 03:04:21 (1/33) Installing libbz2 (1.0.8-r1) 03:04:21 (2/33) Installing expat (2.2.9-r1) 03:04:21 (3/33) Installing libffi (3.3-r2) 03:04:21 (4/33) Installing gdbm (1.13-r1) 03:04:21 (5/33) Installing xz-libs (5.2.5-r0) 03:04:21 (6/33) Installing sqlite-libs (3.32.1-r0) 03:04:21 (7/33) Installing python3 (3.8.8-r0) 03:04:21 ---> c9e46d95b5d9 03:04:21 Step 26/31 : RUN chmod +x /entrypoint.sh 03:04:25 ---> Running in b13494b8ff7e 03:04:25 (8/33) Installing py3-appdirs (1.4.4-r1) 03:04:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:04:25 (10/33) Installing py3-parsing (2.4.7-r0) 03:04:25 (11/33) Installing py3-six (1.15.0-r0) 03:04:25 (12/33) Installing py3-packaging (20.4-r0) 03:04:26 (13/33) Installing py3-setuptools (47.0.0-r0) 03:04:26 (14/33) Installing py3-chardet (3.0.4-r4) 03:04:27 (15/33) Installing py3-idna (2.9-r0) 03:04:27 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:04:27 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:04:27 (18/33) Installing py3-requests (2.23.0-r0) 03:04:27 (19/33) Installing py3-msgpack (1.0.0-r0) 03:04:27 (20/33) Installing py3-lockfile (0.12.2-r3) 03:04:27 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:04:29 (22/33) Installing py3-colorama (0.4.3-r0) 03:04:29 (23/33) Installing py3-distlib (0.3.0-r0) 03:04:30 (24/33) Installing py3-distro (1.5.0-r1) 03:04:31 (25/33) Installing py3-webencodings (0.5.1-r3) 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.147s coverage: 92.9% of statements 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.068s coverage: 77.8% of statements 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.091s coverage: 75.5% of statements 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.137s coverage: 87.2% of statements 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.156s coverage: 84.6% of statements 03:04:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.258s coverage: 91.6% of statements 03:04:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:04:31 (26/33) Installing py3-html5lib (1.0.1-r4) 03:04:33 (27/33) Installing py3-pytoml (0.1.21-r0) 03:04:33 (28/33) Installing py3-pep517 (0.8.2-r0) 03:04:33 (29/33) Installing py3-progress (1.5-r0) 03:04:33 (30/33) Installing py3-toml (0.10.1-r0) 03:04:33 (31/33) Installing py3-retrying (1.3.3-r0) 03:04:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:04:33 (33/33) Installing py3-pip (20.1.1-r0) 03:04:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.965s coverage: 62.4% of statements 03:04:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:04:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:04:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 03:04:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 03:04:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements 03:04:33 Executing busybox-1.31.1-r19.trigger 03:04:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.092s coverage: 73.7% of statements 03:04:33 OK: 71 MiB in 55 packages 03:04:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 03:04:36 Removing intermediate container b13494b8ff7e 03:04:36 ---> 4a1f58840ae2 03:04:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:04:36 ---> Running in 3d8970dc8dc9 03:04:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:04:37 ---> 1e469592fb44 03:04:37 Step 3/21 : WORKDIR /edgex-go 03:04:37 ---> Using cache 03:04:37 ---> dabcdc183532 03:04:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:37 ---> Using cache 03:04:37 ---> 2fcd77bf9fa9 03:04:37 Step 5/21 : RUN apk add --update --no-cache make git 03:04:37 ---> Using cache 03:04:37 ---> 70f44379d34e 03:04:37 Step 6/21 : COPY go.mod . 03:04:37 ---> Using cache 03:04:37 ---> 618bc883d1a3 03:04:37 Step 7/21 : RUN go mod download 03:04:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:04:37 ---> 1e469592fb44 03:04:37 Step 3/23 : WORKDIR /edgex-go 03:04:37 ---> Using cache 03:04:37 ---> dabcdc183532 03:04:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:37 ---> Using cache 03:04:37 ---> 2fcd77bf9fa9 03:04:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:04:37 ---> Using cache 03:04:37 ---> 48af08e04604 03:04:37 Step 8/21 : COPY . . 03:04:38 ---> Using cache 03:04:38 ---> f2f73ed1639e 03:04:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:04:38 Removing intermediate container 3d8970dc8dc9 03:04:38 ---> d2ba93a9f60e 03:04:38 Step 28/31 : CMD ["gate"] 03:04:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.969s coverage: 69.0% of statements 03:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:04:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 03:04:39 ---> Running in 9123d66e959f 03:04:39 ---> Running in 4c20189b5cf5 03:04:39 ---> Running in 5579e02305eb 03:04:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:04:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:04:40 ---> 1e469592fb44 03:04:40 Step 3/23 : WORKDIR /edgex-go 03:04:40 ---> Using cache 03:04:40 ---> dabcdc183532 03:04:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:04:40 ---> Using cache 03:04:40 ---> 2fcd77bf9fa9 03:04:40 Step 5/23 : RUN apk add --update --no-cache make git 03:04:40 ---> Using cache 03:04:40 ---> 70f44379d34e 03:04:40 Step 6/23 : COPY go.mod . 03:04:40 ---> Using cache 03:04:40 ---> 618bc883d1a3 03:04:40 Step 7/23 : RUN go mod download 03:04:40 ---> Using cache 03:04:40 ---> 48af08e04604 03:04:40 Step 8/23 : COPY . . 03:04:40 ---> Using cache 03:04:40 ---> f2f73ed1639e 03:04:40 Step 9/23 : RUN make cmd/core-command/core-command 03:04:40 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 03:04:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.394s coverage: 38.4% of statements 03:04:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:04:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:04:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.141s coverage: 89.5% of statements 03:04:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 03:04:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.099s coverage: 84.8% of statements 03:04:41 Removing intermediate container 5579e02305eb 03:04:41 ---> 0c6d183dfb3f 03:04:41 Step 29/31 : LABEL arch=x86_64 03:04:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:04:41 ---> Running in 6292ffc4ceb9 03:04:42 ---> Running in c381e6350c97 03:04:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:04:43 Removing intermediate container c381e6350c97 03:04:43 ---> 091b75885aac 03:04:43 Step 30/31 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:04:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 03:04:44 ---> Running in 9b39e8d5cbaf 03:04:44 OK: 233 MiB in 51 packages 03:04:46 Removing intermediate container 9b39e8d5cbaf 03:04:46 ---> e6914746e455 03:04:46 Step 31/31 : LABEL version=0.0.0 03:04:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.423s coverage: 47.0% of statements 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:04:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:04:47 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:04:47 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:04:47 ---> Running in 406f4ebe2d79 03:04:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.473s coverage: 87.1% of statements 03:04:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:04:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:04:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:04:49 Removing intermediate container 4c20189b5cf5 03:04:49 ---> 77274bdd419b 03:04:49 Step 6/23 : COPY go.mod . 03:04:49 Removing intermediate container 406f4ebe2d79 03:04:49 ---> 4de63de7dc12 03:04:49 03:04:49 Successfully built 4de63de7dc12 03:04:49 Successfully tagged docker-security-bootstrapper-go:latest 03:04:49  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 03:04:50 ---> f429e504dd1c 03:04:50 Step 7/23 : RUN go mod download 03:04:52 ---> Running in bb85d01fdd54 03:04:52 Removing intermediate container 4915353c0a3f 03:04:52 ---> a074ec916800 03:04:52 Step 20/26 : RUN pip install docker-compose==1.23.2 03:04:53 ---> Running in 9302b0631a87 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.867s coverage: 29.1% of statements 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.223s coverage: 96.5% of statements 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.082s coverage: 87.9% of statements 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:04:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 03:04:58 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements 03:04:59 GO111MODULE=on go vet ./... 03:04:59 Removing intermediate container bb85d01fdd54 03:04:59 ---> 786206b0bbed 03:04:59 Step 8/23 : COPY . . 03:05:03 Collecting docker-compose==1.23.2 03:05:03 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:05:04 Collecting docopt<0.7,>=0.6.1 03:05:04 Downloading docopt-0.6.2.tar.gz (25 kB) 03:05:09 Collecting texttable<0.10,>=0.9.0 03:05:09 Downloading texttable-0.9.1.tar.gz (11 kB) 03:05:10 Collecting jsonschema<3,>=2.5.1 03:05:10 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:05:10 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 03:05:10 Collecting PyYAML<4,>=3.10 03:05:10 Downloading PyYAML-3.13.tar.gz (270 kB) 03:05:13 Collecting websocket-client<1.0,>=0.32.0 03:05:13 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:05:13 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:05:14 Collecting docker<4.0,>=3.6.0 03:05:14 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:05:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:05:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:05:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:05:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:05:14 ---> 1e469592fb44 03:05:14 Step 3/22 : WORKDIR /edgex-go 03:05:14 ---> Using cache 03:05:14 ---> dabcdc183532 03:05:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:05:14 ---> Using cache 03:05:14 ---> 2fcd77bf9fa9 03:05:14 Step 5/22 : RUN apk add --update --no-cache make git 03:05:14 ---> Using cache 03:05:14 ---> 70f44379d34e 03:05:14 Step 6/22 : COPY go.mod . 03:05:14 ---> Using cache 03:05:14 ---> 618bc883d1a3 03:05:14 Step 7/22 : RUN go mod download 03:05:14 ---> Using cache 03:05:14 ---> 48af08e04604 03:05:14 Step 8/22 : COPY . . 03:05:15 ---> Using cache 03:05:15 ---> f2f73ed1639e 03:05:15 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:05:16 ---> Running in 32c85c3566a3 03:05:16 Collecting cached-property<2,>=1.2.0 03:05:16 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:05:16 Collecting dockerpty<0.5,>=0.4.1 03:05:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:05:18 Collecting docker-pycreds>=0.4.0 03:05:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:05:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:05:19 Collecting idna<2.8,>=2.5 03:05:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:05:19 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) 03:05:19 Collecting urllib3<1.25,>=1.21.1 03:05:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:05:19 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) 03:05:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:05:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:05:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:05:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:05:20 Installing collected packages: docopt, texttable, jsonschema, PyYAML, websocket-client, docker-pycreds, idna, urllib3, requests, docker, cached-property, dockerpty, docker-compose 03:05:20 Running setup.py install for docopt: started 03:05:21 Running setup.py install for docopt: finished with status 'done' 03:05:21 Running setup.py install for texttable: started 03:05:22 Running setup.py install for texttable: finished with status 'done' 03:05:24 Running setup.py install for PyYAML: started 03:05:26 Running setup.py install for PyYAML: finished with status 'done' 03:05:27 Attempting uninstall: idna 03:05:27 Found existing installation: idna 2.9 03:05:27 Uninstalling idna-2.9: 03:05:27 Successfully uninstalled idna-2.9 03:05:27 Removing intermediate container 9123d66e959f 03:05:27 ---> fcbc2a0c77f5 03:05:27 03:05:27 Step 10/21 : FROM alpine:3.12 03:05:27 ---> 88dd2752d2ea 03:05:27 Step 11/21 : RUN apk add --update --no-cache curl 03:05:27 Removing intermediate container 6292ffc4ceb9 03:05:27 ---> 66946dbcd802 03:05:27 03:05:27 Step 10/23 : FROM alpine:3.12 03:05:27 ---> 88dd2752d2ea 03:05:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:05:27 ---> Using cache 03:05:27 ---> 66b655922879 03:05:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:05:27 ---> Using cache 03:05:27 ---> badd841347f7 03:05:27 Step 13/23 : ENV APP_PORT=48082 03:05:28 Attempting uninstall: urllib3 03:05:28 Found existing installation: urllib3 1.25.9 03:05:28 Uninstalling urllib3-1.25.9: 03:05:28 ---> Running in 65ab2abbcce8 03:05:28 ---> Running in 93d51ebf9680 03:05:28 Successfully uninstalled urllib3-1.25.9 03:05:30 Attempting uninstall: requests 03:05:30 Found existing installation: requests 2.23.0 03:05:30 Uninstalling requests-2.23.0: 03:05:30 Removing intermediate container 65ab2abbcce8 03:05:30 ---> 07b9b93cd30a 03:05:30 Step 14/23 : EXPOSE $APP_PORT 03:05:31 Successfully uninstalled requests-2.23.0 03:05:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:31 ---> Running in 9c8671c10506 03:05:31 (1/4) Installing ca-certificates (20191127-r4) 03:05:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:05:32 (3/4) Installing libcurl (7.69.1-r3) 03:05:32 (4/4) Installing curl (7.69.1-r3) 03:05:32 Executing busybox-1.31.1-r19.trigger 03:05:32 Executing ca-certificates-20191127-r4.trigger 03:05:32 OK: 7 MiB in 18 packages 03:05:33 Removing intermediate container 9c8671c10506 03:05:33 ---> c7c8e70ea77a 03:05:33 Step 15/23 : WORKDIR / 03:05:33 Running setup.py install for dockerpty: started 03:05:33 ---> Running in 9d86d7e9d73a 03:05:33 ---> 46ea43d08784 03:05:33 Step 9/23 : RUN make cmd/core-data/core-data 03:05:34 Running setup.py install for dockerpty: finished with status 'done' 03:05:34 ---> Running in 3895189b9eb3 03:05:34 Removing intermediate container 9d86d7e9d73a 03:05:34 ---> f50eca9749a6 03:05:34 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:05:35 Removing intermediate container 93d51ebf9680 03:05:35 ---> 230f051166ca 03:05:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:05:35 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 03:05:35 ---> 7c81f0dc3310 03:05:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:05:35 ---> Running in 15f1e3759539 03:05:35 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:05:36 Removing intermediate container 15f1e3759539 03:05:36 ---> acd89ea8bf73 03:05:36 Step 13/21 : WORKDIR /edgex 03:05:36 ---> Running in d178dbebbd0a 03:05:36 ---> df2209dd7571 03:05:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:05:36 Removing intermediate container d178dbebbd0a 03:05:36 ---> e25808a798b5 03:05:36 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:05:39 ---> 7500605245eb 03:05:39 Step 19/23 : ENTRYPOINT ["/core-command"] 03:05:39 ---> d28a02a41311 03:05:39 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:05:39 Removing intermediate container 9302b0631a87 03:05:39 ---> 7d1a511ae3d8 03:05:39 Step 21/26 : RUN apk --no-cache add curl 03:05:39 ---> Running in 3f2a3618a45d 03:05:39 ---> Running in 3a7c702992f9 03:05:39 Removing intermediate container 3f2a3618a45d 03:05:39 ---> d82ec9f58aa5 03:05:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:05:40 ---> Running in f3830b4ca948 03:05:40 Removing intermediate container f3830b4ca948 03:05:40 ---> 258f0929ecd6 03:05:40 Step 21/23 : LABEL arch=x86_64 03:05:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:05:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:05:41 ---> Running in 42f0f86c891f 03:05:41 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:05:41 (2/3) Installing libcurl (7.69.1-r3) 03:05:41 (3/3) Installing curl (7.69.1-r3) 03:05:41 Executing busybox-1.31.1-r19.trigger 03:05:41 ---> 935f10782ca6 03:05:41 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:05:41 OK: 72 MiB in 58 packages 03:05:41 Removing intermediate container 42f0f86c891f 03:05:41 ---> 3958840d5573 03:05:41 Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:05:41 ---> Running in 9138112eb34b 03:05:42 Removing intermediate container 9138112eb34b 03:05:42 ---> 7366ba37cb54 03:05:42 Step 23/23 : LABEL version=0.0.0 03:05:42 ---> 33b1bcaed14a 03:05:42 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:05:42 ---> Running in 607998c0cfc1 03:05:42 Removing intermediate container 3a7c702992f9 03:05:42 ---> 62d0bf8ad7cb 03:05:42 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:05:42 ---> Running in 5283ea5f5fd6 03:05:42 ---> Running in 8d9f1cdc5cc4 03:05:43 Removing intermediate container 607998c0cfc1 03:05:43 ---> fcab4b465253 03:05:43 03:05:43 Removing intermediate container 5283ea5f5fd6 03:05:43 ---> faa59105fb33 03:05:43 Step 18/21 : CMD ["--init=true"] 03:05:43 Successfully built fcab4b465253 03:05:43 Removing intermediate container 8d9f1cdc5cc4 03:05:43 ---> ec8afaa3f8df 03:05:43 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:05:43 Successfully tagged docker-core-command-go:latest 03:05:44  Building docker-core-command-go ... done  ---> Running in f72451a178da 03:05:44 ---> Running in 61d651b4ebb6 03:05:44 Removing intermediate container f72451a178da 03:05:44 ---> 04a5609c0178 03:05:44 Step 19/21 : LABEL arch=x86_64 03:05:44 ---> Running in 56ccd27689d6 03:05:44 Removing intermediate container 61d651b4ebb6 03:05:44 ---> 1f0f32ec1c8e 03:05:44 Step 24/26 : LABEL arch=x86_64 03:05:44 ---> Running in 9a1695aa2c97 03:05:45 Removing intermediate container 56ccd27689d6 03:05:45 ---> 2a67be02d778 03:05:45 Step 20/21 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:05:47 ---> Running in a31c521a0c59 03:05:47 Removing intermediate container 9a1695aa2c97 03:05:47 ---> 7a751ddbcb8e 03:05:47 Step 25/26 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:05:47 ---> Running in 775b232a4490 03:05:47 Removing intermediate container a31c521a0c59 03:05:47 ---> c1f1aa874803 03:05:47 Step 21/21 : LABEL version=0.0.0 03:05:47 Removing intermediate container 32c85c3566a3 03:05:47 ---> c02d5eb89386 03:05:47 03:05:47 Step 10/22 : FROM alpine:3.12 03:05:47 ---> 88dd2752d2ea 03:05:47 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:05:47 ---> Using cache 03:05:47 ---> 66b655922879 03:05:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:05:47 ---> Using cache 03:05:47 ---> badd841347f7 03:05:47 Step 13/22 : ENV APP_PORT=48085 03:05:47 ---> Running in 19516c0d0a1d 03:05:47 ---> Running in f0aa01181f20 03:05:47 Removing intermediate container 775b232a4490 03:05:47 ---> 7e037bd24d55 03:05:47 Step 26/26 : LABEL version=0.0.0 03:05:48 ---> Running in ff50b9715b80 03:05:48 Removing intermediate container 19516c0d0a1d 03:05:48 ---> 3c22d124bc3d 03:05:48 Step 14/22 : EXPOSE $APP_PORT 03:05:48 Removing intermediate container f0aa01181f20 03:05:48 ---> 4e4e1f1547fe 03:05:48 03:05:49 Successfully built 4e4e1f1547fe 03:05:49 Removing intermediate container ff50b9715b80 03:05:49 ---> c5d9b0d2c826 03:05:49 03:05:49 ---> Running in b2b5c120e0ae 03:05:49 Successfully tagged docker-security-proxy-setup-go:latest 03:05:49  Building docker-security-proxy-setup-go ... done Successfully built c5d9b0d2c826 03:05:49 Successfully tagged docker-sys-mgmt-agent-go:latest 03:05:49  Building docker-sys-mgmt-agent-go ... done Removing intermediate container b2b5c120e0ae 03:05:49 ---> 917883265e18 03:05:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:05:50 ---> 5a451d15952d 03:05:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:05:51 ---> 7392e7c003f6 03:05:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:05:51 ---> 8b0629e608ce 03:05:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:05:51 ---> Running in b82c05d43d03 03:05:52 Removing intermediate container b82c05d43d03 03:05:52 ---> 7a1a7f8eebab 03:05:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:05:52 ---> Running in bf42ecd3c23e 03:05:53 Removing intermediate container bf42ecd3c23e 03:05:53 ---> 884f7a4ed7bb 03:05:53 Step 20/22 : LABEL arch=x86_64 03:05:53 ---> Running in f16e90cbe037 03:05:53 Removing intermediate container f16e90cbe037 03:05:53 ---> fbb045abf750 03:05:53 Step 21/22 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:05:53 ---> Running in 305edabfdb33 03:05:54 Removing intermediate container 305edabfdb33 03:05:54 ---> 28fe5f3c638c 03:05:54 Step 22/22 : LABEL version=0.0.0 03:05:54 ---> Running in 2ea1bb191541 03:05:54 Removing intermediate container 2ea1bb191541 03:05:54 ---> a2be4202eeb4 03:05:54 03:05:54 Successfully built a2be4202eeb4 03:05:54 Successfully tagged docker-support-scheduler-go:latest 03:06:01  Building docker-support-scheduler-go ... done Removing intermediate container 3895189b9eb3 03:06:01 ---> 860cce952c01 03:06:01 03:06:01 Step 10/23 : FROM alpine:3.12 03:06:01 ---> 88dd2752d2ea 03:06:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:06:01 ---> Running in 9d971c16271c 03:06:01 Removing intermediate container 9d971c16271c 03:06:01 ---> 6406137df351 03:06:01 Step 12/23 : ENV APP_PORT=48080 03:06:01 ---> Running in 5a91bcd5a98b 03:06:01 Removing intermediate container 5a91bcd5a98b 03:06:01 ---> 140d6255eb8c 03:06:01 Step 13/23 : EXPOSE $APP_PORT 03:06:01 ---> Running in ac15a7edb18b 03:06:01 Removing intermediate container ac15a7edb18b 03:06:01 ---> aa33320222b9 03:06:01 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:06:01 ---> Running in e0005a3bc4d5 03:06:03 Removing intermediate container e0005a3bc4d5 03:06:03 ---> ee4c80c0b98a 03:06:03 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:06:03 ---> Running in f617da727ec9 03:06:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:06:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:06:04 (1/6) Installing dumb-init (1.2.2-r1) 03:06:05 (2/6) Installing libgcc (9.3.0-r2) 03:06:05 (3/6) Installing libsodium (1.0.18-r0) 03:06:05 (4/6) Installing libstdc++ (9.3.0-r2) 03:06:05 (5/6) Installing libzmq (4.3.3-r0) 03:06:05 (6/6) Installing zeromq (4.3.3-r0) 03:06:05 Executing busybox-1.31.1-r19.trigger 03:06:05 OK: 8 MiB in 20 packages 03:06:06 Removing intermediate container f617da727ec9 03:06:06 ---> f004370f23c6 03:06:06 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:06:06 ---> 2868f710904e 03:06:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:06:07 ---> 31b62fcf1f32 03:06:07 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:06:07 ---> b4abf65a5720 03:06:07 Step 19/23 : ENTRYPOINT ["/core-data"] 03:06:07 ---> Running in ed9877d436c5 03:06:07 Removing intermediate container ed9877d436c5 03:06:07 ---> 059926dc2f31 03:06:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:06:07 ---> Running in 1bcd5eebb3af 03:06:08 Removing intermediate container 1bcd5eebb3af 03:06:08 ---> 3c64228e0040 03:06:08 Step 21/23 : LABEL arch=x86_64 03:06:08 ---> Running in 0a4da95b1d87 03:06:08 Removing intermediate container 0a4da95b1d87 03:06:08 ---> 019957654f5c 03:06:08 Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:06:08 ---> Running in 6575197b6459 03:06:08 Removing intermediate container 6575197b6459 03:06:08 ---> 113bc20c32ef 03:06:08 Step 23/23 : LABEL version=0.0.0 03:06:08 ---> Running in 103c8483ddb6 03:06:09 Removing intermediate container 103c8483ddb6 03:06:09 ---> 913cc705fabe 03:06:09 03:06:09 Successfully built 913cc705fabe 03:06:09 Successfully tagged docker-core-data-go:latest 03:06:09  Building docker-core-data-go ... done  [Pipeline] } 03:06:09 $ docker stop --time=1 391651326e0ba2063f99307e83259e01ec7c3e895ef6f7e159544e6bf1b434c3 03:06:11 $ docker rm -f 391651326e0ba2063f99307e83259e01ec7c3e895ef6f7e159544e6bf1b434c3 [Pipeline] // withDockerContainer [Pipeline] sh 03:06:11 + docker images 03:06:11 + grep docker 03:06:12 docker-core-data-go latest 913cc705fabe 3 seconds ago 22.6MB 03:06:12 docker-support-scheduler-go latest a2be4202eeb4 17 seconds ago 17.3MB 03:06:12 docker-security-proxy-setup-go latest 4e4e1f1547fe 23 seconds ago 24.7MB 03:06:12 docker-sys-mgmt-agent-go latest c5d9b0d2c826 23 seconds ago 313MB 03:06:12 docker-core-command-go latest fcab4b465253 29 seconds ago 17.2MB 03:06:12 docker-security-bootstrapper-go latest 4de63de7dc12 About a minute ago 18.8MB 03:06:12 docker-security-secretstore-setup-go latest 82d82a2bef7c 2 minutes ago 24.9MB 03:06:12 docker-core-metadata-go latest f3bbfd82b87d 2 minutes ago 19MB 03:06:12 docker-support-notifications-go latest 15ad42f16ffc 2 minutes ago 17.8MB 03:06:12 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 03:06:27 Still waiting to schedule task 03:06:27 ‘prd-centos7-docker-4c-2g-29914’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-8c-8g-29923’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘ubuntu18.04-docker-8c-8g’ 03:06:36 gofmt -l . 03:06:36 [ "`gofmt -l .`" = "" ] 03:06:36 ./bin/test-go-mod-tidy.sh 03:06:36 ./bin/test-attribution-txt.sh [Pipeline] sh 03:06:38 + ls -al . 03:06:38 total 788 03:06:38 drwxrwxr-x 9 1001 1001 4096 Mar 16 03:06 . 03:06:38 drwxr-xr-x 4 root root 4096 Mar 16 03:01 .. 03:06:38 -rw-rw-r-- 1 1001 1001 11 Mar 16 02:59 .dockerignore 03:06:38 drwxrwxr-x 8 1001 1001 4096 Mar 16 02:59 .git 03:06:38 drwxrwxr-x 3 1001 1001 4096 Mar 16 02:59 .github 03:06:38 -rw-rw-r-- 1 1001 1001 818 Mar 16 02:59 .gitignore 03:06:38 -rw-rw-r-- 1 1001 1001 166 Mar 16 02:59 .sonarcloud.properties 03:06:38 -rw-rw-r-- 1 1001 1001 8607 Mar 16 02:59 Attribution.txt 03:06:38 -rw-rw-r-- 1 1001 1001 3804 Mar 16 02:59 CONTRIBUTING.md 03:06:38 -rw-rw-r-- 1 1001 1001 931 Mar 16 02:59 Dockerfile.build 03:06:38 -rw-rw-r-- 1 1001 1001 863 Mar 16 02:59 Jenkinsfile 03:06:38 -rw-rw-r-- 1 1001 1001 10775 Mar 16 02:59 LICENSE 03:06:38 -rw-rw-r-- 1 1001 1001 5774 Mar 16 02:59 Makefile 03:06:38 -rw-rw-r-- 1 1001 1001 6548 Mar 16 02:59 README.md 03:06:38 -rw-rw-r-- 1 1001 1001 6755 Mar 16 02:59 SECURITY.md 03:06:38 -rw-rw-r-- 1 1001 1001 5 Mar 16 02:56 VERSION 03:06:38 -rw-rw-r-- 1 1001 1001 4131 Mar 16 02:59 ZMQWindows.md 03:06:38 drwxrwxr-x 2 1001 1001 4096 Mar 16 02:59 bin 03:06:38 drwxrwxr-x 14 1001 1001 4096 Mar 16 02:59 cmd 03:06:38 -rw-r--r-- 1 root root 650607 Mar 16 03:04 coverage.out 03:06:38 -rw-r--r-- 1 root root 1055 Mar 16 03:06 go.mod 03:06:38 -rw-r--r-- 1 root root 22209 Mar 16 03:06 go.sum 03:06:38 drwxrwxr-x 8 1001 1001 4096 Mar 16 02:59 internal 03:06:38 drwxrwxr-x 4 1001 1001 4096 Mar 16 02:59 openapi 03:06:38 drwxrwxr-x 4 1001 1001 4096 Mar 16 02:59 snap 03:06:38 -rw-rw-r-- 1 1001 1001 168 Mar 16 02:59 version.go [Pipeline] sh 03:06:38 + '[' -e coverage.out ] 03:06:38 + chown 1001:1001 coverage.out [Pipeline] stash 03:06:38 Warning: overwriting stash ‘coverage-report’ 03:06:40 Stashed 1 file(s) [Pipeline] sh 03:06:41 + make build 03:06:41 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 03:06:53 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 03:07:20 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 03:07:25 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 03:07:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 03:07:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 03:07: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 03:07:47 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 03:07:53 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 03:07:57 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 03:08:01 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 03:08:06 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] } 03:08:14 $ docker stop --time=1 5206468073a5b08ce21be223111cc6c5ecc3965f8b32576fd9743acc8ced8836 03:08:16 $ docker rm -f 5206468073a5b08ce21be223111cc6c5ecc3965f8b32576fd9743acc8ced8836 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:08:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:08:19 03:08:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:08:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:08:19 latest: Pulling from edgex-devops/edgex-compose-arm64 03:08:19 29e5d40040c1: Pulling fs layer 03:08:19 1ce36da41761: Pulling fs layer 03:08:19 25b303627fd3: Pulling fs layer 03:08:19 29e5d40040c1: Verifying Checksum 03:08:20 29e5d40040c1: Pull complete 03:08:20 1ce36da41761: Verifying Checksum 03:08:20 1ce36da41761: Download complete 03:08:21 1ce36da41761: Pull complete 03:08:22 25b303627fd3: Verifying Checksum 03:08:22 25b303627fd3: Download complete 03:08:32 25b303627fd3: Pull complete 03:08:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 03:08:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:08:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 03:08:32 prd-ubuntu18.04-docker-arm64-4c-16g-29919 does not seem to be running inside a container 03:08:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 03:08:35 Running on prd-ubuntu18.04-docker-8c-8g-29924 in /w/workspace/edgexfoundry_edgex-go_PR-3208 03:08:35 $ docker top dc548b1558150e2495d95b2e14f259429183a9bb1fa81be790fc3d9bc4a389ca -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 03:08:36 Running in /w/workspace/edgex-go/22 [Pipeline] { [Pipeline] checkout 03:08:36 + + docker-composegrep build parallel --help 03:08:36 03:08:38 using credential edgex-jenkins-ssh 03:08:38 Cloning the remote Git repository 03:08:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:08:38 > git init /w/workspace/edgex-go/22 # timeout=10 03:08:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:08:38 > git --version # timeout=10 03:08:38 > git --version # 'git version 2.17.1' 03:08:38 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:08:41 --parallel Build images in parallel. [Pipeline] } 03:08:41 $ docker stop --time=1 dc548b1558150e2495d95b2e14f259429183a9bb1fa81be790fc3d9bc4a389ca 03:08:43 $ docker rm -f dc548b1558150e2495d95b2e14f259429183a9bb1fa81be790fc3d9bc4a389ca [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:08:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 03:08:44 . [Pipeline] withDockerContainer 03:08:44 prd-ubuntu18.04-docker-arm64-4c-16g-29919 does not seem to be running inside a container 03:08:44 $ 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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 03:08:46 $ docker top bd8450518c4f806ffeb38a38bb996fc19c6177908d43b1086b21d735df4fce54 -eo pid,comm [Pipeline] { [Pipeline] sh 03:08:47 + docker-compose -f ./docker-compose-build.yml build --parallel 03:08:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:08:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:08:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:08:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:08:48 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:48 > 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 03:08:49 Merging remotes/origin/master commit ebb2ea496306d9631a66da1b80e1549344472191 into PR head commit e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:08:49 Merge succeeded, producing e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:08:49 Checking out Revision e937d7012ee7f86ebd8e39eec8b349db9df0ae33 (PR-3208) 03:08:49 > git config core.sparsecheckout # timeout=10 03:08:49 > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 03:08:49 > git remote # timeout=10 03:08:49 > git config --get remote.origin.url # timeout=10 03:08:49 using GIT_SSH to set credentials SSH Credentials for GitHub 03:08:49 > git merge ebb2ea496306d9631a66da1b80e1549344472191 # timeout=10 03:08:49 > git rev-parse HEAD^{commit} # timeout=10 03:08:49 > git config core.sparsecheckout # timeout=10 03:08:49 > git checkout -f e937d7012ee7f86ebd8e39eec8b349db9df0ae33 # timeout=10 03:08:52 Building docker-core-command-go ... 03:08:52 Building docker-core-data-go ... 03:08:52 Building docker-core-metadata-go ... 03:08:52 Building docker-security-bootstrapper-go ... 03:08:52 Building docker-security-proxy-setup-go ... 03:08:52 Building docker-security-secretstore-setup-go ... 03:08:52 Building docker-support-notifications-go ... 03:08:52 Building docker-support-scheduler-go ... 03:08:52 Building docker-sys-mgmt-agent-go ... 03:08:52 Building docker-sys-mgmt-agent-go 03:08:52 Building docker-support-scheduler-go 03:08:52 Building docker-security-proxy-setup-go 03:08:52 Building docker-core-command-go 03:08:52 Building docker-support-notifications-go 03:08:54 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:08:55 + echo snap-build.sh 03:08:55 snap-build.sh 03:08:55 + SNAP_BASE_DIR=. 03:08:55 + '[' '!' -z /w/workspace/edgex-go/22 ']' 03:08:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/22 03:08:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/22]' 03:08:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/22] 03:08:55 + cd /w/workspace/edgex-go/22 03:08:55 + sudo apt-get remove -qy --purge lxd lxd-client 03:08:55 Reading package lists... 03:08:55 Building dependency tree... 03:08:55 Reading state information... 03:08:55 The following packages were automatically installed and are no longer required: 03:08:55 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 03:08:55 uidmap xdelta3 03:08:55 Use 'sudo apt autoremove' to remove them. 03:08:55 The following packages will be REMOVED: 03:08:55 lxd* lxd-client* 03:08:55 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 03:08:55 After this operation, 31.7 MB disk space will be freed. 03:08:56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 03:08:56 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 03:08:57 Removing lxd dnsmasq configuration 03:08:57 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 03:08:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 03:08:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 03:08:59 (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.) 03:08:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 03:09:00 Processing triggers for systemd (237-3ubuntu10.42) ... 03:09:00 Processing triggers for ureadahead (0.100.0-21) ... 03:09:01 + sudo snap remove --purge lxd 03:09:01 snap "lxd" is not installed 03:09:01 + sudo groupadd --force --system lxd 03:09:01 ++ whoami 03:09:01 + sudo /usr/sbin/usermod -G lxd -a jenkins 03:09:02 + newgrp - lxd 03:09:02 + sudo snap install lxd 03:09:10 2021-03-16T03:09:08Z INFO Waiting for automatic snapd restart... 03:09:42 lxd 4.12 from Canonical* installed 03:09:42 + sudo lxd init --auto 03:09:50 + sudo snap install --classic snapcraft 03:09:58 snapcraft 4.5.4 from Canonical* installed 03:09:58 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 03:09:58 + patch --verbose -p1 03:09:58 Hmm... Looks like a unified diff to me... 03:09:58 The text leading up to this was: 03:09:58 -------------------------- 03:09:58 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 03:09:58 |From: Tony Espy 03:09:58 |Date: Tue, 9 Mar 2021 19:05:15 -0500 03:09:58 |Subject: [PATCH] optimize snap build for pipeline CI check 03:09:58 | 03:09:58 |This patch is used by the EdgeX CI pipeline builds to 03:09:58 |optimize the snap CI check run for pull requests. When 03:09:58 |applied, it essentially strips out everything (apps and 03:09:58 |parts) from the snapcraft.yaml file except those required 03:09:58 |to build edgex-go, as the whole idea of the CI check is to 03:09:58 |catch changes to edgex-go that break the snap build. 03:09:58 | 03:09:58 |In general, anyone updating snapcraft.yaml will also need 03:09:58 |to update this patch file, otherwise it may fail to apply, 03:09:58 |resulting in a failed snap build CI check in the associated 03:09:58 |pull request. 03:09:58 | 03:09:58 |Note - in addition to applying this patch, the pipeline also 03:09:58 |only primes the snap (e.g. `snapcraft prime`), as there's no 03:09:58 |need to build the finally binary .snap file (and it won't 03:09:58 |work with the patch applied). This further reduces the build 03:09:58 |time. 03:09:58 |--- 03:09:58 | snap/snapcraft.yaml | 452 +------------------------------------------- 03:09:58 | 1 file changed, 1 insertion(+), 451 deletions(-) 03:09:58 | 03:09:58 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 03:09:58 |index d8bc12bc..5a5f5fbb 100644 03:09:58 |--- a/snap/snapcraft.yaml 03:09:58 |+++ b/snap/snapcraft.yaml 03:09:58 -------------------------- 03:09:58 patching file snap/snapcraft.yaml 03:09:58 Using Plan A... 03:09:58 Hunk #1 succeeded at 73. 03:09:58 Hunk #2 succeeded at 205. 03:09:58 Hunk #3 succeeded at 217. 03:09:58 Hunk #4 succeeded at 225. 03:09:58 Hunk #5 succeeded at 232. 03:09:58 Hunk #6 succeeded at 259. 03:09:58 Hunk #7 succeeded at 271. 03:09:58 Hunk #8 succeeded at 327. 03:09:58 Hmm... Ignoring the trailing garbage. 03:09:58 done 03:09:58 + sudo snapcraft prime --use-lxd 03:09:59 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 03:09:59 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: 03:09:59 - README.md 03:09:59 03:09:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:10:00 Launching a container. 03:10:12 Waiting for container to be ready 03:10:12 To start your first instance, try: lxc launch ubuntu:18.04 03:10:12 03:10:15 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:10:15 ---> 963c51953b39 03:10:15 Step 3/26 : WORKDIR /edgex-go 03:10:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:10:15 ---> 963c51953b39 03:10:15 Step 3/23 : WORKDIR /edgex-go 03:10:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:10:15 ---> 963c51953b39 03:10:15 Step 3/21 : WORKDIR /edgex-go 03:10:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:10:15 ---> 963c51953b39 03:10:15 Step 3/22 : WORKDIR /edgex-go 03:10:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:10:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:10:15 ---> 963c51953b39 03:10:15 Step 3/22 : WORKDIR /edgex-go 03:10:15 ---> Running in 804761bdab4e 03:10:15 ---> Running in d98f3ee0539d 03:10:15 ---> Running in ee08ee09c9fb 03:10:15 ---> Running in a384f9fdc8d1 03:10:15 ---> Running in 7a2f778c20f0 03:10:15 Removing intermediate container 7a2f778c20f0 03:10:15 ---> 26180215b67b 03:10:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:15 Removing intermediate container a384f9fdc8d1 03:10:15 ---> 8f315ffc20e8 03:10:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:15 Removing intermediate container 804761bdab4e 03:10:15 ---> 900cca31e272 03:10:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:15 Removing intermediate container d98f3ee0539d 03:10:15 ---> 277159d02fb0 03:10:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:15 Removing intermediate container ee08ee09c9fb 03:10:15 ---> 69f752285c0a 03:10:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:10:15 ---> Running in 1f2fcb1fd1d8 03:10:15 ---> Running in 4a407596af7d 03:10:15 ---> Running in a83172627439 03:10:15 ---> Running in 62e88b1b77dc 03:10:15 ---> Running in 0d91a256a39a 03:10:15 Removing intermediate container 1f2fcb1fd1d8 03:10:15 ---> c226bcf2c4c3 03:10:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:10:15 ---> Running in 83389b21bc3e 03:10:15 Removing intermediate container 4a407596af7d 03:10:15 ---> 7c4dd7a16b03 03:10:15 Step 5/23 : RUN apk add --update --no-cache make git 03:10:15 Removing intermediate container 0d91a256a39a 03:10:15 ---> 48fdaa9c7656 03:10:15 Step 5/26 : RUN apk add --update --no-cache make bash git 03:10:15 ---> Running in 9360362097ed 03:10:15 ---> Running in dc4fc5c9f12a 03:10:15 Removing intermediate container a83172627439 03:10:15 ---> aafbe81011a7 03:10:15 Step 5/21 : RUN apk add --update --no-cache make git 03:10:15 Removing intermediate container 62e88b1b77dc 03:10:15 ---> 7a94b0b64889 03:10:15 Step 5/22 : RUN apk add --update --no-cache make git 03:10:15 ---> Running in 40060376a670 03:10:15 ---> Running in f510842b96e2 03:10:15 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 03:10:15 Waiting for network to be ready... 03:10:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:15 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:10:15 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 03:10:15 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:10:15 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 03:10:15 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:10:15 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:10:15 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 03:10:15 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 03:10:15 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 03:10:15 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 03:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:10:16 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:10:16 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:10:16 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:10:16 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:10:16 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:10:16 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:10:16 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:10:16 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:10:17 OK: 217 MiB in 51 packages 03:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:10:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 03:10:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 03:10:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:10:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:10:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 03:10:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 03:10:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 03:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:10:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 03:10:17 OK: 217 MiB in 51 packages 03:10:18 OK: 217 MiB in 51 packages 03:10:18 OK: 217 MiB in 51 packages 03:10:18 Removing intermediate container 83389b21bc3e 03:10:18 ---> b0af547300b1 03:10:18 Step 6/22 : COPY go.mod . 03:10:18 OK: 217 MiB in 51 packages 03:10:19 Fetched 24.1 MB in 4s (6112 kB/s) 03:10:19 Removing intermediate container 9360362097ed 03:10:19 ---> a5e051b4442f 03:10:19 Step 6/23 : COPY go.mod . 03:10:19 ---> f1050a65bc7d 03:10:19 Step 7/22 : RUN go mod download 03:10:20 ---> Running in fbb7f04a5e96 03:10:20 Removing intermediate container dc4fc5c9f12a 03:10:20 ---> 4dc23cb7eb73 03:10:20 Step 6/26 : COPY go.mod . 03:10:20 Removing intermediate container 40060376a670 03:10:20 ---> bb68e5e62b42 03:10:20 Step 6/21 : COPY go.mod . 03:10:20 Reading package lists... 03:10:20 Removing intermediate container f510842b96e2 03:10:20 ---> 066eed7f212c 03:10:20 Step 6/22 : COPY go.mod . 03:10:20 Reading package lists... 03:10:20 ---> 6503356fe295 03:10:20 Step 7/23 : RUN go mod download 03:10:20 Building dependency tree... 03:10:20 Reading state information... 03:10:20 The following additional packages will be installed: 03:10:20 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:10:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:10:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:10:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 03:10:20 Suggested packages: 03:10:20 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 03:10:20 Recommended packages: 03:10:20 gnupg libsasl2-modules 03:10:20 The following NEW packages will be installed: 03:10:20 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 03:10:20 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 03:10:20 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 03:10:20 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 03:10:20 The following packages will be upgraded: 03:10:20 gpg gpg-agent gpgconf libudev1 03:10:20 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 03:10:20 Need to get 3530 kB of archives. 03:10:20 After this operation, 13.3 MB of additional disk space will be used. 03:10:20 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] 03:10:21 ---> Running in 80ecc623ebb6 03:10:21 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] 03:10:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 03:10:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 03:10:21 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 03:10:21 ---> df8f30d53c37 03:10:21 Step 7/26 : RUN go mod download 03:10:21 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 03:10:21 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 03:10:21 ---> Running in 20ffc924ec0f 03:10:21 ---> 7dc0f4cd7d1d 03:10:21 Step 7/21 : RUN go mod download 03:10:21 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 03:10:21 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 03:10:21 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 03:10:21 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 03:10:21 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 03:10:21 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 03:10:21 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 03:10:21 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 03:10:21 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 03:10:21 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 03:10:21 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 03:10:21 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 03:10:21 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 03:10:21 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 03:10:21 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 03:10:21 ---> 4c1e8fff137b 03:10:21 Step 7/22 : RUN go mod download 03:10:22 debconf: delaying package configuration, since apt-utils is not installed 03:10:22 Fetched 3530 kB in 1s (3412 kB/s) 03:10:22 (Reading database ... 12511 files and directories currently installed.) 03:10:22 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 03:10:22 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:10:22 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 03:10:22 ---> Running in b494ef2c711f 03:10:22 ---> Running in 96e535a78cdf 03:10:22 Selecting previously unselected package udev. 03:10:22 (Reading database ... 12511 files and directories currently installed.) 03:10:22 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 03:10:22 Unpacking udev (237-3ubuntu10.44) ... 03:10:22 Selecting previously unselected package libfuse2:amd64. 03:10:22 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 03:10:22 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:10:23 Selecting previously unselected package fuse. 03:10:23 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 03:10:23 Unpacking fuse (2.9.7-1ubuntu1) ... 03:10:23 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 03:10:23 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:10:23 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 03:10:23 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:10:23 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 03:10:23 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:10:23 Selecting previously unselected package libksba8:amd64. 03:10:23 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 03:10:23 Unpacking libksba8:amd64 (1.3.5-2) ... 03:10:23 Selecting previously unselected package libroken18-heimdal:amd64. 03:10:23 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:23 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:23 Selecting previously unselected package libasn1-8-heimdal:amd64. 03:10:23 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:23 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:23 Selecting previously unselected package libheimbase1-heimdal:amd64. 03:10:23 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:23 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:23 Selecting previously unselected package libhcrypto4-heimdal:amd64. 03:10:23 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:23 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:23 Selecting previously unselected package libwind0-heimdal:amd64. 03:10:23 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:24 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:24 Selecting previously unselected package libhx509-5-heimdal:amd64. 03:10:24 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:24 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:24 Selecting previously unselected package libkrb5-26-heimdal:amd64. 03:10:24 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:24 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:24 Selecting previously unselected package libheimntlm0-heimdal:amd64. 03:10:24 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:24 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:24 Selecting previously unselected package libgssapi3-heimdal:amd64. 03:10:24 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 03:10:24 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:24 Selecting previously unselected package libsasl2-modules-db:amd64. 03:10:24 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:10:24 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:10:24 Selecting previously unselected package libsasl2-2:amd64. 03:10:24 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 03:10:24 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:10:24 Selecting previously unselected package libldap-common. 03:10:24 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 03:10:24 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:10:24 Selecting previously unselected package libldap-2.4-2:amd64. 03:10:24 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 03:10:24 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:10:24 Selecting previously unselected package dirmngr. 03:10:24 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 03:10:24 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 03:10:24 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 03:10:24 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 03:10:24 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 03:10:24 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:10:24 Removing intermediate container fbb7f04a5e96 03:10:24 ---> af373e3c0302 03:10:24 Step 8/22 : COPY . . 03:10:25 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 03:10:25 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 03:10:25 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Setting up libksba8:amd64 (1.3.5-2) ... 03:10:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:10:25 Setting up udev (237-3ubuntu10.44) ... 03:10:25 invoke-rc.d: policy-rc.d denied execution of start. 03:10:25 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Processing triggers for systemd (237-3ubuntu10) ... 03:10:25 Setting up fuse (2.9.7-1ubuntu1) ... 03:10:25 Setting up gpg (2.2.4-1ubuntu1.4) ... 03:10:25 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Removing intermediate container 80ecc623ebb6 03:10:25 ---> 23e2d65ac12a 03:10:25 Step 8/23 : COPY . . 03:10:25 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 03:10:25 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 03:10:25 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 03:10:25 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:10:26 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 03:10:26 settings in the [Install] section, and DefaultInstance for template units). 03:10:26 This means they are not meant to be enabled using systemctl. 03:10:26 Possible reasons for having this kind of units are: 03:10:26 1) A unit may be statically enabled by being symlinked from another unit's 03:10:26 .wants/ or .requires/ directory. 03:10:26 2) A unit's purpose may be to act as a helper for some other unit which has 03:10:26 a requirement dependency on it. 03:10:26 3) A unit may be started when needed via activation (socket, path, timer, 03:10:26 D-Bus, udev, scripted systemctl call, ...). 03:10:26 4) In case of template units, the unit is meant to be enabled with some 03:10:26 instance name specified. 03:10:26 Reading package lists... 03:10:27 Building dependency tree... 03:10:27 Reading state information... 03:10:27 The following additional packages will be installed: 03:10:27 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 03:10:27 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 03:10:27 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 03:10:27 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 03:10:27 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 03:10:27 Suggested packages: 03:10:27 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 03:10:27 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 03:10:27 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 03:10:27 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 03:10:27 systemd-container policykit-1 03:10:27 Recommended packages: 03:10:27 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 03:10:27 The following NEW packages will be installed: 03:10:27 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 03:10:27 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 03:10:27 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 03:10:27 multiarch-support openssh-client python3 python3-minimal python3.6 03:10:27 python3.6-minimal snapd squashfs-tools sudo 03:10:27 The following packages will be upgraded: 03:10:27 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 03:10:27 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 03:10:27 Need to get 35.2 MB of archives. 03:10:27 After this operation, 141 MB of additional disk space will be used. 03:10:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 03:10:27 Removing intermediate container 20ffc924ec0f 03:10:27 ---> 3a8975932533 03:10:27 Step 8/26 : COPY . . 03:10:27 Removing intermediate container b494ef2c711f 03:10:27 ---> 277948685e7c 03:10:27 Step 8/21 : COPY . . 03:10:27 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 03:10:27 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 03:10:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 03:10:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 03:10:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 03:10:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 03:10:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 03:10:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 03:10:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 03:10:27 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 03:10:27 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 03:10:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 03:10:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 03:10:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 03:10:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 03:10:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 03:10:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 03:10:27 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 03:10:27 Removing intermediate container 96e535a78cdf 03:10:27 ---> 4e65b2e84af3 03:10:27 Step 8/22 : COPY . . 03:10:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 03:10:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 03:10:28 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 03:10:28 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 03:10:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 03:10:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 03:10:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 03:10:28 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 03:10:28 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 03:10:28 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 03:10:28 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 03:10:28 debconf: delaying package configuration, since apt-utils is not installed 03:10:28 Fetched 35.2 MB in 1s (25.9 MB/s) 03:10:28 (Reading database ... 12757 files and directories currently installed.) 03:10:28 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 03:10:29 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:10:29 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 03:10:29 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:10:29 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 03:10:29 (Reading database ... 12757 files and directories currently installed.) 03:10:29 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 03:10:29 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 03:10:29 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 03:10:30 (Reading database ... 12757 files and directories currently installed.) 03:10:30 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 03:10:30 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 03:10:30 Setting up apt (1.6.12ubuntu0.2) ... 03:10:30 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 03:10:30 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 03:10:30 (Reading database ... 12764 files and directories currently installed.) 03:10:30 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:10:30 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:10:31 Selecting previously unselected package libpython3.6-minimal:amd64. 03:10:31 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:10:31 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:10:31 Selecting previously unselected package libexpat1:amd64. 03:10:31 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 03:10:31 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:10:31 Selecting previously unselected package python3.6-minimal. 03:10:31 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:10:31 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:10:31 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 03:10:32 Checking for services that may need to be restarted...done. 03:10:32 Checking for services that may need to be restarted...done. 03:10:32 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:10:32 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 03:10:32 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 03:10:32 Selecting previously unselected package python3-minimal. 03:10:32 (Reading database ... 13012 files and directories currently installed.) 03:10:32 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 03:10:32 Unpacking python3-minimal (3.6.7-1~18.04) ... 03:10:32 Selecting previously unselected package mime-support. 03:10:32 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 03:10:32 Unpacking mime-support (3.60ubuntu1) ... 03:10:32 Selecting previously unselected package libmpdec2:amd64. 03:10:32 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 03:10:32 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:10:32 Selecting previously unselected package libpython3.6-stdlib:amd64. 03:10:32 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:10:32 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:10:33 Selecting previously unselected package python3.6. 03:10:33 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 03:10:33 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:10:33 Selecting previously unselected package libpython3-stdlib:amd64. 03:10:33 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 03:10:33 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:10:34 Setting up python3-minimal (3.6.7-1~18.04) ... 03:10:35 Selecting previously unselected package python3. 03:10:35 (Reading database ... 13442 files and directories currently installed.) 03:10:35 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 03:10:35 Unpacking python3 (3.6.7-1~18.04) ... 03:10:35 Selecting previously unselected package multiarch-support. 03:10:35 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 03:10:35 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 03:10:35 Setting up multiarch-support (2.27-3ubuntu1.4) ... 03:10:35 Selecting previously unselected package liblzo2-2:amd64. 03:10:35 (Reading database ... 13479 files and directories currently installed.) 03:10:35 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 03:10:35 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 03:10:35 Selecting previously unselected package libbsd0:amd64. 03:10:35 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 03:10:35 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:10:35 Selecting previously unselected package sudo. 03:10:35 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 03:10:35 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 03:10:35 Selecting previously unselected package apparmor. 03:10:35 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 03:10:35 Unpacking apparmor (2.12-4ubuntu5.1) ... 03:10:35 Selecting previously unselected package libedit2:amd64. 03:10:35 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 03:10:35 Unpacking libedit2:amd64 (3.1-20170329-1) ... 03:10:35 Selecting previously unselected package libkrb5support0:amd64. 03:10:35 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 03:10:35 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:10:35 Selecting previously unselected package libk5crypto3:amd64. 03:10:35 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 03:10:35 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:10:35 Selecting previously unselected package libkeyutils1:amd64. 03:10:35 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 03:10:35 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:10:36 Selecting previously unselected package libkrb5-3:amd64. 03:10:36 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 03:10:36 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:10:36 Selecting previously unselected package libgssapi-krb5-2:amd64. 03:10:36 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 03:10:36 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:10:36 Selecting previously unselected package libssl1.0.0:amd64. 03:10:36 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 03:10:36 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:10:36 Selecting previously unselected package openssh-client. 03:10:36 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 03:10:36 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 03:10:36 Selecting previously unselected package squashfs-tools. 03:10:36 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 03:10:36 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:10:37 Selecting previously unselected package snapd. 03:10:37 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 03:10:37 Unpacking snapd (2.48.3+18.04) ... 03:10:38 Setting up libedit2:amd64 (3.1-20170329-1) ... 03:10:38 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 03:10:38 Setting up mime-support (3.60ubuntu1) ... 03:10:39 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 03:10:39 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 03:10:39 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 03:10:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:10:39 Setting up systemd (237-3ubuntu10.44) ... 03:10:39 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 03:10:40 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 03:10:41 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 03:10:41 Setting up liblzo2-2:amd64 (2.08-1.2) ... 03:10:41 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 03:10:41 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 03:10:41 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 03:10:42 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 03:10:42 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 03:10:42 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 03:10:42 Setting up python3 (3.6.7-1~18.04) ... 03:10:42 running python rtupdate hooks for python3.6... 03:10:42 running python post-rtupdate hooks for python3.6... 03:10:42 Setting up apparmor (2.12-4ubuntu5.1) ... 03:10:43 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 03:10:43 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 03:10:43 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 03:10:43 Setting up snapd (2.48.3+18.04) ... 03:10:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 03:10:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 03:10:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 03:10:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 03:10:44 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:10:44 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 03:10:45 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 03:10:45 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 03:10:45 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 03:10:45 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 03:10:45 /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' 03:10:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 03:10:45 Processing triggers for systemd (237-3ubuntu10.44) ... 03:10:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:10:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:10:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:10:47 Fetched 88.7 kB in 1s (166 kB/s) 03:10:48 Reading package lists... 03:10:48 Reading package lists... 03:10:48 Building dependency tree... 03:10:48 Reading state information... 03:10:48 Calculating upgrade... 03:10:48 The following packages will be upgraded: 03:10:48 advancecomp base-files bash binutils binutils-common 03:10:48 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 03:10:48 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 03:10:48 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 03:10:48 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 03:10:48 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 03:10:48 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 03:10:48 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 03:10:48 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 03:10:48 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 03:10:48 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 03:10:48 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 03:10:48 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 03:10:48 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 03:10:48 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 03:10:48 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 03:10:48 Need to get 63.8 MB of archives. 03:10:48 After this operation, 5206 kB of additional disk space will be used. 03:10:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 03:10:48 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 03:10:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 03:10:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 03:10:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 03:10:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 03:10:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 03:10:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 03:10:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 03:10:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 03:10:49 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 03:10:49 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 03:10:49 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 03:10:49 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 03:10:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 03:10:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 03:10:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 03:10:49 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 03:10:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 03:10:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 03:10:49 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 03:10:49 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 03:10:49 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 03:10:49 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 03:10:49 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 03:10:49 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 03:10:49 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 03:10:49 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 03:10:49 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 03:10:49 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 03:10:49 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 03:10:49 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 03:10:49 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 03:10:49 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 03:10:49 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 03:10:49 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 03:10:49 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 03:10:49 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 03:10:49 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 03:10:49 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 03:10:49 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 03:10:49 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 03:10:49 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 03:10:49 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 03:10:49 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 03:10:49 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 03:10:49 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 03:10:49 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 03:10:49 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 03:10:49 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 03:10:49 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 03:10:50 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 03:10:50 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 03:10:50 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 03:10:50 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 03:10:50 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 03:10:50 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 03:10:50 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 03:10:50 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 03:10:50 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 03:10:50 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 03:10:50 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 03:10:50 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 03:10:50 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 03:10:50 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 03:10:50 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 03:10:50 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 03:10:50 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 03:10:50 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 03:10:50 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 03:10:50 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 03:10:50 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 03:10:50 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 03:10:50 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 03:10:50 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 03:10:50 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 03:10:50 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 03:10:50 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 03:10:50 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 03:10:50 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 03:10:50 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 03:10:50 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 03:10:50 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 03:10:50 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 03:10:50 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 03:10:50 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 03:10:50 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 03:10:50 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 03:10:50 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 03:10:50 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 03:10:50 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 03:10:51 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 03:10:51 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 03:10:51 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 03:10:51 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 03:10:51 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 03:10:51 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 03:10:51 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 03:10:51 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 03:10:51 debconf: delaying package configuration, since apt-utils is not installed 03:10:51 Fetched 63.8 MB in 3s (19.1 MB/s) 03:10:52 (Reading database ... 13912 files and directories currently installed.) 03:10:52 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 03:10:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:10:52 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 03:10:52 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:10:52 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 03:10:52 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 03:10:53 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:53 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:53 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:53 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:53 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:53 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:53 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:53 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:54 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:54 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:54 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:54 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:54 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:54 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 03:10:54 (Reading database ... 13911 files and directories currently installed.) 03:10:54 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:54 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 03:10:54 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 03:10:54 (Reading database ... 13911 files and directories currently installed.) 03:10:54 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:54 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:54 ---> 88de175a607c 03:10:54 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:10:54 ---> 7e34b84e2053 03:10:54 Step 9/23 : RUN make cmd/core-command/core-command 03:10:54 ---> 7ff016bf88b0 03:10:54 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:10:54 ---> Running in 44da5c9537a9 03:10:54 ---> a2c93e6044f2 03:10:54 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:10:54 ---> 14ecd1806e42 03:10:54 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:10:54 ---> Running in 20aa9687dfa2 03:10:54 ---> Running in df6d3534fd37 03:10:54 ---> Running in 3e6e5c38612c 03:10:54 ---> Running in 0907f4ddc543 03:10:54 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:54 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:54 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 03:10:54 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 03:10:55 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 03:10:55 (Reading database ... 13911 files and directories currently installed.) 03:10:55 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 03:10:55 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:10:56 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 03:10:56 (Reading database ... 13911 files and directories currently installed.) 03:10:56 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 03:10:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 03:10:56 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 03:10:56 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 03:10:56 Setting up base-files (10.1ubuntu2.10) ... 03:10:56 Installing new version of config file /etc/issue ... 03:10:56 Installing new version of config file /etc/issue.net ... 03:10:56 Installing new version of config file /etc/lsb-release ... 03:10:56 Installing new version of config file /etc/update-motd.d/50-motd-news ... 03:10: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 03:10:56 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 03:10:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 03:10:56 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 03:10:56 Removing obsolete conffile /etc/default/motd-news ... 03:10:57 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 03:10:57 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 03:10:57 (Reading database ... 13912 files and directories currently installed.) 03:10:57 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 03:10:57 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 03:10:57 Setting up bash (4.4.18-2ubuntu1.2) ... 03:10:57 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 03:10:57 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 03:10:57 (Reading database ... 13912 files and directories currently installed.) 03:10:57 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 03:10:57 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 03:10:57 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 03:10:57 (Reading database ... 13912 files and directories currently installed.) 03:10:57 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 03:10:57 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 03:10:57 Setting up tar (1.29b-2ubuntu0.2) ... 03:10:57 (Reading database ... 13912 files and directories currently installed.) 03:10:57 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 03:10:57 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:10:58 Setting up dpkg (1.19.0.5ubuntu2.3) ... 03:10:58 (Reading database ... 13912 files and directories currently installed.) 03:10:58 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 03:10:58 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:10:58 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 03:10:58 (Reading database ... 13912 files and directories currently installed.) 03:10:58 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 03:10:58 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:10:58 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 03:10:59 (Reading database ... 13912 files and directories currently installed.) 03:10:59 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 03:10:59 Unpacking grep (3.1-2build1) over (3.1-2) ... 03:11:00 Setting up grep (3.1-2build1) ... 03:11:00 (Reading database ... 13912 files and directories currently installed.) 03:11:00 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 03:11:00 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:11:00 Setting up login (1:4.5-1ubuntu2) ... 03:11:00 (Reading database ... 13912 files and directories currently installed.) 03:11:00 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 03:11:00 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:00 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 03:11:00 (Reading database ... 13912 files and directories currently installed.) 03:11:00 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 03:11:00 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:11:01 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 03:11:01 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:11:01 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 03:11:01 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:11:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 03:11:01 (Reading database ... 13912 files and directories currently installed.) 03:11:01 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 03:11:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 03:11:02 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:11:02 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:11:03 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 03:11:03 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 03:11:03 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 03:11:03 (Reading database ... 13912 files and directories currently installed.) 03:11:03 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 03:11:03 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 03:11:03 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 03:11:03 (Reading database ... 13912 files and directories currently installed.) 03:11:03 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:03 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:03 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:03 (Reading database ... 13912 files and directories currently installed.) 03:11:03 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:03 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:03 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:04 (Reading database ... 13912 files and directories currently installed.) 03:11:04 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:04 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:04 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:04 (Reading database ... 13912 files and directories currently installed.) 03:11:04 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:04 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:04 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:04 (Reading database ... 13912 files and directories currently installed.) 03:11:04 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 03:11:04 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:04 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 03:11:04 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:05 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 03:11:05 (Reading database ... 13912 files and directories currently installed.) 03:11:05 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 03:11:05 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:05 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 03:11:05 (Reading database ... 13912 files and directories currently installed.) 03:11:05 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:05 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:05 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 03:11:05 (Reading database ... 13912 files and directories currently installed.) 03:11:05 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:05 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:05 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 03:11:05 (Reading database ... 13912 files and directories currently installed.) 03:11:05 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:05 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:06 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 03:11:06 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 03:11:06 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 03:11:06 (Reading database ... 13912 files and directories currently installed.) 03:11:06 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 03:11:06 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 03:11:07 Setting up libc-bin (2.27-3ubuntu1.4) ... 03:11:07 (Reading database ... 13912 files and directories currently installed.) 03:11:07 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 03:11:07 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 03:11:07 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 03:11:07 (Reading database ... 13914 files and directories currently installed.) 03:11:07 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 03:11:07 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 03:11:07 Setting up debconf (1.5.66ubuntu1) ... 03:11:07 (Reading database ... 13914 files and directories currently installed.) 03:11:07 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 03:11:07 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:11:07 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 03:11:08 (Reading database ... 13914 files and directories currently installed.) 03:11:08 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 03:11:08 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 03:11:08 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 03:11:08 (Reading database ... 13914 files and directories currently installed.) 03:11:08 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:11:08 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:11:08 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:11:08 (Reading database ... 13914 files and directories currently installed.) 03:11:08 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:11:08 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:11:08 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 03:11:09 (Reading database ... 13914 files and directories currently installed.) 03:11:09 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 03:11:09 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:11:09 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 03:11:09 (Reading database ... 13914 files and directories currently installed.) 03:11:09 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 03:11:09 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 03:11:09 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 03:11:09 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 03:11:09 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 03:11:09 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:11:09 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 03:11:10 (Reading database ... 13914 files and directories currently installed.) 03:11:10 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 03:11:10 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 03:11:10 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 03:11:10 (Reading database ... 13914 files and directories currently installed.) 03:11:10 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 03:11:10 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 03:11:10 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 03:11:10 (Reading database ... 13914 files and directories currently installed.) 03:11:10 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 03:11:10 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 03:11:10 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 03:11:10 (Reading database ... 13914 files and directories currently installed.) 03:11:10 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 03:11:10 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 03:11:11 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 03:11:11 (Reading database ... 13914 files and directories currently installed.) 03:11:11 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 03:11:11 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 03:11:11 Setting up passwd (1:4.5-1ubuntu2) ... 03:11:11 (Reading database ... 13914 files and directories currently installed.) 03:11:11 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 03:11:11 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 03:11:11 Setting up gpgv (2.2.4-1ubuntu1.4) ... 03:11:11 (Reading database ... 13914 files and directories currently installed.) 03:11:11 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 03:11:12 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 03:11:12 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 03:11:12 (Reading database ... 13914 files and directories currently installed.) 03:11:12 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 03:11:12 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 03:11:12 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 03:11:12 (Reading database ... 13914 files and directories currently installed.) 03:11:12 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 03:11:12 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 03:11:12 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 03:11:12 (Reading database ... 13914 files and directories currently installed.) 03:11:12 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 03:11:12 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 03:11:13 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 03:11:13 (Reading database ... 13914 files and directories currently installed.) 03:11:13 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 03:11:13 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 03:11:13 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 03:11:14 (Reading database ... 13914 files and directories currently installed.) 03:11:14 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 03:11:14 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 03:11:14 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 03:11:14 (Reading database ... 13915 files and directories currently installed.) 03:11:14 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:11:14 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:11:15 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 03:11:15 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 03:11:16 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 03:11:16 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 03:11:16 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 03:11:16 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 03:11:16 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 03:11:16 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 03:11:16 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 03:11:16 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 03:11:16 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 03:11:16 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 03:11:16 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 03:11:16 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 03:11:16 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 03:11:16 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 03:11:16 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 03:11:16 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 03:11:16 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 03:11:16 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 03:11:17 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 03:11:17 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 03:11:17 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 03:11:17 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 03:11:18 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 03:11:18 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 03:11:18 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:11:18 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:11:18 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:11:18 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:11:18 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:11:18 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:11:18 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 03:11:19 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 03:11:19 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:19 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:19 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:19 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:19 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:19 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:19 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:19 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:20 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:20 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:21 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:21 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:21 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:21 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:21 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:22 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:23 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 03:11:23 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 03:11:23 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:11:23 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:11:23 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 03:11:23 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:11:23 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 03:11:23 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 03:11:23 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 03:11:23 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 03:11:23 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:11:23 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:11:23 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 03:11:23 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 03:11:23 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 03:11:23 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 03:11:24 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:24 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 03:11:24 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:24 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:24 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:24 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 03:11:24 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 03:11:24 Setting up tzdata (2021a-0ubuntu0.18.04) ... 03:11:24 03:11:24 Current default time zone: 'Etc/UTC' 03:11:24 Local time is now: Tue Mar 16 03:11:24 UTC 2021. 03:11:24 Universal Time is now: Tue Mar 16 03:11:24 UTC 2021. 03:11:24 Run 'dpkg-reconfigure tzdata' if you wish to change it. 03:11:24 03:11:24 Setting up systemd-sysv (237-3ubuntu10.44) ... 03:11:24 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:24 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 03:11:24 Setting up mount (2.31.1-0.4ubuntu3.7) ... 03:11:24 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 03:11:24 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 03:11:24 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 03:11:24 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 03:11:24 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 03:11:24 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 03:11:24 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:24 Setting up procps (2:3.3.12-3ubuntu1.2) ... 03:11:25 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 03:11:25 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 03:11:25 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:25 Setting up patch (2.7.6-2ubuntu1.1) ... 03:11:25 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 03:11:25 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 03:11:25 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 03:11:25 Installing new version of config file /etc/ssl/openssl.cnf ... 03:11:25 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 03:11:25 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 03:11:25 Setting up ca-certificates (20210119~18.04.1) ... 03:11:27 Updating certificates in /etc/ssl/certs... 03:11:27 23 added, 27 removed; done. 03:11:27 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 03:11:27 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 03:11:27 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 03:11:27 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 03:11:28 Setting up pkgbinarymangler (138.18.04.1) ... 03:11:28 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 03:11:28 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 03:11:28 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 03:11:28 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 03:11:28 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:11:28 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 03:11:28 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 03:11:28 Setting up perl (5.26.1-6ubuntu0.5) ... 03:11:28 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 03:11:28 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 03:11:28 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 03:11:28 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 03:11:28 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 03:11:28 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 03:11:28 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 03:11:28 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 03:11:28 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 03:11:28 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:11:28 Processing triggers for systemd (237-3ubuntu10.44) ... 03:11:28 Processing triggers for mime-support (3.60ubuntu1) ... 03:11:28 Processing triggers for ca-certificates (20210119~18.04.1) ... 03:11:28 Updating certificates in /etc/ssl/certs... 03:11:29 0 added, 0 removed; done. 03:11:29 Running hooks in /etc/ca-certificates/update.d... 03:11:29 done. 03:11:29 Reading package lists... 03:11:29 Building dependency tree... 03:11:29 Reading state information... 03:11:29 The following NEW packages will be installed: 03:11:29 apt-transport-https 03:11:30 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 03:11:30 Need to get 1696 B of archives. 03:11:30 After this operation, 153 kB of additional disk space will be used. 03:11:30 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 03:11:30 debconf: delaying package configuration, since apt-utils is not installed 03:11:30 Fetched 1696 B in 0s (9149 B/s) 03:11:30 Selecting previously unselected package apt-transport-https. 03:11:30 (Reading database ... 13920 files and directories currently installed.) 03:11:30 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 03:11:30 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 03:11:30 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 03:11:30 Waiting for network to be ready... 03:11:36 2021-03-16T03:11:33Z INFO Waiting for automatic snapd restart... 03:11:36 snapd 2.49 from Canonical* installed 03:11:37 "snapd" switched to the "latest/stable" channel 03:11:37 03:11:40 core18 20210128 from Canonical* installed 03:11:40 "core18" switched to the "latest/stable" channel 03:11:40 03:11:43 snapcraft 4.5.4 from Canonical* installed 03:11:44 "snapcraft" switched to the "latest/stable" channel 03:11:44 03:11:48 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: 03:11:48 - README.md 03:11:48 03:11:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:11:54 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:11:54 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:11:54 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 03:11:54 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:11:55 Reading package lists... 03:11:55 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 03:12:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:12:02 Reading package lists... 03:12:02 Building dependency tree... 03:12:02 Reading state information... 03:12:02 Suggested packages: 03:12:02 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:12:02 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:12:02 Recommended packages: 03:12:02 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:12:02 The following NEW packages will be installed: 03:12:02 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:12:02 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:12:02 pkg-config zip 03:12:02 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:12:02 Need to get 7657 kB of archives. 03:12:02 After this operation, 43.8 MB of additional disk space will be used. 03:12:02 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:12:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 03:12:02 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:12:02 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:12:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:12:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:12:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:12:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:12:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:12:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:12:03 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:12:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 03:12:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 03:12:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:12:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:12:03 debconf: delaying package configuration, since apt-utils is not installed 03:12:03 Fetched 7657 kB in 2s (4694 kB/s) 03:12:03 Selecting previously unselected package libglib2.0-0:amd64. 03:12:03 (Reading database ... 13924 files and directories currently installed.) 03:12:03 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 03:12:03 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:12:04 Selecting previously unselected package libpsl5:amd64. 03:12:04 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:12:04 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:12:04 Selecting previously unselected package libnghttp2-14:amd64. 03:12:04 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:12:04 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:12:04 Selecting previously unselected package librtmp1:amd64. 03:12:04 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:12:04 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:12:04 Selecting previously unselected package libcurl3-gnutls:amd64. 03:12:04 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:12:04 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:12:04 Selecting previously unselected package liberror-perl. 03:12:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:12:04 Unpacking liberror-perl (0.17025-1) ... 03:12:04 Selecting previously unselected package git-man. 03:12:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 03:12:04 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 03:12:04 Selecting previously unselected package git. 03:12:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 03:12:04 Unpacking git (1:2.17.1-1ubuntu0.8) ... 03:12:05 Selecting previously unselected package libnorm1:amd64. 03:12:05 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:12:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:12:05 Selecting previously unselected package libpgm-5.2-0:amd64. 03:12:05 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:12:05 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:12:05 Selecting previously unselected package libsodium23:amd64. 03:12:05 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:12:05 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:12:05 Selecting previously unselected package libzmq5:amd64. 03:12:05 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:12:05 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:12:05 Selecting previously unselected package libzmq3-dev:amd64. 03:12:05 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:12:05 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:12:06 Selecting previously unselected package pkg-config. 03:12:06 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:12:06 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:12:06 Selecting previously unselected package zip. 03:12:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:12:06 Unpacking zip (3.0-11build1) ... 03:12:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:12:06 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 03:12:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:12:06 Setting up liberror-perl (0.17025-1) ... 03:12:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:12:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 03:12:06 No schema files found: doing nothing. 03:12:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:12:06 Setting up zip (3.0-11build1) ... 03:12:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:12:06 Setting up libsodium23:amd64 (1.0.16-2) ... 03:12:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:12:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:12:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:12:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:12:06 Setting up git (1:2.17.1-1ubuntu0.8) ... 03:12:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:12:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:12:13 git set to automatically installed. 03:12:13 git-man set to automatically installed. 03:12:13 libcurl3-gnutls set to automatically installed. 03:12:13 liberror-perl set to automatically installed. 03:12:13 libglib2.0-0 set to automatically installed. 03:12:13 libnghttp2-14 set to automatically installed. 03:12:13 libnorm1 set to automatically installed. 03:12:13 libpgm-5.2-0 set to automatically installed. 03:12:13 libpsl5 set to automatically installed. 03:12:13 librtmp1 set to automatically installed. 03:12:13 libsodium23 set to automatically installed. 03:12:13 libzmq3-dev set to automatically installed. 03:12:13 libzmq5 set to automatically installed. 03:12:13 pkg-config set to automatically installed. 03:12:13 zip set to automatically installed. 03:12:15 snapd is not logged in, snap install commands will use sudo 03:12:21 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:12:21 snap "core18" has no updates available 03:12:22 snapd is not logged in, snap install commands will use sudo 03:12:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:12:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 03:12:52 Removing intermediate container df6d3534fd37 03:12:52 ---> 15e810298927 03:12:52 03:12:52 Step 10/21 : FROM alpine:3.12 03:12:52 3.12: Pulling from library/alpine 03:12:52 Removing intermediate container 3e6e5c38612c 03:12:52 ---> 04d8860fadcb 03:12:52 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:12:52 ---> Running in 6a76c4f282d0 03:12:52 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 03:12:52 Status: Downloaded newer image for alpine:3.12 03:12:52 ---> d10569e2745f 03:12:52 Step 11/21 : RUN apk add --update --no-cache curl 03:12:53 ---> Running in ceeebbce7976 03:12:53 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 03:12:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:12:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:12:55 (1/4) Installing ca-certificates (20191127-r4) 03:12:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:12:55 (3/4) Installing libcurl (7.69.1-r3) 03:12:55 (4/4) Installing curl (7.69.1-r3) 03:12:56 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 03:12:56 Pulling config-common 03:12:56 + snapcraftctl pull 03:12:56 Pulling go-build-helper 03:12:56 + snapcraftctl pull 03:12:56 'edgex-go' has dependencies that need to be staged: go-build-helper 03:12:56 Skipping pull go-build-helper (already ran) 03:12:56 Building go-build-helper 03:12:56 + snapcraftctl build 03:12:56 Executing busybox-1.31.1-r19.trigger 03:12:56 Executing ca-certificates-20191127-r4.trigger 03:12:56 OK: 7 MiB in 18 packages 03:12:58 Staging go-build-helper 03:12:58 + snapcraftctl stage 03:13:02 Removing intermediate container 6a76c4f282d0 03:13:02 ---> 239e72c044cc 03:13:02 03:13:02 Step 11/26 : FROM docker:20.10.0 03:13:02 Removing intermediate container ceeebbce7976 03:13:02 ---> aa17d1854d76 03:13:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:13:02 20.10.0: Pulling from library/docker 03:13:02 Removing intermediate container 44da5c9537a9 03:13:02 ---> 6b5d2b3f2e13 03:13:02 03:13:02 Step 10/22 : FROM alpine:3.12 03:13:02 ---> d10569e2745f 03:13:02 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:13:02 ---> Running in 2667c6eccde4 03:13:03 Removing intermediate container 20aa9687dfa2 03:13:03 ---> fc11562887b9 03:13:03 03:13:03 Step 10/23 : FROM alpine:3.12 03:13:03 ---> d10569e2745f 03:13:03 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:13:03 ---> Running in a410ff65a890 03:13:04 ---> Running in c36f943e7ae2 03:13:04 Removing intermediate container 2667c6eccde4 03:13:04 ---> 6973bad870be 03:13:04 Step 13/21 : WORKDIR /edgex 03:13:04 Removing intermediate container 0907f4ddc543 03:13:04 ---> 695c835a35c6 03:13:04 03:13:04 Step 10/22 : FROM alpine:3.12 03:13:04 ---> d10569e2745f 03:13:04 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:13:04 ---> Running in 3cebdf01f490 03:13:04 ---> Running in 6d34461a874b 03:13:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:05 Removing intermediate container 3cebdf01f490 03:13:05 ---> 3d8c05f9cfad 03:13:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:06 (1/2) Installing ca-certificates (20191127-r4) 03:13:06 (2/2) Installing dumb-init (1.2.2-r1) 03:13:06 Executing busybox-1.31.1-r19.trigger 03:13:06 Executing ca-certificates-20191127-r4.trigger 03:13:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:07 OK: 6 MiB in 16 packages 03:13:07 (1/1) Installing dumb-init (1.2.2-r1) 03:13:07 Executing busybox-1.31.1-r19.trigger 03:13:07 OK: 5 MiB in 15 packages 03:13:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:07 (1/1) Installing dumb-init (1.2.2-r1) 03:13:07 Executing busybox-1.31.1-r19.trigger 03:13:07 ---> 73a9bf33c20d 03:13:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:13:07 OK: 5 MiB in 15 packages 03:13:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:13:08 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:13:08 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 03:13:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 03:13:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 03:13:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 03:13:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 03:13:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 03:13:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 03:13:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 03:13:08 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:13:08 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:13:08 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:13:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:13:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:13:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:13:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:13:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:13:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:13:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 03:13:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 03:13:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 03:13:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 03:13:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 03:13:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 03:13:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 03:13:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 03:13:08 Fetched 24.1 MB in 0s (0 B/s) 03:13:08 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:13:08 Fetched 224 kB in 0s (0 B/s) 03:13:08 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:13:08 Fetched 157 kB in 0s (0 B/s) 03:13:08 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:13:08 Fetched 221 kB in 0s (0 B/s) 03:13:08 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:13:08 Fetched 143 kB in 0s (0 B/s) 03:13:08 Pulling edgex-go 03:13:08 + snapcraftctl pull 03:13:10 Removing intermediate container c36f943e7ae2 03:13:10 ---> 7c2dd6d7f492 03:13:10 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:13:11 Removing intermediate container 6d34461a874b 03:13:11 ---> 4a6621f48511 03:13:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:13:11 ---> Running in 28e521863b98 03:13:11 Removing intermediate container a410ff65a890 03:13:11 ---> f7c0b941bc1b 03:13:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:13:11 ---> f4c0c1829cbd 03:13:11 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:13:12 ---> Running in a45c49b8f1e6 03:13:12 ---> Running in d44133149005 03:13:12 Removing intermediate container 28e521863b98 03:13:12 ---> 6663b996770e 03:13:12 Step 13/23 : ENV APP_PORT=48082 03:13:12 ---> Running in c73de029a22a 03:13:12 Removing intermediate container d44133149005 03:13:12 ---> 1e28a09da229 03:13:12 Step 13/22 : ENV APP_PORT=48060Removing intermediate container a45c49b8f1e6 03:13:12 ---> 696a09352563 03:13:12 Step 13/22 : ENV APP_PORT=48085 03:13:12 03:13:13 ---> Running in d150342e5e4e 03:13:13 ---> Running in 12733127aa72 03:13:13 ---> e521e5a19739 03:13:13 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:13:13 Removing intermediate container c73de029a22a 03:13:13 ---> 812bff64d4d3 03:13:13 Step 14/23 : EXPOSE $APP_PORT 03:13:14 ---> Running in c00d2bd4b5f2 03:13:14 ---> Running in 80888ccd06fc 03:13:14 Removing intermediate container 12733127aa72 03:13:14 ---> ec2cded9d684 03:13:14 Step 14/22 : EXPOSE $APP_PORT 03:13:14 Removing intermediate container d150342e5e4e 03:13:14 ---> eb9313da27f9 03:13:14 Step 14/22 : EXPOSE $APP_PORT 03:13:14 ---> Running in b80f107e48ae 03:13:14 ---> Running in e3fc266b6c85 03:13:14 Removing intermediate container 80888ccd06fc 03:13:14 ---> 8714b11ea59f 03:13:14 Step 18/21 : CMD ["--init=true"] 03:13:14 Removing intermediate container c00d2bd4b5f2 03:13:14 ---> cccf300da623 03:13:14 Step 15/23 : WORKDIR / 03:13:15 ---> Running in e9a56b8e93ef 03:13:15 ---> Running in 71740fc12430 03:13:15 Removing intermediate container b80f107e48ae 03:13:15 ---> 810dc0d4e8d8 03:13:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:13:15 Removing intermediate container e3fc266b6c85 03:13:15 ---> 7cca7dd9bea0 03:13:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:13:15 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:13:15 Status: Downloaded newer image for docker:20.10.0 03:13:15 ---> eeaf43b92773 03:13:15 Step 12/26 : RUN apk add --no-cache bash 03:13:16 Removing intermediate container 71740fc12430 03:13:16 ---> a75b64fd386d 03:13:16 Step 19/21 : LABEL arch=arm64 03:13:16 ---> Running in d7ccbd5535e2 03:13:16 Removing intermediate container e9a56b8e93ef 03:13:16 ---> 62dbdf23b6b0 03:13:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:13:16 ---> Running in f2bf35e1974f 03:13:16 ---> 56c03007579d 03:13:16 ---> 47699cd90378 03:13:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:13:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:13:17 Removing intermediate container f2bf35e1974f 03:13:17 ---> c52d163e6857 03:13:17 Step 20/21 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:13:17 ---> Running in 2c48e8fc379b 03:13:17 ---> 08c6ccb17bc5 03:13:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:13:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:18 Removing intermediate container 2c48e8fc379b 03:13:18 ---> b0550e4dd876 03:13:18 Step 21/21 : LABEL version=0.0.0 03:13:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:18 ---> Running in 8786aa83531d 03:13:18 (1/2) Installing readline (8.0.4-r0) 03:13:18 (2/2) Installing bash (5.0.17-r0) 03:13:18 ---> f3bb40d073af 03:13:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:13:18 ---> 3665ad05ea87 03:13:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:13:19 Executing bash-5.0.17-r0.post-install 03:13:19 Executing busybox-1.31.1-r19.trigger 03:13:19 OK: 12 MiB in 22 packages 03:13:19 ---> 144284126b7b 03:13:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:13:19 Removing intermediate container 8786aa83531d 03:13:19 ---> d1096106e87a 03:13:19 03:13:20 Successfully built d1096106e87a 03:13:20 Successfully tagged docker-security-proxy-setup-go-arm64:latest 03:13:20  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 03:13:20 ---> d054fa8b93e3 03:13:20 ---> 3e7030aa1f63 03:13:20 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:13:20 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:13:20 ---> 67f62efd8753 03:13:20 Step 19/23 : ENTRYPOINT ["/core-command"] 03:13:20 ---> Running in 299770956d28 03:13:20 ---> Running in 2607bdea342f 03:13:20 ---> Running in 531a410eccfb 03:13:20 Removing intermediate container d7ccbd5535e2 03:13:20 ---> 1003ed0f2511 03:13:20 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:13:21 ---> Running in 6ef05a863a1d 03:13:21 Removing intermediate container 299770956d28 03:13:21 ---> 850fd3404b52 03:13:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:13:21 Removing intermediate container 2607bdea342f 03:13:21 ---> c03205c61b42 03:13:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"]Removing intermediate container 531a410eccfb 03:13:21 ---> 3d843c4a02ac 03:13:21 03:13:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:13:22 ---> Running in daf7f0c75b8a 03:13:22 ---> Running in 3af15a41d138 03:13:22 ---> Running in 98387e58d2f4 03:13:22 Removing intermediate container 6ef05a863a1d 03:13:22 ---> e248b83e3dd5 03:13:22 Step 14/26 : ENV APP_PORT=48090 03:13:23 ---> Running in 1b4c6aba33eb 03:13:23 Removing intermediate container daf7f0c75b8a 03:13:23 ---> 1fa5ff69442d 03:13:23 Step 20/22 : LABEL arch=arm64 03:13:24 Removing intermediate container 3af15a41d138 03:13:24 ---> ddf41d616256 03:13:24 Step 21/23 : LABEL arch=arm64 03:13:24 ---> Running in cb57e38a1837 03:13:24 Removing intermediate container 98387e58d2f4 03:13:24 ---> c011a57d1c60 03:13:24 Step 20/22 : LABEL arch=arm64 03:13:24 ---> Running in 35b8f211083c 03:13:24 Removing intermediate container 1b4c6aba33eb 03:13:24 ---> a87f8ffc6b92 03:13:24 Step 15/26 : EXPOSE $APP_PORT 03:13:24 ---> Running in f8502924a5af 03:13:24 ---> Running in a612bc1a139c 03:13:25 Removing intermediate container cb57e38a1837 03:13:25 ---> a0e08fefe462 03:13:25 Step 21/22 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:13:25 Removing intermediate container 35b8f211083c 03:13:25 ---> d04873aeda1d 03:13:25 Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:13:26 Removing intermediate container f8502924a5af 03:13:26 ---> 189e9d9057e8 03:13:26 Step 21/22 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:13:26 ---> Running in 3fd54b8fce93 03:13:26 Removing intermediate container a612bc1a139c 03:13:26 ---> 059fd1af7f5e 03:13:26 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:13:26 ---> Running in d655b348eeca 03:13:26 ---> Running in bae7140279c7 03:13:27 Removing intermediate container 3fd54b8fce93 03:13:27 ---> bd2355d6b6cd 03:13:27 Step 22/22 : LABEL version=0.0.0 03:13:27 Removing intermediate container d655b348eeca 03:13:27 ---> 374383279105 03:13:27 Step 22/22 : LABEL version=0.0.0 03:13:27 Removing intermediate container bae7140279c7 03:13:27 ---> edee70bde5f4 03:13:27 Step 23/23 : LABEL version=0.0.0 03:13:27 ---> Running in 447df0aa7f80 03:13:28 ---> 1c1dc8f23dec 03:13:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:13:28 ---> Running in b7fdaaeca2ad 03:13:28 ---> Running in a012bcdd1dad 03:13:28 Removing intermediate container 447df0aa7f80 03:13:28 ---> 30f9e64d265d 03:13:28 03:13:28 Removing intermediate container b7fdaaeca2ad 03:13:28 ---> 1c0792ef379a 03:13:28 03:13:28 Removing intermediate container a012bcdd1dad 03:13:28 ---> d403f4b3769b 03:13:28 03:13:29 Successfully built 30f9e64d265d 03:13:29 Successfully tagged docker-support-notifications-go-arm64:latest 03:13:29  Building docker-support-notifications-go ... done Building docker-core-data-go 03:13:29 Successfully built 1c0792ef379a 03:13:29 ---> dac0885622b9 03:13:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:13:29 Successfully tagged docker-support-scheduler-go-arm64:latest 03:13:29  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 03:13:29 Successfully built d403f4b3769b 03:13:29 Successfully tagged docker-core-command-go-arm64:latest 03:13:29  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 03:13:30 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:13:30 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:13:30 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:13:30 Fetched 0 B in 0s (0 B/s) 03:13:30 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:13:30 Fetched 96.5 kB in 0s (0 B/s) 03:13:30 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:13:30 Fetched 279 kB in 0s (0 B/s) 03:13:30 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:13:30 Fetched 122 kB in 0s (0 B/s) 03:13:30 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:13:30 Fetched 77.8 kB in 0s (0 B/s) 03:13:30 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:13:30 Fetched 8848 B in 0s (0 B/s) 03:13:30 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:13:30 Fetched 47.8 kB in 0s (0 B/s) 03:13:30 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:13:30 Fetched 45.6 kB in 0s (0 B/s) 03:13:30 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:13:30 Fetched 15.0 kB in 0s (0 B/s) 03:13:30 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:13:30 Fetched 214 kB in 0s (0 B/s) 03:13:30 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 03:13:30 Fetched 154 kB in 0s (0 B/s) 03:13:30 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:13:30 Fetched 50.6 kB in 0s (0 B/s) 03:13:30 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:13:30 Fetched 14.8 kB in 0s (0 B/s) 03:13:30 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:13:30 Fetched 41.8 kB in 0s (0 B/s) 03:13:30 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:13:30 Fetched 499 kB in 0s (0 B/s) 03:13:30 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:13:30 Fetched 111 kB in 0s (0 B/s) 03:13:30 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:13:30 Fetched 240 kB in 0s (0 B/s) 03:13:30 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:13:30 Fetched 29.3 kB in 0s (0 B/s) 03:13:30 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:13:30 Fetched 85.5 kB in 0s (0 B/s) 03:13:30 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:13:30 Fetched 24.5 kB in 0s (0 B/s) 03:13:30 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:13:30 Fetched 49.2 kB in 0s (0 B/s) 03:13:30 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:13:30 Fetched 54.2 kB in 0s (0 B/s) 03:13:30 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:13:30 Fetched 30.8 kB in 0s (0 B/s) 03:13:30 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 03:13:30 Fetched 15.8 kB in 0s (0 B/s) 03:13:30 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:13:30 Fetched 85.9 kB in 0s (0 B/s) 03:13:30 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:13:30 Fetched 8720 B in 0s (0 B/s) 03:13:30 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:13:30 Fetched 137 kB in 0s (0 B/s) 03:13:30 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:13:30 Fetched 119 kB in 0s (0 B/s) 03:13:30 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:13:30 Fetched 109 kB in 0s (0 B/s) 03:13:30 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:13:30 Fetched 11.1 kB in 0s (0 B/s) 03:13:30 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:13:30 Fetched 645 kB in 0s (0 B/s) 03:13:30 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:13:30 Fetched 41.3 kB in 0s (0 B/s) 03:13:30 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:13:30 Fetched 17.9 kB in 0s (0 B/s) 03:13:30 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:13:30 Fetched 368 kB in 0s (0 B/s) 03:13:30 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:13:30 Fetched 187 kB in 0s (0 B/s) 03:13:30 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:13:30 Fetched 175 kB in 0s (0 B/s) 03:13:30 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:13:30 Fetched 206 kB in 0s (0 B/s) 03:13:30 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 03:13:30 Fetched 1301 kB in 0s (0 B/s) 03:13:30 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:13:30 Fetched 36.2 kB in 0s (0 B/s) 03:13:30 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:13:30 Fetched 159 kB in 0s (0 B/s) 03:13:30 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:13:30 Fetched 107 kB in 0s (0 B/s) 03:13:30 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:13:30 Fetched 48.7 kB in 0s (0 B/s) 03:13:30 Pulling static-packages 03:13:30 + snapcraftctl pull 03:13:30 Pulling version 03:13:30 + cd /root/project 03:13:30 + [ -f VERSION ] 03:13:30 + PROJECT_VERSION=local-dev 03:13:30 + git rev-parse --short HEAD 03:13:30 + GIT_REVISION=e937d701 03:13:30 + snapcraftctl set-version local-dev 03:13:30 Building config-common 03:13:30 + snapcraftctl build 03:13:30 ---> 09d3f2aca8ed 03:13:30 Step 19/26 : RUN apk --no-cache add py3-pip 03:13:30 ---> Running in 980cb3cced5a 03:13:31 Skipping build go-build-helper (already ran) 03:13:31 Building edgex-go 03:13:31 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 03:13:31 + cd /root/parts/edgex-go/src 03:13:31 + make build 03:13:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:13:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:13:32 (1/33) Installing libbz2 (1.0.8-r1) 03:13:32 (2/33) Installing expat (2.2.9-r1) 03:13:32 (3/33) Installing libffi (3.3-r2) 03:13:32 (4/33) Installing gdbm (1.13-r1) 03:13:32 (5/33) Installing xz-libs (5.2.5-r0) 03:13:32 (6/33) Installing sqlite-libs (3.32.1-r0) 03:13:32 (7/33) Installing python3 (3.8.8-r0) 03:13:34 go: downloading github.com/gorilla/mux v1.8.0 03:13:34 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:13:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.49 03:13:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 03:13:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 03:13:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:13:34 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 03:13:34 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 03:13:34 go: downloading github.com/go-kit/kit v0.8.0 03:13:34 go: downloading github.com/x448/float16 v0.8.4 03:13:34 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:13:34 go: downloading github.com/pebbe/zmq4 v1.2.5 03:13:34 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 03:13:34 go: downloading github.com/go-playground/universal-translator v0.17.0 03:13:34 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 03:13:34 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:13:34 go: downloading github.com/leodido/go-urn v1.2.0 03:13:34 go: downloading github.com/pelletier/go-toml v1.2.0 03:13:34 go: downloading github.com/gorilla/websocket v1.4.2 03:13:34 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:13:34 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:13:34 (8/33) Installing py3-appdirs (1.4.4-r1) 03:13:34 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:13:34 (10/33) Installing py3-parsing (2.4.7-r0) 03:13:34 (11/33) Installing py3-six (1.15.0-r0) 03:13:34 (12/33) Installing py3-packaging (20.4-r0) 03:13:34 (13/33) Installing py3-setuptools (47.0.0-r0) 03:13:34 (14/33) Installing py3-chardet (3.0.4-r4) 03:13:34 (15/33) Installing py3-idna (2.9-r0) 03:13:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:13:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:13:34 go: downloading github.com/imdario/mergo v0.3.12 03:13:34 go: downloading github.com/BurntSushi/toml v0.3.1 03:13:34 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 03:13:34 go: downloading github.com/go-playground/locales v0.13.0 03:13:34 (18/33) Installing py3-requests (2.23.0-r0) 03:13:34 (19/33) Installing py3-msgpack (1.0.0-r0) 03:13:34 (20/33) Installing py3-lockfile (0.12.2-r3) 03:13:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:13:34 (22/33) Installing py3-colorama (0.4.3-r0) 03:13:34 (23/33) Installing py3-distlib (0.3.0-r0) 03:13:34 (24/33) Installing py3-distro (1.5.0-r1) 03:13:34 (25/33) Installing py3-webencodings (0.5.1-r3) 03:13:34 (26/33) Installing py3-html5lib (1.0.1-r4) 03:13:34 (27/33) Installing py3-pytoml (0.1.21-r0) 03:13:34 (28/33) Installing py3-pep517 (0.8.2-r0) 03:13:34 (29/33) Installing py3-progress (1.5-r0) 03:13:35 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:13:35 go: downloading github.com/google/uuid v1.2.0 03:13:35 go: downloading github.com/pkg/errors v0.8.1 03:13:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:13:35 (30/33) Installing py3-toml (0.10.1-r0) 03:13:35 (31/33) Installing py3-retrying (1.3.3-r0) 03:13:35 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:13:35 (33/33) Installing py3-pip (20.1.1-r0) 03:13:35 Executing busybox-1.31.1-r19.trigger 03:13:35 OK: 71 MiB in 55 packages 03:13:35 go: downloading github.com/mitchellh/copystructure v1.0.0 03:13:35 go: downloading github.com/hashicorp/consul/api v1.8.1 03:13:35 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:13:35 go: downloading github.com/hashicorp/serf v0.9.5 03:13:35 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:13:35 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 03:13:35 go: downloading github.com/hashicorp/go-hclog v0.12.0 03:13:35 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:13:35 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:13:35 go: downloading github.com/fatih/color v1.9.0 03:13:35 go: downloading github.com/mattn/go-isatty v0.0.12 03:13:35 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:13:35 go: downloading github.com/mattn/go-colorable v0.1.6 03:13:35 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 03:13:35 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:13:35 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:13:45 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 03:13:45 go: downloading gopkg.in/yaml.v2 v2.4.0 03:13:47 Removing intermediate container 980cb3cced5a 03:13:47 ---> b390f1035595 03:13:47 Step 20/26 : RUN pip install docker-compose==1.23.2 03:13:47 ---> Running in cb77a00d0dbd 03:13:48 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 03:13:50 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 03:13:51 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 03:13:52 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 03:13:52 go: downloading github.com/stretchr/testify v1.7.0 03:13:52 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:13:52 go: downloading github.com/pmezard/go-difflib v1.0.0 03:13:52 go: downloading github.com/davecgh/go-spew v1.1.1 03:13:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:13:54 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:13:54 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:13:54 Collecting docker-compose==1.23.2 03:13:54 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:13:54 Collecting texttable<0.10,>=0.9.0 03:13:54 Downloading texttable-0.9.1.tar.gz (11 kB) 03:13:55 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 03:13:57 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 03:13:57 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 03:13:57 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:13:57 Collecting docopt<0.7,>=0.6.1 03:13:57 Downloading docopt-0.6.2.tar.gz (25 kB) 03:13:58 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 03:13:59 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 03:13:59 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:14:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 03:14:01 go: downloading github.com/lib/pq v1.9.0 03:14:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:14:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:14:01 Collecting cached-property<2,>=1.2.0 03:14:01 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:14:02 Collecting websocket-client<1.0,>=0.32.0 03:14:02 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 03:14:03 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 03:14:03 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 03:14:03 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 03:14:03 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 03:14:03 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 03:14:03 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 03:14:03 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 03:14:03 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 03:14:03 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 03:14:03 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 03:14:03 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 03:14:03 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 03:14:03 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 03:14:03 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 03:14:03 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 03:14:03 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 03:14:03 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 03:14:03 + 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 03:14:03 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 03:14:03 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 03:14:03 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 03:14:03 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 03:14:03 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 03:14:03 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 03:14:03 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 03:14:03 Collecting docker<4.0,>=3.6.0 03:14:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:14:05 Building static-packages 03:14:05 + snapcraftctl build 03:14:05 Collecting PyYAML<4,>=3.10 03:14:05 Downloading PyYAML-3.13.tar.gz (270 kB) 03:14:05 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:05 Step 2/31 : FROM ${BUILDER_BASE} AS builder 03:14:05 ---> 963c51953b39 03:14:05 Step 3/31 : WORKDIR /edgex-go 03:14:05 ---> Using cache 03:14:05 ---> 277159d02fb0 03:14:05 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:05 ---> Using cache 03:14:05 ---> 7a94b0b64889 03:14:05 Step 5/31 : RUN apk add --update --no-cache make git 03:14:05 ---> Using cache 03:14:05 ---> 066eed7f212c 03:14:05 Step 6/31 : COPY go.mod . 03:14:05 ---> Using cache 03:14:05 ---> 4c1e8fff137b 03:14:06 Step 7/31 : RUN go mod download 03:14:06 ---> Using cache 03:14:06 ---> 4e65b2e84af3 03:14:06 Step 8/31 : COPY . . 03:14:06 ---> Using cache 03:14:06 ---> 14ecd1806e42 03:14:06 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:14:07 Building version 03:14:07 + snapcraftctl build 03:14:09 Staging config-common 03:14:09 + snapcraftctl stage 03:14:10 Skipping stage go-build-helper (already ran) 03:14:10 Staging edgex-go 03:14:10 + snapcraftctl stage 03:14:11 Staging static-packages 03:14:11 + snapcraftctl stage 03:14:11 Collecting dockerpty<0.5,>=0.4.1 03:14:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:14:11 ---> Running in 79478af3a2ff 03:14:12 Staging version 03:14:12 + snapcraftctl stage 03:14:13 Priming config-common 03:14:13 + snapcraftctl prime 03:14:13 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 03:14:14 Priming go-build-helper 03:14:14 + snapcraftctl prime 03:14:14 Collecting jsonschema<3,>=2.5.1 03:14:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:14:15 Priming edgex-go 03:14:15 + snapcraftctl prime 03:14:15 Collecting idna<2.8,>=2.5 03:14:15 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:14:16 Priming static-packages 03:14:16 + snapcraftctl prime 03:14:16 Collecting urllib3<1.25,>=1.21.1 03:14:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:14:17 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) 03:14:17 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) 03:14:17 Collecting docker-pycreds>=0.4.0 03:14:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:14:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:14:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:14:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:14:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:14:18 Priming version 03:14:18 + snapcraftctl prime 03:14:18 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:14:18 ---> 963c51953b39 03:14:18 Step 3/24 : WORKDIR /edgex-go 03:14:18 ---> Using cache 03:14:18 ---> 277159d02fb0 03:14:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:18 ---> Using cache 03:14:18 ---> 7a94b0b64889 03:14:18 Step 5/24 : RUN apk add --update --no-cache make git 03:14:18 ---> Using cache 03:14:18 ---> 066eed7f212c 03:14:18 Step 6/24 : COPY go.mod . 03:14:18 ---> Using cache 03:14:18 ---> 4c1e8fff137b 03:14:18 Step 7/24 : RUN go mod download 03:14:18 ---> Using cache 03:14:18 ---> 4e65b2e84af3 03:14:18 Step 8/24 : COPY . . 03:14:19 Installing collected packages: texttable, docopt, idna, urllib3, requests, cached-property, websocket-client, docker-pycreds, docker, PyYAML, dockerpty, jsonschema, docker-compose 03:14:19 Running setup.py install for texttable: started 03:14:19 ---> Using cache 03:14:19 ---> 14ecd1806e42 03:14:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:14:19 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 03:14:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:14:19 ---> 963c51953b39 03:14:19 Step 3/23 : WORKDIR /edgex-go 03:14:19 ---> Using cache 03:14:19 ---> 277159d02fb0 03:14:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:20 ---> Using cache 03:14:20 ---> 7a94b0b64889 03:14:20 Step 5/23 : RUN apk add --update --no-cache make git 03:14:20 ---> Using cache 03:14:20 ---> 066eed7f212c 03:14:20 Step 6/23 : COPY go.mod . 03:14:20 ---> Using cache 03:14:20 ---> 4c1e8fff137b 03:14:20 Step 7/23 : RUN go mod download 03:14:20 ---> Using cache 03:14:20 ---> 4e65b2e84af3 03:14:20 Step 8/23 : COPY . . 03:14:20 ---> Using cache 03:14:20 ---> 14ecd1806e42 03:14:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:14:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:14:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:14:20 ---> 963c51953b39 03:14:20 Step 3/23 : WORKDIR /edgex-go 03:14:20 ---> Using cache 03:14:20 ---> 277159d02fb0 03:14:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:14:20 ---> Using cache 03:14:20 ---> 7a94b0b64889 03:14:20 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:14:21 ---> Running in efa588db4afd 03:14:21 ---> Running in 502b3360a847 03:14:21 ---> Running in 5506a7c0d1c6 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:14:22 Running setup.py install for texttable: finished with status 'done' 03:14:22 Running setup.py install for docopt: started 03:14:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 03:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:14:24 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 03:14:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:14:25 Running setup.py install for docopt: finished with status 'done' 03:14:25 Attempting uninstall: idna 03:14:25 Found existing installation: idna 2.9 03:14:25 Uninstalling idna-2.9: 03:14:25 Successfully uninstalled idna-2.9 03:14:26 OK: 217 MiB in 51 packages 03:14:26 Attempting uninstall: urllib3 03:14:26 Found existing installation: urllib3 1.25.9 03:14:27 Uninstalling urllib3-1.25.9: 03:14:28 Successfully uninstalled urllib3-1.25.9 03:14:28 Removing intermediate container efa588db4afd 03:14:28 ---> 0a00e6a3ceb7 03:14:28 Step 6/23 : COPY go.mod . 03:14:28 Attempting uninstall: requests 03:14:28 Found existing installation: requests 2.23.0 03:14:28 Uninstalling requests-2.23.0: 03:14:28 Successfully uninstalled requests-2.23.0 03:14:29 ---> eeea718805ff 03:14:29 Step 7/23 : RUN go mod download 03:14:29 ---> Running in 6ebc009f2208 03:14:31 Running setup.py install for PyYAML: started 03:14:33 Removing intermediate container 6ebc009f2208 03:14:33 ---> 540cbc523870 03:14:33 Step 8/23 : COPY . . 03:14:35 Running setup.py install for PyYAML: finished with status 'done' 03:14:35 Running setup.py install for dockerpty: started 03:14:39 Running setup.py install for dockerpty: finished with status 'done' 03:14:42 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 03:14:52 ---> 7df7c8d222a2 03:14:52 Step 9/23 : RUN make cmd/core-data/core-data 03:14:52 ---> Running in 5bcfdd2d17bd 03:14:52 Removing intermediate container cb77a00d0dbd 03:14:52 ---> 98a15d5571e1 03:14:52 Step 21/26 : RUN apk --no-cache add curl 03:14:52 ---> Running in 0854cc33f36e 03:14:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 03:14:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:14:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:14:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:14:56 (2/3) Installing libcurl (7.69.1-r3) 03:14:56 (3/3) Installing curl (7.69.1-r3) 03:14:56 Executing busybox-1.31.1-r19.trigger 03:14:56 OK: 72 MiB in 58 packages 03:14:58 Removing intermediate container 0854cc33f36e 03:14:58 ---> 7b473a015034 03:14:58 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:14:58 ---> Running in b829c1d800a5 03:14:58 Removing intermediate container b829c1d800a5 03:14:58 ---> 4d048f23ab4c 03:14:58 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:14:59 ---> Running in ddded11fb322 03:15:00 Removing intermediate container ddded11fb322 03:15:00 ---> 3788d3e1f17f 03:15:00 Step 24/26 : LABEL arch=arm64 03:15:00 ---> Running in a2485f12a41c 03:15:00 Removing intermediate container a2485f12a41c 03:15:00 ---> 5760e434eb4a 03:15:00 Step 25/26 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:15:01 ---> Running in 44ab8449a0f3 03:15:01 Removing intermediate container 44ab8449a0f3 03:15:01 ---> 20172fa07744 03:15:01 Step 26/26 : LABEL version=0.0.0 03:15:01 ---> Running in b6deab9ea9c7 03:15:02 Removing intermediate container b6deab9ea9c7 03:15:02 ---> c24289a736ad 03:15:02 03:15:03 Successfully built c24289a736ad 03:15:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 03:15:50  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 03:15:57 Removing intermediate container 79478af3a2ff 03:15:57 ---> 9e81d52cfaf7 03:15:57 03:15:57 Step 10/31 : FROM alpine:3.12 03:15:57 ---> d10569e2745f 03:15:57 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:15:57 ---> Running in 90623a0cd436 03:15:57 Removing intermediate container 90623a0cd436 03:15:57 ---> 9638b94a6e0a 03:15:57 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 03:15:58 ---> Running in 6030532ec9b9 03:16:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:01 (1/2) Installing dumb-init (1.2.2-r1) 03:16:01 (2/2) Installing su-exec (0.2-r1) 03:16:01 Executing busybox-1.31.1-r19.trigger 03:16:01 OK: 5 MiB in 16 packages 03:16:03 Removing intermediate container 6030532ec9b9 03:16:03 ---> e5a1de33a229 03:16:03 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 03:16:03 ---> Running in 624745b48f90 03:16:05 Removing intermediate container 624745b48f90 03:16:05 ---> 445d70558a31 03:16:05 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:16:05 ---> Running in 446b6277d7ce 03:16:05 Removing intermediate container 502b3360a847 03:16:05 ---> 8932d4bf969d 03:16:05 03:16:05 Step 10/24 : FROM alpine:3.12 03:16:06 ---> d10569e2745f 03:16:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:16:06 Removing intermediate container 446b6277d7ce 03:16:06 ---> 0cf759eaf38c 03:16:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:16:06 ---> Running in 8a707054ef70 03:16:06 ---> Running in cca3e97a9508 03:16:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:09 (1/5) Installing ca-certificates (20191127-r4) 03:16:09 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:16:09 (3/5) Installing libcurl (7.69.1-r3) 03:16:09 (4/5) Installing curl (7.69.1-r3) 03:16:09 (5/5) Installing dumb-init (1.2.2-r1) 03:16:09 Executing busybox-1.31.1-r19.trigger 03:16:09 Executing ca-certificates-20191127-r4.trigger 03:16:10 OK: 7 MiB in 19 packages 03:16:10 Removing intermediate container cca3e97a9508 03:16:10 ---> 8cc075f8073c 03:16:10 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 03:16:11 ---> Running in 30072d74241c 03:16:12 Removing intermediate container 30072d74241c 03:16:12 ---> eb9a783b0caa 03:16:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:16:13 Removing intermediate container 8a707054ef70 03:16:13 ---> ad83e06aa874 03:16:13 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:16:13 ---> Running in 2413bae4866c 03:16:13 ---> 93d582247072 03:16:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:16:13 ---> Running in 5cc6c134bb4e 03:16:14 Removing intermediate container 2413bae4866c 03:16:14 ---> cc7ef5ab0b6a 03:16:14 Step 13/24 : WORKDIR / 03:16:14 ---> Running in f041ad662db1 03:16:16 Removing intermediate container f041ad662db1 03:16:16 ---> c7e5f4642009 03:16:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:16:17 ---> 79b59af4fdd6 03:16:17 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:16:18 Removing intermediate container 5cc6c134bb4e 03:16:18 ---> 75a2369cccae 03:16:18 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 03:16:19 ---> 89c7e9e54df5 03:16:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:16:20 ---> 1ad20f1b7d50 03:16:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:16:20 ---> c03063c9c811 03:16:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:16:23 ---> 71025d6a1e3b 03:16:23 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:16:23 ---> 4b2966ec068d 03:16:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:16:24 ---> e32f31c247e8 03:16:24 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:16:25 ---> 483467a38d5a 03:16:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:16:26 ---> 9b0180e0bd68 03:16:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 03:16:26 ---> fe5661c17ab2 03:16:26 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/ 03:16:26 ---> Running in e14b89a966de 03:16:28 ---> 728b636671d8 03:16:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 03:16:28 ---> Running in 00e6e0c37181 03:16:30 Removing intermediate container 00e6e0c37181 03:16:30 ---> 17898da3a975 03:16:30 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:16:31 Removing intermediate container e14b89a966de 03:16:31 ---> f2254e311395 03:16:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:16:31 ---> 349ccd68e5b7 03:16:31 Step 26/31 : RUN chmod +x /entrypoint.sh 03:16:31 ---> Running in 4f777cccacad 03:16:32 ---> Running in e8ecab46c886 03:16:32 Removing intermediate container 5506a7c0d1c6 03:16:32 ---> 8a5154b0f974 03:16:32 03:16:32 Step 10/23 : FROM alpine:3.12 03:16:32 ---> d10569e2745f 03:16:32 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:16:32 ---> Using cache 03:16:32 ---> 4a6621f48511 03:16:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:16:32 ---> Using cache 03:16:32 ---> 696a09352563 03:16:32 Step 13/23 : ENV APP_PORT=48081 03:16:32 Removing intermediate container 4f777cccacad 03:16:32 ---> 8b7c1fe0498e 03:16:32 Step 22/24 : LABEL arch=arm64 03:16:32 ---> Running in 6a6b05b798ce 03:16:32 ---> Running in f681f820be3c 03:16:33 Removing intermediate container 6a6b05b798ce 03:16:33 ---> d2cb533958f4 03:16:33 Step 14/23 : EXPOSE $APP_PORT 03:16:33 ---> Running in b418b64ed70d 03:16:33 Removing intermediate container f681f820be3c 03:16:33 ---> c306afe8f7f1 03:16:33 Step 23/24 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:16:33 ---> Running in 56efa2f8dd37 03:16:34 Removing intermediate container b418b64ed70d 03:16:34 ---> 9c96f782405a 03:16:34 Step 15/23 : WORKDIR / 03:16:34 Removing intermediate container 56efa2f8dd37 03:16:34 ---> ef7884a146eb 03:16:34 Step 24/24 : LABEL version=0.0.0 03:16:34 ---> Running in a457cbcacca4 03:16:34 ---> Running in 657a41bf4648 03:16:35 Removing intermediate container e8ecab46c886 03:16:35 ---> 7cfa361b7627 03:16:35 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 03:16:35 Removing intermediate container 657a41bf4648 03:16:35 ---> 25fd6a3fde05 03:16:35 03:16:35 Removing intermediate container a457cbcacca4 03:16:35 ---> 3ad845caf0af 03:16:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:16:35 ---> Running in bd2973f648bb 03:16:36 Successfully built 25fd6a3fde05 03:16:36 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 03:16:36  Building docker-security-secretstore-setup-go ... done Removing intermediate container bd2973f648bb 03:16:36 ---> 43c9ce4b7fed 03:16:36 Step 28/31 : CMD ["gate"] 03:16:36 ---> 3afe783afd1c 03:16:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:16:36 ---> Running in cd508a5a30da 03:16:37 Removing intermediate container cd508a5a30da 03:16:37 ---> 4a7bc825cdcb 03:16:37 Step 29/31 : LABEL arch=arm64 03:16:37 ---> a5ff6f4b264b 03:16:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:16:38 ---> Running in 532905ab6637 03:16:38 Removing intermediate container 532905ab6637 03:16:38 ---> df513e9de210 03:16:38 Step 30/31 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:16:38 ---> ce220031d76a 03:16:38 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:16:39 ---> Running in 7d3280ed5640 03:16:39 ---> Running in dced5df5417b 03:16:40 Removing intermediate container 7d3280ed5640 03:16:40 ---> 9c7e648a2117 03:16:40 Step 31/31 : LABEL version=0.0.0 03:16:40 Removing intermediate container dced5df5417b 03:16:40 ---> 2cb63b9163ed 03:16:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:16:40 ---> Running in ed41d8eac374 03:16:40 ---> Running in 02377337bc86 03:16:40 Removing intermediate container ed41d8eac374 03:16:40 ---> 3f7ba271309b 03:16:40 03:16:41 Removing intermediate container 02377337bc86 03:16:41 ---> 24065e409d1b 03:16:41 Step 21/23 : LABEL arch=arm64 03:16:41 Successfully built 3f7ba271309b 03:16:41 Successfully tagged docker-security-bootstrapper-go-arm64:latest 03:16:41  Building docker-security-bootstrapper-go ... done  ---> Running in 47a08d23b926 03:16:41 Removing intermediate container 47a08d23b926 03:16:41 ---> 464e276dc034 03:16:41 Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:16:41 ---> Running in 3ae11be4fb99 03:16:42 Removing intermediate container 3ae11be4fb99 03:16:42 ---> 1093432fe377 03:16:42 Step 23/23 : LABEL version=0.0.0 03:16:42 ---> Running in 0ed6206685a3 03:16:43 Removing intermediate container 0ed6206685a3 03:16:43 ---> 94e2ff3c96de 03:16:43 03:16:43 Successfully built 94e2ff3c96de 03:16:43 Successfully tagged docker-core-metadata-go-arm64:latest 03:16:47  Building docker-core-metadata-go ... done Removing intermediate container 5bcfdd2d17bd 03:16:47 ---> f62a2bc04442 03:16:47 03:16:47 Step 10/23 : FROM alpine:3.12 03:16:47 ---> d10569e2745f 03:16:47 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:16:47 ---> Running in 78e44f9bf97f 03:16:47 Removing intermediate container 78e44f9bf97f 03:16:47 ---> e7844d6dc801 03:16:47 Step 12/23 : ENV APP_PORT=48080 03:16:47 ---> Running in dfa24e53f3c2 03:16:48 Removing intermediate container dfa24e53f3c2 03:16:48 ---> 03f7b046434b 03:16:48 Step 13/23 : EXPOSE $APP_PORT 03:16:48 ---> Running in 30bf29efd7be 03:16:48 Removing intermediate container 30bf29efd7be 03:16:48 ---> ccc2b0c05cb8 03:16:48 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:16:48 ---> Running in a6f586c1cefd 03:16:51 Removing intermediate container a6f586c1cefd 03:16:51 ---> ed1aae770635 03:16:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:16:51 ---> Running in bd6f9e88d3c5 03:16:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:16:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:16:53 (1/6) Installing dumb-init (1.2.2-r1) 03:16:53 (2/6) Installing libgcc (9.3.0-r2) 03:16:54 (3/6) Installing libsodium (1.0.18-r0) 03:16:54 (4/6) Installing libstdc++ (9.3.0-r2) 03:16:54 (5/6) Installing libzmq (4.3.3-r0) 03:16:54 (6/6) Installing zeromq (4.3.3-r0) 03:16:55 Executing busybox-1.31.1-r19.trigger 03:16:55 OK: 8 MiB in 20 packages 03:16:56 Removing intermediate container bd6f9e88d3c5 03:16:56 ---> 6c61a554fadd 03:16:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:16:57 ---> 5d01bae27012 03:16:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:16:58 ---> 6ea90fc1d338 03:16:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:16:58 ---> c73e54bd643a 03:16:58 Step 19/23 : ENTRYPOINT ["/core-data"] 03:16:58 ---> Running in be4213763166 03:16:59 Removing intermediate container be4213763166 03:16:59 ---> 96b10b8a6a4c 03:16:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:16:59 ---> Running in 30e774ce98d1 03:17:00 Removing intermediate container 30e774ce98d1 03:17:00 ---> c0d86fc5c4fc 03:17:00 Step 21/23 : LABEL arch=arm64 03:17:00 ---> Running in 62ee54c060da 03:17:00 Removing intermediate container 62ee54c060da 03:17:00 ---> 0d5aa78978e0 03:17:00 Step 22/23 : LABEL git_sha=e937d7012ee7f86ebd8e39eec8b349db9df0ae33 03:17:00 ---> Running in 0a4b24eb7206 03:17:01 Removing intermediate container 0a4b24eb7206 03:17:01 ---> 6dee8d702946 03:17:01 Step 23/23 : LABEL version=0.0.0 03:17:01 ---> Running in 65a632074503 03:17:01 Removing intermediate container 65a632074503 03:17:01 ---> f8322783929f 03:17:01 03:17:02 Successfully built f8322783929f 03:17:02 Successfully tagged docker-core-data-go-arm64:latest 03:17:02  Building docker-core-data-go ... done  [Pipeline] } 03:17:02 $ docker stop --time=1 bd8450518c4f806ffeb38a38bb996fc19c6177908d43b1086b21d735df4fce54 03:17:04 $ docker rm -f bd8450518c4f806ffeb38a38bb996fc19c6177908d43b1086b21d735df4fce54 [Pipeline] // withDockerContainer [Pipeline] sh 03:17:05 + docker images 03:17:05 + grep docker 03:17:05 docker-core-data-go-arm64 latest f8322783929f 4 seconds ago 21.3MB 03:17:05 docker-core-metadata-go-arm64 latest 94e2ff3c96de 22 seconds ago 17.9MB 03:17:05 docker-security-bootstrapper-go-arm64 latest 3f7ba271309b 25 seconds ago 17.8MB 03:17:05 docker-security-secretstore-setup-go-arm64 latest 25fd6a3fde05 30 seconds ago 23.7MB 03:17:05 docker-sys-mgmt-agent-go-arm64 latest c24289a736ad 2 minutes ago 300MB 03:17:05 docker-support-notifications-go-arm64 latest 30f9e64d265d 3 minutes ago 16.9MB 03:17:05 docker-support-scheduler-go-arm64 latest 1c0792ef379a 3 minutes ago 16.3MB 03:17:05 docker-core-command-go-arm64 latest d403f4b3769b 3 minutes ago 16.2MB 03:17:05 docker-security-proxy-setup-go-arm64 latest d1096106e87a 3 minutes ago 23.4MB 03:17:05 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 03:17:06 ---> job-cost.sh 03:17:06 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZIAR 03:18:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:19:39 lf-activate-venv(): INFO: Adding /tmp/venv-ZIAR/bin to PATH 03:19:39 INFO: No Stack... 03:19:39 INFO: Retrieving Pricing Info for: lf-standard-4 03:19:39 INFO: Archiving Costs [Pipeline] sh 03:19:40 + cat+ /w/workspace/edgex-go/22/archives/cost.csv 03:19:40 cut -d, -f6 [Pipeline] lock 03:19:40 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-22-stack-cost] 03:19:40 Resource [jenkins-edgexfoundry-edgex-go-PR-3208-22-stack-cost] did not exist. Created. 03:19:40 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-22-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:19:40 + echo total: 0.20999999344348907 [Pipeline] stash 03:19:41 Stashed 1 file(s) [Pipeline] } 03:19:41 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-22-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 03:19:42 provisioning config files... 03:19:42 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/22@tmp/config7055717413506733814tmp [Pipeline] { [Pipeline] sh 03:19:42 + set +x 03:19:42 + curl -s https://codecov.io/bash 03:19:42 + bash -s -- 03:19:43 03:19:43 _____ _ 03:19:43 / ____| | | 03:19:43 | | ___ __| | ___ ___ _____ __ 03:19:43 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:19:43 | |___| (_) | (_| | __/ (_| (_) \ V / 03:19:43 \_____\___/ \__,_|\___|\___\___/ \_/ 03:19:43 Bash-20210309-2b87ace 03:19:43 03:19:43 03:19:43 ==> git version 2.24.3 found 03:19:43 ==> 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 03:19:43 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:19:43 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:19:43 ==> Jenkins CI detected. 03:19:43 project root: . 03:19:43 --> token set from env 03:19:43 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:19:43 ==> Running gcov in . (disable via -X gcov) 03:19:43 ==> Python coveragepy not found 03:19:43 ==> Searching for coverage reports in: 03:19:43 + . 03:19:43 -> Found 1 reports 03:19:43 ==> Detecting git/mercurial file structure 03:19:43 ==> Reading reports 03:19:43 + ./coverage.out bytes=650607 03:19:43 ==> Appending adjustments 03:19:43 https://docs.codecov.io/docs/fixing-reports 03:19:46 + Found adjustments 03:19:46 ==> Gzipping contents 03:19:46 96K /tmp/codecov.yIdFsl.gz 03:19:46 ==> Uploading reports 03:19:46 url: https://codecov.io 03:19:46 query: branch=PR-3208&commit=e937d7012ee7f86ebd8e39eec8b349db9df0ae33&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 03:19:46 -> Pinging Codecov 03:19:46 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3208&commit=e937d7012ee7f86ebd8e39eec8b349db9df0ae33&build=22&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F22%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 03:19:47 -> Uploading to 03:19:47 https://storage.googleapis.com/codecov/v4/raw/2021-03-16/00271124DB129430A58F1EEE437C3FCB/e937d7012ee7f86ebd8e39eec8b349db9df0ae33/11f284ca-97d1-42c0-b881-f774f1b3e171.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210316T031947Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=332714971e71d6d847505ab4a3dd35fb2278f9d4711a2b3c1210216de2c43942 03:19:47 % Total % Received % Xferd Average Speed Time Time Time Current 03:19:47 Dload Upload Total Spent Left Speed 03:19:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95048 0 0 100 95048 0 171k --:--:-- --:--:-- --:--:-- 171k 100 95048 0 0 100 95048 0 171k --:--:-- --:--:-- --:--:-- 171k 03:19:47 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e937d7012ee7f86ebd8e39eec8b349db9df0ae33 [Pipeline] } 03:19:47 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 03:19:49 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:19:50 ---> package-listing.sh 03:19:50 ++ facter osfamily 03:19:50 ++ tr '[:upper:]' '[:lower:]' 03:19:50 + OS_FAMILY=redhat 03:19:50 + workspace=/w/workspace/edgex-go/22 03:19:50 + START_PACKAGES=/tmp/packages_start.txt 03:19:50 + END_PACKAGES=/tmp/packages_end.txt 03:19:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:19:50 + PACKAGES=/tmp/packages_start.txt 03:19:50 + '[' /w/workspace/edgex-go/22 ']' 03:19:50 + PACKAGES=/tmp/packages_end.txt 03:19:50 + case "${OS_FAMILY}" in 03:19:50 + rpm -qa 03:19:50 + sort 03:19:55 + '[' -f /tmp/packages_start.txt ']' 03:19:55 + '[' -f /tmp/packages_end.txt ']' 03:19:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:19:55 + '[' /w/workspace/edgex-go/22 ']' 03:19:55 + mkdir -p /w/workspace/edgex-go/22/archives/ 03:19:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/22/archives/ [Pipeline] echo 03:19:56 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/22/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:19:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:19:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:19:56 03:19:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:19:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:19:57 alpine: Pulling from edgex-lftools-log-publisher 03:19:57 df20fa9351a1: Pulling fs layer 03:19:57 36b3adc4ff6f: Pulling fs layer 03:19:57 8ad3a11d3b57: Pulling fs layer 03:19:57 46f8f816bc3b: Pulling fs layer 03:19:57 93b61091891f: Pulling fs layer 03:19:57 93b9cdb0e59b: Pulling fs layer 03:19:57 5e14af77c1be: Pulling fs layer 03:19:57 01666e4c0597: Pulling fs layer 03:19:57 aa168da1d23b: Pulling fs layer 03:19:57 93b9cdb0e59b: Waiting 03:19:57 5e14af77c1be: Waiting 03:19:57 01666e4c0597: Waiting 03:19:57 aa168da1d23b: Waiting 03:19:57 46f8f816bc3b: Waiting 03:19:57 93b61091891f: Waiting 03:19:57 36b3adc4ff6f: Verifying Checksum 03:19:57 36b3adc4ff6f: Download complete 03:19:57 46f8f816bc3b: Verifying Checksum 03:19:57 46f8f816bc3b: Download complete 03:19:57 df20fa9351a1: Verifying Checksum 03:19:57 df20fa9351a1: Download complete 03:19:57 93b9cdb0e59b: Verifying Checksum 03:19:57 93b9cdb0e59b: Download complete 03:19:57 93b61091891f: Verifying Checksum 03:19:57 93b61091891f: Download complete 03:19:57 5e14af77c1be: Verifying Checksum 03:19:57 5e14af77c1be: Download complete 03:19:57 01666e4c0597: Verifying Checksum 03:19:57 01666e4c0597: Download complete 03:19:57 df20fa9351a1: Pull complete 03:19:57 8ad3a11d3b57: Verifying Checksum 03:19:57 8ad3a11d3b57: Download complete 03:19:58 36b3adc4ff6f: Pull complete 03:19:59 8ad3a11d3b57: Pull complete 03:19:59 46f8f816bc3b: Pull complete 03:20:00 aa168da1d23b: Verifying Checksum 03:20:00 aa168da1d23b: Download complete 03:20:01 93b61091891f: Pull complete 03:20:01 93b9cdb0e59b: Pull complete 03:20:01 5e14af77c1be: Pull complete 03:20:01 01666e4c0597: Pull complete 03:20:13 aa168da1d23b: Pull complete 03:20:13 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:20:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:20:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:20:13 prd-centos7-docker-4c-2g-29915 does not seem to be running inside a container 03:20:13 $ 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/22/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/22 -v /w/workspace/edgex-go/22:/w/workspace/edgex-go/22:rw,z -v /w/workspace/edgex-go/22@tmp:/w/workspace/edgex-go/22@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 03:20:17 $ docker top 0fd731485269585fd5427d2ac0b04926657f796c596d14bbd44340e1c85ebc0b -eo pid,comm [Pipeline] { [Pipeline] sh 03:20:17 + touch /tmp/pre-build-complete [Pipeline] sh 03:20:18 + mkdir -p /var/log/sa [Pipeline] sh 03:20:18 + ls /var/log/sa-host 03:20:18 + sadf -c /var/log/sa-host/sa16 03:20:18 file_magic: OK 03:20:18 HZ: Using current value: 100 03:20:18 file_header: OK 03:20:18 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 03:20:18 Statistics: 03:20:18 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... 03:20:18 File successfully converted to sysstat format version 12.2.1 03:20:18 + sadf -c /var/log/sa-host/sa23 03:20:18 file_magic: OK 03:20:18 HZ: Using current value: 100 03:20:18 file_header: OK 03:20:18 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 03:20:18 Statistics: 03:20:18 Hnuu...uuuununununu... 03:20:18 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:20:18 provisioning config files... 03:20:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/22@tmp/config3128935292225785693tmp [Pipeline] { [Pipeline] echo 03:20:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:20:19 ---> create-netrc.sh [Pipeline] } 03:20:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:20:19 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:20:19 ---> python-tools-install.sh [Pipeline] echo 03:20:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:20:19 ---> sudo-logs.sh 03:20:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:20:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:20:20 ---> job-cost.sh 03:20:20 lf-activate-venv: SKIPPING 03:20:20 DEBUG: total: 0.20999999344348907 03:20:20 INFO: Retrieving Stack Cost... 03:20:21 INFO: Retrieving Pricing Info for: v1-standard-2 03:20:21 INFO: Archiving Costs [Pipeline] echo 03:20:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:20:22 ---> logs-deploy.sh 03:20:22 lf-activate-venv: SKIPPING 03:20:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/22 03:20:22 INFO: archiving workspace using pattern(s): 03:20:24 Archives upload complete. 03:20:24 INFO: archiving logs to Nexus 03:20:25 ---> uname -a: 03:20:25 Linux prd-centos7-docker-4c-2g-29915.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:20:25 03:20:25 03:20:25 ---> lscpu: 03:20:25 Architecture: x86_64 03:20:25 CPU op-mode(s): 32-bit, 64-bit 03:20:25 Byte Order: Little Endian 03:20:25 Address sizes: 40 bits physical, 48 bits virtual 03:20:25 CPU(s): 4 03:20:25 On-line CPU(s) list: 0-3 03:20:25 Thread(s) per core: 1 03:20:25 Core(s) per socket: 1 03:20:25 Socket(s): 4 03:20:25 NUMA node(s): 1 03:20:25 Vendor ID: GenuineIntel 03:20:25 CPU family: 6 03:20:25 Model: 44 03:20:25 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:20:25 Stepping: 1 03:20:25 CPU MHz: 2933.436 03:20:25 BogoMIPS: 5866.87 03:20:25 Virtualization: VT-x 03:20:25 Hypervisor vendor: KVM 03:20:25 Virtualization type: full 03:20:25 L1d cache: 128 KiB 03:20:25 L1i cache: 128 KiB 03:20:25 L2 cache: 16 MiB 03:20:25 L3 cache: 64 MiB 03:20:25 NUMA node0 CPU(s): 0-3 03:20:25 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:20:25 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:20:25 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:20:25 Vulnerability Meltdown: Mitigation; PTI 03:20:25 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:20:25 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:20:25 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:20:25 Vulnerability Srbds: Not affected 03:20:25 Vulnerability Tsx async abort: Not affected 03:20:25 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 03:20:25 03:20:25 03:20:25 ---> nproc: 03:20:25 4 03:20:25 03:20:25 03:20:25 ---> df -h: 03:20:25 Filesystem Size Used Available Use% Mounted on 03:20:25 overlay 50.0G 11.7G 38.2G 23% / 03:20:25 tmpfs 64.0M 0 64.0M 0% /dev 03:20:25 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:20:25 shm 64.0M 0 64.0M 0% /dev/shm 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/22 03:20:25 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/22@tmp 03:20:25 03:20:25 03:20:25 ---> free -m: 03:20:25 total used free shared buff/cache available 03:20:25 Mem: 1837 686 118 0 1032 1065 03:20:25 Swap: 1023 53 970 03:20:25 03:20:25 03:20:25 ---> ip addr: 03:20:25 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:20:25 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:20:25 inet 127.0.0.1/8 scope host lo 03:20:25 valid_lft forever preferred_lft forever 03:20:25 inet6 ::1/128 scope host 03:20:25 valid_lft forever preferred_lft forever 03:20:25 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:20:25 link/ether fa:16:3e:3c:06:20 brd ff:ff:ff:ff:ff:ff 03:20:25 inet 10.30.122.125/23 brd 10.30.123.255 scope global dynamic eth0 03:20:25 valid_lft 84880sec preferred_lft 84880sec 03:20:25 inet6 fe80::f816:3eff:fe3c:620/64 scope link 03:20:25 valid_lft forever preferred_lft forever 03:20:25 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:20:25 link/ether 02:42:66:8b:50:94 brd ff:ff:ff:ff:ff:ff 03:20:25 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:20:25 valid_lft forever preferred_lft forever 03:20:25 inet6 fe80::42:66ff:fe8b:5094/64 scope link 03:20:25 valid_lft forever preferred_lft forever 03:20:25 03:20:25 03:20:25 ---> sar -b -r -n DEV: 03:20:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) 03:20:25 03:20:25 02:54:54 LINUX RESTART (4 CPU) 03:20:25 03:20:25 02:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:20:25 02:57:01 162.47 74.75 87.72 0.00 6727.75 38648.64 0.00 03:20:25 02:58:02 212.70 69.30 143.39 0.00 2888.92 24604.23 0.00 03:20:25 02:59:01 135.59 51.60 83.99 0.00 2128.02 10123.26 0.00 03:20:25 03:00:01 100.62 45.76 54.85 0.00 1652.61 5224.95 0.00 03:20:25 03:01:01 86.22 32.84 53.38 0.00 2253.28 15116.69 0.00 03:20:25 03:02:02 952.39 710.56 241.83 0.00 91254.85 156840.52 0.00 03:20:25 03:03:01 2306.89 2007.17 299.72 0.00 147802.61 152521.69 0.00 03:20:25 03:04:01 230.41 67.61 162.79 0.00 7598.40 32897.34 0.00 03:20:25 03:05:02 1563.71 1190.98 372.73 0.00 91889.41 130925.93 0.00 03:20:25 03:06:01 1066.73 773.75 292.99 0.00 48397.09 61574.98 0.00 03:20:25 03:07:01 36.19 16.68 19.51 0.00 3259.12 1483.44 0.00 03:20:25 03:08:01 0.20 0.02 0.18 0.00 0.27 1.78 0.00 03:20:25 03:09:01 0.23 0.02 0.22 0.00 0.13 1.92 0.00 03:20:25 03:10:01 2.18 1.92 0.27 0.00 59.16 4.15 0.00 03:20:25 03:11:02 0.87 0.05 0.82 0.00 1.33 14.74 0.00 03:20:25 03:12:01 0.20 0.00 0.20 0.00 0.00 1.83 0.00 03:20:25 03:13:01 0.20 0.00 0.20 0.00 0.00 1.62 0.00 03:20:25 03:14:01 0.27 0.02 0.25 0.00 0.27 2.98 0.00 03:20:25 03:15:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 03:20:25 03:16:01 0.22 0.02 0.20 0.00 0.27 2.02 0.00 03:20:25 03:17:01 0.22 0.02 0.20 0.00 0.13 1.95 0.00 03:20:25 03:18:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 03:20:25 03:19:01 0.30 0.02 0.28 0.00 0.27 2.97 0.00 03:20:25 03:20:01 76.41 60.49 15.92 0.00 5294.11 2044.30 0.00 03:20:25 Average: 289.05 212.67 76.38 0.00 17161.50 26399.22 0.00 03:20:25 03:20:25 02:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:20:25 02:57:01 85068 0 717816 38.15 2348 1076312 1537616 52.48 621288 924060 102340 03:20:25 02:58:02 290192 0 687976 36.56 1492 901884 1324912 45.22 479924 838584 44 03:20:25 02:59:01 199144 0 833088 44.28 848 848464 1758836 60.03 706300 692100 76228 03:20:25 03:00:01 279572 0 726952 38.64 848 874172 1561456 53.29 582088 727656 64644 03:20:25 03:01:01 104628 0 738864 39.27 832 1037220 1543820 52.69 605792 894092 89216 03:20:25 03:02:02 274760 0 884148 46.99 76 722560 4449604 151.86 726500 659832 60 03:20:25 03:03:01 279788 0 883972 46.98 76 717708 4110848 140.30 654760 669812 1648 03:20:25 03:04:01 97128 0 742948 39.49 76 1041392 1754264 59.87 584212 944864 2208 03:20:25 03:05:02 80828 0 835824 44.42 76 964816 2748644 93.81 692960 850184 57356 03:20:25 03:06:01 374544 0 692892 36.83 76 814032 1835664 62.65 544968 717892 0 03:20:25 03:07:01 379348 0 608096 32.32 76 894024 1214816 41.46 492940 771576 20 03:20:25 03:08:01 382952 0 604492 32.13 76 894024 1184992 40.44 490600 771228 8 03:20:25 03:09:01 382632 0 604796 32.14 76 894040 1185076 40.44 491176 771236 8 03:20:25 03:10:01 380672 0 605692 32.19 76 895104 1185136 40.45 492320 771524 16 03:20:25 03:11:02 381220 0 605136 32.16 76 895112 1185064 40.44 492048 771528 8 03:20:25 03:12:01 381656 0 604684 32.14 76 895128 1184992 40.44 491524 771536 8 03:20:25 03:13:01 381600 0 604740 32.14 76 895128 1184992 40.44 491400 771536 8 03:20:25 03:14:01 381664 0 604672 32.14 76 895132 1184992 40.44 491656 771536 8 03:20:25 03:15:01 381656 0 604632 32.13 76 895180 1184992 40.44 491532 771556 24 03:20:25 03:16:01 381164 0 605160 32.16 76 895144 1185088 40.45 492056 771544 8 03:20:25 03:17:01 380548 0 605764 32.20 76 895156 1185160 40.45 492452 771556 8 03:20:25 03:18:01 381796 0 604504 32.13 76 895168 1184992 40.44 491552 771556 8 03:20:25 03:19:01 381516 0 604788 32.14 76 895164 1184992 40.44 491676 771556 8 03:20:25 03:20:01 78068 0 672928 35.76 76 1130472 1612228 55.02 580780 979620 100952 03:20:25 Average: 295923 0 678524 36.06 326 906772 1653049 56.42 548854 788674 20618 03:20:25 03:20:25 02:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:20:25 02:57:01 eth0 1100.35 1163.35 5574.66 140.04 0.00 0.00 0.00 0.00 03:20:25 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 02:57:01 docker0 879.17 760.17 71.83 2703.28 0.00 0.00 0.00 0.00 03:20:25 02:58:02 eth0 245.04 216.62 863.81 70.81 0.00 0.00 0.00 0.00 03:20:25 02:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 02:58:02 vethd19de2f 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 03:20:25 02:58:02 docker0 180.00 197.00 12.71 834.15 0.00 0.00 0.00 0.00 03:20:25 02:59:01 eth0 26.47 13.21 21.01 10.09 0.00 0.00 0.00 0.00 03:20:25 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 02:59:01 vethd19de2f 0.52 0.57 0.04 0.05 0.00 0.00 0.00 0.00 03:20:25 02:59:01 docker0 0.52 0.52 0.04 0.04 0.00 0.00 0.00 0.00 03:20:25 03:00:01 eth0 27.70 20.89 14.79 49.42 0.00 0.00 0.00 0.00 03:20:25 03:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:00:01 vethd19de2f 1.83 1.83 0.14 0.14 0.00 0.00 0.00 0.00 03:20:25 03:00:01 docker0 1.83 1.83 0.12 0.14 0.00 0.00 0.00 0.00 03:20:25 03:01:01 eth0 219.55 170.10 1693.78 58.84 0.00 0.00 0.00 0.00 03:20:25 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:02:02 veth0946a75 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:02:02 veth61d9661 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:02:02 veth5d7a883 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:02:02 vethbd9b189 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:03:01 veth44655d5 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 03:20:25 03:03:01 veth99970dc 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 03:20:25 03:03:01 eth0 2584.18 2387.83 12128.33 492.64 0.00 0.00 0.00 0.00 03:20:25 03:03:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:20:25 03:04:01 eth0 152.45 104.14 1408.03 13.93 0.00 0.00 0.00 0.00 03:20:25 03:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:04:01 vethb9eabcc 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 03:20:25 03:04:01 docker0 1084.70 1001.43 85.91 3794.66 0.00 0.00 0.00 0.00 03:20:25 03:05:02 veth9fe789b 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:20:25 03:05:02 eth0 137.13 85.14 413.85 66.98 0.00 0.00 0.00 0.00 03:20:25 03:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:05:02 vethb9eabcc 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 03:20:25 03:06:01 veth3ea2146 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:06:01 eth0 81.15 52.59 131.78 95.19 0.00 0.00 0.00 0.00 03:20:25 03:06:01 veth808351d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:07:01 eth0 20.69 9.50 55.31 5.03 0.00 0.00 0.00 0.00 03:20:25 03:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:07:01 docker0 1139.65 1105.18 89.23 4313.19 0.00 0.00 0.00 0.00 03:20:25 03:08:01 eth0 0.18 0.10 0.01 0.04 0.00 0.00 0.00 0.00 03:20:25 03:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:09:01 eth0 1.28 0.32 0.35 0.20 0.00 0.00 0.00 0.00 03:20:25 03:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:10:01 eth0 0.70 0.32 0.30 0.20 0.00 0.00 0.00 0.00 03:20:25 03:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:11:02 eth0 0.38 0.20 0.15 0.07 0.00 0.00 0.00 0.00 03:20:25 03:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:12:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 03:20:25 03:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:13:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:20:25 03:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:14:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:15:01 eth0 0.62 0.07 0.06 0.01 0.00 0.00 0.00 0.00 03:20:25 03:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:16:01 eth0 1.12 0.45 0.47 0.27 0.00 0.00 0.00 0.00 03:20:25 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:17:01 eth0 0.43 0.33 0.26 0.20 0.00 0.00 0.00 0.00 03:20:25 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:18:01 eth0 0.50 0.05 0.05 0.00 0.00 0.00 0.00 0.00 03:20:25 03:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:19:01 eth0 0.15 0.05 0.01 0.00 0.00 0.00 0.00 0.00 03:20:25 03:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:20:01 eth0 225.35 184.75 2165.14 47.10 0.00 0.00 0.00 0.00 03:20:25 03:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 03:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 Average: eth0 96.36 86.22 521.96 25.36 0.00 0.00 0.00 0.00 03:20:25 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:20:25 Average: docker0 47.57 46.13 3.72 180.03 0.00 0.00 0.00 0.00 03:20:25 03:20:25 03:20:25 ---> sar -P ALL: 03:20:25 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/16/21 _x86_64_ (4 CPU) 03:20:25 03:20:25 02:54:54 LINUX RESTART (4 CPU) 03:20:25 03:20:25 02:56:02 CPU %user %nice %system %iowait %steal %idle 03:20:25 02:57:01 all 15.29 0.00 8.75 1.43 2.56 71.97 03:20:25 02:57:01 0 14.99 0.00 10.34 1.70 2.50 70.47 03:20:25 02:57:01 1 15.09 0.00 8.20 1.45 2.59 72.66 03:20:25 02:57:01 2 17.63 0.00 8.51 0.98 2.67 70.21 03:20:25 02:57:01 3 13.42 0.00 7.95 1.59 2.49 74.55 03:20:25 02:58:02 all 6.75 0.00 6.43 3.57 1.24 82.01 03:20:25 02:58:02 0 7.40 0.00 6.91 2.98 1.18 81.53 03:20:25 02:58:02 1 6.54 0.00 6.44 3.81 1.27 81.93 03:20:25 02:58:02 2 6.39 0.00 6.11 4.68 1.29 81.53 03:20:25 02:58:02 3 6.68 0.00 6.27 2.80 1.21 83.05 03:20:25 02:59:01 all 62.88 0.00 15.16 3.79 2.28 15.90 03:20:25 02:59:01 0 62.99 0.00 15.41 2.26 2.20 17.14 03:20:25 02:59:01 1 61.74 0.00 15.68 3.39 2.44 16.75 03:20:25 02:59:01 2 64.29 0.00 15.23 4.77 1.98 13.72 03:20:25 02:59:01 3 62.51 0.00 14.30 4.75 2.47 15.97 03:20:25 03:00:01 all 46.00 0.00 14.56 1.85 5.59 32.00 03:20:25 03:00:01 0 46.19 0.00 14.41 2.39 5.42 31.59 03:20:25 03:00:01 1 44.07 0.00 15.60 2.30 5.82 32.21 03:20:25 03:00:01 2 47.69 0.00 13.86 2.05 5.23 31.17 03:20:25 03:00:01 3 46.06 0.00 14.35 0.69 5.88 33.02 03:20:25 03:01:01 all 29.98 0.00 12.48 2.11 6.97 48.47 03:20:25 03:01:01 0 31.25 0.00 12.49 1.67 6.97 47.62 03:20:25 03:01:01 1 30.30 0.00 12.75 3.06 6.64 47.25 03:20:25 03:01:01 2 29.58 0.00 12.23 1.87 6.60 49.71 03:20:25 03:01:01 3 28.79 0.00 12.43 1.82 7.67 49.29 03:20:25 03:02:02 all 20.48 0.00 23.62 6.36 8.51 41.03 03:20:25 03:02:02 0 21.70 0.00 23.08 7.72 8.67 38.84 03:20:25 03:02:02 1 18.00 0.00 21.21 5.62 9.49 45.68 03:20:25 03:02:02 2 20.80 0.00 25.40 6.70 7.87 39.23 03:20:25 03:02:02 3 21.47 0.00 24.84 5.40 7.98 40.30 03:20:25 03:03:01 all 20.38 0.00 26.04 20.03 12.34 21.21 03:20:25 03:03:01 0 20.53 0.00 25.13 20.78 12.43 21.12 03:20:25 03:03:01 1 20.01 0.00 27.29 19.25 12.22 21.23 03:20:25 03:03:01 2 19.54 0.00 24.53 20.09 12.51 23.33 03:20:25 03:03:01 3 21.48 0.00 27.25 19.98 12.20 19.09 03:20:25 03:04:01 all 66.61 0.00 15.84 6.04 2.20 9.31 03:20:25 03:04:01 0 66.37 0.00 15.67 7.52 2.36 8.08 03:20:25 03:04:01 1 67.59 0.00 15.72 5.35 1.83 9.50 03:20:25 03:04:01 2 64.77 0.00 16.37 6.79 2.54 9.53 03:20:25 03:04:01 3 67.66 0.00 15.61 4.52 2.09 10.12 03:20:25 03:05:02 all 34.79 0.00 26.08 18.13 3.35 17.65 03:20:25 03:05:02 0 33.61 0.00 26.25 17.77 3.81 18.57 03:20:25 03:05:02 1 35.24 0.00 26.88 17.64 3.02 17.23 03:20:25 03:05:02 2 36.41 0.00 26.02 15.95 3.08 18.53 03:20:25 03:05:02 3 33.89 0.00 25.15 21.18 3.50 16.28 03:20:25 03:06:01 all 47.40 0.00 20.76 13.25 3.43 15.16 03:20:25 03:06:01 0 44.69 0.00 19.31 14.40 3.76 17.84 03:20:25 03:06:01 1 47.05 0.00 22.06 13.20 3.41 14.28 03:20:25 03:06:01 2 49.26 0.00 21.78 11.97 3.11 13.88 03:20:25 03:06:01 3 48.62 0.00 19.91 13.42 3.43 14.62 03:20:25 03:07:01 all 1.18 0.00 1.27 0.41 0.44 96.69 03:20:25 03:07:01 0 1.44 0.00 1.37 0.38 0.45 96.36 03:20:25 03:07:01 1 0.90 0.00 1.09 0.20 0.50 97.31 03:20:25 03:07:01 2 1.37 0.00 1.31 0.64 0.33 96.35 03:20:25 03:07:01 3 1.00 0.00 1.34 0.43 0.48 96.74 03:20:25 03:20:25 03:07:01 CPU %user %nice %system %iowait %steal %idle 03:20:25 03:08:01 all 0.15 0.00 0.03 0.00 0.01 99.81 03:20:25 03:08:01 0 0.47 0.00 0.05 0.00 0.00 99.48 03:20:25 03:08:01 1 0.07 0.00 0.03 0.00 0.02 99.88 03:20:25 03:08:01 2 0.03 0.00 0.03 0.00 0.00 99.93 03:20:25 03:08:01 3 0.03 0.00 0.02 0.00 0.02 99.93 03:20:25 03:09:01 all 0.17 0.00 0.04 0.00 0.01 99.78 03:20:25 03:09:01 0 0.13 0.00 0.02 0.00 0.00 99.85 03:20:25 03:09:01 1 0.07 0.00 0.05 0.00 0.03 99.85 03:20:25 03:09:01 2 0.43 0.00 0.03 0.00 0.00 99.53 03:20:25 03:09:01 3 0.03 0.00 0.05 0.00 0.02 99.90 03:20:25 03:10:01 all 0.15 0.00 0.06 0.02 0.00 99.76 03:20:25 03:10:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:20:25 03:10:01 1 0.05 0.00 0.08 0.02 0.00 99.85 03:20:25 03:10:01 2 0.52 0.00 0.05 0.00 0.00 99.43 03:20:25 03:10:01 3 0.03 0.00 0.08 0.08 0.00 99.80 03:20:25 03:11:02 all 0.17 0.00 0.12 0.00 0.01 99.70 03:20:25 03:11:02 0 0.05 0.00 0.13 0.00 0.02 99.80 03:20:25 03:11:02 1 0.07 0.00 0.13 0.00 0.02 99.78 03:20:25 03:11:02 2 0.50 0.00 0.10 0.00 0.00 99.40 03:20:25 03:11:02 3 0.05 0.00 0.13 0.00 0.00 99.82 03:20:25 03:12:01 all 0.04 0.00 0.03 0.00 0.00 99.93 03:20:25 03:12:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:20:25 03:12:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:20:25 03:12:01 2 0.09 0.00 0.05 0.00 0.00 99.86 03:20:25 03:12:01 3 0.00 0.00 0.02 0.00 0.00 99.98 03:20:25 03:13:01 all 0.12 0.00 0.03 0.00 0.00 99.85 03:20:25 03:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 03:20:25 03:13:01 1 0.07 0.00 0.05 0.00 0.00 99.88 03:20:25 03:13:01 2 0.40 0.00 0.03 0.00 0.02 99.55 03:20:25 03:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:20:25 03:14:01 all 0.14 0.00 0.02 0.00 0.00 99.85 03:20:25 03:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 03:20:25 03:14:01 1 0.05 0.00 0.03 0.00 0.00 99.92 03:20:25 03:14:01 2 0.48 0.00 0.02 0.00 0.00 99.50 03:20:25 03:14:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:20:25 03:15:01 all 0.16 0.00 0.03 0.00 0.00 99.80 03:20:25 03:15:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:20:25 03:15:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:20:25 03:15:01 2 0.52 0.00 0.03 0.00 0.02 99.43 03:20:25 03:15:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:20:25 03:16:01 all 0.15 0.00 0.02 0.00 0.00 99.82 03:20:25 03:16:01 0 0.05 0.00 0.05 0.00 0.00 99.90 03:20:25 03:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 03:20:25 03:16:01 2 0.52 0.00 0.00 0.00 0.00 99.48 03:20:25 03:16:01 3 0.02 0.00 0.02 0.00 0.00 99.97 03:20:25 03:17:01 all 0.16 0.00 0.03 0.00 0.00 99.80 03:20:25 03:17:01 0 0.05 0.00 0.03 0.00 0.00 99.92 03:20:25 03:17:01 1 0.03 0.00 0.05 0.00 0.02 99.90 03:20:25 03:17:01 2 0.52 0.00 0.03 0.00 0.00 99.45 03:20:25 03:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 03:20:25 03:18:01 all 0.13 0.00 0.03 0.00 0.01 99.83 03:20:25 03:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:20:25 03:18:01 1 0.03 0.00 0.03 0.00 0.00 99.93 03:20:25 03:18:01 2 0.47 0.00 0.05 0.00 0.02 99.47 03:20:25 03:18:01 3 0.02 0.00 0.03 0.00 0.02 99.93 03:20:25 03:20:25 03:18:01 CPU %user %nice %system %iowait %steal %idle 03:20:25 03:19:01 all 0.05 0.00 0.03 0.00 0.00 99.92 03:20:25 03:19:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:20:25 03:19:01 1 0.02 0.00 0.00 0.00 0.00 99.98 03:20:25 03:19:01 2 0.12 0.00 0.05 0.00 0.00 99.83 03:20:25 03:19:01 3 0.05 0.00 0.07 0.00 0.00 99.88 03:20:25 03:20:01 all 3.41 0.00 2.33 1.96 0.05 92.26 03:20:25 03:20:01 0 4.72 0.00 3.21 1.21 0.07 90.79 03:20:25 03:20:01 1 2.48 0.00 1.82 1.10 0.05 94.55 03:20:25 03:20:01 2 3.05 0.00 2.11 2.08 0.03 92.74 03:20:25 03:20:01 3 3.38 0.00 2.18 3.45 0.05 90.94 03:20:25 Average: all 14.30 0.00 7.00 3.17 1.97 73.56 03:20:25 Average: 0 14.30 0.00 7.02 3.25 2.01 73.42 03:20:25 Average: 1 14.02 0.00 7.06 3.07 1.99 73.86 03:20:25 Average: 2 14.64 0.00 7.01 3.16 1.91 73.28 03:20:25 Average: 3 14.24 0.00 6.91 3.20 1.99 73.67 03:20:25 03:20:25 03:20:25