Pull request #3175 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at fa4c73617b7d09eb7571485bf4012ea49001bdcf rather than 605fd88f14d99378eb8f2fbaf7e01ac473007120 Obtained Jenkinsfile from fa4c73617b7d09eb7571485bf4012ea49001bdcf Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-26677 in /w/workspace/edgexfoundry_edgex-go_PR-3175 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fa4c73617b7d09eb7571485bf4012ea49001bdcf into PR head commit 605fd88f14d99378eb8f2fbaf7e01ac473007120 Merge succeeded, producing 605fd88f14d99378eb8f2fbaf7e01ac473007120 Checking out Revision 605fd88f14d99378eb8f2fbaf7e01ac473007120 (PR-3175) > 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/3175/head:refs/remotes/origin/PR-3175 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge fa4c73617b7d09eb7571485bf4012ea49001bdcf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 Commit message: "Merge branch 'master' into issue-3173" > git rev-list --no-walk cb8cc0f9d4391edd6ae857d7a94d84fa8e934198 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:45:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:45:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:45:48 ========================================================= 15:45:48 EdgeX Global Pipelines Version Info 15:45:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:45:49 ------------------- 15:45:49 stable info: 15:45:49 ------------------- 15:45:49 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:45:49 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:45:49 Message: update stable to v1.0.179 15:45:50 ------------------- 15:45:50 experimental info: 15:45:50 ------------------- 15:45:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:45:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 15:45:50 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:45:50 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:45:50 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:45:51 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:45:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3175 [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3175 [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3175 [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 605fd88f14d99378eb8f2fbaf7e01ac473007120 [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 605fd88 [Pipeline] echo 15:45:53 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:45:54 provisioning config files... 15:45:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7335739587217503903tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:45:54 ---> docker-login.sh 15:45:54 nexus3.edgexfoundry.org:10001 15:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:55 Configure a credential helper to remove this warning. See 15:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:55 15:45:55 Login Succeeded 15:45:55 nexus3.edgexfoundry.org:10002 15:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:55 Configure a credential helper to remove this warning. See 15:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:55 15:45:55 Login Succeeded 15:45:55 nexus3.edgexfoundry.org:10003 15:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:55 Configure a credential helper to remove this warning. See 15:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:55 15:45:55 Login Succeeded 15:45:55 nexus3.edgexfoundry.org:10004 15:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:55 Configure a credential helper to remove this warning. See 15:45:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:55 15:45:55 Login Succeeded 15:45:55 docker.io 15:45:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:45:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:45:56 Configure a credential helper to remove this warning. See 15:45:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:45:56 15:45:56 Login Succeeded 15:45:56 ---> docker-login.sh ends [Pipeline] } 15:45:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:45:56 ++ 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 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/core-command/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo core-command,cmd/core-command/Dockerfile 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/core-data/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo core-data,cmd/core-data/Dockerfile 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/core-metadata/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo core-metadata,cmd/core-metadata/Dockerfile 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/security-bootstrapper/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/security-proxy-setup/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/support-notifications/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo support-notifications,cmd/support-notifications/Dockerfile 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/support-scheduler/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:45:56 + for file in '`ls cmd/**/Dockerfile`' 15:45:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:45:56 ++ cut -d/ -f2 15:45:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:45:56 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 15:45:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:58 15:45:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:45:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:45:58 latest: Pulling from edgex-devops/git-semver 15:45:58 31603596830f: Pulling fs layer 15:45:58 2a8b12db71e7: Pulling fs layer 15:45:58 6ca5941a6612: Pulling fs layer 15:45:58 ecc8261a40a4: Pulling fs layer 15:45:58 ecc8261a40a4: Waiting 15:45:58 2a8b12db71e7: Verifying Checksum 15:45:58 2a8b12db71e7: Download complete 15:45:59 31603596830f: Verifying Checksum 15:45:59 31603596830f: Download complete 15:45:59 ecc8261a40a4: Verifying Checksum 15:45:59 6ca5941a6612: Verifying Checksum 15:45:59 6ca5941a6612: Download complete 15:45:59 31603596830f: Pull complete 15:45:59 2a8b12db71e7: Pull complete 15:46:00 6ca5941a6612: Pull complete 15:46:00 ecc8261a40a4: Pull complete 15:46:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:46:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:46:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:46:00 prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container 15:46:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:46:03 $ docker top efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:46:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:46:04 [ssh-agent] Looking for ssh-agent implementation... 15:46:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:46:04 $ docker exec efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 ssh-agent 15:46:04 SSH_AUTH_SOCK=/tmp/ssh-Vtvcf9vUTgqO/agent.12 15:46:04 SSH_AGENT_PID=17 15:46:04 Running ssh-add (command line suppressed) 15:46:04 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7566506107428163648.key (/w/workspace/edgex-go/2@tmp/private_key_7566506107428163648.key) 15:46:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:46:04 + git tag --points-at HEAD [Pipeline] } 15:46:05 $ docker exec --env ******** --env ******** efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 ssh-agent -k 15:46:05 unset SSH_AUTH_SOCK; 15:46:05 unset SSH_AGENT_PID; 15:46:05 echo Agent pid 17 killed; 15:46:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:46:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:46:05 [ssh-agent] Looking for ssh-agent implementation... 15:46:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:46:05 $ docker exec efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 ssh-agent 15:46:05 SSH_AUTH_SOCK=/tmp/ssh-G8M4YkArf4Ww/agent.47 15:46:05 SSH_AGENT_PID=52 15:46:05 Running ssh-add (command line suppressed) 15:46:05 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1066660855947022925.key (/w/workspace/edgex-go/2@tmp/private_key_1066660855947022925.key) 15:46:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:46:06 + git semver init 15:46:06 # -> Open(): unable to determine branch for HEAD 15:46:06 # $GIT_DIR = /w/workspace/edgex-go/2/.git 15:46:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 15:46:06 # $SEMVER_REMOTE_NAME = origin 15:46:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:46:06 # $SEMVER_USER_NAME = edgex-jenkins 15:46:06 # $SEMVER_BRANCH = PR-3175 15:46:06 # $SEMVER_TEMP = /tmp/semver-259617052 15:46:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:46:24 # '/tmp/semver-259617052' -> '/w/workspace/edgex-go/2/.semver' 15:46:24 # -> Force: false 15:46:24 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 15:46:24 $ docker exec --env ******** --env ******** efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 ssh-agent -k 15:46:24 unset SSH_AUTH_SOCK; 15:46:24 unset SSH_AGENT_PID; 15:46:24 echo Agent pid 52 killed; 15:46:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:46:25 + git semver [Pipeline] } 15:46:25 $ docker stop --time=1 efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 15:46:27 $ docker rm -f efd9a27c668df58875aea44231d48dae34186cca25f9f22ca0c313d8da96a231 [Pipeline] // withDockerContainer [Pipeline] sh 15:46:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:46:28 Stashed 1 file(s) [Pipeline] echo 15:46:28 [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 15:46:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:46:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:46:29 + sudo service docker restart 15:46:29 + true 15:46:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:46:30 ========================================================= 15:46:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:46:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:46:30 + 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 . 15:46:35 Sending build context to Docker daemon 327.9MB 15:46:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:46:35 Step 2/6 : FROM ${BASE} 15:46:35 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:46:35 188c0c94c7c5: Pulling fs layer 15:46:35 0ef7d3d256c8: Pulling fs layer 15:46:35 de9db76c5a1d: Pulling fs layer 15:46:35 bca2f99d35d6: Pulling fs layer 15:46:35 93359f2a8cfa: Pulling fs layer 15:46:35 7c6f9722023f: Pulling fs layer 15:46:35 a35cf1a2eb13: Pulling fs layer 15:46:35 93359f2a8cfa: Waiting 15:46:35 7c6f9722023f: Waiting 15:46:35 a35cf1a2eb13: Waiting 15:46:35 bca2f99d35d6: Waiting 15:46:35 de9db76c5a1d: Verifying Checksum 15:46:35 de9db76c5a1d: Download complete 15:46:35 0ef7d3d256c8: Verifying Checksum 15:46:35 0ef7d3d256c8: Download complete 15:46:35 93359f2a8cfa: Download complete 15:46:35 188c0c94c7c5: Verifying Checksum 15:46:35 188c0c94c7c5: Download complete 15:46:35 7c6f9722023f: Verifying Checksum 15:46:35 7c6f9722023f: Download complete 15:46:35 188c0c94c7c5: Pull complete 15:46:35 0ef7d3d256c8: Pull complete 15:46:36 de9db76c5a1d: Pull complete 15:46:37 a35cf1a2eb13: Verifying Checksum 15:46:38 bca2f99d35d6: Verifying Checksum 15:46:38 bca2f99d35d6: Download complete 15:46:43 bca2f99d35d6: Pull complete 15:46:43 93359f2a8cfa: Pull complete 15:46:43 7c6f9722023f: Pull complete 15:46:43 Still waiting to schedule task 15:46:43 ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ is offline 15:46:47 a35cf1a2eb13: Pull complete 15:46:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:46:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:46:47 ---> a62c8e92a672 15:46:47 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 15:46:47 ---> Running in 6f48f4b6c06c 15:46:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:46:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:46:49 (1/12) Installing libmagic (5.38-r0) 15:46:50 (2/12) Installing file (5.38-r0) 15:46:50 (3/12) Installing libc-dev (0.7.2-r3) 15:46:50 (4/12) Installing g++ (9.3.0-r2) 15:46:54 (5/12) Installing fortify-headers (1.1-r0) 15:46:54 (6/12) Installing patch (2.7.6-r6) 15:46:54 (7/12) Installing build-base (0.5-r2) 15:46:54 (8/12) Installing libsodium (1.0.18-r0) 15:46:54 (9/12) Installing pkgconf (1.7.2-r0) 15:46:54 (10/12) Installing libsodium-dev (1.0.18-r0) 15:46:55 (11/12) Installing libzmq (4.3.3-r0) 15:46:55 (12/12) Installing zeromq-dev (4.3.3-r0) 15:46:55 Executing busybox-1.31.1-r19.trigger 15:46:55 OK: 233 MiB in 51 packages 15:46:59 Removing intermediate container 6f48f4b6c06c 15:46:59 ---> c7cd7b17b22b 15:46:59 Step 4/6 : WORKDIR /edgex-go 15:46:59 ---> Running in cbffc70d9a0b 15:46:59 Removing intermediate container cbffc70d9a0b 15:46:59 ---> e642ae598816 15:46:59 Step 5/6 : COPY go.mod . 15:46:59 ---> ef77ebdb6355 15:46:59 Step 6/6 : RUN go mod download 15:46:59 ---> Running in 32ae6e96934e 15:47:21 Removing intermediate container 32ae6e96934e 15:47:21 ---> 1416bf48012f 15:47:21 Successfully built 1416bf48012f 15:47:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:47:22 + docker inspect -f . ci-base-image-x86_64 15:47:22 . [Pipeline] withDockerContainer 15:47:22 prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container 15:47:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:47:23 $ docker top 315171a549032829cf1c4a32f960e73bca5a14d8354771edb8b1da3400bc57e3 -eo pid,comm [Pipeline] { [Pipeline] sh 15:47:24 + go version 15:47:24 go version go1.15.5 linux/amd64 [Pipeline] } 15:47:24 $ docker stop --time=1 315171a549032829cf1c4a32f960e73bca5a14d8354771edb8b1da3400bc57e3 15:47:25 $ docker rm -f 315171a549032829cf1c4a32f960e73bca5a14d8354771edb8b1da3400bc57e3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:47:26 + docker inspect -f . ci-base-image-x86_64 15:47:26 . [Pipeline] withDockerContainer 15:47:26 prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container 15:47:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:47:28 $ docker top 2dfa1da2ebc8c113a01c59760248c588f0f02c79d450f7662f97cf8a6f700c47 -eo pid,comm [Pipeline] { [Pipeline] echo 15:47:28 ========================================================= 15:47:28 [edgeXBuildGoParallel] Running Tests and Build... 15:47:28 ========================================================= [Pipeline] sh 15:47:28 + make test 15:47:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:47:38 ? github.com/edgexfoundry/edgex-go [no test files] 15:47:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:47:57 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:48:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:48:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:48:01 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:48:01 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:48:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:48:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:48:02 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:48:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:48:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:48:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:48:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:48:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.135s coverage: 45.9% of statements 15:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:48:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:48:08 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.078s coverage: 100.0% of statements 15:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.176s coverage: 27.1% of statements 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:48:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 82.3% of statements 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:48:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.337s coverage: 28.6% of statements 15:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements 15:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 15:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:48:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements 15:48:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:48:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements 15:48:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:48:15 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 15:48:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:48:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:48:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:48:15 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:48:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.365s coverage: 92.8% of statements 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:48:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:48:18 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:48:18 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:48:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.045s coverage: 45.5% of statements 15:48:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 15:48:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements 15:48:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements 15:48:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements 15:48:27 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26678 in /w/workspace/edgexfoundry_edgex-go_PR-3175 [Pipeline] { [Pipeline] ws 15:48:27 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 15:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.041s coverage: 94.4% of statements 15:48:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 15:48:33 using credential edgex-jenkins-ssh 15:48:33 Cloning the remote Git repository 15:48:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:48:33 > git init /w/workspace/edgex-go/2 # timeout=10 15:48:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:48:33 > git --version # timeout=10 15:48:33 > git --version # 'git version 2.17.1' 15:48:33 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.036s coverage: 77.8% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.054s coverage: 75.5% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.159s coverage: 63.5% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.291s coverage: 68.9% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 37.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.321s coverage: 84.0% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.071s coverage: 100.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.103s coverage: 89.4% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.714s coverage: 29.1% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 100.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:48:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 15:48:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 15:48:43 GO111MODULE=on go vet ./... 15:48:49 Merging remotes/origin/master commit fa4c73617b7d09eb7571485bf4012ea49001bdcf into PR head commit 605fd88f14d99378eb8f2fbaf7e01ac473007120 15:48:50 Merge succeeded, producing 605fd88f14d99378eb8f2fbaf7e01ac473007120 15:48:50 Checking out Revision 605fd88f14d99378eb8f2fbaf7e01ac473007120 (PR-3175) 15:48:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:48:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:48:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:48:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:48:48 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3175/head:refs/remotes/origin/PR-3175 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:48:49 > git config core.sparsecheckout # timeout=10 15:48:49 > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 15:48:49 > git remote # timeout=10 15:48:49 > git config --get remote.origin.url # timeout=10 15:48:49 using GIT_SSH to set credentials SSH Credentials for GitHub 15:48:50 > git merge fa4c73617b7d09eb7571485bf4012ea49001bdcf # timeout=10 15:48:50 > git rev-parse HEAD^{commit} # timeout=10 15:48:50 > git config core.sparsecheckout # timeout=10 15:48:50 > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 15:48:54 Commit message: "Merge branch 'master' into issue-3173" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:48:56 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:48:56 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:48:57 + sudo service docker restart 15:48:57 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:48:59 provisioning config files... 15:48:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7936332742884002982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:48:59 ---> docker-login.sh 15:48:59 nexus3.edgexfoundry.org:10001 15:49:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:01 Configure a credential helper to remove this warning. See 15:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:01 15:49:01 Login Succeeded 15:49:01 nexus3.edgexfoundry.org:10002 15:49:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:01 Configure a credential helper to remove this warning. See 15:49:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:01 15:49:01 Login Succeeded 15:49:01 nexus3.edgexfoundry.org:10003 15:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:02 Configure a credential helper to remove this warning. See 15:49:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:02 15:49:02 Login Succeeded 15:49:02 nexus3.edgexfoundry.org:10004 15:49:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:03 Configure a credential helper to remove this warning. See 15:49:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:03 15:49:03 Login Succeeded 15:49:03 docker.io 15:49:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:49:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:49:03 Configure a credential helper to remove this warning. See 15:49:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:49:03 15:49:03 Login Succeeded 15:49:03 ---> docker-login.sh ends [Pipeline] } 15:49:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:49:04 ========================================================= 15:49:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:49:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:49:04 + 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 . 15:49:07 Sending build context to Docker daemon 166.4MB 15:49:07 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:49:07 Step 2/6 : FROM ${BASE} 15:49:07 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:49:07 5f621e34cdf4: Pulling fs layer 15:49:07 a4357932f1b6: Pulling fs layer 15:49:07 18c013af1878: Pulling fs layer 15:49:07 00ac8860ef70: Pulling fs layer 15:49:07 63d7cb157983: Pulling fs layer 15:49:07 b116817d02f9: Pulling fs layer 15:49:07 745a02a5169b: Pulling fs layer 15:49:07 00ac8860ef70: Waiting 15:49:07 63d7cb157983: Waiting 15:49:07 b116817d02f9: Waiting 15:49:07 18c013af1878: Download complete 15:49:07 a4357932f1b6: Verifying Checksum 15:49:07 a4357932f1b6: Download complete 15:49:07 63d7cb157983: Verifying Checksum 15:49:07 63d7cb157983: Download complete 15:49:07 b116817d02f9: Verifying Checksum 15:49:07 b116817d02f9: Download complete 15:49:07 5f621e34cdf4: Download complete 15:49:08 5f621e34cdf4: Pull complete 15:49:08 a4357932f1b6: Pull complete 15:49:09 18c013af1878: Pull complete 15:49:09 gofmt -l . 15:49:09 [ "`gofmt -l .`" = "" ] 15:49:09 ./bin/test-go-mod-tidy.sh 15:49:09 745a02a5169b: Verifying Checksum 15:49:09 745a02a5169b: Download complete 15:49:10 ./bin/test-attribution-txt.sh [Pipeline] sh 15:49:10 + ls -al . 15:49:10 total 700 15:49:10 drwxrwxr-x 10 1001 1001 4096 Feb 17 15:49 . 15:49:10 drwxr-xr-x 4 root root 28 Feb 17 15:47 .. 15:49:10 -rw-rw-r-- 1 1001 1001 11 Feb 17 15:45 .dockerignore 15:49:10 drwxrwxr-x 8 1001 1001 179 Feb 17 15:45 .git 15:49:10 drwxrwxr-x 3 1001 1001 125 Feb 17 15:45 .github 15:49:10 -rw-rw-r-- 1 1001 1001 818 Feb 17 15:45 .gitignore 15:49:10 drwx------ 3 1001 1001 60 Feb 17 15:46 .semver 15:49:10 -rw-rw-r-- 1 1001 1001 166 Feb 17 15:45 .sonarcloud.properties 15:49:10 -rw-rw-r-- 1 1001 1001 7859 Feb 17 15:45 Attribution.txt 15:49:10 -rw-rw-r-- 1 1001 1001 3804 Feb 17 15:45 CONTRIBUTING.md 15:49:10 -rw-rw-r-- 1 1001 1001 931 Feb 17 15:45 Dockerfile.build 15:49:10 -rw-rw-r-- 1 1001 1001 863 Feb 17 15:45 Jenkinsfile 15:49:10 -rw-rw-r-- 1 1001 1001 10775 Feb 17 15:45 LICENSE 15:49:10 -rw-rw-r-- 1 1001 1001 5774 Feb 17 15:45 Makefile 15:49:10 -rw-rw-r-- 1 1001 1001 6524 Feb 17 15:45 README.md 15:49:10 -rw-rw-r-- 1 1001 1001 6755 Feb 17 15:45 SECURITY.md 15:49:10 -rw-rw-r-- 1 1001 1001 5 Feb 17 15:46 VERSION 15:49:10 -rw-rw-r-- 1 1001 1001 4131 Feb 17 15:45 ZMQWindows.md 15:49:10 drwxrwxr-x 2 1001 1001 117 Feb 17 15:45 bin 15:49:10 drwxrwxr-x 14 1001 1001 4096 Feb 17 15:45 cmd 15:49:10 -rw-r--r-- 1 root root 596907 Feb 17 15:48 coverage.out 15:49:10 -rw-r--r-- 1 root root 1054 Feb 17 15:49 go.mod 15:49:10 -rw-r--r-- 1 root root 19518 Feb 17 15:49 go.sum 15:49:10 drwxrwxr-x 8 1001 1001 127 Feb 17 15:45 internal 15:49:10 drwxrwxr-x 4 1001 1001 26 Feb 17 15:45 openapi 15:49:10 drwxrwxr-x 4 1001 1001 71 Feb 17 15:45 snap 15:49:10 -rw-rw-r-- 1 1001 1001 168 Feb 17 15:45 version.go [Pipeline] sh 15:49:11 + '[' -e coverage.out ] 15:49:11 + chown 1001:1001 coverage.out 15:49:11 00ac8860ef70: Verifying Checksum 15:49:11 00ac8860ef70: Download complete [Pipeline] stash 15:49:11 Stashed 1 file(s) [Pipeline] sh 15:49:11 + make build 15:49:11 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 15:49:15 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 15:49:21 00ac8860ef70: Pull complete 15:49:21 63d7cb157983: Pull complete 15:49:21 b116817d02f9: Pull complete 15:49:23 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 15:49:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:49:25 745a02a5169b: Pull complete 15:49:25 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:49:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:49:25 ---> b7e6874047d6 15:49:25 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 15:49:25 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 15:49:26 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 15:49:27 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 15:49:28 ---> Running in c991d87aef77 15:49:29 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 15:49:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:49:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:49:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:49:31 (1/12) Installing libmagic (5.38-r0) 15:49:31 (2/12) Installing file (5.38-r0) 15:49:31 (3/12) Installing libc-dev (0.7.2-r3) 15:49:31 (4/12) Installing g++ (9.3.0-r2) 15:49:31 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 15:49:32 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 15:49:34 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 15:49:35 (5/12) Installing fortify-headers (1.1-r0) 15:49:35 (6/12) Installing patch (2.7.6-r6) 15:49:35 (7/12) Installing build-base (0.5-r2) 15:49:35 (8/12) Installing libsodium (1.0.18-r0) 15:49:36 (9/12) Installing pkgconf (1.7.2-r0) 15:49:36 (10/12) Installing libsodium-dev (1.0.18-r0) 15:49:36 (11/12) Installing libzmq (4.3.3-r0) [Pipeline] } 15:49:36 $ docker stop --time=1 2dfa1da2ebc8c113a01c59760248c588f0f02c79d450f7662f97cf8a6f700c47 15:49:36 (12/12) Installing zeromq-dev (4.3.3-r0) 15:49:36 Executing busybox-1.31.1-r19.trigger 15:49:36 OK: 217 MiB in 51 packages 15:49:38 $ docker rm -f 2dfa1da2ebc8c113a01c59760248c588f0f02c79d450f7662f97cf8a6f700c47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 15:49:40 Removing intermediate container c991d87aef77 15:49:40 ---> 60fa5420765b 15:49:40 Step 4/6 : WORKDIR /edgex-go 15:49:40 ---> Running in 87a5a7e23679 15:49:41 Removing intermediate container 87a5a7e23679 15:49:41 ---> 7317e6c2c8a9 15:49:41 Step 5/6 : COPY go.mod . [Pipeline] isUnix [Pipeline] sh 15:49:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:49:41 15:49:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:49:41 ---> f7bac42bd040 15:49:41 Step 6/6 : RUN go mod download 15:49:41 ---> Running in 4295d3ce4de6 15:49:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:49:42 latest: Pulling from edgex-devops/edgex-compose 15:49:42 cbdbe7a5bc2a: Pulling fs layer 15:49:42 ca9280d653b3: Pulling fs layer 15:49:42 7e9c9ca2126c: Pulling fs layer 15:49:42 cbdbe7a5bc2a: Verifying Checksum 15:49:42 cbdbe7a5bc2a: Download complete 15:49:42 cbdbe7a5bc2a: Pull complete 15:49:42 ca9280d653b3: Verifying Checksum 15:49:42 ca9280d653b3: Download complete 15:49:43 7e9c9ca2126c: Verifying Checksum 15:49:43 7e9c9ca2126c: Download complete 15:49:44 ca9280d653b3: Pull complete 15:49:52 7e9c9ca2126c: Pull complete 15:49:52 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:49:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:49:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 15:49:52 prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container 15:49:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:49:55 $ docker top bf926322b29ce4d23548f2a52a67fd034260d0e84c62eec851c8e8f99a9f758e -eo pid,comm [Pipeline] { [Pipeline] sh 15:49:56 + + docker-composegrep build parallel --help 15:49:56 15:49:57 --parallel Build images in parallel. [Pipeline] } 15:49:57 $ docker stop --time=1 bf926322b29ce4d23548f2a52a67fd034260d0e84c62eec851c8e8f99a9f758e 15:49:58 $ docker rm -f bf926322b29ce4d23548f2a52a67fd034260d0e84c62eec851c8e8f99a9f758e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:49:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:49:59 . [Pipeline] withDockerContainer 15:49:59 prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container 15:49:59 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:50:00 $ docker top 2b9e77e581f2391448bfedde65e35c96d05231e30b3f7ab5a00f79a0d64ccff6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:01 + docker-compose -f ./docker-compose-build.yml build --parallel 15:50:01 Building docker-core-command-go ... 15:50:01 Building docker-core-data-go ... 15:50:01 Building docker-core-metadata-go ... 15:50:01 Building docker-security-bootstrapper-go ... 15:50:01 Building docker-security-proxy-setup-go ... 15:50:01 Building docker-security-secretstore-setup-go ... 15:50:01 Building docker-support-notifications-go ... 15:50:01 Building docker-support-scheduler-go ... 15:50:01 Building docker-sys-mgmt-agent-go ... 15:50:01 Building docker-support-notifications-go 15:50:01 Building docker-sys-mgmt-agent-go 15:50:01 Building docker-core-metadata-go 15:50:01 Building docker-security-proxy-setup-go 15:50:01 Building docker-support-scheduler-go 15:50:08 Removing intermediate container 4295d3ce4de6 15:50:08 ---> 3646bd326aa9 15:50:08 Successfully built 3646bd326aa9 15:50:08 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:50:09 + docker inspect -f . ci-base-image-arm64 15:50:09 . [Pipeline] withDockerContainer 15:50:09 prd-ubuntu18.04-docker-arm64-4c-16g-26678 does not seem to be running inside a container 15:50:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:50:11 $ docker top 888a86355a663495d045c56459ca3691cba97d8c4cc43644abebce5fb6ee895a -eo pid,comm [Pipeline] { [Pipeline] sh 15:50:12 + go version 15:50:12 go version go1.15.5 linux/arm64 [Pipeline] } 15:50:12 $ docker stop --time=1 888a86355a663495d045c56459ca3691cba97d8c4cc43644abebce5fb6ee895a 15:50:13 $ docker rm -f 888a86355a663495d045c56459ca3691cba97d8c4cc43644abebce5fb6ee895a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:50:15 + docker inspect -f . ci-base-image-arm64 15:50:15 . [Pipeline] withDockerContainer 15:50:15 prd-ubuntu18.04-docker-arm64-4c-16g-26678 does not seem to be running inside a container 15:50:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:50:16 $ docker top a5832d9924c662d28ceb493ea4b1272a190b5f39ab1e0218f12bf31d95862248 -eo pid,comm [Pipeline] { [Pipeline] echo 15:50:17 ========================================================= 15:50:17 [edgeXBuildGoParallel] Running Tests and Build... 15:50:17 ========================================================= [Pipeline] sh 15:50:17 + make test 15:50:17 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:50:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:34 15:50:34 Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 15:50:34 15:50:34 ---> 1416bf48012f 15:50:34 Step 3/23 : WORKDIR /edgex-go ---> 1416bf48012f 15:50:34 Step 3/21 : WORKDIR /edgex-go 15:50:34 15:50:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:50:35 ---> 1416bf48012f 15:50:35 Step 3/22 : WORKDIR /edgex-go 15:50:35 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:35 Step 2/26 : FROM ${BUILDER_BASE} AS builder 15:50:35 ---> 1416bf48012f 15:50:35 Step 3/26 : WORKDIR /edgex-go 15:50:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:50:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:50:35 ---> 1416bf48012f 15:50:35 Step 3/22 : WORKDIR /edgex-go 15:50:36 ---> Running in 9fd59054e7ce 15:50:36 ---> Running in bee884e112d1 15:50:36 ---> Running in 04d4cbde1b2e 15:50:36 ---> Running in 3872171971fb 15:50:36 ---> Running in ba4a88ca7d51 15:50:37 Removing intermediate container ba4a88ca7d51 15:50:37 ---> effa75285100 15:50:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:37 Removing intermediate container 9fd59054e7ce 15:50:37 ---> d693ce14ec56 15:50:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:37 Removing intermediate container 3872171971fb 15:50:37 ---> 84da8690f6ae 15:50:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:37 Removing intermediate container bee884e112d1 15:50:37 ---> 2b05de4a51b0 15:50:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:37 Removing intermediate container 04d4cbde1b2e 15:50:37 ---> fa3e4ff0b121 15:50:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:50:37 ---> Running in df4ba8671f4e 15:50:37 ---> Running in 5f6f0842c2fa 15:50:37 ---> Running in 73d8e460eacb 15:50:37 ---> Running in e48e37f0acaf 15:50:37 ---> Running in 86b3c1ab6d7f 15:50:40 ? github.com/edgexfoundry/edgex-go [no test files] 15:50:40 Removing intermediate container 5f6f0842c2fa 15:50:40 ---> 23497a43b820 15:50:40 Step 5/21 : RUN apk add --update --no-cache make git 15:50:40 Removing intermediate container df4ba8671f4e 15:50:40 ---> 8cbb0de17986 15:50:40 Step 5/22 : RUN apk add --update --no-cache make git 15:50:40 Removing intermediate container 73d8e460eacb 15:50:40 ---> b6705b80ef0e 15:50:40 Step 5/26 : RUN apk add --update --no-cache make bash git 15:50:40 ---> Running in fe0c51237c9f 15:50:40 ---> Running in a42fbde5e8ac 15:50:40 ---> Running in 5c04ff42f510 15:50:40 Removing intermediate container e48e37f0acaf 15:50:40 ---> 5ea75ea15fa1 15:50:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:50:40 Removing intermediate container 86b3c1ab6d7f 15:50:40 ---> 1e88ac1412dc 15:50:40 Step 5/23 : RUN apk add --update --no-cache make git 15:50:40 ---> Running in 33521cd698ef 15:50:40 ---> Running in 04551386b814 15:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:50:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:50:42 OK: 233 MiB in 51 packages 15:50:42 OK: 233 MiB in 51 packages 15:50:43 OK: 233 MiB in 51 packages 15:50:43 OK: 233 MiB in 51 packages 15:50:43 OK: 233 MiB in 51 packages 15:50:44 Removing intermediate container 5c04ff42f510 15:50:44 ---> 0490ac0db95c 15:50:44 Step 6/26 : COPY go.mod . 15:50:44 Removing intermediate container 33521cd698ef 15:50:44 ---> 0be91d6e59ad 15:50:44 Step 6/22 : COPY go.mod . 15:50:44 Removing intermediate container fe0c51237c9f 15:50:44 ---> a9d07f2bbc42 15:50:44 Step 6/21 : COPY go.mod . 15:50:44 Removing intermediate container a42fbde5e8ac 15:50:44 ---> 1bb059097391 15:50:44 Step 6/22 : COPY go.mod . 15:50:44 Removing intermediate container 04551386b814 15:50:44 ---> 94a24583d464 15:50:44 Step 6/23 : COPY go.mod . 15:50:44 ---> 9effce4a71cc 15:50:44 Step 7/26 : RUN go mod download 15:50:44 ---> Running in 71dc8f9fccb4 15:50:44 ---> b86ee2aae190 15:50:44 Step 7/21 : RUN go mod download 15:50:44 ---> 0668fd5fa0aa 15:50:44 Step 7/22 : RUN go mod download 15:50:44 ---> 2de74adc76d8 15:50:44 Step 7/22 : RUN go mod download 15:50:44 ---> f3624f533785 15:50:44 Step 7/23 : RUN go mod download 15:50:45 ---> Running in df21adbfcbf0 15:50:45 ---> Running in 3ff2be3c57f1 15:50:45 ---> Running in 7d3b20a0b13f 15:50:45 ---> Running in 1b18c946fc2e 15:50:47 Removing intermediate container 71dc8f9fccb4 15:50:47 ---> d51d67d4e70e 15:50:47 Step 8/26 : COPY . . 15:50:47 Removing intermediate container df21adbfcbf0 15:50:47 ---> c8386c06c766 15:50:47 Step 8/22 : COPY . . 15:50:47 Removing intermediate container 3ff2be3c57f1 15:50:47 ---> 9ffdf31237c1 15:50:47 Step 8/21 : COPY . . 15:50:50 Removing intermediate container 1b18c946fc2e 15:50:50 ---> ef70535d2f35 15:50:50 Step 8/23 : COPY . . 15:50:53 Removing intermediate container 7d3b20a0b13f 15:50:53 ---> 2c3fb57b872e 15:50:53 Step 8/22 : COPY . . 15:51:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:51:32 ---> f9011da43dce 15:51:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:51:32 ---> e4bef118461d 15:51:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:51:32 ---> 9595a0772662 15:51:32 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:51:32 ---> Running in 67908205236a 15:51:32 ---> Running in a0fa640c790f 15:51:32 ---> Running in b937f7bc979b 15:51:32 ---> d612b9558a93 15:51:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:51:32 ---> b22d169f2b43 15:51:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:51:32 ---> Running in 265bb5932365 15:51:32 ---> Running in 094cdd98c3ff 15:51: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 15:51:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 15:51:32 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 15:51:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:51:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:51:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:51:41 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:51:41 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:51:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:51:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:51:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:51:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:51:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:51:44 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:51:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:51:53 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:51:53 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:51:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.340s coverage: 45.9% of statements 15:51:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:51:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:51:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:51:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:51:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:51:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:51:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 15:51:58 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.300s coverage: 100.0% of statements 15:51: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 15:52:05 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.486s coverage: 27.1% of statements 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:52:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:52:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:52:05 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.360s coverage: 65.8% of statements 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:52:05 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:52:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.674s coverage: 82.3% of statements 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:52:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:52:12 Removing intermediate container a0fa640c790f 15:52:12 ---> 9f62bda48e07 15:52:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:52:12 ---> Running in 23ca0b3a227e 15:52:12 Removing intermediate container 094cdd98c3ff 15:52:12 ---> 699ae197e5b4 15:52:12 15:52:12 Step 10/21 : FROM alpine:3.12 15:52:12 3.12: Pulling from library/alpine 15:52:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:52:12 Status: Downloaded newer image for alpine:3.12 15:52:12 ---> 389fef711851 15:52:12 Step 11/21 : RUN apk add --update --no-cache curl 15:52:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.275s coverage: 28.6% of statements 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.121s coverage: 100.0% of statements 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.371s coverage: 86.7% of statements 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:52:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.343s coverage: 97.5% of statements 15:52:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:52:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.156s coverage: 78.3% of statements 15:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:52:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:52:16 ---> Running in 9a8fa7f0d7ba 15:52:17 Removing intermediate container 265bb5932365 15:52:17 ---> fb697965b155 15:52:17 15:52:17 Step 10/22 : FROM alpine:3.12 15:52:17 ---> 389fef711851 15:52:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 15:52:17 Removing intermediate container b937f7bc979b 15:52:17 ---> 7b1e4222e91f 15:52:17 15:52:17 Step 10/22 : FROM alpine:3.12 15:52:17 ---> 389fef711851 15:52:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 15:52:17 Removing intermediate container 67908205236a 15:52:17 ---> 152863ef8f52 15:52:17 15:52:17 Step 10/23 : FROM alpine:3.12 15:52:17 ---> 389fef711851 15:52:17 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:52:17 ---> Running in f40027fecbe2 15:52:17 ---> Running in a2186751cfa3 15:52:17 ---> Running in bb73dcdb62a9 15:52:17 Removing intermediate container 23ca0b3a227e 15:52:17 ---> 72563599db33 15:52:17 15:52:17 Step 11/26 : FROM docker:20.10.0 15:52:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:17 20.10.0: Pulling from library/docker 15:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:18 (1/4) Installing ca-certificates (20191127-r4) 15:52:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:52:18 (3/4) Installing libcurl (7.69.1-r3) 15:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:18 (4/4) Installing curl (7.69.1-r3) 15:52:18 Executing busybox-1.31.1-r19.trigger 15:52:18 Executing ca-certificates-20191127-r4.trigger 15:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:18 OK: 7 MiB in 18 packages 15:52:18 (1/1) Installing dumb-init (1.2.2-r1) 15:52:18 Executing busybox-1.31.1-r19.trigger 15:52:18 OK: 6 MiB in 15 packages 15:52:19 (1/1) Installing dumb-init (1.2.2-r1) 15:52:19 Executing busybox-1.31.1-r19.trigger 15:52:19 OK: 6 MiB in 15 packages 15:52:19 (1/2) Installing ca-certificates (20191127-r4) 15:52:19 (2/2) Installing dumb-init (1.2.2-r1) 15:52:19 Executing busybox-1.31.1-r19.trigger 15:52:19 Executing ca-certificates-20191127-r4.trigger 15:52:19 OK: 6 MiB in 16 packages 15:52:20 Removing intermediate container 9a8fa7f0d7ba 15:52:20 ---> 766599f662fe 15:52:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:52:20 Removing intermediate container f40027fecbe2 15:52:20 ---> ca1f962cea77 15:52:20 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:20 ---> Running in d17abbaa0154 15:52:20 Removing intermediate container bb73dcdb62a9 15:52:20 ---> 3b9ea7ce3c55 15:52:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:52:21 Removing intermediate container a2186751cfa3 15:52:21 ---> a3759f24474a 15:52:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 15:52:21 ---> Running in ef9d215fe050 15:52:22 ---> Running in 578c9541083b 15:52:22 ---> Running in e87c547b5f5b 15:52:22 Removing intermediate container d17abbaa0154 15:52:22 ---> b6d2111d972a 15:52:22 Step 13/21 : WORKDIR /edgex 15:52:22 Removing intermediate container ef9d215fe050 15:52:22 ---> ce6079b5bfa3 15:52:22 Step 13/22 : ENV APP_PORT=48085 15:52:22 ---> Running in dcc11c7da4b5 15:52:22 ---> Running in eeca513afbe8 15:52:22 Removing intermediate container 578c9541083b 15:52:22 ---> 0371e4f11f51 15:52:22 Step 13/23 : ENV APP_PORT=48081 15:52:22 Removing intermediate container e87c547b5f5b 15:52:22 ---> 4056c87bd6ef 15:52:22 Step 13/22 : ENV APP_PORT=48060 15:52:22 ---> Running in 99b73f1bec12 15:52:22 ---> Running in a73da052ea1e 15:52:22 Removing intermediate container dcc11c7da4b5 15:52:22 ---> 497ecf9929e6 15:52:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:52:22 Removing intermediate container eeca513afbe8 15:52:22 ---> 4d27052ae9ab 15:52:22 Step 14/22 : EXPOSE $APP_PORT 15:52:22 ---> Running in 2e61980d9c22 15:52:22 Removing intermediate container 99b73f1bec12 15:52:22 ---> c9409ceb0b83 15:52:22 Step 14/23 : EXPOSE $APP_PORT 15:52:23 Removing intermediate container a73da052ea1e 15:52:23 ---> 694e523b0ed6 15:52:23 Step 14/22 : EXPOSE $APP_PORT 15:52:23 ---> Running in cda286342aeb 15:52:23 ---> Running in 7ca56e31567a 15:52:23 ---> be3eafeb999d 15:52:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:52:23 Removing intermediate container 2e61980d9c22 15:52:23 ---> eeb448a7aaf8 15:52:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:23 Removing intermediate container cda286342aeb 15:52:23 ---> 93c2dfbaa1ca 15:52:23 Step 15/23 : WORKDIR / 15:52:23 Removing intermediate container 7ca56e31567a 15:52:23 ---> c08f640e8e97 15:52:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:24 ---> Running in b3042e6afc7c 15:52:24 ---> c49d946d12e8 15:52:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:52:24 ---> b8069e952878 15:52:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:52:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.331s coverage: 92.8% of statements 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:52:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:52:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.254s coverage: 0.1% of statements 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:52:24 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.103s coverage: 45.5% of statements 15:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.093s coverage: 79.5% of statements 15:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements 15:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.130s coverage: 96.3% of statements 15:52:24 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.117s coverage: 87.5% of statements 15:52:24 ---> 935688fff2fa 15:52:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:52:24 Removing intermediate container b3042e6afc7c 15:52:24 ---> caf982e43f84 15:52:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:52:25 ---> 9fe95b98628d 15:52:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:52:25 ---> d133455f7877 15:52:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:52:25 ---> 6be05dc9b4c5 15:52:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:52:26 ---> Running in bba3bab88a58 15:52:26 ---> 30ac0a35cfd0 15:52:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:52:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:52:26 Status: Downloaded newer image for docker:20.10.0 15:52:26 ---> aefe523efa57 15:52:26 Step 12/26 : RUN apk add --no-cache bash 15:52:26 Removing intermediate container bba3bab88a58 15:52:26 ---> 840ddcd67ee3 15:52:26 Step 18/21 : CMD ["--init=true"] 15:52:26 ---> Running in 017a8415ccb7 15:52:26 ---> 2765ed1482f7 15:52:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 15:52:26 ---> 7c2794fe55a6 15:52:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 15:52:26 ---> Running in f9a2cc47bce6 15:52:27 ---> Running in 453515450a07 15:52:27 ---> Running in ff50cd55e84a 15:52:27 ---> 6ca080653c08 15:52:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:52:27 Removing intermediate container f9a2cc47bce6 15:52:27 ---> 1188c3eb61f0 15:52:27 Step 19/21 : LABEL arch=x86_64 15:52:27 Removing intermediate container 453515450a07 15:52:27 ---> 612e878f5cdd 15:52:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:27 Removing intermediate container ff50cd55e84a 15:52:27 ---> 184866afcc59 15:52:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:27 ---> Running in c41dd3355e65 15:52:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:27 ---> Running in 1762c72d6504 15:52:27 ---> Running in 1edc9847363b 15:52:27 ---> a2003821536a 15:52:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 15:52:27 (1/2) Installing readline (8.0.4-r0) 15:52:27 Removing intermediate container c41dd3355e65 15:52:27 ---> abd94cfa28b3 15:52:27 Step 20/21 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:52:27 ---> Running in a318dce8cefd 15:52:27 (2/2) Installing bash (5.0.17-r0) 15:52:27 Executing bash-5.0.17-r0.post-install 15:52:27 Executing busybox-1.31.1-r19.trigger 15:52:27 OK: 12 MiB in 22 packages 15:52:27 ---> Running in f39aeae43868 15:52:27 Removing intermediate container 1762c72d6504 15:52:27 ---> 437697666bde 15:52:27 Step 20/22 : LABEL arch=x86_64 15:52:28 Removing intermediate container 1edc9847363b 15:52:28 ---> d2d2cabc7ecd 15:52:28 Step 20/22 : LABEL arch=x86_64 15:52:28 ---> Running in 3b638858954b 15:52:28 Removing intermediate container a318dce8cefd 15:52:28 ---> 016d20f2e7b7 15:52:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:52:28 ---> Running in fba63c65be67 15:52:28 Removing intermediate container f39aeae43868 15:52:28 ---> 4f972848ef26 15:52:28 Step 21/21 : LABEL version=0.0.0 15:52:28 ---> Running in 0a8fceee692f 15:52:28 ---> Running in 378fa5695eca 15:52:28 Removing intermediate container 3b638858954b 15:52:28 ---> dd186732f8c9 15:52:28 Step 21/22 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:52:28 Removing intermediate container fba63c65be67 15:52:28 ---> a27efaa336ea 15:52:28 Step 21/22 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:52:28 ---> Running in 556e4daf2de8 15:52:28 ---> Running in 0f92ec731133 15:52:28 Removing intermediate container 0a8fceee692f 15:52:28 ---> 974aa602a230 15:52:28 Step 21/23 : LABEL arch=x86_64 15:52:28 Removing intermediate container 017a8415ccb7 15:52:28 ---> 693a1860381c 15:52:28 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:52:29 Removing intermediate container 378fa5695eca 15:52:29 ---> bf4dd53ff320 15:52:29 15:52:29 ---> Running in 34419c6a2fc2 15:52:29 ---> Running in 263478e65c57 15:52:29 Removing intermediate container 0f92ec731133 15:52:29 ---> 7b54cc023352 15:52:29 Step 22/22 : LABEL version=0.0.0 15:52:29 Removing intermediate container 556e4daf2de8 15:52:29 ---> 70d98e2860d3 15:52:29 Step 22/22 : LABEL version=0.0.0 15:52:29 ---> Running in 0c59ec2de965 15:52:29 Successfully built bf4dd53ff320 15:52:29 ---> Running in 6d6439601317 15:52:29 Successfully tagged docker-security-proxy-setup-go:latest 15:52:29  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 15:52:29 Removing intermediate container 34419c6a2fc2 15:52:29 ---> ec413544e396 15:52:29 Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:52:29 Removing intermediate container 263478e65c57 15:52:29 ---> 5583973243f5 15:52:29 Step 14/26 : ENV APP_PORT=48090 15:52:29 Removing intermediate container 0c59ec2de965 15:52:29 ---> 32e7d100282c 15:52:29 15:52:29 Successfully built 32e7d100282c 15:52:29 ---> Running in 3fecf640d55f 15:52:29 ---> Running in 999b9ce6e8a8 15:52:29 Successfully tagged docker-support-scheduler-go:latest 15:52:29 Building docker-core-data-go 15:52:29  Building docker-support-scheduler-go ... done Removing intermediate container 6d6439601317 15:52:30 ---> 98210b8b18aa 15:52:30 15:52:30 Successfully built 98210b8b18aa 15:52:30 Successfully tagged docker-support-notifications-go:latest 15:52:30  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 15:52:30 Removing intermediate container 3fecf640d55f 15:52:30 ---> 625d0b53ab7a 15:52:30 Step 15/26 : EXPOSE $APP_PORT 15:52:30 Removing intermediate container 999b9ce6e8a8 15:52:30 ---> 11659abeb6b2 15:52:30 Step 23/23 : LABEL version=0.0.0 15:52:30 ---> Running in 60120005226d 15:52:30 ---> Running in 71990e3af086 15:52:30 Removing intermediate container 71990e3af086 15:52:30 ---> b7f67ae2f0e2 15:52:30 15:52:30 Removing intermediate container 60120005226d 15:52:30 ---> ac78985092bd 15:52:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:52:30 Successfully built b7f67ae2f0e2 15:52:30 Successfully tagged docker-core-metadata-go:latest 15:52:30  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 15:52:36 ---> cad98bd642da 15:52:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:52:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.087s coverage: 94.4% of statements 15:52:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 15:52:38 ---> 276f81657232 15:52:38 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:52:40 ---> 75e1456854c6 15:52:40 Step 19/26 : RUN apk --no-cache add py3-pip 15:52:40 ---> Running in 3cfb4d589117 15:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:52:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:52:42 (1/33) Installing libbz2 (1.0.8-r1) 15:52:42 (2/33) Installing expat (2.2.9-r1) 15:52:42 (3/33) Installing libffi (3.3-r2) 15:52:42 (4/33) Installing gdbm (1.13-r1) 15:52:42 (5/33) Installing xz-libs (5.2.5-r0) 15:52:42 (6/33) Installing sqlite-libs (3.32.1-r0) 15:52:42 (7/33) Installing python3 (3.8.5-r0) 15:52:43 (8/33) Installing py3-appdirs (1.4.4-r1) 15:52:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:52:43 (10/33) Installing py3-parsing (2.4.7-r0) 15:52:43 (11/33) Installing py3-six (1.15.0-r0) 15:52:43 (12/33) Installing py3-packaging (20.4-r0) 15:52:43 (13/33) Installing py3-setuptools (47.0.0-r0) 15:52:43 (14/33) Installing py3-chardet (3.0.4-r4) 15:52:43 (15/33) Installing py3-idna (2.9-r0) 15:52:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:52:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:52:43 (18/33) Installing py3-requests (2.23.0-r0) 15:52:43 (19/33) Installing py3-msgpack (1.0.0-r0) 15:52:43 (20/33) Installing py3-lockfile (0.12.2-r3) 15:52:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:52:43 (22/33) Installing py3-colorama (0.4.3-r0) 15:52:43 (23/33) Installing py3-distlib (0.3.0-r0) 15:52:43 (24/33) Installing py3-distro (1.5.0-r1) 15:52:43 (25/33) Installing py3-webencodings (0.5.1-r3) 15:52:43 (26/33) Installing py3-html5lib (1.0.1-r4) 15:52:43 (27/33) Installing py3-pytoml (0.1.21-r0) 15:52:43 (28/33) Installing py3-pep517 (0.8.2-r0) 15:52:43 (29/33) Installing py3-progress (1.5-r0) 15:52:43 (30/33) Installing py3-toml (0.10.1-r0) 15:52:43 (31/33) Installing py3-retrying (1.3.3-r0) 15:52:43 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:52:43 (33/33) Installing py3-pip (20.1.1-r0) 15:52:50 Executing busybox-1.31.1-r19.trigger 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.147s coverage: 92.9% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.073s coverage: 77.8% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.4% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.525s coverage: 63.5% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.765s coverage: 68.9% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:52:52 OK: 71 MiB in 55 packages 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.407s coverage: 37.0% of statements 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:52:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:52:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.512s coverage: 84.0% of statements 15:52:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.116s coverage: 100.0% of statements 15:53:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.450s coverage: 47.0% of statements 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:53:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:53:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:53:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.292s coverage: 89.4% of statements 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:53:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:53:02 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:53:02 Step 2/30 : FROM ${BUILDER_BASE} AS builder 15:53:02 ---> 1416bf48012f 15:53:02 Step 3/30 : WORKDIR /edgex-go 15:53:02 ---> Using cache 15:53:02 ---> fa3e4ff0b121 15:53:02 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:02 ---> Using cache 15:53:02 ---> 1e88ac1412dc 15:53:02 Step 5/30 : RUN apk add --update --no-cache make git 15:53:02 ---> Using cache 15:53:02 ---> 94a24583d464 15:53:02 Step 6/30 : COPY go.mod . 15:53:02 ---> Using cache 15:53:02 ---> f3624f533785 15:53:02 Step 7/30 : RUN go mod download 15:53:02 ---> Using cache 15:53:02 ---> ef70535d2f35 15:53:02 Step 8/30 : COPY . . 15:53:02 ---> Using cache 15:53:02 ---> e4bef118461d 15:53:02 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 15:53:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:53:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:53:02 ---> 1416bf48012f 15:53:02 Step 3/23 : WORKDIR /edgex-go 15:53:02 ---> Using cache 15:53:02 ---> fa3e4ff0b121 15:53:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:02 ---> Using cache 15:53:02 ---> 1e88ac1412dc 15:53:02 Step 5/23 : RUN apk add --update --no-cache make git 15:53:02 ---> Using cache 15:53:02 ---> 94a24583d464 15:53:02 Step 6/23 : COPY go.mod . 15:53:02 ---> Using cache 15:53:02 ---> f3624f533785 15:53:02 Step 7/23 : RUN go mod download 15:53:02 ---> Using cache 15:53:02 ---> ef70535d2f35 15:53:02 Step 8/23 : COPY . . 15:53:02 ---> Using cache 15:53:02 ---> e4bef118461d 15:53:02 Step 9/23 : RUN make cmd/core-command/core-command 15:53:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:53:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:53:03 ---> 1416bf48012f 15:53:03 Step 3/23 : WORKDIR /edgex-go 15:53:03 ---> Using cache 15:53:03 ---> fa3e4ff0b121 15:53:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:03 ---> Using cache 15:53:03 ---> 1e88ac1412dc 15:53:03 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 15:53:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:53:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:53:03 ---> 1416bf48012f 15:53:03 Step 3/24 : WORKDIR /edgex-go 15:53:03 ---> Using cache 15:53:03 ---> fa3e4ff0b121 15:53:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:53:03 ---> Using cache 15:53:03 ---> 1e88ac1412dc 15:53:03 Step 5/24 : RUN apk add --update --no-cache make git 15:53:03 ---> Using cache 15:53:03 ---> 94a24583d464 15:53:03 Step 6/24 : COPY go.mod . 15:53:03 ---> Using cache 15:53:03 ---> f3624f533785 15:53:03 Step 7/24 : RUN go mod download 15:53:03 ---> Using cache 15:53:03 ---> ef70535d2f35 15:53:03 Step 8/24 : COPY . . 15:53:03 ---> Using cache 15:53:03 ---> e4bef118461d 15:53:03 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:53:05 ---> Running in a81da1e2c67b 15:53:05 ---> Running in d63c189df263 15:53:05 ---> Running in 9199a2fa48de 15:53:05 ---> Running in 59c61f0476c7 15:53:06 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 15:53:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:53: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 15:53:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:07 OK: 233 MiB in 51 packages 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.252s coverage: 29.1% of statements 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.138s coverage: 100.0% of statements 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:53:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements 15:53:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 15:53:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 15:53:10 GO111MODULE=on go vet ./... 15:53:11 Removing intermediate container 59c61f0476c7 15:53:11 ---> d2e0dc711642 15:53:11 Step 6/23 : COPY go.mod . 15:53:12 ---> d3f3a42eeadd 15:53:12 Step 7/23 : RUN go mod download 15:53:13 ---> Running in 8018822b6a0b 15:53:14 Removing intermediate container 3cfb4d589117 15:53:14 ---> f9bef89de6e2 15:53:14 Step 20/26 : RUN pip install docker-compose==1.23.2 15:53:14 ---> Running in 52eca3457735 15:53:18 Collecting docker-compose==1.23.2 15:53:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:53:18 Removing intermediate container 8018822b6a0b 15:53:18 ---> e9754a3d08f2 15:53:18 Step 8/23 : COPY . . 15:53:18 Collecting PyYAML<4,>=3.10 15:53:18 Downloading PyYAML-3.13.tar.gz (270 kB) 15:53:21 Collecting cached-property<2,>=1.2.0 15:53:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:53:22 Collecting dockerpty<0.5,>=0.4.1 15:53:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:53:23 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:53:23 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:53:24 Collecting jsonschema<3,>=2.5.1 15:53:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:53:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:53:25 Collecting texttable<0.10,>=0.9.0 15:53:25 Downloading texttable-0.9.1.tar.gz (11 kB) 15:53:25 Collecting docker<4.0,>=3.6.0 15:53:25 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:53:25 Collecting docopt<0.7,>=0.6.1 15:53:25 Downloading docopt-0.6.2.tar.gz (25 kB) 15:53:27 Collecting websocket-client<1.0,>=0.32.0 15:53:27 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 15:53:27 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:53:28 Collecting idna<2.8,>=2.5 15:53:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:53:30 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 15:53:31 Collecting urllib3<1.25,>=1.21.1 15:53:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:53:31 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 15:53:31 Collecting docker-pycreds>=0.4.0 15:53:31 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:53:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:53:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:53:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:53:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:53:31 Installing collected packages: PyYAML, cached-property, dockerpty, idna, urllib3, requests, jsonschema, texttable, websocket-client, docker-pycreds, docker, docopt, docker-compose 15:53:31 Running setup.py install for PyYAML: started 15:53:33 Running setup.py install for PyYAML: finished with status 'done' 15:53:34 Running setup.py install for dockerpty: started 15:53:35 Running setup.py install for dockerpty: finished with status 'done' 15:53:35 Attempting uninstall: idna 15:53:35 Found existing installation: idna 2.9 15:53:35 Uninstalling idna-2.9: 15:53:35 Successfully uninstalled idna-2.9 15:53:37 Attempting uninstall: urllib3 15:53:37 Found existing installation: urllib3 1.25.9 15:53:37 Uninstalling urllib3-1.25.9: 15:53:37 Successfully uninstalled urllib3-1.25.9 15:53:38 Attempting uninstall: requests 15:53:38 Found existing installation: requests 2.23.0 15:53:38 Uninstalling requests-2.23.0: 15:53:38 Successfully uninstalled requests-2.23.0 15:53:41 Running setup.py install for texttable: started 15:53:41 Running setup.py install for texttable: finished with status 'done' 15:53:43 Removing intermediate container 9199a2fa48de 15:53:43 ---> 4650aea979e3 15:53:43 15:53:43 Step 10/30 : FROM alpine:3.12 15:53:43 ---> 389fef711851 15:53:43 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 15:53:43 Removing intermediate container d63c189df263 15:53:43 ---> 9d5139cef4be 15:53:43 15:53:43 Step 10/24 : FROM alpine:3.12 15:53:43 ---> 389fef711851 15:53:43 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:53:43 ---> 42bdc6bb67b1 15:53:43 Step 9/23 : RUN make cmd/core-data/core-data 15:53:44 ---> Running in 16598e87943c 15:53:44 ---> Running in f4c70afa9fd6 15:53:44 ---> Running in b6b4916fd8ec 15:53:44 Running setup.py install for docopt: started 15:53:45 Running setup.py install for docopt: finished with status 'done' 15:53:45 Removing intermediate container 16598e87943c 15:53:45 ---> 3787f0fd9697 15:53:45 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 15:53:46 ---> Running in e5cfa41aea91 15:53:46 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 15:53:47 Removing intermediate container a81da1e2c67b 15:53:47 ---> 2ae48748a7a3 15:53:47 15:53:47 Step 10/23 : FROM alpine:3.12 15:53:47 ---> 389fef711851 15:53:47 Step 11/23 : RUN apk add --update --no-cache dumb-init 15:53:47 ---> Using cache 15:53:47 ---> 3b9ea7ce3c55 15:53:47 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 15:53:47 ---> Using cache 15:53:47 ---> 0371e4f11f51 15:53:47 Step 13/23 : ENV APP_PORT=48082 15:53:47 ---> Running in 878854d07518 15:53:47 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 15:53:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:48 Removing intermediate container 878854d07518 15:53:48 ---> d20d5d2f18bf 15:53:48 Step 14/23 : EXPOSE $APP_PORT 15:53:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:48 ---> Running in b2c1b7919ca8 15:53:48 (1/5) Installing ca-certificates (20191127-r4) 15:53:48 (2/5) Installing nghttp2-libs (1.41.0-r0) 15:53:48 (3/5) Installing libcurl (7.69.1-r3) 15:53:48 (4/5) Installing curl (7.69.1-r3) 15:53:48 (5/5) Installing dumb-init (1.2.2-r1) 15:53:48 Executing busybox-1.31.1-r19.trigger 15:53:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:48 Executing ca-certificates-20191127-r4.trigger 15:53:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:48 (1/2) Installing dumb-init (1.2.2-r1) 15:53:48 (2/2) Installing su-exec (0.2-r1) 15:53:48 Executing busybox-1.31.1-r19.trigger 15:53:48 OK: 6 MiB in 16 packages 15:53:48 OK: 7 MiB in 19 packages 15:53:49 Removing intermediate container b2c1b7919ca8 15:53:49 ---> 5a9590179672 15:53:49 Step 15/23 : WORKDIR / 15:53:49 ---> Running in 0c340b32e652 15:53:51 Removing intermediate container 0c340b32e652 15:53:51 ---> daf2b4025225 15:53:51 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:53:51 Removing intermediate container e5cfa41aea91 15:53:51 ---> e40d9aa7666f 15:53:51 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 15:53:51 Removing intermediate container f4c70afa9fd6 15:53:51 ---> 7fd945ff2227 15:53:51 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:53:52 ---> Running in 1b8edcb950cd 15:53:52 Removing intermediate container 52eca3457735 15:53:52 ---> f1b4aef97d97 15:53:52 Step 21/26 : RUN apk --no-cache add curl 15:53:52 ---> Running in ca890be168f0 15:53:52 ---> 77fb19c25418 15:53:52 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:53:52 ---> Running in 587b04db1051 15:53:52 Removing intermediate container 1b8edcb950cd 15:53:52 ---> 855e63d40f64 15:53:52 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 15:53:52 Removing intermediate container ca890be168f0 15:53:52 ---> 7e224ed3ad1a 15:53:52 Step 13/24 : WORKDIR / 15:53:53 ---> Running in 126fd511d442 15:53:53 ---> Running in 4c27fdf45528 15:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:53:54 ---> aab9153537e2 15:53:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:53:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:53:54 Removing intermediate container 126fd511d442 15:53:54 ---> b1151e00fdab 15:53:54 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 15:53:54 Removing intermediate container 4c27fdf45528 15:53:54 ---> 24d284bb23df 15:53:54 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:53:54 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:53:54 (2/3) Installing libcurl (7.69.1-r3) 15:53:54 (3/3) Installing curl (7.69.1-r3) 15:53:54 Executing busybox-1.31.1-r19.trigger 15:53:54 ---> Running in e5866771f3de 15:53:54 OK: 72 MiB in 58 packages 15:53:54 ---> 70dd0fbfa24a 15:53:54 Step 19/23 : ENTRYPOINT ["/core-command"] 15:53:54 ---> Running in 7feb47f765bb 15:53:54 ---> 0f4a43d0220e 15:53:54 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:53:55 Removing intermediate container 7feb47f765bb 15:53:55 ---> d7fb01e41241 15:53:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:53:56 ---> Running in 4a53fef44775 15:53:56 ---> 5cfce26fddcd 15:53:56 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:53:56 Removing intermediate container 587b04db1051 15:53:56 ---> 5de7f93fe7c3 15:53:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 15:53:56 Removing intermediate container 4a53fef44775 15:53:56 ---> 03b9b9e33b71 15:53:56 Step 21/23 : LABEL arch=x86_64 15:53:56 ---> Running in b96ef93d612e 15:53:57 ---> Running in 78e38e3c67a7 15:53:57 ---> b1ddcf855763 15:53:57 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:53:57 Removing intermediate container b96ef93d612e 15:53:57 ---> e5b09a25367e 15:53:57 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:53:57 ---> Running in 5891c50974bd 15:53:57 Removing intermediate container e5866771f3de 15:53:57 ---> 488d45a08f89 15:53:57 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 15:53:57 Removing intermediate container 78e38e3c67a7 15:53:57 ---> b53f76e8edb6 15:53:57 Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:53:57 ---> Running in 87d5fc57da06 15:53:57 ---> Running in d43f4a7d854f 15:53:57 Removing intermediate container 5891c50974bd 15:53:57 ---> 66fe52709e30 15:53:57 Step 24/26 : LABEL arch=x86_64 15:53:58 ---> be329996e473 15:53:58 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:53:58 ---> Running in ac8dd6810976 15:53:58 Removing intermediate container 87d5fc57da06 15:53:58 ---> 7fac9f141632 15:53:58 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 15:53:58 Removing intermediate container d43f4a7d854f 15:53:58 ---> 1faacaf60426 15:53:58 Step 23/23 : LABEL version=0.0.0 15:53:59 Removing intermediate container ac8dd6810976 15:53:59 ---> 1820ec51b4be 15:53:59 Step 25/26 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:53:59 ---> Running in 9e194a7e6387 15:53:59 ---> Running in 5bc65d7ef9ea 15:53:59 ---> e6608a974769 15:53:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:53:59 ---> 664341ae694d 15:53:59 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 15:53:59 ---> Running in 6054b0a36684 15:53:59 Removing intermediate container 5bc65d7ef9ea 15:53:59 ---> 6968bf4904e1 15:53:59 Step 26/26 : LABEL version=0.0.0 15:53:59 Removing intermediate container 9e194a7e6387 15:53:59 ---> e85095242bda 15:53:59 15:54:00 ---> bcb812f2f1db 15:54:00 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/ 15:54:00 ---> Running in 44a1acb42dd9 15:54:00 ---> Running in 10f8330c5357 15:54:00 Successfully built e85095242bda 15:54:00 Successfully tagged docker-core-command-go:latest 15:54:00  Building docker-core-command-go ... done Removing intermediate container 44a1acb42dd9 15:54:00 ---> 8e38bcdeef34 15:54:00 15:54:01 Successfully built 8e38bcdeef34 15:54:01 Successfully tagged docker-sys-mgmt-agent-go:latest 15:54:01  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 6054b0a36684 15:54:01 ---> 0bdb0860661c 15:54:01 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:01 ---> f2f2b80d17ec 15:54:01 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 15:54:01 Removing intermediate container 10f8330c5357 15:54:01 ---> 056d022d5358 15:54:01 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:54:01 ---> Running in 76fb1c7261e5 15:54:02 Removing intermediate container 76fb1c7261e5 15:54:02 ---> 62589ed03061 15:54:02 Step 22/24 : LABEL arch=x86_64 15:54:02 ---> Running in bc929a39d909 15:54:02 ---> be559f7a8e8f 15:54:02 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 15:54:04 ---> 38163f70e6de 15:54:04 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 15:54:04 Removing intermediate container bc929a39d909 15:54:04 ---> 2783c3d2a178 15:54:04 Step 23/24 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:54:04 ---> Running in 7883f71853d7 15:54:04 ---> 0b80b5607cb1 15:54:04 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 15:54:05 Removing intermediate container 7883f71853d7 15:54:05 ---> 856ef39a77eb 15:54:05 Step 24/24 : LABEL version=0.0.0 15:54:05 ---> Running in 92b6f3d82ddf 15:54:05 ---> Running in 51031b3a28ac 15:54:05 Removing intermediate container 92b6f3d82ddf 15:54:05 ---> d3fc9e9087bc 15:54:05 15:54:05 Removing intermediate container 51031b3a28ac 15:54:05 ---> b91e79855ff3 15:54:05 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 15:54:05 Successfully built d3fc9e9087bc 15:54:05 Successfully tagged docker-security-secretstore-setup-go:latest 15:54:07  Building docker-security-secretstore-setup-go ... done  ---> d477aa39c2aa 15:54:07 Step 25/30 : RUN chmod +x /entrypoint.sh 15:54:07 Removing intermediate container b6b4916fd8ec 15:54:07 ---> dc71b0d3ed2f 15:54:07 15:54:07 Step 10/23 : FROM alpine:3.12 15:54:07 ---> 389fef711851 15:54:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:54:07 ---> Running in f62017682c42 15:54:07 ---> Running in b96652ca0f9e 15:54:07 Removing intermediate container b96652ca0f9e 15:54:07 ---> db2c95ede511 15:54:07 Step 12/23 : ENV APP_PORT=48080 15:54:07 ---> Running in c42100196106 15:54:07 Removing intermediate container c42100196106 15:54:07 ---> 68541f796ae4 15:54:07 Step 13/23 : EXPOSE $APP_PORT 15:54:08 ---> Running in 1b1cbcdfc0db 15:54:08 Removing intermediate container 1b1cbcdfc0db 15:54:08 ---> 8102f9278b22 15:54:08 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:54:08 ---> Running in f86e42ab9e89 15:54:08 Removing intermediate container f62017682c42 15:54:08 ---> 46d6fc5e2aee 15:54:08 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 15:54:08 ---> Running in bc816f6d1f0d 15:54:08 Removing intermediate container bc816f6d1f0d 15:54:08 ---> 3de39953d342 15:54:08 Step 27/30 : CMD ["gate"] 15:54:08 ---> Running in 72c151a2a4f2 15:54:09 Removing intermediate container 72c151a2a4f2 15:54:09 ---> 262cc16b831d 15:54:09 Step 28/30 : LABEL arch=x86_64 15:54:09 Removing intermediate container f86e42ab9e89 15:54:09 ---> 8751f9f5431f 15:54:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 15:54:09 ---> Running in d30e05e5bf32 15:54:09 ---> Running in d9da6c61bba3 15:54:09 Removing intermediate container d30e05e5bf32 15:54:09 ---> 72eddfbbfab1 15:54:09 Step 29/30 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:54:09 ---> Running in 333ef291376c 15:54:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:54:10 Removing intermediate container 333ef291376c 15:54:10 ---> 5f5db0d3d7f7 15:54:10 Step 30/30 : LABEL version=0.0.0 15:54:10 ---> Running in cc60926ebbf7 15:54:10 Removing intermediate container cc60926ebbf7 15:54:10 ---> 554edb773b0c 15:54:10 15:54:10 Successfully built 554edb773b0c 15:54:10 Successfully tagged docker-security-bootstrapper-go:latest 15:54:10  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:54:11 (1/6) Installing dumb-init (1.2.2-r1) 15:54:11 (2/6) Installing libgcc (9.3.0-r2) 15:54:11 (3/6) Installing libsodium (1.0.18-r0) 15:54:11 (4/6) Installing libstdc++ (9.3.0-r2) 15:54:11 (5/6) Installing libzmq (4.3.3-r0) 15:54:11 (6/6) Installing zeromq (4.3.3-r0) 15:54:11 Executing busybox-1.31.1-r19.trigger 15:54:11 OK: 8 MiB in 20 packages 15:54:12 Removing intermediate container d9da6c61bba3 15:54:12 ---> 122ae778ba32 15:54:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 15:54:12 ---> 5be0a8074fe9 15:54:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:54:13 ---> 28a8c4cf01b1 15:54:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:54:13 ---> 6f10d5770a70 15:54:13 Step 19/23 : ENTRYPOINT ["/core-data"] 15:54:13 ---> Running in a6b331fd011f 15:54:13 Removing intermediate container a6b331fd011f 15:54:13 ---> d2a00b025f1a 15:54:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:54:13 ---> Running in 155c72c0b5cc 15:54:14 Removing intermediate container 155c72c0b5cc 15:54:14 ---> f7c61727429f 15:54:14 Step 21/23 : LABEL arch=x86_64 15:54:14 ---> Running in 73216b48d0a4 15:54:15 Removing intermediate container 73216b48d0a4 15:54:15 ---> 25e185a76a49 15:54:15 Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 15:54:15 ---> Running in 356a4c0bc93e 15:54:15 Removing intermediate container 356a4c0bc93e 15:54:15 ---> 1aee3e17dc2f 15:54:15 Step 23/23 : LABEL version=0.0.0 15:54:15 ---> Running in ccb81bb7320a 15:54:15 Removing intermediate container ccb81bb7320a 15:54:15 ---> 1ca592d8a0c6 15:54:15 15:54:15 Successfully built 1ca592d8a0c6 15:54:15 Successfully tagged docker-core-data-go:latest 15:54:15  Building docker-core-data-go ... done  [Pipeline] } 15:54:15 $ docker stop --time=1 2b9e77e581f2391448bfedde65e35c96d05231e30b3f7ab5a00f79a0d64ccff6 15:54:17 $ docker rm -f 2b9e77e581f2391448bfedde65e35c96d05231e30b3f7ab5a00f79a0d64ccff6 [Pipeline] // withDockerContainer [Pipeline] sh 15:54:18 + docker images 15:54:18 + grep docker 15:54:18 docker-core-data-go latest 1ca592d8a0c6 3 seconds ago 22.3MB 15:54:18 docker-security-bootstrapper-go latest 554edb773b0c 8 seconds ago 18MB 15:54:18 docker-security-secretstore-setup-go latest d3fc9e9087bc 13 seconds ago 24.6MB 15:54:18 docker-sys-mgmt-agent-go latest 8e38bcdeef34 18 seconds ago 313MB 15:54:18 docker-core-command-go latest e85095242bda 19 seconds ago 16.9MB 15:54:18 docker-core-metadata-go latest b7f67ae2f0e2 About a minute ago 18.8MB 15:54:18 docker-support-scheduler-go latest 32e7d100282c About a minute ago 17MB 15:54:18 docker-support-notifications-go latest 98210b8b18aa About a minute ago 17.6MB 15:54:18 docker-security-proxy-setup-go latest bf4dd53ff320 About a minute ago 24.4MB 15:54:18 docker 20.10.0 aefe523efa57 2 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 15:54:32 gofmt -l . 15:54:32 [ "`gofmt -l .`" = "" ] 15:54:32 ./bin/test-go-mod-tidy.sh 15:54:32 ./bin/test-attribution-txt.sh [Pipeline] sh 15:54:32 + ls -al . 15:54:32 total 728 15:54:32 drwxrwxr-x 9 1001 1001 4096 Feb 17 15:54 . 15:54:32 drwxr-xr-x 4 root root 4096 Feb 17 15:50 .. 15:54:32 -rw-rw-r-- 1 1001 1001 11 Feb 17 15:48 .dockerignore 15:54:32 drwxrwxr-x 8 1001 1001 4096 Feb 17 15:48 .git 15:54:32 drwxrwxr-x 3 1001 1001 4096 Feb 17 15:48 .github 15:54:32 -rw-rw-r-- 1 1001 1001 818 Feb 17 15:48 .gitignore 15:54:32 -rw-rw-r-- 1 1001 1001 166 Feb 17 15:48 .sonarcloud.properties 15:54:32 -rw-rw-r-- 1 1001 1001 7859 Feb 17 15:48 Attribution.txt 15:54:32 -rw-rw-r-- 1 1001 1001 3804 Feb 17 15:48 CONTRIBUTING.md 15:54:32 -rw-rw-r-- 1 1001 1001 931 Feb 17 15:48 Dockerfile.build 15:54:32 -rw-rw-r-- 1 1001 1001 863 Feb 17 15:48 Jenkinsfile 15:54:32 -rw-rw-r-- 1 1001 1001 10775 Feb 17 15:48 LICENSE 15:54:32 -rw-rw-r-- 1 1001 1001 5774 Feb 17 15:48 Makefile 15:54:32 -rw-rw-r-- 1 1001 1001 6524 Feb 17 15:48 README.md 15:54:32 -rw-rw-r-- 1 1001 1001 6755 Feb 17 15:48 SECURITY.md 15:54:32 -rw-rw-r-- 1 1001 1001 5 Feb 17 15:46 VERSION 15:54:32 -rw-rw-r-- 1 1001 1001 4131 Feb 17 15:48 ZMQWindows.md 15:54:32 drwxrwxr-x 2 1001 1001 4096 Feb 17 15:48 bin 15:54:32 drwxrwxr-x 14 1001 1001 4096 Feb 17 15:48 cmd 15:54:32 -rw-r--r-- 1 root root 596907 Feb 17 15:53 coverage.out 15:54:32 -rw-r--r-- 1 root root 1054 Feb 17 15:54 go.mod 15:54:32 -rw-r--r-- 1 root root 19518 Feb 17 15:54 go.sum 15:54:32 drwxrwxr-x 8 1001 1001 4096 Feb 17 15:48 internal 15:54:32 drwxrwxr-x 4 1001 1001 4096 Feb 17 15:48 openapi 15:54:32 drwxrwxr-x 4 1001 1001 4096 Feb 17 15:48 snap 15:54:32 -rw-rw-r-- 1 1001 1001 168 Feb 17 15:48 version.go [Pipeline] sh 15:54:33 + '[' -e coverage.out ] 15:54:33 + chown 1001:1001 coverage.out [Pipeline] stash 15:54:33 Warning: overwriting stash ‘coverage-report’ 15:54:34 Still waiting to schedule task 15:54:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 15:54:34 Stashed 1 file(s) [Pipeline] sh 15:54:35 + make build 15:54: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 15:54:50 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 15:55:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 15:55:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:55:20 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 15:55:22 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 15:55:24 Running on prd-ubuntu18.04-docker-8c-8g-26679 in /w/workspace/edgexfoundry_edgex-go_PR-3175 [Pipeline] { [Pipeline] ws 15:55:25 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 15:55:27 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 15:55:28 using credential edgex-jenkins-ssh 15:55:28 Cloning the remote Git repository 15:55:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:55:28 > git init /w/workspace/edgex-go/2 # timeout=10 15:55:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:55:28 > git --version # timeout=10 15:55:28 > git --version # 'git version 2.17.1' 15:55:28 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:31 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 15:55:34 Merging remotes/origin/master commit fa4c73617b7d09eb7571485bf4012ea49001bdcf into PR head commit 605fd88f14d99378eb8f2fbaf7e01ac473007120 15:55:34 Merge succeeded, producing 605fd88f14d99378eb8f2fbaf7e01ac473007120 15:55:34 Checking out Revision 605fd88f14d99378eb8f2fbaf7e01ac473007120 (PR-3175) 15:55:34 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 15:55:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:55:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:55:34 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:55:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:55:34 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3175/head:refs/remotes/origin/PR-3175 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:55:34 > git config core.sparsecheckout # timeout=10 15:55:34 > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 15:55:34 > git remote # timeout=10 15:55:34 > git config --get remote.origin.url # timeout=10 15:55:34 using GIT_SSH to set credentials SSH Credentials for GitHub 15:55:34 > git merge fa4c73617b7d09eb7571485bf4012ea49001bdcf # timeout=10 15:55:34 > git rev-parse HEAD^{commit} # timeout=10 15:55:34 > git config core.sparsecheckout # timeout=10 15:55:34 > git checkout -f 605fd88f14d99378eb8f2fbaf7e01ac473007120 # timeout=10 15:55:38 Commit message: "Merge branch 'master' into issue-3173" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:55:39 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 15:55:39 + echo snap-build.sh 15:55:39 snap-build.sh 15:55:39 + SNAP_BASE_DIR=. 15:55:39 + '[' '!' -z /w/workspace/edgex-go/2 ']' 15:55:39 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 15:55:39 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 15:55:39 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 15:55:39 + cd /w/workspace/edgex-go/2 15:55:39 + sudo apt-get remove -qy --purge lxd lxd-client 15:55:39 Reading package lists... 15:55:40 Building dependency tree... 15:55:40 Reading state information... 15:55:40 The following packages were automatically installed and are no longer required: 15:55:40 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 15:55:40 uidmap xdelta3 15:55:40 Use 'sudo apt autoremove' to remove them. 15:55:40 The following packages will be REMOVED: 15:55:40 lxd* lxd-client* 15:55:40 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 15:55:40 After this operation, 31.7 MB disk space will be freed. 15:55:41 (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.) 15:55:41 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 15:55:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:55:42 Removing lxd dnsmasq configuration 15:55:42 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 15:55:42 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 15:55:43 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 15:55:43 (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.) 15:55:43 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 15:55:45 Processing triggers for systemd (237-3ubuntu10.42) ... 15:55:45 Processing triggers for ureadahead (0.100.0-21) ... 15:55:46 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 15:55:46 + sudo snap remove --purge lxd 15:55:46 snap "lxd" is not installed 15:55:46 + sudo groupadd --force --system lxd 15:55:46 ++ whoami 15:55:46 + sudo /usr/sbin/usermod -G lxd -a jenkins 15:55:46 + newgrp - lxd 15:55:46 + sudo snap install lxd [Pipeline] } 15:55:51 $ docker stop --time=1 a5832d9924c662d28ceb493ea4b1272a190b5f39ab1e0218f12bf31d95862248 15:55:54 $ docker rm -f a5832d9924c662d28ceb493ea4b1272a190b5f39ab1e0218f12bf31d95862248 15:55:55 2021-02-17T15:55:52Z INFO Waiting for automatic snapd restart... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:55:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:55:56 15:55:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:55:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:55:56 latest: Pulling from edgex-devops/edgex-compose-arm64 15:55:56 29e5d40040c1: Pulling fs layer 15:55:56 1ce36da41761: Pulling fs layer 15:55:56 25b303627fd3: Pulling fs layer 15:55:57 29e5d40040c1: Verifying Checksum 15:55:57 29e5d40040c1: Download complete 15:55:58 1ce36da41761: Verifying Checksum 15:55:58 1ce36da41761: Download complete 15:55:58 29e5d40040c1: Pull complete 15:55:59 1ce36da41761: Pull complete 15:55:59 25b303627fd3: Download complete 15:56:09 25b303627fd3: Pull complete 15:56:09 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:56:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:56:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:56:10 lxd 4.11 from Canonical* installed 15:56:10 + sudo lxd init --auto 15:56:10 prd-ubuntu18.04-docker-arm64-4c-16g-26678 does not seem to be running inside a container 15:56:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:56:13 $ docker top 32b46b55fe691d1d00a025fa49b123f5910341a8fb7a48b5c2835efc4565e93a -eo pid,comm [Pipeline] { [Pipeline] sh 15:56:14 + grep parallel 15:56:14 + docker-compose build --help 15:56:18 + sudo snap install --classic snapcraft 15:56:18 --parallel Build images in parallel. [Pipeline] } 15:56:18 $ docker stop --time=1 32b46b55fe691d1d00a025fa49b123f5910341a8fb7a48b5c2835efc4565e93a 15:56:20 $ docker rm -f 32b46b55fe691d1d00a025fa49b123f5910341a8fb7a48b5c2835efc4565e93a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:56:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:56:21 . [Pipeline] withDockerContainer 15:56:21 prd-ubuntu18.04-docker-arm64-4c-16g-26678 does not seem to be running inside a container 15:56:21 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:56:23 $ docker top e28856f81ae5131c3ac6d868803a8a05f114d7b3e5ed27f25feee2d670dde74b -eo pid,comm [Pipeline] { [Pipeline] sh 15:56:24 + docker-compose -f ./docker-compose-build.yml build --parallel 15:56:24 snapcraft 4.5.1 from Canonical* installed 15:56:24 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 15:56:24 + patch --verbose -p1 15:56:24 Hmm... Looks like a unified diff to me... 15:56:24 The text leading up to this was: 15:56:24 -------------------------- 15:56:24 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 15:56:24 |From: Tony Espy 15:56:24 |Date: Wed, 16 Dec 2020 16:34:55 -0500 15:56:24 |Subject: [PATCH] optimize snap build for pipeline CI check 15:56:24 | 15:56:24 |This patch is used by the EdgeX CI pipeline builds to 15:56:24 |optimize the snap CI check run for pull requests. When 15:56:24 |applied, it essentially strips out everything (apps and 15:56:24 |parts) from the snapcraft.yaml file except those required 15:56:24 |to build edgex-go, as the whole idea of the CI check is to 15:56:24 |catch changes to edgex-go that break the snap build. 15:56:24 | 15:56:24 |In general, anyone updating snapcraft.yaml will also need 15:56:24 |to update this patch file, otherwise it may fail to apply, 15:56:24 |resulting in a failed snap build CI check in the associated 15:56:24 |pull request. 15:56:24 | 15:56:24 |Note - in addition to applying this patch, the pipeline also 15:56:24 |only primes the snap (e.g. `snapcraft prime`), as there's no 15:56:24 |need to build the finally binary .snap file (and it won't 15:56:24 |work with the patch applied). This further reduces the build 15:56:24 |time. 15:56:24 |--- 15:56:24 | snap/snapcraft.yaml | 461 +------------------------------------------- 15:56:24 | 1 file changed, 2 insertions(+), 459 deletions(-) 15:56:24 | 15:56:24 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 15:56:24 |index 1e537489..faf42425 100644 15:56:24 |--- a/snap/snapcraft.yaml 15:56:24 |+++ b/snap/snapcraft.yaml 15:56:24 -------------------------- 15:56:24 patching file snap/snapcraft.yaml 15:56:24 Using Plan A... 15:56:24 Hunk #1 succeeded at 73. 15:56:24 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 15:56:24 Hunk #3 succeeded at 217 (offset 3 lines). 15:56:24 Hunk #4 succeeded at 225 (offset 3 lines). 15:56:24 Hunk #5 succeeded at 232 (offset 3 lines). 15:56:24 Hunk #6 succeeded at 259 (offset 3 lines). 15:56:24 Hunk #7 succeeded at 293 (offset 3 lines). 15:56:24 Hunk #8 succeeded at 352 (offset 11 lines). 15:56:24 Hmm... Ignoring the trailing garbage. 15:56:24 done 15:56:24 + sudo snapcraft prime --use-lxd 15:56:25 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 15:56:25 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: 15:56:25 - README.md 15:56:25 - snapcraft.yaml.orig 15:56:25 15:56:25 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:56:26 Launching a container. 15:56:27 Building docker-core-command-go ... 15:56:27 Building docker-core-data-go ... 15:56:27 Building docker-core-metadata-go ... 15:56:27 Building docker-security-bootstrapper-go ... 15:56:27 Building docker-security-proxy-setup-go ... 15:56:27 Building docker-security-secretstore-setup-go ... 15:56:27 Building docker-support-notifications-go ... 15:56:27 Building docker-support-scheduler-go ... 15:56:27 Building docker-sys-mgmt-agent-go ... 15:56:27 Building docker-security-secretstore-setup-go 15:56:27 Building docker-security-proxy-setup-go 15:56:27 Building docker-core-metadata-go 15:56:27 Building docker-support-notifications-go 15:56:27 Building docker-support-scheduler-go 15:56:38 Waiting for container to be ready 15:56:38 To start your first instance, try: lxc launch ubuntu:18.04 15:56:38 15:56:41 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 15:56:41 Waiting for network to be ready... 15:56:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:56:41 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:56:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 15:56:42 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:56:42 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:56:42 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:56:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:56:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:56:42 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:56:42 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:56:42 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:56:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:56:42 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:56:42 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:56:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:56:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:56:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 15:56:42 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:56:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:56:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 15:56:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:56:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:56:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:56:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:56:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:56:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 15:56:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:56:45 Fetched 23.9 MB in 4s (5604 kB/s) 15:56:46 Reading package lists... 15:56:46 Reading package lists... 15:56:46 Building dependency tree... 15:56:46 Reading state information... 15:56:46 The following additional packages will be installed: 15:56:46 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:56:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:56:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:56:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 15:56:46 Suggested packages: 15:56:46 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 15:56:46 Recommended packages: 15:56:46 gnupg libsasl2-modules 15:56:46 The following NEW packages will be installed: 15:56:46 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 15:56:46 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 15:56:46 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 15:56:46 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 15:56:46 The following packages will be upgraded: 15:56:46 gpg gpg-agent gpgconf libudev1 15:56:47 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 15:56:47 Need to get 3532 kB of archives. 15:56:47 After this operation, 13.3 MB of additional disk space will be used. 15:56:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 15:56:47 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 15:56:47 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 15:56:47 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 15:56:47 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 15:56:47 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 15:56:47 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 15:56:47 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] 15:56:47 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] 15:56:47 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 15:56:47 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 15:56:47 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 15:56:47 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 15:56:47 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 15:56:47 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 15:56:47 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 15:56:47 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 15:56:47 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 15:56:47 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 15:56:47 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 15:56:47 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 15:56:47 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 15:56:47 debconf: delaying package configuration, since apt-utils is not installed 15:56:47 Fetched 3532 kB in 1s (3495 kB/s) 15:56:48 (Reading database ... 12511 files and directories currently installed.) 15:56:48 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 15:56:48 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:56:48 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 15:56:48 Selecting previously unselected package udev. 15:56:48 (Reading database ... 12511 files and directories currently installed.) 15:56:48 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 15:56:48 Unpacking udev (237-3ubuntu10.44) ... 15:56:48 Selecting previously unselected package libfuse2:amd64. 15:56:48 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 15:56:48 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:56:48 Selecting previously unselected package fuse. 15:56:48 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 15:56:48 Unpacking fuse (2.9.7-1ubuntu1) ... 15:56:48 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 15:56:48 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:56:48 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 15:56:49 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:56:49 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 15:56:49 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:56:49 Selecting previously unselected package libksba8:amd64. 15:56:49 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 15:56:49 Unpacking libksba8:amd64 (1.3.5-2) ... 15:56:49 Selecting previously unselected package libroken18-heimdal:amd64. 15:56:49 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:49 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:49 Selecting previously unselected package libasn1-8-heimdal:amd64. 15:56:49 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:49 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:49 Selecting previously unselected package libheimbase1-heimdal:amd64. 15:56:49 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:49 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:49 Selecting previously unselected package libhcrypto4-heimdal:amd64. 15:56:49 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:49 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:49 Selecting previously unselected package libwind0-heimdal:amd64. 15:56:49 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:49 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:49 Selecting previously unselected package libhx509-5-heimdal:amd64. 15:56:49 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:49 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:49 Selecting previously unselected package libkrb5-26-heimdal:amd64. 15:56:49 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:49 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:50 Selecting previously unselected package libheimntlm0-heimdal:amd64. 15:56:50 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:50 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:50 Selecting previously unselected package libgssapi3-heimdal:amd64. 15:56:50 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 15:56:50 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:50 Selecting previously unselected package libsasl2-modules-db:amd64. 15:56:50 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:56:50 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:56:50 Selecting previously unselected package libsasl2-2:amd64. 15:56:50 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 15:56:50 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:56:50 Selecting previously unselected package libldap-common. 15:56:50 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... 15:56:50 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 15:56:50 Selecting previously unselected package libldap-2.4-2:amd64. 15:56:50 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... 15:56:50 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 15:56:50 Selecting previously unselected package dirmngr. 15:56:50 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 15:56:50 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 15:56:50 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... 15:56:50 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 15:56:50 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 15:56:50 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:56:50 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 15:56:50 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 15:56:50 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:50 Setting up libksba8:amd64 (1.3.5-2) ... 15:56:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:56:50 Setting up udev (237-3ubuntu10.44) ... 15:56:51 invoke-rc.d: policy-rc.d denied execution of start. 15:56:51 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:51 Processing triggers for systemd (237-3ubuntu10) ... 15:56:51 Setting up fuse (2.9.7-1ubuntu1) ... 15:56:51 Setting up gpg (2.2.4-1ubuntu1.3) ... 15:56:51 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:51 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:51 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:51 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:51 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:51 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:51 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 15:56:51 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... 15:56:51 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 15:56:51 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:56:52 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 15:56:52 settings in the [Install] section, and DefaultInstance for template units). 15:56:52 This means they are not meant to be enabled using systemctl. 15:56:52 Possible reasons for having this kind of units are: 15:56:52 1) A unit may be statically enabled by being symlinked from another unit's 15:56:52 .wants/ or .requires/ directory. 15:56:52 2) A unit's purpose may be to act as a helper for some other unit which has 15:56:52 a requirement dependency on it. 15:56:52 3) A unit may be started when needed via activation (socket, path, timer, 15:56:52 D-Bus, udev, scripted systemctl call, ...). 15:56:52 4) In case of template units, the unit is meant to be enabled with some 15:56:52 instance name specified. 15:56:52 Reading package lists... 15:56:52 Building dependency tree... 15:56:52 Reading state information... 15:56:52 The following additional packages will be installed: 15:56:52 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 15:56:52 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 15:56:52 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 15:56:52 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 15:56:52 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 15:56:52 Suggested packages: 15:56:52 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 15:56:52 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 15:56:52 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 15:56:52 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 15:56:52 systemd-container policykit-1 15:56:52 Recommended packages: 15:56:52 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 15:56:52 The following NEW packages will be installed: 15:56:52 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 15:56:52 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 15:56:52 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 15:56:52 multiarch-support openssh-client python3 python3-minimal python3.6 15:56:52 python3.6-minimal snapd squashfs-tools sudo 15:56:52 The following packages will be upgraded: 15:56:52 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 15:56:52 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 15:56:52 Need to get 35.2 MB of archives. 15:56:52 After this operation, 141 MB of additional disk space will be used. 15:56:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 15:56:52 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 15:56:53 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 15:56:53 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 15:56:53 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 15:56:53 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 15:56:53 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 15:56:53 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 15:56:53 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 15:56:53 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 15:56:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 15:56:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 15:56:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 15:56:53 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 15:56:53 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 15:56:53 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 15:56:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 15:56:53 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 15:56:53 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 15:56:53 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 15:56:53 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 15:56:53 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 15:56:53 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 15:56:53 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 15:56:53 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 15:56:53 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 15:56:53 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 15:56:53 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 15:56:53 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 15:56:54 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 15:56:55 debconf: delaying package configuration, since apt-utils is not installed 15:56:55 Fetched 35.2 MB in 2s (14.4 MB/s) 15:56:55 (Reading database ... 12757 files and directories currently installed.) 15:56:55 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 15:56:55 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:56:56 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 15:56:56 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:56:56 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 15:56:56 (Reading database ... 12757 files and directories currently installed.) 15:56:56 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 15:56:56 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 15:56:56 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 15:56:56 (Reading database ... 12757 files and directories currently installed.) 15:56:56 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 15:56:56 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 15:56:56 Setting up apt (1.6.12ubuntu0.2) ... 15:56:56 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 15:56:57 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 15:56:57 (Reading database ... 12764 files and directories currently installed.) 15:56:57 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:56:57 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:56:57 Selecting previously unselected package libpython3.6-minimal:amd64. 15:56:57 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:56:57 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:56:57 Selecting previously unselected package libexpat1:amd64. 15:56:57 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 15:56:57 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:56:57 Selecting previously unselected package python3.6-minimal. 15:56:57 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:56:57 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:56:58 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 15:56:58 Checking for services that may need to be restarted...done. 15:56:58 Checking for services that may need to be restarted...done. 15:56:58 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:56:58 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 15:56:58 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 15:56:58 Selecting previously unselected package python3-minimal. 15:56:58 (Reading database ... 13012 files and directories currently installed.) 15:56:58 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 15:56:58 Unpacking python3-minimal (3.6.7-1~18.04) ... 15:56:58 Selecting previously unselected package mime-support. 15:56:58 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 15:56:58 Unpacking mime-support (3.60ubuntu1) ... 15:56:59 Selecting previously unselected package libmpdec2:amd64. 15:56:59 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 15:56:59 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:56:59 Selecting previously unselected package libpython3.6-stdlib:amd64. 15:56:59 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:56:59 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:56:59 Selecting previously unselected package python3.6. 15:56:59 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 15:56:59 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:56:59 Selecting previously unselected package libpython3-stdlib:amd64. 15:56:59 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 15:56:59 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:56:59 Setting up python3-minimal (3.6.7-1~18.04) ... 15:56:59 Selecting previously unselected package python3. 15:56:59 (Reading database ... 13442 files and directories currently installed.) 15:56:59 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 15:56:59 Unpacking python3 (3.6.7-1~18.04) ... 15:57:00 Selecting previously unselected package multiarch-support. 15:57:00 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 15:57:00 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 15:57:00 Setting up multiarch-support (2.27-3ubuntu1.4) ... 15:57:00 Selecting previously unselected package liblzo2-2:amd64. 15:57:00 (Reading database ... 13479 files and directories currently installed.) 15:57:00 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 15:57:00 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 15:57:00 Selecting previously unselected package libbsd0:amd64. 15:57:00 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 15:57:00 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:57:00 Selecting previously unselected package sudo. 15:57:00 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 15:57:00 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 15:57:00 Selecting previously unselected package apparmor. 15:57:00 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 15:57:00 Unpacking apparmor (2.12-4ubuntu5.1) ... 15:57:00 Selecting previously unselected package libedit2:amd64. 15:57:00 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 15:57:00 Unpacking libedit2:amd64 (3.1-20170329-1) ... 15:57:00 Selecting previously unselected package libkrb5support0:amd64. 15:57:00 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 15:57:00 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:57:00 Selecting previously unselected package libk5crypto3:amd64. 15:57:00 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 15:57:00 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:57:01 Selecting previously unselected package libkeyutils1:amd64. 15:57:01 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 15:57:01 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:57:01 Selecting previously unselected package libkrb5-3:amd64. 15:57:01 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 15:57:01 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:57:01 Selecting previously unselected package libgssapi-krb5-2:amd64. 15:57:01 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 15:57:01 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:57:01 Selecting previously unselected package libssl1.0.0:amd64. 15:57:01 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 15:57:01 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:57:01 Selecting previously unselected package openssh-client. 15:57:01 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 15:57:01 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 15:57:01 Selecting previously unselected package squashfs-tools. 15:57:01 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 15:57:01 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:57:01 Selecting previously unselected package snapd. 15:57:01 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 15:57:01 Unpacking snapd (2.48.3+18.04) ... 15:57:03 Setting up libedit2:amd64 (3.1-20170329-1) ... 15:57:04 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 15:57:04 Setting up mime-support (3.60ubuntu1) ... 15:57:04 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 15:57:04 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 15:57:04 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 15:57:04 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:57:04 Setting up systemd (237-3ubuntu10.44) ... 15:57:04 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 15:57:05 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 15:57:05 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 15:57:05 Setting up liblzo2-2:amd64 (2.08-1.2) ... 15:57:05 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 15:57:05 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 15:57:05 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 15:57:06 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 15:57:06 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 15:57:06 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 15:57:06 Setting up python3 (3.6.7-1~18.04) ... 15:57:06 running python rtupdate hooks for python3.6... 15:57:06 running python post-rtupdate hooks for python3.6... 15:57:06 Setting up apparmor (2.12-4ubuntu5.1) ... 15:57:07 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 15:57:08 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 15:57:08 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 15:57:08 Setting up snapd (2.48.3+18.04) ... 15:57:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 15:57:08 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 15:57:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 15:57:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 15:57:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:57:09 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 15:57:09 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 15:57:09 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 15:57:10 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 15:57:10 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 15:57:10 /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' 15:57:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 15:57:10 Processing triggers for systemd (237-3ubuntu10.44) ... 15:57:11 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:57:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:57:11 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:57:12 Reading package lists... 15:57:12 Reading package lists... 15:57:12 Building dependency tree... 15:57:12 Reading state information... 15:57:12 Calculating upgrade... 15:57:13 The following packages will be upgraded: 15:57:13 advancecomp base-files bash binutils binutils-common 15:57:13 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 15:57:13 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 15:57:13 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 15:57:13 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 15:57:13 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 15:57:13 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 15:57:13 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 15:57:13 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 15:57:13 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 15:57:13 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 15:57:13 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 15:57:13 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 15:57:13 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 15:57:13 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 15:57:13 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 15:57:13 Need to get 63.8 MB of archives. 15:57:13 After this operation, 5188 kB of additional disk space will be used. 15:57:13 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 15:57:13 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 15:57:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:57:13 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:57:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:57:13 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:57:13 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:57:13 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:57:13 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 15:57:13 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 15:57:13 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:57:13 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:57:13 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 15:57:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 15:57:13 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 15:57:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 15:57:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 15:57:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 15:57:13 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:57:13 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:57:13 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:57:13 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 15:57:13 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 15:57:13 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 15:57:13 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 15:57:13 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 15:57:13 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 15:57:13 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 15:57:13 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 15:57:13 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 15:57:13 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 15:57:13 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 15:57:13 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 15:57:13 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 15:57:13 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 15:57:13 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 15:57:13 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 15:57:13 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 15:57:13 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 15:57:13 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 15:57:13 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 15:57:13 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 15:57:13 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 15:57:13 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 15:57:13 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 15:57:13 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 15:57:13 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 15:57:13 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 15:57:13 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:57:13 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:57:13 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 15:57:13 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 15:57:13 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:57:13 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 15:57:13 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:57:13 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 15:57:13 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:57:14 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:57:14 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:57:14 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:57:14 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:57:14 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:57:14 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:57:14 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:57:14 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:57:14 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 15:57:14 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 15:57:14 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 15:57:14 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 15:57:14 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 15:57:14 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 15:57:14 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 15:57:14 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 15:57:14 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 15:57:14 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 15:57:14 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 15:57:14 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 15:57:14 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 15:57:14 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 15:57:14 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 15:57:14 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 15:57:14 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 15:57:14 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 15:57:14 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 15:57:14 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 15:57:14 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 15:57:14 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 15:57:14 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 15:57:14 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 15:57:14 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 15:57:14 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 15:57:14 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 15:57:14 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 15:57:14 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 15:57:14 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 15:57:14 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 15:57:15 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:57:15 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:57:15 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 15:57:15 debconf: delaying package configuration, since apt-utils is not installed 15:57:15 Fetched 63.8 MB in 2s (28.9 MB/s) 15:57:15 (Reading database ... 13912 files and directories currently installed.) 15:57:15 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 15:57:15 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:57:16 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 15:57:16 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:57:16 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 15:57:16 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 15:57:17 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:17 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:17 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:17 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:17 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:17 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:17 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:17 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:17 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:17 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:17 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:17 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:18 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:18 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:18 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:18 (Reading database ... 13911 files and directories currently installed.) 15:57:18 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:18 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 15:57:18 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 15:57:18 (Reading database ... 13911 files and directories currently installed.) 15:57:18 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:18 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:18 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:18 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:18 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:57:18 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 15:57:18 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:19 (Reading database ... 13911 files and directories currently installed.) 15:57:19 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 15:57:19 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:57:19 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 15:57:19 (Reading database ... 13911 files and directories currently installed.) 15:57:19 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 15:57:19 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 15:57:19 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 15:57:19 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 15:57:20 Setting up base-files (10.1ubuntu2.10) ... 15:57:20 Installing new version of config file /etc/issue ... 15:57:20 Installing new version of config file /etc/issue.net ... 15:57:20 Installing new version of config file /etc/lsb-release ... 15:57:20 Installing new version of config file /etc/update-motd.d/50-motd-news ... 15:57:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 15:57:20 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 15:57:20 Removing obsolete conffile /etc/default/motd-news ... 15:57:20 (Reading database ... 13912 files and directories currently installed.) 15:57:20 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 15:57:20 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 15:57:20 Setting up bash (4.4.18-2ubuntu1.2) ... 15:57:20 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 15:57:20 (Reading database ... 13912 files and directories currently installed.) 15:57:20 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:20 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 15:57:20 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 15:57:21 (Reading database ... 13912 files and directories currently installed.) 15:57:21 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 15:57:21 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 15:57:21 Setting up tar (1.29b-2ubuntu0.2) ... 15:57:21 (Reading database ... 13912 files and directories currently installed.) 15:57:21 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 15:57:21 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:57:21 Setting up dpkg (1.19.0.5ubuntu2.3) ... 15:57:22 (Reading database ... 13912 files and directories currently installed.) 15:57:22 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 15:57:22 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:57:22 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 15:57:22 (Reading database ... 13912 files and directories currently installed.) 15:57:22 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 15:57:22 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:57:22 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 15:57:22 (Reading database ... 13912 files and directories currently installed.) 15:57:22 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 15:57:22 Unpacking grep (3.1-2build1) over (3.1-2) ... 15:57:22 Setting up grep (3.1-2build1) ... 15:57:22 (Reading database ... 13912 files and directories currently installed.) 15:57:22 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 15:57:22 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:57:22 Setting up login (1:4.5-1ubuntu2) ... 15:57:23 (Reading database ... 13912 files and directories currently installed.) 15:57:23 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 15:57:23 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:57:23 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 15:57:23 (Reading database ... 13912 files and directories currently installed.) 15:57:23 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:57:23 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:57:23 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:57:23 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:57:23 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:57:23 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:57:24 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:57:24 (Reading database ... 13912 files and directories currently installed.) 15:57:24 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:57:24 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 15:57:26 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:57:26 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:57:26 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 15:57:26 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 15:57:26 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 15:57:26 (Reading database ... 13912 files and directories currently installed.) 15:57:26 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 15:57:26 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 15:57:26 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 15:57:26 (Reading database ... 13912 files and directories currently installed.) 15:57:26 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:26 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:57:26 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:57:26 (Reading database ... 13912 files and directories currently installed.) 15:57:26 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:26 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:57:26 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:57:27 (Reading database ... 13912 files and directories currently installed.) 15:57:27 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:27 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:57:27 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:57:27 (Reading database ... 13912 files and directories currently installed.) 15:57:27 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:27 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:57:27 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:57:27 (Reading database ... 13912 files and directories currently installed.) 15:57:27 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 15:57:27 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:57:27 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 15:57:27 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:57:27 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 15:57:27 (Reading database ... 13912 files and directories currently installed.) 15:57:27 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 15:57:27 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:57:28 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 15:57:28 (Reading database ... 13912 files and directories currently installed.) 15:57:28 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:28 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:57:28 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 15:57:28 (Reading database ... 13912 files and directories currently installed.) 15:57:28 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:28 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:57:28 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 15:57:28 (Reading database ... 13912 files and directories currently installed.) 15:57:28 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:28 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:57:29 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 15:57:29 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 15:57:29 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 15:57:29 (Reading database ... 13912 files and directories currently installed.) 15:57:29 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 15:57:29 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 15:57:30 Setting up libc-bin (2.27-3ubuntu1.4) ... 15:57:30 (Reading database ... 13912 files and directories currently installed.) 15:57:30 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 15:57:30 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 15:57:30 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 15:57:30 (Reading database ... 13914 files and directories currently installed.) 15:57:30 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 15:57:30 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 15:57:30 Setting up debconf (1.5.66ubuntu1) ... 15:57:30 (Reading database ... 13914 files and directories currently installed.) 15:57:30 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 15:57:30 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:57:30 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 15:57:31 (Reading database ... 13914 files and directories currently installed.) 15:57:31 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 15:57:31 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 15:57:31 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 15:57:31 (Reading database ... 13914 files and directories currently installed.) 15:57:31 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:57:31 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:57:31 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:57:31 (Reading database ... 13914 files and directories currently installed.) 15:57:31 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:57:31 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:57:31 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 15:57:31 (Reading database ... 13914 files and directories currently installed.) 15:57:31 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 15:57:31 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:57:31 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 15:57:32 (Reading database ... 13914 files and directories currently installed.) 15:57:32 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 15:57:32 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 15:57:32 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 15:57:32 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 15:57:32 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 15:57:32 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:57:32 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 15:57:32 (Reading database ... 13914 files and directories currently installed.) 15:57:32 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 15:57:32 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 15:57:32 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 15:57:32 (Reading database ... 13914 files and directories currently installed.) 15:57:32 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 15:57:32 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 15:57:32 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 15:57:33 (Reading database ... 13914 files and directories currently installed.) 15:57:33 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 15:57:33 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 15:57:33 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 15:57:33 (Reading database ... 13914 files and directories currently installed.) 15:57:33 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 15:57:33 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 15:57:33 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 15:57:33 (Reading database ... 13914 files and directories currently installed.) 15:57:33 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 15:57:33 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 15:57:33 Setting up passwd (1:4.5-1ubuntu2) ... 15:57:34 (Reading database ... 13914 files and directories currently installed.) 15:57:34 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 15:57:34 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 15:57:34 Setting up gpgv (2.2.4-1ubuntu1.3) ... 15:57:34 (Reading database ... 13914 files and directories currently installed.) 15:57:34 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 15:57:34 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 15:57:34 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 15:57:34 (Reading database ... 13914 files and directories currently installed.) 15:57:34 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 15:57:34 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 15:57:34 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 15:57:34 (Reading database ... 13914 files and directories currently installed.) 15:57:34 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 15:57:34 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 15:57:35 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 15:57:35 (Reading database ... 13914 files and directories currently installed.) 15:57:35 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 15:57:35 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 15:57:35 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 15:57:35 (Reading database ... 13914 files and directories currently installed.) 15:57:35 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 15:57:35 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 15:57:35 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 15:57:35 (Reading database ... 13914 files and directories currently installed.) 15:57:35 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 15:57:35 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 15:57:35 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 15:57:35 (Reading database ... 13915 files and directories currently installed.) 15:57:35 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:57:35 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:57:36 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 15:57:36 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 15:57:36 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 15:57:36 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 15:57:36 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 15:57:36 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 15:57:36 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 15:57:36 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 15:57:36 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 15:57:36 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 15:57:36 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 15:57:36 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 15:57:37 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 15:57:37 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 15:57:37 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 15:57:37 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 15:57:37 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 15:57:37 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 15:57:37 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 15:57:37 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 15:57:37 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 15:57:37 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 15:57:38 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 15:57:38 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 15:57:38 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 15:57:38 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 15:57:38 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:57:38 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:57:39 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:57:39 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:57:39 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:57:39 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:57:39 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:57:39 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 15:57:39 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:39 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:39 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:39 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:39 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:39 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:39 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:40 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:41 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:41 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:41 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:41 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:42 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:42 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:42 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:43 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:44 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:57:44 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 15:57:44 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:57:44 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:57:44 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:57:44 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:57:44 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:57:44 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 15:57:44 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:57:44 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 15:57:44 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:57:44 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:57:44 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:57:44 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 15:57:44 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 15:57:44 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 15:57:45 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:45 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 15:57:45 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:45 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:45 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:45 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 15:57:45 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 15:57:45 Setting up tzdata (2021a-0ubuntu0.18.04) ... 15:57:45 15:57:45 Current default time zone: 'Etc/UTC' 15:57:45 Local time is now: Wed Feb 17 15:57:45 UTC 2021. 15:57:45 Universal Time is now: Wed Feb 17 15:57:45 UTC 2021. 15:57:45 Run 'dpkg-reconfigure tzdata' if you wish to change it. 15:57:45 15:57:45 Setting up systemd-sysv (237-3ubuntu10.44) ... 15:57:45 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:45 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 15:57:45 Setting up mount (2.31.1-0.4ubuntu3.7) ... 15:57:45 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 15:57:45 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 15:57:45 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:57:45 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 15:57:45 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 15:57:45 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 15:57:45 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:45 Setting up procps (2:3.3.12-3ubuntu1.2) ... 15:57:45 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:45 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:57:45 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:45 Setting up patch (2.7.6-2ubuntu1.1) ... 15:57:46 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:57:46 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 15:57:46 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 15:57:46 Installing new version of config file /etc/ssl/openssl.cnf ... 15:57:46 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 15:57:46 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 15:57:46 Setting up ca-certificates (20210119~18.04.1) ... 15:57:48 Updating certificates in /etc/ssl/certs... 15:57:48 23 added, 27 removed; done. 15:57:48 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 15:57:48 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:57:48 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 15:57:48 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 15:57:48 Setting up pkgbinarymangler (138.18.04.1) ... 15:57:48 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:48 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:57:49 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:49 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:49 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:49 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:57:49 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:57:49 Setting up perl (5.26.1-6ubuntu0.5) ... 15:57:49 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:57:49 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:57:49 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:57:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:57:49 ---> 3646bd326aa9 15:57:49 Step 3/22 : WORKDIR /edgex-go 15:57:49 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:49 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:57:49 ---> 3646bd326aa9 15:57:49 Step 3/23 : WORKDIR /edgex-go 15:57:49 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:49 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:57:49 ---> 3646bd326aa9 15:57:49 Step 3/24 : WORKDIR /edgex-go 15:57:49 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:49 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:57:49 ---> 3646bd326aa9 15:57:49 Step 3/21 : WORKDIR /edgex-go 15:57:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 15:57:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:57:49 ---> 3646bd326aa9 15:57:49 Step 3/22 : WORKDIR /edgex-go 15:57:49 ---> Running in 3dd35f0b440d 15:57:49 ---> Running in 56074fb36d0a 15:57:49 ---> Running in c68c39389d8d 15:57:49 ---> Running in 04334775b85d 15:57:49 ---> Running in 276b83b87ed5 15:57:49 Removing intermediate container c68c39389d8d 15:57:49 ---> 079238b74310 15:57:49 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:49 Removing intermediate container 56074fb36d0a 15:57:49 ---> f3e9cae64bd6 15:57:49 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:49 Removing intermediate container 276b83b87ed5 15:57:49 ---> 20544f2c41ab 15:57:49 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:49 Removing intermediate container 04334775b85d 15:57:49 ---> 7d490a3d24ce 15:57:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:49 Removing intermediate container 3dd35f0b440d 15:57:49 ---> d8965b1aace4 15:57:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:57:49 ---> Running in 6062c4ed72cb 15:57:49 ---> Running in 8ed980f6021b 15:57:49 ---> Running in 6bbecf591991 15:57:49 ---> Running in bfbc57437c9c 15:57:49 ---> Running in 2567c54c5688 15:57:49 Removing intermediate container 6062c4ed72cb 15:57:49 ---> 889d3fd5054e 15:57:49 Step 5/24 : RUN apk add --update --no-cache make git 15:57:49 ---> Running in ba6ac7321626 15:57:49 Removing intermediate container 8ed980f6021b 15:57:49 ---> be3f2b72a390 15:57:49 Step 5/23 : RUN apk add --update --no-cache make git 15:57:49 Removing intermediate container 2567c54c5688 15:57:49 ---> 655fac436917 15:57:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 15:57:49 ---> Running in 3711a37ab6cc 15:57:49 ---> Running in bd6f683be1ca 15:57:49 Removing intermediate container bfbc57437c9c 15:57:49 ---> 5078428a9911 15:57:49 Step 5/22 : RUN apk add --update --no-cache make git 15:57:49 Removing intermediate container 6bbecf591991 15:57:49 ---> 7f40e96f480e 15:57:49 Step 5/21 : RUN apk add --update --no-cache make git 15:57:49 ---> Running in 18c812ad2f80 15:57:49 ---> Running in f48c99f031c8 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:57:49 OK: 217 MiB in 51 packages 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:57:49 OK: 217 MiB in 51 packages 15:57:49 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:57:49 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:57:49 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:57:49 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:57:49 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:57:49 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:57:49 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:57:49 Processing triggers for systemd (237-3ubuntu10.44) ... 15:57:49 Removing intermediate container ba6ac7321626 15:57:49 ---> 9d4ea491c1e3 15:57:49 Step 6/24 : COPY go.mod . 15:57:49 OK: 217 MiB in 51 packages 15:57:49 Processing triggers for mime-support (3.60ubuntu1) ... 15:57:49 Processing triggers for ca-certificates (20210119~18.04.1) ... 15:57:49 Updating certificates in /etc/ssl/certs... 15:57:49 OK: 217 MiB in 51 packages 15:57:49 OK: 217 MiB in 51 packages 15:57:50 0 added, 0 removed; done. 15:57:50 Running hooks in /etc/ca-certificates/update.d... 15:57:50 done. 15:57:50 Reading package lists... 15:57:50 Building dependency tree... 15:57:50 Reading state information... 15:57:50 The following NEW packages will be installed: 15:57:50 apt-transport-https 15:57:50 ---> 5e0e33d4afab 15:57:50 Step 7/24 : RUN go mod download 15:57:51 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 15:57:51 Need to get 1696 B of archives. 15:57:51 After this operation, 153 kB of additional disk space will be used. 15:57:51 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 15:57:51 debconf: delaying package configuration, since apt-utils is not installed 15:57:51 Fetched 1696 B in 0s (22.2 kB/s) 15:57:51 Selecting previously unselected package apt-transport-https. 15:57:51 (Reading database ... 13920 files and directories currently installed.) 15:57:51 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 15:57:51 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 15:57:51 ---> Running in 14225b3a5f5f 15:57:51 Removing intermediate container 3711a37ab6cc 15:57:51 ---> 19ed377a2526 15:57:51 Step 6/23 : COPY go.mod . 15:57:51 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 15:57:51 Waiting for network to be ready... 15:57:51 Removing intermediate container 18c812ad2f80 15:57:51 ---> 4a197887325d 15:57:51 Step 6/22 : COPY go.mod . 15:57:52 Removing intermediate container bd6f683be1ca 15:57:52 ---> 36ed9c1af668 15:57:52 Step 6/22 : COPY go.mod . 15:57:52 Removing intermediate container f48c99f031c8 15:57:52 ---> 061806d3df0b 15:57:52 Step 6/21 : COPY go.mod . 15:57:52 ---> 734c807d055f 15:57:52 Step 7/23 : RUN go mod download 15:57:52 ---> Running in 74c74e2a8b44 15:57:53 ---> d8235577d4bb 15:57:53 Step 7/22 : RUN go mod download 15:57:53 ---> b97013bd88fc 15:57:53 Step 7/22 : RUN go mod download 15:57:53 ---> ee20be21429b 15:57:53 Step 7/21 : RUN go mod download 15:57:53 ---> Running in 2c27dbe3bced 15:57:53 ---> Running in be55b1cf450c 15:57:53 ---> Running in 639e50098ed2 15:57:54 Removing intermediate container 14225b3a5f5f 15:57:54 ---> b4243d00e8ce 15:57:54 Step 8/24 : COPY . . 15:57:55 2021-02-17T15:57:54Z INFO Waiting for automatic snapd restart... 15:57:55 snapd 2.48.2.1 from Canonical* installed 15:57:55 "snapd" switched to the "latest/stable" channel 15:57:55 15:57:58 Removing intermediate container 74c74e2a8b44 15:57:58 ---> d38aac9d3e32 15:57:58 Step 8/23 : COPY . . 15:57:58 core18 20210128 from Canonical* installed 15:57:58 "core18" switched to the "latest/stable" channel 15:57:58 15:57:58 Removing intermediate container 2c27dbe3bced 15:57:58 ---> b9e72f52c690 15:57:58 Step 8/22 : COPY . . 15:57:59 Removing intermediate container 639e50098ed2 15:57:59 ---> 64ad730cc9ef 15:57:59 Step 8/21 : COPY . . 15:57:59 Removing intermediate container be55b1cf450c 15:57:59 ---> 1bf11730beda 15:57:59 Step 8/22 : COPY . . 15:58:01 snapcraft 4.5.1 from Canonical* installed 15:58:01 "snapcraft" switched to the "latest/stable" channel 15:58:01 15:58:05 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: 15:58:05 - README.md 15:58:05 - snapcraft.yaml.orig 15:58:05 15:58:05 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:58:11 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:58:11 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:58:11 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:58:11 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:58:12 Reading package lists... 15:58:12 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 15:58:19 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:58:19 Reading package lists... 15:58:19 Building dependency tree... 15:58:19 Reading state information... 15:58:19 Suggested packages: 15:58:19 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 15:58:19 git-gui gitk gitweb git-cvs git-mediawiki git-svn 15:58:19 Recommended packages: 15:58:19 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 15:58:19 The following NEW packages will be installed: 15:58:19 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 15:58:19 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 15:58:19 pkg-config zip 15:58:19 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 15:58:19 Need to get 7655 kB of archives. 15:58:19 After this operation, 43.7 MB of additional disk space will be used. 15:58:19 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 15:58:19 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 15:58:19 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:58:19 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 15:58:19 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:58:19 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:58:19 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:58:19 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 15:58:19 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 15:58:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:58:20 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:58:20 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:58:20 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:58:20 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:58:20 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:58:20 debconf: delaying package configuration, since apt-utils is not installed 15:58:20 Fetched 7655 kB in 1s (10.5 MB/s) 15:58:20 Selecting previously unselected package libglib2.0-0:amd64. 15:58:20 (Reading database ... 13924 files and directories currently installed.) 15:58:20 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 15:58:20 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:58:20 Selecting previously unselected package libpsl5:amd64. 15:58:20 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 15:58:20 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 15:58:20 Selecting previously unselected package libnghttp2-14:amd64. 15:58:20 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 15:58:20 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:58:20 Selecting previously unselected package librtmp1:amd64. 15:58:20 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 15:58:20 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:58:20 Selecting previously unselected package libcurl3-gnutls:amd64. 15:58:20 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 15:58:20 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:58:20 Selecting previously unselected package liberror-perl. 15:58:20 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 15:58:20 Unpacking liberror-perl (0.17025-1) ... 15:58:20 Selecting previously unselected package git-man. 15:58:20 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:58:20 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:58:21 Selecting previously unselected package git. 15:58:21 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:58:21 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:58:22 Selecting previously unselected package libnorm1:amd64. 15:58:22 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:58:22 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:58:22 Selecting previously unselected package libpgm-5.2-0:amd64. 15:58:22 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:58:22 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:58:22 Selecting previously unselected package libsodium23:amd64. 15:58:22 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 15:58:22 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:58:22 Selecting previously unselected package libzmq5:amd64. 15:58:22 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:58:22 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:58:22 Selecting previously unselected package libzmq3-dev:amd64. 15:58:22 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:58:22 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:58:22 Selecting previously unselected package pkg-config. 15:58:22 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:58:22 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:58:22 Selecting previously unselected package zip. 15:58:22 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 15:58:22 Unpacking zip (3.0-11build1) ... 15:58:22 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:58:22 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:58:22 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 15:58:22 Setting up liberror-perl (0.17025-1) ... 15:58:22 Setting up libpsl5:amd64 (0.19.1-5build1) ... 15:58:22 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 15:58:22 No schema files found: doing nothing. 15:58:22 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 15:58:22 Setting up zip (3.0-11build1) ... 15:58:22 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:58:22 Setting up libsodium23:amd64 (1.0.16-2) ... 15:58:22 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:58:22 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:58:23 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 15:58:23 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:58:23 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:58:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 15:58:26 ---> a9d3f6b9df2a 15:58:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:58:26 ---> Running in 251e1cb4d87a 15:58:26 ---> ac7f73472010 15:58:26 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 15:58:26 ---> edf01d6f97ff 15:58:26 Step 9/23 : RUN make cmd/core-metadata/core-metadata 15:58:26 ---> 8eda566a0a87 15:58:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:58:26 ---> Running in d76af025d3d5 15:58:26 ---> Running in 1d46c10bf641 15:58:26 ---> Running in 4d0370c10abe 15:58:26 ---> 518a080b0534 15:58:26 Step 9/22 : RUN make cmd/support-notifications/support-notifications 15:58:26 ---> Running in fd330468ed87 15:58:26 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 15:58:26 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 15:58:26 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 15:58:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 15:58:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:58:29 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:58:29 git set to automatically installed. 15:58:29 git-man set to automatically installed. 15:58:29 libcurl3-gnutls set to automatically installed. 15:58:29 liberror-perl set to automatically installed. 15:58:29 libglib2.0-0 set to automatically installed. 15:58:29 libnghttp2-14 set to automatically installed. 15:58:29 libnorm1 set to automatically installed. 15:58:29 libpgm-5.2-0 set to automatically installed. 15:58:29 libpsl5 set to automatically installed. 15:58:29 librtmp1 set to automatically installed. 15:58:29 libsodium23 set to automatically installed. 15:58:29 libzmq3-dev set to automatically installed. 15:58:29 libzmq5 set to automatically installed. 15:58:29 pkg-config set to automatically installed. 15:58:29 zip set to automatically installed. 15:58:32 snapd is not logged in, snap install commands will use sudo 15:58:38 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 15:58:39 snap "core18" has no updates available 15:58:39 Pulling config-common 15:58:39 + snapcraftctl pull 15:58:40 Pulling go-build-helper 15:58:40 + snapcraftctl pull 15:59:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:59:02 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:59:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] 15:59:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] 15:59:02 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 15:59:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 15:59:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 15:59:02 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 15:59:02 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] 15:59:02 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] 15:59:02 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:59:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 15:59:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 15:59:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 15:59:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 15:59:02 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 15:59:02 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 15:59:02 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 15:59:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 15:59:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] 15:59:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] 15:59:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 15:59:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 15:59:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 15:59:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 15:59:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] 15:59:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 15:59:02 Fetched 23.9 MB in 0s (0 B/s) 15:59:02 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:59:02 Fetched 96.5 kB in 0s (0 B/s) 15:59:02 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:59:02 Fetched 279 kB in 0s (0 B/s) 15:59:02 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:59:02 Fetched 122 kB in 0s (0 B/s) 15:59:02 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:59:02 Fetched 77.8 kB in 0s (0 B/s) 15:59:02 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:59:02 Fetched 8848 B in 0s (0 B/s) 15:59:02 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:59:02 Fetched 47.8 kB in 0s (0 B/s) 15:59:02 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:59:02 Fetched 45.6 kB in 0s (0 B/s) 15:59:02 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 15:59:02 Fetched 15.0 kB in 0s (0 B/s) 15:59:02 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 15:59:02 Fetched 214 kB in 0s (0 B/s) 15:59:02 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] 15:59:02 Fetched 155 kB in 0s (0 B/s) 15:59:02 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:59:02 Fetched 50.6 kB in 0s (0 B/s) 15:59:02 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:59:02 Fetched 14.8 kB in 0s (0 B/s) 15:59:02 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:59:02 Fetched 41.8 kB in 0s (0 B/s) 15:59:02 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:59:02 Fetched 499 kB in 0s (0 B/s) 15:59:02 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:59:02 Fetched 111 kB in 0s (0 B/s) 15:59:02 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:59:02 Fetched 240 kB in 0s (0 B/s) 15:59:02 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:59:02 Fetched 29.3 kB in 0s (0 B/s) 15:59:02 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:59:02 Fetched 85.5 kB in 0s (0 B/s) 15:59:02 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:59:02 Fetched 24.5 kB in 0s (0 B/s) 15:59:02 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 15:59:02 Fetched 49.2 kB in 0s (0 B/s) 15:59:02 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:59:02 Fetched 54.2 kB in 0s (0 B/s) 15:59:02 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:59:02 Fetched 30.8 kB in 0s (0 B/s) 15:59:02 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] 15:59:02 Fetched 16.6 kB in 0s (0 B/s) 15:59:02 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:59:02 Fetched 85.9 kB in 0s (0 B/s) 15:59:02 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:59:02 Fetched 8720 B in 0s (0 B/s) 15:59:02 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:59:02 Fetched 137 kB in 0s (0 B/s) 15:59:02 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:59:02 Fetched 119 kB in 0s (0 B/s) 15:59:02 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:59:02 Fetched 109 kB in 0s (0 B/s) 15:59:02 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:59:02 Fetched 11.1 kB in 0s (0 B/s) 15:59:02 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:59:02 Fetched 645 kB in 0s (0 B/s) 15:59:02 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:59:02 Fetched 41.3 kB in 0s (0 B/s) 15:59:02 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:59:02 Fetched 17.9 kB in 0s (0 B/s) 15:59:02 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:59:02 Fetched 368 kB in 0s (0 B/s) 15:59:02 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 15:59:02 Fetched 187 kB in 0s (0 B/s) 15:59:02 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:59:02 Fetched 175 kB in 0s (0 B/s) 15:59:02 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:59:05 Fetched 206 kB in 0s (0 B/s) 15:59:05 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 15:59:05 Fetched 1301 kB in 0s (0 B/s) 15:59:05 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:59:05 Fetched 36.2 kB in 0s (0 B/s) 15:59:05 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 15:59:05 Fetched 159 kB in 0s (0 B/s) 15:59:05 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:59:05 Fetched 107 kB in 0s (0 B/s) 15:59:05 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:59:05 Fetched 48.7 kB in 0s (0 B/s) 15:59:05 Pulling static-packages 15:59:05 + snapcraftctl pull 15:59:06 'go115' has dependencies that need to be staged: static-packages go-build-helper 15:59:06 Skipping pull go-build-helper (already ran) 15:59:06 Skipping pull static-packages (already ran) 15:59:06 Building go-build-helper 15:59:06 + snapcraftctl build 15:59:10 Building static-packages 15:59:10 + snapcraftctl build 15:59:11 Staging go-build-helper 15:59:11 + snapcraftctl stage 15:59:12 Staging static-packages 15:59:12 + snapcraftctl stage 15:59:13 Pulling go115 15:59:13 + snapcraftctl pull 15:59:14 'edgex-go' has dependencies that need to be staged: go115 15:59:14 Skipping pull go115 (already ran) 15:59:14 Building go115 15:59:14 + dpkg --print-architecture 15:59:14 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 15:59:14 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 15:59:14 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 15:59:14 % Total % Received % Xferd Average Speed Time Time Time Current 15:59:14 Dload Upload Total Spent Left Speed 15:59:16 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 121k 0 0 606k 0 0:03:15 --:--:-- 0:03:15 603k 47 115M 47 54.5M 0 0 45.4M 0 0:00:02 0:00:01 0:00:01 45.4M 95 115M 95 109M 0 0 49.9M 0 0:00:02 0:00:02 --:--:-- 49.9M 100 115M 100 115M 0 0 50.5M 0 0:00:02 0:00:02 --:--:-- 50.5M 15:59:16 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 15:59:16 + sha256sum -c sha256 15:59:16 + grep OK 15:59:17 go1.15.2.linux-amd64.tar.gz: OK 15:59:17 + mkdir -p /root/stage/go1.15 15:59:17 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 15:59:20 Staging go115 15:59:20 + snapcraftctl stage 15:59:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:59:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:59:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:59:27 Fetched 0 B in 0s (0 B/s) 15:59:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:59:27 Fetched 224 kB in 0s (0 B/s) 15:59:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:59:27 Fetched 157 kB in 0s (0 B/s) 15:59:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:59:27 Fetched 221 kB in 0s (0 B/s) 15:59:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:59:27 Fetched 143 kB in 0s (0 B/s) 15:59:27 Pulling edgex-go 15:59:27 + snapcraftctl pull 15:59:27 Pulling version 15:59:27 + cd /root/project 15:59:27 + [ -f VERSION ] 15:59:27 + PROJECT_VERSION=local-dev 15:59:27 + git rev-parse --short HEAD 15:59:27 + GIT_REVISION=605fd88f 15:59:27 + snapcraftctl set-version local-dev 15:59:28 Building config-common 15:59:28 + snapcraftctl build 15:59:30 Skipping build go-build-helper (already ran) 15:59:30 Skipping build static-packages (already ran) 15:59:30 Skipping build go115 (already ran) 15:59:30 Building edgex-go 15:59:30 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin 15:59:30 + cd /root/parts/edgex-go/src 15:59:30 + make build 15:59:30 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 15:59:33 go: downloading github.com/gorilla/mux v1.8.0 15:59:33 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 15:59:33 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:59:33 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 15:59:33 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 15:59:33 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 15:59:33 go: downloading github.com/google/uuid v1.2.0 15:59:33 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 15:59:33 go: downloading github.com/x448/float16 v0.8.4 15:59:33 go: downloading github.com/pelletier/go-toml v1.2.0 15:59:33 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 15:59:33 go: downloading github.com/imdario/mergo v0.3.11 15:59:33 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:59:33 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:59:33 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:59:33 go: downloading github.com/pkg/errors v0.8.1 15:59:33 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:59:33 go: downloading github.com/BurntSushi/toml v0.3.1 15:59:33 go: downloading github.com/hashicorp/consul/api v1.1.0 15:59:33 go: downloading github.com/go-kit/kit v0.8.0 15:59:33 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:59:33 go: downloading github.com/pebbe/zmq4 v1.2.2 15:59:33 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:59:33 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:59:33 go: downloading github.com/hashicorp/serf v0.8.2 15:59:33 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:59:33 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:59:33 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:59:33 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:59:33 go: downloading github.com/leodido/go-urn v1.2.0 15:59:33 go: downloading github.com/go-playground/universal-translator v0.17.0 15:59:33 go: downloading github.com/mitchellh/copystructure v1.0.0 15:59:33 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:59:33 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:59:33 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:59:33 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:59:33 go: downloading github.com/go-playground/locales v0.13.0 15:59:33 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:59:33 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:59:39 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 15:59:39 go: downloading gopkg.in/yaml.v2 v2.4.0 15:59:44 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 15:59:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 15:59:46 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 15:59:46 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 15:59:46 go: downloading github.com/stretchr/testify v1.7.0 15:59:46 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 15:59:46 go: downloading github.com/pmezard/go-difflib v1.0.0 15:59:46 go: downloading github.com/davecgh/go-spew v1.1.1 15:59:48 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 15:59:48 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:59:48 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:59:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 15:59:48 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 15:59:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 15:59:50 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 15:59:50 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:59:51 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 15:59:52 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 15:59:52 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:59:53 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 15:59:53 go: downloading github.com/lib/pq v1.9.0 15:59:54 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 15:59:54 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 15:59:54 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 15:59:54 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 15:59:54 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 15:59:54 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 15:59:54 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 15:59:54 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 15:59:54 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 15:59:54 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 15:59:54 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 15:59:54 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 15:59:54 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 15:59:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 15:59:54 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 15:59:54 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 15:59:54 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 15:59:54 + 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 15:59:54 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 15:59:54 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 15:59:54 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 15:59:54 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 15:59:54 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 15:59:54 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 15:59:54 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 15:59:55 Building version 15:59:55 + snapcraftctl build 15:59:56 Removing intermediate container 251e1cb4d87a 15:59:56 ---> 20b41ca6601d 15:59:56 15:59:56 Step 10/24 : FROM alpine:3.12 15:59:56 3.12: Pulling from library/alpine 15:59:57 Staging config-common 15:59:57 + snapcraftctl stage 15:59:58 Skipping stage go-build-helper (already ran) 15:59:58 Skipping stage static-packages (already ran) 15:59:58 Skipping stage go115 (already ran) 15:59:58 Staging edgex-go 15:59:58 + snapcraftctl stage 15:59:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 15:59:58 Status: Downloaded newer image for alpine:3.12 15:59:58 ---> afeebe901d6b 15:59:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 15:59:58 ---> Running in 77a46c6659c5 15:59:59 Staging version 15:59:59 + snapcraftctl stage 16:00:00 Priming config-common 16:00:00 + snapcraftctl prime 16:00:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:00:01 Priming go-build-helper 16:00:01 + snapcraftctl prime 16:00:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:00:02 (1/5) Installing ca-certificates (20191127-r4) 16:00:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:00:02 (3/5) Installing libcurl (7.69.1-r3) 16:00:02 (4/5) Installing curl (7.69.1-r3) 16:00:02 (5/5) Installing dumb-init (1.2.2-r1) 16:00:02 Executing busybox-1.31.1-r19.trigger 16:00:02 Executing ca-certificates-20191127-r4.trigger 16:00:02 Priming static-packages 16:00:02 + snapcraftctl prime 16:00:02 Removing intermediate container 4d0370c10abe 16:00:02 ---> 6859bcc340be 16:00:02 16:00:02 Step 10/21 : FROM alpine:3.12 16:00:02 ---> afeebe901d6b 16:00:02 Step 11/21 : RUN apk add --update --no-cache curl 16:00:02 OK: 7 MiB in 19 packages 16:00:02 ---> Running in 79bb537704df 16:00:04 Priming go115 16:00:04 + snapcraftctl prime 16:00:05 Priming edgex-go 16:00:05 + snapcraftctl prime 16:00:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:00:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:00:05 Removing intermediate container 77a46c6659c5 16:00:05 ---> 906949c021fc 16:00:05 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:00:05 ---> Running in dd8487abb58c 16:00:06 (1/4) Installing ca-certificates (20191127-r4) 16:00:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:00:06 (3/4) Installing libcurl (7.69.1-r3) 16:00:06 (4/4) Installing curl (7.69.1-r3) 16:00:06 Executing busybox-1.31.1-r19.trigger 16:00:06 Executing ca-certificates-20191127-r4.trigger 16:00:06 OK: 7 MiB in 18 packages 16:00:06 Removing intermediate container dd8487abb58c 16:00:06 ---> 88100331c936 16:00:06 Step 13/24 : WORKDIR / 16:00:06 Priming version 16:00:06 + snapcraftctl prime 16:00:07 ---> Running in 58938c6f7efb 16:00:07 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 16:00:08 Removing intermediate container 58938c6f7efb 16:00:08 ---> 476c596d40f9 16:00:08 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 16:00:09 Removing intermediate container 79bb537704df 16:00:09 ---> 1865fcca3c4d 16:00:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [Pipeline] // stage 16:00:09 ---> Running in c2de8615c756 16:00:09 ---> f02be8b73c65 16:00:09 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:00:10 Removing intermediate container c2de8615c756 16:00:10 ---> 408d9ca3846a 16:00:10 Step 13/21 : WORKDIR /edgex 16:00:11 ---> Running in 9036a7fc5375 16:00:11 ---> 723588ddd967 16:00:11 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:00:12 Removing intermediate container 9036a7fc5375 16:00:12 ---> cd87550674c2 16:00:12 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:00:13 ---> c2c7c0ac430b 16:00:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:00:14 ---> 6861900fa543 16:00:14 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:00:16 ---> 9535655c3c5a 16:00:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:00:16 Removing intermediate container fd330468ed87 16:00:16 ---> 0bd92221bcbb 16:00:16 16:00:16 Step 10/22 : FROM alpine:3.12 16:00:16 ---> afeebe901d6b 16:00:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:00:16 ---> ef5d042fe61c 16:00:16 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:00:17 Removing intermediate container 1d46c10bf641 16:00:17 ---> 5699193bed54 16:00:17 16:00:17 Step 10/22 : FROM alpine:3.12 16:00:17 ---> afeebe901d6b 16:00:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:00:17 ---> Running in 57f86480da96 16:00:18 ---> Running in d709141f6478 16:00:18 ---> cb35d565a490 16:00:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:00:18 ---> fb6f26a226b8 16:00:18 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:00:18 ---> Running in 8cb7e56f4742 16:00:19 Removing intermediate container 8cb7e56f4742 16:00:19 ---> 7b45cacec9bd 16:00:19 Step 18/21 : CMD ["--init=true"] 16:00:20 ---> 2d68601a7636 16:00:20 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/ 16:00:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:00:20 ---> Running in fa27a09dc8a4 16:00:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:00:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:00:20 ---> Running in 4869dcf1d1eb 16:00:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:00:21 (1/2) Installing ca-certificates (20191127-r4) 16:00:21 (2/2) Installing dumb-init (1.2.2-r1) 16:00:21 Executing busybox-1.31.1-r19.trigger 16:00:21 Removing intermediate container fa27a09dc8a4 16:00:21 ---> 6b7dc3a3bed9 16:00:21 Step 19/21 : LABEL arch=arm64 16:00:21 Executing ca-certificates-20191127-r4.trigger 16:00:21 (1/1) Installing dumb-init (1.2.2-r1) 16:00:21 Executing busybox-1.31.1-r19.trigger 16:00:21 OK: 5 MiB in 15 packages 16:00:21 OK: 6 MiB in 16 packages 16:00:21 ---> Running in 8e1ea9c6f267 16:00:23 Removing intermediate container 8e1ea9c6f267 16:00:23 ---> fa6dbe9b80a4 16:00:23 Step 20/21 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:00:23 Removing intermediate container d76af025d3d5 16:00:23 ---> 550f83c9962a 16:00:23 16:00:23 Step 10/23 : FROM alpine:3.12 16:00:23 ---> afeebe901d6b 16:00:23 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:00:23 ---> Using cache 16:00:23 ---> aa143eefc749 16:00:23 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:00:23 ---> Running in 66e417807670 16:00:23 Removing intermediate container d709141f6478 16:00:23 ---> aa143eefc749 16:00:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:00:23 ---> Running in c5f961f62c84 16:00:24 ---> Running in 7f8ee903b5b7 16:00:24 Removing intermediate container 66e417807670 16:00:24 ---> c85e8350bafa 16:00:24 Step 21/21 : LABEL version=0.0.0 16:00:24 Removing intermediate container 57f86480da96 16:00:24 ---> 7f7cbf0edf62 16:00:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:00:24 ---> Running in 93357d291be7 16:00:24 ---> Running in 24f594f5931a 16:00:24 Removing intermediate container 4869dcf1d1eb 16:00:24 ---> d1d1363b0bc9 16:00:24 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:00:24 Removing intermediate container c5f961f62c84 16:00:24 ---> b09413500d17 16:00:24 Step 13/23 : ENV APP_PORT=48081 16:00:24 Removing intermediate container 7f8ee903b5b7 16:00:24 ---> 4e82adfcef19 16:00:24 Step 13/22 : ENV APP_PORT=48085 16:00:25 ---> Running in 16e61d77867e 16:00:25 ---> Running in da7c5842d2a1 16:00:25 ---> Running in 12a46ae2e7b5 16:00:25 Removing intermediate container 93357d291be7 16:00:25 ---> b93fe722994b 16:00:25 16:00:25 Removing intermediate container 24f594f5931a 16:00:25 ---> 1a172f9fb674 16:00:25 Step 13/22 : ENV APP_PORT=48060 16:00:25 ---> Running in bb1f2ea81f35 16:00:25 Removing intermediate container 16e61d77867e 16:00:25 ---> b09ddd28d474 16:00:25 Step 14/22 : EXPOSE $APP_PORT 16:00:25 Successfully built b93fe722994b 16:00:25 Removing intermediate container 12a46ae2e7b5 16:00:25 ---> ea1a4001a909 16:00:25 Step 22/24 : LABEL arch=arm64 16:00:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:00:25  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 16:00:25 Removing intermediate container da7c5842d2a1 16:00:25 ---> cbd1774a7763 16:00:25 Step 14/23 : EXPOSE $APP_PORT 16:00:26 ---> Running in 0ae7944730eb 16:00:26 ---> Running in bbcfe098dbc5 16:00:26 ---> Running in cf9e690d4004 16:00:26 Removing intermediate container bb1f2ea81f35 16:00:26 ---> 02bf2293350e 16:00:26 Step 14/22 : EXPOSE $APP_PORT 16:00:26 ---> Running in 49d67e57628c 16:00:26 Removing intermediate container 0ae7944730eb 16:00:26 ---> 4d7c2278a2c8 16:00:26 Step 23/24 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:00:26 Removing intermediate container bbcfe098dbc5 16:00:26 ---> 499f9a99edd3 16:00:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:26 Removing intermediate container cf9e690d4004 16:00:26 ---> 8bef01e18c28 16:00:26 Step 15/23 : WORKDIR / 16:00:26 ---> Running in ca55e427e8dd 16:00:26 Removing intermediate container 49d67e57628c 16:00:26 ---> d189ec841548 16:00:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:27 ---> Running in 69da1b44a444 16:00:27 Removing intermediate container ca55e427e8dd 16:00:27 ---> bfdd2c9df291 16:00:27 Step 24/24 : LABEL version=0.0.0 16:00:28 ---> c2bef83c559e 16:00:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:00:28 ---> Running in 8dde45ad6165 16:00:28 Removing intermediate container 69da1b44a444 16:00:28 ---> 024678b76ae0 16:00:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:00:28 ---> 56fdf68ee321 16:00:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:00:29 Removing intermediate container 8dde45ad6165 16:00:29 ---> 69bfbdea14cd 16:00:29 16:00:29 ---> 212a63991e50 16:00:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:00:29 Successfully built 69bfbdea14cd 16:00:29 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:00:30 Building docker-sys-mgmt-agent-go 16:00:30  Building docker-security-secretstore-setup-go ... done  ---> 37ae044bc50a 16:00:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:00:30 ---> 87fc65ffda8e 16:00:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:00:31 ---> 1e07dc77306f 16:00:31 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:00:31 ---> Running in eda29db799a4 16:00:31 ---> 7415958bf633 16:00:31 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:00:31 ---> 2841f3d44d06 16:00:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:00:32 ---> Running in 96465d976605 16:00:32 Removing intermediate container eda29db799a4 16:00:32 ---> 531404d9fe42 16:00:32 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:33 ---> Running in 16801737db86 16:00:33 Removing intermediate container 96465d976605 16:00:33 ---> d59ede8d651f 16:00:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:33 ---> 22fdfd4abdbd 16:00:33 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:00:33 ---> Running in 7e7eea3d1ffb 16:00:33 ---> Running in e7466e7c3fe4 16:00:33 Removing intermediate container 16801737db86 16:00:33 ---> e8e8a1eb7497 16:00:33 Step 20/22 : LABEL arch=arm64 16:00:34 Removing intermediate container 7e7eea3d1ffb 16:00:34 ---> 53a65047dc1a 16:00:34 Step 20/22 : LABEL arch=arm64 16:00:34 ---> Running in b6d1df7a78ea 16:00:34 ---> Running in 9a17884c49d2 16:00:34 Removing intermediate container e7466e7c3fe4 16:00:34 ---> 3e141c0ef9b8 16:00:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:00:35 ---> Running in da262b98f33b 16:00:35 Removing intermediate container b6d1df7a78ea 16:00:35 ---> 8bf127d6604a 16:00:35 Step 21/22 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:00:35 Removing intermediate container 9a17884c49d2 16:00:35 ---> feb9e1c0334c 16:00:35 Step 21/22 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:00:35 ---> Running in 8e427eadcc00 16:00:35 ---> Running in d3c36e82d230 16:00:35 Removing intermediate container da262b98f33b 16:00:35 ---> ac4ac14a3d8c 16:00:35 Step 21/23 : LABEL arch=arm64 16:00:35 ---> Running in f7360348292a 16:00:35 Removing intermediate container 8e427eadcc00 16:00:35 ---> 1e94be0e38bb 16:00:35 Step 22/22 : LABEL version=0.0.0 16:00:36 Removing intermediate container d3c36e82d230 16:00:36 ---> 93b53ea1113a 16:00:36 Step 22/22 : LABEL version=0.0.0 16:00:36 ---> Running in 04582d7d2d6a 16:00:36 ---> Running in b3f97203a655 16:00:36 Removing intermediate container f7360348292a 16:00:36 ---> a955d99a0b79 16:00:36 Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:00:37 ---> Running in c0919b1094af 16:00:37 Removing intermediate container 04582d7d2d6a 16:00:37 ---> a21d13f38eee 16:00:37 16:00:37 Removing intermediate container b3f97203a655 16:00:37 ---> 22e0fff433d7 16:00:37 16:00:37 Removing intermediate container c0919b1094af 16:00:37 ---> a936c1d41fd2 16:00:37 Step 23/23 : LABEL version=0.0.0 16:00:37 Successfully built a21d13f38eee 16:00:37 Successfully built 22e0fff433d7 16:00:37 Successfully tagged docker-support-scheduler-go-arm64:latest 16:00:37  Building docker-support-scheduler-go ... done Building docker-core-command-go 16:00:37 Successfully tagged docker-support-notifications-go-arm64:latest 16:00:37  Building docker-support-notifications-go ... done Building docker-core-data-go 16:00:37 ---> Running in d17246472316 16:00:38 Removing intermediate container d17246472316 16:00:38 ---> 1c004561ecef 16:00:38 16:00:38 Successfully built 1c004561ecef 16:00:38 Successfully tagged docker-core-metadata-go-arm64:latest 16:01:17  Building docker-core-metadata-go ... done Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:17 Step 2/30 : FROM ${BUILDER_BASE} AS builder 16:01:17 ---> 3646bd326aa9 16:01:17 Step 3/30 : WORKDIR /edgex-go 16:01:17 ---> Using cache 16:01:17 ---> d8965b1aace4 16:01:17 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:17 ---> Using cache 16:01:17 ---> 655fac436917 16:01:17 Step 5/30 : RUN apk add --update --no-cache make git 16:01:20 ---> Running in 4f478e54ee03 16:01:21 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:21 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:01:21 ---> 3646bd326aa9 16:01:21 Step 3/26 : WORKDIR /edgex-go 16:01:21 ---> Using cache 16:01:21 ---> d8965b1aace4 16:01:21 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:21 ---> Using cache 16:01:21 ---> 655fac436917 16:01:21 Step 5/26 : RUN apk add --update --no-cache make bash git 16:01:21 ---> Running in 38cfa1ce48cc 16:01:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:01:23 OK: 217 MiB in 51 packages 16:01:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:01:24 OK: 217 MiB in 51 packages 16:01:25 Removing intermediate container 4f478e54ee03 16:01:25 ---> 7fae61753d93 16:01:25 Step 6/30 : COPY go.mod . 16:01:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:01:25 ---> 3646bd326aa9 16:01:25 Step 3/23 : WORKDIR /edgex-go 16:01:25 ---> Using cache 16:01:25 ---> d8965b1aace4 16:01:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:25 ---> Using cache 16:01:25 ---> 655fac436917 16:01:25 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:01:26 ---> Running in 3f1f94ebdc2d 16:01:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:01:26 ---> 3646bd326aa9 16:01:26 Step 3/23 : WORKDIR /edgex-go 16:01:26 ---> Using cache 16:01:26 ---> d8965b1aace4 16:01:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:26 ---> Using cache 16:01:26 ---> 655fac436917 16:01:26 Step 5/23 : RUN apk add --update --no-cache make git 16:01:26 ---> Using cache 16:01:26 ---> 7fae61753d93 16:01:26 Step 6/23 : COPY go.mod . 16:01:26 Removing intermediate container 38cfa1ce48cc 16:01:26 ---> 1eb6ab514f80 16:01:26 Step 6/26 : COPY go.mod . 16:01:26 ---> 0fc8a3c5daee 16:01:26 Step 7/30 : RUN go mod download 16:01:26 ---> Running in af1f79affdf2 16:01:26 ---> cabdabe8ea08 16:01:26 Step 7/23 : RUN go mod download 16:01:27 ---> 3ce6b2391e3d 16:01:27 Step 7/26 : RUN go mod download 16:01:27 ---> Running in 0e4d4be9906f 16:01:27 ---> Running in 676de89b6143 16:01:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:01:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:01:29 OK: 217 MiB in 51 packages 16:01:30 Removing intermediate container 3f1f94ebdc2d 16:01:30 ---> f18fdf5b099f 16:01:30 Step 6/23 : COPY go.mod . 16:01:30 Removing intermediate container af1f79affdf2 16:01:30 ---> 14a6fc19b75b 16:01:30 Step 8/30 : COPY . . 16:01:31 Removing intermediate container 0e4d4be9906f 16:01:31 ---> f9bf3af8ea41 16:01:31 Step 8/23 : COPY . . 16:01:31 Removing intermediate container 676de89b6143 16:01:31 ---> bc7de4c0c9a2 16:01:31 Step 8/26 : COPY . . 16:01:31 ---> 48310f618e8b 16:01:31 Step 7/23 : RUN go mod download 16:01:31 ---> Running in 6c999b03d0fc 16:01:39 Removing intermediate container 6c999b03d0fc 16:01:39 ---> b0395faba767 16:01:39 Step 8/23 : COPY . . 16:01:52 ---> b08513aaefe4 16:01:52 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:01:52 ---> Running in 3a8b9bc8d3f8 16:01:52 ---> cb7c9f012dd2 16:01:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:01:52 ---> 6ea8ebd16e59 16:01:52 Step 9/23 : RUN make cmd/core-command/core-command 16:01:53 ---> Running in 1730236dd4e2 16:01:53 ---> Running in 9678b71bfc2f 16:01:53 ---> e9c1f3bc65b6 16:01:53 Step 9/23 : RUN make cmd/core-data/core-data 16:01:54 ---> Running in ad038da9de12 16:01:54 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 16:01:55 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 16:01:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:01:56 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 16:03:18 Removing intermediate container 3a8b9bc8d3f8 16:03:18 ---> 8d4b867de4b0 16:03:18 16:03:18 Step 10/30 : FROM alpine:3.12 16:03:18 ---> afeebe901d6b 16:03:18 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:03:18 ---> Running in 6f2f51cd0299 16:03:18 Removing intermediate container 6f2f51cd0299 16:03:18 ---> aa3069b49ffc 16:03:18 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 16:03:18 ---> Running in 1b2a99ec70fd 16:03:18 Removing intermediate container 1730236dd4e2 16:03:18 ---> e5a808a09577 16:03:18 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:03:18 ---> Running in aace05f5471a 16:03:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:03:18 (1/2) Installing dumb-init (1.2.2-r1) 16:03:18 (2/2) Installing su-exec (0.2-r1) 16:03:18 Executing busybox-1.31.1-r19.trigger 16:03:18 OK: 5 MiB in 16 packages 16:03:18 Removing intermediate container 1b2a99ec70fd 16:03:18 ---> 00e5956edfce 16:03:18 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 16:03:18 ---> Running in 28c7b1142402 16:03:18 Removing intermediate container 28c7b1142402 16:03:18 ---> f580a2edc0a5 16:03:18 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:03:18 ---> Running in f2271f2ab190 16:03:19 Removing intermediate container f2271f2ab190 16:03:19 ---> 84947b7cf0ed 16:03:19 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:03:20 ---> Running in baae644e35db 16:03:20 Removing intermediate container aace05f5471a 16:03:20 ---> bc35ddd81d8e 16:03:20 16:03:20 Step 11/26 : FROM docker:20.10.0 16:03:20 20.10.0: Pulling from library/docker 16:03:21 Removing intermediate container 9678b71bfc2f 16:03:21 ---> 14f475bafaaa 16:03:21 16:03:21 Step 10/23 : FROM alpine:3.12 16:03:21 ---> afeebe901d6b 16:03:21 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:03:21 ---> Using cache 16:03:21 ---> aa143eefc749 16:03:21 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:03:21 ---> Using cache 16:03:21 ---> 4e82adfcef19 16:03:21 Step 13/23 : ENV APP_PORT=48082 16:03:21 ---> Running in 18f1f51643b6 16:03:23 Removing intermediate container 18f1f51643b6 16:03:23 ---> 13041e5e0725 16:03:23 Step 14/23 : EXPOSE $APP_PORT 16:03:23 ---> Running in 78e2c9d5490d 16:03:25 Removing intermediate container baae644e35db 16:03:25 ---> 0c580e272501 16:03:25 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 16:03:25 Removing intermediate container 78e2c9d5490d 16:03:25 ---> 573631e028f6 16:03:25 Step 15/23 : WORKDIR / 16:03:25 ---> Running in 5aaca4f57684 16:03:25 ---> Running in 7d5d00d68d44 16:03:27 Removing intermediate container 5aaca4f57684 16:03:27 ---> 21a43df511a9 16:03:27 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:03:27 Removing intermediate container 7d5d00d68d44 16:03:27 ---> 12eff2cacce5 16:03:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:29 ---> 5e78bd1f991f 16:03:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:03:29 ---> 49459d2b9b0d 16:03:29 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:03:29 ---> Running in d89aae28dc7f 16:03:32 ---> 2de9c28a8907 16:03:32 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:03:33 ---> baccbab3b77a 16:03:33 Step 19/23 : ENTRYPOINT ["/core-command"] 16:03:33 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:03:33 Status: Downloaded newer image for docker:20.10.0 16:03:33 ---> eeaf43b92773 16:03:33 Step 12/26 : RUN apk add --no-cache bash 16:03:33 Removing intermediate container d89aae28dc7f 16:03:33 ---> 65581afd859c 16:03:33 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:33 ---> Running in 0a28ba43bfd2 16:03:33 ---> Running in f7d59c88e8cc 16:03:34 Removing intermediate container 0a28ba43bfd2 16:03:34 ---> 6a3892ec5a81 16:03:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:34 ---> Running in 39220699db9a 16:03:34 ---> 49fb6104946f 16:03:34 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:03:35 Removing intermediate container ad038da9de12 16:03:35 ---> da6fe4e18e3a 16:03:35 16:03:35 Step 10/23 : FROM alpine:3.12 16:03:35 ---> afeebe901d6b 16:03:35 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:03:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:35 Removing intermediate container 39220699db9a 16:03:35 ---> a426b4dbed0f 16:03:35 Step 21/23 : LABEL arch=arm64 16:03:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:35 ---> Running in 31df16db646c 16:03:35 ---> Running in 5ed218fb8b4f 16:03:36 (1/2) Installing readline (8.0.4-r0) 16:03:36 (2/2) Installing bash (5.0.17-r0) 16:03:36 Executing bash-5.0.17-r0.post-install 16:03:36 Executing busybox-1.31.1-r19.trigger 16:03:36 OK: 12 MiB in 22 packages 16:03:36 Removing intermediate container 31df16db646c 16:03:36 ---> 73a40c10173b 16:03:36 Step 12/23 : ENV APP_PORT=48080 16:03:36 Removing intermediate container 5ed218fb8b4f 16:03:36 ---> b32ec2d97615 16:03:36 Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:03:36 ---> b07475ed5ae8 16:03:36 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:03:36 ---> Running in ba45070cc510 16:03:36 ---> Running in 64be821db4c5 16:03:37 Removing intermediate container ba45070cc510 16:03:37 ---> 531c3dea0f75 16:03:37 Step 13/23 : EXPOSE $APP_PORT 16:03:37 Removing intermediate container 64be821db4c5 16:03:37 ---> 4e7e2334e92e 16:03:37 Step 23/23 : LABEL version=0.0.0 16:03:37 ---> Running in 4e40934434e7 16:03:37 ---> Running in 194e7401f15b 16:03:37 ---> a021b284e94c 16:03:37 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:03:37 Removing intermediate container f7d59c88e8cc 16:03:37 ---> d2ba971a436a 16:03:37 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:03:37 ---> Running in 0c40002060bb 16:03:38 Removing intermediate container 4e40934434e7 16:03:38 ---> 7fd3eb6cafba 16:03:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:03:38 Removing intermediate container 194e7401f15b 16:03:38 ---> 15cb613e7ec6 16:03:38 16:03:38 ---> Running in a65287c7e814 16:03:38 Removing intermediate container 0c40002060bb 16:03:38 ---> 5e73cb7e7e8c 16:03:38 Step 14/26 : ENV APP_PORT=48090 16:03:38 Successfully built 15cb613e7ec6 16:03:38 Successfully tagged docker-core-command-go-arm64:latest 16:03:38  Building docker-core-command-go ... done  ---> Running in 57f4af6e80ea 16:03:38 ---> c8c957541c93 16:03:38 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 16:03:39 ---> Running in 20b5e10a1244 16:03:39 Removing intermediate container 57f4af6e80ea 16:03:39 ---> c42913bad842 16:03:39 Step 15/26 : EXPOSE $APP_PORT 16:03:39 ---> Running in ee87efbd95ac 16:03:39 Removing intermediate container 20b5e10a1244 16:03:39 ---> d1c29ed5af40 16:03:39 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:03:40 Removing intermediate container ee87efbd95ac 16:03:40 ---> c324550c1b97 16:03:40 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:03:40 Removing intermediate container a65287c7e814 16:03:40 ---> 38502595688c 16:03:40 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:03:40 ---> bd741771564f 16:03:40 Step 25/30 : RUN chmod +x /entrypoint.sh 16:03:40 ---> Running in fe1da4a0a1b5 16:03:41 ---> Running in 1a387cd3938d 16:03:41 ---> 33cc3813745f 16:03:41 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:03:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:42 ---> daf0db789be0 16:03:42 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:03:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:43 ---> 928aaa6e1016 16:03:43 Step 19/26 : RUN apk --no-cache add py3-pip 16:03:43 ---> Running in 252038b93258 16:03:43 (1/6) Installing dumb-init (1.2.2-r1) 16:03:44 Removing intermediate container 1a387cd3938d 16:03:44 ---> 81be06e711ae 16:03:44 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 16:03:44 (2/6) Installing libgcc (9.3.0-r2) 16:03:44 (3/6) Installing libsodium (1.0.18-r0) 16:03:44 (4/6) Installing libstdc++ (9.3.0-r2) 16:03:44 ---> Running in 63a5f050bb8b 16:03:44 (5/6) Installing libzmq (4.3.3-r0) 16:03:44 (6/6) Installing zeromq (4.3.3-r0) 16:03:44 Executing busybox-1.31.1-r19.trigger 16:03:44 OK: 8 MiB in 20 packages 16:03:44 Removing intermediate container 63a5f050bb8b 16:03:44 ---> d70932a970ae 16:03:44 Step 27/30 : CMD ["gate"] 16:03:45 ---> Running in 6ebd1c142fe2 16:03:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:03:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:03:45 Removing intermediate container 6ebd1c142fe2 16:03:45 ---> 5e7bc6158fac 16:03:45 Step 28/30 : LABEL arch=arm64 16:03:45 (1/33) Installing libbz2 (1.0.8-r1) 16:03:45 (2/33) Installing expat (2.2.9-r1) 16:03:45 (3/33) Installing libffi (3.3-r2) 16:03:45 (4/33) Installing gdbm (1.13-r1) 16:03:45 (5/33) Installing xz-libs (5.2.5-r0) 16:03:45 (6/33) Installing sqlite-libs (3.32.1-r0) 16:03:45 (7/33) Installing python3 (3.8.5-r0) 16:03:45 ---> Running in fa9e82cb133b 16:03:45 Removing intermediate container fe1da4a0a1b5 16:03:45 ---> bcd103868945 16:03:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:47 Removing intermediate container fa9e82cb133b 16:03:47 ---> bd370ad6e87f 16:03:47 Step 29/30 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:03:47 ---> fa2346f7cc36 16:03:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:03:47 ---> Running in ef14f671bc49 16:03:47 (8/33) Installing py3-appdirs (1.4.4-r1) 16:03:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:03:47 (10/33) Installing py3-parsing (2.4.7-r0) 16:03:47 (11/33) Installing py3-six (1.15.0-r0) 16:03:47 (12/33) Installing py3-packaging (20.4-r0) 16:03:47 (13/33) Installing py3-setuptools (47.0.0-r0) 16:03:48 (14/33) Installing py3-chardet (3.0.4-r4) 16:03:48 (15/33) Installing py3-idna (2.9-r0) 16:03:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:03:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:03:48 (18/33) Installing py3-requests (2.23.0-r0) 16:03:48 (19/33) Installing py3-msgpack (1.0.0-r0) 16:03:48 (20/33) Installing py3-lockfile (0.12.2-r3) 16:03:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:03:48 (22/33) Installing py3-colorama (0.4.3-r0) 16:03:48 (23/33) Installing py3-distlib (0.3.0-r0) 16:03:48 (24/33) Installing py3-distro (1.5.0-r1) 16:03:48 (25/33) Installing py3-webencodings (0.5.1-r3) 16:03:48 (26/33) Installing py3-html5lib (1.0.1-r4) 16:03:48 (27/33) Installing py3-pytoml (0.1.21-r0) 16:03:48 (28/33) Installing py3-pep517 (0.8.2-r0) 16:03:48 (29/33) Installing py3-progress (1.5-r0) 16:03:48 (30/33) Installing py3-toml (0.10.1-r0) 16:03:48 (31/33) Installing py3-retrying (1.3.3-r0) 16:03:48 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:03:48 Removing intermediate container ef14f671bc49 16:03:48 ---> 24a46920b9a3 16:03:48 Step 30/30 : LABEL version=0.0.0 16:03:48 (33/33) Installing py3-pip (20.1.1-r0) 16:03:48 Executing busybox-1.31.1-r19.trigger 16:03:48 OK: 71 MiB in 55 packages 16:03:49 ---> Running in c6432d641560 16:03:49 ---> a349dee588e8 16:03:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:03:49 Removing intermediate container c6432d641560 16:03:49 ---> c418c0c1ec71 16:03:49 16:03:50 ---> c1e6512b0b02 16:03:50 Step 19/23 : ENTRYPOINT ["/core-data"] 16:03:50 Successfully built c418c0c1ec71 16:03:50 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:03:50  Building docker-security-bootstrapper-go ... done  ---> Running in 5018db77ed29 16:03:51 Removing intermediate container 5018db77ed29 16:03:51 ---> 7a5c7202955c 16:03:51 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:51 ---> Running in fa8e5b686306 16:03:51 Removing intermediate container fa8e5b686306 16:03:51 ---> f3287d2304c2 16:03:51 Step 21/23 : LABEL arch=arm64 16:03:52 ---> Running in 2310bebf68fe 16:03:52 Removing intermediate container 2310bebf68fe 16:03:52 ---> 2bc2d4e53951 16:03:52 Step 22/23 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:03:52 ---> Running in ffdd5d143fca 16:03:53 Removing intermediate container ffdd5d143fca 16:03:53 ---> 780cd0ec42e8 16:03:53 Step 23/23 : LABEL version=0.0.0 16:03:53 ---> Running in b00f6df4e15e 16:03:54 Removing intermediate container b00f6df4e15e 16:03:54 ---> c43a8f5dd575 16:03:54 16:03:54 Successfully built c43a8f5dd575 16:03:54 Successfully tagged docker-core-data-go-arm64:latest 16:03:54  Building docker-core-data-go ... done Removing intermediate container 252038b93258 16:03:54 ---> 5aaa301e4f91 16:03:54 Step 20/26 : RUN pip install docker-compose==1.23.2 16:03:55 ---> Running in c6c7d174c923 16:03:59 Collecting docker-compose==1.23.2 16:03:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:03:59 Collecting docopt<0.7,>=0.6.1 16:03:59 Downloading docopt-0.6.2.tar.gz (25 kB) 16:04:01 Collecting websocket-client<1.0,>=0.32.0 16:04:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:04:03 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:04:03 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:04:03 Collecting PyYAML<4,>=3.10 16:04:03 Downloading PyYAML-3.13.tar.gz (270 kB) 16:04:07 Collecting dockerpty<0.5,>=0.4.1 16:04:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:04:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:04:08 Collecting jsonschema<3,>=2.5.1 16:04:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:04:09 Collecting cached-property<2,>=1.2.0 16:04:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:04:09 Collecting texttable<0.10,>=0.9.0 16:04:09 Downloading texttable-0.9.1.tar.gz (11 kB) 16:04:11 Collecting docker<4.0,>=3.6.0 16:04:11 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:04:11 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) 16:04:12 Collecting urllib3<1.25,>=1.21.1 16:04:12 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:04:12 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) 16:04:12 Collecting idna<2.8,>=2.5 16:04:12 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:04:13 Collecting docker-pycreds>=0.4.0 16:04:13 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:04:13 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:04:13 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:04:13 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:04:13 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:04:13 Installing collected packages: docopt, websocket-client, urllib3, idna, requests, PyYAML, dockerpty, jsonschema, cached-property, texttable, docker-pycreds, docker, docker-compose 16:04:13 Running setup.py install for docopt: started 16:04:15 Running setup.py install for docopt: finished with status 'done' 16:04:15 Attempting uninstall: urllib3 16:04:15 Found existing installation: urllib3 1.25.9 16:04:15 Uninstalling urllib3-1.25.9: 16:04:16 Successfully uninstalled urllib3-1.25.9 16:04:16 Attempting uninstall: idna 16:04:16 Found existing installation: idna 2.9 16:04:16 Uninstalling idna-2.9: 16:04:16 Successfully uninstalled idna-2.9 16:04:17 Attempting uninstall: requests 16:04:17 Found existing installation: requests 2.23.0 16:04:17 Uninstalling requests-2.23.0: 16:04:17 Successfully uninstalled requests-2.23.0 16:04:17 Running setup.py install for PyYAML: started 16:04:19 Running setup.py install for PyYAML: finished with status 'done' 16:04:19 Running setup.py install for dockerpty: started 16:04:21 Running setup.py install for dockerpty: finished with status 'done' 16:04:21 Running setup.py install for texttable: started 16:04:23 Running setup.py install for texttable: finished with status 'done' 16:04:25 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:04:28 Removing intermediate container c6c7d174c923 16:04:28 ---> 656517532045 16:04:28 Step 21/26 : RUN apk --no-cache add curl 16:04:28 ---> Running in 651202a524ca 16:04:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:04:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:04:30 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:04:30 (2/3) Installing libcurl (7.69.1-r3) 16:04:30 (3/3) Installing curl (7.69.1-r3) 16:04:30 Executing busybox-1.31.1-r19.trigger 16:04:30 OK: 71 MiB in 58 packages 16:04:31 Removing intermediate container 651202a524ca 16:04:31 ---> 82cd88362b6e 16:04:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:04:31 ---> Running in 205cab237fd4 16:04:32 Removing intermediate container 205cab237fd4 16:04:32 ---> f24479b0d655 16:04:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:04:32 ---> Running in bd280e2e6e8a 16:04:32 Removing intermediate container bd280e2e6e8a 16:04:32 ---> 5757d5b75c96 16:04:32 Step 24/26 : LABEL arch=arm64 16:04:32 ---> Running in a3518550f7ad 16:04:33 Removing intermediate container a3518550f7ad 16:04:33 ---> 43b8bd0329bc 16:04:33 Step 25/26 : LABEL git_sha=605fd88f14d99378eb8f2fbaf7e01ac473007120 16:04:33 ---> Running in d3c25744117d 16:04:34 Removing intermediate container d3c25744117d 16:04:34 ---> d7bce01bf291 16:04:34 Step 26/26 : LABEL version=0.0.0 16:04:34 ---> Running in 76b59d2570dd 16:04:34 Removing intermediate container 76b59d2570dd 16:04:34 ---> b5e755901f1e 16:04:34 16:04:35 Successfully built b5e755901f1e 16:04:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:04:35  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:04:35 $ docker stop --time=1 e28856f81ae5131c3ac6d868803a8a05f114d7b3e5ed27f25feee2d670dde74b 16:04:37 $ docker rm -f e28856f81ae5131c3ac6d868803a8a05f114d7b3e5ed27f25feee2d670dde74b [Pipeline] // withDockerContainer [Pipeline] sh 16:04:37 + grep docker 16:04:37 + docker images 16:04:38 docker-sys-mgmt-agent-go-arm64 latest b5e755901f1e 3 seconds ago 300MB 16:04:38 docker-core-data-go-arm64 latest c43a8f5dd575 44 seconds ago 21MB 16:04:38 docker-security-bootstrapper-go-arm64 latest c418c0c1ec71 48 seconds ago 17MB 16:04:38 docker-core-command-go-arm64 latest 15cb613e7ec6 About a minute ago 16MB 16:04:38 docker-core-metadata-go-arm64 latest 1c004561ecef 3 minutes ago 17.8MB 16:04:38 docker-support-notifications-go-arm64 latest 22e0fff433d7 4 minutes ago 16.7MB 16:04:38 docker-support-scheduler-go-arm64 latest a21d13f38eee 4 minutes ago 16.1MB 16:04:38 docker-security-secretstore-setup-go-arm64 latest 69bfbdea14cd 4 minutes ago 23.4MB 16:04:38 docker-security-proxy-setup-go-arm64 latest b93fe722994b 4 minutes ago 23.2MB 16:04:38 docker 20.10.0 eeaf43b92773 2 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 [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 16:04:40 provisioning config files... 16:04:40 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config5408830844716388617tmp [Pipeline] { [Pipeline] sh 16:04:40 + set +x 16:04:40 + curl -s https://codecov.io/bash 16:04:40 + bash -s -- 16:04:41 16:04:41 _____ _ 16:04:41 / ____| | | 16:04:41 | | ___ __| | ___ ___ _____ __ 16:04:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:04:41 | |___| (_) | (_| | __/ (_| (_) \ V / 16:04:41 \_____\___/ \__,_|\___|\___\___/ \_/ 16:04:41 Bash-20210129-7c25fce 16:04:41 16:04:41 16:04:41 ==> git version 2.24.3 found 16:04:41 ==> 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 16:04:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:04:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:04:41 ==> Jenkins CI detected. 16:04:41 project root: . 16:04:41 --> token set from env 16:04:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:04:41 ==> Running gcov in . (disable via -X gcov) 16:04:41 ==> Python coveragepy not found 16:04:41 ==> Searching for coverage reports in: 16:04:41 + . 16:04:41 -> Found 1 reports 16:04:41 ==> Detecting git/mercurial file structure 16:04:41 ==> Reading reports 16:04:41 + ./coverage.out bytes=596907 16:04:41 ==> Appending adjustments 16:04:41 https://docs.codecov.io/docs/fixing-reports 16:04:45 + Found adjustments 16:04:45 ==> Gzipping contents 16:04:45 88K /tmp/codecov.RgXUvy.gz 16:04:45 ==> Uploading reports 16:04:45 url: https://codecov.io 16:04:45 query: branch=PR-3175&commit=605fd88f14d99378eb8f2fbaf7e01ac473007120&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3175%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3175&job=&cmd_args= 16:04:45 -> Pinging Codecov 16:04:45 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3175&commit=605fd88f14d99378eb8f2fbaf7e01ac473007120&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3175%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3175&job=&cmd_args= 16:04:45 -> Uploading to 16:04:45 https://storage.googleapis.com/codecov/v4/raw/2021-02-17/00271124DB129430A58F1EEE437C3FCB/605fd88f14d99378eb8f2fbaf7e01ac473007120/fecd6ec3-ead3-4050-9a62-e380c6ad4339.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210217T160445Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=81db180030cc3be0f4a0ae6af2881594cf5511320e9f9e9d735cfc5c5ac931c5 16:04:45 % Total % Received % Xferd Average Speed Time Time Time Current 16:04:45 Dload Upload Total Spent Left Speed 16:04:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89658 0 0 100 89658 0 154k --:--:-- --:--:-- --:--:-- 154k 16:04:46 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/605fd88f14d99378eb8f2fbaf7e01ac473007120 [Pipeline] } 16:04:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 16:04:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:04:49 ---> package-listing.sh 16:04:49 ++ facter osfamily 16:04:49 ++ tr '[:upper:]' '[:lower:]' 16:04:49 + OS_FAMILY=redhat 16:04:49 + workspace=/w/workspace/edgex-go/2 16:04:49 + START_PACKAGES=/tmp/packages_start.txt 16:04:49 + END_PACKAGES=/tmp/packages_end.txt 16:04:49 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:04:49 + PACKAGES=/tmp/packages_start.txt 16:04:49 + '[' /w/workspace/edgex-go/2 ']' 16:04:49 + PACKAGES=/tmp/packages_end.txt 16:04:49 + case "${OS_FAMILY}" in 16:04:49 + rpm -qa 16:04:49 + sort 16:04:55 + '[' -f /tmp/packages_start.txt ']' 16:04:55 + '[' -f /tmp/packages_end.txt ']' 16:04:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:04:55 + '[' /w/workspace/edgex-go/2 ']' 16:04:55 + mkdir -p /w/workspace/edgex-go/2/archives/ 16:04:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 16:04:55 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:04:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:04:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:55 16:04:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:04:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:04:56 alpine: Pulling from edgex-lftools-log-publisher 16:04:56 df20fa9351a1: Pulling fs layer 16:04:56 36b3adc4ff6f: Pulling fs layer 16:04:56 8ad3a11d3b57: Pulling fs layer 16:04:56 46f8f816bc3b: Pulling fs layer 16:04:56 93b61091891f: Pulling fs layer 16:04:56 93b9cdb0e59b: Pulling fs layer 16:04:56 5e14af77c1be: Pulling fs layer 16:04:56 01666e4c0597: Pulling fs layer 16:04:56 aa168da1d23b: Pulling fs layer 16:04:56 5e14af77c1be: Waiting 16:04:56 46f8f816bc3b: Waiting 16:04:56 01666e4c0597: Waiting 16:04:56 aa168da1d23b: Waiting 16:04:56 93b61091891f: Waiting 16:04:56 93b9cdb0e59b: Waiting 16:04:56 36b3adc4ff6f: Verifying Checksum 16:04:56 36b3adc4ff6f: Download complete 16:04:56 46f8f816bc3b: Verifying Checksum 16:04:56 46f8f816bc3b: Download complete 16:04:56 df20fa9351a1: Verifying Checksum 16:04:56 df20fa9351a1: Download complete 16:04:56 93b9cdb0e59b: Verifying Checksum 16:04:56 93b9cdb0e59b: Download complete 16:04:56 93b61091891f: Verifying Checksum 16:04:56 93b61091891f: Download complete 16:04:56 5e14af77c1be: Verifying Checksum 16:04:56 5e14af77c1be: Download complete 16:04:56 01666e4c0597: Verifying Checksum 16:04:56 01666e4c0597: Download complete 16:04:56 8ad3a11d3b57: Verifying Checksum 16:04:56 8ad3a11d3b57: Download complete 16:04:56 df20fa9351a1: Pull complete 16:04:56 36b3adc4ff6f: Pull complete 16:04:57 8ad3a11d3b57: Pull complete 16:04:57 46f8f816bc3b: Pull complete 16:04:59 aa168da1d23b: Verifying Checksum 16:04:59 aa168da1d23b: Download complete 16:05:00 93b61091891f: Pull complete 16:05:00 93b9cdb0e59b: Pull complete 16:05:01 5e14af77c1be: Pull complete 16:05:01 01666e4c0597: Pull complete 16:05:07 aa168da1d23b: Pull complete 16:05:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:05:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:05:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:05:08 prd-centos7-docker-4c-2g-26677 does not seem to be running inside a container 16:05:08 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:05:20 $ docker top d6e4a074699d33a97bfcfdd4d7b0089ceacf2cb331161cb66cdb9918b57347ee -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:21 + touch /tmp/pre-build-complete [Pipeline] sh 16:05:21 + mkdir -p /var/log/sa [Pipeline] sh 16:05:21 + ls /var/log/sa-host 16:05:21 + sadf -c /var/log/sa-host/sa17 16:05:21 file_magic: OK 16:05:21 HZ: Using current value: 100 16:05:21 file_header: OK 16:05:21 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 16:05:21 Statistics: 16:05:21 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... 16:05:21 File successfully converted to sysstat format version 12.2.1 16:05:21 + sadf -c /var/log/sa-host/sa23 16:05:21 file_magic: OK 16:05:21 HZ: Using current value: 100 16:05:21 file_header: OK 16:05:21 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 16:05:21 Statistics: 16:05:21 Hnuu...uuuununununu... 16:05:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:22 provisioning config files... 16:05:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config9072757057271797061tmp [Pipeline] { [Pipeline] echo 16:05:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:05:22 ---> create-netrc.sh [Pipeline] } 16:05:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:05:23 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:05:23 ---> python-tools-install.sh [Pipeline] echo 16:05:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:05:23 ---> sudo-logs.sh 16:05:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:05:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:05:24 ---> job-cost.sh 16:05:24 lf-activate-venv: SKIPPING 16:05:24 INFO: No Stack... 16:05:25 INFO: Retrieving Pricing Info for: v1-standard-2 16:05:25 INFO: Archiving Costs [Pipeline] echo 16:05:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:05:26 ---> logs-deploy.sh 16:05:26 lf-activate-venv: SKIPPING 16:05:26 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3175/2 16:05:26 INFO: archiving workspace using pattern(s): 16:05:27 Archives upload complete. 16:05:27 INFO: archiving logs to Nexus 16:05:29 ---> uname -a: 16:05:29 Linux prd-centos7-docker-4c-2g-26677.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:05:29 16:05:29 16:05:29 ---> lscpu: 16:05:29 Architecture: x86_64 16:05:29 CPU op-mode(s): 32-bit, 64-bit 16:05:29 Byte Order: Little Endian 16:05:29 Address sizes: 40 bits physical, 48 bits virtual 16:05:29 CPU(s): 4 16:05:29 On-line CPU(s) list: 0-3 16:05:29 Thread(s) per core: 1 16:05:29 Core(s) per socket: 1 16:05:29 Socket(s): 4 16:05:29 NUMA node(s): 1 16:05:29 Vendor ID: GenuineIntel 16:05:29 CPU family: 6 16:05:29 Model: 44 16:05:29 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:05:29 Stepping: 1 16:05:29 CPU MHz: 2933.442 16:05:29 BogoMIPS: 5866.88 16:05:29 Virtualization: VT-x 16:05:29 Hypervisor vendor: KVM 16:05:29 Virtualization type: full 16:05:29 L1d cache: 128 KiB 16:05:29 L1i cache: 128 KiB 16:05:29 L2 cache: 16 MiB 16:05:29 L3 cache: 64 MiB 16:05:29 NUMA node0 CPU(s): 0-3 16:05:29 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:05:29 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:05:29 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:05:29 Vulnerability Meltdown: Mitigation; PTI 16:05:29 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:05:29 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:05:29 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:05:29 Vulnerability Srbds: Not affected 16:05:29 Vulnerability Tsx async abort: Not affected 16:05:29 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 16:05:29 16:05:29 16:05:29 ---> nproc: 16:05:29 4 16:05:29 16:05:29 16:05:29 ---> df -h: 16:05:29 Filesystem Size Used Available Use% Mounted on 16:05:29 overlay 50.0G 11.7G 38.3G 23% / 16:05:29 tmpfs 64.0M 0 64.0M 0% /dev 16:05:29 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:05:29 shm 64.0M 0 64.0M 0% /dev/shm 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2 16:05:29 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/2@tmp 16:05:29 16:05:29 16:05:29 ---> free -m: 16:05:29 total used free shared buff/cache available 16:05:29 Mem: 1837 705 129 0 1002 1047 16:05:29 Swap: 1023 37 986 16:05:29 16:05:29 16:05:29 ---> ip addr: 16:05:29 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:05:29 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:05:29 inet 127.0.0.1/8 scope host lo 16:05:29 valid_lft forever preferred_lft forever 16:05:29 inet6 ::1/128 scope host 16:05:29 valid_lft forever preferred_lft forever 16:05:29 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:05:29 link/ether fa:16:3e:b9:36:3e brd ff:ff:ff:ff:ff:ff 16:05:29 inet 10.30.123.54/23 brd 10.30.123.255 scope global dynamic eth0 16:05:29 valid_lft 85165sec preferred_lft 85165sec 16:05:29 inet6 fe80::f816:3eff:feb9:363e/64 scope link 16:05:29 valid_lft forever preferred_lft forever 16:05:29 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:05:29 link/ether 02:42:43:95:7b:92 brd ff:ff:ff:ff:ff:ff 16:05:29 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:05:29 valid_lft forever preferred_lft forever 16:05:29 inet6 fe80::42:43ff:fe95:7b92/64 scope link 16:05:29 valid_lft forever preferred_lft forever 16:05:29 16:05:29 16:05:29 ---> sar -b -r -n DEV: 16:05:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/17/21 _x86_64_ (4 CPU) 16:05:29 16:05:29 15:44:43 LINUX RESTART (4 CPU) 16:05:29 16:05:29 15:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:05:29 15:46:02 158.52 71.68 86.84 0.00 7869.18 43629.55 0.00 16:05:29 15:47:01 215.45 84.81 130.64 0.00 7051.26 50957.54 0.00 16:05:29 15:48:01 237.70 86.27 151.43 0.00 3070.48 19667.59 0.00 16:05:29 15:49:01 136.39 59.90 76.49 0.00 2169.64 7933.80 0.00 16:05:29 15:50:01 136.60 38.01 98.59 0.00 2525.41 24161.57 0.00 16:05:29 15:51:03 1429.82 1098.46 331.36 0.00 154589.76 207314.97 0.00 16:05:29 15:52:02 1371.69 1141.07 230.62 0.00 85236.87 94504.40 0.00 16:05:29 15:53:01 1021.40 679.48 341.92 0.00 82258.93 148058.26 0.00 16:05:29 15:54:01 897.87 591.78 306.10 0.00 48992.03 56986.73 0.00 16:05:29 15:55:01 80.21 15.63 64.58 0.00 3190.15 9496.74 0.00 16:05:29 15:56:01 1.56 0.02 1.54 0.00 0.54 27.06 0.00 16:05:29 15:57:01 1.55 1.30 0.25 0.00 100.05 2.73 0.00 16:05:29 15:58:01 0.20 0.00 0.20 0.00 0.00 1.80 0.00 16:05:29 15:59:01 0.32 0.03 0.28 0.00 0.80 3.00 0.00 16:05:29 16:00:01 2.01 1.80 0.22 0.00 59.68 2.36 0.00 16:05:29 16:01:01 0.93 0.10 0.83 0.00 2.80 15.70 0.00 16:05:29 16:02:01 0.72 0.33 0.38 0.00 22.50 5.91 0.00 16:05:29 16:03:01 0.27 0.02 0.25 0.00 0.53 2.63 0.00 16:05:29 16:04:01 0.22 0.00 0.22 0.00 0.00 2.08 0.00 16:05:29 16:05:02 88.13 65.67 22.46 0.00 5354.49 3708.66 0.00 16:05:29 Average: 289.58 197.14 92.43 0.00 20274.31 33507.28 0.00 16:05:29 16:05:29 15:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:05:29 15:46:02 89404 0 629732 33.47 2620 1159788 1273528 43.46 497880 1081336 0 16:05:29 15:47:01 157544 0 690552 36.70 1608 1031840 1526388 52.09 556376 925304 708 16:05:29 15:48:01 233628 0 739396 39.30 976 907544 1633864 55.76 606060 765328 41840 16:05:29 15:49:01 311604 0 746408 39.67 656 822876 1761664 60.12 586864 694872 69944 16:05:29 15:50:01 195724 0 707028 37.58 568 978224 1240328 42.33 555316 842392 52 16:05:29 15:51:03 84188 0 824812 43.84 0 972544 2342424 79.94 585384 992852 86584 16:05:29 15:52:02 251760 0 1012420 53.81 0 617364 3686048 125.80 683444 669164 53668 16:05:29 15:53:01 67072 0 828176 44.02 0 986296 2341232 79.90 532096 1062692 86856 16:05:29 15:54:01 175708 0 816124 43.38 0 889712 1878700 64.12 649936 794960 11772 16:05:29 15:55:01 342988 0 635912 33.80 0 902644 1202916 41.05 514652 776864 12 16:05:29 15:56:01 345744 0 633068 33.65 0 902732 1176332 40.15 513668 776076 8 16:05:29 15:57:01 343884 0 631916 33.58 0 905744 1172064 40.00 512816 778948 8 16:05:29 15:58:01 344380 0 631400 33.56 0 905764 1172064 40.00 512700 778956 8 16:05:29 15:59:01 344460 0 631324 33.55 0 905760 1172064 40.00 512840 778972 8 16:05:29 16:00:01 342764 0 631928 33.59 0 906852 1172064 40.00 513452 779312 20 16:05:29 16:01:01 341336 0 633352 33.66 0 906856 1174928 40.10 514420 779320 8 16:05:29 16:02:01 341532 0 632468 33.61 0 907544 1172608 40.02 513824 779892 12 16:05:29 16:03:01 341456 0 632552 33.62 0 907536 1172572 40.02 513944 779892 12 16:05:29 16:04:01 341464 0 632520 33.62 0 907560 1172572 40.02 513844 779908 8 16:05:29 16:05:02 78540 0 702664 37.35 0 1100340 1599724 54.60 599844 948980 65752 16:05:29 Average: 253759 0 701188 37.27 321 926276 1552204 52.97 549468 828301 20864 16:05:29 16:05:29 15:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:05:29 15:46:02 eth0 1052.10 674.14 3683.92 113.82 0.00 0.00 0.00 0.00 16:05:29 15:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:47:01 eth0 1168.79 1200.34 6007.39 122.44 0.00 0.00 0.00 0.00 16:05:29 15:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:47:01 veth20dcee9 11.76 11.79 1.10 12.04 0.00 0.00 0.00 0.00 16:05:29 15:47:01 docker0 946.49 859.09 76.46 3107.19 0.00 0.00 0.00 0.00 16:05:29 15:48:01 eth0 183.29 163.41 492.43 66.33 0.00 0.00 0.00 0.00 16:05:29 15:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:48:01 vethc4e4e93 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:05:29 15:48:01 docker0 127.76 132.40 10.07 459.59 0.00 0.00 0.00 0.00 16:05:29 15:49:01 eth0 30.06 19.30 19.43 43.20 0.00 0.00 0.00 0.00 16:05:29 15:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:49:01 vethc4e4e93 1.93 1.93 0.15 0.16 0.00 0.00 0.00 0.00 16:05:29 15:49:01 docker0 1.93 1.93 0.13 0.16 0.00 0.00 0.00 0.00 16:05:29 15:50:01 eth0 207.80 171.88 1705.73 66.19 0.00 0.00 0.00 0.00 16:05:29 15:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:50:01 veth2458fa5 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:51:03 eth0 51.81 28.89 163.32 11.20 0.00 0.00 0.00 0.00 16:05:29 15:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:51:03 veth2458fa5 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 16:05:29 15:51:03 docker0 16.98 28.82 0.97 144.46 0.00 0.00 0.00 0.00 16:05:29 15:52:02 vethc9d51ba 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:05:29 15:52:02 vethafd89c4 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:05:29 15:52:02 eth0 19.95 15.70 9.65 38.06 0.00 0.00 0.00 0.00 16:05:29 15:52:02 veth008f59c 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 16:05:29 15:53:01 eth0 230.04 149.77 1784.13 64.73 0.00 0.00 0.00 0.00 16:05:29 15:53:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:05:29 15:53:01 veth2458fa5 0.00 0.66 0.00 0.03 0.00 0.00 0.00 0.00 16:05:29 15:53:01 docker0 1130.49 1101.06 89.55 4182.96 0.00 0.00 0.00 0.00 16:05:29 15:54:01 veth87e676e 0.00 0.35 0.00 0.02 0.00 0.00 0.00 0.00 16:05:29 15:54:01 eth0 93.24 57.48 194.34 60.38 0.00 0.00 0.00 0.00 16:05:29 15:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:54:01 veth2458fa5 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 16:05:29 15:55:01 eth0 33.92 22.79 60.39 23.95 0.00 0.00 0.00 0.00 16:05:29 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:55:01 docker0 1141.36 1130.79 90.18 4341.54 0.00 0.00 0.00 0.00 16:05:29 15:56:01 eth0 10.58 10.18 1.34 20.01 0.00 0.00 0.00 0.00 16:05:29 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:57:01 eth0 0.13 0.08 0.01 0.03 0.00 0.00 0.00 0.00 16:05:29 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:05:29 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:59:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:05:29 15:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 15:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:05:29 16:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:01:01 eth0 0.18 0.15 0.08 0.07 0.00 0.00 0.00 0.00 16:05:29 16:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:02:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 16:05:29 16:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:03:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:04:01 eth0 0.45 0.07 0.02 0.01 0.00 0.00 0.00 0.00 16:05:29 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:05:02 eth0 182.33 155.15 2149.27 19.58 0.00 0.00 0.00 0.00 16:05:29 16:05:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 16:05:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 Average: eth0 162.59 132.73 810.35 32.38 0.00 0.00 0.00 0.00 16:05:29 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:05:29 Average: docker0 57.13 56.60 4.51 217.32 0.00 0.00 0.00 0.00 16:05:29 16:05:29 16:05:29 ---> sar -P ALL: 16:05:29 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/17/21 _x86_64_ (4 CPU) 16:05:29 16:05:29 15:44:43 LINUX RESTART (4 CPU) 16:05:29 16:05:29 15:45:01 CPU %user %nice %system %iowait %steal %idle 16:05:29 15:46:02 all 15.87 0.00 8.79 10.43 0.10 64.81 16:05:29 15:46:02 0 14.31 0.00 9.53 10.68 0.12 65.37 16:05:29 15:46:02 1 14.26 0.00 7.07 10.03 0.10 68.54 16:05:29 15:46:02 2 13.84 0.00 9.01 11.31 0.09 65.75 16:05:29 15:46:02 3 21.12 0.00 9.55 9.71 0.09 59.54 16:05:29 15:47:01 all 15.82 0.00 9.66 3.27 0.14 71.12 16:05:29 15:47:01 0 19.96 0.00 12.94 5.24 0.20 61.66 16:05:29 15:47:01 1 16.80 0.00 8.77 3.40 0.12 70.90 16:05:29 15:47:01 2 14.67 0.00 8.52 1.33 0.11 75.37 16:05:29 15:47:01 3 11.89 0.00 8.45 3.12 0.12 76.42 16:05:29 15:48:01 all 36.70 0.00 12.12 5.36 0.13 45.69 16:05:29 15:48:01 0 35.91 0.00 12.44 4.75 0.10 46.78 16:05:29 15:48:01 1 36.24 0.00 12.26 5.32 0.12 46.06 16:05:29 15:48:01 2 37.52 0.00 12.06 5.54 0.14 44.74 16:05:29 15:48:01 3 37.14 0.00 11.72 5.81 0.14 45.18 16:05:29 15:49:01 all 49.69 0.00 14.19 4.91 0.09 31.11 16:05:29 15:49:01 0 50.29 0.00 14.96 3.72 0.10 30.92 16:05:29 15:49:01 1 48.31 0.00 13.71 5.18 0.09 32.72 16:05:29 15:49:01 2 49.30 0.00 14.47 6.26 0.09 29.88 16:05:29 15:49:01 3 50.88 0.00 13.63 4.50 0.07 30.92 16:05:29 15:50:01 all 28.47 0.00 11.14 2.19 0.09 58.12 16:05:29 15:50:01 0 28.83 0.00 11.93 3.67 0.09 55.48 16:05:29 15:50:01 1 27.83 0.00 10.28 0.79 0.07 61.03 16:05:29 15:50:01 2 29.36 0.00 11.21 3.28 0.12 56.04 16:05:29 15:50:01 3 27.87 0.00 11.13 1.00 0.07 59.92 16:05:29 15:51:03 all 20.00 0.00 30.48 20.03 0.25 29.24 16:05:29 15:51:03 0 19.92 0.00 29.78 18.39 0.29 31.62 16:05:29 15:51:03 1 19.05 0.00 30.49 19.63 0.21 30.62 16:05:29 15:51:03 2 20.46 0.00 30.89 21.73 0.29 26.63 16:05:29 15:51:03 3 20.59 0.00 30.78 20.36 0.21 28.06 16:05:29 15:52:02 all 53.77 0.00 20.98 14.04 0.22 11.00 16:05:29 15:52:02 0 53.41 0.00 20.52 13.51 0.24 12.33 16:05:29 15:52:02 1 54.47 0.00 20.89 12.54 0.16 11.94 16:05:29 15:52:02 2 53.95 0.00 20.63 14.06 0.26 11.11 16:05:29 15:52:02 3 53.22 0.00 21.90 16.08 0.20 8.59 16:05:29 15:53:01 all 27.67 0.00 25.33 22.43 0.29 24.27 16:05:29 15:53:01 0 27.61 0.00 25.31 23.68 0.25 23.14 16:05:29 15:53:01 1 27.61 0.00 24.91 20.63 0.31 26.55 16:05:29 15:53:01 2 27.64 0.00 25.73 20.12 0.30 26.21 16:05:29 15:53:01 3 27.83 0.00 25.39 25.30 0.31 21.18 16:05:29 15:54:01 all 47.72 0.00 20.61 18.32 0.16 13.19 16:05:29 15:54:01 0 48.26 0.00 20.10 18.64 0.12 12.88 16:05:29 15:54:01 1 48.52 0.00 20.31 19.13 0.18 11.87 16:05:29 15:54:01 2 46.79 0.00 21.52 16.90 0.18 14.62 16:05:29 15:54:01 3 47.29 0.00 20.51 18.62 0.16 13.42 16:05:29 15:55:01 all 2.78 0.00 2.99 2.29 0.06 91.88 16:05:29 15:55:01 0 2.32 0.00 2.86 1.24 0.03 93.55 16:05:29 15:55:01 1 3.40 0.00 2.66 2.91 0.05 90.99 16:05:29 15:55:01 2 2.54 0.00 3.41 2.64 0.05 91.37 16:05:29 15:55:01 3 2.88 0.00 3.03 2.37 0.10 91.62 16:05:29 15:56:01 all 0.15 0.00 0.10 0.00 0.00 99.75 16:05:29 15:56:01 0 0.12 0.00 0.12 0.00 0.00 99.76 16:05:29 15:56:01 1 0.31 0.00 0.12 0.00 0.00 99.58 16:05:29 15:56:01 2 0.08 0.00 0.07 0.00 0.00 99.85 16:05:29 15:56:01 3 0.08 0.00 0.08 0.00 0.00 99.83 16:05:29 16:05:29 15:56:01 CPU %user %nice %system %iowait %steal %idle 16:05:29 15:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 16:05:29 15:57:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:05:29 15:57:01 1 0.53 0.00 0.02 0.00 0.00 99.45 16:05:29 15:57:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:05:29 15:57:01 3 0.02 0.00 0.00 0.00 0.00 99.98 16:05:29 15:58:01 all 0.14 0.00 0.02 0.00 0.00 99.83 16:05:29 15:58:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:05:29 15:58:01 1 0.50 0.00 0.02 0.00 0.00 99.48 16:05:29 15:58:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:05:29 15:58:01 3 0.02 0.00 0.05 0.00 0.02 99.92 16:05:29 15:59:01 all 0.15 0.00 0.04 0.00 0.00 99.81 16:05:29 15:59:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:05:29 15:59:01 1 0.52 0.00 0.03 0.00 0.00 99.45 16:05:29 15:59:01 2 0.05 0.00 0.07 0.00 0.00 99.88 16:05:29 15:59:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:05:29 16:00:01 all 0.15 0.00 0.06 0.02 0.01 99.76 16:05:29 16:00:01 0 0.00 0.00 0.03 0.00 0.00 99.97 16:05:29 16:00:01 1 0.53 0.00 0.05 0.02 0.02 99.38 16:05:29 16:00:01 2 0.03 0.00 0.07 0.00 0.02 99.88 16:05:29 16:00:01 3 0.02 0.00 0.08 0.08 0.00 99.82 16:05:29 16:01:01 all 0.18 0.00 0.04 0.00 0.00 99.78 16:05:29 16:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:05:29 16:01:01 1 0.55 0.00 0.05 0.00 0.00 99.40 16:05:29 16:01:01 2 0.05 0.00 0.03 0.00 0.00 99.92 16:05:29 16:01:01 3 0.07 0.00 0.03 0.00 0.00 99.90 16:05:29 16:02:01 all 0.15 0.00 0.04 0.01 0.00 99.80 16:05:29 16:02:01 0 0.02 0.00 0.03 0.02 0.00 99.93 16:05:29 16:02:01 1 0.50 0.00 0.03 0.03 0.00 99.43 16:05:29 16:02:01 2 0.02 0.00 0.03 0.00 0.00 99.95 16:05:29 16:02:01 3 0.05 0.00 0.07 0.00 0.00 99.88 16:05:29 16:03:01 all 0.05 0.00 0.04 0.00 0.00 99.91 16:05:29 16:03:01 0 0.05 0.00 0.02 0.00 0.00 99.93 16:05:29 16:03:01 1 0.12 0.00 0.10 0.00 0.00 99.78 16:05:29 16:03:01 2 0.03 0.00 0.02 0.00 0.00 99.95 16:05:29 16:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:05:29 16:04:01 all 0.07 0.00 0.03 0.00 0.00 99.90 16:05:29 16:04:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:05:29 16:04:01 1 0.23 0.00 0.05 0.00 0.02 99.70 16:05:29 16:04:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:05:29 16:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:05:29 16:05:02 all 3.74 0.00 2.48 2.54 0.02 91.21 16:05:29 16:05:02 0 2.96 0.00 2.48 0.95 0.02 93.60 16:05:29 16:05:02 1 4.01 0.00 2.39 2.55 0.02 91.03 16:05:29 16:05:02 2 5.10 0.00 2.77 4.76 0.02 87.35 16:05:29 16:05:02 3 2.91 0.00 2.29 1.89 0.03 92.88 16:05:29 Average: all 14.69 0.00 7.73 5.13 0.08 72.37 16:05:29 Average: 0 14.72 0.00 7.93 5.06 0.08 72.20 16:05:29 Average: 1 14.77 0.00 7.49 4.96 0.07 72.71 16:05:29 Average: 2 14.61 0.00 7.81 5.25 0.08 72.25 16:05:29 Average: 3 14.67 0.00 7.68 5.24 0.07 72.33 16:05:29 16:05:29 16:05:29