Pull request #3134 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 342a72dc7becdeb5a949018242fa1a90a07bfb5e rather than 8c47ad09ea0ea512fd43ea36cd5568db591e06df Obtained Jenkinsfile from 342a72dc7becdeb5a949018242fa1a90a07bfb5e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25254 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 342a72dc7becdeb5a949018242fa1a90a07bfb5e into PR head commit 8c47ad09ea0ea512fd43ea36cd5568db591e06df Merge succeeded, producing 8c47ad09ea0ea512fd43ea36cd5568db591e06df Checking out Revision 8c47ad09ea0ea512fd43ea36cd5568db591e06df (PR-3134) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # 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 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 Commit message: "Merge branch 'master' into issue-3129" > git rev-list --no-walk 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:32:06 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:32:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:32:07 ========================================================= 16:32:07 EdgeX Global Pipelines Version Info 16:32:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:32:09 ------------------- 16:32:09 stable info: 16:32:09 ------------------- 16:32:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:32:09 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:32:09 Message: update stable to v1.0.179 16:32:09 ------------------- 16:32:09 experimental info: 16:32:09 ------------------- 16:32:09 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:32:09 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:32:09 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:32:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:32:10 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:32:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:32:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:32:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:32:12 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:32:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:32:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:32:12 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:32:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:32:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:32:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:32:12 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:32:13 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:32:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3134 [Pipeline] echo 16:32:13 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3134 [Pipeline] echo 16:32:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3134 [Pipeline] echo 16:32:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c47ad09ea0ea512fd43ea36cd5568db591e06df [Pipeline] echo 16:32:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c47ad0 [Pipeline] echo 16:32:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:32:13 provisioning config files... 16:32:14 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3816539039781098219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:32:14 ---> docker-login.sh 16:32:14 nexus3.edgexfoundry.org:10001 16:32:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:14 Configure a credential helper to remove this warning. See 16:32:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:14 16:32:14 Login Succeeded 16:32:14 nexus3.edgexfoundry.org:10002 16:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:15 Configure a credential helper to remove this warning. See 16:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:15 16:32:15 Login Succeeded 16:32:15 nexus3.edgexfoundry.org:10003 16:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:15 Configure a credential helper to remove this warning. See 16:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:15 16:32:15 Login Succeeded 16:32:15 nexus3.edgexfoundry.org:10004 16:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:15 Configure a credential helper to remove this warning. See 16:32:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:15 16:32:15 Login Succeeded 16:32:15 docker.io 16:32:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:32:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:32:16 Configure a credential helper to remove this warning. See 16:32:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:32:16 16:32:16 Login Succeeded 16:32:16 ---> docker-login.sh ends [Pipeline] } 16:32:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:32:16 ++ 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 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ dirname cmd/core-command/Dockerfile 16:32:16 ++ cut -d/ -f2 16:32:16 + echo core-command,cmd/core-command/Dockerfile 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ dirname cmd/core-data/Dockerfile 16:32:16 ++ cut -d/ -f2 16:32:16 + echo core-data,cmd/core-data/Dockerfile 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ dirname cmd/core-metadata/Dockerfile 16:32:16 ++ cut -d/ -f2 16:32:16 + echo core-metadata,cmd/core-metadata/Dockerfile 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ dirname cmd/security-bootstrapper/Dockerfile 16:32:16 ++ cut -d/ -f2 16:32:16 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ dirname cmd/security-proxy-setup/Dockerfile 16:32:16 ++ cut -d/ -f2 16:32:16 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:32:16 ++ cut -d/ -f2 16:32:16 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ cut -d/ -f2 16:32:16 ++ dirname cmd/support-notifications/Dockerfile 16:32:16 + echo support-notifications,cmd/support-notifications/Dockerfile 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ dirname cmd/support-scheduler/Dockerfile 16:32:16 ++ cut -d/ -f2 16:32:16 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:32:16 + for file in '`ls cmd/**/Dockerfile`' 16:32:16 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:32:16 ++ cut -d/ -f2 16:32:16 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:32:16 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 16:32:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:32:18 16:32:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:32:18 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:32:18 latest: Pulling from edgex-devops/git-semver 16:32:18 31603596830f: Pulling fs layer 16:32:18 2a8b12db71e7: Pulling fs layer 16:32:18 6ca5941a6612: Pulling fs layer 16:32:18 ecc8261a40a4: Pulling fs layer 16:32:18 2a8b12db71e7: Verifying Checksum 16:32:18 2a8b12db71e7: Download complete 16:32:18 31603596830f: Verifying Checksum 16:32:18 31603596830f: Download complete 16:32:19 ecc8261a40a4: Verifying Checksum 16:32:19 ecc8261a40a4: Download complete 16:32:19 6ca5941a6612: Verifying Checksum 16:32:19 6ca5941a6612: Download complete 16:32:19 31603596830f: Pull complete 16:32:19 2a8b12db71e7: Pull complete 16:32:20 6ca5941a6612: Pull complete 16:32:20 ecc8261a40a4: Pull complete 16:32:20 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:32:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:32:20 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:32:20 prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container 16:32:20 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:32:23 $ docker top 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:32:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:32:23 [ssh-agent] Looking for ssh-agent implementation... 16:32:24 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:32:24 $ docker exec 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 ssh-agent 16:32:24 SSH_AUTH_SOCK=/tmp/ssh-zEucxtP92qHb/agent.11 16:32:24 SSH_AGENT_PID=17 16:32:24 Running ssh-add (command line suppressed) 16:32:24 Identity added: /w/workspace/edgex-go/4@tmp/private_key_5293360215153271676.key (/w/workspace/edgex-go/4@tmp/private_key_5293360215153271676.key) 16:32:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:32:24 + git tag --points-at HEAD [Pipeline] } 16:32:24 $ docker exec --env ******** --env ******** 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 ssh-agent -k 16:32:24 unset SSH_AUTH_SOCK; 16:32:24 unset SSH_AGENT_PID; 16:32:24 echo Agent pid 17 killed; 16:32:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:32:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:32:25 [ssh-agent] Looking for ssh-agent implementation... 16:32:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:32:25 $ docker exec 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 ssh-agent 16:32:25 SSH_AUTH_SOCK=/tmp/ssh-c2s2XA2Foxe0/agent.45 16:32:25 SSH_AGENT_PID=50 16:32:25 Running ssh-add (command line suppressed) 16:32:25 Identity added: /w/workspace/edgex-go/4@tmp/private_key_2526618983656605437.key (/w/workspace/edgex-go/4@tmp/private_key_2526618983656605437.key) 16:32:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:32:25 + git semver init 16:32:25 # -> Open(): unable to determine branch for HEAD 16:32:25 # $GIT_DIR = /w/workspace/edgex-go/4/.git 16:32:25 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 16:32:25 # $SEMVER_REMOTE_NAME = origin 16:32:25 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:32:25 # $SEMVER_USER_NAME = edgex-jenkins 16:32:25 # $SEMVER_BRANCH = PR-3134 16:32:25 # $SEMVER_TEMP = /tmp/semver-902277248 16:32:25 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:33:04 # '/tmp/semver-902277248' -> '/w/workspace/edgex-go/4/.semver' 16:33:04 # -> Force: false 16:33:04 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 16:33:04 $ docker exec --env ******** --env ******** 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 ssh-agent -k 16:33:05 unset SSH_AUTH_SOCK; 16:33:05 unset SSH_AGENT_PID; 16:33:05 echo Agent pid 50 killed; 16:33:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:33:05 + git semver [Pipeline] } 16:33:05 $ docker stop --time=1 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 16:33:07 $ docker rm -f 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 [Pipeline] // withDockerContainer [Pipeline] sh 16:33:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:33:08 Stashed 1 file(s) [Pipeline] echo 16:33:08 [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 16:33:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:33:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:33:10 + sudo service docker restart 16:33:10 + true 16:33:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:33:11 ========================================================= 16:33:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:33:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:33:11 + 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 . 16:33:15 Sending build context to Docker daemon 327.7MB 16:33:15 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:33:15 Step 2/6 : FROM ${BASE} 16:33:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:33:15 188c0c94c7c5: Pulling fs layer 16:33:15 0ef7d3d256c8: Pulling fs layer 16:33:15 de9db76c5a1d: Pulling fs layer 16:33:15 bca2f99d35d6: Pulling fs layer 16:33:15 93359f2a8cfa: Pulling fs layer 16:33:15 7c6f9722023f: Pulling fs layer 16:33:15 a35cf1a2eb13: Pulling fs layer 16:33:15 93359f2a8cfa: Waiting 16:33:15 7c6f9722023f: Waiting 16:33:15 a35cf1a2eb13: Waiting 16:33:15 bca2f99d35d6: Waiting 16:33:15 de9db76c5a1d: Verifying Checksum 16:33:15 de9db76c5a1d: Download complete 16:33:15 0ef7d3d256c8: Download complete 16:33:15 93359f2a8cfa: Verifying Checksum 16:33:15 93359f2a8cfa: Download complete 16:33:15 7c6f9722023f: Verifying Checksum 16:33:15 7c6f9722023f: Download complete 16:33:15 188c0c94c7c5: Verifying Checksum 16:33:15 188c0c94c7c5: Download complete 16:33:15 188c0c94c7c5: Pull complete 16:33:16 0ef7d3d256c8: Pull complete 16:33:16 de9db76c5a1d: Pull complete 16:33:17 a35cf1a2eb13: Verifying Checksum 16:33:17 a35cf1a2eb13: Download complete 16:33:17 bca2f99d35d6: Verifying Checksum 16:33:17 bca2f99d35d6: Download complete 16:33:23 bca2f99d35d6: Pull complete 16:33:23 93359f2a8cfa: Pull complete 16:33:23 7c6f9722023f: Pull complete 16:33:24 Still waiting to schedule task 16:33:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:33:28 a35cf1a2eb13: Pull complete 16:33:28 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:33:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:33:28 ---> a62c8e92a672 16:33:28 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 16:33:28 ---> Running in 7bd8931c2a23 16:33:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:33:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:33:30 (1/12) Installing libmagic (5.38-r0) 16:33:30 (2/12) Installing file (5.38-r0) 16:33:31 (3/12) Installing libc-dev (0.7.2-r3) 16:33:31 (4/12) Installing g++ (9.3.0-r2) 16:33:43 (5/12) Installing fortify-headers (1.1-r0) 16:33:43 (6/12) Installing patch (2.7.6-r6) 16:33:43 (7/12) Installing build-base (0.5-r2) 16:33:43 (8/12) Installing libsodium (1.0.18-r0) 16:33:43 (9/12) Installing pkgconf (1.7.2-r0) 16:33:43 (10/12) Installing libsodium-dev (1.0.18-r0) 16:33:43 (11/12) Installing libzmq (4.3.3-r0) 16:33:43 (12/12) Installing zeromq-dev (4.3.3-r0) 16:33:43 Executing busybox-1.31.1-r19.trigger 16:33:43 OK: 233 MiB in 51 packages 16:33:46 Removing intermediate container 7bd8931c2a23 16:33:46 ---> dafb95d63478 16:33:46 Step 4/6 : WORKDIR /edgex-go 16:33:46 ---> Running in 7909c188680f 16:33:46 Removing intermediate container 7909c188680f 16:33:46 ---> b7f8f9c0cdd0 16:33:46 Step 5/6 : COPY go.mod . 16:33:46 ---> 813540f7d5ec 16:33:46 Step 6/6 : RUN go mod download 16:33:46 ---> Running in b3654c5a4959 16:34:13 Removing intermediate container b3654c5a4959 16:34:13 ---> dacb70ed6a70 16:34:13 Successfully built dacb70ed6a70 16:34:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:34:13 + docker inspect -f . ci-base-image-x86_64 16:34:13 . [Pipeline] withDockerContainer 16:34:13 prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container 16:34:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:34:14 $ docker top ebe39f707f9e229b67c51be44c25bc6030b5c8de0dff2852be4e049d2e4f7e20 -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:15 + go version 16:34:15 go version go1.15.5 linux/amd64 [Pipeline] } 16:34:15 $ docker stop --time=1 ebe39f707f9e229b67c51be44c25bc6030b5c8de0dff2852be4e049d2e4f7e20 16:34:16 $ docker rm -f ebe39f707f9e229b67c51be44c25bc6030b5c8de0dff2852be4e049d2e4f7e20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:17 + docker inspect -f . ci-base-image-x86_64 16:34:17 . [Pipeline] withDockerContainer 16:34:17 prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container 16:34:17 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:34:18 $ docker top 44d8cd90adbc44e1db4c09c8c1ecd5594b0a604a60a50cbbdb93ccdcf489a3d0 -eo pid,comm [Pipeline] { [Pipeline] echo 16:34:18 ========================================================= 16:34:18 [edgeXBuildGoParallel] Running Tests and Build... 16:34:18 ========================================================= [Pipeline] sh 16:34:18 + make test 16:34:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:34:28 ? github.com/edgexfoundry/edgex-go [no test files] 16:34:47 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:34:47 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:34:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:34:49 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:34:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:34:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:34:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:34:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:34:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:34:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:34:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:34:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:34:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:34:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.6% of statements 16:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:34:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:34:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.070s coverage: 100.0% of statements 16:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:35:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 82.3% of statements 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:35:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements 16:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements 16:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 16:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements 16:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements 16:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:35:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements 16:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:35:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:35:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.471s coverage: 92.8% of statements 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:35:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:35:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:35:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements 16:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements 16:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements 16:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements 16:35:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements 16:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements 16:35:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements 16:35:25 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25255 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws 16:35:25 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 16:35:30 using credential edgex-jenkins-ssh 16:35:30 Cloning the remote Git repository 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.038s coverage: 87.2% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.257s coverage: 84.0% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.083s coverage: 84.3% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:35:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 16:35:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:35:30 GO111MODULE=on go vet ./... 16:35:30 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:35:30 > git init /w/workspace/edgex-go/4 # timeout=10 16:35:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:35:30 > git --version # timeout=10 16:35:30 > git --version # 'git version 2.17.1' 16:35:30 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:35:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:35:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:35:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:35:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:35:46 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:35:47 Merging remotes/origin/master commit 342a72dc7becdeb5a949018242fa1a90a07bfb5e into PR head commit 8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:35:48 Merge succeeded, producing 8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:35:48 Checking out Revision 8c47ad09ea0ea512fd43ea36cd5568db591e06df (PR-3134) 16:35:47 > git config core.sparsecheckout # timeout=10 16:35:47 > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 16:35:48 > git remote # timeout=10 16:35:48 > git config --get remote.origin.url # timeout=10 16:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 16:35:48 > git merge 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 16:35:48 > git rev-parse HEAD^{commit} # timeout=10 16:35:48 > git config core.sparsecheckout # timeout=10 16:35:48 > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 16:35:52 Commit message: "Merge branch 'master' into issue-3129" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:35:54 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:35:54 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:35:54 + sudo+ service docker restarttrue 16:35:54 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:35:56 provisioning config files... 16:35:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2367473461263920277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:35:57 ---> docker-login.sh 16:35:57 nexus3.edgexfoundry.org:10001 16:35:57 gofmt -l . 16:35:57 [ "`gofmt -l .`" = "" ] 16:35:57 ./bin/test-go-mod-tidy.sh 16:35:57 ./bin/test-attribution-txt.sh [Pipeline] sh 16:35:57 + ls -al . 16:35:57 total 692 16:35:57 drwxrwxr-x 10 1001 1001 4096 Feb 5 16:35 . 16:35:57 drwxr-xr-x 4 root root 28 Feb 5 16:34 .. 16:35:57 -rw-rw-r-- 1 1001 1001 11 Feb 5 16:32 .dockerignore 16:35:57 drwxrwxr-x 8 1001 1001 179 Feb 5 16:32 .git 16:35:57 drwxrwxr-x 3 1001 1001 125 Feb 5 16:32 .github 16:35:57 -rw-rw-r-- 1 1001 1001 872 Feb 5 16:32 .gitignore 16:35:57 drwx------ 3 1001 1001 60 Feb 5 16:32 .semver 16:35:57 -rw-rw-r-- 1 1001 1001 166 Feb 5 16:32 .sonarcloud.properties 16:35:57 -rw-rw-r-- 1 1001 1001 7859 Feb 5 16:32 Attribution.txt 16:35:57 -rw-rw-r-- 1 1001 1001 3804 Feb 5 16:32 CONTRIBUTING.md 16:35:57 -rw-rw-r-- 1 1001 1001 931 Feb 5 16:32 Dockerfile.build 16:35:57 -rw-rw-r-- 1 1001 1001 863 Feb 5 16:32 Jenkinsfile 16:35:57 -rw-rw-r-- 1 1001 1001 10775 Feb 5 16:32 LICENSE 16:35:57 -rw-rw-r-- 1 1001 1001 6001 Feb 5 16:32 Makefile 16:35:57 -rw-rw-r-- 1 1001 1001 6524 Feb 5 16:32 README.md 16:35:57 -rw-rw-r-- 1 1001 1001 6755 Feb 5 16:32 SECURITY.md 16:35:57 -rw-rw-r-- 1 1001 1001 5 Feb 5 16:33 VERSION 16:35:57 -rw-rw-r-- 1 1001 1001 4131 Feb 5 16:32 ZMQWindows.md 16:35:57 drwxrwxr-x 2 1001 1001 117 Feb 5 16:32 bin 16:35:57 drwxrwxr-x 15 1001 1001 4096 Feb 5 16:32 cmd 16:35:57 -rw-r--r-- 1 root root 587103 Feb 5 16:35 coverage.out 16:35:57 -rw-r--r-- 1 root root 1054 Feb 5 16:35 go.mod 16:35:57 -rw-r--r-- 1 root root 19290 Feb 5 16:35 go.sum 16:35:57 drwxrwxr-x 8 1001 1001 127 Feb 5 16:32 internal 16:35:57 drwxrwxr-x 4 1001 1001 26 Feb 5 16:32 openapi 16:35:57 drwxrwxr-x 4 1001 1001 71 Feb 5 16:32 snap 16:35:57 -rw-rw-r-- 1 1001 1001 168 Feb 5 16:32 version.go [Pipeline] sh 16:35:58 + '[' -e coverage.out ] 16:35:58 + chown 1001:1001 coverage.out [Pipeline] stash 16:35:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:35:58 Stashed 1 file(s) [Pipeline] sh 16:35:58 + make build 16:35:58 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:35:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:35:58 Configure a credential helper to remove this warning. See 16:35:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:35:58 16:35:58 Login Succeeded 16:35:58 nexus3.edgexfoundry.org:10002 16:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:35:59 Configure a credential helper to remove this warning. See 16:35:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:35:59 16:35:59 Login Succeeded 16:35:59 nexus3.edgexfoundry.org:10003 16:35:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:35:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:35:59 Configure a credential helper to remove this warning. See 16:35:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:35:59 16:35:59 Login Succeeded 16:35:59 nexus3.edgexfoundry.org:10004 16:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:00 Configure a credential helper to remove this warning. See 16:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:00 16:36:00 Login Succeeded 16:36:00 docker.io 16:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:36:00 Configure a credential helper to remove this warning. See 16:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:36:00 16:36:00 Login Succeeded 16:36:00 ---> docker-login.sh ends [Pipeline] } 16:36:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:36:01 ========================================================= 16:36:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:36:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:36:01 + 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 . 16:36:02 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 16:36:04 Sending build context to Docker daemon 166.2MB 16:36:04 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:36:04 Step 2/6 : FROM ${BASE} 16:36:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:36:04 5f621e34cdf4: Pulling fs layer 16:36:04 a4357932f1b6: Pulling fs layer 16:36:04 18c013af1878: Pulling fs layer 16:36:04 00ac8860ef70: Pulling fs layer 16:36:04 63d7cb157983: Pulling fs layer 16:36:04 b116817d02f9: Pulling fs layer 16:36:04 745a02a5169b: Pulling fs layer 16:36:04 00ac8860ef70: Waiting 16:36:04 63d7cb157983: Waiting 16:36:04 b116817d02f9: Waiting 16:36:04 745a02a5169b: Waiting 16:36:04 18c013af1878: Verifying Checksum 16:36:04 18c013af1878: Download complete 16:36:04 a4357932f1b6: Verifying Checksum 16:36:04 a4357932f1b6: Download complete 16:36:04 63d7cb157983: Download complete 16:36:04 5f621e34cdf4: Verifying Checksum 16:36:04 5f621e34cdf4: Download complete 16:36:04 b116817d02f9: Verifying Checksum 16:36:04 b116817d02f9: Download complete 16:36:04 5f621e34cdf4: Pull complete 16:36:05 a4357932f1b6: Pull complete 16:36:05 18c013af1878: Pull complete 16:36:06 745a02a5169b: Verifying Checksum 16:36:08 00ac8860ef70: Verifying Checksum 16:36:08 00ac8860ef70: Download complete 16:36:10 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:36:11 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 16:36:13 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:36:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:36:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:36:16 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 16:36:17 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 16:36:18 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 16:36:18 00ac8860ef70: Pull complete 16:36:18 63d7cb157983: Pull complete 16:36:18 b116817d02f9: Pull complete 16:36:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:36:20 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 16:36:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:36:22 745a02a5169b: Pull complete 16:36:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:36:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:36:22 ---> b7e6874047d6 16:36:22 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 [Pipeline] } 16:36:23 $ docker stop --time=1 44d8cd90adbc44e1db4c09c8c1ecd5594b0a604a60a50cbbdb93ccdcf489a3d0 16:36:25 $ docker rm -f 44d8cd90adbc44e1db4c09c8c1ecd5594b0a604a60a50cbbdb93ccdcf489a3d0 16:36:25 ---> Running in 4d435817fa45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 16:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:36:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 16:36:28 (1/12) Installing libmagic (5.38-r0) 16:36:28 (2/12) Installing file (5.38-r0) 16:36:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:36:28 16:36:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:36:28 (3/12) Installing libc-dev (0.7.2-r3) 16:36:28 (4/12) Installing g++ (9.3.0-r2) 16:36:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:36:29 latest: Pulling from edgex-devops/edgex-compose 16:36:29 cbdbe7a5bc2a: Pulling fs layer 16:36:29 ca9280d653b3: Pulling fs layer 16:36:29 7e9c9ca2126c: Pulling fs layer 16:36:29 cbdbe7a5bc2a: Verifying Checksum 16:36:29 cbdbe7a5bc2a: Download complete 16:36:29 cbdbe7a5bc2a: Pull complete 16:36:29 ca9280d653b3: Verifying Checksum 16:36:29 ca9280d653b3: Download complete 16:36:30 ca9280d653b3: Pull complete 16:36:31 7e9c9ca2126c: Verifying Checksum 16:36:31 7e9c9ca2126c: Download complete 16:36:37 7e9c9ca2126c: Pull complete 16:36:37 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:36:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:36:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:36:37 prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container 16:36:37 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:36:40 $ docker top 28673f14adb9d719e64627df18a9873b8cba6181de4f6506f6058f1f5fd008cc -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:40 + docker-compose build --help 16:36:40 + grep parallel 16:36:41 (5/12) Installing fortify-headers (1.1-r0) 16:36:41 (6/12) Installing patch (2.7.6-r6) 16:36:41 (7/12) Installing build-base (0.5-r2) 16:36:41 (8/12) Installing libsodium (1.0.18-r0) 16:36:41 (9/12) Installing pkgconf (1.7.2-r0) 16:36:41 (10/12) Installing libsodium-dev (1.0.18-r0) 16:36:41 (11/12) Installing libzmq (4.3.3-r0) 16:36:41 (12/12) Installing zeromq-dev (4.3.3-r0) 16:36:41 Executing busybox-1.31.1-r19.trigger 16:36:41 OK: 217 MiB in 51 packages 16:36:41 --parallel Build images in parallel. [Pipeline] } 16:36:41 $ docker stop --time=1 28673f14adb9d719e64627df18a9873b8cba6181de4f6506f6058f1f5fd008cc 16:36:42 $ docker rm -f 28673f14adb9d719e64627df18a9873b8cba6181de4f6506f6058f1f5fd008cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:36:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:36:43 . [Pipeline] withDockerContainer 16:36:43 prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container 16:36:43 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:36:44 $ docker top 4d7031ae1bb3d44c4b61e71b305d5fc1732d1386a474d9b7bc07239812e588df -eo pid,comm [Pipeline] { [Pipeline] sh 16:36:45 + docker-compose -f ./docker-compose-build.yml build --parallel 16:36:45 Removing intermediate container 4d435817fa45 16:36:45 ---> ad0a4cd97eff 16:36:45 Step 4/6 : WORKDIR /edgex-go 16:36:45 ---> Running in e4969f828359 16:36:45 Removing intermediate container e4969f828359 16:36:45 ---> b01f4d069988 16:36:45 Step 5/6 : COPY go.mod . 16:36:46 Building docker-core-command-go ... 16:36:46 Building docker-core-data-go ... 16:36:46 Building docker-core-metadata-go ... 16:36:46 Building docker-security-bootstrapper-go ... 16:36:46 Building docker-security-proxy-setup-go ... 16:36:46 Building docker-security-secretstore-setup-go ... 16:36:46 Building docker-support-notifications-go ... 16:36:46 Building docker-support-scheduler-go ... 16:36:46 Building docker-sys-mgmt-agent-go ... 16:36:46 Building docker-security-secretstore-setup-go 16:36:46 Building docker-core-metadata-go 16:36:46 Building docker-security-bootstrapper-go 16:36:46 Building docker-sys-mgmt-agent-go 16:36:46 Building docker-core-data-go 16:36:46 ---> 8e06ad29e9b7 16:36:46 Step 6/6 : RUN go mod download 16:36:46 ---> Running in e668c6fadb06 16:37:13 Removing intermediate container e668c6fadb06 16:37:13 ---> dfd8dae4aaa1 16:37:13 Successfully built dfd8dae4aaa1 16:37:13 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:37:13 + docker inspect -f . ci-base-image-arm64 16:37:13 . [Pipeline] withDockerContainer 16:37:14 prd-ubuntu18.04-docker-arm64-4c-16g-25255 does not seem to be running inside a container 16:37:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:37:15 $ docker top 42bf8df44193bdfb059289939efc7c7228f91ef88d2c4c9751c873280a023b62 -eo pid,comm [Pipeline] { [Pipeline] sh 16:37:16 + go version 16:37:16 go version go1.15.5 linux/arm64 [Pipeline] } 16:37:16 $ docker stop --time=1 42bf8df44193bdfb059289939efc7c7228f91ef88d2c4c9751c873280a023b62 16:37:18 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:37:18 ---> dacb70ed6a70 16:37:18 Step 3/23 : WORKDIR /edgex-go 16:37:18 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:18 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:37:18 ---> dacb70ed6a70 16:37:18 Step 3/31 : WORKDIR /edgex-go 16:37:18 $ docker rm -f 42bf8df44193bdfb059289939efc7c7228f91ef88d2c4c9751c873280a023b62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 16:37:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:37:19 ---> dacb70ed6a70 16:37:19 Step 3/23 : WORKDIR /edgex-go 16:37:19 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:19 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:37:19 ---> dacb70ed6a70 16:37:19 Step 3/26 : WORKDIR /edgex-go [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:37:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:37:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:37:19 ---> dacb70ed6a70 16:37:19 Step 3/24 : WORKDIR /edgex-go 16:37:19 + docker inspect -f . ci-base-image-arm64 16:37:19 . [Pipeline] withDockerContainer 16:37:19 prd-ubuntu18.04-docker-arm64-4c-16g-25255 does not seem to be running inside a container 16:37:19 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:37:20 ---> Running in 882eddfa3739 16:37:20 ---> Running in a3d3800ff4d6 16:37:20 ---> Running in 5f3049906c58 16:37:20 ---> Running in 771bb9e60b59 16:37:20 ---> Running in 8f574fea09a8 16:37:20 Removing intermediate container a3d3800ff4d6 16:37:20 ---> d8c164dc1657 16:37:20 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:20 Removing intermediate container 882eddfa3739 16:37:20 ---> 7040854450b1 16:37:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:20 Removing intermediate container 771bb9e60b59 16:37:20 ---> 8ca8064695b9 16:37:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:20 Removing intermediate container 5f3049906c58 16:37:20 ---> 4b3cd7708d61 16:37:20 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:20 Removing intermediate container 8f574fea09a8 16:37:20 ---> 7dbdc36d88a8 16:37:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:20 ---> Running in 4db240c233b8 16:37:20 ---> Running in 3e88a2e34106 16:37:20 ---> Running in b0344138aa65 16:37:20 ---> Running in e3b34d876e94 16:37:20 ---> Running in 51f05894cb85 16:37:21 $ docker top 39f697a029def67c07aa42297e3837d79a94e5ca3d618eba9c2409b4cb4e9321 -eo pid,comm [Pipeline] { [Pipeline] echo 16:37:21 ========================================================= 16:37:21 [edgeXBuildGoParallel] Running Tests and Build... 16:37:21 ========================================================= [Pipeline] sh 16:37:22 + make test 16:37:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:37:22 Removing intermediate container 4db240c233b8 16:37:22 ---> 37243f9a03c5 16:37:22 Step 5/24 : RUN apk add --update --no-cache make git 16:37:23 ---> Running in 113dbedb8106 16:37:23 Removing intermediate container b0344138aa65 16:37:23 ---> 3c83c650597c 16:37:23 Step 5/31 : RUN apk add --update --no-cache make git 16:37:23 Removing intermediate container 3e88a2e34106 16:37:23 ---> 9759b0524fd3 16:37:23 Step 5/26 : RUN apk add --update --no-cache make bash git 16:37:23 ---> Running in b2d6c7c595d9 16:37:23 ---> Running in 46b03f11e4c3 16:37:23 Removing intermediate container e3b34d876e94 16:37:23 ---> 621ec353898f 16:37:23 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:37:23 Removing intermediate container 51f05894cb85 16:37:23 ---> dd12d855b093 16:37:23 Step 5/23 : RUN apk add --update --no-cache make git 16:37:23 ---> Running in b6c186b44848 16:37:23 ---> Running in dbb212d604d1 16:37:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:25 OK: 233 MiB in 51 packages 16:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:25 Removing intermediate container 113dbedb8106 16:37:25 ---> 0b3a3f76ef98 16:37:25 Step 6/24 : COPY go.mod . 16:37:25 OK: 233 MiB in 51 packages 16:37:25 OK: 233 MiB in 51 packages 16:37:25 OK: 233 MiB in 51 packages 16:37:25 ---> d65dddb04390 16:37:25 Step 7/24 : RUN go mod download 16:37:26 ---> Running in 233991b5cdcc 16:37:26 OK: 233 MiB in 51 packages 16:37:26 Removing intermediate container b2d6c7c595d9 16:37:26 ---> 1985baf2139f 16:37:26 Step 6/31 : COPY go.mod . 16:37:27 Removing intermediate container 46b03f11e4c3 16:37:27 ---> 203cc6ca39e6 16:37:27 Step 6/26 : COPY go.mod . 16:37:27 ---> a3483cdc7b66 16:37:27 Step 7/31 : RUN go mod download 16:37:27 Removing intermediate container b6c186b44848 16:37:27 ---> bb680e73dd80 16:37:27 Step 6/23 : COPY go.mod . 16:37:27 ---> Running in 9ccfec5b7aa0 16:37:27 ---> ed3b12c0f375 16:37:27 Step 7/26 : RUN go mod download 16:37:27 Removing intermediate container dbb212d604d1 16:37:27 ---> af65babdacac 16:37:27 Step 6/23 : COPY go.mod . 16:37:27 ---> Running in 270a73e028d1 16:37:27 ---> 8c578c41c240 16:37:27 Step 7/23 : RUN go mod download 16:37:27 ---> 83238f649005 16:37:27 Step 7/23 : RUN go mod download 16:37:27 ---> Running in d4b05da50442 16:37:28 ---> Running in 45d776af939b 16:37:28 Removing intermediate container 233991b5cdcc 16:37:28 ---> 717a46fd3ac3 16:37:28 Step 8/24 : COPY . . 16:37:29 Removing intermediate container 9ccfec5b7aa0 16:37:29 ---> c6069201f1f8 16:37:29 Step 8/31 : COPY . . 16:37:33 Removing intermediate container 270a73e028d1 16:37:33 ---> 3617b8f04ac3 16:37:33 Step 8/26 : COPY . . 16:37:37 Removing intermediate container d4b05da50442 16:37:37 ---> ce32dcd118e2 16:37:37 Step 8/23 : COPY . . 16:37:39 Removing intermediate container 45d776af939b 16:37:39 ---> a07cdd95ae16 16:37:39 Step 8/23 : COPY . . 16:37:44 ? github.com/edgexfoundry/edgex-go [no test files] 16:38:12 ---> c671f41aa4f3 16:38:12 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 16:38:12 ---> 8219cc8dd353 16:38:12 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:38:15 ---> Running in 245158491be0 16:38:15 ---> Running in 38f20b5b65d3 16:38:16 ---> 0a29fd3bf7ec 16:38:16 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:38:16 ---> dfe0ca905fc4 16:38:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:38:16 ---> 844538a0b3c8 16:38:16 Step 9/23 : RUN make cmd/core-data/core-data 16:38:16 ---> Running in 9b26aee24007 16:38:16 ---> Running in ca776a410a4b 16:38:16 ---> Running in 7f92b38ee721 16:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:38:17 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 16:38:17 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:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:38:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:38:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:38:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:38:40 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:38:40 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:38:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:38:44 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 16:38:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:38:47 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:38:47 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:38:47 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:38:47 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:38:47 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:38:47 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:38:50 Removing intermediate container 7f92b38ee721 16:38:50 ---> 1c9ac4e1eba9 16:38:50 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:38:50 ---> Running in 9f434bf96755 16:38:54 Removing intermediate container 38f20b5b65d3 16:38:54 ---> 6e86b0c82024 16:38:54 16:38:54 Step 10/24 : FROM alpine:3.12 16:38:54 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:38:54 3.12: Pulling from library/alpine 16:38:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:38:55 Status: Downloaded newer image for alpine:3.12 16:38:55 ---> 389fef711851 16:38:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:38:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:38:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:38:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:38:59 ---> Running in 1d9342ca2d28 16:38:59 Removing intermediate container 245158491be0 16:38:59 ---> 2ed22b5375b7 16:38:59 16:38:59 Step 10/31 : FROM alpine:3.12 16:38:59 ---> 389fef711851 16:38:59 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:38:59 Removing intermediate container ca776a410a4b 16:38:59 ---> a62382953038 16:38:59 16:38:59 Step 10/23 : FROM alpine:3.12 16:38:59 ---> 389fef711851 16:38:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:38:59 Removing intermediate container 9b26aee24007 16:38:59 ---> 3c5070f9e100 16:38:59 16:38:59 Step 10/23 : FROM alpine:3.12 16:38:59 ---> 389fef711851 16:38:59 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:38:59 ---> Running in 861d5e24a964 16:38:59 Removing intermediate container 9f434bf96755 16:38:59 ---> 1a9770d3586e 16:38:59 16:38:59 Step 11/26 : FROM docker:20.10.0 16:38:59 ---> Running in 39eccce6715d 16:38:59 ---> Running in 529bdd650243 16:38:59 20.10.0: Pulling from library/docker 16:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:38:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:38:59 Removing intermediate container 861d5e24a964 16:38:59 ---> c001a0d0f5db 16:38:59 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:38:59 (1/5) Installing ca-certificates (20191127-r4) 16:39:00 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:39:00 (3/5) Installing libcurl (7.69.1-r3) 16:39:00 (4/5) Installing curl (7.69.1-r3) 16:39:00 (5/5) Installing dumb-init (1.2.2-r1) 16:39:00 Removing intermediate container 529bdd650243 16:39:00 ---> dc0a00cd787c 16:39:00 Step 12/23 : ENV APP_PORT=48080 16:39:00 Executing busybox-1.31.1-r19.trigger 16:39:00 Executing ca-certificates-20191127-r4.trigger 16:39:01 OK: 7 MiB in 19 packages 16:39:01 ---> Running in eee4b2669a95 16:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:39:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:39:01 ---> Running in 44e7f36c982a 16:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.442s coverage: 45.6% of statements 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:39:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:39:01 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements 16:39:01 (1/1) Installing dumb-init (1.2.2-r1) 16:39:01 Executing busybox-1.31.1-r19.trigger 16:39:01 OK: 6 MiB in 15 packages 16:39:02 Removing intermediate container 44e7f36c982a 16:39:02 ---> a7b0b4672654 16:39:02 Step 13/23 : EXPOSE $APP_PORT 16:39:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:39:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:39:02 ---> Running in 2631760e18c3 16:39:02 (1/2) Installing dumb-init (1.2.2-r1) 16:39:02 (2/2) Installing su-exec (0.2-r1) 16:39:02 Executing busybox-1.31.1-r19.trigger 16:39:02 OK: 6 MiB in 16 packages 16:39:03 Removing intermediate container 1d9342ca2d28 16:39:03 ---> 32d2468225b4 16:39:03 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:39:03 ---> Running in 7a3e69448be0 16:39:03 Removing intermediate container 39eccce6715d 16:39:03 ---> 969613da95d4 16:39:03 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:39:03 Removing intermediate container 2631760e18c3 16:39:03 ---> 327bf0ecc340 16:39:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:04 ---> Running in 9981bae526a7 16:39:04 ---> Running in 8cae151063bb 16:39:04 Removing intermediate container 7a3e69448be0 16:39:04 ---> a767ce79c667 16:39:04 Step 13/24 : WORKDIR / 16:39:05 Removing intermediate container eee4b2669a95 16:39:05 ---> 310a808373f3 16:39:05 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:39:05 Removing intermediate container 9981bae526a7 16:39:05 ---> 5b8f29285da5 16:39:05 Step 13/23 : ENV APP_PORT=48081 16:39:05 ---> Running in 10e97d56915c 16:39:05 ---> Running in 37270a18eb2d 16:39:05 ---> Running in a4345c5368ed 16:39:05 Removing intermediate container 10e97d56915c 16:39:05 ---> 2edf127b5b44 16:39:05 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:39:05 Removing intermediate container 37270a18eb2d 16:39:05 ---> 7f1c6d666b52 16:39:05 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:39:05 Removing intermediate container a4345c5368ed 16:39:05 ---> 8c6faaca0ceb 16:39:05 Step 14/23 : EXPOSE $APP_PORT 16:39:05 ---> Running in 748b4f8a3b4e 16:39:05 ---> Running in af220c20551e 16:39:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:39:06 ---> 0b5e875690de 16:39:06 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:39:06 Status: Downloaded newer image for docker:20.10.0 16:39:06 ---> aefe523efa57 16:39:06 Step 12/26 : RUN apk add --no-cache bash 16:39:06 Removing intermediate container 748b4f8a3b4e 16:39:06 ---> 2157a796d322 16:39:06 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:39:06 ---> Running in e3ef4243f2c8 16:39:06 Removing intermediate container af220c20551e 16:39:06 ---> c8a5371f5a93 16:39:06 Step 15/23 : WORKDIR / 16:39:06 ---> Running in c446fe968272 16:39:06 ---> 8f0c946d5b4f 16:39:06 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:39:07 ---> Running in c8bc72f447f7 16:39:07 Removing intermediate container 8cae151063bb 16:39:07 ---> b19cb50f8377 16:39:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:39:07 ---> Running in 9a6f3fa31bd8 16:39:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:39:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:39:07 Removing intermediate container c8bc72f447f7 16:39:07 ---> fe0d669f3d59 16:39:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:39:07 ---> 473847c612b0 16:39:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:39:07 (1/2) Installing readline (8.0.4-r0) 16:39:07 (2/2) Installing bash (5.0.17-r0) 16:39:07 Executing bash-5.0.17-r0.post-install 16:39:07 Executing busybox-1.31.1-r19.trigger 16:39:07 OK: 12 MiB in 22 packages 16:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.711s coverage: 27.1% of statements 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:39:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:39:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:39:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:39:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 65.8% of statements 16:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:39:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:39:09 ---> 380e1e84748e 16:39:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:39:09 ---> d6b3670257a7 16:39:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:39:09 Removing intermediate container c446fe968272 16:39:09 ---> 2d1b3d0312e7 16:39:09 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:39:09 Removing intermediate container e3ef4243f2c8 16:39:09 ---> 13249401fafb 16:39:09 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:39:09 ---> Running in b2a94afe91cb 16:39:09 ---> Running in 0f62cd914293 16:39:09 ---> eea9cb96c57a 16:39:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:39:09 ---> f0eb46db8a6c 16:39:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:39:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:39:09 Removing intermediate container b2a94afe91cb 16:39:09 ---> 16598239456e 16:39:09 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:39:09 Removing intermediate container 0f62cd914293 16:39:09 ---> 505a8b747192 16:39:09 Step 14/26 : ENV APP_PORT=48090 16:39:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.738s coverage: 82.3% of statements 16:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:39:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:39:10 ---> e45a15d46306 16:39:10 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:39:10 ---> Running in d1868aed8646 16:39:10 ---> Running in 314ddfe13f1a 16:39:10 ---> d1876b3107b3 16:39:10 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:39:10 ---> a87ab8462653 16:39:10 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:39:10 ---> Running in cd3510f1e37a 16:39:10 ---> Running in c1c00fdfc604 16:39:10 Removing intermediate container d1868aed8646 16:39:10 ---> 107adeab8608 16:39:10 Step 15/26 : EXPOSE $APP_PORT 16:39:10 ---> Running in 09f41b1e3bd1 16:39:10 Removing intermediate container cd3510f1e37a 16:39:10 ---> 05c353d274f3 16:39:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:39:10 ---> Running in 1e168d71e31e 16:39:11 Removing intermediate container 09f41b1e3bd1 16:39:11 ---> 402cdcb9a838 16:39:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:39:11 Removing intermediate container 1e168d71e31e 16:39:11 ---> dea3582b10ec 16:39:11 Step 21/23 : LABEL arch=x86_64 16:39:11 ---> Running in 0b0a00e63c5c 16:39:11 ---> f6b206b8d587 16:39:11 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:39:12 Removing intermediate container 314ddfe13f1a 16:39:12 ---> f8a9e995da06 16:39:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:39:12 Removing intermediate container 0b0a00e63c5c 16:39:12 ---> 461b90a73aa1 16:39:12 Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:39:12 ---> Running in 158c317e591c 16:39:12 ---> Running in 922faee7cc10 16:39:12 ---> 5b18f111469e 16:39:12 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:39:12 Removing intermediate container c1c00fdfc604 16:39:12 ---> a3b81b888721 16:39:12 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:39:12 Removing intermediate container 158c317e591c 16:39:12 ---> ae703d40ca85 16:39:12 Step 22/24 : LABEL arch=x86_64 16:39:12 Removing intermediate container 922faee7cc10 16:39:12 ---> ca5415fff08a 16:39:12 Step 23/23 : LABEL version=0.0.0 16:39:12 ---> Running in 398db045ca4b 16:39:12 ---> Running in 2fc2ed23608c 16:39:12 ---> 76be058d68c0 16:39:12 Step 19/26 : RUN apk --no-cache add py3-pip 16:39:12 ---> 1f063e645717 16:39:12 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:39:12 ---> Running in 4cfe5b9a892c 16:39:12 Removing intermediate container 398db045ca4b 16:39:12 ---> e58aec8a9a24 16:39:12 Step 23/24 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:39:13 (1/6) Installing dumb-init (1.2.2-r1) 16:39:13 (2/6) Installing libgcc (9.3.0-r2) 16:39:13 (3/6) Installing libsodium (1.0.18-r0) 16:39:13 Removing intermediate container 2fc2ed23608c 16:39:13 ---> ed6fddf38ec0 16:39:13 16:39:13 ---> Running in ea4f29626694 16:39:13 ---> 9ce55a721a36 16:39:13 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:39:13 Removing intermediate container ea4f29626694 16:39:13 ---> 862f70bf576a 16:39:13 Step 24/24 : LABEL version=0.0.0 16:39:13 (4/6) Installing libstdc++ (9.3.0-r2) 16:39:13 ---> Running in c7f44e531da9 16:39:13 Successfully built ed6fddf38ec0 16:39:13 Successfully tagged docker-core-metadata-go:latest 16:39:13 Building docker-core-command-go 16:39:13  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:39:13 ---> b33e434709cf 16:39:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 16:39:13 Removing intermediate container c7f44e531da9 16:39:13 ---> 2f5eea956af4 16:39:13 16:39:14 (1/33) Installing libbz2 (1.0.8-r1) 16:39:14 (2/33) Installing expat (2.2.9-r1) 16:39:14 (3/33) Installing libffi (3.3-r2) 16:39:14 (4/33) Installing gdbm (1.13-r1) 16:39:14 (5/33) Installing xz-libs (5.2.5-r0) 16:39:14 (6/33) Installing sqlite-libs (3.32.1-r0) 16:39:14 (7/33) Installing python3 (3.8.5-r0) 16:39:14 Successfully built 2f5eea956af4 16:39:14 Successfully tagged docker-security-secretstore-setup-go:latest 16:39:14  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 16:39:14 (5/6) Installing libzmq (4.3.3-r0) 16:39:15 (6/6) Installing zeromq (4.3.3-r0) 16:39:16 Executing busybox-1.31.1-r19.trigger 16:39:16 ---> d1c871c898e8 16:39:16 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:39:16 OK: 8 MiB in 20 packages 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.212s coverage: 28.6% of statements 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.313s coverage: 86.7% of statements 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.327s coverage: 97.5% of statements 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:39:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:39:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:39:23 (8/33) Installing py3-appdirs (1.4.4-r1) 16:39:23 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:39:23 (10/33) Installing py3-parsing (2.4.7-r0) 16:39:23 (11/33) Installing py3-six (1.15.0-r0) 16:39:23 (12/33) Installing py3-packaging (20.4-r0) 16:39:23 (13/33) Installing py3-setuptools (47.0.0-r0) 16:39:24 (14/33) Installing py3-chardet (3.0.4-r4) 16:39:24 (15/33) Installing py3-idna (2.9-r0) 16:39:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:39:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:39:25 (18/33) Installing py3-requests (2.23.0-r0) 16:39:25 (19/33) Installing py3-msgpack (1.0.0-r0) 16:39:26 (20/33) Installing py3-lockfile (0.12.2-r3) 16:39:26 ---> 1d378b71e354 16:39:26 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:39:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:39:26 (22/33) Installing py3-colorama (0.4.3-r0) 16:39:26 (23/33) Installing py3-distlib (0.3.0-r0) 16:39:27 (24/33) Installing py3-distro (1.5.0-r1) 16:39:27 (25/33) Installing py3-webencodings (0.5.1-r3) 16:39:28 (26/33) Installing py3-html5lib (1.0.1-r4) 16:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.222s coverage: 92.8% of statements 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:39:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:39:28 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:39:28 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements 16:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements 16:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 16:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements 16:39:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements 16:39:30 (27/33) Installing py3-pytoml (0.1.21-r0) 16:39:30 ---> Running in 61da4134f9f9 16:39:30 (28/33) Installing py3-pep517 (0.8.2-r0) 16:39:30 (29/33) Installing py3-progress (1.5-r0) 16:39:30 (30/33) Installing py3-toml (0.10.1-r0) 16:39:30 Removing intermediate container 9a6f3fa31bd8 16:39:30 ---> 3eefc46d1239 16:39:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:39:30 (31/33) Installing py3-retrying (1.3.3-r0) 16:39:30 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:39:30 (33/33) Installing py3-pip (20.1.1-r0) 16:39:33 Executing busybox-1.31.1-r19.trigger 16:39:33 OK: 71 MiB in 55 packages 16:39:34 ---> dd0602e35c39 16:39:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:39:34 Removing intermediate container 61da4134f9f9 16:39:34 ---> 27bb1341c104 16:39:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:39:36 ---> 00917bdabde2 16:39:36 Step 26/31 : RUN chmod +x /entrypoint.sh 16:39:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:39:38 ---> dacb70ed6a70 16:39:38 Step 3/21 : WORKDIR /edgex-go 16:39:38 ---> Using cache 16:39:38 ---> 7dbdc36d88a8 16:39:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:38 ---> Using cache 16:39:38 ---> dd12d855b093 16:39:38 Step 5/21 : RUN apk add --update --no-cache make git 16:39:38 ---> Using cache 16:39:38 ---> af65babdacac 16:39:38 Step 6/21 : COPY go.mod . 16:39:38 ---> Using cache 16:39:38 ---> 83238f649005 16:39:38 Step 7/21 : RUN go mod download 16:39:38 ---> 9bc57a59757a 16:39:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:39:38 ---> Using cache 16:39:38 ---> a07cdd95ae16 16:39:38 Step 8/21 : COPY . . 16:39:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:39:38 ---> dacb70ed6a70 16:39:38 Step 3/23 : WORKDIR /edgex-go 16:39:38 ---> Using cache 16:39:38 ---> 7dbdc36d88a8 16:39:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:38 ---> Using cache 16:39:38 ---> dd12d855b093 16:39:38 Step 5/23 : RUN apk add --update --no-cache make git 16:39:38 ---> Using cache 16:39:38 ---> af65babdacac 16:39:38 Step 6/23 : COPY go.mod . 16:39:38 ---> Using cache 16:39:38 ---> 83238f649005 16:39:38 Step 7/23 : RUN go mod download 16:39:38 ---> Using cache 16:39:38 ---> a07cdd95ae16 16:39:38 Step 8/23 : COPY . . 16:39:38 ---> Running in d24619313279 16:39:38 ---> Using cache 16:39:38 ---> dfe0ca905fc4 16:39:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:39:38 ---> Using cache 16:39:38 ---> dfe0ca905fc4 16:39:38 Step 9/23 : RUN make cmd/core-command/core-command 16:39:39 ---> Running in ad87d7ee745a 16:39:39 ---> Running in 13943dfb73ef 16:39:40 ---> 3a451b71eb82 16:39:40 Step 19/23 : ENTRYPOINT ["/core-data"] 16:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements 16:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements 16:39:41 ---> Running in c85e9fe4d6e7 16:39:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:39:42 Removing intermediate container c85e9fe4d6e7 16:39:42 ---> b9dcaa7fc408 16:39:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:39:42 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:39:43 ---> Running in 48348d525b14 16:39:44 Removing intermediate container d24619313279 16:39:44 ---> 2c00bd2545c3 16:39:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:39:45 Removing intermediate container 48348d525b14 16:39:45 ---> d9940dd67d31 16:39:45 Step 21/23 : LABEL arch=x86_64 16:39:46 ---> Running in 66cbfe26bfad 16:39:46 ---> Running in 75e39b506cca 16:39:47 Removing intermediate container 66cbfe26bfad 16:39:47 ---> 37fae909262a 16:39:47 Step 28/31 : CMD ["gate"] 16:39:47 Removing intermediate container 75e39b506cca 16:39:47 ---> b6337a44949e 16:39:47 Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:39:47 Removing intermediate container 4cfe5b9a892c 16:39:47 ---> fa5498b48398 16:39:47 Step 20/26 : RUN pip install docker-compose==1.23.2 16:39:48 ---> Running in a4b9adfdd106 16:39:48 ---> Running in ec8bcdee4c9a 16:39:48 ---> Running in cf15372aa3fd 16:39:48 Removing intermediate container a4b9adfdd106 16:39:48 ---> 46d9f3283181 16:39:48 Step 29/31 : LABEL arch=x86_64 16:39:48 Removing intermediate container ec8bcdee4c9a 16:39:48 ---> f4f4963698d7 16:39:48 Step 23/23 : LABEL version=0.0.0 16:39:48 ---> Running in 9ba3ce25da51 16:39:48 ---> Running in 85f803626cbc 16:39:50 Removing intermediate container 85f803626cbc 16:39:50 ---> 06b77e1fce4e 16:39:50 Step 30/31 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:39:50 Removing intermediate container 9ba3ce25da51 16:39:50 ---> bbe2de1e3fc9 16:39:50 16:39:50 ---> Running in 922fe7cd0c64 16:39:50 Successfully built bbe2de1e3fc9 16:39:50 Successfully tagged docker-core-data-go:latest 16:39:50 Building docker-support-scheduler-go 16:39:51  Building docker-core-data-go ... done Removing intermediate container 922fe7cd0c64 16:39:51 ---> 724f11c3fa58 16:39:51 Step 31/31 : LABEL version=0.0.0 16:39:51 ---> Running in dc81e6ae47d5 16:39:51 Collecting docker-compose==1.23.2 16:39:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:39:51 Removing intermediate container dc81e6ae47d5 16:39:51 ---> fc6bef9ef925 16:39:51 16:39:51 Collecting jsonschema<3,>=2.5.1 16:39:51 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:39:52 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:39:53 Collecting texttable<0.10,>=0.9.0 16:39:53 Downloading texttable-0.9.1.tar.gz (11 kB) 16:39:54 Successfully built fc6bef9ef925 16:39:54 Successfully tagged docker-security-bootstrapper-go:latest 16:39:54 Building docker-support-notifications-go 16:39:55  Building docker-security-bootstrapper-go ... done Collecting PyYAML<4,>=3.10 16:39:55 Downloading PyYAML-3.13.tar.gz (270 kB) 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.2% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.481s coverage: 63.5% of statements 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.804s coverage: 68.9% of statements 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.383s coverage: 37.0% of statements 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.589s coverage: 84.0% of statements 16:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements 16:39:57 Collecting cached-property<2,>=1.2.0 16:39:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:39:57 Collecting docopt<0.7,>=0.6.1 16:39:57 Downloading docopt-0.6.2.tar.gz (25 kB) 16:39:58 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:39:58 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:39:59 Collecting websocket-client<1.0,>=0.32.0 16:39:59 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.407s coverage: 47.0% of statements 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.203s coverage: 100.0% of statements 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:40:01 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.259s coverage: 84.3% of statements 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:40:01 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:40:01 Collecting dockerpty<0.5,>=0.4.1 16:40:01 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:40:02 Collecting docker<4.0,>=3.6.0 16:40:02 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:40:03 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:40:03 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:40:03 Collecting idna<2.8,>=2.5 16:40:03 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:40:05 Collecting urllib3<1.25,>=1.21.1 16:40:05 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:40:06 Collecting docker-pycreds>=0.4.0 16:40:06 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:40:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:40:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:40:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:40:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:40:07 Installing collected packages: jsonschema, texttable, PyYAML, cached-property, docopt, idna, urllib3, requests, websocket-client, dockerpty, docker-pycreds, docker, docker-compose 16:40:08 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 16:40:09 Running setup.py install for texttable: started 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.962s coverage: 29.1% of statements 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.218s coverage: 100.0% of statements 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:40:10 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements 16:40:10 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 16:40:10 Running setup.py install for texttable: finished with status 'done' 16:40:10 Running setup.py install for PyYAML: started 16:40:10 GO111MODULE=on go vet ./... 16:40:11 Running setup.py install for PyYAML: finished with status 'done' 16:40:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:40:12 ---> dacb70ed6a70 16:40:12 Step 3/22 : WORKDIR /edgex-go 16:40:12 ---> Using cache 16:40:12 ---> 7dbdc36d88a8 16:40:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:12 ---> Using cache 16:40:12 ---> dd12d855b093 16:40:12 Step 5/22 : RUN apk add --update --no-cache make git 16:40:12 ---> Using cache 16:40:12 ---> af65babdacac 16:40:12 Step 6/22 : COPY go.mod . 16:40:12 ---> Using cache 16:40:12 ---> 83238f649005 16:40:12 Step 7/22 : RUN go mod download 16:40:12 ---> Using cache 16:40:12 ---> a07cdd95ae16 16:40:12 Step 8/22 : COPY . . 16:40:12 ---> Using cache 16:40:12 ---> dfe0ca905fc4 16:40:12 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:40:13 Running setup.py install for docopt: started 16:40:13 ---> Running in 53d2908eadb7 16:40:14 Running setup.py install for docopt: finished with status 'done' 16:40:14 Attempting uninstall: idna 16:40:14 Found existing installation: idna 2.9 16:40:14 Uninstalling idna-2.9: 16:40:15 Successfully uninstalled idna-2.9 16:40:16 Attempting uninstall: urllib3 16:40:16 Found existing installation: urllib3 1.25.9 16:40:16 Uninstalling urllib3-1.25.9: 16:40:16 Successfully uninstalled urllib3-1.25.9 16:40:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:40:17 Attempting uninstall: requests 16:40:17 Found existing installation: requests 2.23.0 16:40:17 Uninstalling requests-2.23.0: 16:40:17 Successfully uninstalled requests-2.23.0 16:40:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:40:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:40:18 ---> dacb70ed6a70 16:40:18 Step 3/22 : WORKDIR /edgex-go 16:40:18 ---> Using cache 16:40:18 ---> 7dbdc36d88a8 16:40:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:40:18 ---> Using cache 16:40:18 ---> dd12d855b093 16:40:18 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:40:21 ---> Running in 5e973a2b1599 16:40:21 Running setup.py install for dockerpty: started 16:40:21 Running setup.py install for dockerpty: finished with status 'done' 16:40:22 Removing intermediate container ad87d7ee745a 16:40:22 ---> c9db233c3aae 16:40:22 16:40:22 Step 10/23 : FROM alpine:3.12 16:40:22 ---> 389fef711851 16:40:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:40:22 ---> Using cache 16:40:22 ---> 969613da95d4 16:40:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:40:22 ---> Using cache 16:40:22 ---> 5b8f29285da5 16:40:22 Step 13/23 : ENV APP_PORT=48082 16:40:22 Removing intermediate container 13943dfb73ef 16:40:22 ---> f92881240716 16:40:22 16:40:22 Step 10/21 : FROM alpine:3.12 16:40:22 ---> 389fef711851 16:40:22 Step 11/21 : RUN apk add --update --no-cache curl 16:40:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:40:23 ---> Running in c00db4d0b410 16:40:23 ---> Running in a16bc9d30730 16:40:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:40:24 Removing intermediate container c00db4d0b410 16:40:24 ---> 611db34333e1 16:40:24 Step 14/23 : EXPOSE $APP_PORT 16:40:24 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:40:24 ---> Running in f92e507e4cd7 16:40:24 OK: 233 MiB in 51 packages 16:40:24 Removing intermediate container f92e507e4cd7 16:40:24 ---> 20741191c57d 16:40:24 Step 15/23 : WORKDIR / 16:40:24 ---> Running in a520c5264a4a 16:40:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:40:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:40:25 Removing intermediate container a520c5264a4a 16:40:25 ---> d34d58b55bc7 16:40:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:40:25 (1/4) Installing ca-certificates (20191127-r4) 16:40:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:40:25 (3/4) Installing libcurl (7.69.1-r3) 16:40:25 (4/4) Installing curl (7.69.1-r3) 16:40:25 Executing busybox-1.31.1-r19.trigger 16:40:26 Executing ca-certificates-20191127-r4.trigger 16:40:26 OK: 7 MiB in 18 packages 16:40:27 Removing intermediate container 5e973a2b1599 16:40:27 ---> 5bfed8df9ad6 16:40:27 Step 6/22 : COPY go.mod . 16:40:28 ---> 310b95728f57 16:40:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:40:28 Removing intermediate container cf15372aa3fd 16:40:28 ---> 9b294529cefd 16:40:28 Step 21/26 : RUN apk --no-cache add curl 16:40:28 ---> aa92ed5de811 16:40:28 Step 7/22 : RUN go mod download 16:40:29 ---> Running in 141571905be0 16:40:29 ---> Running in 261d27e4b819 16:40:30 ---> 975b737f2f1e 16:40:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:40:30 Removing intermediate container a16bc9d30730 16:40:30 ---> a7df99e5558b 16:40:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:40:30 ---> Running in f90da61d5a83 16:40:30 ---> b4900cb63c04 16:40:30 Step 19/23 : ENTRYPOINT ["/core-command"] 16:40:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:40:30 ---> Running in 0ff22e6fd3b7 16:40:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:40:30 Removing intermediate container f90da61d5a83 16:40:30 ---> 98de945a8b30 16:40:30 Step 13/21 : WORKDIR /edgex 16:40:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:40:31 (2/3) Installing libcurl (7.69.1-r3) 16:40:31 (3/3) Installing curl (7.69.1-r3) 16:40:31 ---> Running in 2dbadda95de4 16:40:31 Executing busybox-1.31.1-r19.trigger 16:40:31 OK: 72 MiB in 58 packages 16:40:31 Removing intermediate container 0ff22e6fd3b7 16:40:31 ---> 5f276cd38a69 16:40:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:31 ---> Running in accc389c1e3c 16:40:31 Removing intermediate container 2dbadda95de4 16:40:31 ---> a12bc6193a66 16:40:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:40:32 ---> e13c7f8d2ae2 16:40:32 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:40:32 Removing intermediate container accc389c1e3c 16:40:32 ---> a9d7856bed29 16:40:32 Step 21/23 : LABEL arch=x86_64 16:40:32 ---> Running in b06a27dc4540 16:40:32 Removing intermediate container 141571905be0 16:40:32 ---> e5d160f5853f 16:40:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:40:32 Removing intermediate container 261d27e4b819 16:40:32 ---> d36aa572e12a 16:40:32 Step 8/22 : COPY . . 16:40:32 ---> Running in 46fce5b05386 16:40:32 Removing intermediate container b06a27dc4540 16:40:32 ---> 5221601e9eac 16:40:32 Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:40:32 ---> cf67c001075e 16:40:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:40:33 ---> Running in 3d1ff53caaf1 16:40:33 Removing intermediate container 46fce5b05386 16:40:33 ---> 85d46f642678 16:40:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:35 ---> Running in e25c29dd328e 16:40:37 Removing intermediate container 3d1ff53caaf1 16:40:37 ---> 3e55e137ab22 16:40:37 Step 23/23 : LABEL version=0.0.0 16:40:37 ---> f41a34ddc805 16:40:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:40:38 ---> Running in bfd9d465f6c9 16:40:38 Removing intermediate container e25c29dd328e 16:40:38 ---> ddd0db7ae6de 16:40:38 Step 24/26 : LABEL arch=x86_64 16:40:40 ---> Running in 5a7bda37d603 16:40:42 ---> Running in bafdbfbff348 16:40:43 Removing intermediate container bfd9d465f6c9 16:40:43 ---> 64f0b752edef 16:40:43 16:40:43 Removing intermediate container 53d2908eadb7 16:40:43 ---> 4a613342acd7 16:40:43 16:40:43 Step 10/22 : FROM alpine:3.12 16:40:43 ---> 389fef711851 16:40:43 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:40:43 ---> Using cache 16:40:43 ---> 969613da95d4 16:40:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:40:43 ---> Using cache 16:40:43 ---> 5b8f29285da5 16:40:43 Step 13/22 : ENV APP_PORT=48085 16:40:43 Successfully built 64f0b752edef 16:40:43 Removing intermediate container 5a7bda37d603 16:40:43 ---> c60baf9ec354 16:40:43 Step 18/21 : CMD ["--init=true"] 16:40:44 Successfully tagged docker-core-command-go:latest 16:40:45  Building docker-core-command-go ... done  ---> Running in 9a7684607755 16:40:45 Removing intermediate container bafdbfbff348 16:40:45 ---> aadd38434c3e 16:40:45 Step 25/26 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:40:47 ---> Running in 083e513902eb 16:40:47 ---> Running in e2e23c4579f6 16:40:47 Removing intermediate container 9a7684607755 16:40:47 ---> e743f018b81e 16:40:47 Step 14/22 : EXPOSE $APP_PORT 16:40:49 ---> Running in 34278cf44f0a 16:40:49 Removing intermediate container e2e23c4579f6 16:40:49 ---> 93ebd5d85d85 16:40:49 Step 19/21 : LABEL arch=x86_64 16:40:49 Removing intermediate container 083e513902eb 16:40:49 ---> 5dd4dafbfb74 16:40:49 Step 26/26 : LABEL version=0.0.0 16:40:49 ---> Running in 3086c03fa3c6 16:40:49 ---> Running in f1b48c7cf170 16:40:49 Removing intermediate container 34278cf44f0a 16:40:49 ---> 91688d7a6f7d 16:40:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:40:51 Removing intermediate container f1b48c7cf170 16:40:51 ---> 77da93978861 16:40:51 16:40:51 Removing intermediate container 3086c03fa3c6 16:40:51 ---> 68aef8da769d 16:40:51 Step 20/21 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:40:51 Successfully built 77da93978861 16:40:51 Successfully tagged docker-sys-mgmt-agent-go:latest 16:40:52  Building docker-sys-mgmt-agent-go ... done  ---> 37a64b7c7025 16:40:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / ---> Running in 11ae1be50199 16:40:52 16:40:52 ---> 53c589b13839 16:40:52 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:40:52 ---> Running in ad19b2b6d888 16:40:52 Removing intermediate container 11ae1be50199 16:40:52 ---> 1ebb7e86e6be 16:40:52 Step 21/21 : LABEL version=0.0.0 16:40:52 ---> Running in d7dae31b9047 16:40:52 ---> 6952d20e50b7 16:40:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:40:53 Removing intermediate container d7dae31b9047 16:40:53 ---> eb52a20a5983 16:40:53 16:40:53 ---> dcfcb41f7e9a 16:40:53 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:40:53 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 16:40:53 Successfully built eb52a20a5983 16:40:53 Successfully tagged docker-security-proxy-setup-go:latest 16:40:53  Building docker-security-proxy-setup-go ... done  ---> Running in f65f2e075841 16:40:53 Removing intermediate container f65f2e075841 16:40:53 ---> 037d1cf7f63a 16:40:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:53 ---> Running in ebe2e2e6ac61 16:40:53 Removing intermediate container ebe2e2e6ac61 16:40:53 ---> 41f505ad4006 16:40:53 Step 20/22 : LABEL arch=x86_64 16:40:53 ---> Running in 9f08cfe7f5ac 16:40:54 Removing intermediate container 9f08cfe7f5ac 16:40:54 ---> fdba2ee3f2b3 16:40:54 Step 21/22 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:40:54 ---> Running in b1bbb2b623eb 16:40:54 Removing intermediate container b1bbb2b623eb 16:40:54 ---> 5e1562adee28 16:40:54 Step 22/22 : LABEL version=0.0.0 16:40:54 ---> Running in bb33a13a039a 16:40:55 Removing intermediate container bb33a13a039a 16:40:55 ---> 66eacb3da170 16:40:55 16:40:55 Successfully built 66eacb3da170 16:40:55 Successfully tagged docker-support-scheduler-go:latest 16:41:07  Building docker-support-scheduler-go ... done Removing intermediate container ad19b2b6d888 16:41:07 ---> 128534e4fa38 16:41:07 16:41:07 Step 10/22 : FROM alpine:3.12 16:41:07 ---> 389fef711851 16:41:07 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:41:07 ---> Running in 31d4bba2a4f3 16:41:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:41:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:41:07 (1/2) Installing ca-certificates (20191127-r4) 16:41:07 (2/2) Installing dumb-init (1.2.2-r1) 16:41:07 Executing busybox-1.31.1-r19.trigger 16:41:07 Executing ca-certificates-20191127-r4.trigger 16:41:07 OK: 6 MiB in 16 packages 16:41:07 Removing intermediate container 31d4bba2a4f3 16:41:07 ---> ed1cdef89dd3 16:41:07 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:41:07 ---> Running in dacffce32101 16:41:08 Removing intermediate container dacffce32101 16:41:08 ---> 04024aa87ed3 16:41:08 Step 13/22 : ENV APP_PORT=48060 16:41:08 ---> Running in d955c8ded6db 16:41:09 Removing intermediate container d955c8ded6db 16:41:09 ---> 8a9d1cc98fd3 16:41:09 Step 14/22 : EXPOSE $APP_PORT 16:41:09 ---> Running in d419d6d23c24 16:41:09 Removing intermediate container d419d6d23c24 16:41:09 ---> bd229e4f5234 16:41:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:41:09 ---> 02a3f9f44481 16:41:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:41:10 ---> 30bb296e1f0d 16:41:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:41:10 ---> eb3b139b9321 16:41:10 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:41:10 ---> Running in d9b328004b2d 16:41:10 Removing intermediate container d9b328004b2d 16:41:10 ---> b2752416a0d5 16:41:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:10 ---> Running in db6c3179a71a 16:41:11 Removing intermediate container db6c3179a71a 16:41:11 ---> 9a2b12ea2557 16:41:11 Step 20/22 : LABEL arch=x86_64 16:41:11 ---> Running in 896db333a366 16:41:11 Removing intermediate container 896db333a366 16:41:11 ---> bd1043d86160 16:41:11 Step 21/22 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:41:11 ---> Running in 7ff44cc78434 16:41:11 Removing intermediate container 7ff44cc78434 16:41:11 ---> 013379cb2c33 16:41:11 Step 22/22 : LABEL version=0.0.0 16:41:11 ---> Running in 0eee4a23625a 16:41:11 Removing intermediate container 0eee4a23625a 16:41:11 ---> d576e111be5e 16:41:11 16:41:11 Successfully built d576e111be5e 16:41:11 Successfully tagged docker-support-notifications-go:latest 16:41:12  Building docker-support-notifications-go ... done  [Pipeline] } 16:41:12 $ docker stop --time=1 4d7031ae1bb3d44c4b61e71b305d5fc1732d1386a474d9b7bc07239812e588df 16:41:14 $ docker rm -f 4d7031ae1bb3d44c4b61e71b305d5fc1732d1386a474d9b7bc07239812e588df [Pipeline] // withDockerContainer [Pipeline] sh 16:41:14 + docker images 16:41:14 + grep docker 16:41:14 docker-support-notifications-go latest d576e111be5e 3 seconds ago 17.6MB 16:41:14 docker-support-scheduler-go latest 66eacb3da170 20 seconds ago 17MB 16:41:14 docker-security-proxy-setup-go latest eb52a20a5983 22 seconds ago 24.4MB 16:41:14 docker-sys-mgmt-agent-go latest 77da93978861 24 seconds ago 313MB 16:41:14 docker-core-command-go latest 64f0b752edef 33 seconds ago 16.9MB 16:41:14 docker-security-bootstrapper-go latest fc6bef9ef925 About a minute ago 23.8MB 16:41:14 docker-core-data-go latest bbe2de1e3fc9 About a minute ago 22.3MB 16:41:14 docker-security-secretstore-setup-go latest 2f5eea956af4 2 minutes ago 24.6MB 16:41:14 docker-core-metadata-go latest ed6fddf38ec0 2 minutes ago 18.8MB 16:41:14 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:41:30 Still waiting to schedule task 16:41:30 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:41:32 gofmt -l . 16:41:32 [ "`gofmt -l .`" = "" ] 16:41:32 ./bin/test-go-mod-tidy.sh 16:41:32 ./bin/test-attribution-txt.sh [Pipeline] sh 16:41:33 + ls -al . 16:41:33 total 720 16:41:33 drwxrwxr-x 9 1001 1001 4096 Feb 5 16:41 . 16:41:33 drwxr-xr-x 4 root root 4096 Feb 5 16:37 .. 16:41:33 -rw-rw-r-- 1 1001 1001 11 Feb 5 16:35 .dockerignore 16:41:33 drwxrwxr-x 8 1001 1001 4096 Feb 5 16:35 .git 16:41:33 drwxrwxr-x 3 1001 1001 4096 Feb 5 16:35 .github 16:41:33 -rw-rw-r-- 1 1001 1001 872 Feb 5 16:35 .gitignore 16:41:33 -rw-rw-r-- 1 1001 1001 166 Feb 5 16:35 .sonarcloud.properties 16:41:33 -rw-rw-r-- 1 1001 1001 7859 Feb 5 16:35 Attribution.txt 16:41:33 -rw-rw-r-- 1 1001 1001 3804 Feb 5 16:35 CONTRIBUTING.md 16:41:33 -rw-rw-r-- 1 1001 1001 931 Feb 5 16:35 Dockerfile.build 16:41:33 -rw-rw-r-- 1 1001 1001 863 Feb 5 16:35 Jenkinsfile 16:41:33 -rw-rw-r-- 1 1001 1001 10775 Feb 5 16:35 LICENSE 16:41:33 -rw-rw-r-- 1 1001 1001 6001 Feb 5 16:35 Makefile 16:41:33 -rw-rw-r-- 1 1001 1001 6524 Feb 5 16:35 README.md 16:41:33 -rw-rw-r-- 1 1001 1001 6755 Feb 5 16:35 SECURITY.md 16:41:33 -rw-rw-r-- 1 1001 1001 5 Feb 5 16:33 VERSION 16:41:33 -rw-rw-r-- 1 1001 1001 4131 Feb 5 16:35 ZMQWindows.md 16:41:33 drwxrwxr-x 2 1001 1001 4096 Feb 5 16:35 bin 16:41:33 drwxrwxr-x 15 1001 1001 4096 Feb 5 16:35 cmd 16:41:33 -rw-r--r-- 1 root root 587103 Feb 5 16:40 coverage.out 16:41:33 -rw-r--r-- 1 root root 1054 Feb 5 16:41 go.mod 16:41:33 -rw-r--r-- 1 root root 19290 Feb 5 16:41 go.sum 16:41:33 drwxrwxr-x 8 1001 1001 4096 Feb 5 16:35 internal 16:41:33 drwxrwxr-x 4 1001 1001 4096 Feb 5 16:35 openapi 16:41:33 drwxrwxr-x 4 1001 1001 4096 Feb 5 16:35 snap 16:41:33 -rw-rw-r-- 1 1001 1001 168 Feb 5 16:35 version.go [Pipeline] sh 16:41:34 + '[' -e coverage.out ] 16:41:34 + chown 1001:1001 coverage.out [Pipeline] stash 16:41:34 Warning: overwriting stash ‘coverage-report’ 16:41:35 Stashed 1 file(s) [Pipeline] sh 16:41:36 + make build 16:41:36 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:41:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:42:08 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:42:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:42:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:42:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:42:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:42:26 Running on prd-ubuntu18.04-docker-8c-8g-25257 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws 16:42:26 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 16:42:28 using credential edgex-jenkins-ssh 16:42:28 Cloning the remote Git repository 16:42:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:42:28 > git init /w/workspace/edgex-go/4 # timeout=10 16:42:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:42:28 > git --version # timeout=10 16:42:28 > git --version # 'git version 2.17.1' 16:42:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42: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 16:42:33 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 16:42:37 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 16:42:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:42:44 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 16:42:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 16:42:54 $ docker stop --time=1 39f697a029def67c07aa42297e3837d79a94e5ca3d618eba9c2409b4cb4e9321 16:42:56 Merging remotes/origin/master commit 342a72dc7becdeb5a949018242fa1a90a07bfb5e into PR head commit 8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:42:56 Merge succeeded, producing 8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:42:56 Checking out Revision 8c47ad09ea0ea512fd43ea36cd5568db591e06df (PR-3134) 16:42:56 $ docker rm -f 39f697a029def67c07aa42297e3837d79a94e5ca3d618eba9c2409b4cb4e9321 16:42:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:42:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:42:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:42:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:42:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:42:56 > git config core.sparsecheckout # timeout=10 16:42:56 > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 16:42:56 > git remote # timeout=10 16:42:56 > git config --get remote.origin.url # timeout=10 16:42:56 using GIT_SSH to set credentials SSH Credentials for GitHub 16:42:56 > git merge 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 16:42:56 > git rev-parse HEAD^{commit} # timeout=10 16:42:56 > git config core.sparsecheckout # timeout=10 16:42:56 > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:42:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:42:59 16:42:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:42:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:42:59 latest: Pulling from edgex-devops/edgex-compose-arm64 16:42:59 29e5d40040c1: Pulling fs layer 16:42:59 1ce36da41761: Pulling fs layer 16:42:59 25b303627fd3: Pulling fs layer 16:43:00 29e5d40040c1: Verifying Checksum 16:43:00 29e5d40040c1: Download complete 16:43:00 Commit message: "Merge branch 'master' into issue-3129" 16:43:00 1ce36da41761: Verifying Checksum 16:43:00 1ce36da41761: Download complete 16:43:00 29e5d40040c1: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:43:01 + echo snap-build.sh 16:43:01 snap-build.sh 16:43:01 + SNAP_BASE_DIR=. 16:43:01 + '[' '!' -z /w/workspace/edgex-go/4 ']' 16:43:01 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 16:43:01 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 16:43:01 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 16:43:01 + cd /w/workspace/edgex-go/4 16:43:01 + sudo apt-get remove -qy --purge lxd lxd-client 16:43:01 Reading package lists... 16:43:01 Building dependency tree... 16:43:01 Reading state information... 16:43:01 The following packages were automatically installed and are no longer required: 16:43:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:43:01 uidmap xdelta3 16:43:01 Use 'sudo apt autoremove' to remove them. 16:43:01 The following packages will be REMOVED: 16:43:01 lxd* lxd-client* 16:43:02 1ce36da41761: Pull complete 16:43:02 25b303627fd3: Verifying Checksum 16:43:02 25b303627fd3: Download complete 16:43:02 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:43:02 After this operation, 31.7 MB disk space will be freed. 16:43:03 (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.) 16:43:03 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:43:04 Removing lxd dnsmasq configuration 16:43:04 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:43:05 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:43:05 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:43:05 (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.) 16:43:05 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:43:07 Processing triggers for systemd (237-3ubuntu10.42) ... 16:43:07 Processing triggers for ureadahead (0.100.0-21) ... 16:43:08 + sudo snap remove --purge lxd 16:43:08 snap "lxd" is not installed 16:43:08 + sudo groupadd --force --system lxd 16:43:08 ++ whoami 16:43:08 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:43:08 + newgrp - lxd 16:43:08 + sudo snap install lxd 16:43:12 25b303627fd3: Pull complete 16:43:12 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:43:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:43:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:43:12 prd-ubuntu18.04-docker-arm64-4c-16g-25255 does not seem to be running inside a container 16:43:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:43:15 $ docker top d15e8ba36b9801e5ab0a05f01192b64a3533d61c29b9ad6869273557be2fb8c1 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:16 + grep parallel 16:43:16 + docker-compose build --help 16:43:16 2021-02-05T16:43:14Z INFO Waiting for automatic snapd restart... 16:43:20 --parallel Build images in parallel. [Pipeline] } 16:43:20 $ docker stop --time=1 d15e8ba36b9801e5ab0a05f01192b64a3533d61c29b9ad6869273557be2fb8c1 16:43:22 $ docker rm -f d15e8ba36b9801e5ab0a05f01192b64a3533d61c29b9ad6869273557be2fb8c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:43:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:43:23 . [Pipeline] withDockerContainer 16:43:23 prd-ubuntu18.04-docker-arm64-4c-16g-25255 does not seem to be running inside a container 16:43:23 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:43:25 $ docker top a631c85a98e81c39684ea5e526a01cd78a2e217d05a930186789e99b7eb24249 -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:26 + docker-compose -f ./docker-compose-build.yml build --parallel 16:43:29 lxd 4.10 from Canonical* installed 16:43:29 + sudo lxd init --auto 16:43:29 Building docker-core-command-go ... 16:43:29 Building docker-core-data-go ... 16:43:29 Building docker-core-metadata-go ... 16:43:29 Building docker-security-bootstrapper-go ... 16:43:29 Building docker-security-proxy-setup-go ... 16:43:29 Building docker-security-secretstore-setup-go ... 16:43:29 Building docker-support-notifications-go ... 16:43:29 Building docker-support-scheduler-go ... 16:43:29 Building docker-sys-mgmt-agent-go ... 16:43:29 Building docker-security-proxy-setup-go 16:43:29 Building docker-core-metadata-go 16:43:29 Building docker-support-scheduler-go 16:43:29 Building docker-sys-mgmt-agent-go 16:43:29 Building docker-core-data-go 16:43:37 + sudo snap install --classic snapcraft 16:43:42 snapcraft 4.4.4 from Canonical* installed 16:43:42 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:43:42 + patch --verbose -p1 16:43:42 Hmm... Looks like a unified diff to me... 16:43:42 The text leading up to this was: 16:43:42 -------------------------- 16:43:42 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:43:42 |From: Tony Espy 16:43:42 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:43:42 |Subject: [PATCH] optimize snap build for pipeline CI check 16:43:42 | 16:43:42 |This patch is used by the EdgeX CI pipeline builds to 16:43:42 |optimize the snap CI check run for pull requests. When 16:43:42 |applied, it essentially strips out everything (apps and 16:43:42 |parts) from the snapcraft.yaml file except those required 16:43:42 |to build edgex-go, as the whole idea of the CI check is to 16:43:42 |catch changes to edgex-go that break the snap build. 16:43:42 | 16:43:42 |In general, anyone updating snapcraft.yaml will also need 16:43:42 |to update this patch file, otherwise it may fail to apply, 16:43:42 |resulting in a failed snap build CI check in the associated 16:43:42 |pull request. 16:43:42 | 16:43:42 |Note - in addition to applying this patch, the pipeline also 16:43:42 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:43:42 |need to build the finally binary .snap file (and it won't 16:43:42 |work with the patch applied). This further reduces the build 16:43:42 |time. 16:43:42 |--- 16:43:42 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:43:42 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:43:42 | 16:43:42 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:43:42 |index 1e537489..faf42425 100644 16:43:42 |--- a/snap/snapcraft.yaml 16:43:42 |+++ b/snap/snapcraft.yaml 16:43:42 -------------------------- 16:43:42 patching file snap/snapcraft.yaml 16:43:42 Using Plan A... 16:43:42 Hunk #1 succeeded at 73. 16:43:42 Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). 16:43:42 Hunk #3 succeeded at 214 (offset -1 lines). 16:43:42 Hunk #4 succeeded at 222 (offset -1 lines). 16:43:42 Hunk #5 succeeded at 229 (offset -1 lines). 16:43:42 Hunk #6 succeeded at 256 (offset -1 lines). 16:43:42 Hunk #7 succeeded at 290 (offset -1 lines). 16:43:42 Hunk #8 succeeded at 342. 16:43:42 Hmm... Ignoring the trailing garbage. 16:43:42 done 16:43:42 + sudo snapcraft prime --use-lxd 16:43:44 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:43:44 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: 16:43:44 - README.md 16:43:44 - snapcraft.yaml.orig 16:43:44 16:43:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:43:44 Launching a container. 16:43:56 Waiting for container to be ready 16:43:56 To start your first instance, try: lxc launch ubuntu:18.04 16:43:56 16:44:00 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:44:00 Waiting for network to be ready... 16:44:00 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:44:00 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:44:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 16:44:01 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:44:01 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:44:01 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:44:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 16:44:01 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:44:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 16:44:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 16:44:01 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 16:44:01 Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 16:44:01 Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 16:44:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:44:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:44:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:44:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:44:01 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 16:44:02 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:44:02 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 16:44:02 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 16:44:02 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 16:44:02 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 16:44:02 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 16:44:02 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 16:44:02 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 16:44:02 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 16:44:05 Fetched 23.9 MB in 4s (5371 kB/s) 16:44:05 Reading package lists... 16:44:05 Reading package lists... 16:44:05 Building dependency tree... 16:44:05 Reading state information... 16:44:06 The following additional packages will be installed: 16:44:06 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:44:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:44:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:44:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:44:06 Suggested packages: 16:44:06 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:44:06 Recommended packages: 16:44:06 gnupg libsasl2-modules 16:44:06 The following NEW packages will be installed: 16:44:06 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:44:06 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:44:06 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:44:06 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:44:06 The following packages will be upgraded: 16:44:06 gpg gpg-agent gpgconf libudev1 16:44:06 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:44:06 Need to get 3533 kB of archives. 16:44:06 After this operation, 13.3 MB of additional disk space will be used. 16:44:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 16:44:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 16:44:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 16:44:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 16:44:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 16:44:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 16:44:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 16:44:06 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 16:44:06 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 16:44:06 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 16:44:07 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:44:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:44:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:44:07 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:44:07 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:44:07 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:44:07 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:44:07 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:44:07 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:44:07 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:44:07 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:44:07 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:44:07 debconf: delaying package configuration, since apt-utils is not installed 16:44:07 Fetched 3533 kB in 1s (3187 kB/s) 16:44:07 (Reading database ... 12511 files and directories currently installed.) 16:44:07 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 16:44:07 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:44:07 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 16:44:07 Selecting previously unselected package udev. 16:44:07 (Reading database ... 12511 files and directories currently installed.) 16:44:07 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 16:44:07 Unpacking udev (237-3ubuntu10.44) ... 16:44:08 Selecting previously unselected package libfuse2:amd64. 16:44:08 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:44:08 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:44:08 Selecting previously unselected package fuse. 16:44:08 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:44:08 Unpacking fuse (2.9.7-1ubuntu1) ... 16:44:08 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 16:44:08 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:44:08 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 16:44:08 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:44:08 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 16:44:08 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:44:08 Selecting previously unselected package libksba8:amd64. 16:44:08 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:44:08 Unpacking libksba8:amd64 (1.3.5-2) ... 16:44:08 Selecting previously unselected package libroken18-heimdal:amd64. 16:44:08 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:08 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:08 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:44:08 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:08 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:09 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:44:09 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:09 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:09 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:44:09 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:09 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:09 Selecting previously unselected package libwind0-heimdal:amd64. 16:44:09 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:09 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:09 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:44:09 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:09 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:09 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:44:09 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:09 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:09 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:44:09 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:09 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:09 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:44:09 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:44:09 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:09 Selecting previously unselected package libsasl2-modules-db:amd64. 16:44:09 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:44:09 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:44:09 Selecting previously unselected package libsasl2-2:amd64. 16:44:09 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:44:09 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:44:09 Selecting previously unselected package libldap-common. 16:44:09 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 16:44:09 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:44:09 Selecting previously unselected package libldap-2.4-2:amd64. 16:44:09 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 16:44:09 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:44:10 Selecting previously unselected package dirmngr. 16:44:10 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 16:44:10 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 16:44:10 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 16:44:10 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 16:44:10 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:44:10 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:44:10 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:44:10 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 16:44:10 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:10 Setting up libksba8:amd64 (1.3.5-2) ... 16:44:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:44:10 Setting up udev (237-3ubuntu10.44) ... 16:44:10 invoke-rc.d: policy-rc.d denied execution of start. 16:44:10 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:10 Processing triggers for systemd (237-3ubuntu10) ... 16:44:10 Setting up fuse (2.9.7-1ubuntu1) ... 16:44:11 Setting up gpg (2.2.4-1ubuntu1.3) ... 16:44:11 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:11 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:11 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:11 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:11 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:11 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:11 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:44:11 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 16:44:11 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 16:44:11 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:44:11 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:44:11 settings in the [Install] section, and DefaultInstance for template units). 16:44:11 This means they are not meant to be enabled using systemctl. 16:44:11 Possible reasons for having this kind of units are: 16:44:11 1) A unit may be statically enabled by being symlinked from another unit's 16:44:11 .wants/ or .requires/ directory. 16:44:11 2) A unit's purpose may be to act as a helper for some other unit which has 16:44:11 a requirement dependency on it. 16:44:11 3) A unit may be started when needed via activation (socket, path, timer, 16:44:11 D-Bus, udev, scripted systemctl call, ...). 16:44:11 4) In case of template units, the unit is meant to be enabled with some 16:44:11 instance name specified. 16:44:12 Reading package lists... 16:44:12 Building dependency tree... 16:44:12 Reading state information... 16:44:12 The following additional packages will be installed: 16:44:12 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:44:12 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:44:12 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:44:12 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:44:12 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:44:12 Suggested packages: 16:44:12 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:44:12 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:44:12 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:44:12 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:44:12 systemd-container policykit-1 16:44:12 Recommended packages: 16:44:12 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:44:12 The following NEW packages will be installed: 16:44:12 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:44:12 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:44:12 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:44:12 multiarch-support openssh-client python3 python3-minimal python3.6 16:44:12 python3.6-minimal snapd squashfs-tools sudo 16:44:12 The following packages will be upgraded: 16:44:12 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:44:12 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:44:12 Need to get 35.2 MB of archives. 16:44:12 After this operation, 141 MB of additional disk space will be used. 16:44:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:44:12 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 16:44:13 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:44:13 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 16:44:13 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 16:44:13 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:44:13 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:44:13 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:44:13 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:44:13 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:44:13 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:44:13 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:44:13 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:44:13 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 16:44:13 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:44:13 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:44:13 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 16:44:13 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 16:44:13 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:44:13 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 16:44:13 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 16:44:13 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:44:13 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:44:13 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:44:13 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:44:13 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:44:13 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:44:13 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:44:13 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 16:44:14 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:44:14 debconf: delaying package configuration, since apt-utils is not installed 16:44:14 Fetched 35.2 MB in 2s (15.1 MB/s) 16:44:14 (Reading database ... 12757 files and directories currently installed.) 16:44:14 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 16:44:15 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:44:15 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 16:44:15 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:44:15 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 16:44:16 (Reading database ... 12757 files and directories currently installed.) 16:44:16 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:44:16 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:44:16 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:44:16 (Reading database ... 12757 files and directories currently installed.) 16:44:16 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:44:16 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:44:16 Setting up apt (1.6.12ubuntu0.2) ... 16:44:16 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:44:17 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:44:17 (Reading database ... 12764 files and directories currently installed.) 16:44:17 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:44:17 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:44:17 Selecting previously unselected package libpython3.6-minimal:amd64. 16:44:17 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:44:17 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:44:17 Selecting previously unselected package libexpat1:amd64. 16:44:17 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:44:17 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:44:17 Selecting previously unselected package python3.6-minimal. 16:44:17 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:44:17 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:44:17 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 16:44:18 Checking for services that may need to be restarted...done. 16:44:18 Checking for services that may need to be restarted...done. 16:44:18 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:44:18 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:44:18 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 16:44:19 Selecting previously unselected package python3-minimal. 16:44:19 (Reading database ... 13012 files and directories currently installed.) 16:44:19 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:44:19 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:44:19 Selecting previously unselected package mime-support. 16:44:19 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:44:19 Unpacking mime-support (3.60ubuntu1) ... 16:44:19 Selecting previously unselected package libmpdec2:amd64. 16:44:19 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:44:19 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:44:19 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:44:19 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:44:19 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:44:19 Selecting previously unselected package python3.6. 16:44:19 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 16:44:19 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:44:19 Selecting previously unselected package libpython3-stdlib:amd64. 16:44:19 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:44:19 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:44:19 Setting up python3-minimal (3.6.7-1~18.04) ... 16:44:19 Selecting previously unselected package python3. 16:44:19 (Reading database ... 13442 files and directories currently installed.) 16:44:19 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:44:19 Unpacking python3 (3.6.7-1~18.04) ... 16:44:20 Selecting previously unselected package multiarch-support. 16:44:20 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:44:20 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:44:20 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:44:20 Selecting previously unselected package liblzo2-2:amd64. 16:44:20 (Reading database ... 13479 files and directories currently installed.) 16:44:20 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:44:20 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:44:20 Selecting previously unselected package libbsd0:amd64. 16:44:20 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:44:20 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:44:20 Selecting previously unselected package sudo. 16:44:20 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:44:20 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:44:20 Selecting previously unselected package apparmor. 16:44:20 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:44:20 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:44:20 Selecting previously unselected package libedit2:amd64. 16:44:20 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:44:20 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:44:20 Selecting previously unselected package libkrb5support0:amd64. 16:44:20 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:44:20 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:44:20 Selecting previously unselected package libk5crypto3:amd64. 16:44:20 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:44:21 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:44:21 Selecting previously unselected package libkeyutils1:amd64. 16:44:21 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:44:21 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:44:21 Selecting previously unselected package libkrb5-3:amd64. 16:44:21 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:44:21 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:44:21 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:44:21 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:44:21 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:44:21 Selecting previously unselected package libssl1.0.0:amd64. 16:44:21 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 16:44:21 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:44:21 Selecting previously unselected package openssh-client. 16:44:21 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:44:21 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:44:21 Selecting previously unselected package squashfs-tools. 16:44:21 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:44:21 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:44:21 Selecting previously unselected package snapd. 16:44:21 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 16:44:22 Unpacking snapd (2.48+18.04) ... 16:44:24 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:44:24 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 16:44:24 Setting up mime-support (3.60ubuntu1) ... 16:44:24 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:44:24 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:44:24 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:44:24 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:44:24 Setting up systemd (237-3ubuntu10.44) ... 16:44:24 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:44:25 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:44:25 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:44:25 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:44:25 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 16:44:25 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:44:25 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 16:44:25 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:44:25 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:44:26 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:44:26 Setting up python3 (3.6.7-1~18.04) ... 16:44:26 running python rtupdate hooks for python3.6... 16:44:26 running python post-rtupdate hooks for python3.6... 16:44:26 Setting up apparmor (2.12-4ubuntu5.1) ... 16:44:28 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:44:28 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:44:28 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:44:28 Setting up snapd (2.48+18.04) ... 16:44:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:44:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:44:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:44:28 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:44:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:44:29 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:44:29 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:44:29 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:44:29 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:44:29 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:44:30 /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' 16:44:30 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:44:30 Processing triggers for systemd (237-3ubuntu10.44) ... 16:44:31 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:44:31 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:44:31 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:44:32 Reading package lists... 16:44:32 Reading package lists... 16:44:32 Building dependency tree... 16:44:32 Reading state information... 16:44:32 Calculating upgrade... 16:44:32 The following packages will be upgraded: 16:44:32 advancecomp base-files bash binutils binutils-common 16:44:32 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:44:32 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:44:32 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:44:32 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:44:32 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:44:32 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:44:32 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:44:32 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:44:32 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:44:32 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:44:32 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:44:32 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:44:32 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:44:32 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:44:32 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:44:32 Need to get 63.8 MB of archives. 16:44:32 After this operation, 5188 kB of additional disk space will be used. 16:44:32 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] 16:44:33 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:44:33 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:44:33 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:44:33 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:44:33 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:44:33 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:44:33 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:44:33 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:44:33 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:44:33 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:44:33 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:44:33 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:44:33 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:44:33 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:44:33 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:44:33 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:44:33 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:44:33 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:44:33 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:44:33 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:44:33 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:44:33 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:44:33 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:44:33 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:44:33 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:44:33 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:44:33 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:44:33 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:44:33 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:44:33 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:44:33 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:44:33 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:44:33 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:44:33 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:44:33 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 16:44:33 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 16:44:33 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:44:33 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:44:33 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:44:33 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 16:44:33 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:44:33 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:44:33 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:44:33 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:44:33 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:44:33 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:44:33 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:44:33 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] 16:44:33 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:44:33 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:44:33 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:44:33 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:44:33 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:44:33 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:44:33 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:44:33 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:44:33 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:44:33 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:44:33 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:44:33 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:44:33 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:44:33 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:44:33 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:44:33 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:44:34 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:44:34 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:44:34 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:44:34 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:44:34 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:44:34 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:44:34 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:44:34 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:44:34 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:44:34 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:44:34 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:44:34 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:44:34 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:44:34 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:44:34 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:44:34 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:44:34 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:44:34 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] 16:44:34 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:44:34 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 16:44:34 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] 16:44:34 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:44:34 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:44:34 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:44:34 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:44:34 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:44:34 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:44:34 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] 16:44:34 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:44:34 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:44:34 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:44:34 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:44:34 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:44:34 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:44:35 debconf: delaying package configuration, since apt-utils is not installed 16:44:35 Fetched 63.8 MB in 2s (30.2 MB/s) 16:44:35 (Reading database ... 13912 files and directories currently installed.) 16:44:35 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:44:35 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:44:35 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:44:35 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:44:36 Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... 16:44:36 Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... 16:44:36 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:36 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:36 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:36 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:36 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:36 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:37 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:37 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:37 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:37 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:37 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:37 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:37 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:37 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:37 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:44:37 (Reading database ... 13911 files and directories currently installed.) 16:44:37 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:37 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:44:38 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:44:38 (Reading database ... 13911 files and directories currently installed.) 16:44:38 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:38 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:38 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:38 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:38 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:44:38 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:44:38 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:44:38 (Reading database ... 13911 files and directories currently installed.) 16:44:38 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:44:38 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:44:39 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:44:39 (Reading database ... 13911 files and directories currently installed.) 16:44:39 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:44:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:44:39 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:44:39 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:44:39 Setting up base-files (10.1ubuntu2.10) ... 16:44:39 Installing new version of config file /etc/issue ... 16:44:39 Installing new version of config file /etc/issue.net ... 16:44:39 Installing new version of config file /etc/lsb-release ... 16:44:39 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:44:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:44:40 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:44:40 Removing obsolete conffile /etc/default/motd-news ... 16:44:40 (Reading database ... 13912 files and directories currently installed.) 16:44:40 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:44:40 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:44:40 Setting up bash (4.4.18-2ubuntu1.2) ... 16:44:40 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 16:44:40 (Reading database ... 13912 files and directories currently installed.) 16:44:40 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:40 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:44:40 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:44:40 (Reading database ... 13912 files and directories currently installed.) 16:44:40 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:44:40 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:44:40 Setting up tar (1.29b-2ubuntu0.2) ... 16:44:41 (Reading database ... 13912 files and directories currently installed.) 16:44:41 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:44:41 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:44:41 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:44:41 (Reading database ... 13912 files and directories currently installed.) 16:44:41 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:44:41 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:44:41 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:44:41 (Reading database ... 13912 files and directories currently installed.) 16:44:41 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:44:41 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:44:41 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:44:41 (Reading database ... 13912 files and directories currently installed.) 16:44:41 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:44:41 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:44:42 Setting up grep (3.1-2build1) ... 16:44:42 (Reading database ... 13912 files and directories currently installed.) 16:44:42 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:44:42 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:44:42 Setting up login (1:4.5-1ubuntu2) ... 16:44:42 (Reading database ... 13912 files and directories currently installed.) 16:44:42 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:44:42 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:44:42 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:44:42 (Reading database ... 13912 files and directories currently installed.) 16:44:42 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:44:42 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:44:43 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:44:43 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:44:43 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:44:43 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:44:44 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:44:44 (Reading database ... 13912 files and directories currently installed.) 16:44:44 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:44:44 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:44:45 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:44:45 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:44:45 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:44:45 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:44:45 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:44:45 (Reading database ... 13912 files and directories currently installed.) 16:44:45 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:44:45 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:44:46 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:44:46 (Reading database ... 13912 files and directories currently installed.) 16:44:46 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:46 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:44:46 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:44:46 (Reading database ... 13912 files and directories currently installed.) 16:44:46 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:46 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:44:46 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:44:46 (Reading database ... 13912 files and directories currently installed.) 16:44:46 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:46 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:44:46 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:44:46 (Reading database ... 13912 files and directories currently installed.) 16:44:46 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:46 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:44:47 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:44:47 (Reading database ... 13912 files and directories currently installed.) 16:44:47 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:44:47 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:44:47 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:44:47 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:44:47 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:44:47 (Reading database ... 13912 files and directories currently installed.) 16:44:47 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:44:47 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:44:47 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:44:47 (Reading database ... 13912 files and directories currently installed.) 16:44:47 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:47 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:44:47 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:44:48 (Reading database ... 13912 files and directories currently installed.) 16:44:48 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:48 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:44:48 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:44:48 (Reading database ... 13912 files and directories currently installed.) 16:44:48 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:48 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:44:49 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:44:49 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:44:49 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:44:49 (Reading database ... 13912 files and directories currently installed.) 16:44:49 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:44:49 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:44:49 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:44:50 (Reading database ... 13912 files and directories currently installed.) 16:44:50 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:44:50 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:44:50 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:44:50 (Reading database ... 13914 files and directories currently installed.) 16:44:50 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:44:50 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:44:50 Setting up debconf (1.5.66ubuntu1) ... 16:44:50 (Reading database ... 13914 files and directories currently installed.) 16:44:50 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:44:50 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:44:50 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:44:50 (Reading database ... 13914 files and directories currently installed.) 16:44:50 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:44:50 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:44:51 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:44:51 (Reading database ... 13914 files and directories currently installed.) 16:44:51 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:44:51 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:44:51 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:44:51 (Reading database ... 13914 files and directories currently installed.) 16:44:51 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:44:51 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:44:51 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:44:51 (Reading database ... 13914 files and directories currently installed.) 16:44:51 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:44:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:44:51 ---> dfd8dae4aaa1 16:44:51 Step 3/23 : WORKDIR /edgex-go 16:44:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:44:51 ---> dfd8dae4aaa1 16:44:51 Step 3/21 : WORKDIR /edgex-go 16:44:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:44:51 ---> dfd8dae4aaa1 16:44:51 Step 3/22 : WORKDIR /edgex-go 16:44:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:44:51 ---> dfd8dae4aaa1 16:44:51 Step 3/26 : WORKDIR /edgex-go 16:44:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:44:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:44:51 ---> dfd8dae4aaa1 16:44:51 Step 3/23 : WORKDIR /edgex-go 16:44:51 ---> Running in 0b3f38066846 16:44:51 ---> Running in 6f807faaeceb 16:44:51 ---> Running in 43b4c5f2fe4b 16:44:51 ---> Running in 96ecd789ece6 16:44:51 ---> Running in c5244a839465 16:44:51 Removing intermediate container c5244a839465 16:44:51 ---> c59fb26622a6 16:44:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:51 Removing intermediate container 43b4c5f2fe4b 16:44:51 ---> 70ae57c6303d 16:44:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:51 Removing intermediate container 0b3f38066846 16:44:51 ---> 1cee86fd84ce 16:44:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:51 Removing intermediate container 96ecd789ece6 16:44:51 ---> f0bb5267fe15 16:44:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:51 Removing intermediate container 6f807faaeceb 16:44:51 ---> fb706c9f2e3a 16:44:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:44:51 ---> Running in 2422f32d4e71 16:44:51 ---> Running in 752d0950e606 16:44:51 ---> Running in c430958cd5c0 16:44:51 ---> Running in 2aec695bbc61 16:44:51 ---> Running in a228f0e285e3 16:44:51 Removing intermediate container 2422f32d4e71 16:44:51 ---> 79b8aa35259d 16:44:51 Step 5/26 : RUN apk add --update --no-cache make bash git 16:44:51 ---> Running in f9e79b5de90b 16:44:51 Removing intermediate container 752d0950e606 16:44:51 ---> 2bd571f71b73 16:44:51 Step 5/22 : RUN apk add --update --no-cache make git 16:44:51 Removing intermediate container c430958cd5c0 16:44:51 ---> d882d22b046f 16:44:51 Step 5/23 : RUN apk add --update --no-cache make git 16:44:51 ---> Running in 798c5761de24 16:44:51 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:44:51 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:44:51 ---> Running in 3278fb0d8db9 16:44:51 Removing intermediate container a228f0e285e3 16:44:51 ---> d02fea830e86 16:44:51 Step 5/21 : RUN apk add --update --no-cache make git 16:44:52 (Reading database ... 13914 files and directories currently installed.) 16:44:52 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:44:52 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:44:52 Removing intermediate container 2aec695bbc61 16:44:52 ---> d01361c60a3b 16:44:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:44:52 ---> Running in fd97a9accc25 16:44:52 ---> Running in 1503b9180caa 16:44:52 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 16:44:52 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 16:44:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:44:52 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:44:52 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:44:52 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:44:52 (Reading database ... 13914 files and directories currently installed.) 16:44:52 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:44:53 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:44:53 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:44:53 (Reading database ... 13914 files and directories currently installed.) 16:44:53 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:44:53 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:44:53 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:44:53 (Reading database ... 13914 files and directories currently installed.) 16:44:53 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:44:53 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:44:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:44:53 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:44:53 (Reading database ... 13914 files and directories currently installed.) 16:44:53 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 16:44:53 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 16:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:44:54 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 16:44:54 (Reading database ... 13914 files and directories currently installed.) 16:44:54 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:44:54 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:44:54 OK: 217 MiB in 51 packages 16:44:54 Setting up passwd (1:4.5-1ubuntu2) ... 16:44:54 (Reading database ... 13914 files and directories currently installed.) 16:44:54 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 16:44:54 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 16:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:44:54 Setting up gpgv (2.2.4-1ubuntu1.3) ... 16:44:54 (Reading database ... 13914 files and directories currently installed.) 16:44:54 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:44:54 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:44:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:44:55 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:44:55 (Reading database ... 13914 files and directories currently installed.) 16:44:55 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:44:55 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:44:55 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:44:55 (Reading database ... 13914 files and directories currently installed.) 16:44:55 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:44:55 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:44:55 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:44:55 (Reading database ... 13914 files and directories currently installed.) 16:44:55 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:44:55 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:44:55 OK: 217 MiB in 51 packages 16:44:55 Removing intermediate container f9e79b5de90b 16:44:55 ---> 4a64e7730b1e 16:44:55 Step 6/26 : COPY go.mod . 16:44:55 OK: 217 MiB in 51 packages 16:44:55 OK: 217 MiB in 51 packages 16:44:56 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:44:56 (Reading database ... 13914 files and directories currently installed.) 16:44:56 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:44:56 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:44:56 OK: 217 MiB in 51 packages 16:44:56 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:44:56 (Reading database ... 13914 files and directories currently installed.) 16:44:56 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:44:56 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:44:56 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:44:56 (Reading database ... 13915 files and directories currently installed.) 16:44:56 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:44:56 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:44:56 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:44:56 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:44:56 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 16:44:56 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 16:44:57 ---> 276c21143976 16:44:57 Step 7/26 : RUN go mod download 16:44:57 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:44:57 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:44:57 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:44:57 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:44:57 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:44:57 ---> Running in 8af785e1422e 16:44:57 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:44:57 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:44:57 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:44:57 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:44:57 Removing intermediate container 798c5761de24 16:44:57 ---> 7ae1e5fddf0e 16:44:57 Step 6/22 : COPY go.mod . 16:44:57 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:44:57 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:44:57 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:44:57 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:44:57 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:44:58 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:44:58 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:44:58 Removing intermediate container 3278fb0d8db9 16:44:58 ---> 69a154defb1f 16:44:58 Step 6/23 : COPY go.mod . 16:44:58 Removing intermediate container fd97a9accc25 16:44:58 ---> fd5ca0446c50 16:44:58 Step 6/21 : COPY go.mod . 16:44:58 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:44:58 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:44:58 Removing intermediate container 1503b9180caa 16:44:58 ---> 08792751614f 16:44:58 Step 6/23 : COPY go.mod . 16:44:58 ---> 542ae89dfcb9 16:44:58 Step 7/22 : RUN go mod download 16:44:59 ---> Running in 62fb6a71c9ac 16:44:59 ---> cab6c26da842 16:44:59 Step 7/23 : RUN go mod download 16:44:59 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:44:59 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:44:59 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:44:59 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:44:59 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:44:59 ---> Running in 6fe524c9a19d 16:44:59 ---> 017b6bfb71bf 16:44:59 ---> af1ddceb5ca0 16:44:59 Step 7/23 : RUN go mod download 16:44:59 Step 7/21 : RUN go mod download 16:44:59 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:44:59 ---> Running in fd45ce10fe45 16:44:59 ---> Running in 93e5acce77d3 16:45:00 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:45:00 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:45:00 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:45:00 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:45:00 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:45:00 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 16:45:00 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:00 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:00 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:00 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:01 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:01 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:01 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:01 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:01 Removing intermediate container 8af785e1422e 16:45:01 ---> 517c3ece0d45 16:45:01 Step 8/26 : COPY . . 16:45:02 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:02 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:03 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:03 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:03 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:03 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:03 Removing intermediate container 62fb6a71c9ac 16:45:03 ---> 68cae670fdec 16:45:03 Step 8/22 : COPY . . 16:45:03 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:03 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:04 Removing intermediate container 6fe524c9a19d 16:45:04 ---> 4ca78c99505b 16:45:04 Step 8/23 : COPY . . 16:45:04 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:45:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:45:05 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:45:05 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:45:05 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:45:05 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:45:05 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:45:05 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:45:05 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:45:05 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:45:05 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:45:05 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:45:05 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:45:05 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:45:05 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:45:05 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:45:05 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:45:05 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:45:05 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:45:05 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:45:06 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:45:06 Removing intermediate container 93e5acce77d3 16:45:06 ---> 9cd033e9eea8 16:45:06 Step 8/23 : COPY . . 16:45:06 Removing intermediate container fd45ce10fe45 16:45:06 ---> 24e3a0c69878 16:45:06 Step 8/21 : COPY . . 16:45:06 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:45:06 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:45:06 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:45:06 16:45:06 Current default time zone: 'Etc/UTC' 16:45:06 Local time is now: Fri Feb 5 16:45:06 UTC 2021. 16:45:06 Universal Time is now: Fri Feb 5 16:45:06 UTC 2021. 16:45:06 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:45:06 16:45:06 Setting up systemd-sysv (237-3ubuntu10.44) ... 16:45:06 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:45:06 Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... 16:45:06 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:45:06 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:45:06 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:45:06 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:45:06 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:45:06 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:45:06 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:45:06 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:45:06 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:45:06 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:45:06 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:45:07 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:45:07 Setting up patch (2.7.6-2ubuntu1.1) ... 16:45:07 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:45:07 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:45:07 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 16:45:07 Installing new version of config file /etc/ssl/openssl.cnf ... 16:45:07 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:45:07 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:45:07 Setting up ca-certificates (20210119~18.04.1) ... 16:45:08 Updating certificates in /etc/ssl/certs... 16:45:09 23 added, 27 removed; done. 16:45:09 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:45:09 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:45:09 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:45:09 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:45:09 Setting up pkgbinarymangler (138.18.04.1) ... 16:45:10 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:45:10 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:45:10 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:45:10 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:45:10 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:45:10 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:45:10 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:45:10 Setting up perl (5.26.1-6ubuntu0.5) ... 16:45:10 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:45:10 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:45:10 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:45:10 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:45:10 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:45:10 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:45:10 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:45:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:45:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:45:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:45:10 Processing triggers for systemd (237-3ubuntu10.44) ... 16:45:10 Processing triggers for mime-support (3.60ubuntu1) ... 16:45:10 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:45:10 Updating certificates in /etc/ssl/certs... 16:45:11 0 added, 0 removed; done. 16:45:11 Running hooks in /etc/ca-certificates/update.d... 16:45:11 done. 16:45:11 Reading package lists... 16:45:11 Building dependency tree... 16:45:11 Reading state information... 16:45:12 The following NEW packages will be installed: 16:45:12 apt-transport-https 16:45:12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:45:12 Need to get 1696 B of archives. 16:45:12 After this operation, 153 kB of additional disk space will be used. 16:45:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:45:12 debconf: delaying package configuration, since apt-utils is not installed 16:45:12 Fetched 1696 B in 0s (8026 B/s) 16:45:12 Selecting previously unselected package apt-transport-https. 16:45:12 (Reading database ... 13920 files and directories currently installed.) 16:45:12 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:45:12 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:45:12 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:45:12 Waiting for network to be ready... 16:45:19 2021-02-05T16:45:15Z INFO Waiting for automatic snapd restart... 16:45:19 snapd 2.48.2 from Canonical* installed 16:45:19 "snapd" switched to the "latest/stable" channel 16:45:19 16:45:22 core18 20201210 from Canonical* installed 16:45:22 "core18" switched to the "latest/stable" channel 16:45:22 16:45:25 snapcraft 4.4.4 from Canonical* installed 16:45:26 "snapcraft" switched to the "latest/stable" channel 16:45:26 16:45:29 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: 16:45:29 - README.md 16:45:29 - snapcraft.yaml.orig 16:45:29 16:45:29 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:45:32 ---> 01aa7b6d95a2 16:45:32 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:45:32 ---> d5f2d110725b 16:45:32 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:45:32 ---> 56f24c329c99 16:45:32 Step 9/23 : RUN make cmd/core-data/core-data 16:45:32 ---> 9f7960208060 16:45:32 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:45:32 ---> Running in 5d47e498e854 16:45:32 ---> 2c9838a0e5b2 16:45:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:45:32 ---> Running in 249e9851e12e 16:45:32 ---> Running in 6d472d589897 16:45:32 ---> Running in e0118b3949cc 16:45:32 ---> Running in 729d207b0d91 16:45: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 16:45: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 16:45:32 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:45: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 16:45: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 16:45:35 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:45:35 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:45:35 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:45:36 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:45:37 Reading package lists... 16:45:37 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 16:45:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:45:44 Reading package lists... 16:45:44 Building dependency tree... 16:45:44 Reading state information... 16:45:44 Suggested packages: 16:45:44 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:45:44 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:45:44 Recommended packages: 16:45:44 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:45:44 The following NEW packages will be installed: 16:45:44 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:45:44 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:45:44 pkg-config zip 16:45:44 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:45:44 Need to get 7655 kB of archives. 16:45:44 After this operation, 43.7 MB of additional disk space will be used. 16:45:44 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:45:44 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 16:45:44 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:45:44 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:45:44 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:45:44 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:45:44 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:45:44 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:45:44 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:45:44 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:45:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:45:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:45:44 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:45:45 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:45:45 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:45:45 debconf: delaying package configuration, since apt-utils is not installed 16:45:45 Fetched 7655 kB in 1s (5890 kB/s) 16:45:45 Selecting previously unselected package libglib2.0-0:amd64. 16:45:45 (Reading database ... 13924 files and directories currently installed.) 16:45:45 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 16:45:45 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:45:45 Selecting previously unselected package libpsl5:amd64. 16:45:45 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:45:45 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:45:45 Selecting previously unselected package libnghttp2-14:amd64. 16:45:45 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:45:45 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:45:45 Selecting previously unselected package librtmp1:amd64. 16:45:45 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:45:45 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:45:46 Selecting previously unselected package libcurl3-gnutls:amd64. 16:45:46 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:45:46 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:45:46 Selecting previously unselected package liberror-perl. 16:45:46 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:45:46 Unpacking liberror-perl (0.17025-1) ... 16:45:46 Selecting previously unselected package git-man. 16:45:46 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:45:46 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:45:46 Selecting previously unselected package git. 16:45:46 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:45:46 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:45:47 Selecting previously unselected package libnorm1:amd64. 16:45:47 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:45:47 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:45:47 Selecting previously unselected package libpgm-5.2-0:amd64. 16:45:47 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:45:47 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:45:47 Selecting previously unselected package libsodium23:amd64. 16:45:47 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:45:47 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:45:47 Selecting previously unselected package libzmq5:amd64. 16:45:47 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:45:47 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:45:47 Selecting previously unselected package libzmq3-dev:amd64. 16:45:47 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:45:47 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:45:47 Selecting previously unselected package pkg-config. 16:45:47 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:45:47 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:45:47 Selecting previously unselected package zip. 16:45:47 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:45:47 Unpacking zip (3.0-11build1) ... 16:45:47 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:45:47 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:45:48 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:45:48 Setting up liberror-perl (0.17025-1) ... 16:45:48 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:45:48 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 16:45:48 No schema files found: doing nothing. 16:45:48 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:45:48 Setting up zip (3.0-11build1) ... 16:45:48 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:45:48 Setting up libsodium23:amd64 (1.0.16-2) ... 16:45:48 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:45:48 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:45:48 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:45:48 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:45:48 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:45:48 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:45:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:45:55 git set to automatically installed. 16:45:55 git-man set to automatically installed. 16:45:55 libcurl3-gnutls set to automatically installed. 16:45:55 liberror-perl set to automatically installed. 16:45:55 libglib2.0-0 set to automatically installed. 16:45:55 libnghttp2-14 set to automatically installed. 16:45:55 libnorm1 set to automatically installed. 16:45:55 libpgm-5.2-0 set to automatically installed. 16:45:55 libpsl5 set to automatically installed. 16:45:55 librtmp1 set to automatically installed. 16:45:55 libsodium23 set to automatically installed. 16:45:55 libzmq3-dev set to automatically installed. 16:45:55 libzmq5 set to automatically installed. 16:45:55 pkg-config set to automatically installed. 16:45:55 zip set to automatically installed. 16:45:57 snapd is not logged in, snap install commands will use sudo 16:46:03 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:46:03 snap "core18" has no updates available 16:46:04 Pulling config-common 16:46:05 Pulling go-build-helper 16:46:27 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:46:27 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:46:27 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] 16:46:27 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] 16:46:27 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] 16:46:27 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] 16:46:27 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] 16:46:27 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] 16:46:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] 16:46:27 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] 16:46:27 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:46:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 16:46:27 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:46:27 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:46:27 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:46:27 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:46:27 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:46:27 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:46:27 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:46:27 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] 16:46:27 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] 16:46:27 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] 16:46:27 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] 16:46:27 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 16:46:27 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] 16:46:27 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] 16:46:27 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] 16:46:27 Fetched 23.9 MB in 0s (0 B/s) 16:46:27 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 16:46:27 Fetched 96.5 kB in 0s (0 B/s) 16:46:27 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 16:46:27 Fetched 279 kB in 0s (0 B/s) 16:46:27 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 16:46:27 Fetched 122 kB in 0s (0 B/s) 16:46:27 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 16:46:27 Fetched 77.8 kB in 0s (0 B/s) 16:46:27 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 16:46:27 Fetched 8848 B in 0s (0 B/s) 16:46:27 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 16:46:27 Fetched 47.8 kB in 0s (0 B/s) 16:46:27 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 16:46:27 Fetched 45.6 kB in 0s (0 B/s) 16:46:27 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 16:46:27 Fetched 15.0 kB in 0s (0 B/s) 16:46:27 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 16:46:27 Fetched 214 kB in 0s (0 B/s) 16:46:27 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 16:46:27 Fetched 155 kB in 0s (0 B/s) 16:46:27 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 16:46:27 Fetched 50.6 kB in 0s (0 B/s) 16:46:27 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 16:46:27 Fetched 14.8 kB in 0s (0 B/s) 16:46:27 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 16:46:27 Fetched 41.8 kB in 0s (0 B/s) 16:46:27 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 16:46:27 Fetched 499 kB in 0s (0 B/s) 16:46:27 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 16:46:27 Fetched 111 kB in 0s (0 B/s) 16:46:27 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 16:46:27 Fetched 240 kB in 0s (0 B/s) 16:46:27 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 16:46:27 Fetched 29.3 kB in 0s (0 B/s) 16:46:27 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 16:46:27 Fetched 85.5 kB in 0s (0 B/s) 16:46:27 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 16:46:27 Fetched 24.5 kB in 0s (0 B/s) 16:46:27 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 16:46:27 Fetched 49.2 kB in 0s (0 B/s) 16:46:27 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 16:46:27 Fetched 54.2 kB in 0s (0 B/s) 16:46:27 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 16:46:27 Fetched 30.8 kB in 0s (0 B/s) 16:46:27 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 16:46:27 Fetched 17.0 kB in 0s (0 B/s) 16:46:27 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 16:46:27 Fetched 85.9 kB in 0s (0 B/s) 16:46:27 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 16:46:27 Fetched 8720 B in 0s (0 B/s) 16:46:27 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 16:46:27 Fetched 137 kB in 0s (0 B/s) 16:46:27 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 16:46:27 Fetched 119 kB in 0s (0 B/s) 16:46:27 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 16:46:27 Fetched 109 kB in 0s (0 B/s) 16:46:27 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 16:46:27 Fetched 11.1 kB in 0s (0 B/s) 16:46:27 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 16:46:27 Fetched 645 kB in 0s (0 B/s) 16:46:27 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 16:46:27 Fetched 41.3 kB in 0s (0 B/s) 16:46:27 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 16:46:27 Fetched 17.9 kB in 0s (0 B/s) 16:46:27 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 16:46:27 Fetched 368 kB in 0s (0 B/s) 16:46:27 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 16:46:27 Fetched 187 kB in 0s (0 B/s) 16:46:27 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 16:46:27 Fetched 175 kB in 0s (0 B/s) 16:46:27 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 16:46:29 Fetched 206 kB in 0s (0 B/s) 16:46:29 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 16:46:29 Fetched 1301 kB in 0s (0 B/s) 16:46:29 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 16:46:29 Fetched 36.2 kB in 0s (0 B/s) 16:46:29 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 16:46:29 Fetched 159 kB in 0s (0 B/s) 16:46:29 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 16:46:29 Fetched 107 kB in 0s (0 B/s) 16:46:29 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 16:46:29 Fetched 48.7 kB in 0s (0 B/s) 16:46:29 Pulling static-packages 16:46:30 'go115' has dependencies that need to be staged: static-packages go-build-helper 16:46:30 Skipping pull go-build-helper (already ran) 16:46:30 Skipping pull static-packages (already ran) 16:46:30 Building go-build-helper 16:46:34 Building static-packages 16:46:36 Staging go-build-helper 16:46:37 Staging static-packages 16:46:38 Pulling go115 16:46:39 'edgex-go' has dependencies that need to be staged: go115 16:46:39 Skipping pull go115 (already ran) 16:46:39 Building go115 16:46:39 % Total % Received % Xferd Average Speed Time Time Time Current 16:46:39 Dload Upload Total Spent Left Speed 16:46:54 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 16:47:07 Removing intermediate container 729d207b0d91 16:47:07 ---> d25e362ed368 16:47:07 16:47:07 Step 10/21 : FROM alpine:3.12 16:47:07 3.12: Pulling from library/alpine 16:47:07 Removing intermediate container 5d47e498e854 16:47:07 ---> 1b1790da84a2 16:47:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:47:08 ---> Running in 58a25abdbb05 16:47:08 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:47:08 Status: Downloaded newer image for alpine:3.12 16:47:08 ---> afeebe901d6b 16:47:08 Step 11/21 : RUN apk add --update --no-cache curl 16:47:08 ---> Running in 98ee1048d411 16:47:10 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:47:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:47:12 (1/4) Installing ca-certificates (20191127-r4) 16:47:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:47:12 (3/4) Installing libcurl (7.69.1-r3) 16:47:12 (4/4) Installing curl (7.69.1-r3) 16:47:12 Executing busybox-1.31.1-r19.trigger 16:47:12 Executing ca-certificates-20191127-r4.trigger 16:47:12 OK: 7 MiB in 18 packages 16:47:15 Removing intermediate container 98ee1048d411 16:47:15 ---> 5efbc4adbda1 16:47:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:47:15 ---> Running in d7e47ac3d1db 16:47:16 Removing intermediate container d7e47ac3d1db 16:47:16 ---> 2d6788ed0f92 16:47:16 Step 13/21 : WORKDIR /edgex 16:47:17 ---> Running in dab01a459bd0 16:47:17 Removing intermediate container 58a25abdbb05 16:47:17 ---> 564fdb73f302 16:47:17 16:47:17 Step 11/26 : FROM docker:20.10.0 16:47:18 20.10.0: Pulling from library/docker 16:47:18 Removing intermediate container dab01a459bd0 16:47:18 ---> e15a56aca143 16:47:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:47:20 ---> a725baa3c895 16:47:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:47:24 ---> c6bc05a6ee65 16:47:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:47:25 Removing intermediate container 249e9851e12e 16:47:25 ---> 51fc5f7cb076 16:47:25 16:47:25 Step 10/22 : FROM alpine:3.12 16:47:25 ---> afeebe901d6b 16:47:25 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:47:25 ---> Running in 08b6fa6e8556 16:47:26 ---> d910c3336614 16:47:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:47:27 ---> Running in afee66996069 16:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:47:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:47:28 Removing intermediate container afee66996069 16:47:28 (1/1) Installing dumb-init (1.2.2-r1) 16:47:28 ---> 32781faa450e 16:47:28 Step 18/21 : CMD ["--init=true"] 16:47:28 Executing busybox-1.31.1-r19.trigger 16:47:28 OK: 5 MiB in 15 packages 16:47:29 ---> Running in 112976a3230e 16:47:30 Removing intermediate container 112976a3230e 16:47:30 ---> 73272af24583 16:47:30 Step 19/21 : LABEL arch=arm64 16:47:30 ---> Running in 40cfad8a0777 16:47:30 Removing intermediate container 08b6fa6e8556 16:47:30 ---> de396a6c65dd 16:47:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:47:31 ---> Running in fb0eab2ee447 16:47:31 Removing intermediate container 40cfad8a0777 16:47:31 ---> 945e5f5e9cce 16:47:31 Step 20/21 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:47:32 ---> Running in d17486ee7c8b 16:47:32 Removing intermediate container fb0eab2ee447 16:47:32 ---> eb2689e6a8e5 16:47:32 Step 13/22 : ENV APP_PORT=48085 16:47:33 ---> Running in 649712bca11d 16:47:33 Removing intermediate container d17486ee7c8b 16:47:33 ---> ceb25d7df22b 16:47:33 Step 21/21 : LABEL version=0.0.0 16:47:34 ---> Running in 3a7c1755d42c 16:47:34 Removing intermediate container 649712bca11d 16:47:34 ---> 64fba44fd169 16:47:34 Step 14/22 : EXPOSE $APP_PORT 16:47:35 ---> Running in 9bc38f9bb064 16:47:35 Removing intermediate container e0118b3949cc 16:47:35 ---> 2f0f2055de01 16:47:35 16:47:35 Step 10/23 : FROM alpine:3.12 16:47:35 ---> afeebe901d6b 16:47:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:47:35 ---> Using cache 16:47:35 ---> de396a6c65dd 16:47:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:47:35 ---> Using cache 16:47:35 ---> eb2689e6a8e5 16:47:35 Step 13/23 : ENV APP_PORT=48081 16:47:35 Removing intermediate container 3a7c1755d42c 16:47:35 ---> 79691dc983c5 16:47:35 16:47:35 ---> Running in 669bcc9afdbe 16:47:35 Successfully built 79691dc983c5 16:47:35 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:47:35 Removing intermediate container 9bc38f9bb064 16:47:35 Building docker-core-command-go 16:47:35 ---> 93a63aa23697 16:47:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:36  Building docker-security-proxy-setup-go ... done Removing intermediate container 669bcc9afdbe 16:47:36 ---> 7d1dc6434cdc 16:47:36 Step 14/23 : EXPOSE $APP_PORT 16:47:36 ---> Running in d4e50d2a3cf2 16:47:37 ---> 8501dec08d5c 16:47:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:47:38 Removing intermediate container d4e50d2a3cf2 16:47:38 ---> eae38277e851 16:47:38 Step 15/23 : WORKDIR / 16:47:38 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:47:39 Status: Downloaded newer image for docker:20.10.0 16:47:39 ---> eeaf43b92773 16:47:39 Step 12/26 : RUN apk add --no-cache bash 16:47:39 ---> Running in 163a701c3966 16:47:39 ---> Running in 598ff9be9929 16:47:40 Removing intermediate container 6d472d589897 16:47:40 ---> dab1e1a797a0 16:47:40 16:47:40 Step 10/23 : FROM alpine:3.12 16:47:40 ---> afeebe901d6b 16:47:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:47:40 ---> c64c441b003a 16:47:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:47:40 ---> Running in 4de4465ac72e 16:47:41 Removing intermediate container 163a701c3966 16:47:41 ---> 9e9cbad0b3ac 16:47:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:47:41 ---> c23a8afe2986 16:47:41 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:47:41 Removing intermediate container 4de4465ac72e 16:47:41 ---> e91cbddcee03 16:47:41 Step 12/23 : ENV APP_PORT=48080 16:47:41 ---> Running in 92e8e02250d2 16:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:47:41 ---> Running in df4135c229aa 16:47:42 ---> c78197e1dcd7 16:47:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:47:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:47:42 Removing intermediate container 92e8e02250d2 16:47:42 ---> b042dcd765d8 16:47:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:42 Removing intermediate container df4135c229aa 16:47:42 ---> c59d84afd88a 16:47:42 Step 13/23 : EXPOSE $APP_PORT 16:47:42 (1/2) Installing readline (8.0.4-r0) 16:47:42 (2/2) Installing bash (5.0.17-r0) 16:47:42 Executing bash-5.0.17-r0.post-install 16:47:43 Executing busybox-1.31.1-r19.trigger 16:47:43 OK: 12 MiB in 22 packages 16:47:43 ---> Running in 2faa9f156b9b 16:47:43 ---> Running in 481160f2d1d6 16:47:44 ---> 7d05e461974e 16:47:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:47:45 Removing intermediate container 481160f2d1d6 16:47:45 ---> e34ceec0eb1a 16:47:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:45 Removing intermediate container 2faa9f156b9b 16:47:45 ---> fbed70eff651 16:47:45 Step 20/22 : LABEL arch=arm64 16:47:45 ---> Running in 401f28da4e1c 16:47:45 ---> Running in a6bb0c8b4306 16:47:45 Removing intermediate container 598ff9be9929 16:47:45 ---> 8d2dc9f0c481 16:47:45 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:47:46 ---> 0e0634a19a88 16:47:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:47:46 ---> Running in 15fc8fb25aba 16:47:47 ---> Running in 4fb84816488f 16:47:47 Removing intermediate container a6bb0c8b4306 16:47:47 ---> 3c7a313c1c85 16:47:47 Step 21/22 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:47:48 ---> Running in 24a51ddda7f1 16:47:48 Removing intermediate container 15fc8fb25aba 16:47:48 ---> 90fcc6914990 16:47:48 Step 14/26 : ENV APP_PORT=48090 16:47:48 Removing intermediate container 4fb84816488f 16:47:48 ---> 2d4acb584acd 16:47:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:47:49 ---> Running in af06217d8c5d 16:47:49 Removing intermediate container 24a51ddda7f1 16:47:49 ---> 6500a7d93ea9 16:47:49 Step 22/22 : LABEL version=0.0.0 16:47:49 ---> Running in e8f0cb286e5e 16:47:49 ---> Running in 1e5fbb8d6756 16:47:50 Removing intermediate container af06217d8c5d 16:47:50 ---> 150499f9a476 16:47:50 Step 15/26 : EXPOSE $APP_PORT 16:47:50 Removing intermediate container e8f0cb286e5e 16:47:50 ---> 75acff0e6537 16:47:50 Step 21/23 : LABEL arch=arm64 16:47:50 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:47:50 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:47:50 ---> dfd8dae4aaa1 16:47:50 Step 3/23 : WORKDIR /edgex-go 16:47:50 ---> Using cache 16:47:50 ---> fb706c9f2e3a 16:47:50 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:47:50 ---> Using cache 16:47:50 ---> d02fea830e86 16:47:50 Step 5/23 : RUN apk add --update --no-cache make git 16:47:50 ---> Using cache 16:47:50 ---> fd5ca0446c50 16:47:50 Step 6/23 : COPY go.mod . 16:47:50 ---> Using cache 16:47:50 ---> af1ddceb5ca0 16:47:50 Step 7/23 : RUN go mod download 16:47:50 ---> Using cache 16:47:50 ---> 24e3a0c69878 16:47:50 Step 8/23 : COPY . . 16:47:50 ---> Using cache 16:47:50 ---> 2c9838a0e5b2 16:47:50 Step 9/23 : RUN make cmd/core-command/core-command 16:47:50 ---> Running in 90493112625f 16:47:50 Removing intermediate container 1e5fbb8d6756 16:47:50 ---> bb2c15cacb1a 16:47:50 16:47:50 Removing intermediate container 401f28da4e1c 16:47:50 ---> 8bae108b1070 16:47:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:47:50 ---> Running in 216adff29383 16:47:50 ---> Running in efd410b4488c 16:47:50 ---> Running in 101d2cdf33d5 16:47:51 Successfully built bb2c15cacb1a 16:47:51 Removing intermediate container 90493112625f 16:47:51 ---> 133fea07b82a 16:47:51 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:47:51 Successfully tagged docker-support-scheduler-go-arm64:latest 16:47:51 Building docker-support-notifications-go 16:47:51  Building docker-support-scheduler-go ... done Removing intermediate container 216adff29383 16:47:51 ---> 2df980ba4fe6 16:47:51 Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:47:51 ---> Running in a14ffac4396a 16:47:52 Removing intermediate container a14ffac4396a 16:47:52 ---> 2afa676d55fc 16:47:52 Step 23/23 : LABEL version=0.0.0 16:47:52 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:47:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:47:53 ---> Running in 3aa15505181f 16:47:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:47:53 ---> d84f3ddc0d19 16:47:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:47:54 Removing intermediate container 3aa15505181f 16:47:54 ---> 0fdaf038e1ad 16:47:54 16:47:54 (1/6) Installing dumb-init (1.2.2-r1) 16:47:54 (2/6) Installing libgcc (9.3.0-r2) 16:47:54 (3/6) Installing libsodium (1.0.18-r0) 16:47:54 Successfully built 0fdaf038e1ad 16:47:54 (4/6) Installing libstdc++ (9.3.0-r2) 16:47:55 (5/6) Installing libzmq (4.3.3-r0) 16:47:55 Successfully tagged docker-core-metadata-go-arm64:latest 16:47:55 (6/6) Installing zeromq (4.3.3-r0) 16:47:55 Building docker-security-bootstrapper-go 16:47:55  Building docker-core-metadata-go ... done  ---> 1cc7bfbf2000 16:47:55 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:47:55 Executing busybox-1.31.1-r19.trigger 16:47:55 OK: 8 MiB in 20 packages 16:47:57 ---> 17620e6fd226 16:47:57 Step 19/26 : RUN apk --no-cache add py3-pip 16:47:57 ---> Running in 10c1f889c1de 16:47:57 Removing intermediate container 101d2cdf33d5 16:47:57 ---> 1c3816eb840e 16:47:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:48:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:48:00 ---> 2ff350de0270 16:48:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:48:01 (1/33) Installing libbz2 (1.0.8-r1) 16:48:01 (2/33) Installing expat (2.2.9-r1) 16:48:01 (3/33) Installing libffi (3.3-r2) 16:48:01 (4/33) Installing gdbm (1.13-r1) 16:48:01 (5/33) Installing xz-libs (5.2.5-r0) 16:48:01 (6/33) Installing sqlite-libs (3.32.1-r0) 16:48:01 (7/33) Installing python3 (3.8.5-r0) 16:48:03 ---> 9b5e48feb3ed 16:48:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:48:03 (8/33) Installing py3-appdirs (1.4.4-r1) 16:48:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:48:03 (10/33) Installing py3-parsing (2.4.7-r0) 16:48:03 (11/33) Installing py3-six (1.15.0-r0) 16:48:03 (12/33) Installing py3-packaging (20.4-r0) 16:48:03 (13/33) Installing py3-setuptools (47.0.0-r0) 16:48:03 (14/33) Installing py3-chardet (3.0.4-r4) 16:48:03 (15/33) Installing py3-idna (2.9-r0) 16:48:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:48:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:48:03 (18/33) Installing py3-requests (2.23.0-r0) 16:48:03 (19/33) Installing py3-msgpack (1.0.0-r0) 16:48:03 (20/33) Installing py3-lockfile (0.12.2-r3) 16:48:03 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:48:04 (22/33) Installing py3-colorama (0.4.3-r0) 16:48:04 (23/33) Installing py3-distlib (0.3.0-r0) 16:48:04 (24/33) Installing py3-distro (1.5.0-r1) 16:48:04 (25/33) Installing py3-webencodings (0.5.1-r3) 16:48:04 (26/33) Installing py3-html5lib (1.0.1-r4) 16:48:04 (27/33) Installing py3-pytoml (0.1.21-r0) 16:48:04 (28/33) Installing py3-pep517 (0.8.2-r0) 16:48:04 (29/33) Installing py3-progress (1.5-r0) 16:48:04 (30/33) Installing py3-toml (0.10.1-r0) 16:48:04 (31/33) Installing py3-retrying (1.3.3-r0) 16:48:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:48:04 (33/33) Installing py3-pip (20.1.1-r0) 16:48:04 Executing busybox-1.31.1-r19.trigger 16:48:04 OK: 71 MiB in 55 packages 16:48:05 ---> 17cfb878a0a6 16:48:05 Step 19/23 : ENTRYPOINT ["/core-data"] 16:48:05 ---> Running in 18e0ff8ae1d0 16:48:06 Removing intermediate container 18e0ff8ae1d0 16:48:06 ---> 92076e44cd11 16:48:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:48:07 ---> Running in 854c3f3d2e54 16:48:09 Removing intermediate container 854c3f3d2e54 16:48:09 ---> 6830f0417e6a 16:48:09 Step 21/23 : LABEL arch=arm64 16:48:09 ---> Running in 644e123ea14f 16:48:10 Removing intermediate container 644e123ea14f 16:48:10 ---> e3ef35601a51 16:48:10 Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:48:10 ---> Running in 4354b6abc9a3 16:48:12 Removing intermediate container 4354b6abc9a3 16:48:12 ---> 1ba5fbeb4c5d 16:48:12 Step 23/23 : LABEL version=0.0.0 16:48:12 ---> Running in 9dd099ff3531 16:48:14 Removing intermediate container 9dd099ff3531 16:48:14 ---> 77452eef92b2 16:48:14 16:48:15 Successfully built 77452eef92b2 16:48:15 Successfully tagged docker-core-data-go-arm64:latest 16:48:15 Building docker-security-secretstore-setup-go 16:48:20  Building docker-core-data-go ... done Removing intermediate container 10c1f889c1de 16:48:20 ---> ea8abb16974b 16:48:20 Step 20/26 : RUN pip install docker-compose==1.23.2 16:48:21 ---> Running in 21840d36b768 16:48:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:48:24 ---> dfd8dae4aaa1 16:48:24 Step 3/22 : WORKDIR /edgex-go 16:48:24 ---> Using cache 16:48:24 ---> fb706c9f2e3a 16:48:24 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:24 ---> Using cache 16:48:24 ---> d02fea830e86 16:48:24 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:48:25 ---> Running in da142454f420 16:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:48:28 OK: 217 MiB in 51 packages 16:48:29 Collecting docker-compose==1.23.2 16:48:29 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:48:31 Collecting docker<4.0,>=3.6.0 16:48:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:48:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:48:31 ---> dfd8dae4aaa1 16:48:31 Step 3/31 : WORKDIR /edgex-go 16:48:31 ---> Using cache 16:48:31 ---> fb706c9f2e3a 16:48:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:31 ---> Using cache 16:48:31 ---> d02fea830e86 16:48:31 Step 5/31 : RUN apk add --update --no-cache make git 16:48:31 ---> Using cache 16:48:31 ---> fd5ca0446c50 16:48:31 Step 6/31 : COPY go.mod . 16:48:31 ---> Using cache 16:48:31 ---> af1ddceb5ca0 16:48:31 Step 7/31 : RUN go mod download 16:48:31 ---> Using cache 16:48:31 ---> 24e3a0c69878 16:48:31 Step 8/31 : COPY . . 16:48:31 ---> Using cache 16:48:31 ---> 2c9838a0e5b2 16:48:31 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 16:48:31 ---> Running in 58e43be9a9e8 16:48:31 Removing intermediate container da142454f420 16:48:31 ---> d18a2749a95c 16:48:31 Step 6/22 : COPY go.mod . 16:48:32 Collecting texttable<0.10,>=0.9.0 16:48:32 Downloading texttable-0.9.1.tar.gz (11 kB) 16:48:32 ---> 44b0d55da6cc 16:48:32 Step 7/22 : RUN go mod download 16:48:33 ---> Running in 3641e323bb3b 16:48:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:48:36 Collecting websocket-client<1.0,>=0.32.0 16:48:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:48:37 Collecting docopt<0.7,>=0.6.1 16:48:37 Downloading docopt-0.6.2.tar.gz (25 kB) 16:48:39 Removing intermediate container 3641e323bb3b 16:48:39 ---> 739f61eaeb94 16:48:39 Step 8/22 : COPY . . 16:48:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.4M 0 0 26.9M 0 0:00:04 --:--:-- 0:00:04 26.9M 27 115M 27 32.1M 0 0 15.7M 0 0:00:07 0:00:02 0:00:05 15.7M 27 115M 27 32.1M 0 0 10.5M 0 0:00:10 0:00:03 0:00:07 10.5M 27 115M 27 32.1M 0 0 8144k 0 0:00:14 0:00:04 0:00:10 8144k 27 115M 27 32.1M 0 0 6527k 0 0:00:18 0:00:05 0:00:13 6527k 27 115M 27 32.1M 0 0 5443k 0 0:00:21 0:00:06 0:00:15 1916k 27 115M 27 32.1M 0 0 4671k 0 0:00:25 0:00:07 0:00:18 0 27 115M 27 32.1M 0 0 4090k 0 0:00:28 0:00:08 0:00:20 0 27 115M 27 32.1M 0 0 3638k 0 0:00:32 0:00:09 0:00:23 0 27 115M 27 32.1M 0 0 3276k 0 0:00:36 0:00:10 0:00:26 0 27 115M 27 32.1M 0 0 2979k 0 0:00:39 0:00:11 0:00:28 0 27 115M 27 32.1M 0 0 2732k 0 0:00:43 0:00:12 0:00:31 0 27 115M 27 32.1M 0 0 2522k 0 0:00:46 0:00:13 0:00:33 0 27 115M 27 32.1M 0 0 2343k 0 0:00:50 0:00:14 0:00:36 0 27 115M 27 32.1M 0 0 2187k 0 0:00:54 0:00:15 0:00:39 0 27 115M 27 32.1M 0 0 2051k 0 0:00:57 0:00:16 0:00:41 0 27 115M 27 32.1M 0 0 1930k 0 0:01:01 0:00:17 0:00:44 0 27 115M 27 32.1M 0 0 1823k 0 0:01:04 0:00:18 0:00:46 0 27 115M 27 32.1M 0 0 1728k 0 0:01:08 0:00:19 0:00:49 0 27 115M 27 32.1M 0 0 1641k 0 0:01:12 0:00:20 0:00:52 0 27 115M 27 32.1M 0 0 1563k 0 0:01:15 0:00:21 0:00:54 0 27 115M 27 32.1M 0 0 1492k 0 0:01:19 0:00:22 0:00:57 0 27 115M 27 32.1M 0 0 1428k 0 0:01:22 0:00:23 0:00:59 0 27 115M 27 32.1M 0 0 1368k 0 0:01:26 0:00:24 0:01:02 0 27 115M 27 32.1M 0 0 1314k 0 0:01:30 0:00:25 0:01:05 0 27 115M 27 32.1M 0 0 1263k 0 0:01:33 0:00:26 0:01:07 0 27 115M 27 32.1M 0 0 1217k 0 0:01:37 0:00:27 0:01:10 0 27 115M 27 32.1M 0 0 1173k 0 0:01:40 0:00:28 0:01:12 0 27 115M 27 32.1M 0 0 1133k 0 0:01:44 0:00:29 0:01:15 0 27 115M 27 32.1M 0 0 1095k 0 0:01:47 0:00:30 0:01:17 0 27 115M 27 32.1M 0 0 1060k 0 0:01:51 0:00:31 0:01:20 0 27 115M 27 32.1M 0 0 1027k 0 0:01:55 0:00:32 0:01:23 0 27 115M 27 32.1M 0 0 996k 0 0:01:58 0:00:33 0:01:25 0 27 115M 27 32.1M 0 0 966k 0 0:02:02 0:00:34 0:01:28 0 27 115M 27 32.1M 0 0 939k 0 0:02:05 0:00:35 0:01:30 0 27 115M 27 32.1M 0 0 913k 0 0:02:09 0:00:36 0:01:33 0 27 115M 27 32.1M 0 0 888k 0 0:02:13 0:00:37 0:01:36 0 27 115M 27 32.1M 0 0 865k 0 0:02:16 0:00:38 0:01:38 0 27 115M 27 32.1M 0 0 843k 0 0:02:20 0:00:39 0:01:41 0 27 115M 27 32.1M 0 0 821k 0 0:02:23 0:00:40 0:01:43 0 27 115M 27 32.1M 0 0 801k 0 0:02:27 0:00:41 0:01:46 0 27 115M 27 32.1M 0 0 782k 0 0:02:31 0:00:42 0:01:49 0 27 115M 27 32.1M 0 0 764k 0 0:02:34 0:00:43 0:01:51 0 27 115M 27 32.1M 0 0 747k 0 0:02:38 0:00:44 0:01:54 0 27 115M 27 32.1M 0 0 730k 0 0:02:41 0:00:45 0:01:56 0 27 115M 27 32.1M 0 0 714k 0 0:02:45 0:00:46 0:01:59 0 27 115M 27 32.1M 0 0 699k 0 0:02:49 0:00:47 0:02:02 0 27 115M 27 32.1M 0 0 685k 0 0:02:52 0:00:48 0:02:04 0 27 115M 27 32.1M 0 0 671k 0 0:02:56 0:00:49 0:02:07 0 27 115M 27 32.1M 0 0 657k 0 0:02:59 0:00:50 0:02:09 0 27 115M 27 32.1M 0 0 644k 0 0:03:03 0:00:51 0:02:12 0 27 115M 27 32.1M 0 0 632k 0 0:03:07 0:00:52 0:02:15 0 27 115M 27 32.1M 0 0 620k 0 0:03:10 0:00:53 0:02:17 0 27 115M 27 32.1M 0 0 609k 0 0:03:14 0:00:54 0:02:20 0 27 115M 27 32.1M 0 0 598k 0 0:03:17 0:00:55 0:02:22 0 27 115M 27 32.1M 0 0 587k 0 0:03:21 0:00:56 0:02:25 0 27 115M 27 32.1M 0 0 577k 0 0:03:25 0:00:57 0:02:28 0 27 115M 27 32.1M 0 0 567k 0 0:03:28 0:00:58 0:02:30 0 27 115M 27 32.1M 0 0 557k 0 0:03:32 0:00:59 0:02:33 0 27 115M 27 32.1M 0 0 548k 0 0:03:35 0:01:00 0:02:35 0 36 115M 36 42.4M 0 0 713k 0 0:02:45 0:01:00 0:01:45 2225k 50 115M 50 58.4M 0 0 964k 0 0:02:02 0:01:02 0:01:00 5412k 50 115M 50 58.4M 0 0 948k 0 0:02:04 0:01:03 0:01:01 5412k 50 115M 50 58.4M 0 0 933k 0 0:02:06 0:01:04 0:01:02 5412k 50 115M 50 58.4M 0 0 919k 0 0:02:08 0:01:05 0:01:03 5412k 50 115M 50 58.4M 0 0 905k 0 0:02:10 0:01:06 0:01:04 3116k 50 115M 50 58.4M 0 0 892k 0 0:02:12 0:01:07 0:01:05 0 50 115M 50 58.4M 0 0 879k 0 0:02:14 0:01:08 0:01:06 0 50 115M 50 58.4M 0 0 866k 0 0:02:16 0:01:09 0:01:07 0 50 115M 50 58.4M 0 0 853k 0 0:02:18 0:01:10 0:01:08 0 50 115M 50 58.4M 0 0 841k 0 0:02:20 0:01:11 0:01:09 0 50 115M 50 58.4M 0 0 830k 0 0:02:22 0:01:12 0:01:10 0 50 115M 50 58.4M 0 0 818k 0 0:02:24 0:01:13 0:01:11 0 50 115M 50 58.4M 0 0 807k 0 0:02:26 0:01:14 0:01:12 0 50 115M 50 58.4M 0 0 796k 0 0:02:28 0:01:15 0:01:13 0 50 115M 50 58.4M 0 0 786k 0 0:02:30 0:01:16 0:01:14 0 50 115M 50 58.4M 0 0 776k 0 0:02:32 0:01:17 0:01:15 0 50 115M 50 58.4M 0 0 766k 0 0:02:34 0:01:18 0:01:16 0 50 115M 50 58.4M 0 0 756k 0 0:02:36 0:01:19 0:01:17 0 50 115M 50 58.4M 0 0 747k 0 0:02:38 0:01:20 0:01:18 0 50 115M 50 58.4M 0 0 737k 0 0:02:40 0:01:21 0:01:19 0 50 115M 50 58.4M 0 0 728k 0 0:02:42 0:01:22 0:01:20 0 50 115M 50 58.4M 0 0 720k 0 0:02:44 0:01:23 0:01:21 0 50 115M 50 58.4M 0 0 711k 0 0:02:46 0:01:24 0:01:22 0 50 115M 50 58.4M 0 0 703k 0 0:02:48 0:01:25 0:01:23 0 50 115M 50 58.4M 0 0 695k 0 0:02:50 0:01:26 0:01:24 0 50 115M 50 58.4M 0 0 687k 0 0:02:52 0:01:27 0:01:25 0 50 115M 50 58.4M 0 0 679k 0 0:02:54 0:01:28 0:01:26 0 50 115M 50 58.4M 0 0 671k 0 0:02:56 0:01:29 0:01:27 0 50 115M 50 58.4M 0 0 664k 0 0:02:58 0:01:30 0:01:28 0 50 115M 50 58.4M 0 0 656k 0 0:03:00 0:01:31 0:01:29 0 50 115M 50 58.4M 0 0 649k 0 0:03:02 0:01:32 0:01:30 0 50 115M 50 58.4M 0 0 642k 0 0:03:04 0:01:33 0:01:31 0 50 115M 50 58.4M 0 0 635k 0 0:03:06 0:01:34 0:01:32 0 50 115M 50 58.4M 0 0 629k 0 0:03:08 0:01:35 0:01:33 0 50 115M 50 58.4M 0 0 622k 0 0:03:10 0:01:36 0:01:34 0 50 115M 50 58.4M 0 0 616k 0 0:03:11 0:01:37 0:01:34 0 50 115M 50 58.4M 0 0 609k 0 0:03:13 0:01:38 0:01:35 0 50 115M 50 58.4M 0 0 603k 0 0:03:15 0:01:39 0:01:36 0 50 115M 50 58.4M 0 0 597k 0 0:03:17 0:01:40 0:01:37 0 50 115M 50 58.4M 0 0 591k 0 0:03:19 0:01:41 0:01:38 0 50 115M 50 58.4M 0 0 586k 0 0:03:21 0:01:42 0:01:39 0 50 115M 50 58.4M 0 0 580k 0 0:03:23 0:01:43 0:01:40 0 50 115M 50 58.4M 0 0 574k 0 0:03:25 0:01:44 0:01:41 0 50 115M 50 58.4M 0 0 569k 0 0:03:27 0:01:45 0:01:42 0 50 115M 50 58.4M 0 0 563k 0 0:03:29 0:01:46 0:01:43 0 50 115M 50 58.4M 0 0 558k 0 0:03:31 0:01:47 0:01:44 0 50 115M 50 58.4M 0 0 553k 0 0:03:33 0:01:48 0:01:45 0 50 115M 50 58.4M 0 0 548k 0 0:03:35 0:01:49 0:01:46 0 50 115M 50 58.4M 0 0 543k 0 0:03:37 0:01:50 0:01:47 0 50 115M 50 58.4M 0 0 538k 0 0:03:39 0:01:51 0:01:48 0 50 115M 50 58.4M 0 0 533k 0 0:03:41 0:01:52 0:01:49 0 50 115M 50 58.4M 0 0 528k 0 0:03:43 0:01:53 0:01:50 0 50 115M 50 58.4M 0 0 524k 0 0:03:45 0:01:54 0:01:51 0 50 115M 50 58.4M 0 0 519k 0 0:03:47 0:01:55 0:01:52 0 50 115M 50 58.4M 0 0 515k 0 0:03:49 0:01:56 0:01:53 0 50 115M 50 58.4M 0 0 510k 0 0:03:51 0:01:57 0:01:54 0 50 115M 50 58.4M 0 0 506k 0 0:03:53 0:01:58 0:01:55 0 50 115M 50 58.4M 0 0 502k 0 0:03:55 0:01:59 0:01:56 0 50 115M 50 58.4M 0 0 498k 0 0:03:57 0:02:00 0:01:57 0 62 115M 62 72.6M 0 0 616k 0 0:03:12 0:02:00 0:01:12 3121k 100 115M 100 115M 0 0 972k 0 0:02:01 0:02:01 --:--:-- 12.6M 16:48:41 go1.15.2.linux-amd64.tar.gz: OK 16:48:41 Collecting dockerpty<0.5,>=0.4.1 16:48:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:48:45 Staging go115 16:48:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:48:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:48:46 Collecting jsonschema<3,>=2.5.1 16:48:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:48:47 Collecting cached-property<2,>=1.2.0 16:48:47 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:48:47 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:48:47 ---> dfd8dae4aaa1 16:48:47 Step 3/24 : WORKDIR /edgex-go 16:48:47 ---> Using cache 16:48:47 ---> fb706c9f2e3a 16:48:47 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:48:47 ---> Using cache 16:48:47 ---> d02fea830e86 16:48:47 Step 5/24 : RUN apk add --update --no-cache make git 16:48:47 ---> Using cache 16:48:47 ---> fd5ca0446c50 16:48:47 Step 6/24 : COPY go.mod . 16:48:47 ---> Using cache 16:48:47 ---> af1ddceb5ca0 16:48:47 Step 7/24 : RUN go mod download 16:48:47 ---> Using cache 16:48:47 ---> 24e3a0c69878 16:48:47 Step 8/24 : COPY . . 16:48:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:48:47 ---> Using cache 16:48:47 ---> 2c9838a0e5b2 16:48:47 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:48:49 ---> Running in e2bdc777a1ae 16:48:49 Collecting PyYAML<4,>=3.10 16:48:49 Downloading PyYAML-3.13.tar.gz (270 kB) 16:48:50 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 16:48:50 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 16:48:50 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:48:50 Fetched 0 B in 0s (0 B/s) 16:48:50 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 16:48:50 Fetched 224 kB in 0s (0 B/s) 16:48:50 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 16:48:50 Fetched 157 kB in 0s (0 B/s) 16:48:50 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 16:48:50 Fetched 221 kB in 0s (0 B/s) 16:48:50 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 16:48:50 Fetched 143 kB in 0s (0 B/s) 16:48:50 Pulling edgex-go 16:48:51 Pulling version 16:48: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 16:48:52 Building config-common 16:48:53 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:48:54 Skipping build go-build-helper (already ran) 16:48:54 Skipping build static-packages (already ran) 16:48:54 Skipping build go115 (already ran) 16:48:54 Collecting docker-pycreds>=0.4.0 16:48:54 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:48:54 Building edgex-go 16:48:54 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:48:55 Collecting idna<2.8,>=2.5 16:48:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:48:55 go: downloading github.com/gorilla/mux v1.8.0 16:48:55 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 16:48:55 go: downloading github.com/OneOfOne/xxhash v1.2.8 16:48:55 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 16:48:55 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 16:48:55 go: downloading github.com/google/uuid v1.2.0 16:48:56 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 16:48:56 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 16:48:56 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 16:48:56 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 16:48:56 go: downloading github.com/go-kit/kit v0.8.0 16:48:56 go: downloading github.com/pebbe/zmq4 v1.2.2 16:48:56 go: downloading github.com/pelletier/go-toml v1.2.0 16:48:56 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 16:48:56 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 16:48:56 go: downloading github.com/hashicorp/consul/api v1.1.0 16:48:56 go: downloading github.com/go-playground/validator/v10 v10.3.0 16:48:56 go: downloading github.com/go-redis/redis/v7 v7.2.0 16:48:56 go: downloading github.com/BurntSushi/toml v0.3.1 16:48:56 go: downloading github.com/pkg/errors v0.8.1 16:48:56 go: downloading github.com/imdario/mergo v0.3.11 16:48:56 go: downloading github.com/x448/float16 v0.8.4 16:48:56 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 16:48:56 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 16:48:56 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 16:48:56 go: downloading github.com/hashicorp/serf v0.8.2 16:48:56 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 16:48:56 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 16:48:56 go: downloading github.com/mitchellh/mapstructure v1.1.2 16:48:56 go: downloading github.com/go-playground/universal-translator v0.17.0 16:48:56 go: downloading github.com/leodido/go-urn v1.2.0 16:48:56 go: downloading github.com/go-logfmt/logfmt v0.4.0 16:48:56 go: downloading github.com/mitchellh/copystructure v1.0.0 16:48:56 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 16:48:56 go: downloading github.com/go-playground/locales v0.13.0 16:48:56 go: downloading github.com/mitchellh/reflectwalk v1.0.0 16:48:56 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 16:48:56 Collecting urllib3<1.25,>=1.21.1 16:48:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:48:56 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 16:48:56 go: downloading github.com/hashicorp/golang-lru v0.5.0 16:48:56 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:48:56 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:48:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:48:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:48:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:48:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:48:58 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, docopt, dockerpty, jsonschema, cached-property, PyYAML, docker-compose 16:48:59 Attempting uninstall: idna 16:48:59 Found existing installation: idna 2.9 16:48:59 Uninstalling idna-2.9: 16:48:59 Successfully uninstalled idna-2.9 16:49:01 Attempting uninstall: urllib3 16:49:01 Found existing installation: urllib3 1.25.9 16:49:01 Uninstalling urllib3-1.25.9: 16:49:01 Successfully uninstalled urllib3-1.25.9 16:49:02 ---> a5d0626d6098 16:49:02 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:49:02 Attempting uninstall: requests 16:49:02 Found existing installation: requests 2.23.0 16:49:02 Uninstalling requests-2.23.0: 16:49:02 ---> Running in 345d67d4da63 16:49:02 Successfully uninstalled requests-2.23.0 16:49:03 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 16:49:03 go: downloading gopkg.in/yaml.v2 v2.4.0 16:49:04 Running setup.py install for texttable: started 16:49:04 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 16:49:06 Removing intermediate container efd410b4488c 16:49:06 ---> 33e04aa713eb 16:49:06 16:49:06 Step 10/23 : FROM alpine:3.12 16:49:06 ---> afeebe901d6b 16:49:06 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:49:06 ---> Using cache 16:49:06 ---> de396a6c65dd 16:49:06 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:49:06 ---> Using cache 16:49:06 ---> eb2689e6a8e5 16:49:06 Step 13/23 : ENV APP_PORT=48082 16:49:06 ---> Running in 9915840cc343 16:49:07 Removing intermediate container 9915840cc343 16:49:07 ---> 1e0159c257e9 16:49:07 Step 14/23 : EXPOSE $APP_PORT 16:49:07 ---> Running in e8d668dca00d 16:49:07 Running setup.py install for texttable: finished with status 'done' 16:49:07 Running setup.py install for docopt: started 16:49:08 Removing intermediate container e8d668dca00d 16:49:08 ---> 294bace50cc7 16:49:08 Step 15/23 : WORKDIR / 16:49:08 ---> Running in 8eb4130c5519 16:49:08 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:49:09 Removing intermediate container 8eb4130c5519 16:49:09 ---> 46219332b101 16:49:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:49:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:49:10 ---> deeeb3d9a7c9 16:49:10 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:49:10 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:49:10 Running setup.py install for docopt: finished with status 'done' 16:49:10 Running setup.py install for dockerpty: started 16:49:11 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:49:11 go: downloading github.com/stretchr/testify v1.7.0 16:49:11 go: downloading github.com/davecgh/go-spew v1.1.1 16:49:11 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 16:49:11 go: downloading github.com/pmezard/go-difflib v1.0.0 16:49:11 ---> 2d82eb88b58a 16:49:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:49:12 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 16:49:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 16:49:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 16:49:13 ---> 7c7d4cdb0a0c 16:49:13 Step 19/23 : ENTRYPOINT ["/core-command"] 16:49:13 ---> Running in 9cd2a64dd6a1 16:49:13 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 16:49:13 Removing intermediate container 9cd2a64dd6a1 16:49:13 ---> da856545eafd 16:49:13 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:14 ---> Running in fafc2d6ec612 16:49:14 Running setup.py install for dockerpty: finished with status 'done' 16:49:14 Removing intermediate container fafc2d6ec612 16:49:14 ---> 4c14bf93d1c1 16:49:14 Step 21/23 : LABEL arch=arm64 16:49:14 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 16:49:14 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 16:49:15 ---> Running in 59079d2ed4b7 16:49:15 Running setup.py install for PyYAML: started 16:49:15 Removing intermediate container 59079d2ed4b7 16:49:15 ---> 7c54c7b70433 16:49:15 Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:49:15 ---> Running in 0937b242e9f9 16:49:16 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 16:49:16 Removing intermediate container 0937b242e9f9 16:49:16 ---> db256d715b87 16:49:16 Step 23/23 : LABEL version=0.0.0 16:49:16 ---> Running in 55203bc947e8 16:49:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:49:17 Removing intermediate container 55203bc947e8 16:49:17 ---> a89807aa8f08 16:49:17 16:49:17 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 16:49:17 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 16:49:17 Successfully built a89807aa8f08 16:49:17 Successfully tagged docker-core-command-go-arm64:latest 16:49:18  Building docker-core-command-go ... done  Running setup.py install for PyYAML: finished with status 'done' 16:49:18 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:49:18 go: downloading github.com/lib/pq v1.9.0 16:49:19 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:49:21 Building version 16:49:23 Staging config-common 16:49:24 Skipping stage go-build-helper (already ran) 16:49:24 Skipping stage static-packages (already ran) 16:49:24 Skipping stage go115 (already ran) 16:49:24 Staging edgex-go 16:49:25 Removing intermediate container 21840d36b768 16:49:25 ---> 85a716c826e3 16:49:25 Step 21/26 : RUN apk --no-cache add curl 16:49:25 ---> Running in 8dcc888bda5b 16:49:25 Staging version 16:49:26 Priming config-common 16:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:49:27 Priming go-build-helper 16:49:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:49:28 Priming static-packages 16:49:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:49:28 (2/3) Installing libcurl (7.69.1-r3) 16:49:28 (3/3) Installing curl (7.69.1-r3) 16:49:28 Executing busybox-1.31.1-r19.trigger 16:49:28 OK: 71 MiB in 58 packages 16:49:29 Removing intermediate container 8dcc888bda5b 16:49:29 ---> b5654e9ac0f9 16:49:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:49:29 Priming go115 16:49:30 ---> Running in bf52f2b3e377 16:49:30 Removing intermediate container bf52f2b3e377 16:49:30 ---> 0b4178a1b559 16:49:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:49:30 Priming edgex-go 16:49:30 ---> Running in 08327ba3a13a 16:49:31 Removing intermediate container 08327ba3a13a 16:49:31 ---> 189ca7f52e7c 16:49:31 Step 24/26 : LABEL arch=arm64 16:49:31 ---> Running in b25e761283fb 16:49:32 Priming version 16:49:32 Removing intermediate container b25e761283fb 16:49:32 ---> 9d54aa801fed 16:49:32 Step 25/26 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:49:32 ---> Running in 4c4c06cb8a61 16:49:32 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 16:49:33 Removing intermediate container 4c4c06cb8a61 16:49:33 ---> 8f544c61735f 16:49:33 Step 26/26 : LABEL version=0.0.0 16:49:33 ---> Running in 80ce75eb0b22 16:49:34 Removing intermediate container 80ce75eb0b22 16:49:34 ---> 8ab27f9fe9e2 16:49:34 16:49:34 Successfully built 8ab27f9fe9e2 16:49:34 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:49:44  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:49:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:50:01 Removing intermediate container 58e43be9a9e8 16:50:01 ---> b25b282c5f8b 16:50:01 16:50:01 Step 10/31 : FROM alpine:3.12 16:50:01 ---> afeebe901d6b 16:50:01 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:50:01 ---> Running in 4fd3b195e0be 16:50:02 Removing intermediate container 4fd3b195e0be 16:50:02 ---> 42f3c47604b8 16:50:02 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:50:02 ---> Running in e15f1b22d035 16:50:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:50:04 Removing intermediate container e2bdc777a1ae 16:50:04 ---> 28cc0d202d8c 16:50:04 16:50:04 Step 10/24 : FROM alpine:3.12 16:50:04 ---> afeebe901d6b 16:50:04 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:50:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:50:04 ---> Running in dd64c3dda997 16:50:05 (1/2) Installing dumb-init (1.2.2-r1) 16:50:05 (2/2) Installing su-exec (0.2-r1) 16:50:05 Executing busybox-1.31.1-r19.trigger 16:50:05 OK: 5 MiB in 16 packages 16:50:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:50:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:50:06 Removing intermediate container e15f1b22d035 16:50:06 ---> aec6c71524e7 16:50:06 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:50:06 ---> Running in 3c27f94372ce 16:50:06 (1/5) Installing ca-certificates (20191127-r4) 16:50:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:50:06 (3/5) Installing libcurl (7.69.1-r3) 16:50:06 (4/5) Installing curl (7.69.1-r3) 16:50:06 (5/5) Installing dumb-init (1.2.2-r1) 16:50:06 Executing busybox-1.31.1-r19.trigger 16:50:06 Executing ca-certificates-20191127-r4.trigger 16:50:06 OK: 7 MiB in 19 packages 16:50:07 Removing intermediate container 3c27f94372ce 16:50:07 ---> da523d2a8c5b 16:50:07 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:50:07 ---> Running in 21033fdc8cb8 16:50:08 Removing intermediate container 21033fdc8cb8 16:50:08 ---> a430f04c2015 16:50:08 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:50:08 ---> Running in e83dc767eb86 16:50:08 Removing intermediate container dd64c3dda997 16:50:08 ---> c7f8ecfe927a 16:50:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:50:08 ---> Running in 79e72ddb4bda 16:50:09 Removing intermediate container 79e72ddb4bda 16:50:09 ---> f4818ed88a34 16:50:09 Step 13/24 : WORKDIR / 16:50:09 ---> Running in 27d22d8a3441 16:50:10 Removing intermediate container 27d22d8a3441 16:50:10 ---> eb4ba45e6d9f 16:50:10 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:50:11 Removing intermediate container e83dc767eb86 16:50:11 ---> d498b81e1f3a 16:50:11 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:50:11 Removing intermediate container 345d67d4da63 16:50:11 ---> f9932f401ff2 16:50:11 16:50:11 Step 10/22 : FROM alpine:3.12 16:50:11 ---> afeebe901d6b 16:50:11 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:50:11 ---> a023d135a287 16:50:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:50:12 ---> Running in eb4c95f5810b 16:50:12 ---> Running in 9f9b36e35b7a 16:50:12 ---> 0c1ccd6b2972 16:50:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:50:12 Removing intermediate container 9f9b36e35b7a 16:50:12 ---> 03eb0f76cee9 16:50:12 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:50:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:50:13 ---> 7ccf49179163 16:50:13 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:50:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:50:13 ---> f1156282a0ca 16:50:13 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:50:13 ---> Running in 9639e9de3190 16:50:14 (1/2) Installing ca-certificates (20191127-r4) 16:50:14 (2/2) Installing dumb-init (1.2.2-r1) 16:50:14 Executing busybox-1.31.1-r19.trigger 16:50:14 Executing ca-certificates-20191127-r4.trigger 16:50:14 OK: 6 MiB in 16 packages 16:50:15 ---> 64ab1ae9abb1 16:50:15 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:50:16 ---> f12e013ba175 16:50:16 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:50:16 Removing intermediate container eb4c95f5810b 16:50:16 ---> 659639e56ce5 16:50:16 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:50:16 ---> Running in dcbaa81a8e36 16:50:16 Removing intermediate container 9639e9de3190 16:50:16 ---> 64d0d3d73434 16:50:16 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:17 Removing intermediate container dcbaa81a8e36 16:50:17 ---> c8dedfe2ae57 16:50:17 Step 13/22 : ENV APP_PORT=48060 16:50:17 ---> 93181068fb2a 16:50:17 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:50:17 ---> Running in 8539373cd8f9 16:50:17 ---> 6660ff4801e7 16:50:17 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:50:17 ---> Running in ba616a04a2dd 16:50:18 Removing intermediate container 8539373cd8f9 16:50:18 ---> d7177ec107b9 16:50:18 Step 14/22 : EXPOSE $APP_PORT 16:50:18 ---> Running in 791eaf3640af 16:50:19 ---> a90ac05e43ea 16:50:19 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:50:19 Removing intermediate container 791eaf3640af 16:50:19 ---> 279f7d7341e4 16:50:19 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:50:20 ---> 93c488e639f1 16:50:20 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 16:50:20 ---> 1797ad631098 16:50:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:50:20 Removing intermediate container ba616a04a2dd 16:50:20 ---> 23d9e6e35d27 16:50:20 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:50:20 ---> Running in 5cf0d7b2e45b 16:50:21 Removing intermediate container 5cf0d7b2e45b 16:50:21 ---> d7add1bdc1c9 16:50:21 Step 22/24 : LABEL arch=arm64 16:50:21 ---> a9ee93e0617f 16:50:21 ---> 59d16c3c79af 16:50:21 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:50:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:50:21 ---> Running in d7780ef1d623 16:50:22 Removing intermediate container d7780ef1d623 16:50:22 ---> 7214d68ffc70 16:50:22 Step 23/24 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:50:22 ---> Running in 25355dc685f2 16:50:22 ---> f6d312b69063 16:50:22 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:50:22 ---> c3b4b83ee40f 16:50:22 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:50:22 ---> Running in 8128e36637d7 16:50:23 ---> Running in 5411c31a4894 16:50:23 Removing intermediate container 25355dc685f2 16:50:23 ---> b71911ef6cd1 16:50:23 Step 24/24 : LABEL version=0.0.0 16:50:23 Removing intermediate container 8128e36637d7 16:50:23 ---> cb347458eae1 16:50:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:50:23 ---> Running in c218b999bf54 16:50:23 ---> Running in 2f3cbbdf263a 16:50:23 Removing intermediate container 5411c31a4894 16:50:23 ---> b1fe7ca559ad 16:50:23 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:50:23 Removing intermediate container c218b999bf54 16:50:23 ---> 3b2f560c28ee 16:50:23 16:50:24 Removing intermediate container 2f3cbbdf263a 16:50:24 ---> 4c71ef69f548 16:50:24 Step 20/22 : LABEL arch=arm64 16:50:24 ---> Running in 9052af0010e8 16:50:24 Successfully built 3b2f560c28ee 16:50:24 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:50:24  Building docker-security-secretstore-setup-go ... done  ---> aeb9849d8296 16:50:24 Step 26/31 : RUN chmod +x /entrypoint.sh 16:50:25 ---> Running in 837c2ad31c59 16:50:25 Removing intermediate container 9052af0010e8 16:50:25 ---> 70ff2ff2a239 16:50:25 Step 21/22 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:50:25 ---> Running in fbf0b760202f 16:50:25 Removing intermediate container fbf0b760202f 16:50:25 ---> 8fa6b20834f4 16:50:25 Step 22/22 : LABEL version=0.0.0 16:50:25 ---> Running in 8509bdc0cb07 16:50:26 Removing intermediate container 8509bdc0cb07 16:50:26 ---> 4d2f59fb8a91 16:50:26 16:50:26 Successfully built 4d2f59fb8a91 16:50:26 Successfully tagged docker-support-notifications-go-arm64:latest 16:50:27  Building docker-support-notifications-go ... done Removing intermediate container 837c2ad31c59 16:50:27 ---> 69a20e049434 16:50:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:50:28 ---> Running in 6477ad27074c 16:50:28 Removing intermediate container 6477ad27074c 16:50:28 ---> 8e5712e9be01 16:50:28 Step 28/31 : CMD ["gate"] 16:50:28 ---> Running in 62125740eb67 16:50:29 Removing intermediate container 62125740eb67 16:50:29 ---> 5b31b542976b 16:50:29 Step 29/31 : LABEL arch=arm64 16:50:29 ---> Running in af439243eaad 16:50:30 Removing intermediate container af439243eaad 16:50:30 ---> 40bb78e2a55d 16:50:30 Step 30/31 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df 16:50:30 ---> Running in a50cc8f36e0c 16:50:30 Removing intermediate container a50cc8f36e0c 16:50:30 ---> 5173c228e666 16:50:30 Step 31/31 : LABEL version=0.0.0 16:50:31 ---> Running in 3b24917de2ed 16:50:32 Removing intermediate container 3b24917de2ed 16:50:32 ---> 604209a061d0 16:50:32 16:50:32 Successfully built 604209a061d0 16:50:32 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:50:32  Building docker-security-bootstrapper-go ... done  [Pipeline] } 16:50:32 $ docker stop --time=1 a631c85a98e81c39684ea5e526a01cd78a2e217d05a930186789e99b7eb24249 16:50:34 $ docker rm -f a631c85a98e81c39684ea5e526a01cd78a2e217d05a930186789e99b7eb24249 [Pipeline] // withDockerContainer [Pipeline] sh 16:50:35 + docker images 16:50:35 + grep docker 16:50:35 docker-security-bootstrapper-go-arm64 latest 604209a061d0 4 seconds ago 22.6MB 16:50:35 docker-support-notifications-go-arm64 latest 4d2f59fb8a91 9 seconds ago 16.7MB 16:50:35 docker-security-secretstore-setup-go-arm64 latest 3b2f560c28ee 12 seconds ago 23.4MB 16:50:35 docker-sys-mgmt-agent-go-arm64 latest 8ab27f9fe9e2 About a minute ago 300MB 16:50:35 docker-core-command-go-arm64 latest a89807aa8f08 About a minute ago 16MB 16:50:35 docker-core-data-go-arm64 latest 77452eef92b2 2 minutes ago 21MB 16:50:35 docker-core-metadata-go-arm64 latest 0fdaf038e1ad 2 minutes ago 17.8MB 16:50:35 docker-support-scheduler-go-arm64 latest bb2c15cacb1a 2 minutes ago 16.1MB 16:50:35 docker-security-proxy-setup-go-arm64 latest 79691dc983c5 3 minutes ago 23.2MB 16:50:35 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:50:38 provisioning config files... 16:50:38 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config53946508431028418tmp [Pipeline] { [Pipeline] sh 16:50:38 + set +x 16:50:38 + bash -s -- 16:50:38 + curl -s https://codecov.io/bash 16:50:39 16:50:39 _____ _ 16:50:39 / ____| | | 16:50:39 | | ___ __| | ___ ___ _____ __ 16:50:39 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:50:39 | |___| (_) | (_| | __/ (_| (_) \ V / 16:50:39 \_____\___/ \__,_|\___|\___\___/ \_/ 16:50:39 Bash-20210129-7c25fce 16:50:39 16:50:39 16:50:39 ==> git version 2.24.3 found 16:50:39 ==> 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:50:39 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 16:50:39 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 16:50:39 ==> Jenkins CI detected. 16:50:39 project root: . 16:50:39 --> token set from env 16:50:39 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:50:39 ==> Running gcov in . (disable via -X gcov) 16:50:39 ==> Python coveragepy not found 16:50:39 ==> Searching for coverage reports in: 16:50:39 + . 16:50:39 -> Found 1 reports 16:50:39 ==> Detecting git/mercurial file structure 16:50:39 ==> Reading reports 16:50:39 + ./coverage.out bytes=587103 16:50:39 ==> Appending adjustments 16:50:39 https://docs.codecov.io/docs/fixing-reports 16:50:43 + Found adjustments 16:50:43 ==> Gzipping contents 16:50:43 88K /tmp/codecov.D9JEnA.gz 16:50:43 ==> Uploading reports 16:50:43 url: https://codecov.io 16:50:43 query: branch=PR-3134&commit=8c47ad09ea0ea512fd43ea36cd5568db591e06df&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3134%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3134&job=&cmd_args= 16:50:43 -> Pinging Codecov 16:50:43 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3134&commit=8c47ad09ea0ea512fd43ea36cd5568db591e06df&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3134%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3134&job=&cmd_args= 16:50:43 -> Uploading to 16:50:43 https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/8c47ad09ea0ea512fd43ea36cd5568db591e06df/442a45e8-1271-4ccd-b634-b7ea8f657e34.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T165043Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6574ad27a67e0b266d3d86c2535865b178b86ff1f3640a6da66dd82a266fd1f1 16:50:43 % Total % Received % Xferd Average Speed Time Time Time Current 16:50:43 Dload Upload Total Spent Left Speed 16:50:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88417 0 0 100 88417 0 163k --:--:-- --:--:-- --:--:-- 163k 16:50:44 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8c47ad09ea0ea512fd43ea36cd5568db591e06df [Pipeline] } 16:50:44 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:50:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:50:47 ---> package-listing.sh 16:50:47 ++ facter osfamily 16:50:47 ++ tr '[:upper:]' '[:lower:]' 16:50:47 + OS_FAMILY=redhat 16:50:47 + workspace=/w/workspace/edgex-go/4 16:50:47 + START_PACKAGES=/tmp/packages_start.txt 16:50:47 + END_PACKAGES=/tmp/packages_end.txt 16:50:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:50:47 + PACKAGES=/tmp/packages_start.txt 16:50:47 + '[' /w/workspace/edgex-go/4 ']' 16:50:47 + PACKAGES=/tmp/packages_end.txt 16:50:47 + case "${OS_FAMILY}" in 16:50:47 + sort 16:50:47 + rpm -qa 16:50:52 + '[' -f /tmp/packages_start.txt ']' 16:50:52 + '[' -f /tmp/packages_end.txt ']' 16:50:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:50:52 + '[' /w/workspace/edgex-go/4 ']' 16:50:52 + mkdir -p /w/workspace/edgex-go/4/archives/ 16:50:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 16:50:52 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:50:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:50:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:50:53 16:50:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:50:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:50:54 alpine: Pulling from edgex-lftools-log-publisher 16:50:54 df20fa9351a1: Pulling fs layer 16:50:54 36b3adc4ff6f: Pulling fs layer 16:50:54 8ad3a11d3b57: Pulling fs layer 16:50:54 46f8f816bc3b: Pulling fs layer 16:50:54 93b61091891f: Pulling fs layer 16:50:54 93b9cdb0e59b: Pulling fs layer 16:50:54 5e14af77c1be: Pulling fs layer 16:50:54 01666e4c0597: Pulling fs layer 16:50:54 aa168da1d23b: Pulling fs layer 16:50:54 93b9cdb0e59b: Waiting 16:50:54 5e14af77c1be: Waiting 16:50:54 01666e4c0597: Waiting 16:50:54 aa168da1d23b: Waiting 16:50:54 46f8f816bc3b: Waiting 16:50:54 93b61091891f: Waiting 16:50:54 36b3adc4ff6f: Download complete 16:50:54 46f8f816bc3b: Verifying Checksum 16:50:54 46f8f816bc3b: Download complete 16:50:54 df20fa9351a1: Verifying Checksum 16:50:54 df20fa9351a1: Download complete 16:50:54 93b9cdb0e59b: Verifying Checksum 16:50:54 93b9cdb0e59b: Download complete 16:50:54 93b61091891f: Download complete 16:50:54 5e14af77c1be: Verifying Checksum 16:50:54 5e14af77c1be: Download complete 16:50:54 01666e4c0597: Download complete 16:50:55 df20fa9351a1: Pull complete 16:50:55 36b3adc4ff6f: Pull complete 16:50:55 8ad3a11d3b57: Verifying Checksum 16:50:55 8ad3a11d3b57: Download complete 16:50:56 8ad3a11d3b57: Pull complete 16:50:56 46f8f816bc3b: Pull complete 16:50:57 aa168da1d23b: Verifying Checksum 16:50:57 aa168da1d23b: Download complete 16:50:57 93b61091891f: Pull complete 16:50:57 93b9cdb0e59b: Pull complete 16:50:58 5e14af77c1be: Pull complete 16:50:58 01666e4c0597: Pull complete 16:51:08 aa168da1d23b: Pull complete 16:51:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:51:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:51:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:51:08 prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container 16:51: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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:51:15 $ docker top 61afae487f39ab930882065bb6499d3f876a3b5f3b9571e4a22b4b51d5412213 -eo pid,comm [Pipeline] { [Pipeline] sh 16:51:15 + touch /tmp/pre-build-complete [Pipeline] sh 16:51:16 + mkdir -p /var/log/sa [Pipeline] sh 16:51:16 + ls /var/log/sa-host 16:51:16 + sadf -c /var/log/sa-host/sa05 16:51:16 file_magic: OK 16:51:16 HZ: Using current value: 100 16:51:16 file_header: OK 16:51:16 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:51:16 Statistics: 16:51:16 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... 16:51:16 File successfully converted to sysstat format version 12.2.1 16:51:16 + sadf -c /var/log/sa-host/sa23 16:51:16 file_magic: OK 16:51:16 HZ: Using current value: 100 16:51:16 file_header: OK 16:51:16 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:51:16 Statistics: 16:51:16 Hnuu...uuuununununu... 16:51:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:51:16 provisioning config files... 16:51:16 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7850275974489239263tmp [Pipeline] { [Pipeline] echo 16:51:16 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:51:17 ---> create-netrc.sh [Pipeline] } 16:51:17 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:51:17 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:51:17 ---> python-tools-install.sh [Pipeline] echo 16:51:17 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:51:18 ---> sudo-logs.sh 16:51:18 Archiving 'sudo' log.. [Pipeline] echo 16:51:18 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:51:18 ---> job-cost.sh 16:51:18 lf-activate-venv: SKIPPING 16:51:18 INFO: No Stack... 16:51:19 INFO: Retrieving Pricing Info for: v1-standard-2 16:51:19 INFO: Archiving Costs [Pipeline] echo 16:51:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:51:20 ---> logs-deploy.sh 16:51:20 lf-activate-venv: SKIPPING 16:51:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3134/4 16:51:20 INFO: archiving workspace using pattern(s): 16:51:22 Archives upload complete. 16:51:22 INFO: archiving logs to Nexus 16:51:23 ---> uname -a: 16:51:23 Linux prd-centos7-docker-4c-2g-25254.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:51:23 16:51:23 16:51:23 ---> lscpu: 16:51:23 Architecture: x86_64 16:51:23 CPU op-mode(s): 32-bit, 64-bit 16:51:23 Byte Order: Little Endian 16:51:23 Address sizes: 40 bits physical, 48 bits virtual 16:51:23 CPU(s): 4 16:51:23 On-line CPU(s) list: 0-3 16:51:23 Thread(s) per core: 1 16:51:23 Core(s) per socket: 1 16:51:23 Socket(s): 4 16:51:23 NUMA node(s): 1 16:51:23 Vendor ID: GenuineIntel 16:51:23 CPU family: 6 16:51:23 Model: 44 16:51:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:51:23 Stepping: 1 16:51:23 CPU MHz: 2933.442 16:51:23 BogoMIPS: 5866.88 16:51:23 Virtualization: VT-x 16:51:23 Hypervisor vendor: KVM 16:51:23 Virtualization type: full 16:51:23 L1d cache: 128 KiB 16:51:23 L1i cache: 128 KiB 16:51:23 L2 cache: 16 MiB 16:51:23 L3 cache: 64 MiB 16:51:23 NUMA node0 CPU(s): 0-3 16:51:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:51:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:51:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:51:23 Vulnerability Meltdown: Mitigation; PTI 16:51:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:51:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:51:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:51:23 Vulnerability Srbds: Not affected 16:51:23 Vulnerability Tsx async abort: Not affected 16:51:23 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:51:23 16:51:23 16:51:23 ---> nproc: 16:51:23 4 16:51:23 16:51:23 16:51:23 ---> df -h: 16:51:23 Filesystem Size Used Available Use% Mounted on 16:51:23 overlay 50.0G 11.7G 38.3G 23% / 16:51:23 tmpfs 64.0M 0 64.0M 0% /dev 16:51:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:51:23 shm 64.0M 0 64.0M 0% /dev/shm 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4 16:51:23 /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4@tmp 16:51:23 16:51:23 16:51:23 ---> free -m: 16:51:23 total used free shared buff/cache available 16:51:23 Mem: 1837 675 131 0 1030 1076 16:51:23 Swap: 1023 59 964 16:51:23 16:51:23 16:51:23 ---> ip addr: 16:51:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:51:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:51:23 inet 127.0.0.1/8 scope host lo 16:51:23 valid_lft forever preferred_lft forever 16:51:23 inet6 ::1/128 scope host 16:51:23 valid_lft forever preferred_lft forever 16:51:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:51:23 link/ether fa:16:3e:11:a1:34 brd ff:ff:ff:ff:ff:ff 16:51:23 inet 10.30.123.89/23 brd 10.30.123.255 scope global dynamic eth0 16:51:23 valid_lft 85191sec preferred_lft 85191sec 16:51:23 inet6 fe80::f816:3eff:fe11:a134/64 scope link 16:51:23 valid_lft forever preferred_lft forever 16:51:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:51:23 link/ether 02:42:41:a5:f8:c8 brd ff:ff:ff:ff:ff:ff 16:51:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:51:23 valid_lft forever preferred_lft forever 16:51:23 inet6 fe80::42:41ff:fea5:f8c8/64 scope link 16:51:23 valid_lft forever preferred_lft forever 16:51:23 16:51:23 16:51:23 ---> sar -b -r -n DEV: 16:51:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 16:51:23 16:51:23 16:31:02 LINUX RESTART (4 CPU) 16:51:23 16:51:23 16:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:51:23 16:33:01 92.30 44.20 48.10 0.00 6277.82 11587.56 0.00 16:51:23 16:34:01 251.20 84.34 166.86 0.00 6329.12 47458.69 0.00 16:51:23 16:35:01 231.16 96.34 134.82 0.00 3287.80 14791.55 0.00 16:51:23 16:36:02 128.60 58.19 70.41 0.00 3223.83 7056.03 0.00 16:51:23 16:37:01 215.55 57.66 157.89 0.00 15925.94 97190.27 0.00 16:51:23 16:38:02 2845.62 2485.19 360.43 0.00 182208.60 190961.69 0.00 16:51:23 16:39:01 1002.59 769.50 233.09 0.00 46611.12 61586.22 0.00 16:51:23 16:40:02 1321.98 963.73 358.25 0.00 88132.32 120279.99 0.00 16:51:23 16:41:01 1695.45 1393.26 302.20 0.00 67344.13 74285.97 0.00 16:51:23 16:42:01 63.19 20.58 42.62 0.00 4103.21 4607.96 0.00 16:51:23 16:43:01 1.62 0.15 1.47 0.00 2.13 26.29 0.00 16:51:23 16:44:01 1.47 1.23 0.23 0.00 94.47 2.88 0.00 16:51:23 16:45:01 0.22 0.00 0.22 0.00 0.00 1.95 0.00 16:51:23 16:46:01 0.55 0.27 0.28 0.00 9.32 3.10 0.00 16:51:23 16:47:01 2.03 1.23 0.80 0.00 43.82 15.17 0.00 16:51:23 16:48:01 0.32 0.00 0.32 0.00 0.00 3.91 0.00 16:51:23 16:49:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 16:51:23 16:50:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 16:51:23 16:51:02 99.72 65.37 34.35 0.00 5405.73 9201.43 0.00 16:51:23 Average: 420.16 319.43 100.73 0.00 22720.65 33733.22 0.00 16:51:23 16:51:23 16:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:51:23 16:33:01 285616 0 596784 31.72 2620 996524 1205200 41.13 529736 861640 42632 16:51:23 16:34:01 80780 0 759620 40.37 1576 1039568 1505104 51.37 662492 844320 92296 16:51:23 16:35:01 213440 0 765464 40.68 948 901692 1634336 55.78 647828 740212 35928 16:51:23 16:36:02 297384 0 711868 37.83 872 871420 1331956 45.46 574144 718552 36768 16:51:23 16:37:01 80044 0 663660 35.27 388 1137452 1262440 43.08 721204 843900 15036 16:51:23 16:38:02 66664 0 811752 43.14 140 1002988 2319152 79.15 765848 818736 17716 16:51:23 16:39:01 416392 0 715348 38.02 140 749664 1937220 66.11 488576 725020 36 16:51:23 16:40:02 74440 0 785196 41.73 140 1021768 2176256 74.27 697032 859776 70476 16:51:23 16:41:01 349696 0 705988 37.52 140 825720 1715776 58.56 420924 864568 64888 16:51:23 16:42:01 507628 0 594132 31.58 140 779644 1189904 40.61 368012 770764 12 16:51:23 16:43:01 509156 0 592596 31.50 140 779652 1179648 40.26 367576 770308 8 16:51:23 16:44:01 508152 0 590788 31.40 140 782464 1165220 39.77 366628 772752 16 16:51:23 16:45:01 508152 0 590764 31.40 140 782488 1165220 39.77 366760 772768 8 16:51:23 16:46:01 507448 0 591092 31.42 140 782864 1165668 39.78 366888 773140 8 16:51:23 16:47:01 506612 0 591464 31.44 140 783328 1165292 39.77 366896 773604 8 16:51:23 16:48:01 506708 0 591340 31.43 140 783356 1165244 39.77 366888 773620 8 16:51:23 16:49:01 507244 0 590804 31.40 140 783356 1165220 39.77 366692 773620 8 16:51:23 16:50:01 506800 0 591236 31.42 140 783368 1165220 39.77 366824 773620 16 16:51:23 16:51:02 72884 0 686192 36.47 140 1122328 1592848 54.36 556560 987512 87252 16:51:23 Average: 342381 0 659268 35.04 440 879455 1431943 48.87 493027 800970 24375 16:51:23 16:51:23 16:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:51:23 16:33:01 vethc1ec3a0 839.26 651.72 80.78 2672.02 0.00 0.00 0.00 0.00 16:51:23 16:33:01 eth0 803.59 950.34 3132.07 127.54 0.00 0.00 0.00 0.00 16:51:23 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:33:01 docker0 839.26 651.59 69.30 2672.01 0.00 0.00 0.00 0.00 16:51:23 16:34:01 eth0 478.61 401.53 3675.75 80.38 0.00 0.00 0.00 0.00 16:51:23 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:34:01 docker0 143.75 177.39 10.21 833.36 0.00 0.00 0.00 0.00 16:51:23 16:35:01 eth0 31.49 18.77 31.93 13.00 0.00 0.00 0.00 0.00 16:51:23 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:35:01 veth64acfb5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:23 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:36:02 eth0 34.79 25.73 19.16 44.48 0.00 0.00 0.00 0.00 16:51:23 16:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:36:02 veth64acfb5 2.03 2.03 0.16 0.18 0.00 0.00 0.00 0.00 16:51:23 16:36:02 docker0 2.03 2.03 0.13 0.18 0.00 0.00 0.00 0.00 16:51:23 16:37:01 eth0 191.03 161.33 1723.86 63.19 0.00 0.00 0.00 0.00 16:51:23 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:37:01 vetha6f460c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:51:23 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:38:02 eth0 56.83 36.31 163.56 41.64 0.00 0.00 0.00 0.00 16:51:23 16:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:38:02 vetha6f460c 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 16:51:23 16:38:02 docker0 12.27 22.59 0.68 143.33 0.00 0.00 0.00 0.00 16:51:23 16:39:01 veth12c55c9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:39:01 vethc75dcd4 3.23 5.21 0.22 30.23 0.00 0.00 0.00 0.00 16:51:23 16:39:01 eth0 171.04 143.97 1371.68 17.62 0.00 0.00 0.00 0.00 16:51:23 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:40:02 vethd5ec6e0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:51:23 16:40:02 eth0 142.11 87.79 473.47 101.04 0.00 0.00 0.00 0.00 16:51:23 16:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:40:02 veth73d0ac5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:51:23 16:41:01 eth0 90.43 56.89 153.23 60.05 0.00 0.00 0.00 0.00 16:51:23 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:41:01 vetha6f460c 0.00 0.83 0.00 0.04 0.00 0.00 0.00 0.00 16:51:23 16:41:01 veth3e1d01c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 16:51:23 16:42:01 eth0 15.08 8.72 40.51 4.08 0.00 0.00 0.00 0.00 16:51:23 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:42:01 docker0 1068.69 967.37 84.73 4301.65 0.00 0.00 0.00 0.00 16:51:23 16:43:01 eth0 1.98 1.13 1.25 0.61 0.00 0.00 0.00 0.00 16:51:23 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:44:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 16:51:23 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:51:23 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:51:23 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:47:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 16:51:23 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:48:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 16:51:23 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:51:23 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:51:02 eth0 210.12 172.15 2149.35 49.61 0.00 0.00 0.00 0.00 16:51:23 16:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 16:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 Average: eth0 117.25 108.69 680.62 31.78 0.00 0.00 0.00 0.00 16:51:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:51:23 Average: docker0 56.25 50.92 4.46 226.43 0.00 0.00 0.00 0.00 16:51:23 16:51:23 16:51:23 ---> sar -P ALL: 16:51:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) 16:51:23 16:51:23 16:31:02 LINUX RESTART (4 CPU) 16:51:23 16:51:23 16:32:01 CPU %user %nice %system %iowait %steal %idle 16:51:23 16:33:01 all 10.48 0.00 5.03 1.77 0.03 82.69 16:51:23 16:33:01 0 10.97 0.00 7.54 1.42 0.03 80.03 16:51:23 16:33:01 1 6.89 0.00 3.54 0.08 0.02 89.47 16:51:23 16:33:01 2 12.98 0.00 4.26 2.30 0.02 80.44 16:51:23 16:33:01 3 11.11 0.00 4.81 3.27 0.03 80.77 16:51:23 16:34:01 all 11.35 0.00 9.39 4.59 0.05 74.61 16:51:23 16:34:01 0 10.83 0.00 9.47 3.56 0.05 76.08 16:51:23 16:34:01 1 11.25 0.00 9.15 6.57 0.09 72.95 16:51:23 16:34:01 2 11.73 0.00 9.84 3.35 0.03 75.05 16:51:23 16:34:01 3 11.60 0.00 9.11 4.89 0.03 74.37 16:51:23 16:35:01 all 42.02 0.00 11.57 5.86 0.07 40.48 16:51:23 16:35:01 0 41.26 0.00 11.36 2.94 0.09 44.35 16:51:23 16:35:01 1 41.22 0.00 11.59 7.64 0.07 39.48 16:51:23 16:35:01 2 42.09 0.00 11.27 5.26 0.03 41.35 16:51:23 16:35:01 3 43.51 0.00 12.06 7.62 0.07 36.74 16:51:23 16:36:02 all 43.50 0.00 13.47 3.54 0.07 39.42 16:51:23 16:36:02 0 42.20 0.00 13.12 3.14 0.05 41.49 16:51:23 16:36:02 1 44.94 0.00 13.79 2.76 0.09 38.43 16:51:23 16:36:02 2 42.87 0.00 13.57 4.12 0.09 39.35 16:51:23 16:36:02 3 44.02 0.00 13.40 4.13 0.07 38.38 16:51:23 16:37:01 all 23.63 0.00 14.85 7.00 0.07 54.45 16:51:23 16:37:01 0 23.01 0.00 15.26 7.38 0.09 54.26 16:51:23 16:37:01 1 25.47 0.00 15.21 7.92 0.09 51.30 16:51:23 16:37:01 2 23.35 0.00 14.60 6.22 0.05 55.77 16:51:23 16:37:01 3 22.70 0.00 14.31 6.48 0.05 56.46 16:51:23 16:38:02 all 21.73 0.00 30.81 24.38 0.11 22.97 16:51:23 16:38:02 0 20.96 0.00 31.25 25.88 0.09 21.81 16:51:23 16:38:02 1 23.13 0.00 30.40 23.45 0.17 22.84 16:51:23 16:38:02 2 21.33 0.00 30.00 24.90 0.10 23.66 16:51:23 16:38:02 3 21.48 0.00 31.59 23.26 0.09 23.59 16:51:23 16:39:01 all 53.63 0.00 18.63 16.35 0.07 11.32 16:51:23 16:39:01 0 53.47 0.00 18.75 18.75 0.09 8.94 16:51:23 16:39:01 1 54.27 0.00 18.80 14.42 0.05 12.45 16:51:23 16:39:01 2 53.09 0.00 17.81 18.54 0.07 10.49 16:51:23 16:39:01 3 53.66 0.00 19.15 13.81 0.05 13.32 16:51:23 16:40:02 all 30.16 0.00 20.73 25.23 0.07 23.82 16:51:23 16:40:02 0 29.30 0.00 19.45 25.67 0.09 25.49 16:51:23 16:40:02 1 30.11 0.00 20.49 26.71 0.07 22.62 16:51:23 16:40:02 2 29.74 0.00 22.66 26.75 0.05 20.80 16:51:23 16:40:02 3 31.52 0.00 20.31 21.76 0.05 26.36 16:51:23 16:41:01 all 33.94 0.00 19.43 24.20 0.10 22.33 16:51:23 16:41:01 0 33.37 0.00 19.77 25.03 0.09 21.74 16:51:23 16:41:01 1 34.34 0.00 19.53 25.18 0.11 20.83 16:51:23 16:41:01 2 34.20 0.00 19.32 23.76 0.12 22.60 16:51:23 16:41:01 3 33.84 0.00 19.08 22.83 0.09 24.17 16:51:23 16:42:01 all 1.60 0.00 1.53 1.58 0.01 95.28 16:51:23 16:42:01 0 1.32 0.00 1.83 0.59 0.00 96.26 16:51:23 16:42:01 1 1.73 0.00 1.78 1.63 0.02 94.85 16:51:23 16:42:01 2 1.87 0.00 1.27 3.11 0.02 93.72 16:51:23 16:42:01 3 1.49 0.00 1.24 0.99 0.02 96.27 16:51:23 16:43:01 all 0.18 0.00 0.03 0.00 0.00 99.79 16:51:23 16:43:01 0 0.03 0.00 0.02 0.02 0.00 99.93 16:51:23 16:43:01 1 0.13 0.00 0.03 0.00 0.00 99.83 16:51:23 16:43:01 2 0.52 0.00 0.02 0.00 0.00 99.47 16:51:23 16:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:51:23 16:51:23 16:43:01 CPU %user %nice %system %iowait %steal %idle 16:51:23 16:44:01 all 0.18 0.00 0.07 0.00 0.00 99.75 16:51:23 16:44:01 0 0.03 0.00 0.02 0.02 0.00 99.93 16:51:23 16:44:01 1 0.08 0.00 0.12 0.00 0.00 99.80 16:51:23 16:44:01 2 0.55 0.00 0.08 0.00 0.00 99.37 16:51:23 16:44:01 3 0.03 0.00 0.08 0.00 0.00 99.88 16:51:23 16:45:01 all 0.10 0.00 0.03 0.00 0.01 99.86 16:51:23 16:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 16:51:23 16:45:01 1 0.05 0.00 0.05 0.00 0.02 99.88 16:51:23 16:45:01 2 0.33 0.00 0.00 0.00 0.02 99.65 16:51:23 16:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:51:23 16:46:01 all 0.12 0.00 0.05 0.00 0.01 99.82 16:51:23 16:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 16:51:23 16:46:01 1 0.03 0.00 0.07 0.00 0.02 99.88 16:51:23 16:46:01 2 0.40 0.00 0.03 0.00 0.00 99.57 16:51:23 16:46:01 3 0.02 0.00 0.05 0.02 0.00 99.92 16:51:23 16:47:01 all 0.15 0.00 0.05 0.01 0.00 99.78 16:51:23 16:47:01 0 0.05 0.00 0.05 0.00 0.00 99.90 16:51:23 16:47:01 1 0.05 0.00 0.08 0.02 0.00 99.85 16:51:23 16:47:01 2 0.50 0.00 0.03 0.02 0.00 99.45 16:51:23 16:47:01 3 0.02 0.00 0.05 0.02 0.00 99.92 16:51:23 16:48:01 all 0.16 0.00 0.03 0.00 0.01 99.80 16:51:23 16:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:51:23 16:48:01 1 0.07 0.00 0.07 0.00 0.03 99.83 16:51:23 16:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:51:23 16:48:01 3 0.52 0.00 0.00 0.00 0.00 99.48 16:51:23 16:49:01 all 0.14 0.00 0.03 0.00 0.03 99.80 16:51:23 16:49:01 0 0.00 0.00 0.03 0.00 0.02 99.95 16:51:23 16:49:01 1 0.13 0.00 0.05 0.00 0.05 99.77 16:51:23 16:49:01 2 0.02 0.00 0.02 0.00 0.03 99.93 16:51:23 16:49:01 3 0.40 0.00 0.03 0.00 0.03 99.53 16:51:23 16:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 16:51:23 16:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:51:23 16:50:01 1 0.53 0.00 0.03 0.00 0.00 99.43 16:51:23 16:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 16:51:23 16:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:51:23 16:51:02 all 5.97 0.00 4.18 2.62 0.18 87.06 16:51:23 16:51:02 0 6.84 0.00 4.82 1.52 0.13 86.70 16:51:23 16:51:02 1 5.05 0.00 4.50 2.08 0.17 88.21 16:51:23 16:51:02 2 6.30 0.00 3.65 3.30 0.18 86.57 16:51:23 16:51:02 3 5.70 0.00 3.74 3.59 0.22 86.76 16:51:23 Average: all 14.31 0.00 7.69 5.99 0.05 71.97 16:51:23 Average: 0 14.04 0.00 7.86 5.93 0.04 72.13 16:51:23 Average: 1 14.32 0.00 7.66 6.06 0.05 71.89 16:51:23 Average: 2 14.43 0.00 7.61 6.21 0.04 71.71 16:51:23 Average: 3 14.43 0.00 7.63 5.75 0.04 72.14 16:51:23 16:51:23 16:51:23