Pull request #3295 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from cad762147c9a378943e78532a4f930cb036be87a+bcbd0cedf9f2274dcd27c77a427114b9dc8b852a (c2d24e12e9a14b29afa52f749d56c1edf1418411) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-31792 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 bcbd0cedf9f2274dcd27c77a427114b9dc8b852a into PR head commit cad762147c9a378943e78532a4f930cb036be87a > 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/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 Merge succeeded, producing cad762147c9a378943e78532a4f930cb036be87a Checking out Revision cad762147c9a378943e78532a4f930cb036be87a (PR-3295) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge bcbd0cedf9f2274dcd27c77a427114b9dc8b852a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" > git rev-list --no-walk 1fca19c294e8bb02ed7fd4e2b7cdfcca2d0fbf55 # timeout=10 First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:21:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:21:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:21:58 ========================================================= 18:21:58 EdgeX Global Pipelines Version Info 18:21:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:21:59 ------------------- 18:21:59 stable info: 18:21:59 ------------------- 18:21:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:21:59 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:21:59 Message: update stable to v1.0.186 18:22:01 ------------------- 18:22:01 experimental info: 18:22:01 ------------------- 18:22:01 Commited By: **** collab-it+edgex@linuxfoundation.org 18:22:01 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:22:01 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:22:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:22:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3295 [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3295 [Pipeline] echo 18:22:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3295 [Pipeline] echo 18:22:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cad762147c9a378943e78532a4f930cb036be87a [Pipeline] echo 18:22:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cad7621 [Pipeline] echo 18:22:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:22:04 provisioning config files... 18:22:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8122159464209470810tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:22:04 ---> docker-login.sh 18:22:04 nexus3.edgexfoundry.org:10001 18:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:05 Configure a credential helper to remove this warning. See 18:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:05 18:22:05 Login Succeeded 18:22:05 nexus3.edgexfoundry.org:10002 18:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:05 Configure a credential helper to remove this warning. See 18:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:05 18:22:05 Login Succeeded 18:22:05 nexus3.edgexfoundry.org:10003 18:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:05 Configure a credential helper to remove this warning. See 18:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:05 18:22:05 Login Succeeded 18:22:05 nexus3.edgexfoundry.org:10004 18:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:05 Configure a credential helper to remove this warning. See 18:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:05 18:22:05 Login Succeeded 18:22:05 docker.io 18:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:22:06 Configure a credential helper to remove this warning. See 18:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:22:06 18:22:06 Login Succeeded 18:22:06 ---> docker-login.sh ends [Pipeline] } 18:22:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:22:06 ++ 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 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/core-command/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo core-command,cmd/core-command/Dockerfile 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/core-data/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo core-data,cmd/core-data/Dockerfile 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/core-metadata/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo core-metadata,cmd/core-metadata/Dockerfile 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/security-bootstrapper/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/security-proxy-setup/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/support-notifications/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo support-notifications,cmd/support-notifications/Dockerfile 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/support-scheduler/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:22:06 + for file in '`ls cmd/**/Dockerfile`' 18:22:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:22:06 ++ cut -d/ -f2 18:22:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:22:06 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 18:22:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:07 18:22:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:22:08 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:08 latest: Pulling from edgex-devops/git-semver 18:22:08 31603596830f: Pulling fs layer 18:22:08 2a8b12db71e7: Pulling fs layer 18:22:08 6ca5941a6612: Pulling fs layer 18:22:08 ecc8261a40a4: Pulling fs layer 18:22:08 ecc8261a40a4: Waiting 18:22:08 2a8b12db71e7: Verifying Checksum 18:22:08 2a8b12db71e7: Download complete 18:22:08 31603596830f: Download complete 18:22:08 ecc8261a40a4: Verifying Checksum 18:22:08 ecc8261a40a4: Download complete 18:22:08 6ca5941a6612: Verifying Checksum 18:22:08 6ca5941a6612: Download complete 18:22:08 31603596830f: Pull complete 18:22:08 2a8b12db71e7: Pull complete 18:22:09 6ca5941a6612: Pull complete 18:22:09 ecc8261a40a4: Pull complete 18:22:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:22:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:22:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:22:09 prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container 18:22:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:22:12 $ docker top 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:22:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:22:12 [ssh-agent] Looking for ssh-agent implementation... 18:22:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:22:13 $ docker exec 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 ssh-agent 18:22:13 SSH_AUTH_SOCK=/tmp/ssh-gWF627P8em2Z/agent.12 18:22:13 SSH_AGENT_PID=18 18:22:13 Running ssh-add (command line suppressed) 18:22:13 Identity added: /w/workspace/edgex-go/7@tmp/private_key_6257519872721830869.key (/w/workspace/edgex-go/7@tmp/private_key_6257519872721830869.key) 18:22:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:22:13 + git tag --points-at HEAD [Pipeline] } 18:22:13 $ docker exec --env ******** --env ******** 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 ssh-agent -k 18:22:14 unset SSH_AUTH_SOCK; 18:22:14 unset SSH_AGENT_PID; 18:22:14 echo Agent pid 18 killed; 18:22:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:22:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:22:14 [ssh-agent] Looking for ssh-agent implementation... 18:22:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:22:14 $ docker exec 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 ssh-agent 18:22:14 SSH_AUTH_SOCK=/tmp/ssh-RVCKu15Llzlk/agent.47 18:22:14 SSH_AGENT_PID=52 18:22:14 Running ssh-add (command line suppressed) 18:22:14 Identity added: /w/workspace/edgex-go/7@tmp/private_key_8694001262560765209.key (/w/workspace/edgex-go/7@tmp/private_key_8694001262560765209.key) 18:22:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:22:15 + git semver init 18:22:15 # -> Open(): unable to determine branch for HEAD 18:22:15 # $GIT_DIR = /w/workspace/edgex-go/7/.git 18:22:15 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 18:22:15 # $SEMVER_REMOTE_NAME = origin 18:22:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:22:15 # $SEMVER_USER_NAME = edgex-jenkins 18:22:15 # $SEMVER_BRANCH = PR-3295 18:22:15 # $SEMVER_TEMP = /tmp/semver-399395782 18:22:15 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:22:41 # '/tmp/semver-399395782' -> '/w/workspace/edgex-go/7/.semver' 18:22:42 # -> Force: false 18:22:42 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 18:22:42 $ docker exec --env ******** --env ******** 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 ssh-agent -k 18:22:42 unset SSH_AUTH_SOCK; 18:22:42 unset SSH_AGENT_PID; 18:22:42 echo Agent pid 52 killed; 18:22:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:22:43 + git semver [Pipeline] } 18:22:43 $ docker stop --time=1 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 18:22:44 $ docker rm -f 6d9200bf2939a4708c706900416987244c88a830d081a157ec7d2410905a8c02 [Pipeline] // withDockerContainer [Pipeline] sh 18:22:45 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:22:45 Stashed 1 file(s) [Pipeline] echo 18:22:45 [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 18:22:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:22:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:22:47 + sudo service docker restart 18:22:47 + true 18:22:47 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:22:47 ========================================================= 18:22:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:22:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:22:48 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:22:52 Sending build context to Docker daemon 328.9MB 18:22:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:22:52 Step 2/6 : FROM ${BASE} 18:22:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:22:52 188c0c94c7c5: Pulling fs layer 18:22:52 0ef7d3d256c8: Pulling fs layer 18:22:52 de9db76c5a1d: Pulling fs layer 18:22:52 bca2f99d35d6: Pulling fs layer 18:22:52 93359f2a8cfa: Pulling fs layer 18:22:52 7c6f9722023f: Pulling fs layer 18:22:52 a35cf1a2eb13: Pulling fs layer 18:22:52 93359f2a8cfa: Waiting 18:22:52 7c6f9722023f: Waiting 18:22:52 bca2f99d35d6: Waiting 18:22:52 a35cf1a2eb13: Waiting 18:22:52 de9db76c5a1d: Download complete 18:22:52 0ef7d3d256c8: Verifying Checksum 18:22:52 0ef7d3d256c8: Download complete 18:22:52 93359f2a8cfa: Verifying Checksum 18:22:52 93359f2a8cfa: Download complete 18:22:52 7c6f9722023f: Verifying Checksum 18:22:52 7c6f9722023f: Download complete 18:22:53 188c0c94c7c5: Verifying Checksum 18:22:53 188c0c94c7c5: Download complete 18:22:53 188c0c94c7c5: Pull complete 18:22:54 0ef7d3d256c8: Pull complete 18:22:54 de9db76c5a1d: Pull complete 18:22:55 a35cf1a2eb13: Verifying Checksum 18:22:55 a35cf1a2eb13: Download complete 18:22:56 bca2f99d35d6: Verifying Checksum 18:22:56 bca2f99d35d6: Download complete 18:23:01 Still waiting to schedule task 18:23:01 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:23:01 bca2f99d35d6: Pull complete 18:23:01 93359f2a8cfa: Pull complete 18:23:01 7c6f9722023f: Pull complete 18:23:06 a35cf1a2eb13: Pull complete 18:23:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:23:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:23:06 ---> a62c8e92a672 18:23:06 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 18:23:06 ---> Running in c416bcaed321 18:23:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:23:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:23:08 (1/12) Installing libmagic (5.38-r0) 18:23:08 (2/12) Installing file (5.38-r0) 18:23:09 (3/12) Installing libc-dev (0.7.2-r3) 18:23:09 (4/12) Installing g++ (9.3.0-r2) 18:23:28 (5/12) Installing fortify-headers (1.1-r0) 18:23:28 (6/12) Installing patch (2.7.6-r6) 18:23:28 (7/12) Installing build-base (0.5-r2) 18:23:28 (8/12) Installing libsodium (1.0.18-r0) 18:23:28 (9/12) Installing pkgconf (1.7.2-r0) 18:23:28 (10/12) Installing libsodium-dev (1.0.18-r0) 18:23:28 (11/12) Installing libzmq (4.3.3-r0) 18:23:28 (12/12) Installing zeromq-dev (4.3.3-r0) 18:23:28 Executing busybox-1.31.1-r19.trigger 18:23:28 OK: 233 MiB in 51 packages 18:23:32 Removing intermediate container c416bcaed321 18:23:32 ---> fdf91b28cde0 18:23:32 Step 4/6 : WORKDIR /edgex-go 18:23:32 ---> Running in 99f0a5a1b960 18:23:32 Removing intermediate container 99f0a5a1b960 18:23:32 ---> 0f085479847b 18:23:32 Step 5/6 : COPY go.mod . 18:23:32 ---> 6f7c82fc7425 18:23:32 Step 6/6 : RUN go mod download 18:23:32 ---> Running in 56ce84e39e18 18:23:54 Removing intermediate container 56ce84e39e18 18:23:54 ---> 0d97d2234603 18:23:54 Successfully built 0d97d2234603 18:23:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:23:55 + docker inspect -f . ci-base-image-x86_64 18:23:55 . [Pipeline] withDockerContainer 18:23:55 prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container 18:23:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:23:56 $ docker top 13c1f5631052e9c29621c7feac869c6eabd73db454ead2fea18938807b009a8d -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:56 + go version 18:23:56 go version go1.15.5 linux/amd64 [Pipeline] } 18:23:56 $ docker stop --time=1 13c1f5631052e9c29621c7feac869c6eabd73db454ead2fea18938807b009a8d 18:23:57 $ docker rm -f 13c1f5631052e9c29621c7feac869c6eabd73db454ead2fea18938807b009a8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:23:58 + docker inspect -f . ci-base-image-x86_64 18:23:58 . [Pipeline] withDockerContainer 18:23:58 prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container 18:23:58 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:23:59 $ docker top 032cb4d8803598fa33c1ecb798af25592c7cfb75d2b1f0daeb1cc7809e4b25ef -eo pid,comm [Pipeline] { [Pipeline] echo 18:23:59 ========================================================= 18:23:59 [edgeXBuildGoParallel] Running Tests and Build... 18:23:59 ========================================================= [Pipeline] sh 18:23:59 + make test 18:23:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:24:10 ? github.com/edgexfoundry/edgex-go [no test files] 18:24:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:24:30 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:24:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:24:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:24:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:24:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:24:34 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:24:34 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:24:35 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:24:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:24:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:24:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:24:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:24:40 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements 18:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:24:40 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:24:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements 18:24:40 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.098s coverage: 100.0% of statements 18:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.183s coverage: 27.1% of statements 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.123s coverage: 71.3% of statements 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.157s coverage: 82.9% of statements 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:24:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.064s coverage: 78.9% of statements 18:24:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:24:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:24:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:24:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:24:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.165s coverage: 86.7% of statements 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:24:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.165s coverage: 97.5% of statements 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:24:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.085s coverage: 78.3% of statements 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:24:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:24:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:24:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.050s coverage: 58.8% of statements 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:24:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.095s coverage: 1.0% of statements 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:24:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 47.1% of statements 18:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.067s coverage: 79.5% of statements 18:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.075s coverage: 94.1% of statements 18:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements 18:24:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 18:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements 18:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements 18:25:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.274s coverage: 82.6% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.092s coverage: 92.9% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.113s coverage: 87.2% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.114s coverage: 91.6% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 64.4% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 69.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.123s coverage: 38.4% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.125s coverage: 47.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.144s coverage: 87.1% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.756s coverage: 29.1% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.060s coverage: 99.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.097s coverage: 94.6% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:25:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements 18:25:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:25:15 GO111MODULE=on go vet ./... 18:25:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31797 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws 18:25:21 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 18:25:26 using credential edgex-jenkins-ssh 18:25:26 Cloning the remote Git repository 18:25:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:25:27 > git init /w/workspace/edgex-go/7 # timeout=10 18:25:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:25:27 > git --version # timeout=10 18:25:27 > git --version # 'git version 2.17.1' 18:25:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:42 gofmt -l . 18:25:42 [ "`gofmt -l .`" = "" ] 18:25:43 ./bin/test-go-mod-tidy.sh 18:25:43 ./bin/test-attribution-txt.sh [Pipeline] sh 18:25:44 + ls -al . 18:25:44 total 780 18:25:44 drwxrwxr-x 10 1001 1001 4096 Mar 29 18:25 . 18:25:44 drwxr-xr-x 4 root root 28 Mar 29 18:23 .. 18:25:44 -rw-rw-r-- 1 1001 1001 11 Mar 29 18:21 .dockerignore 18:25:44 drwxrwxr-x 8 1001 1001 179 Mar 29 18:21 .git 18:25:44 drwxrwxr-x 3 1001 1001 125 Mar 29 18:21 .github 18:25:44 -rw-rw-r-- 1 1001 1001 818 Mar 29 18:21 .gitignore 18:25:44 drwx------ 3 1001 1001 60 Mar 29 18:22 .semver 18:25:44 -rw-rw-r-- 1 1001 1001 166 Mar 29 18:21 .sonarcloud.properties 18:25:44 -rw-rw-r-- 1 1001 1001 8607 Mar 29 18:21 Attribution.txt 18:25:44 -rw-rw-r-- 1 1001 1001 3804 Mar 29 18:21 CONTRIBUTING.md 18:25:44 -rw-rw-r-- 1 1001 1001 931 Mar 29 18:21 Dockerfile.build 18:25:44 -rw-rw-r-- 1 1001 1001 863 Mar 29 18:21 Jenkinsfile 18:25:44 -rw-rw-r-- 1 1001 1001 10775 Mar 29 18:21 LICENSE 18:25:44 -rw-rw-r-- 1 1001 1001 5774 Mar 29 18:21 Makefile 18:25:44 -rw-rw-r-- 1 1001 1001 6548 Mar 29 18:21 README.md 18:25:44 -rw-rw-r-- 1 1001 1001 6755 Mar 29 18:21 SECURITY.md 18:25:44 -rw-rw-r-- 1 1001 1001 5 Mar 29 18:22 VERSION 18:25:44 -rw-rw-r-- 1 1001 1001 4131 Mar 29 18:21 ZMQWindows.md 18:25:44 drwxrwxr-x 2 1001 1001 117 Mar 29 18:21 bin 18:25:44 drwxrwxr-x 14 1001 1001 4096 Mar 29 18:21 cmd 18:25:44 -rw-r--r-- 1 root root 668090 Mar 29 18:25 coverage.out 18:25:44 -rw-r--r-- 1 root root 1056 Mar 29 18:25 go.mod 18:25:44 -rw-r--r-- 1 root root 22530 Mar 29 18:25 go.sum 18:25:44 drwxrwxr-x 8 1001 1001 127 Mar 29 18:21 internal 18:25:44 drwxrwxr-x 4 1001 1001 26 Mar 29 18:21 openapi 18:25:44 drwxrwxr-x 4 1001 1001 71 Mar 29 18:21 snap 18:25:44 -rw-rw-r-- 1 1001 1001 168 Mar 29 18:21 version.go [Pipeline] sh 18:25:45 + '[' -e coverage.out ] 18:25:45 + chown 1001:1001 coverage.out [Pipeline] stash 18:25:45 Stashed 1 file(s) [Pipeline] sh 18:25:45 + make build 18:25:45 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 18:25:47 Merging remotes/origin/master commit bcbd0cedf9f2274dcd27c77a427114b9dc8b852a into PR head commit cad762147c9a378943e78532a4f930cb036be87a 18:25:47 Merge succeeded, producing cad762147c9a378943e78532a4f930cb036be87a 18:25:47 Checking out Revision cad762147c9a378943e78532a4f930cb036be87a (PR-3295) 18:25:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:25:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:25:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:25:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:25:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:25:47 > git config core.sparsecheckout # timeout=10 18:25:47 > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 18:25:47 > git remote # timeout=10 18:25:47 > git config --get remote.origin.url # timeout=10 18:25:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:25:47 > git merge bcbd0cedf9f2274dcd27c77a427114b9dc8b852a # timeout=10 18:25:47 > git rev-parse HEAD^{commit} # timeout=10 18:25:47 > git config core.sparsecheckout # timeout=10 18:25:47 > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 18:25:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:25:52 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:25:53 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:25:53 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:25:54 + true 18:25:54 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:25:56 provisioning config files... 18:25:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5384948976096315721tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:25:56 ---> docker-login.sh 18:25:56 nexus3.edgexfoundry.org:10001 18:25:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:25:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:58 Configure a credential helper to remove this warning. See 18:25:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:58 18:25:58 Login Succeeded 18:25:58 nexus3.edgexfoundry.org:10002 18:25:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:58 Configure a credential helper to remove this warning. See 18:25:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:58 18:25:58 Login Succeeded 18:25:58 nexus3.edgexfoundry.org:10003 18:25:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:25:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:59 Configure a credential helper to remove this warning. See 18:25:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:59 18:25:59 Login Succeeded 18:25:59 nexus3.edgexfoundry.org:10004 18:25:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:25:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:25:59 Configure a credential helper to remove this warning. See 18:25:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:25:59 18:25:59 Login Succeeded 18:25:59 docker.io 18:26:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:26:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:26:00 Configure a credential helper to remove this warning. See 18:26:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:26:00 18:26:00 Login Succeeded 18:26:00 ---> docker-login.sh ends [Pipeline] } 18:26:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:26:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:26:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [Pipeline] echo 18:26:00 ========================================================= 18:26:00 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:26:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:26:01 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:26:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:26:03 Sending build context to Docker daemon 166.9MB 18:26:03 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:26:03 Step 2/6 : FROM ${BASE} 18:26:03 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:26:03 5f621e34cdf4: Pulling fs layer 18:26:03 a4357932f1b6: Pulling fs layer 18:26:03 18c013af1878: Pulling fs layer 18:26:03 00ac8860ef70: Pulling fs layer 18:26:03 63d7cb157983: Pulling fs layer 18:26:03 b116817d02f9: Pulling fs layer 18:26:03 745a02a5169b: Pulling fs layer 18:26:03 00ac8860ef70: Waiting 18:26:03 63d7cb157983: Waiting 18:26:03 b116817d02f9: Waiting 18:26:03 745a02a5169b: Waiting 18:26:03 18c013af1878: Verifying Checksum 18:26:03 18c013af1878: Download complete 18:26:03 a4357932f1b6: Verifying Checksum 18:26:03 a4357932f1b6: Download complete 18:26:03 63d7cb157983: Verifying Checksum 18:26:03 63d7cb157983: Download complete 18:26:03 b116817d02f9: Verifying Checksum 18:26:03 b116817d02f9: Download complete 18:26:03 5f621e34cdf4: Verifying Checksum 18:26:03 5f621e34cdf4: Download complete 18:26:04 5f621e34cdf4: Pull complete 18:26:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:26:05 a4357932f1b6: Pull complete 18:26:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:26:05 18c013af1878: Pull complete 18:26:06 745a02a5169b: Verifying Checksum 18:26:06 745a02a5169b: Download complete 18:26:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:26:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:26:08 00ac8860ef70: Verifying Checksum 18:26:08 00ac8860ef70: Download complete 18:26:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:26:11 $ docker stop --time=1 032cb4d8803598fa33c1ecb798af25592c7cfb75d2b1f0daeb1cc7809e4b25ef 18:26:13 $ docker rm -f 032cb4d8803598fa33c1ecb798af25592c7cfb75d2b1f0daeb1cc7809e4b25ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:16 18:26:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:26:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:16 latest: Pulling from edgex-devops/edgex-compose 18:26:16 cbdbe7a5bc2a: Pulling fs layer 18:26:16 ca9280d653b3: Pulling fs layer 18:26:16 7e9c9ca2126c: Pulling fs layer 18:26:16 cbdbe7a5bc2a: Verifying Checksum 18:26:16 cbdbe7a5bc2a: Download complete 18:26:17 ca9280d653b3: Verifying Checksum 18:26:17 ca9280d653b3: Download complete 18:26:17 cbdbe7a5bc2a: Pull complete 18:26:18 00ac8860ef70: Pull complete 18:26:18 ca9280d653b3: Pull complete 18:26:18 7e9c9ca2126c: Download complete 18:26:18 63d7cb157983: Pull complete 18:26:18 b116817d02f9: Pull complete 18:26:23 745a02a5169b: Pull complete 18:26:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:26:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:26:23 ---> b7e6874047d6 18:26:23 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 18:26:24 7e9c9ca2126c: Pull complete 18:26:25 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:26:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:25 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:26:25 prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container 18:26:25 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:26:26 ---> Running in 6214ea81ad50 18:26:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:26:27 $ docker top b012dba3cfdfde8591a507fc80510ed37e2a2570ce4c361704bad72d7624bf45 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:26:28 + docker-compose build --help 18:26:28 + grep parallel 18:26:29 (1/12) Installing libmagic (5.38-r0) 18:26:29 --parallel Build images in parallel. [Pipeline] } 18:26:29 $ docker stop --time=1 b012dba3cfdfde8591a507fc80510ed37e2a2570ce4c361704bad72d7624bf45 18:26:29 (2/12) Installing file (5.38-r0) 18:26:29 (3/12) Installing libc-dev (0.7.2-r3) 18:26:29 (4/12) Installing g++ (9.3.0-r2) 18:26:30 $ docker rm -f b012dba3cfdfde8591a507fc80510ed37e2a2570ce4c361704bad72d7624bf45 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:31 . [Pipeline] withDockerContainer 18:26:31 prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container 18:26:31 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:26:32 $ docker top edb0ca278a94fa00b026c2a9115e5052b139ec5784e1126981ee3c3cca7ba8c3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:32 + docker-compose -f ./docker-compose-build.yml build --parallel 18:26:33 Building docker-core-command-go ... 18:26:33 Building docker-core-data-go ... 18:26:33 Building docker-core-metadata-go ... 18:26:33 Building docker-security-bootstrapper-go ... 18:26:33 Building docker-security-proxy-setup-go ... 18:26:33 Building docker-security-secretstore-setup-go ... 18:26:33 Building docker-support-notifications-go ... 18:26:33 Building docker-support-scheduler-go ... 18:26:33 Building docker-sys-mgmt-agent-go ... 18:26:33 Building docker-sys-mgmt-agent-go 18:26:33 Building docker-core-data-go 18:26:33 Building docker-security-bootstrapper-go 18:26:33 Building docker-support-notifications-go 18:26:33 Building docker-core-command-go 18:26:42 (5/12) Installing fortify-headers (1.1-r0) 18:26:42 (6/12) Installing patch (2.7.6-r6) 18:26:42 (7/12) Installing build-base (0.5-r2) 18:26:42 (8/12) Installing libsodium (1.0.18-r0) 18:26:42 (9/12) Installing pkgconf (1.7.2-r0) 18:26:42 (10/12) Installing libsodium-dev (1.0.18-r0) 18:26:42 (11/12) Installing libzmq (4.3.3-r0) 18:26:42 (12/12) Installing zeromq-dev (4.3.3-r0) 18:26:42 Executing busybox-1.31.1-r19.trigger 18:26:42 OK: 217 MiB in 51 packages 18:26:46 Removing intermediate container 6214ea81ad50 18:26:46 ---> 9226dc407e29 18:26:46 Step 4/6 : WORKDIR /edgex-go 18:26:46 ---> Running in 1a00efdbc368 18:26:47 Removing intermediate container 1a00efdbc368 18:26:47 ---> ccc8d9b9f7bb 18:26:47 Step 5/6 : COPY go.mod . 18:26:47 ---> a9576d3e1c55 18:26:47 Step 6/6 : RUN go mod download 18:26:47 ---> Running in dab7ab757418 18:27:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:12 18:27:12 Step 2/31 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:12 18:27:12 ---> 0d97d2234603 18:27:12 Step 3/22 : WORKDIR /edgex-go 18:27:12 ---> 0d97d2234603 18:27:12 Step 3/31 : WORKDIR /edgex-go 18:27:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:12 ---> 0d97d2234603 18:27:12 Step 3/23 : WORKDIR /edgex-go 18:27:12 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:12 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:27:12 ---> 0d97d2234603 18:27:12 Step 3/26 : WORKDIR /edgex-go 18:27:12 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:12 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:12 ---> 0d97d2234603 18:27:12 Step 3/23 : WORKDIR /edgex-go 18:27:12 ---> Running in 50463249a123 18:27:12 ---> Running in d768bed01706 18:27:12 ---> Running in 8f8a7129d2a8 18:27:12 ---> Running in 12314f2ec79f 18:27:12 ---> Running in 7388a6762581 18:27:12 Removing intermediate container 8f8a7129d2a8 18:27:12 ---> 7e4861fe113e 18:27:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:12 Removing intermediate container 50463249a123 18:27:12 ---> 341eeccb2257 18:27:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:12 Removing intermediate container 7388a6762581 18:27:12 ---> 67001e699f20 18:27:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:12 Removing intermediate container 12314f2ec79f 18:27:12 ---> 54306d384792 18:27:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:12 Removing intermediate container d768bed01706 18:27:12 ---> 3c0b3b933629 18:27:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:12 ---> Running in 90285fd106e9 18:27:12 ---> Running in 9cca0dc06879 18:27:12 ---> Running in 184414b2f04b 18:27:12 ---> Running in bcdde42f4c0d 18:27:12 ---> Running in cad46c3093a0 18:27:12 Removing intermediate container 90285fd106e9 18:27:12 ---> 8aeeb0b3f307 18:27:12 Step 5/23 : RUN apk add --update --no-cache make git 18:27:12 ---> Running in e8da36169410 18:27:12 Removing intermediate container 9cca0dc06879 18:27:12 ---> ca36f87f688b 18:27:12 Step 5/31 : RUN apk add --update --no-cache make git 18:27:12 ---> Running in 8a925de11ea7 18:27:12 Removing intermediate container 184414b2f04b 18:27:12 ---> ad606be5cce6 18:27:12 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:27:12 Removing intermediate container cad46c3093a0 18:27:12 ---> 2835b55bf456 18:27:12 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:27:12 ---> Running in 028e3dbe0f18 18:27:12 Removing intermediate container bcdde42f4c0d 18:27:12 ---> 417466aa8ad7 18:27:12 Step 5/26 : RUN apk add --update --no-cache make bash git 18:27:12 ---> Running in 2dd41633b16e 18:27:12 ---> Running in 9c064036ff40 18:27:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:14 OK: 233 MiB in 51 packages 18:27:14 OK: 233 MiB in 51 packages 18:27:14 OK: 233 MiB in 51 packages 18:27:14 OK: 233 MiB in 51 packages 18:27:14 OK: 233 MiB in 51 packages 18:27:14 Removing intermediate container dab7ab757418 18:27:14 ---> b7b0518f17d6 18:27:14 Successfully built b7b0518f17d6 18:27:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:27:14 Removing intermediate container e8da36169410 18:27:14 ---> 5c77d921606d 18:27:14 Step 6/23 : COPY go.mod . 18:27:15 Removing intermediate container 8a925de11ea7 18:27:15 ---> e3aae60b1781 18:27:15 Step 6/31 : COPY go.mod . 18:27:15 + docker inspect -f . ci-base-image-arm64 18:27:15 . [Pipeline] withDockerContainer 18:27:15 ---> d2327675edee 18:27:15 Step 7/23 : RUN go mod download 18:27:15 ---> Running in 23277e3d61a0 18:27:15 prd-ubuntu18.04-docker-arm64-4c-16g-31797 does not seem to be running inside a container 18:27:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:27:15 ---> 24efedda8512 18:27:15 Step 7/31 : RUN go mod download 18:27:15 Removing intermediate container 9c064036ff40 18:27:15 ---> 0de11992ad62 18:27:15 Step 6/26 : COPY go.mod . 18:27:15 Removing intermediate container 028e3dbe0f18 18:27:15 ---> b485df07f882 18:27:15 Step 6/22 : COPY go.mod . 18:27:15 ---> Running in 9f448bf82847 18:27:16 Removing intermediate container 2dd41633b16e 18:27:16 ---> 396b31068105 18:27:16 Step 6/23 : COPY go.mod . 18:27:16 ---> e77ac5a789d7 18:27:16 Step 7/26 : RUN go mod download 18:27:16 ---> 41a272e8b856 18:27:16 Step 7/22 : RUN go mod download 18:27:16 ---> Running in 60974589863f 18:27:16 ---> Running in 096119a72aad 18:27:16 ---> 70249cc3ef8d 18:27:16 Step 7/23 : RUN go mod download 18:27:16 ---> Running in 48c050042496 18:27:17 $ docker top 569f62c1a84975eb3b9c3b25a418bbee964cfee8b250ba588c6a0a72f1fd3767 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:18 Removing intermediate container 9f448bf82847 18:27:18 ---> 23e2abcfd0d5 18:27:18 Step 8/31 : COPY . . 18:27:18 + go version 18:27:18 go version go1.15.5 linux/arm64 [Pipeline] } 18:27:18 $ docker stop --time=1 569f62c1a84975eb3b9c3b25a418bbee964cfee8b250ba588c6a0a72f1fd3767 18:27:18 Removing intermediate container 23277e3d61a0 18:27:18 ---> 35c63088601a 18:27:18 Step 8/23 : COPY . . 18:27:18 Removing intermediate container 60974589863f 18:27:18 ---> bf30b1425e6b 18:27:18 Step 8/26 : COPY . . 18:27:20 $ docker rm -f 569f62c1a84975eb3b9c3b25a418bbee964cfee8b250ba588c6a0a72f1fd3767 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:21 + docker inspect -f . ci-base-image-arm64 18:27:21 . [Pipeline] withDockerContainer 18:27:21 prd-ubuntu18.04-docker-arm64-4c-16g-31797 does not seem to be running inside a container 18:27:21 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:27:22 Removing intermediate container 096119a72aad 18:27:22 ---> 365fda70a643 18:27:22 Step 8/22 : COPY . . 18:27:23 $ docker top af4a197360e0ede8101d2f6bcd5a6bfc22ac75f7ea48b1ba717d1dcd0a895f54 -eo pid,comm [Pipeline] { [Pipeline] echo 18:27:23 ========================================================= 18:27:23 [edgeXBuildGoParallel] Running Tests and Build... 18:27:23 ========================================================= [Pipeline] sh 18:27:24 + make test 18:27:24 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:27:24 Removing intermediate container 48c050042496 18:27:24 ---> de83575740bb 18:27:24 Step 8/23 : COPY . . 18:27:50 ? github.com/edgexfoundry/edgex-go [no test files] 18:28:03 ---> 8f7fd43538e7 18:28:03 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:28:03 ---> Running in 6f2146a989d0 18:28:03 ---> 8a95567e2bde 18:28:03 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:28:03 ---> 9e2780f0a4a3 18:28:03 Step 9/23 : RUN make cmd/core-command/core-command 18:28:03 ---> Running in 4ebe2d646b2d 18:28:03 ---> 9dfe6ed4b33a 18:28:03 Step 9/23 : RUN make cmd/core-data/core-data 18:28:03 ---> 88765e2968d5 18:28:03 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:28:03 ---> Running in f66b41e11b4e 18:28:03 ---> Running in b356dbf841c9 18:28:03 ---> Running in b56446a4483d 18:28:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:28:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:28:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:28:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:28:03 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 18:28:38 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:28:43 Removing intermediate container 4ebe2d646b2d 18:28:43 ---> acd492584508 18:28:43 18:28:43 Step 10/31 : FROM alpine:3.12 18:28:43 3.12: Pulling from library/alpine 18:28:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:28:46 Removing intermediate container 6f2146a989d0 18:28:46 ---> 5deac8894878 18:28:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:28:46 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 18:28:46 Status: Downloaded newer image for alpine:3.12 18:28:46 ---> 42cb162f0360 18:28:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:28:48 ---> Running in 8944f01c3b5a 18:28:48 ---> Running in 25cf6543b50c 18:28:48 Removing intermediate container b56446a4483d 18:28:48 ---> 904d6b4026b0 18:28:48 18:28:48 Step 10/22 : FROM alpine:3.12 18:28:48 ---> 42cb162f0360 18:28:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:28:48 Removing intermediate container f66b41e11b4e 18:28:48 ---> 25709515822a 18:28:48 18:28:48 Step 10/23 : FROM alpine:3.12 18:28:48 ---> 42cb162f0360 18:28:48 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:28:48 ---> Running in 092f479112e3 18:28:48 ---> Running in e35bfb679ba7 18:28:48 Removing intermediate container 25cf6543b50c 18:28:48 ---> 939b7ff52420 18:28:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:28:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:28:49 ---> Running in 90ba97f893ec 18:28:50 Removing intermediate container b356dbf841c9 18:28:50 ---> 301e153daff6 18:28:50 18:28:50 Step 10/23 : FROM alpine:3.12 18:28:50 ---> 42cb162f0360 18:28:50 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:28:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:51 ---> Running in 31aba4461cc2 18:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:51 (1/2) Installing ca-certificates (20191127-r4) 18:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:51 (2/2) Installing dumb-init (1.2.2-r1) 18:28:51 Executing busybox-1.31.1-r19.trigger 18:28:51 Executing ca-certificates-20191127-r4.trigger 18:28:51 Removing intermediate container 31aba4461cc2 18:28:51 ---> bd0c37203d8b 18:28:51 Step 12/23 : ENV APP_PORT=48080 18:28:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:51 (1/1) Installing dumb-init (1.2.2-r1) 18:28:51 Executing busybox-1.31.1-r19.trigger 18:28:51 OK: 6 MiB in 15 packages 18:28:51 OK: 6 MiB in 16 packages 18:28:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:52 ---> Running in ebe3c6fa17a9 18:28:52 (1/2) Installing dumb-init (1.2.2-r1) 18:28:52 (2/2) Installing su-exec (0.2-r1) 18:28:52 Executing busybox-1.31.1-r19.trigger 18:28:52 OK: 6 MiB in 16 packages 18:28:52 Removing intermediate container ebe3c6fa17a9 18:28:52 ---> 8081f817b6dc 18:28:52 Step 13/23 : EXPOSE $APP_PORT 18:28:52 ---> Running in a07860e6e1ff 18:28:52 Removing intermediate container 8944f01c3b5a 18:28:52 ---> ba2f57423c89 18:28:52 18:28:52 Step 11/26 : FROM docker:20.10.0 18:28:52 20.10.0: Pulling from library/docker 18:28:53 Removing intermediate container e35bfb679ba7 18:28:53 ---> 0b579166a339 18:28:53 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:28:53 ---> Running in 86877bbb2e18 18:28:53 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:28:53 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:28:53 Removing intermediate container a07860e6e1ff 18:28:53 ---> 1a6e39ac932b 18:28:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:54 Removing intermediate container 90ba97f893ec 18:28:54 ---> b5b6f847e48a 18:28:54 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:28:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:28:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:28:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:28:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:28:54 Removing intermediate container 092f479112e3 18:28:54 ---> 36e35adadb0a 18:28:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:28:55 Removing intermediate container 86877bbb2e18 18:28:55 ---> 2c07dbd2859f 18:28:55 Step 13/23 : ENV APP_PORT=48082 18:28:55 ---> Running in 8e3a5c4801a9 18:28:55 ---> Running in 84c640b13eee 18:28:55 ---> Running in 1a8598662fbb 18:28:55 ---> Running in ff0b53cece01 18:28:55 Removing intermediate container 84c640b13eee 18:28:55 ---> 4aa4c77b0198 18:28:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:28:55 Removing intermediate container 1a8598662fbb 18:28:55 ---> 1b7cf7270aed 18:28:55 Step 13/22 : ENV APP_PORT=48060 18:28:55 Removing intermediate container ff0b53cece01 18:28:55 ---> 9fe982f92fdd 18:28:55 Step 14/23 : EXPOSE $APP_PORT 18:28:56 ---> Running in 84bbb9b8ada1 18:28:56 ---> Running in f0ed55709623 18:28:56 ---> Running in 21f2c951d12d 18:28:56 Removing intermediate container 84bbb9b8ada1 18:28:56 ---> f1112b091b03 18:28:56 Step 14/22 : EXPOSE $APP_PORT 18:28:56 Removing intermediate container f0ed55709623 18:28:56 ---> 721ed6d87391 18:28:56 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:28:56 Removing intermediate container 21f2c951d12d 18:28:56 ---> 86bddc93c4e9 18:28:56 Step 15/23 : WORKDIR / 18:28:56 ---> Running in fb4f049a56a4 18:28:56 ---> Running in 67230e4267dc 18:28:56 ---> Running in 6cf7630ed145 18:28:57 Removing intermediate container fb4f049a56a4 18:28:57 ---> 02d3113ef4d8 18:28:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:57 Removing intermediate container 6cf7630ed145 18:28:57 ---> e10986e2a87a 18:28:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:57 Removing intermediate container 8e3a5c4801a9 18:28:57 ---> 7a59cd144402 18:28:57 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:28:57 ---> c52f01c91333 18:28:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:28:57 ---> Running in c8a9e7bcc759 18:28:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:28:57 ---> 1dc7cc480025 18:28:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:28:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:28:58 ---> 9f987d82b750 18:28:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:28:58 ---> 7f234b890835 18:28:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:28:58 Removing intermediate container 67230e4267dc 18:28:58 ---> 89d115329482 18:28:58 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:28:59 ---> 016589713dd7 18:28:59 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:28:59 ---> Running in a90573aa2a47 18:28:59 ---> Running in 5d130fd1be9e 18:28:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:59 ---> 9ae023eea25b 18:28:59 Step 19/23 : ENTRYPOINT ["/core-command"] 18:28:59 Removing intermediate container a90573aa2a47 18:28:59 ---> d096343c32e3 18:28:59 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:28:59 ---> Running in b4b1f57b241c 18:28:59 Removing intermediate container 5d130fd1be9e 18:28:59 ---> c846c39a0a84 18:28:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:59 ---> Running in d03385f7be16 18:28:59 Removing intermediate container b4b1f57b241c 18:28:59 ---> 1fa1fb2c681b 18:28:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:59 ---> Running in dedaadcf9a47 18:28:59 ---> 85942807113f 18:28:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:28:59 Removing intermediate container d03385f7be16 18:28:59 ---> 9ca5492c3212 18:28:59 Step 20/22 : LABEL arch=x86_64 18:29:00 ---> Running in f7bb071843fe 18:29:00 ---> Running in b2e438e843b7 18:29:00 Removing intermediate container dedaadcf9a47 18:29:00 ---> 5d36ee92f4c2 18:29:00 Step 21/23 : LABEL arch=x86_64 18:29:00 (1/6) Installing dumb-init (1.2.2-r1) 18:29:00 (2/6) Installing libgcc (9.3.0-r2) 18:29:00 (3/6) Installing libsodium (1.0.18-r0) 18:29:00 ---> Running in 73aece247f73 18:29:00 Removing intermediate container b2e438e843b7 18:29:00 ---> 4b2586af8a17 18:29:00 Step 21/22 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:29:00 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:29:00 Status: Downloaded newer image for docker:20.10.0 18:29:00 ---> aefe523efa57 18:29:00 Step 12/26 : RUN apk add --no-cache bash 18:29:00 ---> Running in e7cea9065fa5 18:29:01 (4/6) Installing libstdc++ (9.3.0-r2) 18:29:01 ---> Running in 98a7ae025cbd 18:29:01 Removing intermediate container 73aece247f73 18:29:01 ---> d387295ab02d 18:29:01 Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:29:01 ---> Running in ad0cacc5f347 18:29:01 Removing intermediate container e7cea9065fa5 18:29:01 ---> 43dd25df01d6 18:29:01 Step 22/22 : LABEL version=0.0.0 18:29:01 (5/6) Installing libzmq (4.3.3-r0) 18:29:01 ---> Running in 78cb28276491 18:29:01 Removing intermediate container ad0cacc5f347 18:29:01 ---> 9872b21197ab 18:29:01 Step 23/23 : LABEL version=0.0.0 18:29:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:01 (6/6) Installing zeromq (4.3.3-r0) 18:29:01 ---> Running in de98c26383de 18:29:02 Executing busybox-1.31.1-r19.trigger 18:29:02 OK: 8 MiB in 20 packages 18:29:02 Removing intermediate container 78cb28276491 18:29:02 ---> b7da0a243565 18:29:02 18:29:02 (1/2) Installing readline (8.0.4-r0) 18:29:02 (2/2) Installing bash (5.0.17-r0) 18:29:02 Removing intermediate container f7bb071843fe 18:29:02 ---> 295c643089c5 18:29:02 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:02 Executing bash-5.0.17-r0.post-install 18:29:02 Executing busybox-1.31.1-r19.trigger 18:29:02 OK: 12 MiB in 22 packages 18:29:02 Removing intermediate container de98c26383de 18:29:02 ---> 33bb19167330 18:29:02 18:29:02 Successfully built b7da0a243565 18:29:02 Successfully built 33bb19167330 18:29:02 Successfully tagged docker-support-notifications-go:latest 18:29:02 Successfully tagged docker-core-command-go:latest 18:29:02 Building docker-security-proxy-setup-go 18:29:02  Building docker-support-notifications-go ... done  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go 18:29:02 ---> ed71de605943 18:29:02 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:29:03 Removing intermediate container c8a9e7bcc759 18:29:03 ---> 737a1c21e461 18:29:03 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:04 Removing intermediate container 98a7ae025cbd 18:29:04 ---> 6092af2d1743 18:29:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:29:06 ---> Running in 3fd4ce2c7456 18:29:06 ---> 4bb9c8b2d495 18:29:06 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:29:06 ---> 6aae516b54f6 18:29:06 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:29:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:29:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:29:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:29:09 Removing intermediate container 3fd4ce2c7456 18:29:09 ---> 2b1169a40e5c 18:29:09 Step 14/26 : ENV APP_PORT=48090 18:29:10 ---> 0f8347818c0d 18:29:10 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:29:10 ---> ecd9a52ac60d 18:29:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:29:10 ---> Running in b7643a3cae90 18:29:11 ---> d3b1e76eb5a7 18:29:11 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:29:11 Removing intermediate container b7643a3cae90 18:29:11 ---> fd716ba41e2b 18:29:11 Step 15/26 : EXPOSE $APP_PORT 18:29:11 ---> ece620bc7557 18:29:11 Step 19/23 : ENTRYPOINT ["/core-data"] 18:29:11 ---> Running in 1606d03f5028 18:29:11 ---> Running in 5528f092a71e 18:29:11 ---> 0a34795b209b 18:29:11 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:29:11 Removing intermediate container 1606d03f5028 18:29:11 ---> 5db4eb29add4 18:29:11 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:29:11 ---> Running in 6411562524e7 18:29:11 Removing intermediate container 5528f092a71e 18:29:11 ---> 975c7e239279 18:29:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:11 ---> Running in dcf785c8c322 18:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.378s coverage: 45.9% of statements 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:29:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.167s coverage: 19.8% of statements 18:29:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.225s coverage: 100.0% of statements 18:29:13 Removing intermediate container 6411562524e7 18:29:13 ---> 7da67a86b45e 18:29:13 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:29:13 Removing intermediate container dcf785c8c322 18:29:13 ---> 642c01147736 18:29:13 Step 21/23 : LABEL arch=x86_64 18:29:14 ---> bff5526c619f 18:29:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:29:15 ---> Running in a96d683b0ef2 18:29:17 ---> efe566f9c097 18:29:17 Step 26/31 : RUN chmod +x /entrypoint.sh 18:29:18 ---> efa817b929de 18:29:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:29:18 Removing intermediate container a96d683b0ef2 18:29:18 ---> 27cc43573b29 18:29:18 Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:29:18 ---> Running in 3282802e971b 18:29:19 ---> Running in a974de27b71e 18:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.585s coverage: 27.1% of statements 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.148s coverage: 100.0% of statements 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.131s coverage: 100.0% of statements 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:29:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.279s coverage: 71.3% of statements 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:29:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:29:20 ---> e542f6de270c 18:29:20 Step 19/26 : RUN apk --no-cache add py3-pip 18:29:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.525s coverage: 82.9% of statements 18:29:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:29:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:29:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.180s coverage: 78.9% of statements 18:29:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:29:22 ---> Running in e497eacd5462 18:29:22 Removing intermediate container a974de27b71e 18:29:22 ---> e1b106fd600d 18:29:22 Step 23/23 : LABEL version=0.0.0 18:29:23 ---> Running in 4da484d167c6 18:29:23 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:29:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:29:23 ---> 0d97d2234603 18:29:23 Step 3/21 : WORKDIR /edgex-go 18:29:23 ---> Using cache 18:29:23 ---> 3c0b3b933629 18:29:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:23 ---> Using cache 18:29:23 ---> 2835b55bf456 18:29:23 Step 5/21 : RUN apk add --update --no-cache make git 18:29:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:29:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:29:23 ---> 0d97d2234603 18:29:23 Step 3/24 : WORKDIR /edgex-go 18:29:23 ---> Using cache 18:29:23 ---> 3c0b3b933629 18:29:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:23 ---> Using cache 18:29:23 ---> 2835b55bf456 18:29:23 Step 5/24 : RUN apk add --update --no-cache make git 18:29:24 ---> Running in 4d892d4b8c1a 18:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:24 ---> Running in a0eb496dbaa7 18:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:24 Removing intermediate container 4da484d167c6 18:29:24 ---> 8112206f274e 18:29:24 18:29:25 (1/33) Installing libbz2 (1.0.8-r1) 18:29:25 (2/33) Installing expat (2.2.9-r1) 18:29:25 (3/33) Installing libffi (3.3-r2) 18:29:25 (4/33) Installing gdbm (1.13-r1) 18:29:25 (5/33) Installing xz-libs (5.2.5-r0) 18:29:25 (6/33) Installing sqlite-libs (3.32.1-r0) 18:29:25 (7/33) Installing python3 (3.8.8-r0) 18:29:25 Successfully built 8112206f274e 18:29:25 Successfully tagged docker-core-data-go:latest 18:29:25 Building docker-core-metadata-go 18:29:25  Building docker-core-data-go ... done Removing intermediate container 3282802e971b 18:29:25 ---> 26bdf792729e 18:29:25 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:29:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:29:30 ---> Running in 3b74ffef4c7e 18:29:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:30 (8/33) Installing py3-appdirs (1.4.4-r1) 18:29:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:29:30 (10/33) Installing py3-parsing (2.4.7-r0) 18:29:30 (11/33) Installing py3-six (1.15.0-r0) 18:29:30 (12/33) Installing py3-packaging (20.4-r0) 18:29:30 (13/33) Installing py3-setuptools (47.0.0-r0) 18:29:30 (14/33) Installing py3-chardet (3.0.4-r4) 18:29:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:29:31 (15/33) Installing py3-idna (2.9-r0) 18:29:31 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.144s coverage: 28.6% of statements 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.284s coverage: 100.0% of statements 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.142s coverage: 100.0% of statements 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.397s coverage: 97.5% of statements 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:29:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.261s coverage: 78.3% of statements 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:29:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:29:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:29:32 Removing intermediate container 3b74ffef4c7e 18:29:32 ---> cf5b30895f4f 18:29:32 Step 28/31 : CMD ["gate"] 18:29:32 (18/33) Installing py3-requests (2.23.0-r0) 18:29:32 (19/33) Installing py3-msgpack (1.0.0-r0) 18:29:32 (20/33) Installing py3-lockfile (0.12.2-r3) 18:29:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:29:32 (22/33) Installing py3-colorama (0.4.3-r0) 18:29:32 (23/33) Installing py3-distlib (0.3.0-r0) 18:29:32 (24/33) Installing py3-distro (1.5.0-r1) 18:29:32 (25/33) Installing py3-webencodings (0.5.1-r3) 18:29:33 (26/33) Installing py3-html5lib (1.0.1-r4) 18:29:33 ---> Running in 638831efe525 18:29:33 (27/33) Installing py3-pytoml (0.1.21-r0) 18:29:33 (28/33) Installing py3-pep517 (0.8.2-r0) 18:29:33 (29/33) Installing py3-progress (1.5-r0) 18:29:33 (30/33) Installing py3-toml (0.10.1-r0) 18:29:33 (31/33) Installing py3-retrying (1.3.3-r0) 18:29:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:29:33 (33/33) Installing py3-pip (20.1.1-r0) 18:29:33 OK: 233 MiB in 51 packages 18:29:34 Removing intermediate container 638831efe525 18:29:34 ---> 16172aa9201d 18:29:34 Step 29/31 : LABEL arch=x86_64 18:29:34 Executing busybox-1.31.1-r19.trigger 18:29:34 OK: 71 MiB in 55 packages 18:29:34 OK: 233 MiB in 51 packages 18:29:36 ---> Running in b39278c2f1b5 18:29:37 Removing intermediate container a0eb496dbaa7 18:29:37 ---> 664a47ab5812 18:29:37 Step 6/21 : COPY go.mod . 18:29:38 Removing intermediate container b39278c2f1b5 18:29:38 ---> 517f8ed941d2 18:29:38 Step 30/31 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:29:38 ---> 8767cdd09321 18:29:38 Step 7/21 : RUN go mod download 18:29:38 Removing intermediate container 4d892d4b8c1a 18:29:38 ---> de3b6634ed56 18:29:38 Step 6/24 : COPY go.mod . 18:29:39 ---> Running in 109a3c1835be 18:29:39 ---> Running in 54cdb1c40a14 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.182s coverage: 92.8% of statements 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.138s coverage: 58.8% of statements 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.213s coverage: 1.0% of statements 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:29:39 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.134s coverage: 47.1% of statements 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.161s coverage: 79.5% of statements 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.150s coverage: 94.1% of statements 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.158s coverage: 96.3% of statements 18:29:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.119s coverage: 87.5% of statements 18:29:39 ---> aea51c894c84 18:29:39 Step 7/24 : RUN go mod download 18:29:40 ---> Running in 4950c45ebe82 18:29:41 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:29:41 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:29:41 ---> 0d97d2234603 18:29:41 Step 3/23 : WORKDIR /edgex-go 18:29:41 ---> Using cache 18:29:41 ---> 3c0b3b933629 18:29:41 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:29:41 ---> Using cache 18:29:41 ---> 2835b55bf456 18:29:41 Step 5/23 : RUN apk add --update --no-cache make git 18:29:41 ---> Using cache 18:29:41 ---> de3b6634ed56 18:29:41 Step 6/23 : COPY go.mod . 18:29:41 ---> Using cache 18:29:41 ---> aea51c894c84 18:29:41 Step 7/23 : RUN go mod download 18:29:42 Removing intermediate container 54cdb1c40a14 18:29:42 ---> e90c47c96d6a 18:29:42 Step 31/31 : LABEL version=0.0.0 18:29:43 ---> Running in 38d87650a241 18:29:44 ---> Running in c8b1c97542e2 18:29:45 Removing intermediate container c8b1c97542e2 18:29:45 ---> 6c80ee345dda 18:29:45 18:29:45 Successfully built 6c80ee345dda 18:29:46 Successfully tagged docker-security-bootstrapper-go:latest 18:29:46  Building docker-security-bootstrapper-go ... done Building docker-support-scheduler-go 18:29:46 Removing intermediate container 109a3c1835be 18:29:46 ---> e835998e70ef 18:29:46 Step 8/21 : COPY . . 18:29:47 Removing intermediate container e497eacd5462 18:29:47 ---> 2649d8f43813 18:29:47 Step 20/26 : RUN pip install docker-compose==1.23.2 18:29:50 Removing intermediate container 4950c45ebe82 18:29:50 ---> 380c4245ce76 18:29:50 Step 8/24 : COPY . . 18:29:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.140s coverage: 94.4% of statements 18:29:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.108s coverage: 44.8% of statements 18:29:53 ---> Running in b8633814c756 18:29:53 Removing intermediate container 38d87650a241 18:29:53 ---> 08e213ae6a27 18:29:53 Step 8/23 : COPY . . 18:29:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.464s coverage: 82.6% of statements 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.203s coverage: 92.9% of statements 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.156s coverage: 75.5% of statements 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.129s coverage: 80.8% of statements 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.196s coverage: 87.2% of statements 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.221s coverage: 84.6% of statements 18:30:07 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.231s coverage: 91.6% of statements 18:30:07 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.707s coverage: 64.4% of statements 18:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:30:08 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:30:08 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.163s coverage: 100.0% of statements 18:30:08 Collecting docker-compose==1.23.2 18:30:08 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:30:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 91.3% of statements 18:30:09 Collecting docker<4.0,>=3.6.0 18:30:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:30:09 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.069s coverage: 100.0% of statements 18:30:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 18:30:10 Collecting PyYAML<4,>=3.10 18:30:10 Downloading PyYAML-3.13.tar.gz (270 kB) 18:30:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements 18:30:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:30:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:30:13 ---> 0d97d2234603 18:30:13 Step 3/22 : WORKDIR /edgex-go 18:30:13 ---> Using cache 18:30:13 ---> 3c0b3b933629 18:30:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:30:13 ---> Using cache 18:30:13 ---> 2835b55bf456 18:30:13 Step 5/22 : RUN apk add --update --no-cache make git 18:30:13 ---> Using cache 18:30:13 ---> de3b6634ed56 18:30:13 Step 6/22 : COPY go.mod . 18:30:13 ---> Using cache 18:30:13 ---> aea51c894c84 18:30:13 Step 7/22 : RUN go mod download 18:30:13 ---> Using cache 18:30:13 ---> 08e213ae6a27 18:30:13 Step 8/22 : COPY . . 18:30:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:30:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:30:15 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.861s coverage: 69.0% of statements 18:30:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:30:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:30:15 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:30:16 Collecting dockerpty<0.5,>=0.4.1 18:30:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:30:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.465s coverage: 38.4% of statements 18:30:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:30:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:30:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.150s coverage: 89.5% of statements 18:30:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:30:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.096s coverage: 84.8% of statements 18:30:20 Collecting jsonschema<3,>=2.5.1 18:30:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:30:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:30:21 Collecting cached-property<2,>=1.2.0 18:30:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:30:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.0% of statements 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:30:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:30:22 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.132s coverage: 100.0% of statements 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:30:22 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:30:22 Collecting docopt<0.7,>=0.6.1 18:30:22 Downloading docopt-0.6.2.tar.gz (25 kB) 18:30:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.479s coverage: 87.1% of statements 18:30:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:30:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:30:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:30:25 Collecting websocket-client<1.0,>=0.32.0 18:30:25 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:30:26 Collecting texttable<0.10,>=0.9.0 18:30:26 Downloading texttable-0.9.1.tar.gz (11 kB) 18:30:26 ---> ac84d8c69a01 18:30:26 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:30:27 ---> b088a26fc1d1 18:30:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:30:27 ---> 8c89cef9db52 18:30:27 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:30:27 ---> Running in 0224c8b4874f 18:30:27 ---> Running in acdace70a106 18:30:27 Collecting docker-pycreds>=0.4.0 18:30:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:30:27 ---> Running in c3a95a9432e3 18:30:27 Collecting urllib3<1.25,>=1.21.1 18:30:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:30:27 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) 18:30:28 Collecting idna<2.8,>=2.5 18:30:28 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:30:28 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) 18:30:28 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:30:28 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:30:28 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:30:28 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:30:28 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, dockerpty, jsonschema, cached-property, docopt, texttable, docker-compose 18:30:28 Attempting uninstall: urllib3 18:30:28 Found existing installation: urllib3 1.25.9 18:30:28 Uninstalling urllib3-1.25.9: 18:30:30 Successfully uninstalled urllib3-1.25.9 18:30:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:30:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:30:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:30:30 Attempting uninstall: idna 18:30:30 Found existing installation: idna 2.9 18:30:30 Uninstalling idna-2.9: 18:30:30 Successfully uninstalled idna-2.9 18:30:31 Attempting uninstall: requests 18:30:31 Found existing installation: requests 2.23.0 18:30:31 Uninstalling requests-2.23.0: 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.124s coverage: 29.1% of statements 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.218s coverage: 99.0% of statements 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.173s coverage: 100.0% of statements 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.229s coverage: 94.6% of statements 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.110s coverage: 87.9% of statements 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:30:32 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.112s coverage: 32.1% of statements 18:30:32 Successfully uninstalled requests-2.23.0 18:30:32 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 18:30:33 GO111MODULE=on go vet ./... 18:30:35 Running setup.py install for PyYAML: started 18:30:38 Running setup.py install for PyYAML: finished with status 'done' 18:30:38 Running setup.py install for dockerpty: started 18:30:39 Running setup.py install for dockerpty: finished with status 'done' 18:30:39 Running setup.py install for docopt: started 18:30:41 ---> 79a0fba2d58e 18:30:41 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:30:41 Running setup.py install for docopt: finished with status 'done' 18:30:41 Running setup.py install for texttable: started 18:30:41 ---> Running in 6051af6a13ed 18:30:42 Running setup.py install for texttable: finished with status 'done' 18:30:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:30:42 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:30:46 Removing intermediate container b8633814c756 18:30:46 ---> 95ccec5d3877 18:30:46 Step 21/26 : RUN apk --no-cache add curl 18:30:47 ---> Running in be71d075079e 18:30:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:30:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:30:49 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:30:49 (2/3) Installing libcurl (7.69.1-r3) 18:30:49 (3/3) Installing curl (7.69.1-r3) 18:30:49 Executing busybox-1.31.1-r19.trigger 18:30:49 OK: 72 MiB in 58 packages 18:30:51 Removing intermediate container be71d075079e 18:30:51 ---> a0f7bf57e321 18:30:51 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:30:51 ---> Running in 8e62fcb5c482 18:30:51 Removing intermediate container 8e62fcb5c482 18:30:51 ---> 07c85f430b1e 18:30:51 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:30:51 ---> Running in 5a84e5b2eeaa 18:30:52 Removing intermediate container 5a84e5b2eeaa 18:30:52 ---> 5c564c9b64e8 18:30:52 Step 24/26 : LABEL arch=x86_64 18:30:52 ---> Running in 5911af4936f2 18:30:52 Removing intermediate container 5911af4936f2 18:30:52 ---> 29169a697641 18:30:52 Step 25/26 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:30:52 ---> Running in d1b69a35c409 18:30:53 Removing intermediate container d1b69a35c409 18:30:53 ---> 5e7342bba969 18:30:53 Step 26/26 : LABEL version=0.0.0 18:30:53 ---> Running in 872901b8a7ae 18:30:54 Removing intermediate container 872901b8a7ae 18:30:54 ---> 372778929fc7 18:30:54 18:30:54 Successfully built 372778929fc7 18:30:54 Successfully tagged docker-sys-mgmt-agent-go:latest 18:31:03  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:31:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:31:15 Removing intermediate container 0224c8b4874f 18:31:15 ---> 8dd584fdf1e6 18:31:15 18:31:15 Step 10/21 : FROM alpine:3.12 18:31:15 ---> 42cb162f0360 18:31:15 Step 11/21 : RUN apk add --update --no-cache curl 18:31:15 Removing intermediate container c3a95a9432e3 18:31:15 ---> 5ab3efe84c5e 18:31:15 18:31:15 Step 10/24 : FROM alpine:3.12 18:31:15 ---> 42cb162f0360 18:31:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:31:15 Removing intermediate container acdace70a106 18:31:15 ---> 3cf96f37e8c5 18:31:15 18:31:15 Step 10/23 : FROM alpine:3.12 18:31:15 ---> 42cb162f0360 18:31:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:31:15 ---> Using cache 18:31:15 ---> 0b579166a339 18:31:15 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:31:15 ---> Using cache 18:31:15 ---> 2c07dbd2859f 18:31:15 Step 13/23 : ENV APP_PORT=48081 18:31:15 ---> Running in 952564eaf7bc 18:31:15 ---> Running in abaa7f9a57d9 18:31:15 ---> Running in d8925bba1a98 18:31:15 Removing intermediate container d8925bba1a98 18:31:15 ---> 954b5e930136 18:31:15 Step 14/23 : EXPOSE $APP_PORT 18:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:17 (1/6) Installing ca-certificates (20191127-r4) 18:31:17 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:31:17 (3/6) Installing libcurl (7.69.1-r3) 18:31:17 (4/6) Installing curl (7.69.1-r3) 18:31:17 (5/6) Installing dumb-init (1.2.2-r1) 18:31:17 (6/6) Installing su-exec (0.2-r1) 18:31:17 Executing busybox-1.31.1-r19.trigger 18:31:17 Executing ca-certificates-20191127-r4.trigger 18:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:31:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:31:17 OK: 7 MiB in 20 packages 18:31:17 (1/4) Installing ca-certificates (20191127-r4) 18:31:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:31:18 (3/4) Installing libcurl (7.69.1-r3) 18:31:18 (4/4) Installing curl (7.69.1-r3) 18:31:18 Executing busybox-1.31.1-r19.trigger 18:31:18 Executing ca-certificates-20191127-r4.trigger 18:31:18 ---> Running in 63dd8af8d29a 18:31:18 OK: 7 MiB in 18 packages 18:31:18 Removing intermediate container 6051af6a13ed 18:31:18 ---> bfe282c654bb 18:31:18 18:31:18 Step 10/22 : FROM alpine:3.12 18:31:18 ---> 42cb162f0360 18:31:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:31:18 ---> Using cache 18:31:18 ---> 0b579166a339 18:31:18 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:31:18 ---> Using cache 18:31:18 ---> 2c07dbd2859f 18:31:18 Step 13/22 : ENV APP_PORT=48085 18:31:18 Removing intermediate container 63dd8af8d29a 18:31:18 ---> 6c3347f861fa 18:31:18 Step 15/23 : WORKDIR / 18:31:18 ---> Running in 315c6d6c3409 18:31:18 ---> Running in 3850f7be9104 18:31:19 Removing intermediate container 952564eaf7bc 18:31:19 ---> dc7961c6d1fb 18:31:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:31:20 Removing intermediate container 315c6d6c3409 18:31:20 ---> ca223545afa5 18:31:20 Step 14/22 : EXPOSE $APP_PORT 18:31:20 ---> Running in f70e1b3dfd79 18:31:20 ---> Running in fbc61b6035cb 18:31:20 Removing intermediate container 3850f7be9104 18:31:20 ---> d74b1aa71d36 18:31:20 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:20 Removing intermediate container abaa7f9a57d9 18:31:20 ---> f474a4d262b3 18:31:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:31:20 ---> Running in 4414b1ce2e07 18:31:21 Removing intermediate container fbc61b6035cb 18:31:21 ---> 2a1ff9e891e3 18:31:21 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:21 Removing intermediate container f70e1b3dfd79 18:31:21 ---> 94dab90b41f4 18:31:21 Step 13/24 : WORKDIR / 18:31:21 ---> 4069533744c0 18:31:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:31:21 Removing intermediate container 4414b1ce2e07 18:31:21 ---> a5ae97007ed5 18:31:21 Step 13/21 : WORKDIR /edgex 18:31:21 ---> Running in d6d226accfb7 18:31:21 ---> Running in bf469ae4d334 18:31:21 ---> 8488fbd3e828 18:31:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:31:21 Removing intermediate container d6d226accfb7 18:31:21 ---> dd25cbcac9fc 18:31:21 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:31:21 Removing intermediate container bf469ae4d334 18:31:21 ---> ca10ae2a630b 18:31:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:31:21 ---> 37f405bea0b0 18:31:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:31:22 ---> 9892d41a9d9c 18:31:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:31:22 ---> ed44f4952ece 18:31:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:31:22 ---> 9331e1e9c927 18:31:22 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:31:22 ---> 643fdc21cf25 18:31:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:31:22 ---> Running in fb8fdfe54997 18:31:22 ---> 6361886fc1aa 18:31:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:31:22 Removing intermediate container fb8fdfe54997 18:31:22 ---> faf193a40af2 18:31:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:22 ---> e5342728d2c5 18:31:22 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:31:22 ---> 27119ee9b55f 18:31:22 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:31:22 ---> Running in 2aa56b4e4e59 18:31:22 ---> Running in fcd2f68ebda2 18:31:23 ---> fe627b538857 18:31:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:31:23 Removing intermediate container 2aa56b4e4e59 18:31:23 ---> 276284196e33 18:31:23 Step 21/23 : LABEL arch=x86_64 18:31:23 Removing intermediate container fcd2f68ebda2 18:31:23 ---> e22fe46833e8 18:31:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:23 ---> Running in 5c336c8fd8cb 18:31:23 ---> Running in 0848c33292f2 18:31:23 ---> 1999b67eb636 18:31:23 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:31:23 Removing intermediate container 5c336c8fd8cb 18:31:23 ---> 1a5f2db5d5a0 18:31:23 Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:31:23 ---> Running in c42fa516f551 18:31:23 ---> Running in b8d40edde01d 18:31:23 Removing intermediate container 0848c33292f2 18:31:23 ---> e3daec60af60 18:31:23 Step 20/22 : LABEL arch=x86_64 18:31:24 ---> ce7311f690e6 18:31:24 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:31:24 ---> Running in 3b1c1cdb6ab0 18:31:24 Removing intermediate container b8d40edde01d 18:31:24 ---> 4ac73df2609c 18:31:24 Step 18/21 : CMD ["--init=true"] 18:31:24 Removing intermediate container c42fa516f551 18:31:24 ---> 28d82100c620 18:31:24 Step 23/23 : LABEL version=0.0.0 18:31:24 ---> Running in 58e877bb0de7 18:31:24 ---> Running in 0973fa6400df 18:31:24 Removing intermediate container 3b1c1cdb6ab0 18:31:24 ---> 40c5bd14a492 18:31:24 Step 21/22 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:31:25 ---> 3b5740a53997 18:31:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:31:25 ---> Running in 533f6acd1352 18:31:25 Removing intermediate container 0973fa6400df 18:31:25 ---> f270f697ea7f 18:31:25 18:31:25 Removing intermediate container 58e877bb0de7 18:31:25 ---> 20f6e1d3bbbc 18:31:25 Step 19/21 : LABEL arch=x86_64 18:31:25 ---> Running in adf4ae8d2dea 18:31:25 ---> 00487e912dad 18:31:25 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:31:25 Successfully built f270f697ea7f 18:31:25 Successfully tagged docker-core-metadata-go:latest 18:31:25  Building docker-core-metadata-go ... done Removing intermediate container 533f6acd1352 18:31:25 ---> b1ada33287e0 18:31:25 Step 22/22 : LABEL version=0.0.0 18:31:25 ---> Running in 22df841d0ce9 18:31:25 ---> Running in 1ca519fcf7cc 18:31:25 Removing intermediate container adf4ae8d2dea 18:31:25 ---> be91f174ec71 18:31:25 Step 20/21 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:31:26 ---> Running in 2dd74b7b6896 18:31:26 Removing intermediate container 1ca519fcf7cc 18:31:26 ---> 451ddcc9df4e 18:31:26 18:31:26 Successfully built 451ddcc9df4e 18:31:26 Removing intermediate container 2dd74b7b6896 18:31:26 ---> f25e19cb6396 18:31:26 Step 21/21 : LABEL version=0.0.0 18:31:26 Successfully tagged docker-support-scheduler-go:latest 18:31:26  Building docker-support-scheduler-go ... done  ---> Running in 983744a65cbd 18:31:26 Removing intermediate container 983744a65cbd 18:31:26 ---> 28ed2053290e 18:31:26 18:31:27 Successfully built 28ed2053290e 18:31:27 Successfully tagged docker-security-proxy-setup-go:latest 18:31:27  Building docker-security-proxy-setup-go ... done Removing intermediate container 22df841d0ce9 18:31:27 ---> d764a41b2081 18:31:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:31:27 ---> Running in faa03ff9c34f 18:31:27 Removing intermediate container faa03ff9c34f 18:31:27 ---> 456c00e47766 18:31:27 Step 22/24 : LABEL arch=x86_64 18:31:27 ---> Running in 2c22bbe148be 18:31:27 Removing intermediate container 2c22bbe148be 18:31:27 ---> b44dacc95b2f 18:31:27 Step 23/24 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:31:27 ---> Running in df8ef83c203f 18:31:27 Removing intermediate container df8ef83c203f 18:31:27 ---> 206026c94e0e 18:31:27 Step 24/24 : LABEL version=0.0.0 18:31:27 ---> Running in 1c404b7cba9f 18:31:28 Removing intermediate container 1c404b7cba9f 18:31:28 ---> 70b4a59b758f 18:31:28 18:31:28 Successfully built 70b4a59b758f 18:31:28 Successfully tagged docker-security-secretstore-setup-go:latest 18:31:28  Building docker-security-secretstore-setup-go ... done  [Pipeline] } 18:31:28 $ docker stop --time=1 edb0ca278a94fa00b026c2a9115e5052b139ec5784e1126981ee3c3cca7ba8c3 18:31:30 $ docker rm -f edb0ca278a94fa00b026c2a9115e5052b139ec5784e1126981ee3c3cca7ba8c3 [Pipeline] // withDockerContainer [Pipeline] sh 18:31:30 + docker images 18:31:30 + grep docker 18:31:30 docker-security-secretstore-setup-go latest 70b4a59b758f 3 seconds ago 25.7MB 18:31:30 docker-security-proxy-setup-go latest 28ed2053290e 4 seconds ago 25.4MB 18:31:30 docker-support-scheduler-go latest 451ddcc9df4e 4 seconds ago 17.4MB 18:31:30 docker-core-metadata-go latest f270f697ea7f 5 seconds ago 19MB 18:31:30 docker-sys-mgmt-agent-go latest 372778929fc7 37 seconds ago 314MB 18:31:30 docker-security-bootstrapper-go latest 6c80ee345dda About a minute ago 18.9MB 18:31:30 docker-core-data-go latest 8112206f274e 2 minutes ago 22.7MB 18:31:30 docker-core-command-go latest 33bb19167330 2 minutes ago 17.3MB 18:31:30 docker-support-notifications-go latest b7da0a243565 2 minutes ago 17.9MB 18:31:30 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 18:31:46 Still waiting to schedule task 18:31:46 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:31:55 gofmt -l . 18:31:55 [ "`gofmt -l .`" = "" ] 18:31:55 ./bin/test-go-mod-tidy.sh 18:31:55 ./bin/test-attribution-txt.sh [Pipeline] sh 18:31:57 + ls -al . 18:31:57 total 808 18:31:57 drwxrwxr-x 9 1001 1001 4096 Mar 29 18:31 . 18:31:57 drwxr-xr-x 4 root root 4096 Mar 29 18:27 .. 18:31:57 -rw-rw-r-- 1 1001 1001 11 Mar 29 18:25 .dockerignore 18:31:57 drwxrwxr-x 8 1001 1001 4096 Mar 29 18:25 .git 18:31:57 drwxrwxr-x 3 1001 1001 4096 Mar 29 18:25 .github 18:31:57 -rw-rw-r-- 1 1001 1001 818 Mar 29 18:25 .gitignore 18:31:57 -rw-rw-r-- 1 1001 1001 166 Mar 29 18:25 .sonarcloud.properties 18:31:57 -rw-rw-r-- 1 1001 1001 8607 Mar 29 18:25 Attribution.txt 18:31:57 -rw-rw-r-- 1 1001 1001 3804 Mar 29 18:25 CONTRIBUTING.md 18:31:57 -rw-rw-r-- 1 1001 1001 931 Mar 29 18:25 Dockerfile.build 18:31:57 -rw-rw-r-- 1 1001 1001 863 Mar 29 18:25 Jenkinsfile 18:31:57 -rw-rw-r-- 1 1001 1001 10775 Mar 29 18:25 LICENSE 18:31:57 -rw-rw-r-- 1 1001 1001 5774 Mar 29 18:25 Makefile 18:31:57 -rw-rw-r-- 1 1001 1001 6548 Mar 29 18:25 README.md 18:31:57 -rw-rw-r-- 1 1001 1001 6755 Mar 29 18:25 SECURITY.md 18:31:57 -rw-rw-r-- 1 1001 1001 5 Mar 29 18:22 VERSION 18:31:57 -rw-rw-r-- 1 1001 1001 4131 Mar 29 18:25 ZMQWindows.md 18:31:57 drwxrwxr-x 2 1001 1001 4096 Mar 29 18:25 bin 18:31:57 drwxrwxr-x 14 1001 1001 4096 Mar 29 18:25 cmd 18:31:57 -rw-r--r-- 1 root root 668090 Mar 29 18:30 coverage.out 18:31:57 -rw-r--r-- 1 root root 1056 Mar 29 18:31 go.mod 18:31:57 -rw-r--r-- 1 root root 22530 Mar 29 18:31 go.sum 18:31:57 drwxrwxr-x 8 1001 1001 4096 Mar 29 18:25 internal 18:31:57 drwxrwxr-x 4 1001 1001 4096 Mar 29 18:25 openapi 18:31:57 drwxrwxr-x 4 1001 1001 4096 Mar 29 18:25 snap 18:31:57 -rw-rw-r-- 1 1001 1001 168 Mar 29 18:25 version.go [Pipeline] sh 18:31:58 + '[' -e coverage.out ] 18:31:58 + chown 1001:1001 coverage.out [Pipeline] stash 18:31:58 Warning: overwriting stash ‘coverage-report’ 18:31:59 Stashed 1 file(s) [Pipeline] sh 18:32:00 + make build 18:32:00 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 18:32:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:32:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:32:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:32:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:32:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:32:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:32:50 Running on prd-ubuntu18.04-docker-8c-8g-31802 in /w/workspace/edgexfoundry_edgex-go_PR-3295 [Pipeline] { [Pipeline] ws 18:32:51 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 18:32:53 using credential edgex-jenkins-ssh 18:32:53 Cloning the remote Git repository 18:32:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:32:53 > git init /w/workspace/edgex-go/7 # timeout=10 18:32:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:32:53 > git --version # timeout=10 18:32:53 > git --version # 'git version 2.17.1' 18:32:53 using GIT_SSH to set credentials SSH Credentials for GitHub 18:32:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:32:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:33:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:33:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:33:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:33:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:33:13 Merging remotes/origin/master commit bcbd0cedf9f2274dcd27c77a427114b9dc8b852a into PR head commit cad762147c9a378943e78532a4f930cb036be87a 18:33:14 Merge succeeded, producing cad762147c9a378943e78532a4f930cb036be87a 18:33:14 Checking out Revision cad762147c9a378943e78532a4f930cb036be87a (PR-3295) 18:33:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:33:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:33:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:33:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:33:13 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3295/head:refs/remotes/origin/PR-3295 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:33:13 > git config core.sparsecheckout # timeout=10 18:33:13 > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 18:33:14 > git remote # timeout=10 18:33:14 > git config --get remote.origin.url # timeout=10 18:33:14 using GIT_SSH to set credentials SSH Credentials for GitHub 18:33:14 > git merge bcbd0cedf9f2274dcd27c77a427114b9dc8b852a # timeout=10 18:33:14 > git rev-parse HEAD^{commit} # timeout=10 18:33:14 > git config core.sparsecheckout # timeout=10 18:33:14 > git checkout -f cad762147c9a378943e78532a4f930cb036be87a # timeout=10 18:33:17 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] } 18:33:18 $ docker stop --time=1 af4a197360e0ede8101d2f6bcd5a6bfc22ac75f7ea48b1ba717d1dcd0a895f54 18:33:20 $ docker rm -f af4a197360e0ede8101d2f6bcd5a6bfc22ac75f7ea48b1ba717d1dcd0a895f54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:22 + echo snap-build.sh 18:33:22 snap-build.sh 18:33:22 + SNAP_BASE_DIR=. 18:33:22 + '[' '!' -z /w/workspace/edgex-go/7 ']' 18:33:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 18:33:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 18:33:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 18:33:22 + cd /w/workspace/edgex-go/7 18:33:22 + sudo apt-get remove -qy --purge lxd lxd-client 18:33:22 Reading package lists... 18:33:22 Building dependency tree... 18:33:22 Reading state information... 18:33:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:23 18:33:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:23 The following packages were automatically installed and are no longer required: 18:33:23 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:33:23 uidmap xdelta3 18:33:23 Use 'sudo apt autoremove' to remove them. 18:33:23 The following packages will be REMOVED: 18:33:23 lxd* lxd-client* [Pipeline] isUnix [Pipeline] sh 18:33:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:33:23 After this operation, 31.7 MB disk space will be freed. 18:33:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:24 latest: Pulling from edgex-devops/edgex-compose-arm64 18:33:24 29e5d40040c1: Pulling fs layer 18:33:24 1ce36da41761: Pulling fs layer 18:33:24 25b303627fd3: Pulling fs layer 18:33:24 29e5d40040c1: Verifying Checksum 18:33:24 29e5d40040c1: Download complete 18:33:24 1ce36da41761: Verifying Checksum 18:33:24 1ce36da41761: Download complete 18:33:24 (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.) 18:33:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:33:24 29e5d40040c1: Pull complete 18:33:25 Removing lxd dnsmasq configuration 18:33:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:33:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:33:26 1ce36da41761: Pull complete 18:33:26 25b303627fd3: Verifying Checksum 18:33:26 25b303627fd3: Download complete 18:33:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:33:26 (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.) 18:33:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:33:28 Processing triggers for systemd (237-3ubuntu10.42) ... 18:33:28 Processing triggers for ureadahead (0.100.0-21) ... 18:33:29 + sudo snap remove --purge lxd 18:33:29 snap "lxd" is not installed 18:33:29 + sudo groupadd --force --system lxd 18:33:29 ++ whoami 18:33:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:33:29 + newgrp - lxd 18:33:29 + sudo snap install lxd 18:33:36 25b303627fd3: Pull complete 18:33:36 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:33:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:33:36 prd-ubuntu18.04-docker-arm64-4c-16g-31797 does not seem to be running inside a container 18:33:36 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:33:37 2021-03-29T18:33:35Z INFO Waiting for automatic snapd restart... 18:33:40 $ docker top e8449ab291eff2417c9864850d9adb8baffefb8fd17fa262ec07bcaacd20403f -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:41 + docker-compose+ build --help 18:33:41 grep parallel 18:33:44 --parallel Build images in parallel. [Pipeline] } 18:33:44 $ docker stop --time=1 e8449ab291eff2417c9864850d9adb8baffefb8fd17fa262ec07bcaacd20403f 18:33:46 $ docker rm -f e8449ab291eff2417c9864850d9adb8baffefb8fd17fa262ec07bcaacd20403f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:33:47 . [Pipeline] withDockerContainer 18:33:47 prd-ubuntu18.04-docker-arm64-4c-16g-31797 does not seem to be running inside a container 18:33:47 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:33:49 $ docker top fd3a136c68bef817513aa057b3daae49008f18ffd94225e1d707ae617fb45fc7 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:50 + docker-compose -f ./docker-compose-build.yml build --parallel 18:33:54 Building docker-core-command-go ... 18:33:54 Building docker-core-data-go ... 18:33:54 Building docker-core-metadata-go ... 18:33:54 Building docker-security-bootstrapper-go ... 18:33:54 Building docker-security-proxy-setup-go ... 18:33:54 Building docker-security-secretstore-setup-go ... 18:33:54 Building docker-support-notifications-go ... 18:33:54 Building docker-support-scheduler-go ... 18:33:54 Building docker-sys-mgmt-agent-go ... 18:33:54 Building docker-core-data-go 18:33:54 Building docker-security-bootstrapper-go 18:33:54 Building docker-security-secretstore-setup-go 18:33:54 Building docker-support-scheduler-go 18:33:54 Building docker-support-notifications-go 18:33:56 lxd 4.12 from Canonical* installed 18:33:56 + sudo lxd init --auto 18:34:04 + sudo snap install --classic snapcraft 18:34:12 snapcraft 4.5.4 from Canonical* installed 18:34:12 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 18:34:12 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 18:34:12 % Total % Received % Xferd Average Speed Time Time Time Current 18:34:12 Dload Upload Total Spent Left Speed 18:34:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4898 0 --:--:-- --:--:-- --:--:-- 4937 18:34:12 0 3325k 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3325k 100 3325k 0 0 8547k 0 --:--:-- --:--:-- --:--:-- 37.3M 18:34:12 ./yq_linux_amd64 18:34:12 + sudo snapcraft prime --use-lxd 18:34:13 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:34:13 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: 18:34:13 - README.md 18:34:13 18:34:13 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:34:14 Launching a container. 18:34:26 Waiting for container to be ready 18:34:26 To start your first instance, try: lxc launch ubuntu:18.04 18:34:26 18:34:29 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:34:29 Waiting for network to be ready... 18:34:29 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:34:29 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:34:30 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 18:34:30 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:34:30 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:34:30 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:34:30 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:34:30 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:34:30 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:34:30 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:34:30 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:34:31 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 18:34:31 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:34:31 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:34:31 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 18:34:31 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 18:34:31 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 18:34:31 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 18:34:31 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:34:31 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 18:34:31 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 18:34:31 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:34:31 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:34:31 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 18:34:31 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 18:34:31 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 18:34:31 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 18:34:34 Fetched 24.2 MB in 4s (5558 kB/s) 18:34:35 Reading package lists... 18:34:35 Reading package lists... 18:34:35 Building dependency tree... 18:34:35 Reading state information... 18:34:35 The following additional packages will be installed: 18:34:35 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:34:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:34:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:34:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:34:35 Suggested packages: 18:34:35 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:34:35 Recommended packages: 18:34:35 gnupg libsasl2-modules 18:34:35 The following NEW packages will be installed: 18:34:35 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:34:35 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:34:35 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:34:35 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:34:35 The following packages will be upgraded: 18:34:35 gpg gpg-agent gpgconf libudev1 18:34:35 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:34:35 Need to get 3530 kB of archives. 18:34:35 After this operation, 13.3 MB of additional disk space will be used. 18:34:35 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] 18:34:35 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] 18:34:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:34:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:34:35 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 18:34:35 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 18:34:36 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:34:36 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:34:36 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:34:36 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:34:36 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:34:36 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:34:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:34:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:34:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:34:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:34:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:34:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:34:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:34:36 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:34:36 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:34:36 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:34:36 debconf: delaying package configuration, since apt-utils is not installed 18:34:36 Fetched 3530 kB in 1s (3523 kB/s) 18:34:36 (Reading database ... 12511 files and directories currently installed.) 18:34:36 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 18:34:36 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:34:36 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 18:34:36 Selecting previously unselected package udev. 18:34:36 (Reading database ... 12511 files and directories currently installed.) 18:34:36 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 18:34:36 Unpacking udev (237-3ubuntu10.45) ... 18:34:37 Selecting previously unselected package libfuse2:amd64. 18:34:37 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:34:37 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:34:37 Selecting previously unselected package fuse. 18:34:37 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:34:37 Unpacking fuse (2.9.7-1ubuntu1) ... 18:34:37 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:37 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:34:37 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:37 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:34:37 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:37 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:34:37 Selecting previously unselected package libksba8:amd64. 18:34:37 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:34:37 Unpacking libksba8:amd64 (1.3.5-2) ... 18:34:37 Selecting previously unselected package libroken18-heimdal:amd64. 18:34:37 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:37 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:37 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:34:37 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:37 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:37 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:34:37 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:37 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:38 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:34:38 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:38 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:38 Selecting previously unselected package libwind0-heimdal:amd64. 18:34:38 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:38 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:38 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:34:38 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:38 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:38 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:34:38 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:38 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:38 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:34:38 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:38 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:38 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:34:38 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:34:38 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:38 Selecting previously unselected package libsasl2-modules-db:amd64. 18:34:38 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:34:38 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:34:39 Selecting previously unselected package libsasl2-2:amd64. 18:34:39 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:34:39 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:34:39 Selecting previously unselected package libldap-common. 18:34:39 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:34:39 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:34:39 Selecting previously unselected package libldap-2.4-2:amd64. 18:34:39 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:34:39 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:34:39 Selecting previously unselected package dirmngr. 18:34:39 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:34:39 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:34:39 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:34:39 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:34:39 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:34:39 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:34:39 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:34:39 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:34:39 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:39 Setting up libksba8:amd64 (1.3.5-2) ... 18:34:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:34:39 Setting up udev (237-3ubuntu10.45) ... 18:34:39 invoke-rc.d: policy-rc.d denied execution of start. 18:34:40 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:40 Processing triggers for systemd (237-3ubuntu10) ... 18:34:40 Setting up fuse (2.9.7-1ubuntu1) ... 18:34:40 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:34:40 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:40 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:40 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:40 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:40 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:40 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:40 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:34:40 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:34:40 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:34:40 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:34:40 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:34:40 settings in the [Install] section, and DefaultInstance for template units). 18:34:40 This means they are not meant to be enabled using systemctl. 18:34:40 Possible reasons for having this kind of units are: 18:34:40 1) A unit may be statically enabled by being symlinked from another unit's 18:34:40 .wants/ or .requires/ directory. 18:34:40 2) A unit's purpose may be to act as a helper for some other unit which has 18:34:40 a requirement dependency on it. 18:34:40 3) A unit may be started when needed via activation (socket, path, timer, 18:34:40 D-Bus, udev, scripted systemctl call, ...). 18:34:40 4) In case of template units, the unit is meant to be enabled with some 18:34:40 instance name specified. 18:34:41 Reading package lists... 18:34:41 Building dependency tree... 18:34:41 Reading state information... 18:34:41 The following additional packages will be installed: 18:34:41 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:34:41 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:34:41 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:34:41 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:34:41 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:34:41 Suggested packages: 18:34:41 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:34:41 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:34:41 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:34:41 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:34:41 systemd-container policykit-1 18:34:41 Recommended packages: 18:34:41 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:34:41 The following NEW packages will be installed: 18:34:41 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:34:41 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:34:41 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:34:41 multiarch-support openssh-client python3 python3-minimal python3.6 18:34:41 python3.6-minimal snapd squashfs-tools sudo 18:34:41 The following packages will be upgraded: 18:34:41 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:34:41 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:34:41 Need to get 35.2 MB of archives. 18:34:41 After this operation, 141 MB of additional disk space will be used. 18:34:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:34:41 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 18:34:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:34:42 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 18:34:42 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 18:34:42 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:34:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:34:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:34:42 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:34:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:34:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:34:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:34:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:34:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:34:42 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:34:42 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:34:42 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:34:42 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:34:42 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:34:43 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:34:43 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:34:43 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:34:43 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:34:43 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:34:43 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:34:43 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:34:43 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:34:43 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:34:43 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:34:43 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 18:34:45 debconf: delaying package configuration, since apt-utils is not installed 18:34:45 Fetched 35.2 MB in 4s (9920 kB/s) 18:34:45 (Reading database ... 12757 files and directories currently installed.) 18:34:45 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 18:34:45 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:34:45 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 18:34:47 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:34:47 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 18:34:47 (Reading database ... 12757 files and directories currently installed.) 18:34:47 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:34:47 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:34:47 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:34:48 (Reading database ... 12757 files and directories currently installed.) 18:34:48 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:34:48 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:34:48 Setting up apt (1.6.12ubuntu0.2) ... 18:34:48 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:34:48 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:34:48 (Reading database ... 12764 files and directories currently installed.) 18:34:48 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 18:34:48 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 18:34:49 Selecting previously unselected package libpython3.6-minimal:amd64. 18:34:49 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:34:49 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:34:49 Selecting previously unselected package libexpat1:amd64. 18:34:49 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:34:49 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:34:49 Selecting previously unselected package python3.6-minimal. 18:34:49 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:34:49 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:34:49 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 18:34:49 Checking for services that may need to be restarted...done. 18:34:49 Checking for services that may need to be restarted...done. 18:34:50 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:34:50 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:34:50 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:34:50 Selecting previously unselected package python3-minimal. 18:34:50 (Reading database ... 13012 files and directories currently installed.) 18:34:50 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:34:50 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:34:50 Selecting previously unselected package mime-support. 18:34:50 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:34:50 Unpacking mime-support (3.60ubuntu1) ... 18:34:50 Selecting previously unselected package libmpdec2:amd64. 18:34:50 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:34:50 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:34:50 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:34:50 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:34:50 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:34:51 Selecting previously unselected package python3.6. 18:34:51 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:34:51 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:34:51 Selecting previously unselected package libpython3-stdlib:amd64. 18:34:51 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:34:51 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:34:51 Setting up python3-minimal (3.6.7-1~18.04) ... 18:34:51 Selecting previously unselected package python3. 18:34:51 (Reading database ... 13442 files and directories currently installed.) 18:34:51 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:34:51 Unpacking python3 (3.6.7-1~18.04) ... 18:34:51 Selecting previously unselected package multiarch-support. 18:34:51 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:34:51 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:34:51 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:34:51 Selecting previously unselected package liblzo2-2:amd64. 18:34:51 (Reading database ... 13479 files and directories currently installed.) 18:34:51 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:34:51 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:34:51 Selecting previously unselected package libbsd0:amd64. 18:34:51 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:34:51 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:34:51 Selecting previously unselected package sudo. 18:34:51 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:34:51 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:34:52 Selecting previously unselected package apparmor. 18:34:52 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:34:52 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:34:52 Selecting previously unselected package libedit2:amd64. 18:34:52 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:34:52 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:34:52 Selecting previously unselected package libkrb5support0:amd64. 18:34:52 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:34:52 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:34:52 Selecting previously unselected package libk5crypto3:amd64. 18:34:52 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:34:52 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:34:52 Selecting previously unselected package libkeyutils1:amd64. 18:34:52 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:34:52 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:34:52 Selecting previously unselected package libkrb5-3:amd64. 18:34:52 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:34:52 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:34:52 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:34:52 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:34:52 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:34:52 Selecting previously unselected package libssl1.0.0:amd64. 18:34:52 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:34:52 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:34:53 Selecting previously unselected package openssh-client. 18:34:53 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:34:53 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:34:53 Selecting previously unselected package squashfs-tools. 18:34:53 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:34:53 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:34:53 Selecting previously unselected package snapd. 18:34:53 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 18:34:53 Unpacking snapd (2.48.3+18.04) ... 18:34:56 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:34:56 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:34:56 Setting up mime-support (3.60ubuntu1) ... 18:34:56 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:34:56 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:34:56 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:34:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:34:56 Setting up systemd (237-3ubuntu10.45) ... 18:34:56 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:34:57 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:34:57 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:34:57 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:34:57 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:34:57 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:34:57 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:34:57 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:34:57 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:34:57 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:34:57 Setting up python3 (3.6.7-1~18.04) ... 18:34:57 running python rtupdate hooks for python3.6... 18:34:57 running python post-rtupdate hooks for python3.6... 18:34:57 Setting up apparmor (2.12-4ubuntu5.1) ... 18:34:59 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:34:59 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:34:59 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:34:59 Setting up snapd (2.48.3+18.04) ... 18:34:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:34:59 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:35:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:35:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:35:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:35:00 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:35:00 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:35:01 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:35:01 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:35:01 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:35:01 /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' 18:35:01 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:35:01 Processing triggers for systemd (237-3ubuntu10.45) ... 18:35:02 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 18:35:02 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:35:03 Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:35:04 Reading package lists... 18:35:04 Reading package lists... 18:35:04 Building dependency tree... 18:35:04 Reading state information... 18:35:04 Calculating upgrade... 18:35:04 The following packages will be upgraded: 18:35:04 advancecomp base-files bash binutils binutils-common 18:35:04 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:35:04 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:35:04 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:35:04 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:35:04 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:35:04 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:35:04 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:35:04 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:35:04 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:35:04 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:35:04 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:35:04 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:35:04 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:35:04 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:35:04 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:35:04 Need to get 63.8 MB of archives. 18:35:04 After this operation, 5208 kB of additional disk space will be used. 18:35:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 18:35:04 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:35:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:35:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:35:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:35:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:35:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:35:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:35:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:35:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:35:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:35:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:35:05 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:35:05 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:35:05 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:35:05 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:35:05 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:35:05 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:35:05 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:35:05 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:35:05 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:35:05 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:35:05 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:35:05 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:35:05 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:35:05 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:35:05 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:35:05 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:35:05 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:35:05 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:35:05 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:35:05 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:35:05 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:35:05 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:35:05 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:35:05 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 18:35:05 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:35:05 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:35:05 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:35:05 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 18:35:05 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:35:05 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:35:05 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:35:05 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:35:05 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:35:05 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:35:05 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:35:05 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 18:35:05 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:35:05 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:35:05 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:35:05 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:35:05 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:35:05 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:35:05 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:35:05 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:35:05 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:35:05 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:35:05 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:35:05 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:35:05 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:35:05 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:35:05 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:35:05 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:35:08 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:35:08 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:35:08 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:35:08 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:35:08 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:35:08 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:35:08 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:35:08 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:35:08 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:35:08 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:35:09 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:35:09 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:35:09 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:35:09 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:35:09 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:35:09 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:35:09 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:35:09 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:35:09 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:35:09 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 18:35:09 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:35:09 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:35:09 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:35:09 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:35:09 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:35:09 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:35:09 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:35:09 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:35:09 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:35:09 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:35:09 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:35:09 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:35:09 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:35:09 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:35:09 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:35:09 debconf: delaying package configuration, since apt-utils is not installed 18:35:09 Fetched 63.8 MB in 5s (13.2 MB/s) 18:35:09 (Reading database ... 13912 files and directories currently installed.) 18:35:09 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:35:09 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:10 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:35:10 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:10 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 18:35:10 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 18:35:11 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:11 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:11 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:11 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:11 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:11 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:11 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:11 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:12 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:12 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:12 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:12 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:12 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:12 (Reading database ... 13911 files and directories currently installed.) 18:35:12 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:12 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:35:12 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:35:12 (Reading database ... 13911 files and directories currently installed.) 18:35:12 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:12 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:12 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:12 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:35:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:35:13 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:13 (Reading database ... 13911 files and directories currently installed.) 18:35:13 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:35:13 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:13 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:35:14 (Reading database ... 13911 files and directories currently installed.) 18:35:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:35:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:35:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:35:14 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:35:14 Setting up base-files (10.1ubuntu2.10) ... 18:35:14 Installing new version of config file /etc/issue ... 18:35:14 Installing new version of config file /etc/issue.net ... 18:35:14 Installing new version of config file /etc/lsb-release ... 18:35:14 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:35:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:35:14 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:35:14 Removing obsolete conffile /etc/default/motd-news ... 18:35:14 (Reading database ... 13912 files and directories currently installed.) 18:35:14 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:35:14 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:35:14 Setting up bash (4.4.18-2ubuntu1.2) ... 18:35:15 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 18:35:15 (Reading database ... 13912 files and directories currently installed.) 18:35:15 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:15 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:35:15 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:35:15 (Reading database ... 13912 files and directories currently installed.) 18:35:15 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:35:15 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:35:15 Setting up tar (1.29b-2ubuntu0.2) ... 18:35:15 (Reading database ... 13912 files and directories currently installed.) 18:35:15 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:35:15 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:15 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:35:15 (Reading database ... 13912 files and directories currently installed.) 18:35:15 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:15 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:16 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:16 (Reading database ... 13912 files and directories currently installed.) 18:35:16 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:16 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:16 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:16 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:35:16 ---> b7b0518f17d6 18:35:16 Step 3/24 : WORKDIR /edgex-go 18:35:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:35:16 ---> b7b0518f17d6 18:35:16 Step 3/22 : WORKDIR /edgex-go 18:35:16 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:16 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:35:16 ---> b7b0518f17d6 18:35:16 Step 3/31 : WORKDIR /edgex-go 18:35:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:35:16 ---> b7b0518f17d6 18:35:16 Step 3/23 : WORKDIR /edgex-go 18:35:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:35:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:35:16 ---> b7b0518f17d6 18:35:16 Step 3/22 : WORKDIR /edgex-go 18:35:16 ---> Running in d87eb6500418 18:35:16 ---> Running in 1848457e91ba 18:35:16 ---> Running in 2ef5bc964f0d 18:35:16 ---> Running in 07ee3153898e 18:35:16 ---> Running in 9e7eb9528b23 18:35:16 Removing intermediate container d87eb6500418 18:35:16 ---> f4c224a2d9ab 18:35:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:16 Removing intermediate container 9e7eb9528b23 18:35:16 Removing intermediate container 1848457e91ba 18:35:16 ---> adf4f432fcba 18:35:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:16 ---> 687306da4ba9 18:35:16 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:16 Removing intermediate container 2ef5bc964f0d 18:35:16 ---> 091e216c94a7 18:35:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:16 Removing intermediate container 07ee3153898e 18:35:16 ---> ba6e6c879cbe 18:35:16 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:35:16 ---> Running in 84f7f306c918 18:35:16 ---> Running in a0de799cd7c2 18:35:16 ---> Running in 69586bba0df2 18:35:16 ---> Running in 8e15c88c1436 18:35:16 ---> Running in 4b2ff59fd9d2 18:35:16 Removing intermediate container 84f7f306c918 18:35:16 ---> 0b411ea0e692 18:35:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:35:16 ---> Running in 5089c6bde080 18:35:16 Removing intermediate container a0de799cd7c2 18:35:16 ---> 8ca581d3412e 18:35:16 Step 5/22 : RUN apk add --update --no-cache make git 18:35:16 Removing intermediate container 4b2ff59fd9d2 18:35:16 ---> 69192608738f 18:35:16 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:35:16 Removing intermediate container 69586bba0df2 18:35:16 ---> e129ba20c7cd 18:35:16 Step 5/24 : RUN apk add --update --no-cache make git 18:35:16 ---> Running in ab01dca3dcc0 18:35:16 ---> Running in 2cc0c0c41e10 18:35:16 ---> Running in f507a542a8d1 18:35:16 Removing intermediate container 8e15c88c1436 18:35:16 ---> 91e48ae136bc 18:35:16 Step 5/31 : RUN apk add --update --no-cache make git 18:35:16 ---> Running in 62ae9bbd4739 18:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:16 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:35:16 (Reading database ... 13912 files and directories currently installed.) 18:35:16 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:35:16 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:35:16 Setting up grep (3.1-2build1) ... 18:35:16 (Reading database ... 13912 files and directories currently installed.) 18:35:16 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:35:16 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:35:16 Setting up login (1:4.5-1ubuntu2) ... 18:35:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:16 (Reading database ... 13912 files and directories currently installed.) 18:35:16 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:16 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:16 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:17 (Reading database ... 13912 files and directories currently installed.) 18:35:17 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:17 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:17 OK: 217 MiB in 51 packages 18:35:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:35:17 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:17 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:17 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:35:17 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:18 OK: 217 MiB in 51 packages 18:35:18 OK: 217 MiB in 51 packages 18:35:18 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:35:18 (Reading database ... 13912 files and directories currently installed.) 18:35:18 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:35:18 OK: 217 MiB in 51 packages 18:35:18 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:35:19 Removing intermediate container 5089c6bde080 18:35:19 ---> 3504bcce7fea 18:35:19 Step 6/23 : COPY go.mod . 18:35:19 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:35:19 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:35:19 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:35:19 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:35:19 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:35:19 Removing intermediate container ab01dca3dcc0 18:35:19 ---> 98878480e0fa 18:35:19 Step 6/22 : COPY go.mod . 18:35:19 OK: 217 MiB in 51 packages 18:35:19 (Reading database ... 13912 files and directories currently installed.) 18:35:19 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:35:19 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:35:19 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:35:20 Removing intermediate container 62ae9bbd4739 18:35:20 ---> 7dd30a576ef6 18:35:20 Step 6/31 : COPY go.mod . 18:35:20 (Reading database ... 13912 files and directories currently installed.) 18:35:20 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:20 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:20 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:20 (Reading database ... 13912 files and directories currently installed.) 18:35:20 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:20 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:20 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:20 (Reading database ... 13912 files and directories currently installed.) 18:35:20 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:20 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:20 ---> d3b7a5ff06db 18:35:20 Step 7/23 : RUN go mod download 18:35:20 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:20 (Reading database ... 13912 files and directories currently installed.) 18:35:20 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:20 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:20 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:20 ---> Running in 162d18037e20 18:35:20 Removing intermediate container f507a542a8d1 18:35:20 ---> 265272e1a3ed 18:35:20 Step 6/24 : COPY go.mod . 18:35:20 (Reading database ... 13912 files and directories currently installed.) 18:35:20 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:20 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:20 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:20 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:20 ---> 8a5c74f6e5a7 18:35:20 Step 7/22 : RUN go mod download 18:35:20 ---> Running in 0a648934dc40 18:35:21 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:21 (Reading database ... 13912 files and directories currently installed.) 18:35:21 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:35:21 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:21 ---> 0b8f117a4c0f 18:35:21 Step 7/31 : RUN go mod download 18:35:21 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:21 (Reading database ... 13912 files and directories currently installed.) 18:35:21 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:21 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:21 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:35:21 ---> Running in cc4cd65bce47 18:35:21 (Reading database ... 13912 files and directories currently installed.) 18:35:21 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:21 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:21 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:35:21 Removing intermediate container 2cc0c0c41e10 18:35:21 ---> 020ce7f9233d 18:35:21 Step 6/22 : COPY go.mod . 18:35:21 ---> bcafea35dcc3 18:35:21 Step 7/24 : RUN go mod download 18:35:21 (Reading database ... 13912 files and directories currently installed.) 18:35:21 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:21 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:22 ---> Running in 5395ae572e8b 18:35:22 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:35:22 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:35:23 ---> b11692753ce2 18:35:23 Step 7/22 : RUN go mod download 18:35:23 ---> Running in 9fa1df24bb47 18:35:23 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:35:23 (Reading database ... 13912 files and directories currently installed.) 18:35:23 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:35:23 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:35:23 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:35:23 (Reading database ... 13912 files and directories currently installed.) 18:35:23 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:35:23 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:35:23 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:35:24 (Reading database ... 13914 files and directories currently installed.) 18:35:24 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:35:24 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:35:24 Setting up debconf (1.5.66ubuntu1) ... 18:35:24 (Reading database ... 13914 files and directories currently installed.) 18:35:24 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:35:24 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:35:24 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:35:24 (Reading database ... 13914 files and directories currently installed.) 18:35:24 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:35:24 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:35:24 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:35:24 Removing intermediate container 162d18037e20 18:35:24 ---> 62aa757f7c10 18:35:24 Step 8/23 : COPY . . 18:35:25 (Reading database ... 13914 files and directories currently installed.) 18:35:25 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:35:25 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:35:25 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:35:25 (Reading database ... 13914 files and directories currently installed.) 18:35:25 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:35:25 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:35:25 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:35:25 (Reading database ... 13914 files and directories currently installed.) 18:35:25 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:35:25 Removing intermediate container 0a648934dc40 18:35:25 ---> e8a23637beea 18:35:25 Step 8/22 : COPY . . 18:35:25 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:35:25 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:35:26 (Reading database ... 13914 files and directories currently installed.) 18:35:26 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:35:26 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:35:26 Removing intermediate container cc4cd65bce47 18:35:26 ---> 3966d7ba4fac 18:35:26 Step 8/31 : COPY . . 18:35:26 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 18:35:26 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 18:35:26 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:26 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:26 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:26 (Reading database ... 13914 files and directories currently installed.) 18:35:26 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:35:26 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:35:26 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:35:26 Removing intermediate container 5395ae572e8b 18:35:26 ---> 17e9f3dec441 18:35:26 Step 8/24 : COPY . . 18:35:26 (Reading database ... 13914 files and directories currently installed.) 18:35:26 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:35:26 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:35:26 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:35:27 (Reading database ... 13914 files and directories currently installed.) 18:35:27 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:35:27 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:35:27 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:35:27 (Reading database ... 13914 files and directories currently installed.) 18:35:27 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 18:35:27 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 18:35:27 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 18:35:27 (Reading database ... 13914 files and directories currently installed.) 18:35:27 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:35:27 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:35:28 Setting up passwd (1:4.5-1ubuntu2) ... 18:35:28 (Reading database ... 13914 files and directories currently installed.) 18:35:28 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:35:28 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:35:28 Removing intermediate container 9fa1df24bb47 18:35:28 ---> d090bb640e96 18:35:28 Step 8/22 : COPY . . 18:35:28 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:35:28 (Reading database ... 13914 files and directories currently installed.) 18:35:28 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:35:28 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:35:28 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:35:28 (Reading database ... 13914 files and directories currently installed.) 18:35:28 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:35:28 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:35:28 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:35:28 (Reading database ... 13914 files and directories currently installed.) 18:35:28 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:35:28 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:35:29 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:35:29 (Reading database ... 13914 files and directories currently installed.) 18:35:29 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:35:29 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:35:29 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:35:29 (Reading database ... 13914 files and directories currently installed.) 18:35:29 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:35:29 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:35:29 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:35:29 (Reading database ... 13914 files and directories currently installed.) 18:35:29 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:35:29 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:35:29 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:35:29 (Reading database ... 13915 files and directories currently installed.) 18:35:29 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:35:29 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:35:29 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:35:29 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:35:30 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 18:35:30 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 18:35:30 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:35:30 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:35:30 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:35:30 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:35:30 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:35:30 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:35:30 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:35:30 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:35:31 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:35:31 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:35:31 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:35:31 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:35:31 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:35:31 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:35:31 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:35:31 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:35:31 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:35:31 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:35:32 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:35:32 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:35:32 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:35:32 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:35:32 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:35:32 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:35:33 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:35:33 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:35:33 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:35:33 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:35:33 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:35:33 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:35:33 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:33 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:33 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:33 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:33 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:33 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:34 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:34 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:35 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:35 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:35 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:35 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:36 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:36 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:36 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:36 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:37 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:35:37 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:35:37 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:37 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:38 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:35:38 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:38 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:35:38 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:35:38 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:35:38 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:35:38 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:38 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:38 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:35:38 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:35:38 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:35:38 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:35:39 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:39 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:35:39 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:39 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:39 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:39 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:35:39 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:35:39 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:35:39 18:35:39 Current default time zone: 'Etc/UTC' 18:35:39 Local time is now: Mon Mar 29 18:35:39 UTC 2021. 18:35:39 Universal Time is now: Mon Mar 29 18:35:39 UTC 2021. 18:35:39 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:35:39 18:35:39 Setting up systemd-sysv (237-3ubuntu10.45) ... 18:35:39 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:39 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 18:35:39 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:35:39 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:35:39 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:35:39 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:35:39 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:35:39 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:35:39 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:35:39 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:39 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:35:40 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:40 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:35:40 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:40 Setting up patch (2.7.6-2ubuntu1.1) ... 18:35:40 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:35:40 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:35:40 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 18:35:40 Installing new version of config file /etc/ssl/openssl.cnf ... 18:35:40 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:35:40 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:35:40 Setting up ca-certificates (20210119~18.04.1) ... 18:35:42 Updating certificates in /etc/ssl/certs... 18:35:42 23 added, 27 removed; done. 18:35:42 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:35:42 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:35:42 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:35:42 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:35:43 Setting up pkgbinarymangler (138.18.04.1) ... 18:35:43 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:43 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:35:43 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:43 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:43 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:43 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:35:43 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:35:43 Setting up perl (5.26.1-6ubuntu0.5) ... 18:35:43 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:35:43 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:35:43 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:35:43 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:35:43 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:35:43 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:35:43 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:35:43 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:35:43 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:35:43 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:35:43 Processing triggers for systemd (237-3ubuntu10.45) ... 18:35:43 Processing triggers for mime-support (3.60ubuntu1) ... 18:35:43 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:35:43 Updating certificates in /etc/ssl/certs... 18:35:44 0 added, 0 removed; done. 18:35:44 Running hooks in /etc/ca-certificates/update.d... 18:35:44 done. 18:35:44 Reading package lists... 18:35:45 Building dependency tree... 18:35:45 Reading state information... 18:35:45 The following NEW packages will be installed: 18:35:45 apt-transport-https 18:35:45 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:35:45 Need to get 1696 B of archives. 18:35:45 After this operation, 153 kB of additional disk space will be used. 18:35:45 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:35:45 debconf: delaying package configuration, since apt-utils is not installed 18:35:45 Fetched 1696 B in 0s (8515 B/s) 18:35:45 Selecting previously unselected package apt-transport-https. 18:35:45 (Reading database ... 13920 files and directories currently installed.) 18:35:45 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:35:45 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:35:45 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:35:45 Waiting for network to be ready... 18:35:52 2021-03-29T18:35:49Z INFO Waiting for automatic snapd restart... 18:35:52 snapd 2.49.1 from Canonical* installed 18:35:53 "snapd" switched to the "latest/stable" channel 18:35:53 18:35:55 ---> 13ce56ada136 18:35:55 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:35:55 ---> a2f9d121fde5 18:35:55 Step 9/23 : RUN make cmd/core-data/core-data 18:35:55 ---> 51fb513d84cd 18:35:55 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:35:55 ---> ce8fd6f0ace5 18:35:55 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:35:55 ---> 33cd8597a0cb 18:35:55 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:35:55 ---> Running in b90adda3bf24 18:35:55 ---> Running in fc72b1041525 18:35:55 ---> Running in d12eb667f726 18:35:55 ---> Running in d873b015abfa 18:35:55 ---> Running in 548e85e89ec6 18:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:35:55 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 18:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:35:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:35:56 core18 20210128 from Canonical* installed 18:35:56 "core18" switched to the "latest/stable" channel 18:35:56 18:35:59 snapcraft 4.5.4 from Canonical* installed 18:35:59 "snapcraft" switched to the "latest/stable" channel 18:35:59 18:36:03 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: 18:36:03 - README.md 18:36:03 18:36:03 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:36:09 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:36:09 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:36:09 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:36:09 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:36:10 Reading package lists... 18:36:10 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 18:36:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:36:17 Reading package lists... 18:36:17 Building dependency tree... 18:36:17 Reading state information... 18:36:17 Suggested packages: 18:36:17 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:36:17 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:36:17 Recommended packages: 18:36:17 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:36:17 The following NEW packages will be installed: 18:36:17 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:36:17 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:36:17 pkg-config zip 18:36:17 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:36:17 Need to get 7657 kB of archives. 18:36:17 After this operation, 43.8 MB of additional disk space will be used. 18:36:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 18:36:17 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:36:17 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:36:17 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:36:17 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:36:17 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:36:18 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:36:18 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:36:18 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:36:18 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:36:18 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:36:18 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 18:36:18 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 18:36:18 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:36:18 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:36:18 debconf: delaying package configuration, since apt-utils is not installed 18:36:18 Fetched 7657 kB in 1s (7232 kB/s) 18:36:18 Selecting previously unselected package libglib2.0-0:amd64. 18:36:18 (Reading database ... 13924 files and directories currently installed.) 18:36:18 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 18:36:18 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:36:18 Selecting previously unselected package libpsl5:amd64. 18:36:18 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:36:18 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:36:18 Selecting previously unselected package libnghttp2-14:amd64. 18:36:18 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:36:18 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:36:18 Selecting previously unselected package librtmp1:amd64. 18:36:18 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:36:19 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:36:19 Selecting previously unselected package libcurl3-gnutls:amd64. 18:36:19 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:36:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:36:19 Selecting previously unselected package liberror-perl. 18:36:19 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:36:19 Unpacking liberror-perl (0.17025-1) ... 18:36:19 Selecting previously unselected package git-man. 18:36:19 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 18:36:19 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 18:36:19 Selecting previously unselected package git. 18:36:19 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 18:36:19 Unpacking git (1:2.17.1-1ubuntu0.8) ... 18:36:20 Selecting previously unselected package libnorm1:amd64. 18:36:20 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:36:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:36:20 Selecting previously unselected package libpgm-5.2-0:amd64. 18:36:20 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:36:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:36:20 Selecting previously unselected package libsodium23:amd64. 18:36:20 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:36:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:36:20 Selecting previously unselected package libzmq5:amd64. 18:36:20 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:36:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:36:20 Selecting previously unselected package libzmq3-dev:amd64. 18:36:20 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:36:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:36:20 Selecting previously unselected package pkg-config. 18:36:20 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:36:20 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:36:21 Selecting previously unselected package zip. 18:36:21 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:36:21 Unpacking zip (3.0-11build1) ... 18:36:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:36:21 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 18:36:21 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:36:21 Setting up liberror-perl (0.17025-1) ... 18:36:21 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:36:21 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 18:36:21 No schema files found: doing nothing. 18:36:21 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:36:21 Setting up zip (3.0-11build1) ... 18:36:21 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:36:21 Setting up libsodium23:amd64 (1.0.16-2) ... 18:36:21 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:36:21 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:36:21 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:36:21 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:36:21 Setting up git (1:2.17.1-1ubuntu0.8) ... 18:36:21 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:36:28 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:36:28 git set to automatically installed. 18:36:28 git-man set to automatically installed. 18:36:28 libcurl3-gnutls set to automatically installed. 18:36:28 liberror-perl set to automatically installed. 18:36:28 libglib2.0-0 set to automatically installed. 18:36:28 libnghttp2-14 set to automatically installed. 18:36:28 libnorm1 set to automatically installed. 18:36:28 libpgm-5.2-0 set to automatically installed. 18:36:28 libpsl5 set to automatically installed. 18:36:28 librtmp1 set to automatically installed. 18:36:28 libsodium23 set to automatically installed. 18:36:28 libzmq3-dev set to automatically installed. 18:36:28 libzmq5 set to automatically installed. 18:36:28 pkg-config set to automatically installed. 18:36:28 zip set to automatically installed. 18:36:30 snapd is not logged in, snap install commands will use sudo 18:36:36 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:36:51 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 18:36:52 snapd is not logged in, snap install commands will use sudo 18:36:59 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:37:04 core18 20210309 from Canonical* refreshed 18:37:04 Pulling go-build-helper 18:37:04 + snapcraftctl pull 18:37:06 'app-service-config' has dependencies that need to be staged: go-build-helper 18:37:06 Skipping pull go-build-helper (already ran) 18:37:06 Building go-build-helper 18:37:06 + snapcraftctl build 18:37:07 Staging go-build-helper 18:37:07 + snapcraftctl stage 18:37:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:37:17 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:37:17 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 18:37:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 18:37:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:37:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:37:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 18:37:17 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 18:37:17 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 18:37:17 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 18:37:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:37:17 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:37:17 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:37:17 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:37:17 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:37:17 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:37:17 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:37:17 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:37:17 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:37:17 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 18:37:17 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 18:37:17 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:37:17 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:37:17 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 18:37:17 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 18:37:17 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 18:37:17 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 18:37:17 Fetched 24.2 MB in 0s (0 B/s) 18:37:17 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:37:17 Fetched 224 kB in 0s (0 B/s) 18:37:17 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:37:17 Fetched 157 kB in 0s (0 B/s) 18:37:17 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:37:17 Fetched 221 kB in 0s (0 B/s) 18:37:17 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:37:17 Fetched 143 kB in 0s (0 B/s) 18:37:17 Pulling app-service-config 18:37:17 + snapcraftctl pull 18:37:17 Cloning into '/root/parts/app-service-config/src'... 18:37:18 Pulling config-common 18:37:18 + snapcraftctl pull 18:37:22 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:37:22 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:37:22 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:37:22 Fetched 0 B in 0s (0 B/s) 18:37:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:37:22 Fetched 0 B in 0s (0 B/s) 18:37:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:37:22 Fetched 0 B in 0s (0 B/s) 18:37:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:37:22 Fetched 0 B in 0s (0 B/s) 18:37:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:37:22 Fetched 0 B in 0s (0 B/s) 18:37:22 Pulling edgex-go 18:37:22 + snapcraftctl pull 18:37:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:37:44 Removing intermediate container d12eb667f726 18:37:44 ---> 3225ab28e3ad 18:37:44 18:37:44 Step 10/31 : FROM alpine:3.12 18:37:44 3.12: Pulling from library/alpine 18:37:44 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:37:44 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:37:44 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:37:44 Fetched 0 B in 0s (0 B/s) 18:37:44 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:37:44 Fetched 96.5 kB in 0s (0 B/s) 18:37:44 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:37:44 Fetched 279 kB in 0s (0 B/s) 18:37:44 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:37:44 Fetched 122 kB in 0s (0 B/s) 18:37:44 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:37:44 Fetched 77.8 kB in 0s (0 B/s) 18:37:44 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:37:44 Fetched 8848 B in 0s (0 B/s) 18:37:44 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:37:44 Fetched 47.8 kB in 0s (0 B/s) 18:37:44 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:37:44 Fetched 45.6 kB in 0s (0 B/s) 18:37:44 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:37:44 Fetched 15.0 kB in 0s (0 B/s) 18:37:44 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:37:44 Fetched 214 kB in 0s (0 B/s) 18:37:44 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:37:44 Fetched 154 kB in 0s (0 B/s) 18:37:44 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:37:44 Fetched 50.6 kB in 0s (0 B/s) 18:37:44 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:37:44 Fetched 14.8 kB in 0s (0 B/s) 18:37:44 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:37:44 Fetched 41.8 kB in 0s (0 B/s) 18:37:44 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:37:44 Fetched 499 kB in 0s (0 B/s) 18:37:44 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:37:44 Fetched 111 kB in 0s (0 B/s) 18:37:44 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:37:44 Fetched 240 kB in 0s (0 B/s) 18:37:44 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:37:44 Fetched 29.3 kB in 0s (0 B/s) 18:37:44 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:37:44 Fetched 85.5 kB in 0s (0 B/s) 18:37:44 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:37:44 Fetched 24.5 kB in 0s (0 B/s) 18:37:44 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:37:44 Fetched 49.2 kB in 0s (0 B/s) 18:37:44 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:37:44 Fetched 54.2 kB in 0s (0 B/s) 18:37:44 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:37:44 Fetched 30.8 kB in 0s (0 B/s) 18:37:44 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:37:44 Fetched 15.8 kB in 0s (0 B/s) 18:37:44 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:37:44 Fetched 85.9 kB in 0s (0 B/s) 18:37:44 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:37:44 Fetched 8720 B in 0s (0 B/s) 18:37:44 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:37:44 Fetched 137 kB in 0s (0 B/s) 18:37:44 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:37:44 Fetched 119 kB in 0s (0 B/s) 18:37:44 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:37:44 Fetched 109 kB in 0s (0 B/s) 18:37:44 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:37:44 Fetched 11.1 kB in 0s (0 B/s) 18:37:44 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:37:44 Fetched 645 kB in 0s (0 B/s) 18:37:44 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:37:44 Fetched 41.3 kB in 0s (0 B/s) 18:37:44 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:37:44 Fetched 17.9 kB in 0s (0 B/s) 18:37:44 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:37:44 Fetched 368 kB in 0s (0 B/s) 18:37:44 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:37:44 Fetched 187 kB in 0s (0 B/s) 18:37:44 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:37:44 Fetched 175 kB in 0s (0 B/s) 18:37:44 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:37:44 Fetched 206 kB in 0s (0 B/s) 18:37:44 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 18:37:44 Fetched 1301 kB in 0s (0 B/s) 18:37:44 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:37:44 Fetched 36.2 kB in 0s (0 B/s) 18:37:44 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:37:44 Fetched 159 kB in 0s (0 B/s) 18:37:44 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:37:44 Fetched 107 kB in 0s (0 B/s) 18:37:44 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:37:44 Fetched 48.7 kB in 0s (0 B/s) 18:37:44 Pulling static-packages 18:37:44 + snapcraftctl pull 18:37:44 Pulling version 18:37:44 + cd /root/project 18:37:44 + [ -f VERSION ] 18:37:44 + PROJECT_VERSION=local-dev 18:37:44 + git rev-parse --short HEAD 18:37:44 + GIT_REVISION=cad76214 18:37:44 + snapcraftctl set-version local-dev 18:37:44 Skipping build go-build-helper (already ran) 18:37:44 Building app-service-config 18:37:44 + make build 18:37:44 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 18:37:45 Removing intermediate container d873b015abfa 18:37:45 ---> 449ae06e3dcb 18:37:45 18:37:45 Step 10/24 : FROM alpine:3.12 18:37:45 3.12: Pulling from library/alpine 18:37:45 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 18:37:45 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 18:37:45 Status: Image is up to date for alpine:3.12 18:37:45 Status: Downloaded newer image for alpine:3.12 18:37:45 ---> e47305ac9786 18:37:45 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 18:37:45 ---> e47305ac9786 18:37:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:37:46 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 18:37:46 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 18:37:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 18:37:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 18:37:46 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 18:37:46 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 18:37:46 go: downloading github.com/pelletier/go-toml v1.2.0 18:37:46 ---> Running in 9fe75607b706 18:37:46 ---> Running in 63660ab90aa7 18:37:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:37:46 go: downloading github.com/google/uuid v1.2.0 18:37:46 go: downloading github.com/go-kit/kit v0.8.0 18:37:46 go: downloading github.com/hashicorp/consul/api v1.8.1 18:37:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:37:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:37:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:37:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:37:46 go: downloading github.com/gorilla/mux v1.8.0 18:37:46 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 18:37:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:37:46 go: downloading github.com/x448/float16 v0.8.4 18:37:46 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 18:37:46 go: downloading github.com/mitchellh/copystructure v1.0.0 18:37:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:37:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:37:47 go: downloading github.com/leodido/go-urn v1.2.0 18:37:47 go: downloading github.com/hashicorp/serf v0.9.5 18:37:47 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:37:47 Removing intermediate container 9fe75607b706 18:37:47 ---> 555243ced7eb 18:37:47 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:37:47 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:37:47 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 18:37:47 go: downloading github.com/BurntSushi/toml v0.3.1 18:37:47 go: downloading github.com/hashicorp/go-hclog v0.12.0 18:37:47 ---> Running in d97f063eacd5 18:37:47 go: downloading github.com/go-playground/universal-translator v0.17.0 18:37:47 go: downloading github.com/go-playground/locales v0.13.0 18:37:47 go: downloading github.com/mattn/go-isatty v0.0.12 18:37:47 go: downloading github.com/fatih/color v1.9.0 18:37:47 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:37:47 go: downloading github.com/gorilla/websocket v1.4.2 18:37:47 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:37:47 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 18:37:47 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 18:37:47 go: downloading github.com/pebbe/zmq4 v1.2.5 18:37:47 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:37:47 go: downloading github.com/mattn/go-colorable v0.1.6 18:37:47 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:37:47 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:49 (1/6) Installing ca-certificates (20191127-r4) 18:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:49 (2/6) Installing nghttp2-libs (1.41.0-r0) 18:37:49 (3/6) Installing libcurl (7.69.1-r3) 18:37:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:37:49 (4/6) Installing curl (7.69.1-r3) 18:37:49 (5/6) Installing dumb-init (1.2.2-r1) 18:37:49 (6/6) Installing su-exec (0.2-r1) 18:37:49 Executing busybox-1.31.1-r19.trigger 18:37:49 Executing ca-certificates-20191127-r4.trigger 18:37:49 OK: 7 MiB in 20 packages 18:37:50 (1/2) Installing dumb-init (1.2.2-r1) 18:37:50 (2/2) Installing su-exec (0.2-r1) 18:37:50 Executing busybox-1.31.1-r19.trigger 18:37:50 OK: 5 MiB in 16 packages 18:37:53 Removing intermediate container d97f063eacd5 18:37:53 ---> 5f2385bc1bec 18:37:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:37:53 Removing intermediate container 63660ab90aa7 18:37:53 ---> bd8dae29af53 18:37:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:37:53 ---> Running in fb9d361e43c0 18:37:53 ---> Running in e7a897a9b670 18:37:55 Removing intermediate container e7a897a9b670 18:37:55 ---> d0e04e6f9620 18:37:55 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:37:55 Removing intermediate container fb9d361e43c0 18:37:55 ---> ff263529742e 18:37:55 Step 13/24 : WORKDIR / 18:37:55 ---> Running in 5b15681e3b17 18:37:56 ---> Running in 8c804f930e44 18:37:56 Removing intermediate container 548e85e89ec6 18:37:56 ---> 70a6675f6e2e 18:37:56 18:37:56 Step 10/22 : FROM alpine:3.12 18:37:56 ---> e47305ac9786 18:37:56 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:37:56 Removing intermediate container b90adda3bf24 18:37:56 ---> a652bd47439e 18:37:56 18:37:56 Step 10/22 : FROM alpine:3.12 18:37:56 ---> e47305ac9786 18:37:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:37:56 ---> Running in 5bcc629d2245 18:37:57 Removing intermediate container 5b15681e3b17 18:37:57 ---> c428a4fbbf63 18:37:57 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:37:57 ---> Running in 173d6a5b53a8 18:37:57 Removing intermediate container 8c804f930e44 18:37:57 ---> efc5395804c7 18:37:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:37:57 ---> Running in 6ad246f83d80 18:37:57 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 18:37:57 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 18:37:57 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 18:37:57 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 18:37:57 Building config-common 18:37:57 + snapcraftctl build 18:37:59 ---> 947dee37b6a4 18:37:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:37:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:37:59 Building edgex-go 18:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:00 + cd /root/parts/edgex-go/src 18:38:00 + make build 18:38:00 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 18:38:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:00 ---> 4f0d6b85070f 18:38:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:38:00 (1/1) Installing dumb-init (1.2.2-r1) 18:38:00 Executing busybox-1.31.1-r19.trigger 18:38:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 18:38:00 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:38:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 18:38:00 go: downloading github.com/imdario/mergo v0.3.12 18:38:00 go: downloading github.com/go-playground/validator/v10 v10.4.1 18:38:00 go: downloading github.com/pkg/errors v0.8.1 18:38:00 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 18:38:00 OK: 5 MiB in 15 packages 18:38:00 (1/2) Installing ca-certificates (20191127-r4) 18:38:00 (2/2) Installing dumb-init (1.2.2-r1) 18:38:00 Executing busybox-1.31.1-r19.trigger 18:38:01 Executing ca-certificates-20191127-r4.trigger 18:38:01 OK: 6 MiB in 16 packages 18:38:01 Removing intermediate container 6ad246f83d80 18:38:01 ---> d90894aab5b8 18:38:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:38:02 ---> Running in 5ef30943ac03 18:38:02 ---> 4961ad9bc4a8 18:38:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:38:02 Removing intermediate container 173d6a5b53a8 18:38:02 ---> 9b468b338f9f 18:38:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:38:02 Removing intermediate container 5ef30943ac03 18:38:02 ---> 0a4ed6363f23 18:38:02 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:38:03 ---> Running in b0af79b93cde 18:38:03 Removing intermediate container 5bcc629d2245 18:38:03 ---> 84a0a1316900 18:38:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:38:03 ---> 2c102ad56fc4 18:38:03 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:38:04 ---> Running in a6b907c6eaac 18:38:04 Removing intermediate container b0af79b93cde 18:38:04 ---> 4bef661d9530 18:38:04 Step 13/22 : ENV APP_PORT=48085 18:38:04 ---> 84f99e02d0a6 18:38:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:38:04 ---> Running in 6aed98add172 18:38:04 ---> Running in c0c7f4249b9c 18:38:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:38:04 go: downloading gopkg.in/yaml.v2 v2.4.0 18:38:05 Removing intermediate container a6b907c6eaac 18:38:05 ---> 0033121e3b63 18:38:05 Step 13/22 : ENV APP_PORT=48060 18:38:05 ---> ddeb2e2a0b4b 18:38:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:38:06 ---> Running in 743725783d05 18:38:06 Removing intermediate container 6aed98add172 18:38:06 ---> 77a3cc00e3e6 18:38:06 Step 14/22 : EXPOSE $APP_PORT 18:38:06 ---> Running in c606eb5d99f0 18:38:07 Removing intermediate container 743725783d05 18:38:07 ---> ecb08f5ef47e 18:38:07 Step 14/22 : EXPOSE $APP_PORT 18:38:07 ---> Running in 854654121d4a 18:38:07 Removing intermediate container c606eb5d99f0 18:38:07 ---> 23ecefbda56c 18:38:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:07 ---> f0fd6127d05b 18:38:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:38:08 ---> Running in 75189d21538f 18:38:08 Removing intermediate container 854654121d4a 18:38:08 ---> 00006ca04d2c 18:38:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:38:09 ---> 8bdf934f51ba 18:38:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:38:09 Removing intermediate container fc72b1041525 18:38:09 ---> 1fa78f794c83 18:38:09 18:38:09 Step 10/23 : FROM alpine:3.12 18:38:09 ---> e47305ac9786 18:38:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:38:09 Removing intermediate container c0c7f4249b9c 18:38:09 ---> 0586b4183321 18:38:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:10 ---> Running in 87ba0a221f66 18:38:10 ---> 06e231b711b7 18:38:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:38:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:38:11 ---> c4badbd039a9 18:38:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:38:11 Removing intermediate container 87ba0a221f66 18:38:11 ---> c6ce5720aadd 18:38:11 Step 12/23 : ENV APP_PORT=48080 18:38:11 ---> 3bdce7732ea9 18:38:11 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:38:11 ---> Running in 4ffd0d4de5d2 18:38:11 ---> c892539fc91a 18:38:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:38:12 Removing intermediate container 75189d21538f 18:38:12 Removing intermediate container 4ffd0d4de5d2 18:38:12 ---> 7d94b8957406 18:38:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:38:12 ---> 7d75f183ca60 18:38:12 Step 13/23 : EXPOSE $APP_PORT 18:38:12 ---> e298bcdf5b80 18:38:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:38:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:38:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:38:12 go: downloading github.com/stretchr/testify v1.7.0 18:38:12 ---> Running in f373687fa7c2 18:38:12 ---> Running in b99e5c5df90b 18:38:12 ---> Running in 19191e6aa5fa 18:38:12 ---> d7d7571b01ce 18:38:12 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:38:12 ---> 93610a9d861a 18:38:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:38:13 go: downloading github.com/davecgh/go-spew v1.1.1 18:38:13 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:38:13 go: downloading github.com/pmezard/go-difflib v1.0.0 18:38:13 ---> Running in 281d6c898fbd 18:38:13 Removing intermediate container b99e5c5df90b 18:38:13 ---> 1427148f1672 18:38:13 Step 22/24 : LABEL arch=arm64 18:38:13 Removing intermediate container f373687fa7c2 18:38:13 ---> 02f6c3636397 18:38:13 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:38:13 Removing intermediate container 19191e6aa5fa 18:38:13 ---> 375c105904e7 18:38:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:13 ---> Running in 2a1f9d0cd364 18:38:13 ---> Running in 919a60970e6f 18:38:13 ---> Running in 1de56121a20a 18:38:13 Removing intermediate container 281d6c898fbd 18:38:13 ---> a8c70398dae2 18:38:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:13 ---> 56644867310d 18:38:13 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:38:14 ---> Running in 32f88a710c6e 18:38:14 Removing intermediate container 919a60970e6f 18:38:14 ---> 9fac107518a8 18:38:14 Step 23/24 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:38:14 Removing intermediate container 1de56121a20a 18:38:14 ---> 8da0cbaef3e3 18:38:14 Step 20/22 : LABEL arch=arm64 18:38:14 ---> Running in 341fef92d12b 18:38:14 ---> Running in b9e8680faa20 18:38:14 Removing intermediate container 32f88a710c6e 18:38:14 ---> a244c90561d8 18:38:14 Step 20/22 : LABEL arch=arm64 18:38:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:38:14 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:38:14 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:38:15 ---> Running in f25826cdec50 18:38:15 ---> 78b58319f3df 18:38:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:38:15 Removing intermediate container 341fef92d12b 18:38:15 ---> cabeb3488f4d 18:38:15 Step 24/24 : LABEL version=0.0.0 18:38:15 Removing intermediate container b9e8680faa20 18:38:15 ---> 890b964ac7ec 18:38:15 Step 21/22 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:38:15 ---> Running in b4779377532f 18:38:15 ---> Running in 3061af72a86d 18:38:15 Removing intermediate container f25826cdec50 18:38:15 ---> 3e298bf02f1f 18:38:15 Step 21/22 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:38:16 ---> Running in 55e86223374b 18:38:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:38:16 ---> 98fabbb760d1 18:38:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:38:16 Removing intermediate container b4779377532f 18:38:16 ---> fcc87fb12deb 18:38:16 18:38:16 Removing intermediate container 2a1f9d0cd364 18:38:16 ---> 7c724e9eef88 18:38:16 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:38:16 Removing intermediate container 3061af72a86d 18:38:16 ---> 78f7d399ef75 18:38:16 Step 22/22 : LABEL version=0.0.0 18:38:16 ---> Running in 61d13e1ded13 18:38:17 Successfully built fcc87fb12deb 18:38:17 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:38:17  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 18:38:17 ---> Running in 86994c77285e 18:38:17 ---> Running in c0c1e229ba3c 18:38:17 Removing intermediate container 55e86223374b 18:38:17 ---> 658cddd91918 18:38:17 Step 22/22 : LABEL version=0.0.0 18:38:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:38:17 ---> Running in 537918e95e7a 18:38:17 Removing intermediate container 61d13e1ded13 18:38:17 ---> dc9f710c0ca0 18:38:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:38:17 Removing intermediate container 86994c77285e 18:38:17 ---> 51cda482da80 18:38:17 18:38:18 Removing intermediate container 537918e95e7a 18:38:18 ---> 0ef3f258ee9c 18:38:18 18:38:18 Successfully built 51cda482da80 18:38:18 Successfully tagged docker-support-scheduler-go-arm64:latest 18:38:18  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 18:38:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:38:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:38:18 Successfully built 0ef3f258ee9c 18:38:19 Successfully tagged docker-support-notifications-go-arm64:latest 18:38:19 Building docker-core-metadata-go 18:38:19  Building docker-support-notifications-go ... done  ---> 562b8a8a7c22 18:38:19 Step 26/31 : RUN chmod +x /entrypoint.sh 18:38:19 ---> Running in a975fbc3ebbc 18:38:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:38:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:38:19 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:38:20 (1/6) Installing dumb-init (1.2.2-r1) 18:38:20 (2/6) Installing libgcc (9.3.0-r2) 18:38:20 (3/6) Installing libsodium (1.0.18-r0) 18:38:20 (4/6) Installing libstdc++ (9.3.0-r2) 18:38:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:38:21 go: downloading github.com/lib/pq v1.9.0 18:38:21 (5/6) Installing libzmq (4.3.3-r0) 18:38:21 (6/6) Installing zeromq (4.3.3-r0) 18:38:21 Executing busybox-1.31.1-r19.trigger 18:38:21 OK: 8 MiB in 20 packages 18:38:22 Removing intermediate container a975fbc3ebbc 18:38:22 ---> 77bba0cac5b9 18:38:22 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:38:22 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:38:22 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:38:22 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:38:22 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:38:22 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:38:22 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:38:22 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:38:22 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:38:22 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:38:22 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:38:22 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:38:22 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:38:22 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:38:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:38:22 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:38:22 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:38:22 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:38:22 + 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 18:38:22 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:38:22 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:38:22 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 18:38:22 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:38:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:38:22 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:38:22 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:38:22 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:38:24 ---> Running in a8be504b1b2c 18:38:25 Removing intermediate container a8be504b1b2c 18:38:25 ---> 78c75f6e1465 18:38:25 Step 28/31 : CMD ["gate"] 18:38:26 Removing intermediate container c0c1e229ba3c 18:38:26 ---> 08cc5a45522c 18:38:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:26 Building static-packages 18:38:26 + snapcraftctl build 18:38:26 ---> Running in 4966cd3afacd 18:38:27 ---> f85fce94d626 18:38:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:38:27 Building version 18:38:27 + snapcraftctl build 18:38:27 Removing intermediate container 4966cd3afacd 18:38:27 ---> f6c756b32a2a 18:38:27 Step 29/31 : LABEL arch=arm64 18:38:28 ---> Running in ffa773173734 18:38:28 ---> 7d4a71b44d5a 18:38:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:38:28 Removing intermediate container ffa773173734 18:38:28 ---> 783e99747d6c 18:38:28 Step 30/31 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:38:29 ---> Running in 64f7564f8582 18:38:29 Skipping stage go-build-helper (already ran) 18:38:29 Staging app-service-config 18:38:29 + snapcraftctl stage 18:38:30 ---> 3c6c4f5005da 18:38:30 Step 19/23 : ENTRYPOINT ["/core-data"] 18:38:30 Staging config-common 18:38:30 + snapcraftctl stage 18:38:31 Removing intermediate container 64f7564f8582 18:38:31 ---> c1019e167b66 18:38:31 Step 31/31 : LABEL version=0.0.0 18:38:31 ---> Running in d27d1dc74277 18:38:31 Staging edgex-go 18:38:31 + snapcraftctl stage 18:38:31 ---> Running in 87319d31feed 18:38:31 Staging static-packages 18:38:31 + snapcraftctl stage 18:38:32 Removing intermediate container d27d1dc74277 18:38:32 ---> 35b701cf3e01 18:38:32 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:32 Removing intermediate container 87319d31feed 18:38:32 ---> f9f7bc3c813b 18:38:32 18:38:32 ---> Running in 2696ca894e39 18:38:32 Staging version 18:38:32 + snapcraftctl stage 18:38:33 Successfully built f9f7bc3c813b 18:38:33 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:38:33  Building docker-security-bootstrapper-go ... done Building docker-core-command-go 18:38:33 Removing intermediate container 2696ca894e39 18:38:33 ---> 6bc156d1f6b8 18:38:33 Step 21/23 : LABEL arch=arm64 18:38:33 Priming go-build-helper 18:38:33 + snapcraftctl prime 18:38:34 ---> Running in 517822ca3146 18:38:34 Removing intermediate container 517822ca3146 18:38:34 ---> b4f90c357489 18:38:34 Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:38:34 Priming app-service-config 18:38:34 + snapcraftctl prime 18:38:34 ---> Running in 99fb93624657 18:38:35 Removing intermediate container 99fb93624657 18:38:35 ---> c1e20aaab6d3 18:38:35 Step 23/23 : LABEL version=0.0.0 18:38:35 ---> Running in 0c4e9e145372 18:38:36 Removing intermediate container 0c4e9e145372 18:38:36 ---> 42b218f9f551 18:38:36 18:38:36 Priming config-common 18:38:36 + snapcraftctl prime 18:38:36 Successfully built 42b218f9f551 18:38:36 Successfully tagged docker-core-data-go-arm64:latest 18:38:36 Priming edgex-go 18:38:36 + snapcraftctl prime 18:38:38 Priming static-packages 18:38:38 + snapcraftctl prime 18:38:40 Priming version 18:38:40 + snapcraftctl prime 18:38:41 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:39:15  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:15 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:39:15 ---> b7b0518f17d6 18:39:15 Step 3/26 : WORKDIR /edgex-go 18:39:15 ---> Using cache 18:39:15 ---> 687306da4ba9 18:39:15 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:15 ---> Using cache 18:39:15 ---> 91e48ae136bc 18:39:15 Step 5/26 : RUN apk add --update --no-cache make bash git 18:39:15 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:15 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:39:15 ---> b7b0518f17d6 18:39:15 Step 3/21 : WORKDIR /edgex-go 18:39:15 ---> Using cache 18:39:15 ---> 687306da4ba9 18:39:15 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:15 ---> Using cache 18:39:15 ---> 91e48ae136bc 18:39:15 Step 5/21 : RUN apk add --update --no-cache make git 18:39:15 ---> Using cache 18:39:15 ---> 7dd30a576ef6 18:39:15 Step 6/21 : COPY go.mod . 18:39:15 ---> Using cache 18:39:15 ---> 0b8f117a4c0f 18:39:15 Step 7/21 : RUN go mod download 18:39:15 ---> Using cache 18:39:15 ---> 3966d7ba4fac 18:39:15 Step 8/21 : COPY . . 18:39:15 ---> Using cache 18:39:15 ---> ce8fd6f0ace5 18:39:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:39:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:39:15 ---> b7b0518f17d6 18:39:15 Step 3/23 : WORKDIR /edgex-go 18:39:15 ---> Using cache 18:39:15 ---> 687306da4ba9 18:39:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:15 ---> Using cache 18:39:15 ---> 91e48ae136bc 18:39:15 Step 5/23 : RUN apk add --update --no-cache make git 18:39:15 ---> Using cache 18:39:15 ---> 7dd30a576ef6 18:39:15 Step 6/23 : COPY go.mod . 18:39:15 ---> Using cache 18:39:15 ---> 0b8f117a4c0f 18:39:15 Step 7/23 : RUN go mod download 18:39:15 ---> Using cache 18:39:15 ---> 3966d7ba4fac 18:39:15 Step 8/23 : COPY . . 18:39:15 ---> Using cache 18:39:15 ---> ce8fd6f0ace5 18:39:15 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:39:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:39:17 ---> b7b0518f17d6 18:39:17 Step 3/23 : WORKDIR /edgex-go 18:39:17 ---> Using cache 18:39:17 ---> 687306da4ba9 18:39:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:17 ---> Using cache 18:39:17 ---> 91e48ae136bc 18:39:17 Step 5/23 : RUN apk add --update --no-cache make git 18:39:17 ---> Using cache 18:39:17 ---> 7dd30a576ef6 18:39:17 Step 6/23 : COPY go.mod . 18:39:17 ---> Using cache 18:39:17 ---> 0b8f117a4c0f 18:39:17 Step 7/23 : RUN go mod download 18:39:17 ---> Using cache 18:39:17 ---> 3966d7ba4fac 18:39:17 Step 8/23 : COPY . . 18:39:17 ---> Using cache 18:39:17 ---> ce8fd6f0ace5 18:39:17 Step 9/23 : RUN make cmd/core-command/core-command 18:39:18 ---> Running in 72d90392e06f 18:39:18 ---> Running in b34db22579c7 18:39:18 ---> Running in 2b4dc91171ba 18:39:18 ---> Running in f83a7321b3ab 18:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:39:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:39:21 OK: 217 MiB in 51 packages 18:39:22 Removing intermediate container 72d90392e06f 18:39:22 ---> 38eedcaee0c3 18:39:22 Step 6/26 : COPY go.mod . 18:39:24 ---> e45a9c3e56d2 18:39:24 Step 7/26 : RUN go mod download 18:39:24 ---> Running in 6912c9e46b87 18:39:28 Removing intermediate container 6912c9e46b87 18:39:28 ---> 46e6749fd93d 18:39:28 Step 8/26 : COPY . . 18:39:51 ---> 1fd918da38bf 18:39:51 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:39:51 ---> Running in e9fa773aeec5 18:39:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:40:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:40:56 Removing intermediate container 2b4dc91171ba 18:40:56 ---> e913ec0ee21b 18:40:56 18:40:56 Step 10/21 : FROM alpine:3.12 18:40:56 ---> e47305ac9786 18:40:56 Step 11/21 : RUN apk add --update --no-cache curl 18:40:56 ---> Running in b35749f6be7d 18:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:40:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:40:58 (1/4) Installing ca-certificates (20191127-r4) 18:40:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:40:58 (3/4) Installing libcurl (7.69.1-r3) 18:40:58 (4/4) Installing curl (7.69.1-r3) 18:40:58 Executing busybox-1.31.1-r19.trigger 18:40:58 Executing ca-certificates-20191127-r4.trigger 18:40:58 Removing intermediate container f83a7321b3ab 18:40:58 ---> 7f139a46e42b 18:40:58 18:40:58 Step 10/23 : FROM alpine:3.12 18:40:58 ---> e47305ac9786 18:40:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:40:58 ---> Using cache 18:40:58 ---> 9b468b338f9f 18:40:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:40:58 ---> Using cache 18:40:58 ---> 4bef661d9530 18:40:58 Step 13/23 : ENV APP_PORT=48082 18:40:58 ---> Running in 20dc07fcd990 18:40:58 OK: 7 MiB in 18 packages 18:40:59 Removing intermediate container 20dc07fcd990 18:40:59 ---> 35814f252995 18:40:59 Step 14/23 : EXPOSE $APP_PORT 18:40:59 ---> Running in 3e62156af425 18:41:00 Removing intermediate container 3e62156af425 18:41:00 ---> dc0edf179683 18:41:00 Step 15/23 : WORKDIR / 18:41:01 ---> Running in dadff0d7ca5c 18:41:01 Removing intermediate container b35749f6be7d 18:41:01 ---> f64a94dec8c5 18:41:01 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:41:01 ---> Running in 1a04fc263df8 18:41:01 Removing intermediate container dadff0d7ca5c 18:41:01 ---> 5343228f642d 18:41:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:02 Removing intermediate container 1a04fc263df8 18:41:02 ---> 117b72b7eba9 18:41:02 Step 13/21 : WORKDIR /edgex 18:41:02 ---> Running in 68e948ecb26b 18:41:03 ---> 0dd3990524aa 18:41:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:41:03 Removing intermediate container 68e948ecb26b 18:41:03 ---> f4619aac2f3a 18:41:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:41:04 ---> d64e69e1056d 18:41:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:41:05 ---> 1bcc82d29bee 18:41:05 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:41:06 ---> 8b1b2ff8ba05 18:41:06 Step 19/23 : ENTRYPOINT ["/core-command"] 18:41:06 ---> d91e22a4fda3 18:41:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:41:06 ---> Running in 7c67f18a3302 18:41:07 Removing intermediate container 7c67f18a3302 18:41:07 ---> 573958b880da 18:41:07 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:08 ---> Running in ca82a058aa57 18:41:08 ---> 8174ae69ad30 18:41:08 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:41:09 Removing intermediate container b34db22579c7 18:41:09 ---> fe7630362533 18:41:09 18:41:09 Step 10/23 : FROM alpine:3.12 18:41:09 ---> e47305ac9786 18:41:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:41:09 ---> Using cache 18:41:09 ---> 9b468b338f9f 18:41:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:41:09 ---> Using cache 18:41:09 ---> 4bef661d9530 18:41:09 Step 13/23 : ENV APP_PORT=48081 18:41:09 ---> Running in ad58dfbe461b 18:41:09 Removing intermediate container ca82a058aa57 18:41:09 ---> ad9aed3bb411 18:41:09 Step 21/23 : LABEL arch=arm64 18:41:09 ---> Running in 7212f8ded1ba 18:41:09 ---> Running in 1a623d541098 18:41:09 Removing intermediate container ad58dfbe461b 18:41:09 ---> 88b9188b1ae8 18:41:09 Step 18/21 : CMD ["--init=true"] 18:41:09 ---> Running in f8c989802352 18:41:10 Removing intermediate container 7212f8ded1ba 18:41:10 ---> 669b472d58db 18:41:10 Step 14/23 : EXPOSE $APP_PORT 18:41:10 Removing intermediate container 1a623d541098 18:41:10 ---> 54d50f49edb2 18:41:10 Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:41:10 ---> Running in 47d919b992ee 18:41:10 ---> Running in 25dd3f9f4134 18:41:10 Removing intermediate container f8c989802352 18:41:10 ---> 1a39a2e8151b 18:41:10 Step 19/21 : LABEL arch=arm64 18:41:10 ---> Running in c47a8718c52f 18:41:11 Removing intermediate container 47d919b992ee 18:41:11 ---> 91ed57616ed1 18:41:11 Step 15/23 : WORKDIR / 18:41:11 Removing intermediate container 25dd3f9f4134 18:41:11 ---> 5d5df8550546 18:41:11 Step 23/23 : LABEL version=0.0.0 18:41:11 ---> Running in b4e3d3616c16 18:41:11 ---> Running in 6444e7da8928 18:41:11 Removing intermediate container c47a8718c52f 18:41:11 ---> c7b7aedf85ed 18:41:11 Step 20/21 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:41:11 ---> Running in 457cf3b26e6d 18:41:12 Removing intermediate container e9fa773aeec5 18:41:12 ---> 609eeb487402 18:41:12 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:41:12 Removing intermediate container b4e3d3616c16 18:41:12 ---> f9d54f8bba57 18:41:12 18:41:12 Removing intermediate container 6444e7da8928 18:41:12 ---> 71200b74bdbe 18:41:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:41:12 ---> Running in b7fedb22670a 18:41:12 Removing intermediate container 457cf3b26e6d 18:41:12 ---> ec7433b6b72b 18:41:12 Step 21/21 : LABEL version=0.0.0 18:41:12 ---> Running in 8d6a942a16b6 18:41:12 Successfully built f9d54f8bba57 18:41:12 Successfully tagged docker-core-command-go-arm64:latest 18:41:13  Building docker-core-command-go ... done  ---> a31b8812fbe7 18:41:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:41:13 Removing intermediate container 8d6a942a16b6 18:41:13 ---> 64d5677f079e 18:41:13 18:41:14 Successfully built 64d5677f079e 18:41:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:41:14  Building docker-security-proxy-setup-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:41:15 ---> b9f96d5d074c 18:41:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:41:16 ---> 37b5fb2c747c 18:41:16 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:41:16 ---> Running in 6306c3d459b4 18:41:16 Removing intermediate container 6306c3d459b4 18:41:16 ---> 3cac11a844b5 18:41:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:41:16 ---> Running in 0945572cbc07 18:41:16 Removing intermediate container b7fedb22670a 18:41:16 ---> 4e1482435b6b 18:41:16 18:41:16 Step 11/26 : FROM docker:20.10.0 18:41:16 20.10.0: Pulling from library/docker 18:41:17 Removing intermediate container 0945572cbc07 18:41:17 ---> c281c8d11990 18:41:17 Step 21/23 : LABEL arch=arm64 18:41:17 ---> Running in 799b6259b290 18:41:18 Removing intermediate container 799b6259b290 18:41:18 ---> 320bfa171b8a 18:41:18 Step 22/23 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:41:18 ---> Running in 748f46777c54 18:41:19 Removing intermediate container 748f46777c54 18:41:19 ---> f7063f19db1d 18:41:19 Step 23/23 : LABEL version=0.0.0 18:41:19 ---> Running in 7ca671b8787b 18:41:20 Removing intermediate container 7ca671b8787b 18:41:20 ---> 6fc9a6a6dac5 18:41:20 18:41:21 Successfully built 6fc9a6a6dac5 18:41:21 Successfully tagged docker-core-metadata-go-arm64:latest 18:41:25  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:41:25 Status: Downloaded newer image for docker:20.10.0 18:41:25 ---> eeaf43b92773 18:41:25 Step 12/26 : RUN apk add --no-cache bash 18:41:26 ---> Running in 9b9da0a14c99 18:41:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:28 (1/2) Installing readline (8.0.4-r0) 18:41:28 (2/2) Installing bash (5.0.17-r0) 18:41:28 Executing bash-5.0.17-r0.post-install 18:41:28 Executing busybox-1.31.1-r19.trigger 18:41:28 OK: 12 MiB in 22 packages 18:41:29 Removing intermediate container 9b9da0a14c99 18:41:29 ---> 83c5461196fc 18:41:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:41:29 ---> Running in cb6807e9fb7a 18:41:30 Removing intermediate container cb6807e9fb7a 18:41:30 ---> 5a5d9d46d8fe 18:41:30 Step 14/26 : ENV APP_PORT=48090 18:41:30 ---> Running in cc4e8c960093 18:41:30 Removing intermediate container cc4e8c960093 18:41:30 ---> e59dbf0075f5 18:41:30 Step 15/26 : EXPOSE $APP_PORT 18:41:30 ---> Running in e5e55debd74b 18:41:31 Removing intermediate container e5e55debd74b 18:41:31 ---> 17806622be6e 18:41:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:41:32 ---> 87eddd9cfc64 18:41:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:41:33 ---> e15d951f51cf 18:41:33 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:41:34 ---> 6cf741e469ca 18:41:34 Step 19/26 : RUN apk --no-cache add py3-pip 18:41:34 ---> Running in 9aaf19c71735 18:41:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:41:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:41:36 (1/33) Installing libbz2 (1.0.8-r1) 18:41:36 (2/33) Installing expat (2.2.9-r1) 18:41:36 (3/33) Installing libffi (3.3-r2) 18:41:36 (4/33) Installing gdbm (1.13-r1) 18:41:36 (5/33) Installing xz-libs (5.2.5-r0) 18:41:36 (6/33) Installing sqlite-libs (3.32.1-r0) 18:41:36 (7/33) Installing python3 (3.8.8-r0) 18:41:38 (8/33) Installing py3-appdirs (1.4.4-r1) 18:41:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:41:38 (10/33) Installing py3-parsing (2.4.7-r0) 18:41:38 (11/33) Installing py3-six (1.15.0-r0) 18:41:38 (12/33) Installing py3-packaging (20.4-r0) 18:41:38 (13/33) Installing py3-setuptools (47.0.0-r0) 18:41:38 (14/33) Installing py3-chardet (3.0.4-r4) 18:41:38 (15/33) Installing py3-idna (2.9-r0) 18:41:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:41:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:41:38 (18/33) Installing py3-requests (2.23.0-r0) 18:41:38 (19/33) Installing py3-msgpack (1.0.0-r0) 18:41:38 (20/33) Installing py3-lockfile (0.12.2-r3) 18:41:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:41:38 (22/33) Installing py3-colorama (0.4.3-r0) 18:41:38 (23/33) Installing py3-distlib (0.3.0-r0) 18:41:38 (24/33) Installing py3-distro (1.5.0-r1) 18:41:38 (25/33) Installing py3-webencodings (0.5.1-r3) 18:41:38 (26/33) Installing py3-html5lib (1.0.1-r4) 18:41:38 (27/33) Installing py3-pytoml (0.1.21-r0) 18:41:38 (28/33) Installing py3-pep517 (0.8.2-r0) 18:41:38 (29/33) Installing py3-progress (1.5-r0) 18:41:38 (30/33) Installing py3-toml (0.10.1-r0) 18:41:38 (31/33) Installing py3-retrying (1.3.3-r0) 18:41:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:41:38 (33/33) Installing py3-pip (20.1.1-r0) 18:41:39 Executing busybox-1.31.1-r19.trigger 18:41:39 OK: 71 MiB in 55 packages 18:41:45 Removing intermediate container 9aaf19c71735 18:41:45 ---> 5355607e3e64 18:41:45 Step 20/26 : RUN pip install docker-compose==1.23.2 18:41:45 ---> Running in d9a8c9043bf3 18:41:51 Collecting docker-compose==1.23.2 18:41:51 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:41:51 Collecting texttable<0.10,>=0.9.0 18:41:51 Downloading texttable-0.9.1.tar.gz (11 kB) 18:41:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:41:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:41:55 Collecting cached-property<2,>=1.2.0 18:41:55 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:41:56 Collecting PyYAML<4,>=3.10 18:41:56 Downloading PyYAML-3.13.tar.gz (270 kB) 18:42:00 Collecting dockerpty<0.5,>=0.4.1 18:42:00 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:42:02 Collecting jsonschema<3,>=2.5.1 18:42:02 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:42:02 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:42:03 Collecting docker<4.0,>=3.6.0 18:42:03 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:42:03 Collecting docopt<0.7,>=0.6.1 18:42:03 Downloading docopt-0.6.2.tar.gz (25 kB) 18:42:06 Collecting websocket-client<1.0,>=0.32.0 18:42:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:42: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) 18:42:07 Collecting urllib3<1.25,>=1.21.1 18:42:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:42:07 Collecting idna<2.8,>=2.5 18:42:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:42:07 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) 18:42:08 Collecting docker-pycreds>=0.4.0 18:42:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:42:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:42:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:42:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:42:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:42:08 Installing collected packages: texttable, urllib3, idna, requests, cached-property, PyYAML, dockerpty, jsonschema, websocket-client, docker-pycreds, docker, docopt, docker-compose 18:42:08 Running setup.py install for texttable: started 18:42:10 Running setup.py install for texttable: finished with status 'done' 18:42:10 Attempting uninstall: urllib3 18:42:10 Found existing installation: urllib3 1.25.9 18:42:10 Uninstalling urllib3-1.25.9: 18:42:11 Successfully uninstalled urllib3-1.25.9 18:42:11 Attempting uninstall: idna 18:42:11 Found existing installation: idna 2.9 18:42:11 Uninstalling idna-2.9: 18:42:11 Successfully uninstalled idna-2.9 18:42:12 Attempting uninstall: requests 18:42:12 Found existing installation: requests 2.23.0 18:42:12 Uninstalling requests-2.23.0: 18:42:12 Successfully uninstalled requests-2.23.0 18:42:13 Running setup.py install for PyYAML: started 18:42:15 Running setup.py install for PyYAML: finished with status 'done' 18:42:15 Running setup.py install for dockerpty: started 18:42:17 Running setup.py install for dockerpty: finished with status 'done' 18:42:19 Running setup.py install for docopt: started 18:42:21 Running setup.py install for docopt: finished with status 'done' 18:42:22 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:42:27 Removing intermediate container d9a8c9043bf3 18:42:27 ---> fa4a0b44a4fa 18:42:27 Step 21/26 : RUN apk --no-cache add curl 18:42:27 ---> Running in b6f6e23f98c6 18:42:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:42:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:42:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:42:28 (2/3) Installing libcurl (7.69.1-r3) 18:42:28 (3/3) Installing curl (7.69.1-r3) 18:42:28 Executing busybox-1.31.1-r19.trigger 18:42:28 OK: 72 MiB in 58 packages 18:42:30 Removing intermediate container b6f6e23f98c6 18:42:30 ---> 90b75e8c75cf 18:42:30 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:42:30 ---> Running in e4920844b8b8 18:42:30 Removing intermediate container e4920844b8b8 18:42:30 ---> 784d10183735 18:42:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:42:30 ---> Running in a41491974bfa 18:42:31 Removing intermediate container a41491974bfa 18:42:31 ---> 0a635d3b6a30 18:42:31 Step 24/26 : LABEL arch=arm64 18:42:31 ---> Running in 3605d7b9a8d7 18:42:31 Removing intermediate container 3605d7b9a8d7 18:42:31 ---> 8515940a6d14 18:42:31 Step 25/26 : LABEL git_sha=cad762147c9a378943e78532a4f930cb036be87a 18:42:31 ---> Running in b94bd8d7d7be 18:42:32 Removing intermediate container b94bd8d7d7be 18:42:32 ---> c90e04f40161 18:42:32 Step 26/26 : LABEL version=0.0.0 18:42:32 ---> Running in 55a2e442b785 18:42:33 Removing intermediate container 55a2e442b785 18:42:33 ---> cd80af38c537 18:42:33 18:42:33 Successfully built cd80af38c537 18:42:33 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:42:33  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:42:33 $ docker stop --time=1 fd3a136c68bef817513aa057b3daae49008f18ffd94225e1d707ae617fb45fc7 18:42:35 $ docker rm -f fd3a136c68bef817513aa057b3daae49008f18ffd94225e1d707ae617fb45fc7 [Pipeline] // withDockerContainer [Pipeline] sh 18:42:36 + docker images 18:42:36 + grep docker 18:42:36 docker-sys-mgmt-agent-go-arm64 latest cd80af38c537 4 seconds ago 301MB 18:42:36 docker-core-metadata-go-arm64 latest 6fc9a6a6dac5 About a minute ago 17.9MB 18:42:36 docker-security-proxy-setup-go-arm64 latest 64d5677f079e About a minute ago 24.1MB 18:42:36 docker-core-command-go-arm64 latest f9d54f8bba57 About a minute ago 16.3MB 18:42:36 docker-core-data-go-arm64 latest 42b218f9f551 4 minutes ago 21.4MB 18:42:36 docker-security-bootstrapper-go-arm64 latest f9f7bc3c813b 4 minutes ago 17.9MB 18:42:36 docker-support-notifications-go-arm64 latest 0ef3f258ee9c 4 minutes ago 16.9MB 18:42:36 docker-support-scheduler-go-arm64 latest 51cda482da80 4 minutes ago 16.4MB 18:42:36 docker-security-secretstore-setup-go-arm64 latest fcc87fb12deb 4 minutes ago 24.4MB 18:42:36 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 18:42:37 ---> job-cost.sh 18:42:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-8b4e 18:43:24 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:45:01 lf-activate-venv(): INFO: Adding /tmp/venv-8b4e/bin to PATH 18:45:01 INFO: No Stack... 18:45:01 INFO: Retrieving Pricing Info for: lf-standard-4 18:45:01 INFO: Archiving Costs [Pipeline] sh 18:45:01 + + cutcat -d, /w/workspace/edgex-go/7/archives/cost.csv -f6 18:45:01 [Pipeline] lock 18:45:01 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3295-7-stack-cost] 18:45:01 Resource [jenkins-edgexfoundry-edgex-go-PR-3295-7-stack-cost] did not exist. Created. 18:45:01 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3295-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:45:02 + echo total: 0.20999999344348907 [Pipeline] stash 18:45:02 Stashed 1 file(s) [Pipeline] } 18:45:02 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3295-7-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 18:45:03 provisioning config files... 18:45:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config8872320357948098439tmp [Pipeline] { [Pipeline] sh 18:45:04 + set +x 18:45:04 + curl -s https://codecov.io/bash 18:45:04 + bash -s -- 18:45:04 18:45:04 _____ _ 18:45:04 / ____| | | 18:45:04 | | ___ __| | ___ ___ _____ __ 18:45:04 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:45:04 | |___| (_) | (_| | __/ (_| (_) \ V / 18:45:04 \_____\___/ \__,_|\___|\___\___/ \_/ 18:45:04 Bash-20210309-2b87ace 18:45:04 18:45:04 18:45:04 ==> git version 2.24.3 found 18:45:04 ==> 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 18:45:04 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:45:04 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:45:04 curl: option -sm: expected a proper numerical parameter 18:45:04 curl: try 'curl --help' or 'curl --manual' for more information 18:45:04 ==> Jenkins CI detected. 18:45:04 project root: . 18:45:04 --> token set from env 18:45:04 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:45:04 ==> Running gcov in . (disable via -X gcov) 18:45:04 ==> Python coveragepy not found 18:45:04 ==> Searching for coverage reports in: 18:45:04 + . 18:45:04 -> Found 1 reports 18:45:04 ==> Detecting git/mercurial file structure 18:45:05 ==> Reading reports 18:45:05 + ./coverage.out bytes=668090 18:45:05 ==> Appending adjustments 18:45:05 https://docs.codecov.io/docs/fixing-reports 18:45:09 + Found adjustments 18:45:09 ==> Gzipping contents 18:45:09 96K /tmp/codecov.rs541Q.gz 18:45:09 ==> Uploading reports 18:45:09 url: https://codecov.io 18:45:09 query: branch=PR-3295&commit=cad762147c9a378943e78532a4f930cb036be87a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3295%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3295&job=&cmd_args= 18:45:09 -> Pinging Codecov 18:45:09 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3295&commit=cad762147c9a378943e78532a4f930cb036be87a&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3295%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3295&job=&cmd_args= 18:45:09 -> Uploading to 18:45:09 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/cad762147c9a378943e78532a4f930cb036be87a/a748269a-c258-4773-bceb-45b4cf94e91d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T184509Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a6312d3b2691eb2c9dba4190265a6cfcdb5c99bf82484e1193b0643dcd280a30 18:45:09 % Total % Received % Xferd Average Speed Time Time Time Current 18:45:09 Dload Upload Total Spent Left Speed 18:45:09 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 50 96848 0 0 50 49152 0 210k --:--:-- --:--:-- --:--:-- 210k 100 96848 0 0 100 96848 0 186k --:--:-- --:--:-- --:--:-- 186k 18:45:09 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/cad762147c9a378943e78532a4f930cb036be87a [Pipeline] } 18:45:09 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 18:45:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:45:12 ---> package-listing.sh 18:45:12 ++ facter osfamily 18:45:12 ++ tr '[:upper:]' '[:lower:]' 18:45:12 + OS_FAMILY=redhat 18:45:12 + workspace=/w/workspace/edgex-go/7 18:45:12 + START_PACKAGES=/tmp/packages_start.txt 18:45:12 + END_PACKAGES=/tmp/packages_end.txt 18:45:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:45:12 + PACKAGES=/tmp/packages_start.txt 18:45:12 + '[' /w/workspace/edgex-go/7 ']' 18:45:12 + PACKAGES=/tmp/packages_end.txt 18:45:12 + case "${OS_FAMILY}" in 18:45:12 + rpm -qa 18:45:12 + sort 18:45:18 + '[' -f /tmp/packages_start.txt ']' 18:45:18 + '[' -f /tmp/packages_end.txt ']' 18:45:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:45:18 + '[' /w/workspace/edgex-go/7 ']' 18:45:18 + mkdir -p /w/workspace/edgex-go/7/archives/ 18:45:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 18:45:18 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:45:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:45:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:18 18:45:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:45:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:19 alpine: Pulling from edgex-lftools-log-publisher 18:45:19 df20fa9351a1: Pulling fs layer 18:45:19 36b3adc4ff6f: Pulling fs layer 18:45:19 8ad3a11d3b57: Pulling fs layer 18:45:19 46f8f816bc3b: Pulling fs layer 18:45:19 93b61091891f: Pulling fs layer 18:45:19 93b9cdb0e59b: Pulling fs layer 18:45:19 5e14af77c1be: Pulling fs layer 18:45:19 01666e4c0597: Pulling fs layer 18:45:19 aa168da1d23b: Pulling fs layer 18:45:19 46f8f816bc3b: Waiting 18:45:19 93b61091891f: Waiting 18:45:19 93b9cdb0e59b: Waiting 18:45:19 5e14af77c1be: Waiting 18:45:19 01666e4c0597: Waiting 18:45:19 aa168da1d23b: Waiting 18:45:19 36b3adc4ff6f: Verifying Checksum 18:45:19 36b3adc4ff6f: Download complete 18:45:19 46f8f816bc3b: Verifying Checksum 18:45:19 46f8f816bc3b: Download complete 18:45:19 df20fa9351a1: Download complete 18:45:19 93b9cdb0e59b: Verifying Checksum 18:45:19 93b9cdb0e59b: Download complete 18:45:19 93b61091891f: Download complete 18:45:19 01666e4c0597: Verifying Checksum 18:45:19 01666e4c0597: Download complete 18:45:19 8ad3a11d3b57: Verifying Checksum 18:45:19 8ad3a11d3b57: Download complete 18:45:19 df20fa9351a1: Pull complete 18:45:20 36b3adc4ff6f: Pull complete 18:45:20 5e14af77c1be: Verifying Checksum 18:45:20 5e14af77c1be: Download complete 18:45:20 8ad3a11d3b57: Pull complete 18:45:21 aa168da1d23b: Download complete 18:45:22 46f8f816bc3b: Pull complete 18:45:23 93b61091891f: Pull complete 18:45:23 93b9cdb0e59b: Pull complete 18:45:23 5e14af77c1be: Pull complete 18:45:23 01666e4c0597: Pull complete 18:45:33 aa168da1d23b: Pull complete 18:45:33 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:45:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:45:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:45:33 prd-centos7-docker-4c-2g-31792 does not seem to be running inside a container 18:45:33 $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:45:40 $ docker top 44d029ca45b474a6ac1bf522b52c5025d055b74f9aeab4eca6c6c3b96579de9e -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:40 + touch /tmp/pre-build-complete [Pipeline] sh 18:45:41 + mkdir -p /var/log/sa [Pipeline] sh 18:45:41 + ls /var/log/sa-host 18:45:41 + sadf -c /var/log/sa-host/sa23 18:45:41 file_magic: OK 18:45:41 HZ: Using current value: 100 18:45:41 file_header: OK 18:45:41 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 18:45:41 Statistics: 18:45:41 Hnuu...uuuununununu... 18:45:41 File successfully converted to sysstat format version 12.2.1 18:45:41 + sadf -c /var/log/sa-host/sa29 18:45:41 file_magic: OK 18:45:41 HZ: Using current value: 100 18:45:41 file_header: OK 18:45:41 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 18:45:41 Statistics: 18:45:41 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... 18:45:41 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:45:41 provisioning config files... 18:45:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config3895309685588113958tmp [Pipeline] { [Pipeline] echo 18:45:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:45:42 ---> create-netrc.sh [Pipeline] } 18:45:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:45:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:45:42 ---> python-tools-install.sh [Pipeline] echo 18:45:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:45:42 ---> sudo-logs.sh 18:45:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:45:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:45:43 ---> job-cost.sh 18:45:43 lf-activate-venv: SKIPPING 18:45:43 DEBUG: total: 0.20999999344348907 18:45:43 INFO: Retrieving Stack Cost... 18:45:44 INFO: Retrieving Pricing Info for: v1-standard-2 18:45:44 INFO: Archiving Costs [Pipeline] echo 18:45:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:45:45 ---> logs-deploy.sh 18:45:45 lf-activate-venv: SKIPPING 18:45:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3295/7 18:45:45 INFO: archiving workspace using pattern(s): 18:45:47 Archives upload complete. 18:45:47 INFO: archiving logs to Nexus 18:45:48 ---> uname -a: 18:45:48 Linux prd-centos7-docker-4c-2g-31792.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:45:48 18:45:48 18:45:48 ---> lscpu: 18:45:48 Architecture: x86_64 18:45:48 CPU op-mode(s): 32-bit, 64-bit 18:45:48 Byte Order: Little Endian 18:45:48 Address sizes: 40 bits physical, 48 bits virtual 18:45:48 CPU(s): 4 18:45:48 On-line CPU(s) list: 0-3 18:45:48 Thread(s) per core: 1 18:45:48 Core(s) per socket: 1 18:45:48 Socket(s): 4 18:45:48 NUMA node(s): 1 18:45:48 Vendor ID: GenuineIntel 18:45:48 CPU family: 6 18:45:48 Model: 44 18:45:48 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:45:48 Stepping: 1 18:45:48 CPU MHz: 2933.438 18:45:48 BogoMIPS: 5866.87 18:45:48 Virtualization: VT-x 18:45:48 Hypervisor vendor: KVM 18:45:48 Virtualization type: full 18:45:48 L1d cache: 128 KiB 18:45:48 L1i cache: 128 KiB 18:45:48 L2 cache: 16 MiB 18:45:48 L3 cache: 64 MiB 18:45:48 NUMA node0 CPU(s): 0-3 18:45:48 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:45:48 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:45:48 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:45:48 Vulnerability Meltdown: Mitigation; PTI 18:45:48 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:45:48 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:45:48 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:45:48 Vulnerability Srbds: Not affected 18:45:48 Vulnerability Tsx async abort: Not affected 18:45:48 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 18:45:48 18:45:48 18:45:48 ---> nproc: 18:45:48 4 18:45:48 18:45:48 18:45:48 ---> df -h: 18:45:48 Filesystem Size Used Available Use% Mounted on 18:45:48 overlay 50.0G 13.1G 36.9G 26% / 18:45:48 tmpfs 64.0M 0 64.0M 0% /dev 18:45:48 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:45:48 shm 64.0M 0 64.0M 0% /dev/shm 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /facter-os 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/resolv.conf 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hostname 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /etc/hosts 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/auth.log 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /run/cloud-init/result.json 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/sa-host 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /var/log/secure 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/7 18:45:48 /dev/vda1 50.0G 13.1G 36.9G 26% /w/workspace/edgex-go/7@tmp 18:45:48 18:45:48 18:45:48 ---> free -m: 18:45:48 total used free shared buff/cache available 18:45:48 Mem: 1837 701 144 0 991 1053 18:45:48 Swap: 1023 63 960 18:45:48 18:45:48 18:45:48 ---> ip addr: 18:45:48 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:45:48 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:45:48 inet 127.0.0.1/8 scope host lo 18:45:48 valid_lft forever preferred_lft forever 18:45:48 inet6 ::1/128 scope host 18:45:48 valid_lft forever preferred_lft forever 18:45:48 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:45:48 link/ether fa:16:3e:0b:51:8e brd ff:ff:ff:ff:ff:ff 18:45:48 inet 10.30.122.155/23 brd 10.30.123.255 scope global dynamic eth0 18:45:48 valid_lft 84925sec preferred_lft 84925sec 18:45:48 inet6 fe80::f816:3eff:fe0b:518e/64 scope link 18:45:48 valid_lft forever preferred_lft forever 18:45:48 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:45:48 link/ether 02:42:b0:c1:01:5d brd ff:ff:ff:ff:ff:ff 18:45:48 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:45:48 valid_lft forever preferred_lft forever 18:45:48 inet6 fe80::42:b0ff:fec1:15d/64 scope link 18:45:48 valid_lft forever preferred_lft forever 18:45:48 18:45:48 18:45:48 ---> sar -b -r -n DEV: 18:45:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:45:48 18:45:48 18:21:01 LINUX RESTART (4 CPU) 18:45:48 18:45:48 18:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:45:48 18:23:01 172.87 85.30 87.57 0.00 10162.48 38435.33 0.00 18:45:48 18:24:02 239.36 95.42 143.93 0.00 3741.72 25795.22 0.00 18:45:48 18:25:01 140.06 56.52 83.55 0.00 2438.05 10414.25 0.00 18:45:48 18:26:01 146.44 73.26 73.18 0.00 3685.72 8262.66 0.00 18:45:48 18:27:02 536.64 318.06 218.58 0.00 76434.43 149467.72 0.00 18:45:48 18:28:01 3213.98 2842.50 371.48 0.00 158204.58 175145.86 0.00 18:45:48 18:29:01 397.51 180.39 217.12 0.00 15716.22 38909.77 0.00 18:45:48 18:30:03 2259.75 1865.49 394.25 0.00 130491.15 158100.03 0.00 18:45:48 18:31:01 1855.81 1586.81 268.99 0.00 94265.76 104735.98 0.00 18:45:48 18:32:01 174.88 42.15 132.73 0.00 5099.65 18145.63 0.00 18:45:48 18:33:01 2.50 1.22 1.28 0.00 63.41 18.25 0.00 18:45:48 18:34:01 0.32 0.00 0.32 0.00 0.00 4.90 0.00 18:45:48 18:35:01 0.37 0.03 0.33 0.00 0.40 4.45 0.00 18:45:48 18:36:01 1.73 1.47 0.27 0.00 48.63 3.85 0.00 18:45:48 18:37:02 1.05 0.20 0.85 0.00 63.40 16.80 0.00 18:45:48 18:38:01 0.34 0.03 0.30 0.00 0.68 4.57 0.00 18:45:48 18:39:01 0.33 0.00 0.33 0.00 0.00 5.35 0.00 18:45:48 18:40:01 0.33 0.13 0.20 0.00 1.33 2.38 0.00 18:45:48 18:41:01 0.30 0.02 0.28 0.00 0.13 3.56 0.00 18:45:48 18:42:01 0.30 0.02 0.28 0.00 0.27 3.01 0.00 18:45:48 18:43:01 0.22 0.03 0.18 0.00 0.40 2.16 0.00 18:45:48 18:44:01 0.30 0.00 0.30 0.00 0.00 3.43 0.00 18:45:48 18:45:01 0.28 0.03 0.25 0.00 0.27 2.70 0.00 18:45:48 Average: 396.98 310.05 86.93 0.00 21779.53 31719.23 0.00 18:45:48 18:45:48 18:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:45:48 18:23:01 157636 0 711608 37.82 2380 1009920 1530296 52.23 611552 875516 72688 18:45:48 18:24:02 286008 0 711228 37.80 1504 882804 1323284 45.16 477740 835120 48 18:45:48 18:25:01 204996 0 822684 43.72 684 853180 1888248 64.44 708132 678572 83852 18:45:48 18:26:01 199728 0 754056 40.08 668 927092 1425424 48.65 627840 756096 86076 18:45:48 18:27:02 53040 0 813532 43.24 12 1014960 2246800 76.68 725504 896084 59840 18:45:48 18:28:01 503468 0 723312 38.44 12 654752 2351432 80.25 548024 596732 0 18:45:48 18:29:01 183640 0 758024 40.29 12 939868 2110720 72.04 516688 921328 164 18:45:48 18:30:03 65232 0 792160 42.10 12 1024140 2243100 76.55 731736 856504 83288 18:45:48 18:31:01 154380 0 938608 49.88 12 788544 2501876 85.38 750024 707848 40028 18:45:48 18:32:01 383016 0 622936 33.11 12 875580 1180748 40.30 536664 708416 8 18:45:48 18:33:01 384224 0 619916 32.95 12 877392 1151020 39.28 534692 709636 8 18:45:48 18:34:01 385296 0 618832 32.89 12 877404 1146812 39.14 534064 709568 0 18:45:48 18:35:01 385312 0 618820 32.89 12 877400 1146840 39.14 534316 709568 8 18:45:48 18:36:01 383560 0 619764 32.94 12 878208 1146920 39.14 534548 710336 12 18:45:48 18:37:02 378444 0 622992 33.11 12 880096 1147004 39.15 541256 708704 8 18:45:48 18:38:01 378976 0 622448 33.08 12 880108 1146920 39.14 541008 708724 12 18:45:48 18:39:01 379128 0 622292 33.07 12 880112 1146812 39.14 540580 708728 20 18:45:48 18:40:01 378524 0 622884 33.10 12 880124 1146968 39.14 541388 708764 16 18:45:48 18:41:01 378480 0 622916 33.11 12 880136 1146932 39.14 541168 708772 16 18:45:48 18:42:01 378752 0 622648 33.09 12 880132 1146908 39.14 541272 708776 12 18:45:48 18:43:01 378992 0 622400 33.08 12 880140 1146908 39.14 540972 708780 12 18:45:48 18:44:01 379368 0 622012 33.06 12 880152 1146812 39.14 540692 708792 12 18:45:48 18:45:01 378500 0 622876 33.10 12 880156 1147016 39.15 541168 708796 16 18:45:48 Average: 310378 0 683867 36.35 238 887061 1465904 50.03 575697 741311 18528 18:45:48 18:45:48 18:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:45:48 18:23:01 eth0 1182.65 1225.02 5855.90 148.55 0.00 0.00 0.00 0.00 18:45:48 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:23:01 docker0 857.39 756.27 70.90 2685.80 0.00 0.00 0.00 0.00 18:45:48 18:24:02 eth0 221.33 177.53 863.78 26.01 0.00 0.00 0.00 0.00 18:45:48 18:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:24:02 veth56dd34e 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 18:45:48 18:24:02 docker0 157.65 185.84 10.99 832.20 0.00 0.00 0.00 0.00 18:45:48 18:25:01 eth0 39.93 27.29 21.11 67.19 0.00 0.00 0.00 0.00 18:45:48 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:25:01 veth56dd34e 0.85 0.88 0.07 0.07 0.00 0.00 0.00 0.00 18:45:48 18:25:01 docker0 0.85 0.85 0.06 0.07 0.00 0.00 0.00 0.00 18:45:48 18:26:01 eth0 27.64 14.89 21.98 11.90 0.00 0.00 0.00 0.00 18:45:48 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:26:01 veth56dd34e 1.20 1.20 0.10 0.10 0.00 0.00 0.00 0.00 18:45:48 18:26:01 docker0 1.20 1.20 0.08 0.10 0.00 0.00 0.00 0.00 18:45:48 18:27:02 veth46bf2ef 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:45:48 18:27:02 eth0 200.44 161.49 1673.73 74.17 0.00 0.00 0.00 0.00 18:45:48 18:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:28:01 vethe7ac20c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:28:01 veth46bf2ef 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 18:45:48 18:28:01 veth2411bff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:28:01 vethf7e368b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:29:01 veth46bf2ef 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 18:45:48 18:29:01 veth16f28ea 5.15 7.83 0.36 42.48 0.00 0.00 0.00 0.00 18:45:48 18:29:01 veth714bbd6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:29:01 eth0 2758.06 2348.99 13433.37 480.43 0.00 0.00 0.00 0.00 18:45:48 18:30:03 veth46bf2ef 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 18:45:48 18:30:03 veth8520f49 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 18:45:48 18:30:03 eth0 134.02 85.31 438.73 80.01 0.00 0.00 0.00 0.00 18:45:48 18:30:03 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 18:45:48 18:31:01 veth46bf2ef 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:31:01 veth0c14088 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 18:45:48 18:31:01 eth0 52.66 34.33 86.01 64.48 0.00 0.00 0.00 0.00 18:45:48 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:32:01 eth0 32.73 17.71 94.67 9.30 0.00 0.00 0.00 0.00 18:45:48 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:32:01 docker0 1093.47 1077.26 86.48 4342.49 0.00 0.00 0.00 0.00 18:45:48 18:33:01 eth0 1.58 0.80 0.86 0.21 0.00 0.00 0.00 0.00 18:45:48 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:34:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 18:45:48 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:35:01 eth0 0.50 0.08 0.05 0.01 0.00 0.00 0.00 0.00 18:45:48 18:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:36:01 eth0 1.25 0.40 0.34 0.21 0.00 0.00 0.00 0.00 18:45:48 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:37:02 eth0 1.93 0.77 0.76 0.47 0.00 0.00 0.00 0.00 18:45:48 18:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:38:01 eth0 0.66 0.37 0.28 0.21 0.00 0.00 0.00 0.00 18:45:48 18:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:39:01 eth0 0.85 0.03 0.07 0.00 0.00 0.00 0.00 0.00 18:45:48 18:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:40:01 eth0 3.35 0.78 0.98 0.56 0.00 0.00 0.00 0.00 18:45:48 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:41:01 eth0 1.10 0.48 0.55 0.42 0.00 0.00 0.00 0.00 18:45:48 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:42:01 eth0 0.33 0.20 0.15 0.07 0.00 0.00 0.00 0.00 18:45:48 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:43:01 eth0 0.52 0.37 0.27 0.17 0.00 0.00 0.00 0.00 18:45:48 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:44:01 eth0 1.23 0.03 0.11 0.03 0.00 0.00 0.00 0.00 18:45:48 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:45:01 eth0 0.92 0.72 0.53 0.37 0.00 0.00 0.00 0.00 18:45:48 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 Average: eth0 91.55 82.47 464.79 23.91 0.00 0.00 0.00 0.00 18:45:48 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:45:48 Average: docker0 47.61 46.91 3.77 189.08 0.00 0.00 0.00 0.00 18:45:48 18:45:48 18:45:48 ---> sar -P ALL: 18:45:48 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 18:45:48 18:45:48 18:21:01 LINUX RESTART (4 CPU) 18:45:48 18:45:48 18:22:01 CPU %user %nice %system %iowait %steal %idle 18:45:48 18:23:01 all 14.97 0.00 8.56 1.41 0.19 74.87 18:45:48 18:23:01 0 14.32 0.00 10.13 2.04 0.24 73.26 18:45:48 18:23:01 1 13.16 0.00 7.39 0.93 0.19 78.34 18:45:48 18:23:01 2 15.13 0.00 7.88 1.07 0.17 75.75 18:45:48 18:23:01 3 17.30 0.00 8.86 1.59 0.17 72.07 18:45:48 18:24:02 all 6.90 0.00 6.36 5.92 0.18 80.64 18:45:48 18:24:02 0 7.53 0.00 6.71 5.28 0.12 80.36 18:45:48 18:24:02 1 6.64 0.00 5.91 4.85 0.24 82.37 18:45:48 18:24:02 2 6.64 0.00 6.86 7.69 0.15 78.66 18:45:48 18:24:02 3 6.81 0.00 5.95 5.85 0.20 81.18 18:45:48 18:25:01 all 52.18 0.00 12.23 3.27 0.09 32.22 18:45:48 18:25:01 0 51.48 0.00 13.05 3.95 0.09 31.44 18:45:48 18:25:01 1 53.07 0.00 11.99 1.80 0.07 33.08 18:45:48 18:25:01 2 51.08 0.00 12.15 3.89 0.09 32.79 18:45:48 18:25:01 3 53.11 0.00 11.74 3.44 0.12 31.59 18:45:48 18:26:01 all 51.54 0.00 15.09 3.18 0.17 30.01 18:45:48 18:26:01 0 51.33 0.00 15.28 3.00 0.19 30.20 18:45:48 18:26:01 1 49.68 0.00 15.02 4.19 0.18 30.94 18:45:48 18:26:01 2 53.26 0.00 14.77 1.78 0.12 30.07 18:45:48 18:26:01 3 51.90 0.00 15.31 3.76 0.19 28.84 18:45:48 18:27:02 all 23.30 0.00 20.11 4.83 0.72 51.04 18:45:48 18:27:02 0 24.39 0.00 18.97 4.34 0.79 51.51 18:45:48 18:27:02 1 22.32 0.00 19.20 4.90 0.67 52.91 18:45:48 18:27:02 2 22.92 0.00 20.55 4.50 0.84 51.19 18:45:48 18:27:02 3 23.56 0.00 21.74 5.58 0.59 48.54 18:45:48 18:28:01 all 19.55 0.00 27.13 28.40 1.30 23.63 18:45:48 18:28:01 0 20.02 0.00 26.19 28.93 1.52 23.34 18:45:48 18:28:01 1 18.30 0.00 27.74 26.64 1.38 25.93 18:45:48 18:28:01 2 19.99 0.00 26.63 29.05 1.24 23.10 18:45:48 18:28:01 3 19.87 0.00 27.99 28.97 1.06 22.11 18:45:48 18:29:01 all 58.34 0.00 17.00 9.87 0.23 14.57 18:45:48 18:29:01 0 57.97 0.00 17.57 8.14 0.18 16.14 18:45:48 18:29:01 1 58.50 0.00 16.44 10.69 0.25 14.13 18:45:48 18:29:01 2 58.59 0.00 17.19 11.52 0.26 12.43 18:45:48 18:29:01 3 58.28 0.00 16.80 9.09 0.23 15.60 18:45:48 18:30:03 all 16.07 0.00 23.07 31.46 1.69 27.72 18:45:48 18:30:03 0 15.78 0.00 22.90 29.78 1.68 29.85 18:45:48 18:30:03 1 15.41 0.00 23.60 34.21 1.64 25.14 18:45:48 18:30:03 2 16.09 0.00 22.05 33.91 1.86 26.09 18:45:48 18:30:03 3 17.01 0.00 23.73 27.86 1.58 29.82 18:45:48 18:31:01 all 54.27 0.00 22.77 13.76 0.58 8.61 18:45:48 18:31:01 0 53.92 0.00 21.35 14.65 0.70 9.39 18:45:48 18:31:01 1 54.45 0.00 23.24 12.39 0.49 9.42 18:45:48 18:31:01 2 53.30 0.00 24.07 13.31 0.58 8.74 18:45:48 18:31:01 3 55.45 0.00 22.41 14.71 0.54 6.89 18:45:48 18:32:01 all 13.36 0.00 7.07 8.48 0.48 70.61 18:45:48 18:32:01 0 13.40 0.00 6.81 6.44 0.44 72.92 18:45:48 18:32:01 1 13.26 0.00 7.15 10.41 0.48 68.70 18:45:48 18:32:01 2 13.62 0.00 7.43 6.61 0.54 71.80 18:45:48 18:32:01 3 13.17 0.00 6.88 10.48 0.46 69.01 18:45:48 18:33:01 all 0.16 0.00 0.05 0.01 0.00 99.78 18:45:48 18:33:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:45:48 18:33:01 1 0.07 0.00 0.03 0.00 0.00 99.90 18:45:48 18:33:01 2 0.52 0.00 0.05 0.03 0.00 99.40 18:45:48 18:33:01 3 0.00 0.00 0.05 0.02 0.02 99.92 18:45:48 18:45:48 18:33:01 CPU %user %nice %system %iowait %steal %idle 18:45:48 18:34:01 all 0.17 0.00 0.05 0.00 0.01 99.77 18:45:48 18:34:01 0 0.02 0.00 0.03 0.00 0.02 99.93 18:45:48 18:34:01 1 0.55 0.00 0.05 0.00 0.02 99.38 18:45:48 18:34:01 2 0.07 0.00 0.10 0.00 0.00 99.83 18:45:48 18:34:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:45:48 18:35:01 all 0.14 0.00 0.03 0.00 0.01 99.83 18:45:48 18:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:45:48 18:35:01 1 0.50 0.00 0.03 0.00 0.02 99.45 18:45:48 18:35:01 2 0.02 0.00 0.03 0.00 0.02 99.93 18:45:48 18:35:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:45:48 18:36:01 all 0.17 0.00 0.08 0.02 0.00 99.72 18:45:48 18:36:01 0 0.03 0.00 0.05 0.00 0.02 99.90 18:45:48 18:36:01 1 0.55 0.00 0.13 0.08 0.00 99.23 18:45:48 18:36:01 2 0.05 0.00 0.07 0.00 0.00 99.88 18:45:48 18:36:01 3 0.07 0.00 0.07 0.00 0.00 99.87 18:45:48 18:37:02 all 0.17 0.00 0.05 0.01 0.00 99.78 18:45:48 18:37:02 0 0.03 0.00 0.07 0.00 0.00 99.90 18:45:48 18:37:02 1 0.53 0.00 0.02 0.00 0.00 99.45 18:45:48 18:37:02 2 0.03 0.00 0.07 0.02 0.00 99.88 18:45:48 18:37:02 3 0.07 0.00 0.05 0.02 0.00 99.87 18:45:48 18:38:01 all 0.13 0.00 0.04 0.00 0.01 99.82 18:45:48 18:38:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:45:48 18:38:01 1 0.41 0.00 0.07 0.00 0.03 99.49 18:45:48 18:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:45:48 18:38:01 3 0.05 0.00 0.05 0.00 0.02 99.88 18:45:48 18:39:01 all 0.15 0.00 0.03 0.00 0.01 99.81 18:45:48 18:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:45:48 18:39:01 1 0.50 0.00 0.02 0.00 0.00 99.48 18:45:48 18:39:01 2 0.02 0.00 0.02 0.00 0.02 99.95 18:45:48 18:39:01 3 0.03 0.00 0.07 0.00 0.02 99.88 18:45:48 18:40:01 all 0.17 0.00 0.05 0.00 0.01 99.78 18:45:48 18:40:01 0 0.05 0.00 0.03 0.00 0.00 99.92 18:45:48 18:40:01 1 0.50 0.00 0.05 0.00 0.00 99.45 18:45:48 18:40:01 2 0.03 0.00 0.02 0.00 0.02 99.93 18:45:48 18:40:01 3 0.08 0.00 0.08 0.00 0.02 99.82 18:45:48 18:41:01 all 0.10 0.00 0.03 0.00 0.01 99.86 18:45:48 18:41:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:45:48 18:41:01 1 0.30 0.00 0.05 0.00 0.02 99.63 18:45:48 18:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:45:48 18:41:01 3 0.07 0.00 0.05 0.00 0.00 99.88 18:45:48 18:42:01 all 0.15 0.00 0.03 0.00 0.00 99.81 18:45:48 18:42:01 0 0.02 0.00 0.00 0.00 0.00 99.98 18:45:48 18:42:01 1 0.53 0.00 0.03 0.00 0.00 99.43 18:45:48 18:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:45:48 18:42:01 3 0.02 0.00 0.03 0.00 0.02 99.93 18:45:48 18:43:01 all 0.15 0.00 0.03 0.00 0.00 99.82 18:45:48 18:43:01 0 0.00 0.00 0.02 0.00 0.00 99.98 18:45:48 18:43:01 1 0.52 0.00 0.02 0.00 0.00 99.47 18:45:48 18:43:01 2 0.05 0.00 0.07 0.00 0.02 99.87 18:45:48 18:43:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:45:48 18:44:01 all 0.15 0.00 0.04 0.00 0.00 99.81 18:45:48 18:44:01 0 0.05 0.00 0.07 0.00 0.00 99.88 18:45:48 18:44:01 1 0.50 0.00 0.03 0.00 0.00 99.47 18:45:48 18:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:45:48 18:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:45:48 18:45:48 18:44:01 CPU %user %nice %system %iowait %steal %idle 18:45:48 18:45:01 all 0.15 0.00 0.04 0.00 0.00 99.82 18:45:48 18:45:01 0 0.05 0.00 0.07 0.00 0.00 99.88 18:45:48 18:45:01 1 0.43 0.00 0.03 0.00 0.00 99.53 18:45:48 18:45:01 2 0.05 0.00 0.02 0.00 0.00 99.93 18:45:48 18:45:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:45:48 Average: all 13.09 0.00 6.71 4.64 0.24 75.32 18:45:48 Average: 0 13.00 0.00 6.70 4.47 0.25 75.58 18:45:48 Average: 1 13.02 0.00 6.64 4.67 0.24 75.42 18:45:48 Average: 2 13.08 0.00 6.73 4.77 0.25 75.17 18:45:48 Average: 3 13.27 0.00 6.77 4.63 0.22 75.11 18:45:48 18:45:48 18:45:48