Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d rather than d01e42c31d774825d2a5c7d3879b2510314babf8 Obtained Jenkinsfile from 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4219 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d into PR head commit d01e42c31d774825d2a5c7d3879b2510314babf8 Merge succeeded, producing d01e42c31d774825d2a5c7d3879b2510314babf8 Checking out Revision d01e42c31d774825d2a5c7d3879b2510314babf8 (PR-3422) > 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/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # 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 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 Commit message: "Merge branch 'master' into issue-3421" > git rev-list --no-walk cad576f88217c1f50f1d4ab94f48ff7e3bff147b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:55:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:55:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:55:58 ========================================================= 21:55:58 EdgeX Global Pipelines Version Info 21:55:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:55:59 ------------------- 21:55:59 stable info: 21:55:59 ------------------- 21:55:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:55:59 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 21:55:59 Message: update stable to v1.0.191 21:56:00 ------------------- 21:56:00 experimental info: 21:56:00 ------------------- 21:56:00 Commited By: **** collab-it+edgex@linuxfoundation.org 21:56:00 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 21:56:00 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:56:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d01e42c31d774825d2a5c7d3879b2510314babf8 [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d01e42c [Pipeline] echo 21:56:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:56:01 provisioning config files... 21:56:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config3216695381779433870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:56:02 ---> docker-login.sh 21:56:02 nexus3.edgexfoundry.org:10001 21:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:02 Configure a credential helper to remove this warning. See 21:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:02 21:56:02 Login Succeeded 21:56:02 nexus3.edgexfoundry.org:10002 21:56:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:02 Configure a credential helper to remove this warning. See 21:56:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:02 21:56:02 Login Succeeded 21:56:02 nexus3.edgexfoundry.org:10003 21:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:03 Configure a credential helper to remove this warning. See 21:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:03 21:56:03 Login Succeeded 21:56:03 nexus3.edgexfoundry.org:10004 21:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:03 Configure a credential helper to remove this warning. See 21:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:03 21:56:03 Login Succeeded 21:56:03 docker.io 21:56:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:56:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:56:03 Configure a credential helper to remove this warning. See 21:56:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:56:03 21:56:03 Login Succeeded 21:56:03 ---> docker-login.sh ends [Pipeline] } 21:56:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:56:04 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/core-command/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo core-command,cmd/core-command/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/core-data/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo core-data,cmd/core-data/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/core-metadata/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo core-metadata,cmd/core-metadata/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/security-bootstrapper/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/security-proxy-setup/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/support-notifications/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo support-notifications,cmd/support-notifications/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/support-scheduler/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:56:04 + for file in '`ls cmd/**/Dockerfile`' 21:56:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:56:04 ++ cut -d/ -f2 21:56:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:56:04 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:56:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:04 21:56:04 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:56:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:05 latest: Pulling from edgex-devops/git-semver 21:56:05 31603596830f: Pulling fs layer 21:56:05 54011a49482f: Pulling fs layer 21:56:05 a6820b24f6d8: Pulling fs layer 21:56:05 f581987b2513: Pulling fs layer 21:56:05 f581987b2513: Waiting 21:56:05 54011a49482f: Verifying Checksum 21:56:05 54011a49482f: Download complete 21:56:05 31603596830f: Verifying Checksum 21:56:05 31603596830f: Download complete 21:56:05 f581987b2513: Verifying Checksum 21:56:05 f581987b2513: Download complete 21:56:05 a6820b24f6d8: Verifying Checksum 21:56:05 a6820b24f6d8: Download complete 21:56:05 31603596830f: Pull complete 21:56:05 54011a49482f: Pull complete 21:56:06 a6820b24f6d8: Pull complete 21:56:06 f581987b2513: Pull complete 21:56:06 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 21:56:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:56:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:56:06 prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container 21:56:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 21:56:10 $ docker top cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:56:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:56:10 [ssh-agent] Looking for ssh-agent implementation... 21:56:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:56:10 $ docker exec cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 ssh-agent 21:56:10 SSH_AUTH_SOCK=/tmp/ssh-LCX0mcV6akNR/agent.11 21:56:10 SSH_AGENT_PID=17 21:56:10 Running ssh-add (command line suppressed) 21:56:10 Identity added: /w/workspace/edgex-go/17@tmp/private_key_1403575207294684166.key (/w/workspace/edgex-go/17@tmp/private_key_1403575207294684166.key) 21:56:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:56:11 + git tag --points-at HEAD [Pipeline] } 21:56:11 $ docker exec --env ******** --env ******** cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 ssh-agent -k 21:56:11 unset SSH_AUTH_SOCK; 21:56:11 unset SSH_AGENT_PID; 21:56:11 echo Agent pid 17 killed; 21:56:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:56:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:56:11 [ssh-agent] Looking for ssh-agent implementation... 21:56:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:56:11 $ docker exec cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 ssh-agent 21:56:11 SSH_AUTH_SOCK=/tmp/ssh-SyvGxbFr1yhF/agent.46 21:56:11 SSH_AGENT_PID=51 21:56:11 Running ssh-add (command line suppressed) 21:56:11 Identity added: /w/workspace/edgex-go/17@tmp/private_key_7153342532849355674.key (/w/workspace/edgex-go/17@tmp/private_key_7153342532849355674.key) 21:56:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:56:12 + git semver init 21:56:12 # -> Open(): unable to determine branch for HEAD 21:56:12 # $GIT_DIR = /w/workspace/edgex-go/17/.git 21:56:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/17 21:56:12 # $SEMVER_REMOTE_NAME = origin 21:56:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:56:12 # $SEMVER_USER_NAME = edgex-jenkins 21:56:12 # $SEMVER_BRANCH = PR-3422 21:56:12 # $SEMVER_TEMP = /tmp/semver-877253420 21:56:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:56:30 # '/tmp/semver-877253420' -> '/w/workspace/edgex-go/17/.semver' 21:56:30 # -> Force: false 21:56:30 # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } 21:56:30 $ docker exec --env ******** --env ******** cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 ssh-agent -k 21:56:31 unset SSH_AUTH_SOCK; 21:56:31 unset SSH_AGENT_PID; 21:56:31 echo Agent pid 51 killed; 21:56:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:56:31 + git semver [Pipeline] } 21:56:31 $ docker stop --time=1 cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 21:56:33 $ docker rm -f cc9c6948fc3777012267a801bba4c65d35eae9bfcd3cf12920195bb4e4c5c866 [Pipeline] // withDockerContainer [Pipeline] sh 21:56:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:56:34 Stashed 1 file(s) [Pipeline] echo 21:56:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:56:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:56:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:56:35 + sudo service docker restart 21:56:35 + true 21:56:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:56:36 ========================================================= 21:56:36 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:56:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:56:36 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 21:56:40 Sending build context to Docker daemon 330.3MB 21:56:40 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 21:56:40 Step 2/6 : FROM ${BASE} 21:56:40 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:56:40 540db60ca938: Pulling fs layer 21:56:40 adcc1eea9eea: Pulling fs layer 21:56:40 4c4ab2625f07: Pulling fs layer 21:56:40 0510c868ecb4: Pulling fs layer 21:56:40 afea3b2eda06: Pulling fs layer 21:56:40 7809a108b3ef: Pulling fs layer 21:56:40 f706445af74f: Pulling fs layer 21:56:40 0510c868ecb4: Waiting 21:56:40 afea3b2eda06: Waiting 21:56:40 7809a108b3ef: Waiting 21:56:40 f706445af74f: Waiting 21:56:40 4c4ab2625f07: Verifying Checksum 21:56:40 4c4ab2625f07: Download complete 21:56:40 adcc1eea9eea: Download complete 21:56:40 afea3b2eda06: Verifying Checksum 21:56:40 afea3b2eda06: Download complete 21:56:40 7809a108b3ef: Verifying Checksum 21:56:40 7809a108b3ef: Download complete 21:56:40 540db60ca938: Verifying Checksum 21:56:40 540db60ca938: Download complete 21:56:41 540db60ca938: Pull complete 21:56:41 adcc1eea9eea: Pull complete 21:56:41 4c4ab2625f07: Pull complete 21:56:42 f706445af74f: Verifying Checksum 21:56:42 f706445af74f: Download complete 21:56:43 0510c868ecb4: Verifying Checksum 21:56:43 0510c868ecb4: Download complete 21:56:49 Still waiting to schedule task 21:56:49 ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline 21:56:49 0510c868ecb4: Pull complete 21:56:49 afea3b2eda06: Pull complete 21:56:49 7809a108b3ef: Pull complete 21:56:54 f706445af74f: Pull complete 21:56:54 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 21:56:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:56:54 ---> b068be0155e3 21:56:54 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:56:54 ---> Running in b10fb78963f2 21:56:55 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:56:56 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:56:59 (1/12) Installing libmagic (5.39-r0) 21:56:59 (2/12) Installing file (5.39-r0) 21:56:59 (3/12) Installing libc-dev (0.7.2-r3) 21:56:59 (4/12) Installing g++ (10.2.1_pre1-r3) 21:57:12 (5/12) Installing fortify-headers (1.1-r0) 21:57:12 (6/12) Installing patch (2.7.6-r6) 21:57:12 (7/12) Installing build-base (0.5-r2) 21:57:12 (8/12) Installing libsodium (1.0.18-r0) 21:57:12 (9/12) Installing pkgconf (1.7.3-r0) 21:57:12 (10/12) Installing libsodium-dev (1.0.18-r0) 21:57:12 (11/12) Installing libzmq (4.3.3-r1) 21:57:12 (12/12) Installing zeromq-dev (4.3.3-r1) 21:57:12 Executing busybox-1.32.1-r6.trigger 21:57:12 OK: 219 MiB in 52 packages 21:57:15 Removing intermediate container b10fb78963f2 21:57:15 ---> a1c7ea704f5e 21:57:15 Step 4/6 : WORKDIR /edgex-go 21:57:15 ---> Running in 9dd9812adb21 21:57:16 Removing intermediate container 9dd9812adb21 21:57:16 ---> 50a62d44c776 21:57:16 Step 5/6 : COPY go.mod . 21:57:16 ---> 0b0b5f86bc19 21:57:16 Step 6/6 : RUN go mod download 21:57:16 ---> Running in 18cf7760dd14 21:57:38 Removing intermediate container 18cf7760dd14 21:57:38 ---> 5ea40b7ac2ca 21:57:38 Successfully built 5ea40b7ac2ca 21:57:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:57:38 + docker inspect -f . ci-base-image-x86_64 21:57:38 . [Pipeline] withDockerContainer 21:57:38 prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container 21:57:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 21:57:39 $ docker top d5377317ad91ae8e10389bcaf8d4f161b8c51d31f9d83c03fa206aa433a9715c -eo pid,comm [Pipeline] { [Pipeline] sh 21:57:40 + go version 21:57:40 go version go1.16.3 linux/amd64 [Pipeline] } 21:57:40 $ docker stop --time=1 d5377317ad91ae8e10389bcaf8d4f161b8c51d31f9d83c03fa206aa433a9715c 21:57:41 $ docker rm -f d5377317ad91ae8e10389bcaf8d4f161b8c51d31f9d83c03fa206aa433a9715c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:57:42 + docker inspect -f . ci-base-image-x86_64 21:57:42 . [Pipeline] withDockerContainer 21:57:42 prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container 21:57:42 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 21:57:43 $ docker top 9ee7a96eec4bd3ff2259f8d1b22c14285137443a647da25218282927fffc1f46 -eo pid,comm [Pipeline] { [Pipeline] echo 21:57:43 ========================================================= 21:57:43 [edgeXBuildGoParallel] Running Tests and Build... 21:57:43 ========================================================= [Pipeline] sh 21:57:43 + go mod tidy [Pipeline] sh 21:57:45 + make test 21:57:45 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:57:53 ? github.com/edgexfoundry/edgex-go [no test files] 21:58:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:58:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:58:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:58:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:58:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:58:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:58:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:58:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:58:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:58:25 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:58:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:58:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:58:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:58:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.159s coverage: 45.9% of statements 21:58:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:58:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:58:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:58:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:58:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:58:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:58:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.089s coverage: 19.8% of statements 21:58:32 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.130s coverage: 100.0% of statements 21:58:34 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.342s coverage: 27.8% of statements 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:58:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.077s coverage: 100.0% of statements 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:58:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:58:34 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 71.3% of statements 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:58:34 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:58:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.233s coverage: 87.7% of statements 21:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:58:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements 21:58:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:58:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4220 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 21:58:36 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 21:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.323s coverage: 28.6% of statements 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.134s coverage: 86.7% of statements 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.220s coverage: 97.5% of statements 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:58:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 78.3% of statements 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:58:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.376s coverage: 95.1% of statements 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.088s coverage: 0.9% of statements 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.054s coverage: 22.0% of statements 21:58:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 47.1% of statements 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.060s coverage: 79.5% of statements 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.068s coverage: 96.3% of statements 21:58:42 using credential edgex-jenkins-ssh 21:58:42 Cloning the remote Git repository 21:58:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.079s coverage: 87.5% of statements 21:58:42 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:58:42 > git init /w/workspace/edgex-go/17 # timeout=10 21:58:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:58:42 > git --version # timeout=10 21:58:42 > git --version # 'git version 2.17.1' 21:58:42 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.069s coverage: 94.4% of statements 21:58:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 21:58:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.250s coverage: 81.8% of statements 21:58:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:59:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:59:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:59:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:59:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:59:01 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:59:02 Merging remotes/origin/master commit 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d into PR head commit d01e42c31d774825d2a5c7d3879b2510314babf8 21:59:03 Merge succeeded, producing d01e42c31d774825d2a5c7d3879b2510314babf8 21:59:03 Checking out Revision d01e42c31d774825d2a5c7d3879b2510314babf8 (PR-3422) 21:59:02 > git config core.sparsecheckout # timeout=10 21:59:02 > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 21:59:03 > git remote # timeout=10 21:59:03 > git config --get remote.origin.url # timeout=10 21:59:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:03 > git merge 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d # timeout=10 21:59:03 > git rev-parse HEAD^{commit} # timeout=10 21:59:03 > git config core.sparsecheckout # timeout=10 21:59:03 > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.089s coverage: 92.9% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 76.0% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.0% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.083s coverage: 87.2% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.071s coverage: 85.4% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 91.2% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 66.9% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.226s coverage: 43.4% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.040s coverage: 89.5% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.135s coverage: 47.0% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:59:06 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:59:06 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:59:07 Commit message: "Merge branch 'master' into issue-3421" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.081s coverage: 22.7% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.161s coverage: 92.6% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.764s coverage: 28.7% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.066s coverage: 99.0% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.070s coverage: 64.6% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.139s coverage: 97.6% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:59:08 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:59:08 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:59:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 21:59:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:59:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:59:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.027s coverage: 100.0% of statements 21:59:09 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:59:09 + sudo mv /tmp/daemon.json /etc/docker/daemon.json 21:59:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 28.1% of statements 21:59:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 21:59:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.026s coverage: 85.7% of statements 21:59:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 21:59:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [Pipeline] sh 21:59:10 + + sudo servicetrue docker 21:59:10 restart 21:59:10 GO111MODULE=on go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:59:12 provisioning config files... 21:59:12 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config3904534138919871295tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:13 ---> docker-login.sh 21:59:13 nexus3.edgexfoundry.org:10001 21:59:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:14 Configure a credential helper to remove this warning. See 21:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:14 21:59:14 Login Succeeded 21:59:14 nexus3.edgexfoundry.org:10002 21:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:14 Configure a credential helper to remove this warning. See 21:59:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:14 21:59:14 Login Succeeded 21:59:14 nexus3.edgexfoundry.org:10003 21:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:15 Configure a credential helper to remove this warning. See 21:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:15 21:59:15 Login Succeeded 21:59:15 nexus3.edgexfoundry.org:10004 21:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:16 Configure a credential helper to remove this warning. See 21:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:16 21:59:16 Login Succeeded 21:59:16 docker.io 21:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:17 Configure a credential helper to remove this warning. See 21:59:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:17 21:59:17 Login Succeeded 21:59:17 ---> docker-login.sh ends [Pipeline] } 21:59:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:59:18 ========================================================= 21:59:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:59:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:59:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 21:59:21 Sending build context to Docker daemon 167.8MB 21:59:21 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 21:59:21 Step 2/6 : FROM ${BASE} 21:59:21 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:59:21 595b0fe564bb: Pulling fs layer 21:59:21 7186ed65a4f7: Pulling fs layer 21:59:21 316046926c0a: Pulling fs layer 21:59:21 4ebd0625c992: Pulling fs layer 21:59:21 207e8628e3a3: Pulling fs layer 21:59:21 c791037a9be2: Pulling fs layer 21:59:21 ffd874e62e21: Pulling fs layer 21:59:21 4ebd0625c992: Waiting 21:59:21 207e8628e3a3: Waiting 21:59:21 c791037a9be2: Waiting 21:59:21 ffd874e62e21: Waiting 21:59:21 316046926c0a: Verifying Checksum 21:59:21 316046926c0a: Download complete 21:59:21 7186ed65a4f7: Verifying Checksum 21:59:21 7186ed65a4f7: Download complete 21:59:21 207e8628e3a3: Verifying Checksum 21:59:21 207e8628e3a3: Download complete 21:59:21 c791037a9be2: Download complete 21:59:21 595b0fe564bb: Verifying Checksum 21:59:21 595b0fe564bb: Download complete 21:59:21 595b0fe564bb: Pull complete 21:59:22 7186ed65a4f7: Pull complete 21:59:22 316046926c0a: Pull complete 21:59:23 ffd874e62e21: Verifying Checksum 21:59:23 ffd874e62e21: Download complete 21:59:25 4ebd0625c992: Verifying Checksum 21:59:25 4ebd0625c992: Download complete 21:59:35 4ebd0625c992: Pull complete 21:59:35 207e8628e3a3: Pull complete 21:59:36 c791037a9be2: Pull complete 21:59:39 ffd874e62e21: Pull complete 21:59:39 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 21:59:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:59:39 ---> cfc18b08335c 21:59:39 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:59:43 ---> Running in 213c20af63f7 21:59:44 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:59:45 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:59:47 (1/12) Installing libmagic (5.39-r0) 21:59:47 (2/12) Installing file (5.39-r0) 21:59:47 (3/12) Installing libc-dev (0.7.2-r3) 21:59:47 (4/12) Installing g++ (10.2.1_pre1-r3) 21:59:49 gofmt -l . 21:59:49 [ "`gofmt -l .`" = "" ] 21:59:49 ./bin/test-go-mod-tidy.sh 21:59:49 ./bin/test-attribution-txt.sh [Pipeline] sh 21:59:50 + ls -al . 21:59:50 total 828 21:59:50 drwxrwxr-x 10 1001 1001 4096 May 10 21:59 . 21:59:50 drwxr-xr-x 4 root root 30 May 10 21:57 .. 21:59:50 -rw-rw-r-- 1 1001 1001 11 May 10 21:55 .dockerignore 21:59:50 drwxrwxr-x 8 1001 1001 179 May 10 21:55 .git 21:59:50 drwxrwxr-x 3 1001 1001 125 May 10 21:55 .github 21:59:50 -rw-rw-r-- 1 1001 1001 818 May 10 21:55 .gitignore 21:59:50 drwx------ 3 1001 1001 60 May 10 21:56 .semver 21:59:50 -rw-rw-r-- 1 1001 1001 166 May 10 21:55 .sonarcloud.properties 21:59:50 -rw-rw-r-- 1 1001 1001 8609 May 10 21:55 Attribution.txt 21:59:50 -rw-rw-r-- 1 1001 1001 3804 May 10 21:55 CONTRIBUTING.md 21:59:50 -rw-rw-r-- 1 1001 1001 931 May 10 21:55 Dockerfile.build 21:59:50 -rw-rw-r-- 1 1001 1001 863 May 10 21:55 Jenkinsfile 21:59:50 -rw-rw-r-- 1 1001 1001 10775 May 10 21:55 LICENSE 21:59:50 -rw-rw-r-- 1 1001 1001 5807 May 10 21:55 Makefile 21:59:50 -rw-rw-r-- 1 1001 1001 7978 May 10 21:55 README.md 21:59:50 -rw-rw-r-- 1 1001 1001 6755 May 10 21:55 SECURITY.md 21:59:50 -rw-rw-r-- 1 1001 1001 5 May 10 21:56 VERSION 21:59:50 -rw-rw-r-- 1 1001 1001 4131 May 10 21:55 ZMQWindows.md 21:59:50 drwxrwxr-x 2 1001 1001 117 May 10 21:55 bin 21:59:50 drwxrwxr-x 14 1001 1001 4096 May 10 21:55 cmd 21:59:50 -rw-r--r-- 1 root root 717673 May 10 21:59 coverage.out 21:59:50 -rw-r--r-- 1 root root 1060 May 10 21:59 go.mod 21:59:50 -rw-r--r-- 1 root root 22169 May 10 21:57 go.sum 21:59:50 drwxrwxr-x 8 1001 1001 127 May 10 21:55 internal 21:59:50 drwxrwxr-x 4 1001 1001 26 May 10 21:55 openapi 21:59:50 drwxrwxr-x 4 1001 1001 71 May 10 21:55 snap 21:59:50 -rw-rw-r-- 1 1001 1001 168 May 10 21:55 version.go [Pipeline] sh 21:59:50 + '[' -e coverage.out ] 21:59:50 + chown 1001:1001 coverage.out [Pipeline] stash 21:59:50 Stashed 1 file(s) [Pipeline] sh 21:59:51 + make build 21:59:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:59:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:59:54 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:59:55 (5/12) Installing fortify-headers (1.1-r0) 21:59:55 (6/12) Installing patch (2.7.6-r6) 21:59:55 (7/12) Installing build-base (0.5-r2) 21:59:55 (8/12) Installing libsodium (1.0.18-r0) 21:59:55 (9/12) Installing pkgconf (1.7.3-r0) 21:59:56 (10/12) Installing libsodium-dev (1.0.18-r0) 21:59:56 (11/12) Installing libzmq (4.3.3-r1) 21:59:56 (12/12) Installing zeromq-dev (4.3.3-r1) 21:59:56 Executing busybox-1.32.1-r6.trigger 21:59:56 OK: 218 MiB in 52 packages 21:59:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:59:58 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:59:58 CGO_ENABLED=1 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 22:00:01 Removing intermediate container 213c20af63f7 22:00:01 ---> c5f855644c70 22:00:01 Step 4/6 : WORKDIR /edgex-go 22:00:01 ---> Running in edf8aa62c933 22:00:01 Removing intermediate container edf8aa62c933 22:00:01 ---> a008f7313990 22:00:01 Step 5/6 : COPY go.mod . 22:00:01 ---> e5daf1cca9f8 22:00:01 Step 6/6 : RUN go mod download 22:00:02 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:00:02 ---> Running in b3a66afbdb91 22:00:04 CGO_ENABLED=1 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 22:00:05 CGO_ENABLED=1 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 22:00:07 CGO_ENABLED=1 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 22:00:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:00:10 CGO_ENABLED=1 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] } 22:00:12 $ docker stop --time=1 9ee7a96eec4bd3ff2259f8d1b22c14285137443a647da25218282927fffc1f46 22:00:13 $ docker rm -f 9ee7a96eec4bd3ff2259f8d1b22c14285137443a647da25218282927fffc1f46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:00:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:00:18 22:00:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:00:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:00:18 latest: Pulling from edgex-devops/edgex-compose 22:00:18 cbdbe7a5bc2a: Pulling fs layer 22:00:18 ca9280d653b3: Pulling fs layer 22:00:18 7e9c9ca2126c: Pulling fs layer 22:00:18 cbdbe7a5bc2a: Verifying Checksum 22:00:18 cbdbe7a5bc2a: Download complete 22:00:19 ca9280d653b3: Verifying Checksum 22:00:19 ca9280d653b3: Download complete 22:00:19 cbdbe7a5bc2a: Pull complete 22:00:20 ca9280d653b3: Pull complete 22:00:20 7e9c9ca2126c: Verifying Checksum 22:00:20 7e9c9ca2126c: Download complete 22:00:27 7e9c9ca2126c: Pull complete 22:00:27 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:00:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:00:27 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:00:27 prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container 22:00:27 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 22:00:29 Removing intermediate container b3a66afbdb91 22:00:29 ---> a6c79a1572a8 22:00:29 Successfully built a6c79a1572a8 22:00:29 Successfully tagged ci-base-image-arm64:latest 22:00:30 $ docker top 2409be8bd2aea0375245a40fc2bdc7fe4684ff1a9100467a10161e4ac57c1da2 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 22:00:31 + docker-compose build --help 22:00:31 + grep parallel 22:00:31 + docker inspect -f . ci-base-image-arm64 22:00:31 . [Pipeline] withDockerContainer 22:00:31 prd-ubuntu18.04-docker-arm64-4c-16g-4220 does not seem to be running inside a container 22:00:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 22:00:32 --parallel Build images in parallel. 22:00:33 $ docker top 76ea4eee2ec94e3cb81e824b992484f5e60bdc9fb8470490c17cf6a289d06a73 -eo pid,comm [Pipeline] { [Pipeline] } 22:00:33 $ docker stop --time=1 2409be8bd2aea0375245a40fc2bdc7fe4684ff1a9100467a10161e4ac57c1da2 22:00:34 $ docker rm -f 2409be8bd2aea0375245a40fc2bdc7fe4684ff1a9100467a10161e4ac57c1da2 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:00:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:00:35 . [Pipeline] withDockerContainer 22:00:35 prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container 22:00:35 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 22:00:35 + go version 22:00:35 go version go1.16.3 linux/arm64 22:00:36 $ docker top a51990f69533924cc3a1aeac5dee6a86e0010192d253ebf5382afb53412db95d -eo pid,comm [Pipeline] { [Pipeline] } 22:00:36 $ docker stop --time=1 76ea4eee2ec94e3cb81e824b992484f5e60bdc9fb8470490c17cf6a289d06a73 22:00:38 $ docker rm -f 76ea4eee2ec94e3cb81e824b992484f5e60bdc9fb8470490c17cf6a289d06a73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:00:39 + docker-compose -f ./docker-compose-build.yml build --parallel 22:00:39 + docker inspect -f . ci-base-image-arm64 22:00:39 . [Pipeline] withDockerContainer 22:00:39 prd-ubuntu18.04-docker-arm64-4c-16g-4220 does not seem to be running inside a container 22:00:39 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 22:00:40 Building docker-core-command-go ... 22:00:40 Building docker-core-data-go ... 22:00:40 Building docker-core-metadata-go ... 22:00:40 Building docker-security-bootstrapper-go ... 22:00:40 Building docker-security-proxy-setup-go ... 22:00:40 Building docker-security-secretstore-setup-go ... 22:00:40 Building docker-support-notifications-go ... 22:00:40 Building docker-support-scheduler-go ... 22:00:40 Building docker-sys-mgmt-agent-go ... 22:00:40 Building docker-support-notifications-go 22:00:40 Building docker-security-bootstrapper-go 22:00:40 Building docker-sys-mgmt-agent-go 22:00:40 Building docker-security-proxy-setup-go 22:00:40 Building docker-support-scheduler-go 22:00:41 $ docker top 0a41a2d95e0b6f147c2ad604bf6a19550ee38b1c1c4190958c7e94925fcefcc9 -eo pid,comm [Pipeline] { [Pipeline] echo 22:00:41 ========================================================= 22:00:41 [edgeXBuildGoParallel] Running Tests and Build... 22:00:41 ========================================================= [Pipeline] sh 22:00:42 + go mod tidy [Pipeline] sh 22:00:43 + make test 22:00:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:01:10 ? github.com/edgexfoundry/edgex-go [no test files] 22:01:19 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:01:19 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:01:19 ---> 5ea40b7ac2ca 22:01:19 Step 3/31 : WORKDIR /edgex-go 22:01:19 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:01:19 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:01:19 ---> 5ea40b7ac2ca 22:01:19 Step 3/21 : WORKDIR /edgex-go 22:01:19 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:01:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:01:19 ---> 5ea40b7ac2ca 22:01:19 Step 3/22 : WORKDIR /edgex-go 22:01:19 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:01:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:01:19 ---> 5ea40b7ac2ca 22:01:19 Step 3/23 : WORKDIR /edgex-go 22:01:19 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:01:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:01:19 ---> 5ea40b7ac2ca 22:01:19 Step 3/22 : WORKDIR /edgex-go 22:01:19 ---> Running in f557a82fff0d 22:01:19 ---> Running in fa79e4a2ecce 22:01:19 ---> Running in 69344424e99a 22:01:19 ---> Running in 71c160bce473 22:01:19 ---> Running in ef6f1a759ca9 22:01:19 Removing intermediate container 69344424e99a 22:01:19 ---> f2b733f273ad 22:01:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:19 Removing intermediate container 71c160bce473 22:01:19 ---> 2d6e1703b28d 22:01:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:19 Removing intermediate container f557a82fff0d 22:01:19 ---> cd1387b9eb5b 22:01:19 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:19 Removing intermediate container ef6f1a759ca9 22:01:19 ---> 2d89a9c974ce 22:01:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:19 Removing intermediate container fa79e4a2ecce 22:01:19 ---> 5831c6e4b78b 22:01:19 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:01:19 ---> Running in 417fac3011a1 22:01:19 ---> Running in 7689552b84ba 22:01:19 ---> Running in dfbd48d2cae6 22:01:19 ---> Running in 2b4be5a32ffc 22:01:19 ---> Running in 126c1026a852 22:01:20 Removing intermediate container 2b4be5a32ffc 22:01:20 ---> 19a96c98e072 22:01:20 Step 5/22 : RUN apk add --update --no-cache make git 22:01:20 ---> Running in 3444b46e9db8 22:01:20 Removing intermediate container dfbd48d2cae6 22:01:20 ---> 5432458cf1dd 22:01:20 Step 5/23 : RUN apk add --update --no-cache make bash git 22:01:20 Removing intermediate container 7689552b84ba 22:01:20 ---> b5dba56b4167 22:01:20 Step 5/31 : RUN apk add --update --no-cache make git 22:01:20 Removing intermediate container 417fac3011a1 22:01:20 ---> 31588e70d794 22:01:20 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:01:20 ---> Running in cd6568d4871e 22:01:20 ---> Running in d012cb9d1d09 22:01:20 ---> Running in 62ee6df633fc 22:01:20 Removing intermediate container 126c1026a852 22:01:20 ---> b074e5bd4808 22:01:20 Step 5/21 : RUN apk add --update --no-cache make git 22:01:20 ---> Running in 23d9fcec8a29 22:01:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:01:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:01:21 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:01:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:01:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:01:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:01:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:01:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:01:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:01:24 OK: 219 MiB in 52 packages 22:01:24 OK: 219 MiB in 52 packages 22:01:24 OK: 219 MiB in 52 packages 22:01:24 OK: 219 MiB in 52 packages 22:01:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:01:25 Removing intermediate container 3444b46e9db8 22:01:25 ---> 501148ca286b 22:01:25 Step 6/22 : COPY go.mod . 22:01:25 Removing intermediate container cd6568d4871e 22:01:25 ---> b0a99cb1de9f 22:01:25 Step 6/23 : COPY go.mod . 22:01:25 Removing intermediate container 62ee6df633fc 22:01:25 ---> 2b0af3a078c3 22:01:25 Step 6/22 : COPY go.mod . 22:01:25 Removing intermediate container 23d9fcec8a29 22:01:25 ---> 85ff3d3ed828 22:01:25 Step 6/21 : COPY go.mod . 22:01:25 ---> 0b87088b28fd 22:01:25 Step 7/23 : RUN go mod download 22:01:25 ---> 77547f2a72e4 22:01:25 Step 7/22 : RUN go mod download 22:01:25 ---> Running in 8d0dd608ac62 22:01:25 ---> Running in 957c3f0b4c9b 22:01:25 ---> 76f37c984d90 22:01:25 Step 7/22 : RUN go mod download 22:01:25 ---> dd82abe88233 22:01:25 Step 7/21 : RUN go mod download 22:01:25 OK: 219 MiB in 52 packages 22:01:25 ---> Running in ce1059663087 22:01:25 ---> Running in 1e0161d3c390 22:01:26 Removing intermediate container d012cb9d1d09 22:01:26 ---> b0bf12ec70e7 22:01:26 Step 6/31 : COPY go.mod . 22:01:27 ---> 68841e1ce27e 22:01:27 Step 7/31 : RUN go mod download 22:01:27 ---> Running in b01debb7065c 22:01:28 Removing intermediate container 1e0161d3c390 22:01:28 ---> e2eba9f5e8d2 22:01:28 Step 8/21 : COPY . . 22:01:28 Removing intermediate container 957c3f0b4c9b 22:01:28 ---> 7e9be6abb192 22:01:28 Step 8/22 : COPY . . 22:01:28 Removing intermediate container ce1059663087 22:01:28 ---> 214a59540213 22:01:28 Step 8/22 : COPY . . 22:01:29 Removing intermediate container 8d0dd608ac62 22:01:29 ---> 17605edb24e8 22:01:29 Step 8/23 : COPY . . 22:01:35 Removing intermediate container b01debb7065c 22:01:35 ---> 0088e5d205c1 22:01:35 Step 8/31 : COPY . . 22:02:14 ---> 11f72a7cde9c 22:02:14 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:02:14 ---> bbd76f0bf4c0 22:02:14 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:02:14 ---> 36aca1172007 22:02:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:02:15 ---> Running in b667ced161f6 22:02:15 ---> Running in 8bcc1dc943ad 22:02:15 ---> Running in 21454be08e00 22:02:16 ---> 9ce9197df219 22:02:16 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:02:16 ---> ccb6c26dd0bb 22:02:16 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:02:16 ---> Running in 06bfe634d7f7 22:02:16 ---> Running in 2a4f023e4080 22:02:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:02:17 CGO_ENABLED=1 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 22:02:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:02:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:02:17 CGO_ENABLED=1 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 22:02:18 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:02:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:02:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:02:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:02:29 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:02:29 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:02:29 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:02:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:02:31 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:02:31 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:02:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.358s coverage: 45.9% of statements 22:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:02:47 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 19.8% of statements 22:02:47 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.275s coverage: 100.0% of statements 22:02:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.526s coverage: 27.8% of statements 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:02:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.135s coverage: 100.0% of statements 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:02:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.139s coverage: 100.0% of statements 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:02:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:02:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.277s coverage: 71.3% of statements 22:02:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:02:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:02:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.529s coverage: 87.7% of statements 22:02:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:02:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:02:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.175s coverage: 78.9% of statements 22:02:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:03:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:03:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.065s coverage: 28.6% of statements 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:03:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.275s coverage: 100.0% of statements 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:03:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.206s coverage: 100.0% of statements 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:03:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.382s coverage: 86.7% of statements 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:03:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:03:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.304s coverage: 78.3% of statements 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:03:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:03:11 Removing intermediate container 06bfe634d7f7 22:03:11 ---> be2472aaaf8d 22:03:11 22:03:11 Step 10/31 : FROM alpine:3.12 22:03:11 3.12: Pulling from library/alpine 22:03:11 Removing intermediate container 2a4f023e4080 22:03:11 ---> c60b88b5e90a 22:03:11 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:03:12 Removing intermediate container 21454be08e00 22:03:12 ---> 599370ef5dcb 22:03:12 22:03:12 Step 10/22 : FROM alpine:3.12 22:03:12 3.12: Pulling from library/alpine 22:03:12 Removing intermediate container 8bcc1dc943ad 22:03:12 ---> a674f5ef05b2 22:03:12 22:03:12 Step 10/22 : FROM alpine:3.12 22:03:13 3.12: Pulling from library/alpine 22:03:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:03:13 ---> Running in 9250b1d05fe2 22:03:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:03:13 Status: Image is up to date for alpine:3.12 22:03:13 Status: Downloaded newer image for alpine:3.12 22:03:13 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:03:13 Status: Image is up to date for alpine:3.12 22:03:13 ---> 13621d1b12d4 22:03:13 ---> 13621d1b12d4 22:03:13 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:03:13 ---> 13621d1b12d4 22:03:13 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:03:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:03:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.354s coverage: 95.1% of statements 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:03:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.127s coverage: 58.8% of statements 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:03:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.231s coverage: 0.9% of statements 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:03:14 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.168s coverage: 22.0% of statements 22:03:14 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:03:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.194s coverage: 47.1% of statements 22:03:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.186s coverage: 79.5% of statements 22:03:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.150s coverage: 94.1% of statements 22:03:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.180s coverage: 96.3% of statements 22:03:15 ---> Running in 6c44d0e2adad 22:03:15 ---> Running in 687cc8c4b2f2 22:03:15 ---> Running in 24dabfa86899 22:03:15 Removing intermediate container b667ced161f6 22:03:15 ---> 3177237b9ade 22:03:15 22:03:15 Step 10/21 : FROM alpine:3.12 22:03:15 ---> 13621d1b12d4 22:03:15 Step 11/21 : RUN apk add --update --no-cache curl 22:03:15 ---> Running in 1aebe5feaf8b 22:03:15 Removing intermediate container 6c44d0e2adad 22:03:15 ---> b0465ca92d26 22:03:15 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:03:15 CGO_ENABLED=1 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 22:03:15 ---> Running in 91ebbe27473d 22:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.130s coverage: 87.5% of statements 22:03:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:15 (1/1) Installing dumb-init (1.2.2-r1) 22:03:15 Executing busybox-1.31.1-r20.trigger 22:03:15 OK: 6 MiB in 15 packages 22:03:16 (1/2) Installing ca-certificates (20191127-r4) 22:03:16 (2/2) Installing dumb-init (1.2.2-r1) 22:03:16 Executing busybox-1.31.1-r20.trigger 22:03:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:16 Executing ca-certificates-20191127-r4.trigger 22:03:16 OK: 6 MiB in 16 packages 22:03:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:16 (1/4) Installing ca-certificates (20191127-r4) 22:03:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:03:16 (3/4) Installing libcurl (7.76.1-r0) 22:03:16 (4/4) Installing curl (7.76.1-r0) 22:03:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:16 Executing busybox-1.31.1-r20.trigger 22:03:16 Executing ca-certificates-20191127-r4.trigger 22:03:16 OK: 7 MiB in 18 packages 22:03:16 (1/2) Installing dumb-init (1.2.2-r1) 22:03:16 (2/2) Installing su-exec (0.2-r1) 22:03:16 Executing busybox-1.31.1-r20.trigger 22:03:16 OK: 6 MiB in 16 packages 22:03:18 Removing intermediate container 687cc8c4b2f2 22:03:18 ---> 6279858d3eda 22:03:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:03:18 ---> Running in 2c65ab4d83f8 22:03:18 Removing intermediate container 9250b1d05fe2 22:03:18 ---> df8d411764d9 22:03:18 22:03:18 Step 11/23 : FROM docker:20.10.0 22:03:18 Removing intermediate container 24dabfa86899 22:03:18 ---> 8ef298c33928 22:03:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:03:18 20.10.0: Pulling from library/docker 22:03:20 Removing intermediate container 2c65ab4d83f8 22:03:20 ---> 45d905dd226d 22:03:20 Step 13/22 : ENV APP_PORT=48085 22:03:20 ---> Running in 2387c2c6ccf4 22:03:20 Removing intermediate container 1aebe5feaf8b 22:03:20 ---> 814b97f23fd5 22:03:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:03:20 Removing intermediate container 91ebbe27473d 22:03:20 ---> d0263524ed09 22:03:20 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:03:20 ---> Running in 5741956aa8bb 22:03:21 ---> Running in 647a56eb9633 22:03:21 ---> Running in fdac56e19412 22:03:21 Removing intermediate container 2387c2c6ccf4 22:03:21 ---> 4c03968e35c1 22:03:21 Step 13/22 : ENV APP_PORT=48060 22:03:21 Removing intermediate container 5741956aa8bb 22:03:21 ---> 0c3e0410d16b 22:03:21 Step 14/22 : EXPOSE $APP_PORT 22:03:21 ---> Running in 2deb6879ccce 22:03:21 ---> Running in e7b36b2038b0 22:03:21 Removing intermediate container fdac56e19412 22:03:21 ---> eb2b2637197e 22:03:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:03:21 Removing intermediate container 647a56eb9633 22:03:21 ---> 3901eb9e8357 22:03:21 Step 13/21 : WORKDIR /edgex 22:03:21 ---> Running in 5970ab3324a8 22:03:21 Removing intermediate container 2deb6879ccce 22:03:21 ---> 69088bf96774 22:03:21 Step 14/22 : EXPOSE $APP_PORT 22:03:21 ---> Running in a6c44fd4823e 22:03:22 Removing intermediate container e7b36b2038b0 22:03:22 ---> 24a4821619e4 22:03:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:22 ---> Running in ce3cd01241a8 22:03:22 Removing intermediate container a6c44fd4823e 22:03:22 ---> 0b010b5474e7 22:03:22 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:03:22 Removing intermediate container 5970ab3324a8 22:03:22 ---> 4fc817800e7b 22:03:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:03:22 ---> Running in 806ce69ad8fc 22:03:22 Removing intermediate container ce3cd01241a8 22:03:22 ---> e2fd0bf51bc9 22:03:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:22 ---> d55cd77e4944 22:03:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:03:22 ---> 5db768a24105 22:03:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:03:22 ---> af5de91ad295 22:03:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:03:23 ---> bf111acff84d 22:03:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:03:23 ---> 72e25fa63119 22:03:23 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:03:24 ---> 9de1e9586150 22:03:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:03:24 ---> 9af46d4dae8a 22:03:24 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:03:24 Removing intermediate container 806ce69ad8fc 22:03:24 ---> 684cbbb0ee49 22:03:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:03:24 ---> Running in 8841788d53cd 22:03:24 ---> 96ed707b0bd1 22:03:24 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:03:24 ---> Running in d661355bd76c 22:03:24 ---> 98da7dadc961 22:03:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:03:24 ---> Running in 0542fd885dc0 22:03:25 ---> Running in 6872b18293f5 22:03:25 Removing intermediate container 8841788d53cd 22:03:25 ---> 8b306a49c08e 22:03:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:25 Removing intermediate container d661355bd76c 22:03:25 ---> 0128123938c3 22:03:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:03:25 Removing intermediate container 0542fd885dc0 22:03:25 ---> 013de5be0799 22:03:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:03:25 ---> Running in 3b7d3c64f8a7 22:03:25 Removing intermediate container 6872b18293f5 22:03:25 ---> cdcb20f5d4e2 22:03:25 Step 18/21 : CMD ["--init=true"] 22:03:25 ---> Running in 0214188dc85a 22:03:26 ---> Running in afaf544e3aa3 22:03:26 Removing intermediate container 3b7d3c64f8a7 22:03:26 ---> 9d2fae6dd6c8 22:03:26 Step 20/22 : LABEL arch=x86_64 22:03:26 ---> 736871b0b874 22:03:26 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:03:26 Removing intermediate container 0214188dc85a 22:03:26 ---> 9f7af937e45f 22:03:26 Step 20/22 : LABEL arch=x86_64 22:03:26 ---> Running in 2c112ba12168 22:03:26 ---> Running in 0c17ce6f7185 22:03:26 Removing intermediate container afaf544e3aa3 22:03:26 ---> e2b1d6044345 22:03:26 Step 19/21 : LABEL arch=x86_64 22:03:26 ---> Running in ec1901457c8f 22:03:26 ---> Running in b2ae051b5b32 22:03:26 Removing intermediate container 2c112ba12168 22:03:26 ---> 77cedcbb8e52 22:03:26 Step 21/22 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:03:26 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:03:26 Status: Downloaded newer image for docker:20.10.0 22:03:26 ---> aefe523efa57 22:03:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:03:26 Removing intermediate container ec1901457c8f 22:03:26 ---> cf60c0eadd2b 22:03:26 Step 21/22 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:03:27 ---> Running in 4c2ae11af40f 22:03:27 ---> Running in 34168d198a60 22:03:27 ---> Running in 7334f57be679 22:03:27 Removing intermediate container b2ae051b5b32 22:03:27 ---> 34d5cb2f25f1 22:03:27 Step 20/21 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:03:27 ---> Running in e191bf23813b 22:03:27 Removing intermediate container 4c2ae11af40f 22:03:27 ---> f9eb5088c9b2 22:03:27 Step 22/22 : LABEL version=0.0.0 22:03:27 Removing intermediate container 34168d198a60 22:03:27 ---> dd30bd156941 22:03:27 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:03:27 Removing intermediate container 7334f57be679 22:03:27 ---> 4a33daf3f5b6 22:03:27 Step 22/22 : LABEL version=0.0.0 22:03:27 ---> Running in 47daee03cfb6 22:03:27 ---> Running in 87476d687ec1 22:03:27 ---> Running in e8787c4a40d2 22:03:27 Removing intermediate container e191bf23813b 22:03:27 ---> aa9f8208c4bf 22:03:27 Step 21/21 : LABEL version=0.0.0 22:03:28 ---> Running in 692519255ac8 22:03:28 Removing intermediate container e8787c4a40d2 22:03:28 ---> 2819b63c82ea 22:03:28 22:03:28 Removing intermediate container 47daee03cfb6 22:03:28 ---> 574ed9962b6e 22:03:28 22:03:28 Removing intermediate container 0c17ce6f7185 22:03:28 ---> 91be7699d5c7 22:03:28 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:03:28 Removing intermediate container 692519255ac8 22:03:28 ---> a206029cb394 22:03:28 22:03:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:03:28 Successfully built 574ed9962b6e 22:03:28 Successfully built 2819b63c82ea 22:03:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:03:28 Successfully tagged docker-support-scheduler-go:latest 22:03:28  Building docker-support-scheduler-go ... done Building docker-core-command-go 22:03:28 Successfully built a206029cb394 22:03:28 Successfully tagged docker-support-notifications-go:latest 22:03:28 Building docker-security-secretstore-setup-go 22:03:28  Building docker-support-notifications-go ... done  ---> 713b4a2807b7 22:03:28 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:03:29 Successfully tagged docker-security-proxy-setup-go:latest 22:03:29 Building docker-core-data-go 22:03:29  Building docker-security-proxy-setup-go ... done (1/39) Installing readline (8.0.4-r0) 22:03:29 (2/39) Installing bash (5.0.17-r0) 22:03:29 Executing bash-5.0.17-r0.post-install 22:03:29 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:03:29 (4/39) Installing libcurl (7.76.1-r0) 22:03:29 (5/39) Installing curl (7.76.1-r0) 22:03:29 (6/39) Installing dumb-init (1.2.2-r1) 22:03:29 (7/39) Installing libbz2 (1.0.8-r1) 22:03:29 (8/39) Installing expat (2.2.9-r1) 22:03:29 (9/39) Installing libffi (3.3-r2) 22:03:29 (10/39) Installing gdbm (1.13-r1) 22:03:29 (11/39) Installing xz-libs (5.2.5-r0) 22:03:29 (12/39) Installing sqlite-libs (3.32.1-r0) 22:03:29 (13/39) Installing python3 (3.8.10-r0) 22:03:29 ---> d5119b0cb586 22:03:29 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:03:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.168s coverage: 94.4% of statements 22:03:30 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.121s coverage: 44.8% of statements 22:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.507s coverage: 81.8% of statements 22:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 22:03:36 ---> 7c113b9723e4 22:03:36 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:03:39 (14/39) Installing py3-appdirs (1.4.4-r1) 22:03:39 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:03:39 (16/39) Installing py3-parsing (2.4.7-r0) 22:03:39 (17/39) Installing py3-six (1.15.0-r0) 22:03:39 (18/39) Installing py3-packaging (20.4-r0) 22:03:39 (19/39) Installing py3-setuptools (47.0.0-r0) 22:03:39 ---> 1c547ae70343 22:03:39 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:03:39 (20/39) Installing py3-chardet (3.0.4-r4) 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.191s coverage: 92.9% of statements 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.158s coverage: 76.0% of statements 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.135s coverage: 80.0% of statements 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.253s coverage: 87.2% of statements 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.225s coverage: 85.4% of statements 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.239s coverage: 91.2% of statements 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.713s coverage: 64.4% of statements 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.137s coverage: 100.0% of statements 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 22:03:41 (21/39) Installing py3-idna (2.9-r0) 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 22:03:41 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.089s coverage: 100.0% of statements 22:03:42 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:03:43 (24/39) Installing py3-requests (2.23.0-r0) 22:03:43 (25/39) Installing py3-msgpack (1.0.0-r0) 22:03:43 (26/39) Installing py3-lockfile (0.12.2-r3) 22:03:43 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:03:43 (28/39) Installing py3-colorama (0.4.3-r0) 22:03:43 ---> f3e473cecda1 22:03:43 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:03:43 (29/39) Installing py3-distlib (0.3.0-r0) 22:03:43 (30/39) Installing py3-distro (1.5.0-r1) 22:03:43 (31/39) Installing py3-webencodings (0.5.1-r3) 22:03:43 (32/39) Installing py3-html5lib (1.0.1-r4) 22:03:43 (33/39) Installing py3-pytoml (0.1.21-r0) 22:03:43 (34/39) Installing py3-pep517 (0.8.2-r0) 22:03:43 (35/39) Installing py3-progress (1.5-r0) 22:03:43 (36/39) Installing py3-toml (0.10.1-r0) 22:03:43 (37/39) Installing py3-retrying (1.3.3-r0) 22:03:43 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:03:44 (39/39) Installing py3-pip (20.1.1-r0) 22:03:44 ---> Running in e7cba4178224 22:03:44 Executing busybox-1.31.1-r19.trigger 22:03:45 OK: 72 MiB in 59 packages 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.966s coverage: 66.9% of statements 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.631s coverage: 43.4% of statements 22:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements 22:03:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:03:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.095s coverage: 84.8% of statements 22:03:50 Removing intermediate container e7cba4178224 22:03:50 ---> d4ad8225529a 22:03:50 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:03:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.470s coverage: 47.0% of statements 22:03:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:03:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:03:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:03:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:03:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:03:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 22:03:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:03:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.170s coverage: 100.0% of statements 22:03:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:03:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:03:57 Collecting docker-compose==1.23.2 22:03:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:03:57 ---> ecf1dee5d63b 22:03:57 Step 26/31 : RUN chmod +x /entrypoint.sh 22:03:57 Collecting websocket-client<1.0,>=0.32.0 22:03:57 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 22:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.288s coverage: 22.7% of statements 22:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.440s coverage: 92.6% of statements 22:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:03:58 Collecting jsonschema<3,>=2.5.1 22:03:58 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:03:59 ---> Running in 8875d7a540b4 22:03:59 Collecting PyYAML<4,>=3.10 22:03:59 Downloading PyYAML-3.13.tar.gz (270 kB) 22:04:00 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:04:00 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:04:00 ---> 5ea40b7ac2ca 22:04:00 Step 3/25 : WORKDIR /edgex-go 22:04:00 ---> Using cache 22:04:00 ---> 5831c6e4b78b 22:04:00 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:00 ---> Using cache 22:04:00 ---> b074e5bd4808 22:04:00 Step 5/25 : RUN apk add --update --no-cache make git 22:04:00 ---> Using cache 22:04:00 ---> 85ff3d3ed828 22:04:00 Step 6/25 : COPY go.mod . 22:04:00 ---> Using cache 22:04:00 ---> dd82abe88233 22:04:00 Step 7/25 : RUN go mod download 22:04:00 ---> Using cache 22:04:00 ---> e2eba9f5e8d2 22:04:00 Step 8/25 : COPY . . 22:04:00 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:04:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:04:00 ---> 5ea40b7ac2ca 22:04:00 Step 3/23 : WORKDIR /edgex-go 22:04:00 ---> Using cache 22:04:00 ---> 5831c6e4b78b 22:04:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:00 ---> Using cache 22:04:00 ---> b074e5bd4808 22:04:00 Step 5/23 : RUN apk add --update --no-cache make git 22:04:00 ---> Using cache 22:04:00 ---> 85ff3d3ed828 22:04:00 Step 6/23 : COPY go.mod . ---> Using cache 22:04:00 ---> 11f72a7cde9c 22:04:00 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:04:00 22:04:00 ---> Using cache 22:04:00 ---> dd82abe88233 22:04:00 Step 7/23 : RUN go mod download 22:04:00 ---> Using cache 22:04:00 ---> e2eba9f5e8d2 22:04:00 Step 8/23 : COPY . . 22:04:00 ---> Using cache 22:04:00 ---> 11f72a7cde9c 22:04:00 Step 9/23 : RUN make cmd/core-command/core-command 22:04:00 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:04:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:04:00 ---> 5ea40b7ac2ca 22:04:00 Step 3/23 : WORKDIR /edgex-go 22:04:00 ---> Using cache 22:04:00 ---> 5831c6e4b78b 22:04:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:00 ---> Using cache 22:04:00 ---> b074e5bd4808 22:04:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:04:01 ---> Running in 1f87a90f8e26 22:04:01 ---> Running in 1a8c009b3eea 22:04:01 ---> Running in 5be42315e0db 22:04:02 Collecting docopt<0.7,>=0.6.1 22:04:02 Downloading docopt-0.6.2.tar.gz (25 kB) 22:04:03 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:04:03 Collecting dockerpty<0.5,>=0.4.1 22:04:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:04:03 Removing intermediate container 8875d7a540b4 22:04:03 ---> 3ee4be883dae 22:04:03 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:04:03 CGO_ENABLED=1 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 22:04:03 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:04:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.408s coverage: 28.7% of statements 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:04:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:04:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.151s coverage: 100.0% of statements 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:04:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.160s coverage: 64.6% of statements 22:04:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:04:03 ---> Running in 19cc5f453b7a 22:04:03 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:04:04 Collecting docker<4.0,>=3.6.0 22:04:04 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:04:04 Removing intermediate container 19cc5f453b7a 22:04:04 ---> 7af0bd4f016e 22:04:04 Step 28/31 : CMD ["gate"] 22:04:04 ---> Running in cb9726f65229 22:04:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:04:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:04:04 Removing intermediate container cb9726f65229 22:04:04 ---> f1581e8838cb 22:04:04 Step 29/31 : LABEL arch=x86_64 22:04:04 Collecting cached-property<2,>=1.2.0 22:04:04 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:04:05 ---> Running in a4214430e801 22:04:05 Collecting texttable<0.10,>=0.9.0 22:04:05 Downloading texttable-0.9.1.tar.gz (11 kB) 22:04:05 Removing intermediate container a4214430e801 22:04:05 ---> 39a2c5c4cb5d 22:04:05 Step 30/31 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:04:05 ---> Running in 58db1cf4670a 22:04:05 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:04:05 Collecting docker-pycreds>=0.4.0 22:04:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:04:05 Removing intermediate container 58db1cf4670a 22:04:05 ---> 97ac60e418b5 22:04:05 Step 31/31 : LABEL version=0.0.0 22:04:05 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) 22:04:06 Collecting idna<2.8,>=2.5 22:04:06 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:04:06 ---> Running in 0e57580e2a70 22:04:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.422s coverage: 97.6% of statements 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:04:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:04:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:04:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:04:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:04:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.073s coverage: 100.0% of statements 22:04:06 Collecting urllib3<1.25,>=1.21.1 22:04:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:04:06 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) 22:04:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:04:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:04:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:04:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:04:06 Removing intermediate container 0e57580e2a70 22:04:06 ---> 553ec9f994f3 22:04:06 22:04:06 OK: 219 MiB in 52 packages 22:04:06 Installing collected packages: websocket-client, jsonschema, PyYAML, docopt, dockerpty, idna, urllib3, requests, docker-pycreds, docker, cached-property, texttable, docker-compose 22:04:07 Running setup.py install for PyYAML: started 22:04:07 Successfully built 553ec9f994f3 22:04:07 Successfully tagged docker-security-bootstrapper-go:latest 22:04:07  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go 22:04:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.118s coverage: 28.1% of statements 22:04:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 22:04:07 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.057s coverage: 85.7% of statements 22:04:07 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 22:04:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 22:04:08 Removing intermediate container 5be42315e0db 22:04:08 ---> e71011165c65 22:04:08 Step 6/23 : COPY go.mod . 22:04:08 Running setup.py install for PyYAML: finished with status 'done' 22:04:08 Running setup.py install for docopt: started 22:04:08 GO111MODULE=on go vet ./... 22:04:10 ---> 62baabbcfb93 22:04:10 Step 7/23 : RUN go mod download 22:04:10 Running setup.py install for docopt: finished with status 'done' 22:04:10 Running setup.py install for dockerpty: started 22:04:11 ---> Running in 6837b198ef16 22:04:11 Running setup.py install for dockerpty: finished with status 'done' 22:04:11 Attempting uninstall: idna 22:04:11 Found existing installation: idna 2.9 22:04:11 Uninstalling idna-2.9: 22:04:11 Successfully uninstalled idna-2.9 22:04:11 Attempting uninstall: urllib3 22:04:11 Found existing installation: urllib3 1.25.9 22:04:11 Uninstalling urllib3-1.25.9: 22:04:12 Successfully uninstalled urllib3-1.25.9 22:04:12 Attempting uninstall: requests 22:04:12 Found existing installation: requests 2.23.0 22:04:12 Uninstalling requests-2.23.0: 22:04:12 Successfully uninstalled requests-2.23.0 22:04:16 Running setup.py install for texttable: started 22:04:16 Removing intermediate container 6837b198ef16 22:04:16 ---> de82c44784ad 22:04:16 Step 8/23 : COPY . . 22:04:17 Running setup.py install for texttable: finished with status 'done' 22:04:18 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.59.0 22:04:37 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:04:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:04:37 ---> 5ea40b7ac2ca 22:04:37 Step 3/23 : WORKDIR /edgex-go 22:04:37 ---> Using cache 22:04:37 ---> 5831c6e4b78b 22:04:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:04:37 ---> Using cache 22:04:37 ---> b074e5bd4808 22:04:37 Step 5/23 : RUN apk add --update --no-cache make git 22:04:37 ---> Using cache 22:04:37 ---> 85ff3d3ed828 22:04:37 Step 6/23 : COPY go.mod . 22:04:37 ---> Using cache 22:04:37 ---> dd82abe88233 22:04:37 Step 7/23 : RUN go mod download 22:04:37 ---> Using cache 22:04:37 ---> e2eba9f5e8d2 22:04:37 Step 8/23 : COPY . . 22:04:37 ---> Using cache 22:04:37 ---> 11f72a7cde9c 22:04:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:04:37 ---> Running in 0f7bf90f4fc6 22:04:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:04:44 CGO_ENABLED=1 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 22:04:54 Removing intermediate container 87476d687ec1 22:04:54 ---> 2ae6523742da 22:04:54 Step 14/23 : ENV APP_PORT=48090 22:04:54 ---> Running in c03b5ad28547 22:04:54 ---> ce5bd79599b8 22:04:54 Step 9/23 : RUN make cmd/core-data/core-data 22:04:54 ---> Running in 28cbf8e171d3 22:04:54 Removing intermediate container c03b5ad28547 22:04:54 ---> 41621e6b87a0 22:04:54 Step 15/23 : EXPOSE $APP_PORT 22:04:55 ---> Running in c8562a569e86 22:04:56 Removing intermediate container c8562a569e86 22:04:56 ---> a9c3fdeab935 22:04:56 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:04:56 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:05:00 ---> 830aa02e2010 22:05:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:05:01 Removing intermediate container 1a8c009b3eea 22:05:01 ---> e7eedc3bf304 22:05:01 22:05:01 Step 10/23 : FROM alpine:3.12 22:05:01 ---> 13621d1b12d4 22:05:01 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:05:01 Removing intermediate container 1f87a90f8e26 22:05:01 ---> 302e9ed6f4df 22:05:01 22:05:01 Step 10/25 : FROM alpine:3.12 22:05:01 ---> 13621d1b12d4 22:05:01 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:05:01 ---> Using cache 22:05:01 ---> 6279858d3eda 22:05:01 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:05:01 ---> Using cache 22:05:01 ---> 45d905dd226d 22:05:01 Step 13/23 : ENV APP_PORT=48082 22:05:01 ---> 8e141978d609 22:05:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:05:01 ---> Running in 47e92636828b 22:05:01 ---> Running in 9e28097a185c 22:05:04 ---> 9425e7700ebd 22:05:04 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 22:05:04 Removing intermediate container 47e92636828b 22:05:04 ---> af91f11f189c 22:05:04 Step 14/23 : EXPOSE $APP_PORT 22:05:04 ---> Running in f392c7278893 22:05:04 ---> Running in 672bafa69874 22:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:04 Removing intermediate container f392c7278893 22:05:04 ---> 5e69e76190eb 22:05:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:05:04 Removing intermediate container 672bafa69874 22:05:04 ---> a7aaf73e309c 22:05:04 Step 15/23 : WORKDIR / 22:05:04 (1/6) Installing ca-certificates (20191127-r4) 22:05:04 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:05:04 (3/6) Installing libcurl (7.76.1-r0) 22:05:04 (4/6) Installing curl (7.76.1-r0) 22:05:04 ---> Running in 2eb2dfb30458 22:05:04 (5/6) Installing dumb-init (1.2.2-r1) 22:05:04 (6/6) Installing su-exec (0.2-r1) 22:05:04 Executing busybox-1.31.1-r20.trigger 22:05:04 Executing ca-certificates-20191127-r4.trigger 22:05:05 OK: 7 MiB in 20 packages 22:05:05 ---> Running in 0920ffc99813 22:05:05 Removing intermediate container 2eb2dfb30458 22:05:05 ---> 0e68bf9e4a02 22:05:05 Step 21/23 : LABEL arch=x86_64 22:05:05 ---> Running in f21059973e61 22:05:05 Removing intermediate container 0920ffc99813 22:05:05 ---> a3312ee82cad 22:05:05 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:05:06 Removing intermediate container f21059973e61 22:05:06 ---> 6bc54f947df5 22:05:06 Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:05:06 ---> Running in 2042ab37cea1 22:05:07 Removing intermediate container 9e28097a185c 22:05:07 ---> 5accbf1defca 22:05:07 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:05:07 ---> 516108651ccf 22:05:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:05:07 ---> Running in efcc0754b935 22:05:07 Removing intermediate container 2042ab37cea1 22:05:07 ---> bd9aecfe1437 22:05:07 Step 23/23 : LABEL version=0.0.0 22:05:07 ---> Running in c37215fff8d4 22:05:07 Removing intermediate container efcc0754b935 22:05:07 ---> 1fbdeb73096c 22:05:07 Step 13/25 : WORKDIR / 22:05:08 ---> Running in 8657ee365137 22:05:08 ---> fe358151b5f3 22:05:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:05:08 Removing intermediate container c37215fff8d4 22:05:08 ---> 2595043ec30a 22:05:08 22:05:08 Successfully built 2595043ec30a 22:05:08 Successfully tagged docker-sys-mgmt-agent-go:latest 22:05:08  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8657ee365137 22:05:08 ---> 3d3f9eb8063c 22:05:08 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:05:08 ---> 533380d4fe5e 22:05:08 Step 19/23 : ENTRYPOINT ["/core-command"] 22:05:08 ---> Running in 7895d34f8acb 22:05:09 ---> 000827eae053 22:05:09 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:05:09 ---> 3cddae676c31 22:05:09 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:05:09 Removing intermediate container 7895d34f8acb 22:05:09 ---> 5e6bb0f0b991 22:05:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:05:11 ---> Running in 2f12f24e428f 22:05:11 ---> 90bea6b67704 22:05:11 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 22:05:12 Removing intermediate container 2f12f24e428f 22:05:12 ---> 2e6368a11f31 22:05:12 Step 21/23 : LABEL arch=x86_64 22:05:12 ---> 412a39ffe901 22:05:12 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:05:12 ---> Running in 9a9a0c9f9928 22:05:13 Removing intermediate container 9a9a0c9f9928 22:05:13 ---> 12e8029a80d3 22:05:13 Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:05:13 ---> 0d0ea36d5854 22:05:13 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:05:13 ---> Running in ebe2cc88c271 22:05:13 Removing intermediate container ebe2cc88c271 22:05:13 ---> 1feae8d9ee90 22:05:13 Step 23/23 : LABEL version=0.0.0 22:05:13 ---> Running in 1d8791c01439 22:05:14 ---> 8035b618ca6d 22:05:14 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:05:14 Removing intermediate container 1d8791c01439 22:05:14 ---> 81ee0191601c 22:05:14 22:05:14 ---> 951442407b1c 22:05:14 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:05:14 Successfully built 81ee0191601c 22:05:14 Successfully tagged docker-core-command-go:latest 22:05:14  Building docker-core-command-go ... done  ---> Running in 41920173979c 22:05:17 Removing intermediate container 41920173979c 22:05:17 ---> 065514e5382b 22:05:17 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 22:05:18 ---> Running in f04e254a4c86 22:05:18 Removing intermediate container 0f7bf90f4fc6 22:05:18 ---> c1d20b9ba26f 22:05:18 22:05:18 Step 10/23 : FROM alpine:3.12 22:05:18 ---> 13621d1b12d4 22:05:18 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:05:18 ---> Using cache 22:05:18 ---> 6279858d3eda 22:05:18 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:05:18 ---> Using cache 22:05:18 ---> 45d905dd226d 22:05:18 Step 13/23 : ENV APP_PORT=48081 22:05:18 Removing intermediate container f04e254a4c86 22:05:18 ---> 372f1d360ae0 22:05:18 Step 23/25 : LABEL arch=x86_64 22:05:19 ---> Running in 8938dcdeffbd 22:05:19 ---> Running in e76f685fb58b 22:05:19 Removing intermediate container 8938dcdeffbd 22:05:19 ---> bd129b9b43f3 22:05:19 Step 14/23 : EXPOSE $APP_PORT 22:05:19 Removing intermediate container e76f685fb58b 22:05:19 ---> a91f3ee2f71d 22:05:19 Step 24/25 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:05:19 ---> Running in 3e8ce1d9feb3 22:05:19 ---> Running in 6dedb023cd3e 22:05:19 Removing intermediate container 3e8ce1d9feb3 22:05:19 ---> d511331301ae 22:05:19 Step 15/23 : WORKDIR / 22:05:20 Removing intermediate container 6dedb023cd3e 22:05:20 ---> 5144fdfa57df 22:05:20 Step 25/25 : LABEL version=0.0.0 22:05:20 ---> Running in ec1a92e8bfd9 22:05:20 ---> Running in f3418ec9ada7 22:05:20 Removing intermediate container ec1a92e8bfd9 22:05:20 ---> 06e69adf3b83 22:05:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:05:20 Removing intermediate container f3418ec9ada7 22:05:20 ---> 16793ccc778e 22:05:20 22:05:20 Successfully built 16793ccc778e 22:05:20 Successfully tagged docker-security-secretstore-setup-go:latest 22:05:20  Building docker-security-secretstore-setup-go ... done  ---> 34cf327982e1 22:05:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:05:21 ---> 792f930d60ee 22:05:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:05:22 ---> f5cd89636a48 22:05:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:05:22 ---> Running in 920d9001fd0f 22:05:22 Removing intermediate container 920d9001fd0f 22:05:22 ---> 586576a27ad3 22:05:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:05:22 ---> Running in 6ee7b88d57db 22:05:23 Removing intermediate container 6ee7b88d57db 22:05:23 ---> 7ac7dea01190 22:05:23 Step 21/23 : LABEL arch=x86_64 22:05:24 ---> Running in 6e7d0c327f3d 22:05:25 Removing intermediate container 28cbf8e171d3 22:05:25 ---> abbcc8b36d26 22:05:25 22:05:25 Step 10/23 : FROM alpine:3.12 22:05:25 ---> 13621d1b12d4 22:05:25 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:05:25 ---> Running in 11cfc5ec48f7 22:05:25 Removing intermediate container 6e7d0c327f3d 22:05:25 ---> da3fdc639a2b 22:05:25 Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:05:25 ---> Running in da3eaeeab208 22:05:25 Removing intermediate container 11cfc5ec48f7 22:05:25 ---> e4373f56d04f 22:05:25 Step 12/23 : ENV APP_PORT=48080 22:05:25 ---> Running in 75a184eb0a1e 22:05:25 Removing intermediate container da3eaeeab208 22:05:25 ---> 0813bc980936 22:05:25 Step 23/23 : LABEL version=0.0.0 22:05:25 ---> Running in 790c67b93959 22:05:25 Removing intermediate container 75a184eb0a1e 22:05:25 ---> d801da069339 22:05:25 Step 13/23 : EXPOSE $APP_PORT 22:05:25 ---> Running in 86033d8b4db6 22:05:25 Removing intermediate container 790c67b93959 22:05:25 ---> 68c033a364c9 22:05:25 22:05:25 Successfully built 68c033a364c9 22:05:26 Removing intermediate container 86033d8b4db6 22:05:26 ---> e7f0157deaaf 22:05:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:05:26 Successfully tagged docker-core-metadata-go:latest 22:05:26  Building docker-core-metadata-go ... done  ---> Running in a08de09b645c 22:05:27 Removing intermediate container a08de09b645c 22:05:27 ---> cf384dfd5f59 22:05:27 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:05:27 ---> Running in 971d1a24e332 22:05:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:05:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:05:29 (1/6) Installing dumb-init (1.2.2-r1) 22:05:29 (2/6) Installing libgcc (9.3.0-r2) 22:05:29 (3/6) Installing libsodium (1.0.18-r0) 22:05:30 (4/6) Installing libstdc++ (9.3.0-r2) 22:05:32 (5/6) Installing libzmq (4.3.3-r0) 22:05:32 (6/6) Installing zeromq (4.3.3-r0) 22:05:32 Executing busybox-1.31.1-r20.trigger 22:05:32 OK: 8 MiB in 20 packages 22:05:33 Removing intermediate container 971d1a24e332 22:05:33 ---> 38a639e00ff2 22:05:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:05:34 ---> dfc831553a1f 22:05:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:05:34 ---> de0280970d05 22:05:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:05:34 ---> 899d47a630be 22:05:34 Step 19/23 : ENTRYPOINT ["/core-data"] 22:05:34 ---> Running in d3532e3a56b6 22:05:35 Removing intermediate container d3532e3a56b6 22:05:35 ---> 8d704e49b87f 22:05:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:05:35 ---> Running in 2b8957d13fbf 22:05:35 Removing intermediate container 2b8957d13fbf 22:05:35 ---> 785530e2230b 22:05:35 Step 21/23 : LABEL arch=x86_64 22:05:35 ---> Running in e0918422a52b 22:05:35 Removing intermediate container e0918422a52b 22:05:35 ---> 539e230acd3f 22:05:35 Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:05:35 ---> Running in a903a630dbeb 22:05:35 Removing intermediate container a903a630dbeb 22:05:35 ---> b46c1b170dd1 22:05:35 Step 23/23 : LABEL version=0.0.0 22:05:35 ---> Running in c7c3ad17ebe2 22:05:35 Removing intermediate container c7c3ad17ebe2 22:05:35 ---> 0f52b513d151 22:05:35 22:05:36 Successfully built 0f52b513d151 22:05:36 Successfully tagged docker-core-data-go:latest 22:05:36  Building docker-core-data-go ... done  [Pipeline] } 22:05:36 $ docker stop --time=1 a51990f69533924cc3a1aeac5dee6a86e0010192d253ebf5382afb53412db95d 22:05:38 $ docker rm -f a51990f69533924cc3a1aeac5dee6a86e0010192d253ebf5382afb53412db95d [Pipeline] // withDockerContainer [Pipeline] sh 22:05:39 + docker images 22:05:39 + grep docker 22:05:39 docker-core-data-go latest 0f52b513d151 4 seconds ago 21.5MB 22:05:39 docker-core-metadata-go latest 68c033a364c9 14 seconds ago 18.6MB 22:05:39 docker-security-secretstore-setup-go latest 16793ccc778e 19 seconds ago 25.8MB 22:05:39 docker-core-command-go latest 81ee0191601c 25 seconds ago 17.1MB 22:05:39 docker-sys-mgmt-agent-go latest 2595043ec30a 31 seconds ago 312MB 22:05:39 docker-security-bootstrapper-go latest 553ec9f994f3 About a minute ago 18.2MB 22:05:39 docker-security-proxy-setup-go latest a206029cb394 2 minutes ago 25.4MB 22:05:39 docker-support-notifications-go latest 2819b63c82ea 2 minutes ago 17.7MB 22:05:39 docker-support-scheduler-go latest 574ed9962b6e 2 minutes ago 17.1MB 22:05:39 docker 20.10.0 aefe523efa57 5 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:05:45 gofmt -l . 22:05:45 [ "`gofmt -l .`" = "" ] 22:05:48 ./bin/test-go-mod-tidy.sh 22:05:49 ./bin/test-attribution-txt.sh [Pipeline] sh 22:05:52 + ls -al . 22:05:52 total 856 22:05:52 drwxrwxr-x 9 1001 1001 4096 May 10 22:05 . 22:05:52 drwxr-xr-x 4 root root 4096 May 10 22:00 .. 22:05:52 -rw-rw-r-- 1 1001 1001 11 May 10 21:59 .dockerignore 22:05:52 drwxrwxr-x 8 1001 1001 4096 May 10 21:59 .git 22:05:52 drwxrwxr-x 3 1001 1001 4096 May 10 21:59 .github 22:05:52 -rw-rw-r-- 1 1001 1001 818 May 10 21:59 .gitignore 22:05:52 -rw-rw-r-- 1 1001 1001 166 May 10 21:59 .sonarcloud.properties 22:05:52 -rw-rw-r-- 1 1001 1001 8609 May 10 21:59 Attribution.txt 22:05:52 -rw-rw-r-- 1 1001 1001 3804 May 10 21:59 CONTRIBUTING.md 22:05:52 -rw-rw-r-- 1 1001 1001 931 May 10 21:59 Dockerfile.build 22:05:52 -rw-rw-r-- 1 1001 1001 863 May 10 21:59 Jenkinsfile 22:05:52 -rw-rw-r-- 1 1001 1001 10775 May 10 21:59 LICENSE 22:05:52 -rw-rw-r-- 1 1001 1001 5807 May 10 21:59 Makefile 22:05:52 -rw-rw-r-- 1 1001 1001 7978 May 10 21:59 README.md 22:05:52 -rw-rw-r-- 1 1001 1001 6755 May 10 21:59 SECURITY.md 22:05:52 -rw-rw-r-- 1 1001 1001 5 May 10 21:56 VERSION 22:05:52 -rw-rw-r-- 1 1001 1001 4131 May 10 21:59 ZMQWindows.md 22:05:52 drwxrwxr-x 2 1001 1001 4096 May 10 21:59 bin 22:05:52 drwxrwxr-x 14 1001 1001 4096 May 10 21:59 cmd 22:05:52 -rw-r--r-- 1 root root 717673 May 10 22:04 coverage.out 22:05:52 -rw-r--r-- 1 root root 1060 May 10 22:05 go.mod 22:05:52 -rw-r--r-- 1 root root 22169 May 10 22:00 go.sum 22:05:52 drwxrwxr-x 8 1001 1001 4096 May 10 21:59 internal 22:05:52 drwxrwxr-x 4 1001 1001 4096 May 10 21:59 openapi 22:05:52 drwxrwxr-x 4 1001 1001 4096 May 10 21:59 snap 22:05:52 -rw-rw-r-- 1 1001 1001 168 May 10 21:59 version.go [Pipeline] sh 22:05:52 + '[' -e coverage.out ] 22:05:52 + chown 1001:1001 coverage.out [Pipeline] stash 22:05:52 Warning: overwriting stash ‘coverage-report’ 22:05:54 Stashed 1 file(s) [Pipeline] sh 22:05:54 + make build 22:05: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 22:05:54 Still waiting to schedule task 22:05:54 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:06:01 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:06:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:06:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:06:20 CGO_ENABLED=1 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 22:06:20 CGO_ENABLED=1 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 22:06:27 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:06:32 CGO_ENABLED=1 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 22:06:36 CGO_ENABLED=1 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 22:06:42 CGO_ENABLED=1 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 22:06:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:06:47 Running on prd-ubuntu18.04-docker-8c-8g-4223 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws 22:06:47 Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout 22:06:50 using credential edgex-jenkins-ssh 22:06:50 Cloning the remote Git repository 22:06:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:06:50 > git init /w/workspace/edgex-go/17 # timeout=10 22:06:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:06:50 > git --version # timeout=10 22:06:50 > git --version # 'git version 2.17.1' 22:06:50 using GIT_SSH to set credentials SSH Credentials for GitHub 22:06:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:06:51 CGO_ENABLED=1 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] } 22:06:58 $ docker stop --time=1 0a41a2d95e0b6f147c2ad604bf6a19550ee38b1c1c4190958c7e94925fcefcc9 22:06:58 Merging remotes/origin/master commit 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d into PR head commit d01e42c31d774825d2a5c7d3879b2510314babf8 22:06:58 Merge succeeded, producing d01e42c31d774825d2a5c7d3879b2510314babf8 22:06:58 Checking out Revision d01e42c31d774825d2a5c7d3879b2510314babf8 (PR-3422) 22:06:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:06:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:06:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:06:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:06:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:06:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:06:58 > git config core.sparsecheckout # timeout=10 22:06:58 > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 22:06:58 > git remote # timeout=10 22:06:58 > git config --get remote.origin.url # timeout=10 22:06:58 using GIT_SSH to set credentials SSH Credentials for GitHub 22:06:58 > git merge 55d4d9f0fa93f39a6dc124c4bf1b3997c725453d # timeout=10 22:06:58 > git rev-parse HEAD^{commit} # timeout=10 22:06:58 > git config core.sparsecheckout # timeout=10 22:06:58 > git checkout -f d01e42c31d774825d2a5c7d3879b2510314babf8 # timeout=10 22:07:01 $ docker rm -f 0a41a2d95e0b6f147c2ad604bf6a19550ee38b1c1c4190958c7e94925fcefcc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:07:03 Commit message: "Merge branch 'master' into issue-3421" 22:07:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:07:03 22:07:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:07:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:07:04 latest: Pulling from edgex-devops/edgex-compose-arm64 22:07:04 29e5d40040c1: Pulling fs layer 22:07:04 1ce36da41761: Pulling fs layer 22:07:04 25b303627fd3: Pulling fs layer 22:07:04 29e5d40040c1: Verifying Checksum 22:07:04 29e5d40040c1: Download complete 22:07:04 + echo snap-build.sh 22:07:04 snap-build.sh 22:07:04 + SNAP_BASE_DIR=. 22:07:04 + '[' '!' -z /w/workspace/edgex-go/17 ']' 22:07:04 + SNAP_BASE_DIR=/w/workspace/edgex-go/17 22:07:04 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' 22:07:04 [snap-build] Building snap in dir [/w/workspace/edgex-go/17] 22:07:04 + cd /w/workspace/edgex-go/17 22:07:04 + sudo apt-get remove -qy --purge lxd lxd-client 22:07:04 Reading package lists... 22:07:05 Building dependency tree... 22:07:05 Reading state information... 22:07:05 The following packages were automatically installed and are no longer required: 22:07:05 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:07:05 uidmap xdelta3 22:07:05 Use 'sudo apt autoremove' to remove them. 22:07:05 The following packages will be REMOVED: 22:07:05 lxd* lxd-client* 22:07:05 29e5d40040c1: Pull complete 22:07:05 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:07:05 After this operation, 31.7 MB disk space will be freed. 22:07:05 1ce36da41761: Download complete 22:07:06 1ce36da41761: Pull complete 22:07:07 25b303627fd3: Download complete 22:07:07 (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.) 22:07:07 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:07:08 Removing lxd dnsmasq configuration 22:07:08 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:07:08 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:07:08 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:07:08 (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.) 22:07:08 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:07:10 Processing triggers for systemd (237-3ubuntu10.42) ... 22:07:10 Processing triggers for ureadahead (0.100.0-21) ... 22:07:12 + sudo snap remove --purge lxd 22:07:12 snap "lxd" is not installed 22:07:12 + sudo groupadd --force --system lxd 22:07:12 ++ whoami 22:07:12 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:07:12 + newgrp - lxd 22:07:12 + sudo snap install lxd 22:07:17 25b303627fd3: Pull complete 22:07:17 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:07:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:07:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:07:17 prd-ubuntu18.04-docker-arm64-4c-16g-4220 does not seem to be running inside a container 22:07:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 22:07:20 2021-05-10T22:07:18Z INFO Waiting for automatic snapd restart... 22:07:20 $ docker top dd8d6b5564556b2f9eddf22dfec84dbd735aea5a3b86757804e8caf6c1a745a5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:07:21 + docker-compose build --help 22:07:21 + grep parallel 22:07:24 --parallel Build images in parallel. [Pipeline] } 22:07:24 $ docker stop --time=1 dd8d6b5564556b2f9eddf22dfec84dbd735aea5a3b86757804e8caf6c1a745a5 22:07:26 $ docker rm -f dd8d6b5564556b2f9eddf22dfec84dbd735aea5a3b86757804e8caf6c1a745a5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:07:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:07:27 . [Pipeline] withDockerContainer 22:07:27 prd-ubuntu18.04-docker-arm64-4c-16g-4220 does not seem to be running inside a container 22:07:27 $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 22:07:29 $ docker top ddd699bf1a8e03e2e25fd4746fb292f0c8f93b68467bbb74f06900efe415fecd -eo pid,comm [Pipeline] { [Pipeline] sh 22:07:30 + docker-compose -f ./docker-compose-build.yml build --parallel 22:07:32 lxd 4.14 from Canonical* installed 22:07:32 + sudo lxd init --auto 22:07:34 Building docker-core-command-go ... 22:07:34 Building docker-core-data-go ... 22:07:34 Building docker-core-metadata-go ... 22:07:34 Building docker-security-bootstrapper-go ... 22:07:34 Building docker-security-proxy-setup-go ... 22:07:34 Building docker-security-secretstore-setup-go ... 22:07:34 Building docker-support-notifications-go ... 22:07:34 Building docker-support-scheduler-go ... 22:07:34 Building docker-sys-mgmt-agent-go ... 22:07:34 Building docker-core-metadata-go 22:07:34 Building docker-core-command-go 22:07:34 Building docker-sys-mgmt-agent-go 22:07:34 Building docker-support-scheduler-go 22:07:34 Building docker-security-secretstore-setup-go 22:07:40 + sudo snap install --classic snapcraft 22:07:49 snapcraft 4.7.1 from Canonical* installed 22:07:49 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 22:07:49 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 22:07:49 % Total % Received % Xferd Average Speed Time Time Time Current 22:07:49 Dload Upload Total Spent Left Speed 22:07:49 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4208 0 --:--:-- --:--:-- --:--:-- 4208 22:07:49 91 3325k 91 3039k 0 0 8887k 0 --:--:-- --:--:-- --:--:-- 8887k 100 3325k 100 3325k 0 0 9665k 0 --:--:-- --:--:-- --:--:-- 139M 22:07:49 ./yq_linux_amd64 22:07:49 + sudo snapcraft prime --use-lxd 22:07:51 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:07:51 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: 22:07:51 - README.md 22:07:51 22:07:51 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:07:52 Launching a container. 22:08:04 Waiting for container to be ready 22:08:04 To start your first instance, try: lxc launch ubuntu:18.04 22:08:04 22:08:08 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:08:08 Waiting for network to be ready... 22:08:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:08:08 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:08:09 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 22:08:09 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:08:09 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:08:09 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:08:09 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 22:08:09 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 22:08:09 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:08:09 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 22:08:09 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 22:08:09 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 22:08:09 Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:08:09 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:08:09 Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:08:09 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:08:09 Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:08:09 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 22:08:10 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:08:10 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2066 kB] 22:08:10 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 22:08:10 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 22:08:10 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:08:10 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [343 kB] 22:08:10 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.7 kB] 22:08:10 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 22:08:10 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 22:08:14 Fetched 24.5 MB in 6s (4218 kB/s) 22:08:15 Reading package lists... 22:08:15 Reading package lists... 22:08:15 Building dependency tree... 22:08:15 Reading state information... 22:08:16 The following additional packages will be installed: 22:08:16 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:08:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:08:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:08:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:08:16 Suggested packages: 22:08:16 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:08:16 Recommended packages: 22:08:16 gnupg libsasl2-modules 22:08:16 The following NEW packages will be installed: 22:08:16 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:08:16 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:08:16 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:08:16 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:08:16 The following packages will be upgraded: 22:08:16 gpg gpg-agent gpgconf libudev1 22:08:16 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 22:08:16 Need to get 3530 kB of archives. 22:08:16 After this operation, 13.3 MB of additional disk space will be used. 22:08:16 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 22:08:16 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 22:08:16 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:08:16 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:08:16 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 22:08:16 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 22:08:16 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:08:16 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:08:16 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:08:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:08:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:08:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:08:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:08:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:08:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:08:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:08:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:08:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:08:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:08:17 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:08:17 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:08:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:08:17 debconf: delaying package configuration, since apt-utils is not installed 22:08:17 Fetched 3530 kB in 1s (3064 kB/s) 22:08:17 (Reading database ... 12511 files and directories currently installed.) 22:08:17 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 22:08:17 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 22:08:17 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 22:08:17 Selecting previously unselected package udev. 22:08:17 (Reading database ... 12511 files and directories currently installed.) 22:08:17 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 22:08:17 Unpacking udev (237-3ubuntu10.47) ... 22:08:17 Selecting previously unselected package libfuse2:amd64. 22:08:17 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:08:17 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:08:17 Selecting previously unselected package fuse. 22:08:17 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:08:17 Unpacking fuse (2.9.7-1ubuntu1) ... 22:08:18 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:08:18 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:08:18 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:08:18 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:08:18 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:08:18 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:08:18 Selecting previously unselected package libksba8:amd64. 22:08:18 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:08:18 Unpacking libksba8:amd64 (1.3.5-2) ... 22:08:18 Selecting previously unselected package libroken18-heimdal:amd64. 22:08:18 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:18 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:18 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:08:18 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:18 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:18 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:08:18 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:18 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:19 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:08:19 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:19 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:19 Selecting previously unselected package libwind0-heimdal:amd64. 22:08:19 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:19 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:19 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:08:19 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:19 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:19 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:08:19 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:19 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:19 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:08:19 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:19 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:19 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:08:19 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:08:19 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:19 Selecting previously unselected package libsasl2-modules-db:amd64. 22:08:19 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:08:19 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:08:19 Selecting previously unselected package libsasl2-2:amd64. 22:08:19 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:08:19 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:08:19 Selecting previously unselected package libldap-common. 22:08:19 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:08:19 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:08:19 Selecting previously unselected package libldap-2.4-2:amd64. 22:08:19 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:08:19 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:08:19 Selecting previously unselected package dirmngr. 22:08:19 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:08:19 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:08:20 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:08:20 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:08:20 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:08:20 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:08:20 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:08:20 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:08:20 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:20 Setting up libksba8:amd64 (1.3.5-2) ... 22:08:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:08:20 Setting up udev (237-3ubuntu10.47) ... 22:08:20 invoke-rc.d: policy-rc.d denied execution of start. 22:08:20 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:20 Processing triggers for systemd (237-3ubuntu10) ... 22:08:20 Setting up fuse (2.9.7-1ubuntu1) ... 22:08:20 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:08:20 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:21 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:21 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:21 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:21 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:21 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:21 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:08:21 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:08:21 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:08:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:08:22 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:08:22 settings in the [Install] section, and DefaultInstance for template units). 22:08:22 This means they are not meant to be enabled using systemctl. 22:08:22 Possible reasons for having this kind of units are: 22:08:22 1) A unit may be statically enabled by being symlinked from another unit's 22:08:22 .wants/ or .requires/ directory. 22:08:22 2) A unit's purpose may be to act as a helper for some other unit which has 22:08:22 a requirement dependency on it. 22:08:22 3) A unit may be started when needed via activation (socket, path, timer, 22:08:22 D-Bus, udev, scripted systemctl call, ...). 22:08:22 4) In case of template units, the unit is meant to be enabled with some 22:08:22 instance name specified. 22:08:22 Reading package lists... 22:08:22 Building dependency tree... 22:08:22 Reading state information... 22:08:22 The following additional packages will be installed: 22:08:22 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:08:22 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:08:22 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:08:22 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:08:22 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:08:22 Suggested packages: 22:08:22 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:08:22 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:08:22 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:08:22 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:08:22 systemd-container policykit-1 22:08:22 Recommended packages: 22:08:22 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:08:22 The following NEW packages will be installed: 22:08:22 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:08:22 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:08:22 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:08:22 multiarch-support openssh-client python3 python3-minimal python3.6 22:08:22 python3.6-minimal snapd squashfs-tools sudo 22:08:22 The following packages will be upgraded: 22:08:22 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:08:22 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 22:08:22 Need to get 35.2 MB of archives. 22:08:22 After this operation, 141 MB of additional disk space will be used. 22:08:22 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 22:08:22 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 22:08:23 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:08:23 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:08:23 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:08:23 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:08:23 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 22:08:23 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 22:08:23 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 22:08:23 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:08:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:08:23 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:08:23 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:08:23 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:08:23 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:08:23 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:08:23 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:08:23 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:08:23 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:08:23 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:08:23 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:08:23 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:08:23 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:08:23 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:08:23 Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:08:23 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:08:24 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:08:24 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:08:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:08:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:08:25 debconf: delaying package configuration, since apt-utils is not installed 22:08:25 Fetched 35.2 MB in 2s (15.6 MB/s) 22:08:25 (Reading database ... 12757 files and directories currently installed.) 22:08:25 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 22:08:25 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 22:08:25 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 22:08:25 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 22:08:25 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 22:08:26 (Reading database ... 12757 files and directories currently installed.) 22:08:26 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 22:08:26 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 22:08:26 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 22:08:26 (Reading database ... 12757 files and directories currently installed.) 22:08:26 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 22:08:26 Unpacking apt (1.6.13) over (1.6.1) ... 22:08:27 Setting up apt (1.6.13) ... 22:08:27 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:08:27 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:08:27 (Reading database ... 12764 files and directories currently installed.) 22:08:27 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:08:27 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:08:27 Selecting previously unselected package libpython3.6-minimal:amd64. 22:08:27 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:08:27 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:08:28 Selecting previously unselected package libexpat1:amd64. 22:08:28 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:08:28 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:08:28 Selecting previously unselected package python3.6-minimal. 22:08:28 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:08:28 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:08:28 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 22:08:28 Checking for services that may need to be restarted...done. 22:08:28 Checking for services that may need to be restarted...done. 22:08:28 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:08:28 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:08:28 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:08:29 Selecting previously unselected package python3-minimal. 22:08:29 (Reading database ... 13012 files and directories currently installed.) 22:08:29 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:08:29 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:08:29 Selecting previously unselected package mime-support. 22:08:29 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:08:29 Unpacking mime-support (3.60ubuntu1) ... 22:08:29 Selecting previously unselected package libmpdec2:amd64. 22:08:29 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:08:29 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:08:29 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:08:29 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:08:29 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:08:29 Selecting previously unselected package python3.6. 22:08:29 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:08:29 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:08:29 Selecting previously unselected package libpython3-stdlib:amd64. 22:08:29 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:08:29 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:08:29 Setting up python3-minimal (3.6.7-1~18.04) ... 22:08:30 Selecting previously unselected package python3. 22:08:30 (Reading database ... 13442 files and directories currently installed.) 22:08:30 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:08:30 Unpacking python3 (3.6.7-1~18.04) ... 22:08:30 Selecting previously unselected package multiarch-support. 22:08:30 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:08:30 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:08:30 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:08:30 Selecting previously unselected package liblzo2-2:amd64. 22:08:30 (Reading database ... 13479 files and directories currently installed.) 22:08:30 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:08:30 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:08:30 Selecting previously unselected package libbsd0:amd64. 22:08:30 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:08:30 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:08:30 Selecting previously unselected package sudo. 22:08:30 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:08:30 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:08:30 Selecting previously unselected package apparmor. 22:08:30 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:08:30 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:08:31 Selecting previously unselected package libedit2:amd64. 22:08:31 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:08:31 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:08:31 Selecting previously unselected package libkrb5support0:amd64. 22:08:31 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:08:31 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:08:31 Selecting previously unselected package libk5crypto3:amd64. 22:08:31 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:08:31 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:08:31 Selecting previously unselected package libkeyutils1:amd64. 22:08:31 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:08:31 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:08:31 Selecting previously unselected package libkrb5-3:amd64. 22:08:31 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:08:31 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:08:31 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:08:31 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:08:31 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:08:31 Selecting previously unselected package libssl1.0.0:amd64. 22:08:31 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:08:32 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:08:32 Selecting previously unselected package openssh-client. 22:08:32 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:08:32 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:08:32 Selecting previously unselected package squashfs-tools. 22:08:32 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:08:32 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:08:33 Selecting previously unselected package snapd. 22:08:33 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:08:33 Unpacking snapd (2.48.3+18.04) ... 22:08:35 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:08:35 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:08:35 Setting up mime-support (3.60ubuntu1) ... 22:08:35 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:08:35 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:08:35 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:08:35 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:08:35 Setting up systemd (237-3ubuntu10.47) ... 22:08:35 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:08:36 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:08:36 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:08:36 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:08:36 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:08:36 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:08:36 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:08:37 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:08:37 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:08:37 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:08:37 Setting up python3 (3.6.7-1~18.04) ... 22:08:37 running python rtupdate hooks for python3.6... 22:08:37 running python post-rtupdate hooks for python3.6... 22:08:37 Setting up apparmor (2.12-4ubuntu5.1) ... 22:08:39 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:08:39 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:08:39 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:08:39 Setting up snapd (2.48.3+18.04) ... 22:08:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:08:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:08:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:08:40 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:08:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:08:41 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:08:41 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:08:41 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:08:41 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:08:42 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:08:42 /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' 22:08:42 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:08:42 Processing triggers for systemd (237-3ubuntu10.47) ... 22:08:43 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:08:43 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:08:43 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:08:45 Reading package lists... 22:08:45 Reading package lists... 22:08:45 Building dependency tree... 22:08:45 Reading state information... 22:08:45 Calculating upgrade... 22:08:45 The following packages will be upgraded: 22:08:45 advancecomp base-files bash binutils binutils-common 22:08:45 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:08:45 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:08:45 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:08:45 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:08:45 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:08:45 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:08:45 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 22:08:45 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 22:08:45 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 22:08:45 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 22:08:45 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 22:08:45 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 22:08:45 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 22:08:45 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:08:46 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:08:46 Need to get 64.0 MB of archives. 22:08:46 After this operation, 5041 kB of additional disk space will be used. 22:08:46 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:08:46 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:08:46 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:08:46 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:08:46 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:08:46 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:08:46 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:08:46 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:08:46 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:08:46 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:08:46 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:08:46 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:08:46 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:08:46 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:08:46 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:08:46 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:08:46 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 22:08:46 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:08:46 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:08:46 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:08:46 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:08:46 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:08:46 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:08:46 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:08:46 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:08:46 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:08:46 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:08:47 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:08:47 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:08:47 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:08:47 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:08:47 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:08:47 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:08:47 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:08:47 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:08:47 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:08:47 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:08:47 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 22:08:47 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:08:47 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:08:47 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:08:47 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:08:47 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:08:47 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 22:08:47 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 22:08:47 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:08:47 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:08:47 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:08:47 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:08:47 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:08:47 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:08:47 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:08:47 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:08:47 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:08:47 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:08:47 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:08:47 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:08:47 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:08:47 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:08:47 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:08:47 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:08:47 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:08:47 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:08:47 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:08:47 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:08:47 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:08:47 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:08:47 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:08:47 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:08:47 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:08:47 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:08:47 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:08:47 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 22:08:47 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 22:08:47 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:08:48 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:08:48 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 22:08:48 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:08:48 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:08:48 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:08:48 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:08:48 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:08:48 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:08:48 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:08:48 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:08:48 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:08:48 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:08:48 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:08:48 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:08:48 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:08:48 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:08:48 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:08:48 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:08:49 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:08:49 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:08:49 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:08:49 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:08:49 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:08:49 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:08:49 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:08:49 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:08:49 debconf: delaying package configuration, since apt-utils is not installed 22:08:49 Fetched 64.0 MB in 4s (18.0 MB/s) 22:08:49 (Reading database ... 13912 files and directories currently installed.) 22:08:49 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:08:49 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:08:50 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:08:50 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:08:50 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 22:08:50 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 22:08:51 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:51 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:51 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:51 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:51 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:51 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:51 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:51 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:51 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:51 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:51 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:51 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:51 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:52 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:52 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:08:52 (Reading database ... 13911 files and directories currently installed.) 22:08:52 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:52 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:08:52 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:08:52 (Reading database ... 13911 files and directories currently installed.) 22:08:52 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:52 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:52 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:52 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:52 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:08:52 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:08:53 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:08:53 (Reading database ... 13911 files and directories currently installed.) 22:08:53 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:08:53 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:08:53 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:08:53 (Reading database ... 13911 files and directories currently installed.) 22:08:53 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:08:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:08:53 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:08:54 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:08:54 Setting up base-files (10.1ubuntu2.10) ... 22:08:54 Installing new version of config file /etc/issue ... 22:08:54 Installing new version of config file /etc/issue.net ... 22:08:54 Installing new version of config file /etc/lsb-release ... 22:08:54 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:08:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:08:54 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:08:54 Removing obsolete conffile /etc/default/motd-news ... 22:08:54 (Reading database ... 13912 files and directories currently installed.) 22:08:54 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:08:54 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:08:54 Setting up bash (4.4.18-2ubuntu1.2) ... 22:08:55 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 22:08:55 (Reading database ... 13912 files and directories currently installed.) 22:08:55 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:08:55 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:08:55 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:08:55 (Reading database ... 13912 files and directories currently installed.) 22:08:55 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:08:55 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:08:55 Setting up tar (1.29b-2ubuntu0.2) ... 22:08:55 (Reading database ... 13912 files and directories currently installed.) 22:08:55 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:08:55 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:08:55 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:08:55 (Reading database ... 13912 files and directories currently installed.) 22:08:55 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:08:56 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:08:56 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:08:56 (Reading database ... 13912 files and directories currently installed.) 22:08:56 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:08:56 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:08:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:08:56 ---> a6c79a1572a8 22:08:56 Step 3/23 : WORKDIR /edgex-go 22:08:56 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:08:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:08:56 ---> a6c79a1572a8 22:08:56 Step 3/23 : WORKDIR /edgex-go 22:08:56 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:08:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:08:56 ---> a6c79a1572a8 22:08:56 Step 3/23 : WORKDIR /edgex-go 22:08:56 Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:08:56 Step 2/25 : FROM ${BUILDER_BASE} AS builder 22:08:56 ---> a6c79a1572a8 22:08:56 Step 3/25 : WORKDIR /edgex-go 22:08:56 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:08:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:08:56 ---> a6c79a1572a8 22:08:56 Step 3/22 : WORKDIR /edgex-go 22:08:56 ---> Running in 9b6293c4fb6f 22:08:56 ---> Running in 776140e5b0c0 22:08:56 ---> Running in f705b4d33bdb 22:08:56 ---> Running in 14d6b97c58c8 22:08:56 ---> Running in dd98a92d4ddc 22:08:56 Removing intermediate container dd98a92d4ddc 22:08:56 ---> d46e060cac94 22:08:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:08:56 Removing intermediate container 9b6293c4fb6f 22:08:56 ---> 6339e15de8e8 22:08:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:08:56 Removing intermediate container 776140e5b0c0 22:08:56 ---> 4a19d8ebf38d 22:08:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:08:56 Removing intermediate container f705b4d33bdb 22:08:56 ---> ba45540977ca 22:08:56 Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container 14d6b97c58c8 22:08:56 ---> e81760b87375 22:08:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:08:56 22:08:56 ---> Running in 8471c54d968d 22:08:56 ---> Running in 6ba9e843b427 22:08:56 ---> Running in e45986d67952 22:08:56 ---> Running in c8c442d50376 22:08:56 ---> Running in 2f14431fb41c 22:08:56 Removing intermediate container 6ba9e843b427 22:08:56 ---> 972ac644dea2 22:08:56 Step 5/23 : RUN apk add --update --no-cache make git 22:08:56 ---> Running in dec8ba6d4e6e 22:08:56 Removing intermediate container e45986d67952 22:08:56 ---> 89ea0ae5cc4a 22:08:56 Step 5/23 : RUN apk add --update --no-cache make bash git 22:08:56 Removing intermediate container 8471c54d968d 22:08:56 ---> a4e18a375cdb 22:08:56 Step 5/22 : RUN apk add --update --no-cache make git 22:08:56 ---> Running in df2c269d50bf 22:08:56 ---> Running in ee85019ba79f 22:08:56 Removing intermediate container 2f14431fb41c 22:08:56 ---> c770de0d83b1 22:08:56 Step 5/25 : RUN apk add --update --no-cache make git 22:08:56 Removing intermediate container c8c442d50376 22:08:56 ---> 88d980092c59 22:08:56 Step 5/23 : RUN apk add --update --no-cache make git 22:08:56 ---> Running in 0dbfa3b9b838 22:08:56 ---> Running in 45e6c32e478d 22:08:56 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:08:56 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:08:56 (Reading database ... 13912 files and directories currently installed.) 22:08:56 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:08:56 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:08:56 Setting up grep (3.1-2build1) ... 22:08:57 (Reading database ... 13912 files and directories currently installed.) 22:08:57 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:08:57 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:08:57 Setting up login (1:4.5-1ubuntu2) ... 22:08:57 (Reading database ... 13912 files and directories currently installed.) 22:08:57 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:08:57 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:08:57 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:08:57 (Reading database ... 13912 files and directories currently installed.) 22:08:57 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:08:57 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:08:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:08:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:08:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:08:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:08:57 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:08:57 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:08:57 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:08:58 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:08:58 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:08:58 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:08:58 (Reading database ... 13912 files and directories currently installed.) 22:08:58 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:08:58 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:08:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:08:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:08:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:08:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:08:59 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:08:59 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:08:59 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:09:00 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:09:00 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:09:00 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:09:00 (Reading database ... 13912 files and directories currently installed.) 22:09:00 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:09:00 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:09:00 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:09:00 OK: 218 MiB in 52 packages 22:09:00 (Reading database ... 13912 files and directories currently installed.) 22:09:00 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:09:00 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:09:00 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:09:00 OK: 218 MiB in 52 packages 22:09:00 OK: 218 MiB in 52 packages 22:09:00 (Reading database ... 13912 files and directories currently installed.) 22:09:00 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:09:00 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:09:00 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:09:00 (Reading database ... 13912 files and directories currently installed.) 22:09:01 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:09:01 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:09:01 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:09:01 (Reading database ... 13912 files and directories currently installed.) 22:09:01 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:09:01 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:09:01 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:09:01 OK: 218 MiB in 52 packages 22:09:01 OK: 218 MiB in 52 packages 22:09:01 (Reading database ... 13912 files and directories currently installed.) 22:09:01 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:09:01 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:09:01 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:09:01 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:09:01 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:09:01 (Reading database ... 13912 files and directories currently installed.) 22:09:01 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:09:01 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:09:02 Removing intermediate container df2c269d50bf 22:09:02 ---> a6e92e8f37a6 22:09:02 Step 6/23 : COPY go.mod . 22:09:02 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:09:02 (Reading database ... 13912 files and directories currently installed.) 22:09:02 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:09:02 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:09:02 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:09:02 (Reading database ... 13912 files and directories currently installed.) 22:09:02 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:09:02 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:09:02 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:09:02 Removing intermediate container dec8ba6d4e6e 22:09:02 ---> 4bb3e1d64af9 22:09:02 Step 6/23 : COPY go.mod . 22:09:02 (Reading database ... 13912 files and directories currently installed.) 22:09:02 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:09:02 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:09:02 Removing intermediate container ee85019ba79f 22:09:02 ---> 5d301cffa55e 22:09:02 Step 6/22 : COPY go.mod . 22:09:03 ---> e722c94ecb4a 22:09:03 Step 7/23 : RUN go mod download 22:09:03 Removing intermediate container 45e6c32e478d 22:09:03 ---> 7fe20a983dcc 22:09:03 Step 6/23 : COPY go.mod . 22:09:03 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:09:03 ---> Running in ac5bc70ea6c4 22:09:03 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:09:03 Removing intermediate container 0dbfa3b9b838 22:09:03 ---> 39075cb6cd9b 22:09:03 Step 6/25 : COPY go.mod . 22:09:03 ---> b1f99c7a2a70 22:09:03 Step 7/23 : RUN go mod download 22:09:03 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:09:03 (Reading database ... 13912 files and directories currently installed.) 22:09:03 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:09:04 ---> a22e2bec3bd9 22:09:04 Step 7/22 : RUN go mod download 22:09:04 ---> Running in a1419eb086eb 22:09:04 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:09:04 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:09:04 (Reading database ... 13912 files and directories currently installed.) 22:09:04 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:09:04 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:09:04 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:09:04 ---> Running in 5f72c6bdb212 22:09:04 (Reading database ... 13914 files and directories currently installed.) 22:09:04 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:09:04 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:09:04 ---> f879fb4bded5 22:09:04 Step 7/23 : RUN go mod download 22:09:04 Setting up debconf (1.5.66ubuntu1) ... 22:09:04 ---> Running in 96fa5fd6cf13 22:09:05 (Reading database ... 13914 files and directories currently installed.) 22:09:05 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:09:05 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:09:05 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:09:05 (Reading database ... 13914 files and directories currently installed.) 22:09:05 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:09:05 ---> b0c2e2a3b0ed 22:09:05 Step 7/25 : RUN go mod download 22:09:05 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:09:05 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:09:05 (Reading database ... 13914 files and directories currently installed.) 22:09:05 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:09:05 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:09:05 ---> Running in 622fbab7b955 22:09:05 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:09:05 (Reading database ... 13914 files and directories currently installed.) 22:09:05 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:09:05 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:09:05 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:09:05 (Reading database ... 13914 files and directories currently installed.) 22:09:05 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:09:06 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:09:06 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:09:06 (Reading database ... 13914 files and directories currently installed.) 22:09:06 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:09:06 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:09:06 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 22:09:06 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 22:09:06 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:09:06 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:09:06 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:09:06 (Reading database ... 13914 files and directories currently installed.) 22:09:06 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:09:06 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:09:07 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:09:07 (Reading database ... 13914 files and directories currently installed.) 22:09:07 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:09:07 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:09:07 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:09:07 (Reading database ... 13914 files and directories currently installed.) 22:09:07 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:09:07 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:09:07 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:09:08 (Reading database ... 13914 files and directories currently installed.) 22:09:08 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:09:08 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:09:08 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:09:08 Removing intermediate container ac5bc70ea6c4 22:09:08 ---> 824ebd78b78b 22:09:08 Step 8/23 : COPY . . 22:09:08 (Reading database ... 13914 files and directories currently installed.) 22:09:08 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:09:08 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:09:08 Setting up passwd (1:4.5-1ubuntu2) ... 22:09:08 Removing intermediate container 5f72c6bdb212 22:09:08 ---> 87c5e917a85a 22:09:08 Step 8/22 : COPY . . 22:09:08 Removing intermediate container a1419eb086eb 22:09:08 ---> 489eb7d0fae8 22:09:08 Step 8/23 : COPY . . 22:09:08 Removing intermediate container 96fa5fd6cf13 22:09:08 ---> ccb3bf9e4faa 22:09:08 Step 8/23 : COPY . . 22:09:09 (Reading database ... 13914 files and directories currently installed.) 22:09:09 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:09:09 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:09:09 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:09:09 (Reading database ... 13914 files and directories currently installed.) 22:09:09 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 22:09:09 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 22:09:09 Removing intermediate container 622fbab7b955 22:09:09 ---> bb792b100bc0 22:09:09 Step 8/25 : COPY . . 22:09:09 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 22:09:09 (Reading database ... 13914 files and directories currently installed.) 22:09:09 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 22:09:09 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 22:09:10 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 22:09:10 (Reading database ... 13914 files and directories currently installed.) 22:09:10 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:09:10 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:09:10 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:09:10 (Reading database ... 13914 files and directories currently installed.) 22:09:10 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:09:10 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:09:10 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:09:10 (Reading database ... 13914 files and directories currently installed.) 22:09:10 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:09:10 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:09:10 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:09:11 (Reading database ... 13914 files and directories currently installed.) 22:09:11 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:09:11 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:09:11 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:09:11 (Reading database ... 13914 files and directories currently installed.) 22:09:11 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 22:09:11 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 22:09:11 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 22:09:11 (Reading database ... 13914 files and directories currently installed.) 22:09:11 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 22:09:11 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 22:09:11 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 22:09:11 (Reading database ... 13915 files and directories currently installed.) 22:09:11 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:09:11 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:09:11 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:09:11 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:09:12 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 22:09:12 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 22:09:12 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:09:12 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:09:12 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:09:12 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:09:12 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:09:12 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:09:12 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:09:12 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:09:12 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:09:13 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:09:13 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:09:13 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:09:13 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:09:13 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:09:13 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:09:13 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:09:13 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:09:13 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:09:14 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:09:14 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:09:14 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:09:14 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:09:14 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:09:14 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:09:15 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:09:15 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:09:15 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:09:15 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:09:15 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:09:15 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:09:15 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:15 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:15 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:15 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:15 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:16 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:16 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:16 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:17 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:17 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:18 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:18 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:19 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:19 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:19 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:19 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:20 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:09:20 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:09:20 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:09:20 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:09:20 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:09:20 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:09:20 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:09:20 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:09:20 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:09:20 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:09:20 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:09:20 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:09:21 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:09:21 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:09:21 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:09:21 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:09:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:09:21 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:09:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:09:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:09:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:09:21 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:09:21 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:09:21 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:09:21 22:09:21 Current default time zone: 'Etc/UTC' 22:09:21 Local time is now: Mon May 10 22:09:21 UTC 2021. 22:09:21 Universal Time is now: Mon May 10 22:09:21 UTC 2021. 22:09:21 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:09:21 22:09:21 Setting up systemd-sysv (237-3ubuntu10.47) ... 22:09:21 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:09:21 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 22:09:21 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:09:21 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:09:21 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:09:21 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:09:21 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:09:21 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:09:21 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:09:21 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:09:21 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:09:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:09:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:09:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:09:22 Setting up patch (2.7.6-2ubuntu1.1) ... 22:09:22 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:09:22 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:09:22 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 22:09:22 Installing new version of config file /etc/ssl/openssl.cnf ... 22:09:22 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:09:22 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:09:22 Setting up ca-certificates (20210119~18.04.1) ... 22:09:23 Updating certificates in /etc/ssl/certs... 22:09:24 23 added, 27 removed; done. 22:09:24 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:09:24 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:09:24 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:09:24 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:09:24 Setting up pkgbinarymangler (138.18.04.1) ... 22:09:24 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:09:24 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:09:24 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:09:24 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:09:24 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:09:24 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:09:24 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:09:24 Setting up perl (5.26.1-6ubuntu0.5) ... 22:09:24 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:09:25 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:09:25 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:09:25 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:09:25 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:09:25 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:09:25 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:09:25 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:09:25 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:09:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:09:25 Processing triggers for systemd (237-3ubuntu10.47) ... 22:09:25 Processing triggers for mime-support (3.60ubuntu1) ... 22:09:25 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:09:25 Updating certificates in /etc/ssl/certs... 22:09:25 0 added, 0 removed; done. 22:09:25 Running hooks in /etc/ca-certificates/update.d... 22:09:25 done. 22:09:26 Reading package lists... 22:09:26 Building dependency tree... 22:09:26 Reading state information... 22:09:27 The following NEW packages will be installed: 22:09:27 apt-transport-https 22:09:27 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:09:27 Need to get 1692 B of archives. 22:09:27 After this operation, 154 kB of additional disk space will be used. 22:09:27 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 22:09:27 debconf: delaying package configuration, since apt-utils is not installed 22:09:27 Fetched 1692 B in 0s (8322 B/s) 22:09:27 Selecting previously unselected package apt-transport-https. 22:09:27 (Reading database ... 13920 files and directories currently installed.) 22:09:27 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 22:09:27 Unpacking apt-transport-https (1.6.13) ... 22:09:27 Setting up apt-transport-https (1.6.13) ... 22:09:27 Waiting for network to be ready... 22:09:34 2021-05-10T22:09:31Z INFO Waiting for automatic snapd restart... 22:09:34 snapd 2.49.2 from Canonical* installed 22:09:35 "snapd" switched to the "latest/stable" channel 22:09:35 22:09:36 ---> 3b5bca04da5e 22:09:36 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:09:36 ---> 45b936e5ff93 22:09:36 Step 9/23 : RUN make cmd/core-command/core-command 22:09:36 ---> Running in 45b02a55027c 22:09:36 ---> 386afe63f919 22:09:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:09:36 ---> ea41c802741d 22:09:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:09:36 ---> 67bf35a48699 22:09:36 Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:09:36 ---> Running in d0f8fce46f74 22:09:36 ---> Running in 8e7854f9394a 22:09:36 ---> Running in f9d32c246708 22:09:36 ---> Running in 71dc9c19f57b 22:09:36 CGO_ENABLED=1 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 22:09:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:09:37 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:09:38 CGO_ENABLED=1 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 22:09:38 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:09:39 core18 20210309 from Canonical* installed 22:09:39 "core18" switched to the "latest/stable" channel 22:09:39 22:09:44 snapcraft 4.7.1 from Canonical* installed 22:09:44 "snapcraft" switched to the "latest/stable" channel 22:09:44 22:09:49 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: 22:09:49 - README.md 22:09:49 22:09:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:09:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:09:55 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:09:55 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:09:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:09:57 Reading package lists... 22:09:57 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:10:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:10:04 Reading package lists... 22:10:04 Building dependency tree... 22:10:04 Reading state information... 22:10:04 Suggested packages: 22:10:04 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:10:04 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:10:04 Recommended packages: 22:10:04 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:10:04 The following NEW packages will be installed: 22:10:04 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:10:04 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:10:04 pkg-config zip 22:10:04 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:10:04 Need to get 7663 kB of archives. 22:10:04 After this operation, 43.8 MB of additional disk space will be used. 22:10:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:10:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 22:10:04 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:10:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:10:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:10:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:10:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:10:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:10:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:10:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:10:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:10:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:10:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:10:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:10:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:10:05 debconf: delaying package configuration, since apt-utils is not installed 22:10:05 Fetched 7663 kB in 1s (10.5 MB/s) 22:10:05 Selecting previously unselected package libglib2.0-0:amd64. 22:10:05 (Reading database ... 13924 files and directories currently installed.) 22:10:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:10:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:10:05 Selecting previously unselected package libpsl5:amd64. 22:10:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:10:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:10:05 Selecting previously unselected package libnghttp2-14:amd64. 22:10:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:10:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:10:05 Selecting previously unselected package librtmp1:amd64. 22:10:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:10:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:10:05 Selecting previously unselected package libcurl3-gnutls:amd64. 22:10:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 22:10:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 22:10:05 Selecting previously unselected package liberror-perl. 22:10:05 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:10:05 Unpacking liberror-perl (0.17025-1) ... 22:10:05 Selecting previously unselected package git-man. 22:10:05 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:10:05 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:10:06 Selecting previously unselected package git. 22:10:06 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:10:06 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:10:07 Selecting previously unselected package libnorm1:amd64. 22:10:07 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:10:07 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:10:07 Selecting previously unselected package libpgm-5.2-0:amd64. 22:10:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:10:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:10:07 Selecting previously unselected package libsodium23:amd64. 22:10:07 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:10:07 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:10:07 Selecting previously unselected package libzmq5:amd64. 22:10:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:10:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:10:07 Selecting previously unselected package libzmq3-dev:amd64. 22:10:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:10:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:10:07 Selecting previously unselected package pkg-config. 22:10:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:10:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:10:07 Selecting previously unselected package zip. 22:10:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:10:07 Unpacking zip (3.0-11build1) ... 22:10:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:10:07 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:10:07 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:10:07 Setting up liberror-perl (0.17025-1) ... 22:10:07 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:10:07 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:10:07 No schema files found: doing nothing. 22:10:07 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:10:07 Setting up zip (3.0-11build1) ... 22:10:07 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:10:07 Setting up libsodium23:amd64 (1.0.16-2) ... 22:10:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:10:08 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:10:08 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 22:10:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:10:08 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:10:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:10:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:10:14 git set to automatically installed. 22:10:14 git-man set to automatically installed. 22:10:14 libcurl3-gnutls set to automatically installed. 22:10:14 liberror-perl set to automatically installed. 22:10:14 libglib2.0-0 set to automatically installed. 22:10:14 libnghttp2-14 set to automatically installed. 22:10:14 libnorm1 set to automatically installed. 22:10:14 libpgm-5.2-0 set to automatically installed. 22:10:14 libpsl5 set to automatically installed. 22:10:14 librtmp1 set to automatically installed. 22:10:14 libsodium23 set to automatically installed. 22:10:14 libzmq3-dev set to automatically installed. 22:10:14 libzmq5 set to automatically installed. 22:10:14 pkg-config set to automatically installed. 22:10:14 zip set to automatically installed. 22:10:16 snapd is not logged in, snap install commands will use sudo 22:10:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:10:23 snap "core18" has no updates available 22:10:25 snapd is not logged in, snap install commands will use sudo 22:10:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:10:50 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 22:10:50 Pulling go-build-helper 22:10:50 + snapcraftctl pull 22:10:51 'app-service-config' has dependencies that need to be staged: go-build-helper 22:10:51 Skipping pull go-build-helper (already ran) 22:10:51 Building go-build-helper 22:10:51 + snapcraftctl build 22:10:54 Staging go-build-helper 22:10:54 + snapcraftctl stage 22:11:06 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:11:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:11:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:11:06 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:11:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1699 kB] 22:11:06 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:11:06 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:11:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:11:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:11:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:11:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:11:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:11:06 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [318 kB] 22:11:06 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 22:11:06 Get:15 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:11:06 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [305 kB] 22:11:06 Get:17 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.7 kB] 22:11:06 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1124 kB] 22:11:06 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2066 kB] 22:11:06 Get:20 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 22:11:06 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 22:11:06 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 22:11:06 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:11:06 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [343 kB] 22:11:06 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.7 kB] 22:11:06 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 22:11:06 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 22:11:06 Fetched 24.5 MB in 0s (0 B/s) 22:11:06 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:11:06 Fetched 224 kB in 0s (0 B/s) 22:11:06 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:11:06 Fetched 157 kB in 0s (0 B/s) 22:11:06 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:11:06 Fetched 221 kB in 0s (0 B/s) 22:11:06 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:11:06 Fetched 143 kB in 0s (0 B/s) 22:11:06 Pulling app-service-config 22:11:06 + snapcraftctl pull 22:11:07 Cloning into '/root/parts/app-service-config/src'... 22:11:08 Pulling config-common 22:11:08 + snapcraftctl pull 22:11:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:11:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:11:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:11:13 Fetched 0 B in 0s (0 B/s) 22:11:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:11:13 Fetched 0 B in 0s (0 B/s) 22:11:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:11:13 Fetched 0 B in 0s (0 B/s) 22:11:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:11:13 Fetched 0 B in 0s (0 B/s) 22:11:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:11:13 Fetched 0 B in 0s (0 B/s) 22:11:13 Pulling edgex-go 22:11:13 + snapcraftctl pull 22:11:40 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:11:40 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:11:40 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:11:40 Fetched 0 B in 0s (0 B/s) 22:11:40 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:11:40 Fetched 96.5 kB in 0s (0 B/s) 22:11:40 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:11:40 Fetched 279 kB in 0s (0 B/s) 22:11:40 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:11:40 Fetched 122 kB in 0s (0 B/s) 22:11:40 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:11:40 Fetched 77.8 kB in 0s (0 B/s) 22:11:40 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:11:40 Fetched 8848 B in 0s (0 B/s) 22:11:40 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:11:40 Fetched 47.8 kB in 0s (0 B/s) 22:11:40 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:11:40 Fetched 45.6 kB in 0s (0 B/s) 22:11:40 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:11:40 Fetched 15.0 kB in 0s (0 B/s) 22:11:40 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 22:11:40 Fetched 219 kB in 0s (0 B/s) 22:11:40 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:11:40 Fetched 154 kB in 0s (0 B/s) 22:11:40 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:11:40 Fetched 50.6 kB in 0s (0 B/s) 22:11:40 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:11:40 Fetched 14.8 kB in 0s (0 B/s) 22:11:40 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:11:40 Fetched 41.8 kB in 0s (0 B/s) 22:11:40 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:11:40 Fetched 499 kB in 0s (0 B/s) 22:11:40 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:11:40 Fetched 111 kB in 0s (0 B/s) 22:11:40 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:11:40 Fetched 240 kB in 0s (0 B/s) 22:11:40 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:11:40 Fetched 29.3 kB in 0s (0 B/s) 22:11:40 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:11:40 Fetched 85.5 kB in 0s (0 B/s) 22:11:40 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:11:40 Fetched 24.5 kB in 0s (0 B/s) 22:11:40 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:11:40 Fetched 49.2 kB in 0s (0 B/s) 22:11:40 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:11:40 Fetched 54.2 kB in 0s (0 B/s) 22:11:40 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:11:40 Fetched 30.8 kB in 0s (0 B/s) 22:11:40 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:11:40 Fetched 15.8 kB in 0s (0 B/s) 22:11:40 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:11:40 Fetched 85.9 kB in 0s (0 B/s) 22:11:40 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:11:40 Fetched 8720 B in 0s (0 B/s) 22:11:40 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 22:11:40 Fetched 137 kB in 0s (0 B/s) 22:11:40 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:11:40 Fetched 119 kB in 0s (0 B/s) 22:11:40 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 22:11:40 Fetched 110 kB in 0s (0 B/s) 22:11:40 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:11:40 Fetched 11.1 kB in 0s (0 B/s) 22:11:40 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:11:40 Fetched 645 kB in 0s (0 B/s) 22:11:40 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:11:40 Fetched 41.3 kB in 0s (0 B/s) 22:11:40 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:11:40 Fetched 17.9 kB in 0s (0 B/s) 22:11:40 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:11:40 Fetched 368 kB in 0s (0 B/s) 22:11:40 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:11:40 Fetched 187 kB in 0s (0 B/s) 22:11:40 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:11:40 Fetched 175 kB in 0s (0 B/s) 22:11:40 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:11:40 Fetched 206 kB in 0s (0 B/s) 22:11:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 22:11:40 Fetched 1301 kB in 0s (0 B/s) 22:11:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:11:40 Fetched 36.2 kB in 0s (0 B/s) 22:11:40 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 22:11:40 Fetched 159 kB in 0s (0 B/s) 22:11:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:11:40 Fetched 107 kB in 0s (0 B/s) 22:11:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:11:40 Fetched 48.7 kB in 0s (0 B/s) 22:11:40 Pulling static-packages 22:11:40 + snapcraftctl pull 22:11:40 Pulling version 22:11:40 + cd /root/project 22:11:40 + [ -f VERSION ] 22:11:40 + PROJECT_VERSION=local-dev 22:11:40 + git rev-parse --short HEAD 22:11:40 + GIT_REVISION=d01e42c3 22:11:40 + snapcraftctl set-version local-dev 22:11:40 Skipping build go-build-helper (already ran) 22:11:40 Building app-service-config 22:11:40 + make build 22:11:40 go mod tidy 22:11:42 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.55 22:11:43 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.82 22:11:43 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.46 22:11:43 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 22:11:43 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:11:43 go: downloading github.com/x448/float16 v0.8.4 22:11:43 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 22:11:43 go: downloading github.com/go-kit/kit v0.8.0 22:11:43 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:11:43 go: downloading github.com/google/uuid v1.2.0 22:11:43 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.18 22:11:43 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.7 22:11:43 go: downloading github.com/go-stack/stack v1.8.0 22:11:43 go: downloading github.com/pelletier/go-toml v1.9.0 22:11:44 go: downloading github.com/stretchr/testify v1.7.0 22:11:44 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:11:44 go: downloading github.com/gorilla/websocket v1.4.2 22:11:44 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 22:11:44 go: downloading github.com/davecgh/go-spew v1.1.1 22:11:44 go: downloading github.com/pmezard/go-difflib v1.0.0 22:11:44 go: downloading github.com/gorilla/mux v1.8.0 22:11:44 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:11:44 go: downloading github.com/mitchellh/copystructure v1.0.0 22:11:44 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 22:11:44 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:11:44 go: downloading github.com/stretchr/objx v0.1.0 22:11:45 CGO_ENABLED=1 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 22:11:45 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 22:11:45 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:11:45 go: downloading github.com/go-playground/validator/v10 v10.5.0 22:11:45 go: downloading github.com/onsi/gomega v1.7.0 22:11:45 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:11:45 go: downloading gopkg.in/yaml.v2 v2.4.0 22:11:45 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 22:11:45 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:11:45 go: downloading github.com/pebbe/zmq4 v1.2.7 22:11:45 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:11:45 go: downloading github.com/onsi/ginkgo v1.10.1 22:11:45 go: downloading github.com/leodido/go-urn v1.2.0 22:11:45 go: downloading github.com/kr/pretty v0.2.0 22:11:45 go: downloading golang.org/x/text v0.3.2 22:11:45 go: downloading github.com/hashicorp/consul/api v1.8.1 22:11:45 go: downloading github.com/go-playground/universal-translator v0.17.0 22:11:45 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 22:11:45 go: downloading github.com/kr/text v0.1.0 22:11:45 go: downloading github.com/go-playground/assert/v2 v2.0.1 22:11:45 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:11:45 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:11:45 go: downloading github.com/go-playground/locales v0.13.0 22:11:45 go: downloading github.com/hpcloud/tail v1.0.0 22:11:45 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:11:45 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:11:45 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:11:45 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 22:11:45 go: downloading github.com/hashicorp/consul/sdk v0.7.0 22:11:45 go: downloading github.com/mattn/go-isatty v0.0.12 22:11:45 go: downloading github.com/hashicorp/serf v0.9.5 22:11:46 go: downloading github.com/pkg/errors v0.8.1 22:11:46 go: downloading gopkg.in/fsnotify.v1 v1.4.7 22:11:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:11:46 go: downloading github.com/fatih/color v1.9.0 22:11:46 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:11:46 go: downloading github.com/hashicorp/go-msgpack v0.5.3 22:11:46 go: downloading github.com/golang/protobuf v1.3.2 22:11:46 go: downloading github.com/mitchellh/go-homedir v1.1.0 22:11:46 go: downloading github.com/mattn/go-colorable v0.1.6 22:11:46 go: downloading github.com/hashicorp/memberlist v0.2.2 22:11:46 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 22:11:46 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 22:11:46 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:11:46 go: downloading github.com/hashicorp/go-uuid v1.0.1 22:11:46 go: downloading github.com/fsnotify/fsnotify v1.4.7 22:11:46 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:11:46 go: downloading github.com/hashicorp/go-multierror v1.1.0 22:11:46 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 22:11:46 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 22:11:46 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 22:11:46 go: downloading github.com/miekg/dns v1.1.26 22:11:46 go: downloading github.com/hashicorp/errwrap v1.0.0 22:11:46 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 22:11:46 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.55 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 22:11:59 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 22:11:59 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 22:11:59 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 22:11:59 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 22:11:59 Building config-common 22:11:59 + snapcraftctl build 22:12:02 Building edgex-go 22:12:02 + cd /root/parts/edgex-go/src 22:12:02 + make build 22:12:02 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 22:12:03 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:12:03 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.81 22:12:03 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 22:12:03 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 22:12:03 go: downloading github.com/imdario/mergo v0.3.12 22:12:03 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 22:12:03 Removing intermediate container 45b02a55027c 22:12:03 ---> 6bf87ce3dde5 22:12:03 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:12:03 Removing intermediate container 71dc9c19f57b 22:12:03 ---> 8fb6458e042c 22:12:03 22:12:03 Step 10/25 : FROM alpine:3.12 22:12:03 ---> Running in eba4c81f631f 22:12:03 3.12: Pulling from library/alpine 22:12:05 CGO_ENABLED=1 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 22:12:05 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 22:12:05 Status: Downloaded newer image for alpine:3.12 22:12:05 ---> 9852663dfa18 22:12:05 Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 22:12:05 ---> Running in adff5fe04272 22:12:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:08 (1/6) Installing ca-certificates (20191127-r4) 22:12:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:12:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 22:12:08 (3/6) Installing libcurl (7.76.1-r0) 22:12:08 (4/6) Installing curl (7.76.1-r0) 22:12:08 (5/6) Installing dumb-init (1.2.2-r1) 22:12:08 (6/6) Installing su-exec (0.2-r1) 22:12:08 Executing busybox-1.31.1-r20.trigger 22:12:08 Executing ca-certificates-20191127-r4.trigger 22:12:09 OK: 7 MiB in 20 packages 22:12:10 Removing intermediate container d0f8fce46f74 22:12:10 ---> 388f4eacc6e2 22:12:10 22:12:10 Step 10/23 : FROM alpine:3.12 22:12:10 ---> 9852663dfa18 22:12:10 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:12:10 ---> Running in e3a94ab215de 22:12:10 Removing intermediate container eba4c81f631f 22:12:10 ---> e6f791d895c9 22:12:10 22:12:10 Step 11/23 : FROM docker:20.10.0 22:12:11 20.10.0: Pulling from library/docker 22:12:11 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:12:11 Removing intermediate container 8e7854f9394a 22:12:11 ---> ab57e62ab58d 22:12:11 22:12:11 Step 10/22 : FROM alpine:3.12 22:12:11 ---> 9852663dfa18 22:12:11 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:12:12 ---> Running in 79c0034abcb4 22:12:12 Removing intermediate container adff5fe04272 22:12:12 ---> 007f2a6bbd1a 22:12:12 Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:12:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:13 ---> Running in 1da744898776 22:12:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:12:13 (1/1) Installing dumb-init (1.2.2-r1) 22:12:13 Executing busybox-1.31.1-r20.trigger 22:12:13 OK: 5 MiB in 15 packages 22:12:14 Removing intermediate container 1da744898776 22:12:14 ---> 317654690c28 22:12:14 Step 13/25 : WORKDIR / 22:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:15 ---> Running in 0d6f079cca9e 22:12:15 (1/1) Installing dumb-init (1.2.2-r1) 22:12:15 Executing busybox-1.31.1-r20.trigger 22:12:15 OK: 5 MiB in 15 packages 22:12:15 Removing intermediate container 0d6f079cca9e 22:12:15 ---> 0be27d8e9870 22:12:15 Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:12:16 Removing intermediate container e3a94ab215de 22:12:16 ---> 72ad444890ba 22:12:16 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:12:16 CGO_ENABLED=1 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 22:12:16 ---> Running in e1af5200b5f6 22:12:16 CGO_ENABLED=1 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 22:12:17 ---> 0cfbacc0db13 22:12:17 Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:12:17 Removing intermediate container e1af5200b5f6 22:12:17 ---> f05a491630a3 22:12:17 Step 13/23 : ENV APP_PORT=48082Removing intermediate container 79c0034abcb4 22:12:17 ---> 443ac17f11db 22:12:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:12:17 22:12:18 ---> Running in c80cdca77636 22:12:18 ---> Running in 17d6687c34b7 22:12:18 ---> 2582faa5f168 22:12:18 Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:12:19 Removing intermediate container 17d6687c34b7 22:12:19 ---> c7ef90397fcf 22:12:19 Removing intermediate container c80cdca77636 22:12:19 ---> 0b2a2b4cc76f 22:12:19 Step 14/23 : EXPOSE $APP_PORT 22:12:19 Step 13/22 : ENV APP_PORT=48085 22:12:20 ---> Running in 55e789521a5e 22:12:20 ---> Running in 5acc7dbffd71 22:12:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:12:20 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:12:20 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:12:20 ---> d31e0b9549b0 22:12:20 Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 22:12:20 Removing intermediate container f9d32c246708 22:12:20 ---> 8c54bac0fb36 22:12:20 22:12:20 Step 10/23 : FROM alpine:3.12 22:12:20 ---> 9852663dfa18 22:12:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:12:20 ---> Using cache 22:12:20 ---> 443ac17f11db 22:12:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:12:20 ---> Using cache 22:12:20 ---> c7ef90397fcf 22:12:20 Step 13/23 : ENV APP_PORT=48081 22:12:21 ---> Running in 35e4d020ac94 22:12:21 Removing intermediate container 5acc7dbffd71 22:12:21 ---> 1d3a89947db1 22:12:21 Step 14/22 : EXPOSE $APP_PORT 22:12:21 Removing intermediate container 55e789521a5e 22:12:21 ---> ec07ef1e39c8 22:12:21 Step 15/23 : WORKDIR / 22:12:21 ---> Running in c308616cec4e 22:12:21 ---> e95f7498e95f 22:12:21 Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:12:22 ---> Running in 70e14a3bf997 22:12:22 Removing intermediate container 35e4d020ac94 22:12:22 ---> bae747fd33a9 22:12:22 Step 14/23 : EXPOSE $APP_PORT 22:12:22 CGO_ENABLED=1 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 22:12:22 ---> Running in 76297aee3e89 22:12:23 Removing intermediate container 70e14a3bf997 22:12:23 ---> 3079e1ba98cf 22:12:23 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:12:23 Removing intermediate container c308616cec4e 22:12:23 ---> 5cef32915cf2 22:12:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:12:23 ---> b684c13a3c0b 22:12:23 Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:12:23 Removing intermediate container 76297aee3e89 22:12:23 ---> 87b28c7df8be 22:12:23 Step 15/23 : WORKDIR / 22:12:24 ---> Running in f4bc04e76409 22:12:24 ---> e8e2935e7d29 22:12:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:12:25 ---> d1d08d400e88 22:12:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:12:25 CGO_ENABLED=1 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 22:12:25 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:12:25 ---> 53b50fade303 22:12:25 Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:12:25 Removing intermediate container f4bc04e76409 22:12:25 ---> dfb7ef6b51a1 22:12:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:12:27 ---> 7fa9cf3b1286 22:12:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:12:27 ---> b9c40783811e 22:12:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:12:27 ---> b4ba2ed408ba 22:12:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:12:27 ---> 99234a75606a 22:12:27 Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:12:27 CGO_ENABLED=1 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 22:12:27 ---> Running in dcb23499bee6 22:12:27 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:12:27 Status: Downloaded newer image for docker:20.10.0 22:12:27 ---> eeaf43b92773 22:12:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 22:12:27 ---> Running in 9ab2a06a9ebb 22:12:28 ---> 0b8534960286 22:12:28 Step 19/23 : ENTRYPOINT ["/core-command"] 22:12:28 ---> 57c4e545ece6 22:12:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:12:28 ---> Running in 027e62b48fd8 22:12:28 ---> Running in 72cdbd5127b9 22:12:28 Removing intermediate container 9ab2a06a9ebb 22:12:28 ---> 986ee44f04c2 22:12:28 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 22:12:28 ---> 23ebeb4af826 22:12:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:12:29 ---> Running in 58e6721c67fa 22:12:29 Removing intermediate container 027e62b48fd8 22:12:29 ---> 5837244135f7 22:12:29 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:12:29 ---> Running in fb4c17b9153f 22:12:29 Removing intermediate container 72cdbd5127b9 22:12:29 ---> 29405afa4acc 22:12:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:12:29 ---> Running in fcf56582d0a9 22:12:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:12:29 ---> dbdaa8d47eba 22:12:29 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:12:30 ---> Running in 58d53b7a946c 22:12:30 Removing intermediate container fb4c17b9153f 22:12:30 Removing intermediate container dcb23499bee6 22:12:30 ---> c840504b0102 22:12:30 Step 21/23 : LABEL arch=arm64 ---> a60d471666c3 22:12:30 Step 22/25 : ENTRYPOINT ["entrypoint.sh"] 22:12:30 22:12:30 Removing intermediate container fcf56582d0a9 22:12:30 ---> feb35ee8dc4d 22:12:30 Step 20/22 : LABEL arch=arm64 22:12:30 ---> Running in 27b399005657 22:12:30 ---> Running in 963e3f052a90 22:12:30 ---> Running in 84f88862bc80 22:12:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:30 Removing intermediate container 58d53b7a946c 22:12:30 ---> 59c69a67304f 22:12:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:12:30 ---> Running in 07d353ee6543 22:12:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:31 Removing intermediate container 963e3f052a90 22:12:31 ---> 2278f7b25a54 22:12:31 Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:12:31 Removing intermediate container 27b399005657 22:12:31 ---> 48ed413b85ec 22:12:31 Step 23/25 : LABEL arch=arm64 22:12:31 Removing intermediate container 84f88862bc80 22:12:31 ---> c8860df6f799 22:12:31 Step 21/22 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:12:31 ---> Running in 26bbf1249656 22:12:31 ---> Running in 57d49bede155 22:12:31 ---> Running in d88d91116372 22:12:31 Removing intermediate container 07d353ee6543 22:12:31 ---> 81a06ecbd270 22:12:31 Step 21/23 : LABEL arch=arm64 22:12:31 (1/39) Installing readline (8.0.4-r0) 22:12:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:12:31 go: downloading github.com/lib/pq v1.10.1 22:12:31 (2/39) Installing bash (5.0.17-r0) 22:12:31 Executing bash-5.0.17-r0.post-install 22:12:31 (3/39) Installing nghttp2-libs (1.41.0-r0) 22:12:31 (4/39) Installing libcurl (7.76.1-r0) 22:12:31 (5/39) Installing curl (7.76.1-r0) 22:12:31 (6/39) Installing dumb-init (1.2.2-r1) 22:12:31 (7/39) Installing libbz2 (1.0.8-r1) 22:12:31 (8/39) Installing expat (2.2.9-r1) 22:12:31 (9/39) Installing libffi (3.3-r2) 22:12:31 (10/39) Installing gdbm (1.13-r1) 22:12:31 (11/39) Installing xz-libs (5.2.5-r0) 22:12:31 (12/39) Installing sqlite-libs (3.32.1-r0) 22:12:31 (13/39) Installing python3 (3.8.10-r0) 22:12:31 ---> Running in 6fa8b91415bd 22:12:32 Removing intermediate container 57d49bede155 22:12:32 ---> 18789657684d 22:12:32 Step 24/25 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:12:32 Removing intermediate container 26bbf1249656 22:12:32 ---> aca9a2cc999f 22:12:32 Step 23/23 : LABEL version=0.0.0 22:12:32 Removing intermediate container d88d91116372 22:12:32 ---> 37d0251e65e5 22:12:32 Step 22/22 : LABEL version=0.0.0 22:12:32 ---> Running in a172ace48db8 22:12:32 ---> Running in af715a21acca 22:12:32 Removing intermediate container 6fa8b91415bd 22:12:32 ---> 359e81e57f18 22:12:32 Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:12:32 ---> Running in cec43c878c20 22:12:33 ---> Running in 3014ee4dd5d6 22:12:33 Removing intermediate container af715a21acca 22:12:33 ---> 05203e626912 22:12:33 Step 25/25 : LABEL version=0.0.0 22:12:33 Removing intermediate container a172ace48db8 22:12:33 ---> 19780d550f3c 22:12:33 22:12:33 Removing intermediate container 3014ee4dd5d6 22:12:33 ---> cae154a0c7cb 22:12:33 Removing intermediate container cec43c878c20 22:12:33 ---> f010b9c19097 22:12:33 22:12:33 Step 23/23 : LABEL version=0.0.0 22:12:34 (14/39) Installing py3-appdirs (1.4.4-r1) 22:12:34 (15/39) Installing py3-ordered-set (4.0.1-r0) 22:12:34 (16/39) Installing py3-parsing (2.4.7-r0) 22:12:34 (17/39) Installing py3-six (1.15.0-r0) 22:12:34 (18/39) Installing py3-packaging (20.4-r0) 22:12:34 ---> Running in cfb319bd6eba 22:12:34 (19/39) Installing py3-setuptools (47.0.0-r0) 22:12:34 (20/39) Installing py3-chardet (3.0.4-r4) 22:12:34 Successfully built 19780d550f3c 22:12:34 ---> Running in 9634ac8c3c1c 22:12:34 (21/39) Installing py3-idna (2.9-r0) 22:12:34 Successfully tagged docker-core-command-go-arm64:latest 22:12:34  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 22:12:34 (22/39) Installing py3-certifi (2020.4.5.1-r0) 22:12:34 (23/39) Installing py3-urllib3 (1.25.9-r0) 22:12:34 (24/39) Installing py3-requests (2.23.0-r0) 22:12:34 (25/39) Installing py3-msgpack (1.0.0-r0) 22:12:34 (26/39) Installing py3-lockfile (0.12.2-r3) 22:12:34 (27/39) Installing py3-cachecontrol (0.12.6-r0) 22:12:34 (28/39) Installing py3-colorama (0.4.3-r0) 22:12:34 (29/39) Installing py3-distlib (0.3.0-r0) 22:12:34 (30/39) Installing py3-distro (1.5.0-r1) 22:12:34 (31/39) Installing py3-webencodings (0.5.1-r3) 22:12:34 (32/39) Installing py3-html5lib (1.0.1-r4) 22:12:34 Successfully built f010b9c19097 22:12:34 (33/39) Installing py3-pytoml (0.1.21-r0) 22:12:34 (34/39) Installing py3-pep517 (0.8.2-r0) 22:12:34 (35/39) Installing py3-progress (1.5-r0) 22:12:34 (36/39) Installing py3-toml (0.10.1-r0) 22:12:34 (37/39) Installing py3-retrying (1.3.3-r0) 22:12:34 Successfully tagged docker-support-scheduler-go-arm64:latest 22:12:34 (38/39) Installing py3-contextlib2 (0.6.0-r0) 22:12:34  Building docker-support-scheduler-go ... done (39/39) Installing py3-pip (20.1.1-r0) 22:12:34 Building docker-security-proxy-setup-go 22:12:34 Executing busybox-1.31.1-r19.trigger 22:12:34 OK: 72 MiB in 59 packages 22:12:34 Removing intermediate container 9634ac8c3c1c 22:12:34 ---> 35657c7e4543 22:12:34 22:12:34 Removing intermediate container cfb319bd6eba 22:12:34 ---> c24165f83542 22:12:34 22:12:34 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:12:34 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:12:34 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:12:34 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:12:34 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:12:34 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:12:34 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:12:34 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:12:34 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:12:34 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:12:34 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:12:34 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:12:34 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:12:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:12:34 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:12:34 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:12:34 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:12:34 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 22:12:34 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:12:34 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:12:34 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 22:12:34 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:12:34 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:12:34 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:12:34 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:12:34 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:12:35 Successfully built c24165f83542 22:12:35 Successfully built 35657c7e4543 22:12:35 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:12:35 Successfully tagged docker-core-metadata-go-arm64:latest 22:12:35  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 22:12:35  Building docker-core-metadata-go ... done Building docker-support-notifications-go 22:12:38 Building static-packages 22:12:38 + snapcraftctl build 22:12:39 Collecting docker-compose==1.23.2 22:12:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:12:39 Collecting dockerpty<0.5,>=0.4.1 22:12:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:12:40 Building version 22:12:40 + snapcraftctl build 22:12:42 Collecting cached-property<2,>=1.2.0 22:12:42 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:12:42 Collecting texttable<0.10,>=0.9.0 22:12:42 Downloading texttable-0.9.1.tar.gz (11 kB) 22:12:44 Skipping stage go-build-helper (already ran) 22:12:44 Staging app-service-config 22:12:44 + snapcraftctl stage 22:12:44 Staging config-common 22:12:44 + snapcraftctl stage 22:12:45 Staging edgex-go 22:12:45 + snapcraftctl stage 22:12:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:12:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:12:46 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:12:46 Collecting jsonschema<3,>=2.5.1 22:12:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:12:47 Staging static-packages 22:12:47 + snapcraftctl stage 22:12:48 Collecting PyYAML<4,>=3.10 22:12:48 Downloading PyYAML-3.13.tar.gz (270 kB) 22:12:48 Staging version 22:12:48 + snapcraftctl stage 22:12:49 Priming go-build-helper 22:12:49 + snapcraftctl prime 22:12:50 Priming app-service-config 22:12:50 + snapcraftctl prime 22:12:52 Priming config-common 22:12:52 + snapcraftctl prime 22:12:52 Collecting docker<4.0,>=3.6.0 22:12:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:12:52 Collecting websocket-client<1.0,>=0.32.0 22:12:52 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 22:12:53 Collecting docopt<0.7,>=0.6.1 22:12:53 Downloading docopt-0.6.2.tar.gz (25 kB) 22:12:53 Priming edgex-go 22:12:53 + snapcraftctl prime 22:12:54 Priming static-packages 22:12:54 + snapcraftctl prime 22:12:55 Collecting idna<2.8,>=2.5 22:12:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:12:55 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) 22:12:55 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) 22:12:56 Collecting urllib3<1.25,>=1.21.1 22:12:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:12:56 Collecting docker-pycreds>=0.4.0 22:12:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:12:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:12:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:12:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:12:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:12:57 Priming version 22:12:57 + snapcraftctl prime 22:12:57 Installing collected packages: dockerpty, cached-property, texttable, idna, urllib3, requests, jsonschema, PyYAML, docker-pycreds, websocket-client, docker, docopt, docker-compose 22:12:57 Running setup.py install for dockerpty: started 22:12:58 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 22:12:59 Running setup.py install for dockerpty: finished with status 'done' 22:12:59 Running setup.py install for texttable: started [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:13:01 Running setup.py install for texttable: finished with status 'done' 22:13:01 Attempting uninstall: idna 22:13:01 Found existing installation: idna 2.9 22:13:01 Uninstalling idna-2.9: 22:13:01 Successfully uninstalled idna-2.9 22:13:02 Attempting uninstall: urllib3 22:13:02 Found existing installation: urllib3 1.25.9 22:13:02 Uninstalling urllib3-1.25.9: 22:13:02 Successfully uninstalled urllib3-1.25.9 22:13:03 Attempting uninstall: requests 22:13:03 Found existing installation: requests 2.23.0 22:13:03 Uninstalling requests-2.23.0: 22:13:03 Successfully uninstalled requests-2.23.0 22:13:04 Running setup.py install for PyYAML: started 22:13:07 Running setup.py install for PyYAML: finished with status 'done' 22:13:08 Running setup.py install for docopt: started 22:13:11 Running setup.py install for docopt: finished with status 'done' 22:13:13 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.59.0 22:13:28 Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:13:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:13:28 ---> a6c79a1572a8 22:13:28 Step 3/31 : WORKDIR /edgex-go 22:13:28 ---> Using cache 22:13:28 ---> e81760b87375 22:13:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:28 ---> Using cache 22:13:28 ---> 88d980092c59 22:13:28 Step 5/31 : RUN apk add --update --no-cache make git 22:13:28 ---> Using cache 22:13:28 ---> 7fe20a983dcc 22:13:28 Step 6/31 : COPY go.mod . 22:13:28 ---> Using cache 22:13:28 ---> f879fb4bded5 22:13:28 Step 7/31 : RUN go mod download 22:13:28 ---> Using cache 22:13:28 ---> ccb3bf9e4faa 22:13:28 Step 8/31 : COPY . . 22:13:28 ---> Using cache 22:13:28 ---> ea41c802741d 22:13:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:13:28 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:13:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:13:28 ---> a6c79a1572a8 22:13:28 Step 3/22 : WORKDIR /edgex-go 22:13:28 ---> Using cache 22:13:28 ---> e81760b87375 22:13:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:28 ---> Using cache 22:13:28 ---> 88d980092c59 22:13:28 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:13:28 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:13:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:13:28 ---> a6c79a1572a8 22:13:28 Step 3/23 : WORKDIR /edgex-go 22:13:28 ---> Using cache 22:13:28 ---> e81760b87375 22:13:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:28 ---> Using cache 22:13:28 ---> 88d980092c59 22:13:28 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:13:28 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 22:13:28 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:13:28 ---> a6c79a1572a8 22:13:28 Step 3/21 : WORKDIR /edgex-go 22:13:28 ---> Using cache 22:13:28 ---> e81760b87375 22:13:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:28 ---> Using cache 22:13:28 ---> 88d980092c59 22:13:28 Step 5/21 : RUN apk add --update --no-cache make git 22:13:28 ---> Using cache 22:13:28 ---> 7fe20a983dcc 22:13:28 Step 6/21 : COPY go.mod . 22:13:28 ---> Using cache 22:13:28 ---> f879fb4bded5 22:13:28 Step 7/21 : RUN go mod download 22:13:28 ---> Using cache 22:13:28 ---> ccb3bf9e4faa 22:13:28 Step 8/21 : COPY . . 22:13:28 ---> Using cache 22:13:28 ---> ea41c802741d 22:13:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:13:30 ---> Running in 25d3c903840c 22:13:30 ---> Running in 1586fdb44edd 22:13:30 ---> Running in 6c274505f488 22:13:30 ---> Running in fe23b1b6ce45 22:13:31 Removing intermediate container 58e6721c67fa 22:13:31 ---> 8060a264621f 22:13:31 Step 14/23 : ENV APP_PORT=48090 22:13:31 ---> Running in e64a277d8a6f 22:13:31 CGO_ENABLED=1 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 22:13:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:13:32 Removing intermediate container e64a277d8a6f 22:13:32 ---> 7b008e199bc3 22:13:32 Step 15/23 : EXPOSE $APP_PORT 22:13:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:13:32 ---> Running in 90172733b017 22:13:32 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:13:33 Removing intermediate container 90172733b017 22:13:33 ---> d7e78ed58947 22:13:33 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:13:33 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:13:34 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:13:35 ---> 5872b90af5dd 22:13:35 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:13:35 OK: 218 MiB in 52 packages 22:13:36 ---> c65e47cbccbf 22:13:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:13:36 OK: 218 MiB in 52 packages 22:13:37 Removing intermediate container 25d3c903840c 22:13:37 ---> 089041b448c3 22:13:37 Step 6/22 : COPY go.mod . 22:13:38 ---> 45e92f8932f9 22:13:38 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 22:13:38 Removing intermediate container fe23b1b6ce45 22:13:38 ---> 8eeeeffca43f 22:13:38 Step 6/23 : COPY go.mod . 22:13:38 ---> Running in 905d12084230 22:13:39 ---> 592432424e21 22:13:39 Step 7/22 : RUN go mod download 22:13:39 ---> Running in 19d2d42514af 22:13:39 Removing intermediate container 905d12084230 22:13:39 ---> 7bed3ef86247 22:13:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:13:40 ---> Running in fe1467e9fd7d 22:13:40 ---> d2ff886e73c0 22:13:40 Step 7/23 : RUN go mod download 22:13:40 ---> Running in 9b274a2a9e04 22:13:41 Removing intermediate container fe1467e9fd7d 22:13:41 ---> 965efd8a2f11 22:13:41 Step 21/23 : LABEL arch=arm64 22:13:41 ---> Running in edc9e585146f 22:13:42 Removing intermediate container edc9e585146f 22:13:42 ---> 82041ecb6121 22:13:42 Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:13:42 ---> Running in f3be6a4bbc84 22:13:43 Removing intermediate container f3be6a4bbc84 22:13:43 ---> a5afaafb8c21 22:13:43 Step 23/23 : LABEL version=0.0.0 22:13:44 ---> Running in f788bbad9ae2 22:13:45 Removing intermediate container 19d2d42514af 22:13:45 ---> 54d487fae342 22:13:45 Step 8/22 : COPY . . 22:13:45 Removing intermediate container f788bbad9ae2 22:13:45 ---> e99afc39a68d 22:13:45 22:13:45 Removing intermediate container 9b274a2a9e04 22:13:45 ---> 0f2e34dafb79 22:13:45 Step 8/23 : COPY . . 22:13:46 Successfully built e99afc39a68d 22:13:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:14:18  Building docker-sys-mgmt-agent-go ... done  ---> adb23ee6fac9 22:14:18 Step 9/23 : RUN make cmd/core-data/core-data 22:14:18 ---> 582767506f83 22:14:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:14:18 ---> Running in 116e693625a7 22:14:18 ---> Running in c883d0cf83e1 22:14:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:14:21 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 22:14:53 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:15:09 Removing intermediate container 6c274505f488 22:15:09 ---> 0b31f5cf4790 22:15:09 22:15:09 Step 10/31 : FROM alpine:3.12 22:15:09 ---> 9852663dfa18 22:15:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:15:09 ---> Running in 527dc1c93393 22:15:09 Removing intermediate container 527dc1c93393 22:15:09 ---> b128f73d2e5d 22:15:09 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:15:09 ---> Running in 1c50fb665b2d 22:15:11 Removing intermediate container 1586fdb44edd 22:15:11 ---> 98fcf99443ac 22:15:11 22:15:11 Step 10/21 : FROM alpine:3.12 22:15:11 ---> 9852663dfa18 22:15:11 Step 11/21 : RUN apk add --update --no-cache curl 22:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:11 ---> Running in 7127f8a330fe 22:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:12 (1/2) Installing dumb-init (1.2.2-r1) 22:15:12 (2/2) Installing su-exec (0.2-r1) 22:15:12 Executing busybox-1.31.1-r20.trigger 22:15:12 OK: 5 MiB in 16 packages 22:15:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:14 (1/4) Installing ca-certificates (20191127-r4) 22:15:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:15:14 (3/4) Installing libcurl (7.76.1-r0) 22:15:14 (4/4) Installing curl (7.76.1-r0) 22:15:14 Executing busybox-1.31.1-r20.trigger 22:15:14 Removing intermediate container 1c50fb665b2d 22:15:14 ---> 5e334a9d089c 22:15:14 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:15:14 Executing ca-certificates-20191127-r4.trigger 22:15:14 ---> Running in 53f8f47332bc 22:15:14 OK: 7 MiB in 18 packages 22:15:15 Removing intermediate container 53f8f47332bc 22:15:15 ---> 9cd5a2e61bb0 22:15:15 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:15:15 ---> Running in 9c1f74c5e0bc 22:15:16 Removing intermediate container 9c1f74c5e0bc 22:15:16 ---> 962377139a9d 22:15:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:15:16 ---> Running in 31e5c0d099a5 22:15:17 Removing intermediate container 7127f8a330fe 22:15:17 ---> e1e9983c9b10 22:15:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:15:17 ---> Running in 0f5980c8ca46 22:15:18 Removing intermediate container 0f5980c8ca46 22:15:18 ---> 684da846f66b 22:15:18 Step 13/21 : WORKDIR /edgex 22:15:18 ---> Running in b43dec9d07d3 22:15:19 Removing intermediate container b43dec9d07d3 22:15:19 ---> 76b5a4d21fcc 22:15:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:15:20 Removing intermediate container 31e5c0d099a5 22:15:20 ---> f90bca3174fc 22:15:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:15:21 ---> Running in 98a49b4a486c 22:15:21 ---> ee77e75a8cf7 22:15:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:15:21 Removing intermediate container 98a49b4a486c 22:15:21 ---> 194f012aa2bc 22:15:21 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:15:23 ---> c3f5db1890bf 22:15:23 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:15:23 ---> 3380319d7084 22:15:23 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:15:23 ---> Running in c29864ee172a 22:15:25 ---> e2d751e96883 22:15:25 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:15:25 ---> Running in b1b50b721e04 22:15:26 Removing intermediate container b1b50b721e04 22:15:26 ---> 3aa79d4d93f0 22:15:26 Step 18/21 : CMD ["--init=true"] 22:15:26 ---> Running in 93b335d25a3c 22:15:27 Removing intermediate container 93b335d25a3c 22:15:27 ---> 705907c88984 22:15:27 Step 19/21 : LABEL arch=arm64 22:15:27 Removing intermediate container c29864ee172a 22:15:27 ---> 26290692d1d8 22:15:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:15:27 ---> Running in 0a5f06abad06 22:15:28 Removing intermediate container 0a5f06abad06 22:15:28 ---> 8f9b4c22b486 22:15:28 Step 20/21 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:15:28 ---> Running in b7dbcfb00e70 22:15:29 ---> 2c4cb5befd60 22:15:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:15:29 Removing intermediate container b7dbcfb00e70 22:15:29 ---> d1541864e71f 22:15:29 Step 21/21 : LABEL version=0.0.0 22:15:29 ---> Running in ace256490fc6 22:15:30 Removing intermediate container ace256490fc6 22:15:30 ---> bd9895d49e28 22:15:30 22:15:31 ---> 2a758ba2c6ed 22:15:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:15:31 Successfully built bd9895d49e28 22:15:31 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:15:32  Building docker-security-proxy-setup-go ... done  ---> 73ff06c09e41 22:15:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:15:33 ---> de4d87e781c0 22:15:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:15:34 ---> 9c4c0e29a13a 22:15:34 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:15:35 ---> Running in 592230de0e57 22:15:36 Removing intermediate container 592230de0e57 22:15:36 ---> 3a61b9e0b9e5 22:15:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:15:37 ---> 4d20d217272f 22:15:37 Step 26/31 : RUN chmod +x /entrypoint.sh 22:15:37 ---> Running in 1dce934b4541 22:15:41 Removing intermediate container 1dce934b4541 22:15:41 ---> 1fb9e6e0577a 22:15:41 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:15:41 ---> Running in 7ad3ee395c99 22:15:42 Removing intermediate container 7ad3ee395c99 22:15:42 ---> bd6f79623d0d 22:15:42 Step 28/31 : CMD ["gate"] 22:15:42 ---> Running in 4ad9c2564cc0 22:15:43 Removing intermediate container 4ad9c2564cc0 22:15:43 ---> a722fceefbcd 22:15:43 Step 29/31 : LABEL arch=arm64 22:15:44 ---> Running in b4041fe48c8c 22:15:45 Removing intermediate container b4041fe48c8c 22:15:45 ---> 30367f2a5054 22:15:45 Step 30/31 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:15:45 ---> Running in 6b641cf190c3 22:15:46 Removing intermediate container 6b641cf190c3 22:15:46 ---> 66e7b1786db6 22:15:46 Step 31/31 : LABEL version=0.0.0 22:15:46 ---> Running in 1ef2f5095fa8 22:15:47 Removing intermediate container 1ef2f5095fa8 22:15:47 ---> 38c71797f14b 22:15:47 22:15:47 Successfully built 38c71797f14b 22:15:48 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:16:00  Building docker-security-bootstrapper-go ... done Removing intermediate container 116e693625a7 22:16:00 ---> cb4891cfe98f 22:16:00 22:16:00 Step 10/22 : FROM alpine:3.12 22:16:00 ---> 9852663dfa18 22:16:00 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:16:00 ---> Running in b188addcae19 22:16:00 Removing intermediate container c883d0cf83e1 22:16:00 ---> 9955aeb6b38f 22:16:00 22:16:00 Step 10/23 : FROM alpine:3.12 22:16:00 ---> 9852663dfa18 22:16:00 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:16:01 ---> Running in 2e91825eb925 22:16:01 Removing intermediate container 2e91825eb925 22:16:01 ---> d5dcbca7b9a2 22:16:01 Step 12/23 : ENV APP_PORT=48080 22:16:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:01 ---> Running in 82d2f20e8782 22:16:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:02 Removing intermediate container 82d2f20e8782 22:16:02 ---> 007b955be262 22:16:02 Step 13/23 : EXPOSE $APP_PORT 22:16:02 ---> Running in cf2354390ffd 22:16:02 (1/2) Installing ca-certificates (20191127-r4) 22:16:02 (2/2) Installing dumb-init (1.2.2-r1) 22:16:02 Executing busybox-1.31.1-r20.trigger 22:16:02 Executing ca-certificates-20191127-r4.trigger 22:16:02 OK: 6 MiB in 16 packages 22:16:02 Removing intermediate container cf2354390ffd 22:16:02 ---> 790c7f76d866 22:16:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:16:03 ---> Running in 71c7fbf5353b 22:16:04 Removing intermediate container b188addcae19 22:16:04 ---> 5d80d1f3e450 22:16:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:16:04 ---> Running in 5897d4fec424 22:16:05 Removing intermediate container 5897d4fec424 22:16:05 ---> f07a0b2cbdf3 22:16:05 Step 13/22 : ENV APP_PORT=48060 22:16:05 ---> Running in 2d882110fe80 22:16:05 Removing intermediate container 71c7fbf5353b 22:16:05 ---> 4c80808351ad 22:16:05 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:16:05 ---> Running in 8290e8cdb3d6 22:16:05 Removing intermediate container 2d882110fe80 22:16:05 ---> e313197cd33e 22:16:05 Step 14/22 : EXPOSE $APP_PORT 22:16:06 ---> Running in bcb77e9e703d 22:16:06 Removing intermediate container bcb77e9e703d 22:16:06 ---> 112fb4bb55d2 22:16:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:16:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:07 ---> afe2e39c704f 22:16:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:16:08 ---> 4143c08af818 22:16:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:16:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:09 ---> 3b940f0acf26 22:16:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:16:09 ---> Running in 0d6687850b67 22:16:09 (1/6) Installing dumb-init (1.2.2-r1) 22:16:09 (2/6) Installing libgcc (9.3.0-r2) 22:16:09 Removing intermediate container 0d6687850b67 22:16:09 ---> 8fbd544c904d 22:16:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:16:09 ---> Running in 1f11b3e6b718 22:16:09 (3/6) Installing libsodium (1.0.18-r0) 22:16:10 (4/6) Installing libstdc++ (9.3.0-r2) 22:16:10 Removing intermediate container 1f11b3e6b718 22:16:10 ---> 78ce01671d8b 22:16:10 Step 20/22 : LABEL arch=arm64 22:16:10 (5/6) Installing libzmq (4.3.3-r0) 22:16:10 ---> Running in 247c2cdf8619 22:16:10 (6/6) Installing zeromq (4.3.3-r0) 22:16:11 Executing busybox-1.31.1-r20.trigger 22:16:11 OK: 8 MiB in 20 packages 22:16:11 Removing intermediate container 247c2cdf8619 22:16:11 ---> 332f9d8b37f3 22:16:11 Step 21/22 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:16:11 ---> Running in 69d5a3ad37b6 22:16:11 Removing intermediate container 69d5a3ad37b6 22:16:11 ---> 698416c2b3f2 22:16:11 Step 22/22 : LABEL version=0.0.0 22:16:11 ---> Running in b4425abd04a8 22:16:12 Removing intermediate container 8290e8cdb3d6 22:16:12 ---> 9426d19f7644 22:16:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:16:12 Removing intermediate container b4425abd04a8 22:16:12 ---> 1b29a9a8d4cd 22:16:12 22:16:12 Successfully built 1b29a9a8d4cd 22:16:13 Successfully tagged docker-support-notifications-go-arm64:latest 22:16:13  Building docker-support-notifications-go ... done  ---> b298fd54cf4e 22:16:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:16:14 ---> 681fde40d1ab 22:16:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:16:15 ---> fd8fabcfbb7e 22:16:15 Step 19/23 : ENTRYPOINT ["/core-data"] 22:16:15 ---> Running in 25edb8005587 22:16:15 Removing intermediate container 25edb8005587 22:16:15 ---> 7b574ec67c4e 22:16:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:16:15 ---> Running in 2d02b1e310e6 22:16:16 Removing intermediate container 2d02b1e310e6 22:16:16 ---> 447c73e07d2c 22:16:16 Step 21/23 : LABEL arch=arm64 22:16:16 ---> Running in d906b75b8c46 22:16:16 Removing intermediate container d906b75b8c46 22:16:16 ---> 1020a6f39434 22:16:16 Step 22/23 : LABEL git_sha=d01e42c31d774825d2a5c7d3879b2510314babf8 22:16:16 ---> Running in e8351cbd6dcd 22:16:17 Removing intermediate container e8351cbd6dcd 22:16:17 ---> 4a0375d31e71 22:16:17 Step 23/23 : LABEL version=0.0.0 22:16:17 ---> Running in 5875455b3ead 22:16:18 Removing intermediate container 5875455b3ead 22:16:18 ---> f91d33657d36 22:16:18 22:16:18 Successfully built f91d33657d36 22:16:18 Successfully tagged docker-core-data-go-arm64:latest 22:16:18  Building docker-core-data-go ... done  [Pipeline] } 22:16:18 $ docker stop --time=1 ddd699bf1a8e03e2e25fd4746fb292f0c8f93b68467bbb74f06900efe415fecd 22:16:20 $ docker rm -f ddd699bf1a8e03e2e25fd4746fb292f0c8f93b68467bbb74f06900efe415fecd [Pipeline] // withDockerContainer [Pipeline] sh 22:16:21 + grep docker 22:16:21 + docker images 22:16:21 docker-core-data-go-arm64 latest f91d33657d36 4 seconds ago 20.3MB 22:16:21 docker-support-notifications-go-arm64 latest 1b29a9a8d4cd 9 seconds ago 16.6MB 22:16:21 docker-security-bootstrapper-go-arm64 latest 38c71797f14b 35 seconds ago 17.1MB 22:16:21 docker-security-proxy-setup-go-arm64 latest bd9895d49e28 51 seconds ago 23.8MB 22:16:21 docker-sys-mgmt-agent-go-arm64 latest e99afc39a68d 2 minutes ago 299MB 22:16:21 docker-core-metadata-go-arm64 latest 35657c7e4543 3 minutes ago 17.4MB 22:16:21 docker-security-secretstore-setup-go-arm64 latest c24165f83542 3 minutes ago 24.2MB 22:16:21 docker-core-command-go-arm64 latest 19780d550f3c 3 minutes ago 16MB 22:16:21 docker-support-scheduler-go-arm64 latest f010b9c19097 3 minutes ago 16MB 22:16:21 docker 20.10.0 eeaf43b92773 5 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:16:21 ---> job-cost.sh 22:16:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-d2S3 22:17:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:18:37 lf-activate-venv(): INFO: Adding /tmp/venv-d2S3/bin to PATH 22:18:37 INFO: No Stack... 22:18:37 INFO: Retrieving Pricing Info for: lf-standard-4 22:18:37 INFO: Archiving Costs [Pipeline] sh 22:18:38 + cut -d, -f6 22:18:38 + cat /w/workspace/edgex-go/17/archives/cost.csv [Pipeline] lock 22:18:38 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3422-17-stack-cost] 22:18:38 Resource [jenkins-edgexfoundry-edgex-go-PR-3422-17-stack-cost] did not exist. Created. 22:18:38 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3422-17-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:18:38 + echo total: 0.20999999344348907 [Pipeline] stash 22:18:38 Stashed 1 file(s) [Pipeline] } 22:18:38 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3422-17-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:18:39 provisioning config files... 22:18:39 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config6303625073478238458tmp [Pipeline] { [Pipeline] sh 22:18:40 + set +x 22:18:40 + curl -s https://codecov.io/bash 22:18:40 + bash -s -- 22:18:40 22:18:40 _____ _ 22:18:40 / ____| | | 22:18:40 | | ___ __| | ___ ___ _____ __ 22:18:40 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:18:40 | |___| (_) | (_| | __/ (_| (_) \ V / 22:18:40 \_____\___/ \__,_|\___|\___\___/ \_/ 22:18:40 Bash-1.0.2 22:18:40 22:18:40 22:18:40 ==> git version 2.24.3 found 22:18:40 ==> 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 22:18:40 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:18:40 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:18:40 ==> Jenkins CI detected. 22:18:40 project root: . 22:18:40 --> token set from env 22:18:40 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:18:40 ==> Running gcov in . (disable via -X gcov) 22:18:40 ==> Python coveragepy not found 22:18:40 ==> Searching for coverage reports in: 22:18:40 + . 22:18:40 -> Found 1 reports 22:18:40 ==> Detecting git/mercurial file structure 22:18:40 ==> Reading reports 22:18:40 + ./coverage.out bytes=717673 22:18:40 ==> Appending adjustments 22:18:40 https://docs.codecov.io/docs/fixing-reports 22:18:45 + Found adjustments 22:18:45 ==> Gzipping contents 22:18:45 100K /tmp/codecov.G1JEQ5.gz 22:18:45 ==> Uploading reports 22:18:45 url: https://codecov.io 22:18:45 query: branch=PR-3422&commit=d01e42c31d774825d2a5c7d3879b2510314babf8&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3422%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3422&job=&cmd_args= 22:18:45 -> Pinging Codecov 22:18:45 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3422&commit=d01e42c31d774825d2a5c7d3879b2510314babf8&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3422%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3422&job=&cmd_args= 22:18:45 -> Uploading to 22:18:45 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/00271124DB129430A58F1EEE437C3FCB/d01e42c31d774825d2a5c7d3879b2510314babf8/a4740c77-fe79-4d9d-aeae-78ff6d2709a6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T221845Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=db0fcb3ed52af9721476f197eca2f5f33f4d6e355f30205e944c2e34584d9673 22:18:45 % Total % Received % Xferd Average Speed Time Time Time Current 22:18:45 Dload Upload Total Spent Left Speed 22:18:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 99k 0 0 100 99k 0 226k --:--:-- --:--:-- --:--:-- 226k 100 99k 0 0 100 99k 0 226k --:--:-- --:--:-- --:--:-- 226k 22:18:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d01e42c31d774825d2a5c7d3879b2510314babf8 [Pipeline] } 22:18:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:18:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:18:47 ---> package-listing.sh 22:18:47 ++ facter osfamily 22:18:47 ++ tr '[:upper:]' '[:lower:]' 22:18:47 + OS_FAMILY=redhat 22:18:47 + workspace=/w/workspace/edgex-go/17 22:18:47 + START_PACKAGES=/tmp/packages_start.txt 22:18:47 + END_PACKAGES=/tmp/packages_end.txt 22:18:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:18:47 + PACKAGES=/tmp/packages_start.txt 22:18:47 + '[' /w/workspace/edgex-go/17 ']' 22:18:47 + PACKAGES=/tmp/packages_end.txt 22:18:47 + case "${OS_FAMILY}" in 22:18:47 + rpm -qa 22:18:47 + sort 22:18:52 + '[' -f /tmp/packages_start.txt ']' 22:18:52 + '[' -f /tmp/packages_end.txt ']' 22:18:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:18:52 + '[' /w/workspace/edgex-go/17 ']' 22:18:52 + mkdir -p /w/workspace/edgex-go/17/archives/ 22:18:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo 22:18: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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:18:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:18:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:18:53 22:18:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:18:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:18:53 alpine: Pulling from edgex-lftools-log-publisher 22:18:53 df20fa9351a1: Pulling fs layer 22:18:53 36b3adc4ff6f: Pulling fs layer 22:18:53 8ad3a11d3b57: Pulling fs layer 22:18:53 46f8f816bc3b: Pulling fs layer 22:18:53 93b61091891f: Pulling fs layer 22:18:53 93b9cdb0e59b: Pulling fs layer 22:18:53 5e14af77c1be: Pulling fs layer 22:18:53 01666e4c0597: Pulling fs layer 22:18:53 aa168da1d23b: Pulling fs layer 22:18:53 46f8f816bc3b: Waiting 22:18:53 93b61091891f: Waiting 22:18:53 93b9cdb0e59b: Waiting 22:18:53 5e14af77c1be: Waiting 22:18:53 01666e4c0597: Waiting 22:18:53 aa168da1d23b: Waiting 22:18:53 36b3adc4ff6f: Verifying Checksum 22:18:53 36b3adc4ff6f: Download complete 22:18:53 46f8f816bc3b: Verifying Checksum 22:18:53 46f8f816bc3b: Download complete 22:18:53 df20fa9351a1: Download complete 22:18:53 93b9cdb0e59b: Verifying Checksum 22:18:53 93b9cdb0e59b: Download complete 22:18:53 5e14af77c1be: Verifying Checksum 22:18:53 5e14af77c1be: Download complete 22:18:53 01666e4c0597: Verifying Checksum 22:18:53 01666e4c0597: Download complete 22:18:53 93b61091891f: Verifying Checksum 22:18:53 93b61091891f: Download complete 22:18:53 8ad3a11d3b57: Verifying Checksum 22:18:53 8ad3a11d3b57: Download complete 22:18:54 df20fa9351a1: Pull complete 22:18:54 36b3adc4ff6f: Pull complete 22:18:55 8ad3a11d3b57: Pull complete 22:18:55 46f8f816bc3b: Pull complete 22:18:56 aa168da1d23b: Verifying Checksum 22:18:56 aa168da1d23b: Download complete 22:18:58 93b61091891f: Pull complete 22:18:58 93b9cdb0e59b: Pull complete 22:18:58 5e14af77c1be: Pull complete 22:18:58 01666e4c0597: Pull complete 22:19:08 aa168da1d23b: Pull complete 22:19:08 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:19:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:19:08 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:19:08 prd-centos7-docker-4c-2g-4219 does not seem to be running inside a container 22:19: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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 22:19:14 $ docker top fbf13dcf9c38c653de4a0e1852b993390be9281708b7ab8ca000a9b6dcc36d36 -eo pid,comm [Pipeline] { [Pipeline] sh 22:19:14 + touch /tmp/pre-build-complete [Pipeline] sh 22:19:15 + mkdir -p /var/log/sa [Pipeline] sh 22:19:15 + ls /var/log/sa-host 22:19:15 + sadf -c /var/log/sa-host/sa10 22:19:15 file_magic: OK 22:19:15 HZ: Using current value: 100 22:19:15 file_header: OK 22:19:15 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 22:19:15 Statistics: 22:19:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:19:15 File successfully converted to sysstat format version 12.2.1 22:19:15 + sadf -c /var/log/sa-host/sa23 22:19:15 file_magic: OK 22:19:15 HZ: Using current value: 100 22:19:15 file_header: OK 22:19:15 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 22:19:15 Statistics: 22:19:15 Hnuu...uuuununununu... 22:19:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:19:15 provisioning config files... 22:19:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config8629052449407995143tmp [Pipeline] { [Pipeline] echo 22:19:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:19:16 ---> create-netrc.sh [Pipeline] } 22:19:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:19:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:19:16 ---> python-tools-install.sh [Pipeline] echo 22:19:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:19:16 ---> sudo-logs.sh 22:19:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:19:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:19:17 ---> job-cost.sh 22:19:17 lf-activate-venv: SKIPPING 22:19:17 DEBUG: total: 0.20999999344348907 22:19:17 INFO: Retrieving Stack Cost... 22:19:18 INFO: Retrieving Pricing Info for: v1-standard-2 22:19:18 INFO: Archiving Costs [Pipeline] echo 22:19:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:19:19 ---> logs-deploy.sh 22:19:19 lf-activate-venv: SKIPPING 22:19:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/17 22:19:19 INFO: archiving workspace using pattern(s): 22:19:20 Archives upload complete. 22:19:20 INFO: archiving logs to Nexus 22:19:21 ---> uname -a: 22:19:21 Linux prd-centos7-docker-4c-2g-4219.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:19:21 22:19:21 22:19:21 ---> lscpu: 22:19:21 Architecture: x86_64 22:19:21 CPU op-mode(s): 32-bit, 64-bit 22:19:21 Byte Order: Little Endian 22:19:21 Address sizes: 40 bits physical, 48 bits virtual 22:19:21 CPU(s): 4 22:19:21 On-line CPU(s) list: 0-3 22:19:21 Thread(s) per core: 1 22:19:21 Core(s) per socket: 1 22:19:21 Socket(s): 4 22:19:21 NUMA node(s): 1 22:19:21 Vendor ID: GenuineIntel 22:19:21 CPU family: 6 22:19:21 Model: 44 22:19:21 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:19:21 Stepping: 1 22:19:21 CPU MHz: 2933.438 22:19:21 BogoMIPS: 5866.87 22:19:21 Virtualization: VT-x 22:19:21 Hypervisor vendor: KVM 22:19:21 Virtualization type: full 22:19:21 L1d cache: 128 KiB 22:19:21 L1i cache: 128 KiB 22:19:21 L2 cache: 16 MiB 22:19:21 L3 cache: 64 MiB 22:19:21 NUMA node0 CPU(s): 0-3 22:19:21 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:19:21 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:19:21 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:19:21 Vulnerability Meltdown: Mitigation; PTI 22:19:21 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:19:21 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:19:21 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:19:21 Vulnerability Srbds: Not affected 22:19:21 Vulnerability Tsx async abort: Not affected 22:19:21 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 22:19:21 22:19:21 22:19:21 ---> nproc: 22:19:21 4 22:19:21 22:19:21 22:19:21 ---> df -h: 22:19:21 Filesystem Size Used Available Use% Mounted on 22:19:21 overlay 50.0G 11.0G 39.0G 22% / 22:19:21 tmpfs 64.0M 0 64.0M 0% /dev 22:19:21 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:19:21 shm 64.0M 0 64.0M 0% /dev/shm 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /facter-os 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/resolv.conf 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hostname 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /etc/hosts 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/auth.log 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /run/cloud-init/result.json 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/sa-host 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /var/log/secure 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/17 22:19:21 /dev/vda1 50.0G 11.0G 39.0G 22% /w/workspace/edgex-go/17@tmp 22:19:21 22:19:21 22:19:21 ---> free -m: 22:19:21 total used free shared buff/cache available 22:19:21 Mem: 1837 690 127 0 1019 1064 22:19:21 Swap: 1023 116 907 22:19:21 22:19:21 22:19:21 ---> ip addr: 22:19:21 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:19:21 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:19:21 inet 127.0.0.1/8 scope host lo 22:19:21 valid_lft forever preferred_lft forever 22:19:21 inet6 ::1/128 scope host 22:19:21 valid_lft forever preferred_lft forever 22:19:21 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:19:21 link/ether fa:16:3e:23:9a:05 brd ff:ff:ff:ff:ff:ff 22:19:21 inet 10.30.123.46/23 brd 10.30.123.255 scope global dynamic eth0 22:19:21 valid_lft 84950sec preferred_lft 84950sec 22:19:21 inet6 fe80::f816:3eff:fe23:9a05/64 scope link 22:19:21 valid_lft forever preferred_lft forever 22:19:21 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:19:21 link/ether 02:42:35:ea:96:72 brd ff:ff:ff:ff:ff:ff 22:19:21 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:19:21 valid_lft forever preferred_lft forever 22:19:21 inet6 fe80::42:35ff:feea:9672/64 scope link 22:19:21 valid_lft forever preferred_lft forever 22:19:21 22:19:21 22:19:21 ---> sar -b -r -n DEV: 22:19:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 22:19:21 22:19:21 21:55:00 LINUX RESTART (4 CPU) 22:19:21 22:19:21 21:56:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:19:21 21:57:01 219.56 97.74 121.82 0.00 11544.11 46113.42 0.00 22:19:21 21:58:01 256.95 111.48 145.47 0.00 4591.98 19776.21 0.00 22:19:21 21:59:01 120.59 32.01 88.58 0.00 1236.18 13122.53 0.00 22:19:21 22:00:02 150.49 76.76 73.73 0.00 3646.81 9796.59 0.00 22:19:21 22:01:01 292.53 113.77 178.76 0.00 40338.58 112850.43 0.00 22:19:21 22:02:02 2555.08 2214.99 340.09 0.00 171770.03 179089.60 0.00 22:19:21 22:03:02 1043.59 838.81 204.78 0.00 57154.34 52054.44 0.00 22:19:21 22:04:01 960.83 614.60 346.23 0.00 73931.48 126010.61 0.00 22:19:21 22:05:02 1459.77 1149.31 310.46 0.00 82556.62 84631.86 0.00 22:19:21 22:06:01 196.99 48.89 148.10 0.00 4499.04 18913.33 0.00 22:19:21 22:07:02 4.28 0.22 4.06 0.00 3.46 123.44 0.00 22:19:21 22:08:01 0.22 0.02 0.20 0.00 0.27 2.39 0.00 22:19:21 22:09:01 0.38 0.13 0.25 0.00 1.73 3.61 0.00 22:19:21 22:10:01 2.65 2.40 0.25 0.00 171.75 3.35 0.00 22:19:21 22:11:01 1.25 0.12 1.13 0.00 5.33 18.33 0.00 22:19:21 22:12:01 0.38 0.02 0.37 0.00 0.53 3.53 0.00 22:19:21 22:13:01 0.30 0.02 0.28 0.00 0.53 3.51 0.00 22:19:21 22:14:01 0.23 0.00 0.23 0.00 0.00 3.56 0.00 22:19:21 22:15:01 0.37 0.13 0.23 0.00 1.73 3.48 0.00 22:19:21 22:16:01 0.40 0.03 0.37 0.00 0.27 5.73 0.00 22:19:21 22:17:01 0.27 0.00 0.27 0.00 0.00 3.91 0.00 22:19:21 22:18:01 0.27 0.02 0.25 0.00 0.13 3.48 0.00 22:19:21 22:19:01 99.95 72.07 27.88 0.00 5531.56 6886.81 0.00 22:19:21 Average: 321.86 235.05 86.81 0.00 19953.16 29151.56 0.00 22:19:21 22:19:21 21:56:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:19:21 21:57:01 99904 0 739252 39.29 1492 1040896 1456096 49.69 584216 955124 26896 22:19:21 21:58:01 109444 0 847636 45.05 828 923636 1817696 62.03 670632 820980 85500 22:19:21 21:59:01 162812 0 831120 44.17 468 887144 1829432 62.44 716564 716052 30708 22:19:21 22:00:02 210100 0 751816 39.96 444 919184 1350260 46.08 578172 797112 9828 22:19:21 22:01:01 52760 0 844436 44.88 16 984332 2272992 77.57 742416 872376 18476 22:19:21 22:02:02 72952 0 876656 46.59 16 931920 2352772 80.30 688500 877892 87300 22:19:21 22:03:02 557856 0 814928 43.31 4 508756 2411440 82.30 503236 566800 5192 22:19:21 22:04:01 534704 0 700024 37.20 4 646812 1756888 59.96 475584 646456 12 22:19:21 22:05:02 325572 0 763088 40.56 4 792880 1939824 66.20 608220 684408 11292 22:19:21 22:06:01 369280 0 614952 32.68 4 897308 1218324 41.58 486952 773700 20 22:19:21 22:07:02 373548 0 610604 32.45 4 897388 1177312 40.18 484624 773084 16 22:19:21 22:08:01 374660 0 609472 32.39 4 897408 1177204 40.18 483932 773108 12 22:19:21 22:09:01 373920 0 610204 32.43 4 897416 1177312 40.18 484500 773160 8 22:19:21 22:10:01 368616 0 611348 32.49 4 901576 1177324 40.18 484732 777600 28 22:19:21 22:11:01 369084 0 610712 32.46 4 901744 1177240 40.18 484364 777728 20 22:19:21 22:12:01 369988 0 609844 32.41 4 901708 1177156 40.17 483680 777728 12 22:19:21 22:13:01 369692 0 610116 32.43 4 901732 1177156 40.17 483804 777760 8 22:19:21 22:14:01 369872 0 609928 32.42 4 901740 1177156 40.17 483812 777760 8 22:19:21 22:15:01 369880 0 609916 32.42 4 901744 1177156 40.17 483816 777812 8 22:19:21 22:16:01 369208 0 610580 32.45 4 901752 1177288 40.18 484556 777820 8 22:19:21 22:17:01 369880 0 609904 32.42 4 901756 1177156 40.17 483824 777820 8 22:19:21 22:18:01 369052 0 610724 32.46 4 901764 1177264 40.18 484284 777824 8 22:19:21 22:19:01 71964 0 697576 37.07 4 1112000 1604872 54.77 629232 910008 177044 22:19:21 Average: 304989 0 687167 36.52 145 889243 1484231 50.65 543202 780005 19670 22:19:21 22:19:21 21:56:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:19:21 21:57:01 eth0 1058.58 1146.71 5821.96 151.72 0.00 0.00 0.00 0.00 22:19:21 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 21:57:01 vethf050478 34.55 44.53 2.56 115.78 0.00 0.00 0.00 0.00 22:19:21 21:57:01 docker0 872.67 725.55 72.34 2801.33 0.00 0.00 0.00 0.00 22:19:21 21:58:01 veth202f5b4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:19:21 21:58:01 eth0 247.93 172.03 765.79 25.16 0.00 0.00 0.00 0.00 22:19:21 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 21:58:01 docker0 150.67 199.72 10.22 729.22 0.00 0.00 0.00 0.00 22:19:21 21:59:01 veth202f5b4 1.93 1.93 0.16 0.17 0.00 0.00 0.00 0.00 22:19:21 21:59:01 eth0 25.79 14.02 20.01 10.70 0.00 0.00 0.00 0.00 22:19:21 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 21:59:01 docker0 1.93 1.93 0.13 0.17 0.00 0.00 0.00 0.00 22:19:21 22:00:02 veth202f5b4 0.60 0.60 0.05 0.05 0.00 0.00 0.00 0.00 22:19:21 22:00:02 eth0 44.70 36.09 19.58 82.88 0.00 0.00 0.00 0.00 22:19:21 22:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:00:02 docker0 0.60 0.60 0.04 0.05 0.00 0.00 0.00 0.00 22:19:21 22:01:01 vethe169023 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:19:21 22:01:01 eth0 185.26 143.48 1705.46 63.97 0.00 0.00 0.00 0.00 22:19:21 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:02:02 vethe169023 0.00 0.68 0.00 0.04 0.00 0.00 0.00 0.00 22:19:21 22:02:02 eth0 87.15 65.88 179.54 14.67 0.00 0.00 0.00 0.00 22:19:21 22:02:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:02:02 docker0 56.02 67.65 3.69 165.05 0.00 0.00 0.00 0.00 22:19:21 22:03:02 vethe169023 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:19:21 22:03:02 veth55950ce 0.02 0.20 0.00 0.01 0.00 0.00 0.00 0.00 22:19:21 22:03:02 eth0 9.01 4.71 7.37 3.87 0.00 0.00 0.00 0.00 22:19:21 22:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:04:01 vethbe34601 31.18 47.40 2.22 341.44 0.00 0.00 0.00 0.00 22:19:21 22:04:01 vethe169023 0.00 0.54 0.00 0.02 0.00 0.00 0.00 0.00 22:19:21 22:04:01 veth365e954 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:04:01 eth0 207.74 140.96 1789.61 25.77 0.00 0.00 0.00 0.00 22:19:21 22:05:02 vethf42743c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:05:02 vethe169023 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:05:02 vethd9659de 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:05:02 veth01f464f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:19:21 22:06:01 eth0 2952.56 2451.14 14124.95 646.02 0.00 0.00 0.00 0.00 22:19:21 22:06:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:19:21 22:06:01 docker0 1168.92 1113.52 92.09 4358.59 0.00 0.00 0.00 0.00 22:19:21 22:07:02 eth0 0.98 0.50 0.32 0.18 0.00 0.00 0.00 0.00 22:19:21 22:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:07:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:08:01 eth0 0.53 0.12 0.09 0.04 0.00 0.00 0.00 0.00 22:19:21 22:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:09:01 eth0 1.32 0.35 0.35 0.20 0.00 0.00 0.00 0.00 22:19:21 22:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:10:01 eth0 0.52 0.27 0.27 0.19 0.00 0.00 0.00 0.00 22:19:21 22:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:11:01 eth0 0.35 0.25 0.15 0.08 0.00 0.00 0.00 0.00 22:19:21 22:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:12:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:19:21 22:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:13:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:14:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:19:21 22:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:15:01 eth0 0.53 0.00 0.05 0.00 0.00 0.00 0.00 0.00 22:19:21 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:16:01 eth0 0.68 0.43 0.40 0.27 0.00 0.00 0.00 0.00 22:19:21 22:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:17:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 22:19:21 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:18:01 eth0 0.87 0.27 0.31 0.20 0.00 0.00 0.00 0.00 22:19:21 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:19:01 eth0 206.50 162.44 2161.65 20.40 0.00 0.00 0.00 0.00 22:19:21 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 Average: eth0 97.08 87.21 550.25 24.58 0.00 0.00 0.00 0.00 22:19:21 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:19:21 Average: docker0 50.11 47.73 3.95 186.84 0.00 0.00 0.00 0.00 22:19:21 22:19:21 22:19:21 ---> sar -P ALL: 22:19:21 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 22:19:21 22:19:21 21:55:00 LINUX RESTART (4 CPU) 22:19:21 22:19:21 21:56:01 CPU %user %nice %system %iowait %steal %idle 22:19:21 21:57:01 all 17.14 0.00 9.74 1.99 0.30 70.84 22:19:21 21:57:01 0 16.99 0.00 11.01 1.01 0.24 70.75 22:19:21 21:57:01 1 24.92 0.00 9.89 1.72 0.29 63.17 22:19:21 21:57:01 2 13.45 0.00 8.64 1.19 0.31 76.41 22:19:21 21:57:01 3 13.20 0.00 9.41 4.01 0.34 73.03 22:19:21 21:58:01 all 20.73 0.00 8.46 7.23 0.46 63.13 22:19:21 21:58:01 0 20.57 0.00 8.90 8.73 0.50 61.31 22:19:21 21:58:01 1 20.32 0.00 8.12 9.66 0.48 61.41 22:19:21 21:58:01 2 22.16 0.00 8.41 4.50 0.43 64.50 22:19:21 21:58:01 3 19.84 0.00 8.40 6.02 0.41 65.32 22:19:21 21:59:01 all 47.91 0.00 13.46 4.13 0.15 34.35 22:19:21 21:59:01 0 48.91 0.00 13.07 4.10 0.17 33.75 22:19:21 21:59:01 1 45.98 0.00 13.52 3.88 0.16 36.46 22:19:21 21:59:01 2 47.88 0.00 13.88 3.01 0.16 35.08 22:19:21 21:59:01 3 48.87 0.00 13.37 5.52 0.11 32.13 22:19:21 22:00:02 all 47.59 0.00 15.44 3.80 0.15 33.02 22:19:21 22:00:02 0 46.87 0.00 15.37 2.21 0.12 35.44 22:19:21 22:00:02 1 46.25 0.00 15.77 4.07 0.16 33.75 22:19:21 22:00:02 2 47.58 0.00 15.25 4.50 0.18 32.49 22:19:21 22:00:02 3 49.67 0.00 15.37 4.42 0.16 30.38 22:19:21 22:01:01 all 16.98 0.00 15.12 6.41 0.45 61.03 22:19:21 22:01:01 0 17.53 0.00 14.79 6.37 0.37 60.95 22:19:21 22:01:01 1 18.01 0.00 14.97 4.84 0.44 61.75 22:19:21 22:01:01 2 14.70 0.00 15.29 8.38 0.42 61.21 22:19:21 22:01:01 3 17.69 0.00 15.44 6.06 0.60 60.22 22:19:21 22:02:02 all 20.87 0.00 28.01 25.01 0.64 25.47 22:19:21 22:02:02 0 20.25 0.00 27.82 24.41 0.61 26.91 22:19:21 22:02:02 1 21.41 0.00 28.53 24.52 0.63 24.92 22:19:21 22:02:02 2 20.30 0.00 25.85 26.37 0.84 26.65 22:19:21 22:02:02 3 21.51 0.00 29.85 24.75 0.49 23.40 22:19:21 22:03:02 all 64.21 0.00 18.00 9.75 0.33 7.71 22:19:21 22:03:02 0 64.50 0.00 17.70 11.41 0.32 6.08 22:19:21 22:03:02 1 63.83 0.00 18.73 9.50 0.32 7.62 22:19:21 22:03:02 2 62.82 0.00 17.81 8.82 0.40 10.16 22:19:21 22:03:02 3 65.67 0.00 17.77 9.26 0.29 7.02 22:19:21 22:04:01 all 21.58 0.00 20.72 28.60 0.74 28.36 22:19:21 22:04:01 0 21.56 0.00 21.13 28.55 0.72 28.04 22:19:21 22:04:01 1 21.31 0.00 19.59 28.70 0.63 29.78 22:19:21 22:04:01 2 20.63 0.00 20.40 29.18 0.93 28.86 22:19:21 22:04:01 3 22.82 0.00 21.76 27.97 0.70 26.75 22:19:21 22:05:02 all 52.34 0.00 24.12 17.79 0.44 5.31 22:19:21 22:05:02 0 51.93 0.00 24.99 19.24 0.40 3.43 22:19:21 22:05:02 1 52.83 0.00 22.55 16.99 0.46 7.18 22:19:21 22:05:02 2 53.20 0.00 23.35 16.95 0.45 6.04 22:19:21 22:05:02 3 51.40 0.00 25.58 17.96 0.46 4.60 22:19:21 22:06:01 all 20.63 0.00 8.12 4.74 0.18 66.33 22:19:21 22:06:01 0 21.53 0.00 7.76 2.52 0.16 68.03 22:19:21 22:06:01 1 19.13 0.00 9.37 6.16 0.12 65.22 22:19:21 22:06:01 2 20.18 0.00 7.91 3.50 0.23 68.19 22:19:21 22:06:01 3 21.68 0.00 7.44 6.80 0.21 63.87 22:19:21 22:07:02 all 0.16 0.00 0.04 0.20 0.00 99.60 22:19:21 22:07:02 0 0.52 0.00 0.05 0.77 0.00 98.67 22:19:21 22:07:02 1 0.08 0.00 0.05 0.02 0.00 99.85 22:19:21 22:07:02 2 0.02 0.00 0.02 0.00 0.00 99.97 22:19:21 22:07:02 3 0.03 0.00 0.03 0.00 0.00 99.93 22:19:21 22:19:21 22:07:02 CPU %user %nice %system %iowait %steal %idle 22:19:21 22:08:01 all 0.19 0.00 0.14 0.00 0.01 99.66 22:19:21 22:08:01 0 0.52 0.00 0.12 0.00 0.00 99.36 22:19:21 22:08:01 1 0.05 0.00 0.14 0.00 0.02 99.80 22:19:21 22:08:01 2 0.10 0.00 0.17 0.00 0.02 99.71 22:19:21 22:08:01 3 0.07 0.00 0.15 0.00 0.00 99.78 22:19:21 22:09:01 all 0.11 0.00 0.03 0.00 0.00 99.85 22:19:21 22:09:01 0 0.40 0.00 0.05 0.00 0.00 99.55 22:19:21 22:09:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:19:21 22:09:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:19:21 22:09:01 3 0.02 0.00 0.02 0.02 0.00 99.95 22:19:21 22:10:01 all 0.18 0.00 0.08 0.04 0.02 99.68 22:19:21 22:10:01 0 0.52 0.00 0.07 0.00 0.02 99.40 22:19:21 22:10:01 1 0.08 0.00 0.12 0.15 0.05 99.60 22:19:21 22:10:01 2 0.05 0.00 0.07 0.00 0.02 99.87 22:19:21 22:10:01 3 0.05 0.00 0.07 0.02 0.00 99.87 22:19:21 22:11:01 all 0.15 0.00 0.04 0.00 0.01 99.80 22:19:21 22:11:01 0 0.53 0.00 0.02 0.00 0.02 99.43 22:19:21 22:11:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:19:21 22:11:01 2 0.03 0.00 0.07 0.00 0.00 99.90 22:19:21 22:11:01 3 0.03 0.00 0.05 0.00 0.02 99.90 22:19:21 22:12:01 all 0.07 0.00 0.03 0.00 0.00 99.90 22:19:21 22:12:01 0 0.15 0.00 0.05 0.00 0.00 99.80 22:19:21 22:12:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:19:21 22:12:01 2 0.05 0.00 0.05 0.00 0.02 99.88 22:19:21 22:12:01 3 0.05 0.00 0.00 0.00 0.00 99.95 22:19:21 22:13:01 all 0.11 0.00 0.03 0.00 0.00 99.87 22:19:21 22:13:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:19:21 22:13:01 1 0.02 0.00 0.00 0.00 0.00 99.98 22:19:21 22:13:01 2 0.07 0.00 0.03 0.00 0.00 99.90 22:19:21 22:13:01 3 0.33 0.00 0.03 0.00 0.00 99.63 22:19:21 22:14:01 all 0.15 0.00 0.02 0.00 0.00 99.83 22:19:21 22:14:01 0 0.05 0.00 0.02 0.00 0.00 99.93 22:19:21 22:14:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:19:21 22:14:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:19:21 22:14:01 3 0.50 0.00 0.02 0.00 0.00 99.48 22:19:21 22:15:01 all 0.16 0.00 0.02 0.01 0.00 99.81 22:19:21 22:15:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:19:21 22:15:01 1 0.03 0.00 0.02 0.02 0.00 99.93 22:19:21 22:15:01 2 0.03 0.00 0.02 0.00 0.02 99.93 22:19:21 22:15:01 3 0.52 0.00 0.02 0.02 0.00 99.45 22:19:21 22:16:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:19:21 22:16:01 0 0.02 0.00 0.05 0.00 0.00 99.93 22:19:21 22:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 22:19:21 22:16:01 2 0.05 0.00 0.05 0.00 0.00 99.90 22:19:21 22:16:01 3 0.53 0.00 0.02 0.00 0.00 99.45 22:19:21 22:17:01 all 0.13 0.00 0.03 0.00 0.00 99.83 22:19:21 22:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 22:19:21 22:17:01 1 0.02 0.00 0.02 0.00 0.00 99.97 22:19:21 22:17:01 2 0.03 0.00 0.05 0.00 0.02 99.90 22:19:21 22:17:01 3 0.45 0.00 0.07 0.00 0.00 99.48 22:19:21 22:18:01 all 0.03 0.00 0.03 0.00 0.01 99.93 22:19:21 22:18:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:19:21 22:18:01 1 0.02 0.00 0.02 0.00 0.02 99.95 22:19:21 22:18:01 2 0.07 0.00 0.03 0.00 0.02 99.88 22:19:21 22:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:19:21 22:19:21 22:18:01 CPU %user %nice %system %iowait %steal %idle 22:19:21 22:19:01 all 4.95 0.00 3.37 2.85 0.05 88.78 22:19:21 22:19:01 0 4.78 0.00 3.80 1.19 0.05 90.18 22:19:21 22:19:01 1 3.79 0.00 2.91 2.12 0.05 91.13 22:19:21 22:19:01 2 5.05 0.00 3.24 4.93 0.05 86.72 22:19:21 22:19:01 3 6.17 0.00 3.55 3.17 0.05 87.06 22:19:21 Average: all 14.20 0.00 6.95 4.72 0.17 73.96 22:19:21 Average: 0 14.30 0.00 7.04 4.64 0.16 73.86 22:19:21 Average: 1 14.26 0.00 6.92 4.71 0.16 73.94 22:19:21 Average: 2 13.86 0.00 6.78 4.69 0.19 74.49 22:19:21 Average: 3 14.37 0.00 7.08 4.86 0.16 73.54 22:19:21 22:19:21 22:19:21