Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e15f52c200eb7e9c6bb66e25dc086aa977f9b57b+1db696b9dfb42d3dc07ad7353d4356e193fbdfbc (7fd78110d8fe30b7cf843133c66b6d63d66eb173) 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 ‘prd-centos7-docker-4c-2g-554’ Running on prd-centos7-docker-4c-2g-562 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/72 [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/72 # 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 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit e15f52c200eb7e9c6bb66e25dc086aa977f9b57b Merge succeeded, producing e15f52c200eb7e9c6bb66e25dc086aa977f9b57b Checking out Revision e15f52c200eb7e9c6bb66e25dc086aa977f9b57b (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e15f52c200eb7e9c6bb66e25dc086aa977f9b57b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e15f52c200eb7e9c6bb66e25dc086aa977f9b57b # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:52:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:52:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:52:01 ========================================================= 13:52:01 EdgeX Global Pipelines Version Info 13:52:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bb2438e612dd75dd6fb6b11596e3f18ccd51213c # timeout=10 13:52:03 ------------------- 13:52:03 stable info: 13:52:03 ------------------- 13:52:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 13:52:03 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 13:52:03 Message: update stable to v1.0.186 13:52:03 ------------------- 13:52:03 experimental info: 13:52:03 ------------------- 13:52:03 Commited By: **** collab-it+edgex@linuxfoundation.org 13:52:03 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 13:52:03 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:52:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 13:52:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 13:52:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:52:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e15f52c200eb7e9c6bb66e25dc086aa977f9b57b [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e15f52c [Pipeline] echo 13:52:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:52:04 provisioning config files... 13:52:04 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/72@tmp/config8115535709803086001tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:52:04 ---> docker-login.sh 13:52:04 nexus3.edgexfoundry.org:10001 13:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:52:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:52:05 Configure a credential helper to remove this warning. See 13:52:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:52:05 13:52:05 Login Succeeded 13:52:05 nexus3.edgexfoundry.org:10002 13:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:52:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:52:05 Configure a credential helper to remove this warning. See 13:52:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:52:05 13:52:05 Login Succeeded 13:52:05 nexus3.edgexfoundry.org:10003 13:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:52:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:52:05 Configure a credential helper to remove this warning. See 13:52:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:52:05 13:52:05 Login Succeeded 13:52:05 nexus3.edgexfoundry.org:10004 13:52:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:52:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:52:06 Configure a credential helper to remove this warning. See 13:52:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:52:06 13:52:06 Login Succeeded 13:52:06 docker.io 13:52:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:52:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:52:06 Configure a credential helper to remove this warning. See 13:52:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:52:06 13:52:06 Login Succeeded 13:52:06 ---> docker-login.sh ends [Pipeline] } 13:52:06 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:52: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 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/core-command/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo core-command,cmd/core-command/Dockerfile 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/core-data/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo core-data,cmd/core-data/Dockerfile 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/core-metadata/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo core-metadata,cmd/core-metadata/Dockerfile 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/security-bootstrapper/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/security-proxy-setup/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/security-secretstore-setup/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/support-notifications/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo support-notifications,cmd/support-notifications/Dockerfile 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/support-scheduler/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo support-scheduler,cmd/support-scheduler/Dockerfile 13:52:06 + for file in '`ls cmd/**/Dockerfile`' 13:52:06 ++ dirname cmd/sys-mgmt-agent/Dockerfile 13:52:06 ++ cut -d/ -f2 13:52:06 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 13:52: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 13:52:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:52:07 13:52:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 13:52:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:52:07 latest: Pulling from edgex-devops/git-semver 13:52:07 31603596830f: Pulling fs layer 13:52:07 2a8b12db71e7: Pulling fs layer 13:52:07 6ca5941a6612: Pulling fs layer 13:52:07 ecc8261a40a4: Pulling fs layer 13:52:07 ecc8261a40a4: Waiting 13:52:07 2a8b12db71e7: Verifying Checksum 13:52:07 2a8b12db71e7: Download complete 13:52:07 31603596830f: Verifying Checksum 13:52:07 31603596830f: Download complete 13:52:07 6ca5941a6612: Verifying Checksum 13:52:07 6ca5941a6612: Download complete 13:52:08 31603596830f: Pull complete 13:52:08 2a8b12db71e7: Pull complete 13:52:09 ecc8261a40a4: Verifying Checksum 13:52:09 ecc8261a40a4: Download complete 13:52:09 6ca5941a6612: Pull complete 13:52:09 ecc8261a40a4: Pull complete 13:52:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 13:52:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 13:52:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 13:52:09 prd-centos7-docker-4c-2g-562 does not seem to be running inside a container 13:52:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 13:52:12 $ docker top 11ced340cfa17466331a2347da20bf893316ec6b48624e17f25e5ac41bec6b44 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:52:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:52:12 [ssh-agent] Looking for ssh-agent implementation... 13:52:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:52:12 $ docker exec 11ced340cfa17466331a2347da20bf893316ec6b48624e17f25e5ac41bec6b44 ssh-agent 13:52:13 SSH_AUTH_SOCK=/tmp/ssh-OJkkUeN8tMtw/agent.11 13:52:13 SSH_AGENT_PID=16 13:52:13 Running ssh-add (command line suppressed) 13:52:13 Identity added: /w/workspace/edgex-go/72@tmp/private_key_1617091485309841189.key (/w/workspace/edgex-go/72@tmp/private_key_1617091485309841189.key) 13:52:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:52:13 + git tag --points-at HEAD [Pipeline] } 13:52:13 $ docker exec --env ******** --env ******** 11ced340cfa17466331a2347da20bf893316ec6b48624e17f25e5ac41bec6b44 ssh-agent -k 13:52:13 unset SSH_AUTH_SOCK; 13:52:13 unset SSH_AGENT_PID; 13:52:13 echo Agent pid 16 killed; 13:52:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:52:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:52:13 [ssh-agent] Looking for ssh-agent implementation... 13:52:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:52:13 $ docker exec 11ced340cfa17466331a2347da20bf893316ec6b48624e17f25e5ac41bec6b44 ssh-agent 13:52:14 SSH_AUTH_SOCK=/tmp/ssh-kHSbtvzUl7oa/agent.46 13:52:14 SSH_AGENT_PID=51 13:52:14 Running ssh-add (command line suppressed) 13:52:14 Identity added: /w/workspace/edgex-go/72@tmp/private_key_7694277726166369697.key (/w/workspace/edgex-go/72@tmp/private_key_7694277726166369697.key) 13:52:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:52:14 + git semver init 13:52:14 # -> Open(): unable to determine branch for HEAD 13:52:14 # $GIT_DIR = /w/workspace/edgex-go/72/.git 13:52:14 # $GIT_WORK_TREE = /w/workspace/edgex-go/72 13:52:14 # $SEMVER_REMOTE_NAME = origin 13:52:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 13:52:14 # $SEMVER_USER_NAME = edgex-jenkins 13:52:14 # $SEMVER_BRANCH = PR-3234 13:52:14 # $SEMVER_TEMP = /tmp/semver-303861983 13:52:14 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 13:52:32 # '/tmp/semver-303861983' -> '/w/workspace/edgex-go/72/.semver' 13:52:33 # -> Force: false 13:52:33 # $SEMVER_DIR = /w/workspace/edgex-go/72/.semver [Pipeline] } 13:52:33 $ docker exec --env ******** --env ******** 11ced340cfa17466331a2347da20bf893316ec6b48624e17f25e5ac41bec6b44 ssh-agent -k 13:52:33 unset SSH_AUTH_SOCK; 13:52:33 unset SSH_AGENT_PID; 13:52:33 echo Agent pid 51 killed; 13:52:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:52:33 + git semver [Pipeline] } 13:52:33 $ docker stop --time=1 11ced340cfa17466331a2347da20bf893316ec6b48624e17f25e5ac41bec6b44 13:52:35 $ docker rm -f 11ced340cfa17466331a2347da20bf893316ec6b48624e17f25e5ac41bec6b44 [Pipeline] // withDockerContainer [Pipeline] sh 13:52:35 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:52:36 Stashed 1 file(s) [Pipeline] echo 13:52:36 [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 13:52:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 13:52:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:52:37 + sudo service docker restart 13:52:37 + true 13:52:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 13:52:38 ========================================================= 13:52:38 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 13:52:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:52:38 + 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 . 13:52:41 Sending build context to Docker daemon 329.4MB 13:52:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:52:42 Step 2/6 : FROM ${BASE} 13:52:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 13:52:42 188c0c94c7c5: Pulling fs layer 13:52:42 0ef7d3d256c8: Pulling fs layer 13:52:42 de9db76c5a1d: Pulling fs layer 13:52:42 bca2f99d35d6: Pulling fs layer 13:52:42 93359f2a8cfa: Pulling fs layer 13:52:42 7c6f9722023f: Pulling fs layer 13:52:42 a35cf1a2eb13: Pulling fs layer 13:52:42 93359f2a8cfa: Waiting 13:52:42 a35cf1a2eb13: Waiting 13:52:42 7c6f9722023f: Waiting 13:52:42 bca2f99d35d6: Waiting 13:52:42 de9db76c5a1d: Verifying Checksum 13:52:42 de9db76c5a1d: Download complete 13:52:42 0ef7d3d256c8: Download complete 13:52:42 93359f2a8cfa: Verifying Checksum 13:52:42 93359f2a8cfa: Download complete 13:52:42 188c0c94c7c5: Verifying Checksum 13:52:42 188c0c94c7c5: Download complete 13:52:42 7c6f9722023f: Verifying Checksum 13:52:42 7c6f9722023f: Download complete 13:52:42 188c0c94c7c5: Pull complete 13:52:42 0ef7d3d256c8: Pull complete 13:52:42 de9db76c5a1d: Pull complete 13:52:43 a35cf1a2eb13: Verifying Checksum 13:52:43 a35cf1a2eb13: Download complete 13:52:44 bca2f99d35d6: Verifying Checksum 13:52:44 bca2f99d35d6: Download complete 13:52:49 bca2f99d35d6: Pull complete 13:52:49 93359f2a8cfa: Pull complete 13:52:49 7c6f9722023f: Pull complete 13:52:51 Still waiting to schedule task 13:52:51 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-559’ 13:52:55 a35cf1a2eb13: Pull complete 13:52:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 13:52:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 13:52:55 ---> a62c8e92a672 13:52:55 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 13:52:55 ---> Running in 1a40a06cdddb 13:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:52:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:52:57 (1/12) Installing libmagic (5.38-r0) 13:52:57 (2/12) Installing file (5.38-r0) 13:52:57 (3/12) Installing libc-dev (0.7.2-r3) 13:52:57 (4/12) Installing g++ (9.3.0-r2) 13:53:03 (5/12) Installing fortify-headers (1.1-r0) 13:53:03 (6/12) Installing patch (2.7.6-r6) 13:53:03 (7/12) Installing build-base (0.5-r2) 13:53:03 (8/12) Installing libsodium (1.0.18-r0) 13:53:03 (9/12) Installing pkgconf (1.7.2-r0) 13:53:03 (10/12) Installing libsodium-dev (1.0.18-r0) 13:53:03 (11/12) Installing libzmq (4.3.3-r0) 13:53:03 (12/12) Installing zeromq-dev (4.3.3-r0) 13:53:03 Executing busybox-1.31.1-r19.trigger 13:53:03 OK: 233 MiB in 51 packages 13:53:07 Removing intermediate container 1a40a06cdddb 13:53:07 ---> 803b7e7e2853 13:53:07 Step 4/6 : WORKDIR /edgex-go 13:53:07 ---> Running in 656cdf1769ae 13:53:07 Removing intermediate container 656cdf1769ae 13:53:07 ---> 927fdbac2bd7 13:53:07 Step 5/6 : COPY go.mod . 13:53:07 ---> 1988dc1bc350 13:53:07 Step 6/6 : RUN go mod download 13:53:07 ---> Running in 69c380ce6d16 13:53:29 Removing intermediate container 69c380ce6d16 13:53:29 ---> 0dac25f1503d 13:53:29 Successfully built 0dac25f1503d 13:53:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 13:53:30 + docker inspect -f . ci-base-image-x86_64 13:53:30 . [Pipeline] withDockerContainer 13:53:30 prd-centos7-docker-4c-2g-562 does not seem to be running inside a container 13:53:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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 ******** ci-base-image-x86_64 cat 13:53:31 $ docker top be12e0d589f866c2927bbc42fb4045bdf095c3e362fb7c064cda985604c0c6cf -eo pid,comm [Pipeline] { [Pipeline] sh 13:53:31 + go version 13:53:31 go version go1.15.5 linux/amd64 [Pipeline] } 13:53:31 $ docker stop --time=1 be12e0d589f866c2927bbc42fb4045bdf095c3e362fb7c064cda985604c0c6cf 13:53:33 $ docker rm -f be12e0d589f866c2927bbc42fb4045bdf095c3e362fb7c064cda985604c0c6cf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:53:33 + docker inspect -f . ci-base-image-x86_64 13:53:33 . [Pipeline] withDockerContainer 13:53:33 prd-centos7-docker-4c-2g-562 does not seem to be running inside a container 13:53:33 $ 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/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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 ******** ci-base-image-x86_64 cat 13:53:34 $ docker top da487c94db934b1d3b5d02878c146fd7b8c66c5094e41db0f11f5af16da5d1d2 -eo pid,comm [Pipeline] { [Pipeline] echo 13:53:34 ========================================================= 13:53:34 [edgeXBuildGoParallel] Running Tests and Build... 13:53:34 ========================================================= [Pipeline] sh 13:53:34 + make test 13:53:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:53:45 ? github.com/edgexfoundry/edgex-go [no test files] 13:54:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:54:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:54:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:54:07 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:54:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:54:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:54:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:54:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:54:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:54:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:54:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:54:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:54:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:54:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.158s coverage: 45.9% of statements 13:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:54:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:54:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.082s coverage: 19.8% of statements 13:54:16 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements 13:54:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.197s coverage: 27.1% of statements 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:54:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:54:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:54:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:54:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements 13:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:54:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.136s coverage: 82.9% of statements 13:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:54:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.071s coverage: 78.9% of statements 13:54:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 13:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.414s coverage: 28.6% of statements 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 13:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.088s coverage: 100.0% of statements 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 13:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 13:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 13:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.156s coverage: 97.5% of statements 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 13:54:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 13:54:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 13:54:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.449s coverage: 93.0% of statements 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 13:54:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 13:54:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.9% of statements 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 13:54:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 13:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.125s coverage: 47.1% of statements 13:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.080s coverage: 79.5% of statements 13:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements 13:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 13:54:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.047s coverage: 87.5% of statements 13:54:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.083s coverage: 94.4% of statements 13:54:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 13:54:42 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.278s coverage: 81.9% of statements 13:54:42 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.086s coverage: 87.2% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.109s coverage: 91.6% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.213s coverage: 64.4% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.367s coverage: 69.0% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.052s coverage: 89.5% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.056s coverage: 100.0% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.056s coverage: 10.5% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.174s coverage: 87.7% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.813s coverage: 29.1% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.087s coverage: 99.0% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 13:54:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 13:54:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 13:54:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.103s coverage: 95.6% of statements 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 13:54:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 13:54:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 13:54:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 13:54:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 13:54:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 13:54:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 13:54:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 13:54:52 GO111MODULE=on go vet ./... 13:55:24 gofmt -l . 13:55:24 [ "`gofmt -l .`" = "" ] 13:55:24 ./bin/test-go-mod-tidy.sh 13:55:24 ./bin/test-attribution-txt.sh [Pipeline] sh 13:55:25 + ls -al . 13:55:25 total 796 13:55:25 drwxrwxr-x 10 1001 1001 4096 Apr 17 13:55 . 13:55:25 drwxr-xr-x 4 root root 30 Apr 17 13:53 .. 13:55:25 -rw-rw-r-- 1 1001 1001 11 Apr 17 13:51 .dockerignore 13:55:25 drwxrwxr-x 8 1001 1001 179 Apr 17 13:52 .git 13:55:25 drwxrwxr-x 3 1001 1001 125 Apr 17 13:51 .github 13:55:25 -rw-rw-r-- 1 1001 1001 818 Apr 17 13:51 .gitignore 13:55:25 drwx------ 3 1001 1001 60 Apr 17 13:52 .semver 13:55:25 -rw-rw-r-- 1 1001 1001 166 Apr 17 13:51 .sonarcloud.properties 13:55:25 -rw-rw-r-- 1 1001 1001 8609 Apr 17 13:51 Attribution.txt 13:55:25 -rw-rw-r-- 1 1001 1001 3804 Apr 17 13:51 CONTRIBUTING.md 13:55:25 -rw-rw-r-- 1 1001 1001 931 Apr 17 13:51 Dockerfile.build 13:55:25 -rw-rw-r-- 1 1001 1001 863 Apr 17 13:51 Jenkinsfile 13:55:25 -rw-rw-r-- 1 1001 1001 10775 Apr 17 13:51 LICENSE 13:55:25 -rw-rw-r-- 1 1001 1001 5774 Apr 17 13:51 Makefile 13:55:25 -rw-rw-r-- 1 1001 1001 6548 Apr 17 13:51 README.md 13:55:25 -rw-rw-r-- 1 1001 1001 6755 Apr 17 13:51 SECURITY.md 13:55:25 -rw-rw-r-- 1 1001 1001 5 Apr 17 13:52 VERSION 13:55:25 -rw-rw-r-- 1 1001 1001 4131 Apr 17 13:51 ZMQWindows.md 13:55:25 drwxrwxr-x 2 1001 1001 117 Apr 17 13:51 bin 13:55:25 drwxrwxr-x 14 1001 1001 4096 Apr 17 13:51 cmd 13:55:25 -rw-r--r-- 1 root root 687366 Apr 17 13:54 coverage.out 13:55:25 -rw-r--r-- 1 root root 1059 Apr 17 13:55 go.mod 13:55:25 -rw-r--r-- 1 root root 22258 Apr 17 13:55 go.sum 13:55:25 drwxrwxr-x 8 1001 1001 127 Apr 17 13:51 internal 13:55:25 drwxrwxr-x 4 1001 1001 26 Apr 17 13:51 openapi 13:55:25 drwxrwxr-x 4 1001 1001 71 Apr 17 13:51 snap 13:55:25 -rw-rw-r-- 1 1001 1001 168 Apr 17 13:51 version.go [Pipeline] sh 13:55:25 + '[' -e coverage.out ] 13:55:25 + chown 1001:1001 coverage.out [Pipeline] stash 13:55:25 Stashed 1 file(s) [Pipeline] sh 13:55:26 + make build 13:55:26 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 13:55: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 13:55:38 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 13:55:40 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 13:55:42 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 13:55:42 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 13:55:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 13:55:45 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 13:55:46 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 13:55:48 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 13:55:49 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 13:55:50 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] } 13:55:52 $ docker stop --time=1 da487c94db934b1d3b5d02878c146fd7b8c66c5094e41db0f11f5af16da5d1d2 13:55:54 $ docker rm -f da487c94db934b1d3b5d02878c146fd7b8c66c5094e41db0f11f5af16da5d1d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:55:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:55 13:55:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 13:55:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:55:56 latest: Pulling from edgex-devops/edgex-compose 13:55:56 cbdbe7a5bc2a: Pulling fs layer 13:55:56 ca9280d653b3: Pulling fs layer 13:55:56 7e9c9ca2126c: Pulling fs layer 13:55:56 cbdbe7a5bc2a: Verifying Checksum 13:55:56 cbdbe7a5bc2a: Download complete 13:55:56 cbdbe7a5bc2a: Pull complete 13:55:56 ca9280d653b3: Verifying Checksum 13:55:56 ca9280d653b3: Download complete 13:55:57 ca9280d653b3: Pull complete 13:55:58 7e9c9ca2126c: Download complete 13:56:06 7e9c9ca2126c: Pull complete 13:56:06 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 13:56:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:56:06 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 13:56:07 prd-centos7-docker-4c-2g-562 does not seem to be running inside a container 13:56:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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-devops/edgex-compose:latest cat 13:56:08 $ docker top 1cc39058b8c5979e034e30881013c1aa83c87f591f0440bc64e039dba74be84c -eo pid,comm [Pipeline] { [Pipeline] sh 13:56:08 + docker-compose build --help 13:56:08 + grep parallel 13:56:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-566 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 13:56:08 Running in /w/workspace/edgex-go/72 [Pipeline] { [Pipeline] checkout 13:56:09 --parallel Build images in parallel. [Pipeline] } 13:56:09 $ docker stop --time=1 1cc39058b8c5979e034e30881013c1aa83c87f591f0440bc64e039dba74be84c 13:56:10 $ docker rm -f 1cc39058b8c5979e034e30881013c1aa83c87f591f0440bc64e039dba74be84c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:56:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 13:56:11 . [Pipeline] withDockerContainer 13:56:11 prd-centos7-docker-4c-2g-562 does not seem to be running inside a container 13:56:11 $ 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/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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 13:56:12 $ docker top 94fa943d66ab46df764d46f68601ed69d879282f3fdd7cc12195a9bbc7763eeb -eo pid,comm [Pipeline] { [Pipeline] sh 13:56:12 + docker-compose -f ./docker-compose-build.yml build --parallel 13:56:13 Building docker-core-command-go ... 13:56:13 Building docker-core-data-go ... 13:56:13 Building docker-core-metadata-go ... 13:56:13 Building docker-security-bootstrapper-go ... 13:56:13 Building docker-security-proxy-setup-go ... 13:56:13 Building docker-security-secretstore-setup-go ... 13:56:13 Building docker-support-notifications-go ... 13:56:13 Building docker-support-scheduler-go ... 13:56:13 Building docker-sys-mgmt-agent-go ... 13:56:13 Building docker-security-secretstore-setup-go 13:56:13 Building docker-core-metadata-go 13:56:13 Building docker-core-command-go 13:56:13 Building docker-sys-mgmt-agent-go 13:56:13 Building docker-support-scheduler-go 13:56:14 using credential edgex-jenkins-ssh 13:56:14 Cloning the remote Git repository 13:56:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 13:56:14 > git init /w/workspace/edgex-go/72 # timeout=10 13:56:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:56:14 > git --version # timeout=10 13:56:14 > git --version # 'git version 2.17.1' 13:56:14 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:56:36 Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 13:56:37 Merge succeeded, producing e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 13:56:37 Checking out Revision e15f52c200eb7e9c6bb66e25dc086aa977f9b57b (PR-3234) 13:56:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:56:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:56:36 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 13:56:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 13:56:36 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 13:56:36 > git config core.sparsecheckout # timeout=10 13:56:36 > git checkout -f e15f52c200eb7e9c6bb66e25dc086aa977f9b57b # timeout=10 13:56:37 > git remote # timeout=10 13:56:37 > git config --get remote.origin.url # timeout=10 13:56:37 using GIT_SSH to set credentials SSH Credentials for GitHub 13:56:37 > git merge 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 13:56:37 > git rev-parse HEAD^{commit} # timeout=10 13:56:37 > git config core.sparsecheckout # timeout=10 13:56:37 > git checkout -f e15f52c200eb7e9c6bb66e25dc086aa977f9b57b # timeout=10 13:56:41 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:56:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 13:56:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 13:56:44 + sudo service docker restart 13:56:44 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 13:56:46 provisioning config files... 13:56:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/72@tmp/config2325739789325648927tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:56:46 ---> docker-login.sh 13:56:46 nexus3.edgexfoundry.org:10001 13:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:56:47 Configure a credential helper to remove this warning. See 13:56:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:56:47 13:56:47 Login Succeeded 13:56:47 nexus3.edgexfoundry.org:10002 13:56:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:56:48 Configure a credential helper to remove this warning. See 13:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:56:48 13:56:48 Login Succeeded 13:56:48 nexus3.edgexfoundry.org:10003 13:56:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:56:48 Configure a credential helper to remove this warning. See 13:56:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:56:48 13:56:48 Login Succeeded 13:56:48 nexus3.edgexfoundry.org:10004 13:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:56:49 Configure a credential helper to remove this warning. See 13:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:56:49 13:56:49 Login Succeeded 13:56:49 docker.io 13:56:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:56:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 13:56:49 Configure a credential helper to remove this warning. See 13:56:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 13:56:49 13:56:49 Login Succeeded 13:56:49 ---> docker-login.sh ends [Pipeline] } 13:56:49 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:56:50 ========================================================= 13:56:50 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 13:56:50 ========================================================= [Pipeline] isUnix [Pipeline] sh 13:56:50 + 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 . 13:56:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:56:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:56:52 ---> 0dac25f1503d 13:56:52 Step 3/22 : WORKDIR /edgex-go 13:56:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:56:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:56:52 ---> 0dac25f1503d 13:56:52 Step 3/23 : WORKDIR /edgex-go 13:56:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:56:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:56:52 ---> 0dac25f1503d 13:56:52 Step 3/23 : WORKDIR /edgex-go 13:56:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:56:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:56:52 ---> 0dac25f1503d 13:56:52 Step 3/23 : WORKDIR /edgex-go 13:56:52 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:56:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 13:56:52 ---> 0dac25f1503d 13:56:52 Step 3/24 : WORKDIR /edgex-go 13:56:52 ---> Running in 5374863af5d5 13:56:52 ---> Running in f840831dd336 13:56:52 ---> Running in c912418ca5e8 13:56:52 ---> Running in 82bb946af2b0 13:56:52 ---> Running in cecc885231f7 13:56:52 Removing intermediate container 82bb946af2b0 13:56:52 ---> e56da7a6f14d 13:56:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:52 Removing intermediate container f840831dd336 13:56:52 ---> add2ceff8686 13:56:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:52 Removing intermediate container c912418ca5e8 13:56:52 ---> 01a6398a0dd6 13:56:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:52 Removing intermediate container 5374863af5d5 13:56:52 ---> a3be2beb938b 13:56:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:52 Removing intermediate container cecc885231f7 13:56:52 ---> 5703fb952ad5 13:56:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:56:52 ---> Running in 53ed246ed484 13:56:52 ---> Running in 45151d239ff3 13:56:52 ---> Running in 7fb4a1167d37 13:56:52 ---> Running in cf488b3dc8be 13:56:52 ---> Running in c1ad1e35c364 13:56:52 Removing intermediate container 53ed246ed484 13:56:52 ---> 0ad7a2b3cd60 13:56:52 Step 5/24 : RUN apk add --update --no-cache make git 13:56:52 Removing intermediate container cf488b3dc8be 13:56:52 ---> efa5b1f12fab 13:56:52 Step 5/23 : RUN apk add --update --no-cache make git 13:56:52 Removing intermediate container 45151d239ff3 13:56:52 ---> 261c9f842ead 13:56:52 Step 5/22 : RUN apk add --update --no-cache make git 13:56:52 ---> Running in 9c56a658bbd2 13:56:52 ---> Running in 4ffca367452d 13:56:52 Removing intermediate container 7fb4a1167d37 13:56:52 ---> 15e098f24643 13:56:52 Step 5/23 : RUN apk add --update --no-cache make bash git 13:56:52 ---> Running in 1a71bd65aad9 13:56:52 Removing intermediate container c1ad1e35c364 13:56:52 ---> b32223a009f1 13:56:52 Step 5/23 : RUN apk add --update --no-cache make git 13:56:52 ---> Running in 24250e412a1a 13:56:52 ---> Running in 6da0a3312db0 13:56:53 Sending build context to Docker daemon 167.2MB 13:56:53 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 13:56:53 Step 2/6 : FROM ${BASE} 13:56:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:56:53 5f621e34cdf4: Pulling fs layer 13:56:53 a4357932f1b6: Pulling fs layer 13:56:53 18c013af1878: Pulling fs layer 13:56:53 00ac8860ef70: Pulling fs layer 13:56:53 63d7cb157983: Pulling fs layer 13:56:53 b116817d02f9: Pulling fs layer 13:56:53 745a02a5169b: Pulling fs layer 13:56:53 63d7cb157983: Waiting 13:56:53 00ac8860ef70: Waiting 13:56:53 b116817d02f9: Waiting 13:56:53 745a02a5169b: Waiting 13:56:53 18c013af1878: Download complete 13:56:53 a4357932f1b6: Download complete 13:56:53 63d7cb157983: Verifying Checksum 13:56:53 63d7cb157983: Download complete 13:56:53 b116817d02f9: Verifying Checksum 13:56:53 b116817d02f9: Download complete 13:56:53 5f621e34cdf4: Download complete 13:56:53 5f621e34cdf4: Pull complete 13:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:54 a4357932f1b6: Pull complete 13:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:56:54 18c013af1878: Pull complete 13:56:55 OK: 233 MiB in 51 packages 13:56:55 OK: 233 MiB in 51 packages 13:56:55 Removing intermediate container 1a71bd65aad9 13:56:55 ---> 964a1c9ef60d 13:56:55 Step 6/22 : COPY go.mod . 13:56:55 Removing intermediate container 4ffca367452d 13:56:55 ---> 2ecf8ca34a0f 13:56:55 Step 6/23 : COPY go.mod . 13:56:55 ---> c611863f8276 13:56:55 Step 7/22 : RUN go mod download 13:56:55 OK: 233 MiB in 51 packages 13:56:55 ---> Running in 83e0f6df694c 13:56:55 745a02a5169b: Download complete 13:56:56 ---> 70f0ed2c1bfb 13:56:56 Step 7/23 : RUN go mod download 13:56:56 ---> Running in 334848c5a00e 13:56:56 OK: 233 MiB in 51 packages 13:56:56 00ac8860ef70: Verifying Checksum 13:56:56 00ac8860ef70: Download complete 13:56:56 Removing intermediate container 24250e412a1a 13:56:56 ---> d4e724705fd4 13:56:56 Step 6/23 : COPY go.mod . 13:56:56 ---> c6d544e2fa39 13:56:56 Step 7/23 : RUN go mod download 13:56:56 Removing intermediate container 6da0a3312db0 13:56:56 ---> 164fbd6971e4 13:56:56 Step 6/23 : COPY go.mod . 13:56:57 OK: 233 MiB in 51 packages 13:56:57 ---> Running in f6bc0f402bd6 13:56:57 ---> 022343516825 13:56:57 Step 7/23 : RUN go mod download 13:56:57 ---> Running in da31a69e2c06 13:56:57 Removing intermediate container 9c56a658bbd2 13:56:57 ---> 872ec241a783 13:56:57 Step 6/24 : COPY go.mod . 13:56:58 ---> a91e94fedaec 13:56:58 Step 7/24 : RUN go mod download 13:56:58 ---> Running in 5d7149564913 13:56:58 Removing intermediate container 83e0f6df694c 13:56:58 ---> ae8ec221512e 13:56:58 Step 8/22 : COPY . . 13:56:58 Removing intermediate container 334848c5a00e 13:56:58 ---> 5262047244aa 13:56:58 Step 8/23 : COPY . . 13:57:01 Removing intermediate container f6bc0f402bd6 13:57:01 ---> e534c6ed1d87 13:57:01 Step 8/23 : COPY . . 13:57:01 Removing intermediate container da31a69e2c06 13:57:01 ---> 27a54faba670 13:57:01 Step 8/23 : COPY . . 13:57:06 Removing intermediate container 5d7149564913 13:57:06 ---> 0653952e3bcd 13:57:06 Step 8/24 : COPY . . 13:57:06 00ac8860ef70: Pull complete 13:57:06 63d7cb157983: Pull complete 13:57:06 b116817d02f9: Pull complete 13:57:11 745a02a5169b: Pull complete 13:57:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 13:57:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 13:57:11 ---> b7e6874047d6 13:57:11 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 13:57:13 ---> Running in b3a95cfb7644 13:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 13:57:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 13:57:17 (1/12) Installing libmagic (5.38-r0) 13:57:17 (2/12) Installing file (5.38-r0) 13:57:17 (3/12) Installing libc-dev (0.7.2-r3) 13:57:17 (4/12) Installing g++ (9.3.0-r2) 13:57:22 (5/12) Installing fortify-headers (1.1-r0) 13:57:22 (6/12) Installing patch (2.7.6-r6) 13:57:22 (7/12) Installing build-base (0.5-r2) 13:57:22 (8/12) Installing libsodium (1.0.18-r0) 13:57:22 (9/12) Installing pkgconf (1.7.2-r0) 13:57:22 (10/12) Installing libsodium-dev (1.0.18-r0) 13:57:22 (11/12) Installing libzmq (4.3.3-r0) 13:57:22 (12/12) Installing zeromq-dev (4.3.3-r0) 13:57:22 Executing busybox-1.31.1-r19.trigger 13:57:22 OK: 217 MiB in 51 packages 13:57:26 Removing intermediate container b3a95cfb7644 13:57:26 ---> 3a413b99539e 13:57:26 Step 4/6 : WORKDIR /edgex-go 13:57:26 ---> Running in ba4c374f8571 13:57:26 Removing intermediate container ba4c374f8571 13:57:26 ---> da4499a4f20f 13:57:26 Step 5/6 : COPY go.mod . 13:57:27 ---> 1a7b26fb4d19 13:57:27 Step 6/6 : RUN go mod download 13:57:27 ---> Running in 46844ac5a704 13:57:45 ---> 20312cb43d36 13:57:45 ---> 23b033fd3ca9 13:57:45 Step 9/23 : RUN make cmd/core-command/core-commandStep 9/22 : RUN make cmd/support-scheduler/support-scheduler 13:57:45 13:57:45 ---> 08b7c730b35a 13:57:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 13:57:45 ---> Running in 482e4c3ba092 13:57:45 ---> Running in c8597a42cb1d 13:57:45 ---> Running in 5a3b412b8964 13:57:45 ---> 2e8b1501aad5 13:57:45 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 13:57:45 ---> 5c07b4e9eec8 13:57:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 13:57:45 ---> Running in c4a0f1a44371 13:57:45 ---> Running in c2189c3eda5f 13:57:45 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 13:57:45 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 13:57:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 13:57: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 13:57:45 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 13:57:54 Removing intermediate container 46844ac5a704 13:57:54 ---> 4041de16b9e2 13:57:54 Successfully built 4041de16b9e2 13:57:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 13:57:54 + docker inspect -f . ci-base-image-arm64 13:57:54 . [Pipeline] withDockerContainer 13:57:54 prd-ubuntu18.04-docker-arm64-4c-16g-566 does not seem to be running inside a container 13:57:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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 ******** ci-base-image-arm64 cat 13:57:56 $ docker top 9753b6e494c5995a55acb827c266184d5ec25a98e2c0d7606dd9a7a6025e797a -eo pid,comm [Pipeline] { [Pipeline] sh 13:57:57 + go version 13:57:57 go version go1.15.5 linux/arm64 [Pipeline] } 13:57:57 $ docker stop --time=1 9753b6e494c5995a55acb827c266184d5ec25a98e2c0d7606dd9a7a6025e797a 13:57:59 $ docker rm -f 9753b6e494c5995a55acb827c266184d5ec25a98e2c0d7606dd9a7a6025e797a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 13:58:00 + docker inspect -f . ci-base-image-arm64 13:58:00 . [Pipeline] withDockerContainer 13:58:00 prd-ubuntu18.04-docker-arm64-4c-16g-566 does not seem to be running inside a container 13:58:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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 ******** ci-base-image-arm64 cat 13:58:01 $ docker top fa040b3ce31da20909d8846765ad251616d629d8d36f9d81086ef8f6e57f5e6c -eo pid,comm [Pipeline] { [Pipeline] echo 13:58:02 ========================================================= 13:58:02 [edgeXBuildGoParallel] Running Tests and Build... 13:58:02 ========================================================= [Pipeline] sh 13:58:02 + make test 13:58:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 13:58:18 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 13:58:25 ? github.com/edgexfoundry/edgex-go [no test files] 13:58:30 Removing intermediate container c4a0f1a44371 13:58:30 ---> 26385affebf9 13:58:30 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 13:58:30 Removing intermediate container c8597a42cb1d 13:58:30 ---> 268feb06f69e 13:58:30 13:58:30 Step 10/22 : FROM alpine:3.12 13:58:30 Removing intermediate container 482e4c3ba092 13:58:30 ---> 1c741831ac9e 13:58:30 13:58:30 Step 10/23 : FROM alpine:3.12 13:58:30 Removing intermediate container c2189c3eda5f 13:58:30 ---> be19bf94cae4 13:58:30 13:58:30 Step 10/24 : FROM alpine:3.12 13:58:30 3.12: Pulling from library/alpine 13:58:30 3.12: Pulling from library/alpine 13:58:30 3.12: Pulling from library/alpine 13:58:30 ---> Running in 3f542b60657e 13:58:31 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:58:31 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:58:31 Status: Downloaded newer image for alpine:3.12 13:58:31 Status: Image is up to date for alpine:3.12 13:58:31 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 13:58:31 Status: Image is up to date for alpine:3.12 13:58:31 ---> 13621d1b12d4 13:58:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:58:31 ---> 13621d1b12d4 13:58:31 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 13:58:31 ---> 13621d1b12d4 13:58:31 Step 11/22 : RUN apk add --update --no-cache dumb-init 13:58:32 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 13:58:32 ---> Running in d60866f2dd97 13:58:32 ---> Running in ee138aed29ff 13:58:32 ---> Running in 310e7ab31f54 13:58:33 Removing intermediate container 5a3b412b8964 13:58:33 ---> a7cb76627481 13:58:33 13:58:33 Step 10/23 : FROM alpine:3.12 13:58:33 ---> 13621d1b12d4 13:58:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 13:58:33 ---> Running in ad62c8798aa3 13:58:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:58:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:58:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:58:34 (1/1) Installing dumb-init (1.2.2-r1) 13:58:34 Executing busybox-1.31.1-r20.trigger 13:58:34 (1/1) Installing dumb-init (1.2.2-r1) 13:58:34 Executing busybox-1.31.1-r20.trigger 13:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:58:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:58:34 OK: 6 MiB in 15 packages 13:58:34 OK: 6 MiB in 15 packages 13:58:34 (1/6) Installing ca-certificates (20191127-r4) 13:58:35 (2/6) Installing nghttp2-libs (1.41.0-r0) 13:58:35 (3/6) Installing libcurl (7.76.1-r0) 13:58:35 (4/6) Installing curl (7.76.1-r0) 13:58:35 (5/6) Installing dumb-init (1.2.2-r1) 13:58:35 (6/6) Installing su-exec (0.2-r1) 13:58:35 Executing busybox-1.31.1-r20.trigger 13:58:35 Executing ca-certificates-20191127-r4.trigger 13:58:35 OK: 7 MiB in 20 packages 13:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:58:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:58:35 (1/1) Installing dumb-init (1.2.2-r1) 13:58:35 Executing busybox-1.31.1-r20.trigger 13:58:35 OK: 6 MiB in 15 packages 13:58:36 Removing intermediate container 3f542b60657e 13:58:36 ---> c7c712ede840 13:58:36 13:58:36 Step 11/23 : FROM docker:20.10.0 13:58:36 20.10.0: Pulling from library/docker 13:58:37 Removing intermediate container ee138aed29ff 13:58:37 ---> 1a1c55b4fc5f 13:58:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:58:38 ---> Running in 63ce446d464a 13:58:38 Removing intermediate container d60866f2dd97 13:58:38 ---> 630429f09e03 13:58:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:58:38 Removing intermediate container ad62c8798aa3 13:58:38 ---> 6057bd7825fb 13:58:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 13:58:38 Removing intermediate container 310e7ab31f54 13:58:38 ---> bb5e129d7d03 13:58:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 13:58:38 ---> Running in 0bb6c7d1d98c 13:58:38 ---> Running in 2e929289c829 13:58:38 ---> Running in 3c7dc5f9a5a0 13:58:38 Removing intermediate container 63ce446d464a 13:58:38 ---> 60f2c4708032 13:58:38 Step 13/22 : ENV APP_PORT=48085 13:58:39 Removing intermediate container 0bb6c7d1d98c 13:58:39 ---> 8585b5b3ea67 13:58:39 Step 13/23 : ENV APP_PORT=48082 13:58:39 ---> Running in cb4c69d43f65 13:58:39 Removing intermediate container 2e929289c829 13:58:39 ---> b48612d16d0c 13:58:39 Step 13/23 : ENV APP_PORT=48081 13:58:39 Removing intermediate container 3c7dc5f9a5a0 13:58:39 ---> 97204fdd454f 13:58:39 Step 13/24 : WORKDIR / 13:58:39 ---> Running in 1f1f5fe19271 13:58:39 ---> Running in 9f16a264d7fe 13:58:39 ---> Running in 82fcc2a84b7a 13:58:39 Removing intermediate container cb4c69d43f65 13:58:39 ---> 26dd68c4fa98 13:58:39 Step 14/22 : EXPOSE $APP_PORT 13:58:39 Removing intermediate container 1f1f5fe19271 13:58:39 ---> 7c8840d4bc40 13:58:39 Step 14/23 : EXPOSE $APP_PORT 13:58:39 Removing intermediate container 9f16a264d7fe 13:58:39 ---> 412aa64359f0 13:58:39 Step 14/23 : EXPOSE $APP_PORT 13:58:39 ---> Running in 80ae261a9a0d 13:58:39 Removing intermediate container 82fcc2a84b7a 13:58:39 ---> 76582d0f0639 13:58:39 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 13:58:39 ---> Running in 232301d6f0fb 13:58:39 ---> Running in 21ab29ada5cd 13:58:40 Removing intermediate container 80ae261a9a0d 13:58:40 ---> ba742347b618 13:58:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 13:58:40 Removing intermediate container 232301d6f0fb 13:58:40 ---> 0f9e624a6064 13:58:40 Step 15/23 : WORKDIR / 13:58:40 Removing intermediate container 21ab29ada5cd 13:58:40 ---> ccb54e60cf92 13:58:40 Step 15/23 : WORKDIR / 13:58:40 ---> 9060d184a2f9 13:58:40 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 13:58:40 ---> Running in f05acc772bb3 13:58:40 ---> Running in 6faf60312db5 13:58:40 ---> 831c131167d9 13:58:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 13:58:40 ---> 1631e9405c17 13:58:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 13:58:40 Removing intermediate container f05acc772bb3 13:58:40 ---> 9d484a7104ec 13:58:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:58:40 Removing intermediate container 6faf60312db5 13:58:40 ---> 34c5b136fc12 13:58:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 13:58:41 ---> d65812058888 13:58:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 13:58:41 ---> c09d824163a5 13:58:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 13:58:41 ---> 3491cf33ec4c 13:58:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 13:58:41 ---> cd34767c0470 13:58:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 13:58:43 ---> e4ae34b4cf43 13:58:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 13:58:43 ---> 02706f590de2 13:58:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 13:58:43 ---> 4b96237f988f 13:58:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 13:58:43 ---> Running in f9a93870cc12 13:58:43 ---> 2f2b6ca19046 13:58:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 13:58:43 Removing intermediate container f9a93870cc12 13:58:43 ---> 5887fa666ec7 13:58:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:58:43 ---> a60eed61cb92 13:58:43 Step 19/23 : ENTRYPOINT ["/core-metadata"] 13:58:43 ---> Running in 7530e89b2883 13:58:43 ---> 514dd8454cfb 13:58:43 Step 19/23 : ENTRYPOINT ["/core-command"] 13:58:43 ---> Running in 36aeee7eb5e5 13:58:43 ---> 9e932d6f6c26 13:58:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 13:58:43 ---> Running in 1d55b8642660 13:58:44 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 13:58:44 Status: Downloaded newer image for docker:20.10.0 13:58:44 ---> aefe523efa57 13:58:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 13:58:44 Removing intermediate container 7530e89b2883 13:58:44 ---> f28803aeaaec 13:58:44 Step 20/22 : LABEL arch=x86_64 13:58:44 Removing intermediate container 36aeee7eb5e5 13:58:44 ---> b4512a3b3ca6 13:58:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:58:44 ---> Running in 40b634556909 13:58:44 Removing intermediate container 1d55b8642660 13:58:44 ---> 1d6d98103f4b 13:58:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 13:58:44 ---> Running in d159bb05ced3 13:58:44 ---> 1a08717a5a4f 13:58:44 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/ 13:58:44 ---> Running in c489727175b1 13:58:44 ---> Running in 7aaf1c8a88f2 13:58:44 ---> Running in 2d185142182f 13:58:44 Removing intermediate container d159bb05ced3 13:58:44 ---> 20158ad027b6 13:58:44 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 13:58:44 Removing intermediate container 40b634556909 13:58:44 ---> 9e5126b8a9ce 13:58:44 Step 21/22 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 13:58:44 ---> Running in 57f90635fea3 13:58:45 Removing intermediate container c489727175b1 13:58:45 ---> 2fbae207f23c 13:58:45 Step 21/23 : LABEL arch=x86_64 13:58:45 ---> Running in d5aa163fa248 13:58:45 Removing intermediate container 7aaf1c8a88f2 13:58:45 ---> 61e63e57bd19 13:58:45 Step 21/23 : LABEL arch=x86_64 13:58:45 ---> Running in a8f55ede77b9 13:58:45 ---> Running in c6d88adbb111 13:58:45 Removing intermediate container d5aa163fa248 13:58:45 ---> 691f624f8ce5 13:58:45 Step 22/22 : LABEL version=0.0.0 13:58:45 ---> Running in da2156441e76 13:58:45 Removing intermediate container a8f55ede77b9 13:58:45 ---> d76f8670cd5a 13:58:45 Step 22/23 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 13:58:45 Removing intermediate container c6d88adbb111 13:58:45 ---> 6856795993b4 13:58:45 Step 22/23 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 13:58:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:58:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:58:46 ---> Running in 4e4681982645 13:58:46 ---> Running in a3e6433432f5 13:58:46 Removing intermediate container da2156441e76 13:58:46 ---> 7cd149443d63 13:58:46 13:58:46 (1/39) Installing readline (8.0.4-r0) 13:58:46 (2/39) Installing bash (5.0.17-r0) 13:58:46 Executing bash-5.0.17-r0.post-install 13:58:46 (3/39) Installing nghttp2-libs (1.41.0-r0) 13:58:46 (4/39) Installing libcurl (7.76.1-r0) 13:58:46 (5/39) Installing curl (7.76.1-r0) 13:58:46 (6/39) Installing dumb-init (1.2.2-r1) 13:58:46 (7/39) Installing libbz2 (1.0.8-r1) 13:58:46 (8/39) Installing expat (2.2.9-r1) 13:58:46 (9/39) Installing libffi (3.3-r2) 13:58:46 (10/39) Installing gdbm (1.13-r1) 13:58:46 (11/39) Installing xz-libs (5.2.5-r0) 13:58:46 (12/39) Installing sqlite-libs (3.32.1-r0) 13:58:46 (13/39) Installing python3 (3.8.8-r0) 13:58:46 Removing intermediate container a3e6433432f5 13:58:46 ---> f8427b2794e1 13:58:46 Step 23/23 : LABEL version=0.0.0 13:58:46 Successfully built 7cd149443d63 13:58:47 Removing intermediate container 4e4681982645 13:58:47 ---> 726fd2efa1f0 13:58:47 Step 23/23 : LABEL version=0.0.0 13:58:49 Successfully tagged docker-support-scheduler-go:latest 13:58:49  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 13:58:49 ---> Running in a78a575b1c91 13:58:49 Removing intermediate container 2d185142182f 13:58:49 ---> 2795fb2ab724 13:58:49 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 13:58:49 ---> Running in 107f95756758 13:58:49 (14/39) Installing py3-appdirs (1.4.4-r1) 13:58:49 (15/39) Installing py3-ordered-set (4.0.1-r0) 13:58:49 (16/39) Installing py3-parsing (2.4.7-r0) 13:58:49 (17/39) Installing py3-six (1.15.0-r0) 13:58:49 (18/39) Installing py3-packaging (20.4-r0) 13:58:49 (19/39) Installing py3-setuptools (47.0.0-r0) 13:58:49 (20/39) Installing py3-chardet (3.0.4-r4) 13:58:49 ---> Running in d571d0ed2e48 13:58:49 (21/39) Installing py3-idna (2.9-r0) 13:58:49 (22/39) Installing py3-certifi (2020.4.5.1-r0) 13:58:49 (23/39) Installing py3-urllib3 (1.25.9-r0) 13:58:50 (24/39) Installing py3-requests (2.23.0-r0) 13:58:51 (25/39) Installing py3-msgpack (1.0.0-r0) 13:58:52 (26/39) Installing py3-lockfile (0.12.2-r3) 13:58:52 (27/39) Installing py3-cachecontrol (0.12.6-r0) 13:58:52 Removing intermediate container a78a575b1c91 13:58:52 ---> 5f427a678208 13:58:52 13:58:52 Removing intermediate container 107f95756758 13:58:52 ---> 8b8ce4738057 13:58:52 13:58:52 (28/39) Installing py3-colorama (0.4.3-r0) 13:58:52 (29/39) Installing py3-distlib (0.3.0-r0) 13:58:53 (30/39) Installing py3-distro (1.5.0-r1) 13:58:54 (31/39) Installing py3-webencodings (0.5.1-r3) 13:58:54 (32/39) Installing py3-html5lib (1.0.1-r4) 13:58:54 (33/39) Installing py3-pytoml (0.1.21-r0) 13:58:55 (34/39) Installing py3-pep517 (0.8.2-r0) 13:58:55 (35/39) Installing py3-progress (1.5-r0) 13:58:55 (36/39) Installing py3-toml (0.10.1-r0) 13:58:55 (37/39) Installing py3-retrying (1.3.3-r0) 13:58:55 Successfully built 5f427a678208 13:58:55 (38/39) Installing py3-contextlib2 (0.6.0-r0) 13:58:55 Removing intermediate container d571d0ed2e48 13:58:55 ---> be702ed7d2b0 13:58:55 Step 22/24 : LABEL arch=x86_64 13:58:55 (39/39) Installing py3-pip (20.1.1-r0) 13:58:55 Successfully tagged docker-core-command-go:latest 13:58:55  Building docker-core-command-go ... done Building docker-support-notifications-go 13:58:55 Successfully built 8b8ce4738057 13:58:55 Successfully tagged docker-core-metadata-go:latest 13:58:55 Building docker-security-proxy-setup-go 13:58:55  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger 13:58:55 OK: 72 MiB in 59 packages 13:58:59 ---> Running in 93bbf98d372f 13:59:00 Collecting docker-compose==1.23.2 13:59:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 13:59:02 Collecting docopt<0.7,>=0.6.1 13:59:02 Downloading docopt-0.6.2.tar.gz (25 kB) 13:59:02 Removing intermediate container 93bbf98d372f 13:59:02 ---> b52178622a0e 13:59:02 Step 23/24 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 13:59:02 ---> Running in 202e9825f0a9 13:59:04 Collecting texttable<0.10,>=0.9.0 13:59:04 Downloading texttable-0.9.1.tar.gz (11 kB) 13:59:04 Removing intermediate container 202e9825f0a9 13:59:04 ---> cd69bc8a78fd 13:59:04 Step 24/24 : LABEL version=0.0.0 13:59:04 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 13:59:04 ---> Running in 35bd8dacdc4f 13:59:05 Collecting jsonschema<3,>=2.5.1 13:59:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 13:59:05 Removing intermediate container 35bd8dacdc4f 13:59:05 ---> 7839d6752857 13:59:05 13:59:05 Collecting docker<4.0,>=3.6.0 13:59:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 13:59:06 Successfully built 7839d6752857 13:59:06 Successfully tagged docker-security-secretstore-setup-go:latest 13:59:06  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go 13:59:06 Collecting PyYAML<4,>=3.10 13:59:06 Downloading PyYAML-3.13.tar.gz (270 kB) 13:59:14 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:59:14 Step 2/31 : FROM ${BUILDER_BASE} AS builder 13:59:14 ---> 0dac25f1503d 13:59:14 Step 3/31 : WORKDIR /edgex-go 13:59:14 ---> Using cache 13:59:14 ---> 5703fb952ad5 13:59:14 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:14 ---> Using cache 13:59:14 ---> b32223a009f1 13:59:14 Step 5/31 : RUN apk add --update --no-cache make git 13:59:14 ---> Using cache 13:59:14 ---> d4e724705fd4 13:59:14 Step 6/31 : COPY go.mod . 13:59:14 ---> Using cache 13:59:14 ---> c6d544e2fa39 13:59:14 Step 7/31 : RUN go mod download 13:59:14 ---> Using cache 13:59:14 ---> e534c6ed1d87 13:59:14 Step 8/31 : COPY . . 13:59:14 ---> Using cache 13:59:14 ---> 08b7c730b35a 13:59:14 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 13:59:16 Collecting dockerpty<0.5,>=0.4.1 13:59:16 Downloading dockerpty-0.4.1.tar.gz (13 kB) 13:59:17 ---> Running in ea7e23415dd0 13:59:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 13:59:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 13:59:19 Collecting cached-property<2,>=1.2.0 13:59:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 13:59:20 Collecting websocket-client<1.0,>=0.32.0 13:59:20 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 13:59:20 Collecting docker-pycreds>=0.4.0 13:59:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 13:59:20 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) 13:59:20 Collecting urllib3<1.25,>=1.21.1 13:59:20 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 13:59:20 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 13:59:21 Collecting idna<2.8,>=2.5 13:59:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 13:59:21 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) 13:59:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 13:59:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 13:59:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 13:59:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 13:59:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 13:59:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 13:59:21 Installing collected packages: docopt, texttable, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, dockerpty, cached-property, docker-compose 13:59:21 Running setup.py install for docopt: started 13:59:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:59:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 13:59:22 ---> 0dac25f1503d 13:59:22 Step 3/21 : WORKDIR /edgex-go 13:59:22 ---> Using cache 13:59:22 ---> 5703fb952ad5 13:59:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:22 ---> Using cache 13:59:22 ---> b32223a009f1 13:59:22 Step 5/21 : RUN apk add --update --no-cache make git 13:59:22 ---> Using cache 13:59:22 ---> d4e724705fd4 13:59:22 Step 6/21 : COPY go.mod . 13:59:22 ---> Using cache 13:59:22 ---> c6d544e2fa39 13:59:22 Step 7/21 : RUN go mod download 13:59:22 ---> Using cache 13:59:22 ---> e534c6ed1d87 13:59:22 Step 8/21 : COPY . . 13:59:22 ---> Using cache 13:59:22 ---> 08b7c730b35a 13:59:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 13:59:22 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:59:22 Step 2/22 : FROM ${BUILDER_BASE} AS builder 13:59:22 ---> 0dac25f1503d 13:59:22 Step 3/22 : WORKDIR /edgex-go 13:59:22 ---> Using cache 13:59:22 ---> 5703fb952ad5 13:59:22 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:22 ---> Using cache 13:59:22 ---> b32223a009f1 13:59:22 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 13:59:23 ---> Running in 54ad452e93cf 13:59:23 ---> Running in 9348c20c7297 13:59:24 Running setup.py install for docopt: finished with status 'done' 13:59:24 Running setup.py install for texttable: started 13:59:25 Running setup.py install for texttable: finished with status 'done' 13:59:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 13:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:59:26 Attempting uninstall: urllib3 13:59:26 Found existing installation: urllib3 1.25.9 13:59:26 Uninstalling urllib3-1.25.9: 13:59:26 Successfully uninstalled urllib3-1.25.9 13:59:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:59:27 OK: 233 MiB in 51 packages 13:59:28 Attempting uninstall: idna 13:59:28 Found existing installation: idna 2.9 13:59:28 Uninstalling idna-2.9: 13:59:28 Successfully uninstalled idna-2.9 13:59:28 Attempting uninstall: requests 13:59:28 Found existing installation: requests 2.23.0 13:59:28 Uninstalling requests-2.23.0: 13:59:28 Successfully uninstalled requests-2.23.0 13:59:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 13:59:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 13:59:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 13:59:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 13:59:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 13:59:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 13:59:31 Removing intermediate container 54ad452e93cf 13:59:31 ---> 5e26074792e8 13:59:31 Step 6/22 : COPY go.mod . 13:59:31 Running setup.py install for PyYAML: started 13:59:32 ---> f8ef347e45ac 13:59:32 Step 7/22 : RUN go mod download 13:59:32 ---> Running in dda32773f192 13:59:32 Running setup.py install for PyYAML: finished with status 'done' 13:59:32 Running setup.py install for dockerpty: started 13:59:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 13:59:34 Running setup.py install for dockerpty: finished with status 'done' 13:59:35 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 13:59:35 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 13:59:35 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 13:59:35 Step 2/23 : FROM ${BUILDER_BASE} AS builder 13:59:35 ---> 0dac25f1503d 13:59:35 Step 3/23 : WORKDIR /edgex-go 13:59:35 ---> Using cache 13:59:35 ---> 5703fb952ad5 13:59:35 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 13:59:35 ---> Using cache 13:59:35 ---> b32223a009f1 13:59:35 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 13:59:36 ---> Running in 334fc2cb761c 13:59:37 Removing intermediate container dda32773f192 13:59:37 ---> 1b6058175cc6 13:59:37 Step 8/22 : COPY . . 13:59:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 13:59:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 13:59:38 OK: 233 MiB in 51 packages 13:59:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 13:59:41 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 13:59:41 ? github.com/edgexfoundry/edgex-go/internal [no test files] 13:59:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.307s coverage: 45.9% of statements 13:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 13:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 13:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 13:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 13:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 13:59:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 13:59:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.124s coverage: 19.8% of statements 13:59:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.201s coverage: 100.0% of statements 13:59:49 Removing intermediate container 334fc2cb761c 13:59:49 ---> 333de222840f 13:59:49 Step 6/23 : COPY go.mod . 13:59:52 ---> 2d77d2f08ec7 13:59:52 Step 7/23 : RUN go mod download 13:59:55 ---> Running in 695f14beb7e6 13:59:55 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 13:59:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 13:59:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.140s coverage: 100.0% of statements 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 13:59:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.211s coverage: 100.0% of statements 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 13:59:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.377s coverage: 71.3% of statements 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 13:59:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 13:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.454s coverage: 82.9% of statements 13:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 13:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 13:59:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.148s coverage: 78.9% of statements 13:59:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 14:00:05 Removing intermediate container 57f90635fea3 14:00:05 ---> 16dfae4baf8f 14:00:05 Step 14/23 : ENV APP_PORT=48090 14:00:06 Removing intermediate container ea7e23415dd0 14:00:06 ---> b0f8d3478426 14:00:06 14:00:06 Step 10/31 : FROM alpine:3.12 14:00:06 ---> 13621d1b12d4 14:00:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:00:06 Removing intermediate container 695f14beb7e6 14:00:06 ---> 570a4fa5fd05 14:00:06 Step 8/23 : COPY . . 14:00:06 ---> Running in 361db656721c 14:00:06 ---> Running in 8bd4b78dbf64 14:00:06 ---> 5b620d5cc1a3 14:00:06 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:00:06 Removing intermediate container 9348c20c7297 14:00:06 ---> c74f2b49057b 14:00:06 14:00:06 Step 10/21 : FROM alpine:3.12 14:00:06 ---> 13621d1b12d4 14:00:06 Step 11/21 : RUN apk add --update --no-cache curl 14:00:07 ---> Running in f2346a8c07c0 14:00:07 ---> Running in 7c96739d5777 14:00:07 Removing intermediate container 361db656721c 14:00:07 ---> 7a8c30f6ab65 14:00:07 Step 15/23 : EXPOSE $APP_PORT 14:00:08 Removing intermediate container 8bd4b78dbf64 14:00:08 ---> d927135507cf 14:00:08 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:00:08 ---> Running in 57ae7ac66564 14:00:08 ---> Running in 6a051eef17d7 14:00:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.106s coverage: 28.6% of statements 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 14:00:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.293s coverage: 100.0% of statements 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 14:00:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.139s coverage: 100.0% of statements 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 14:00:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.413s coverage: 86.7% of statements 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 14:00:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.421s coverage: 97.5% of statements 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 14:00:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.230s coverage: 78.3% of statements 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 14:00:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 14:00:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 14:00:11 Removing intermediate container 57ae7ac66564 14:00:11 ---> b0ab8bd2e71a 14:00:11 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:00:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:00:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:00:11 (1/4) Installing ca-certificates (20191127-r4) 14:00:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:00:11 (3/4) Installing libcurl (7.76.1-r0) 14:00:11 (4/4) Installing curl (7.76.1-r0) 14:00:11 Executing busybox-1.31.1-r20.trigger 14:00:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:00:12 Executing ca-certificates-20191127-r4.trigger 14:00:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:00:12 OK: 7 MiB in 18 packages 14:00:12 (1/2) Installing dumb-init (1.2.2-r1) 14:00:12 (2/2) Installing su-exec (0.2-r1) 14:00:12 Executing busybox-1.31.1-r20.trigger 14:00:12 OK: 6 MiB in 16 packages 14:00:13 ---> 2e65156c1218 14:00:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:00:16 ---> 8f4304904dbc 14:00:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:00:17 Removing intermediate container 7c96739d5777 14:00:17 ---> e82121cb4a4e 14:00:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:00:18 Removing intermediate container 6a051eef17d7 14:00:18 ---> 700ab6cf9049 14:00:18 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:00:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.265s coverage: 93.0% of statements 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 14:00:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.162s coverage: 58.8% of statements 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 14:00:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.277s coverage: 0.9% of statements 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 14:00:19 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 14:00:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.128s coverage: 47.1% of statements 14:00:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.172s coverage: 79.5% of statements 14:00:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.166s coverage: 94.1% of statements 14:00:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.167s coverage: 96.3% of statements 14:00:19 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.160s coverage: 87.5% of statements 14:00:19 ---> Running in bbe376a65550 14:00:19 ---> d6353687771b 14:00:19 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 14:00:20 ---> Running in 6d92719cde29 14:00:20 ---> Running in d764566730b9 14:00:21 Removing intermediate container bbe376a65550 14:00:21 ---> cb2cd1981679 14:00:21 Step 13/21 : WORKDIR /edgex 14:00:21 Removing intermediate container 6d92719cde29 14:00:21 ---> b36631f9b955 14:00:21 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:00:21 Removing intermediate container d764566730b9 14:00:21 ---> a089e4237e0d 14:00:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:00:21 ---> Running in b96a02c17d90 14:00:21 ---> Running in e24712569c4b 14:00:21 ---> Running in b6eb60598879 14:00:22 Removing intermediate container b96a02c17d90 14:00:22 ---> 59191a64ae9a 14:00:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:00:24 Removing intermediate container e24712569c4b 14:00:24 ---> 7d409bec7ff0 14:00:24 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:00:24 Removing intermediate container b6eb60598879 14:00:24 ---> c713ec9f5be1 14:00:24 Step 21/23 : LABEL arch=x86_64 14:00:28 ---> Running in 1ade08f83a25 14:00:28 ---> 4e13b7561222 14:00:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:00:28 ---> Running in 79ff3172031e 14:00:31 Removing intermediate container 79ff3172031e 14:00:31 ---> f42809131372 14:00:31 Step 22/23 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:00:31 ---> 0f8cb2c54d59 14:00:31 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:00:31 ---> 3507a8f58955 14:00:31 Step 9/23 : RUN make cmd/core-data/core-data 14:00:31 ---> Running in a52db35642d0 14:00:31 ---> Running in 552322877fb6 14:00:31 Removing intermediate container a52db35642d0 14:00:31 ---> 5f7710e55d2e 14:00:31 Step 23/23 : LABEL version=0.0.0 14:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.132s coverage: 94.4% of statements 14:00:31 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.137s coverage: 44.8% of statements 14:00:31 ---> Running in 96666f63f14d 14:00:31 ---> 5701c03b9237 14:00:31 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:00:31 ---> Running in a1a2c1f7f58c 14:00:31 Removing intermediate container 1ade08f83a25 14:00:31 ---> 0c8869fc754c 14:00:31 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:00:31 Removing intermediate container 96666f63f14d 14:00:31 ---> da2275981c03 14:00:31 14:00:31 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 14:00:32 ---> Running in c0c3fa891b03 14:00:32 Removing intermediate container a1a2c1f7f58c 14:00:32 ---> 85ccb46eb358 14:00:32 Step 18/21 : CMD ["--init=true"] 14:00:32 Successfully built da2275981c03 14:00:32 ---> Running in 6f4047f3ee19 14:00:32 Successfully tagged docker-sys-mgmt-agent-go:latest 14:00:32  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c0c3fa891b03 14:00:32 ---> 3396c2994b7f 14:00:32 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:00:32 Removing intermediate container 6f4047f3ee19 14:00:32 ---> 7c43a3eeac5d 14:00:32 Step 19/21 : LABEL arch=x86_64 14:00:32 ---> Running in ad32d6a5c40a 14:00:33 ---> c86fb707903a 14:00:33 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:00:33 Removing intermediate container ad32d6a5c40a 14:00:33 ---> 0f2eee847d0b 14:00:33 Step 20/21 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:00:33 ---> Running in daf4a7d9fe5b 14:00:33 ---> Running in 785f0f4ed64c 14:00:33 Removing intermediate container 785f0f4ed64c 14:00:33 ---> 9ba34659df46 14:00:33 Step 21/21 : LABEL version=0.0.0 14:00:33 ---> Running in 159cf3998a66 14:00:34 Removing intermediate container 159cf3998a66 14:00:34 ---> ac5baaa19753 14:00:34 14:00:35 Successfully built ac5baaa19753 14:00:35 Successfully tagged docker-security-proxy-setup-go:latest 14:00:36  Building docker-security-proxy-setup-go ... done Removing intermediate container daf4a7d9fe5b 14:00:36 ---> cc1038c58635 14:00:36 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:00:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.529s coverage: 81.9% of statements 14:00:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 14:00:37 Removing intermediate container f2346a8c07c0 14:00:37 ---> 16ae3063c42c 14:00:37 14:00:37 Step 10/22 : FROM alpine:3.12 14:00:37 ---> 13621d1b12d4 14:00:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:00:37 ---> 281c00119bb7 14:00:37 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:00:38 ---> Running in aae694b54178 14:00:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:00:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:00:39 ---> 0b2e0d8ac96a 14:00:39 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:00:39 (1/2) Installing ca-certificates (20191127-r4) 14:00:39 (2/2) Installing dumb-init (1.2.2-r1) 14:00:39 Executing busybox-1.31.1-r20.trigger 14:00:39 Executing ca-certificates-20191127-r4.trigger 14:00:39 OK: 6 MiB in 16 packages 14:00:39 ---> d5ebc736b361 14:00:39 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:00:40 ---> bca35bff687e 14:00:40 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:00:41 Removing intermediate container aae694b54178 14:00:41 ---> 37083b3b7bc0 14:00:41 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:00:41 ---> Running in 29d30c98cccc 14:00:41 ---> 5d567a9ebc0c 14:00:41 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:00:41 ---> Running in fb4cafbb3871 14:00:41 Removing intermediate container 29d30c98cccc 14:00:41 ---> 27d245597fd1 14:00:41 Step 13/22 : ENV APP_PORT=48060 14:00:41 ---> Running in 791f4881a162 14:00:41 Removing intermediate container fb4cafbb3871 14:00:41 ---> 2e656d8a97c1 14:00:41 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:00:42 Removing intermediate container 791f4881a162 14:00:42 ---> 7204ad0df5ac 14:00:42 Step 14/22 : EXPOSE $APP_PORT 14:00:42 ---> Running in 0e7007c92331 14:00:42 ---> 6685114c6706 14:00:42 Step 26/31 : RUN chmod +x /entrypoint.sh 14:00:42 Removing intermediate container 0e7007c92331 14:00:42 ---> b989575393d1 14:00:42 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:00:42 ---> Running in b2d7c8914aae 14:00:44 ---> 6e15ccc4a934 14:00:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:00:45 ---> 5a335c4d64ef 14:00:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:00:45 Removing intermediate container b2d7c8914aae 14:00:45 ---> 44cdc585ce6d 14:00:45 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:00:45 ---> Running in aab74821146b 14:00:45 ---> a359ac47c769 14:00:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:00:45 ---> Running in f4b432a849fc 14:00:45 Removing intermediate container aab74821146b 14:00:45 ---> 22e745b66cf6 14:00:45 Step 28/31 : CMD ["gate"] 14:00:46 Removing intermediate container f4b432a849fc 14:00:46 ---> d66cb337b655 14:00:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:00:46 ---> Running in ad672f4369ab 14:00:46 ---> Running in 04a77e6e5af0 14:00:46 Removing intermediate container ad672f4369ab 14:00:46 ---> 42bd5a594613 14:00:46 Step 29/31 : LABEL arch=x86_64 14:00:46 Removing intermediate container 04a77e6e5af0 14:00:46 ---> b8db4223d1f3 14:00:46 Step 20/22 : LABEL arch=x86_64 14:00:46 ---> Running in af429a6926c5 14:00:46 ---> Running in 573996c2e0da 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.194s coverage: 92.9% of statements 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.109s coverage: 100.0% of statements 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.147s coverage: 75.5% of statements 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.137s coverage: 80.8% of statements 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.206s coverage: 87.2% of statements 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.209s coverage: 84.6% of statements 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.262s coverage: 91.6% of statements 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 64.4% of statements 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 14:00:47 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.076s coverage: 73.7% of statements 14:00:47 Removing intermediate container 573996c2e0da 14:00:47 ---> d4b4621a124f 14:00:47 Step 21/22 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:00:47 Removing intermediate container af429a6926c5 14:00:47 ---> e20ec7b91c8e 14:00:47 Step 30/31 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:00:47 ---> Running in 93d26da90f61 14:00:47 ---> Running in 2e10c30a88db 14:00:47 Removing intermediate container 93d26da90f61 14:00:47 ---> 51ad23260989 14:00:47 Step 22/22 : LABEL version=0.0.0 14:00:47 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements 14:00:47 ---> Running in 492cebb86cfa 14:00:47 Removing intermediate container 2e10c30a88db 14:00:47 ---> b8ab4cde43c8 14:00:47 Step 31/31 : LABEL version=0.0.0 14:00:47 ---> Running in 3a7ac8796a7a 14:00:48 Removing intermediate container 492cebb86cfa 14:00:48 ---> 1b857901025c 14:00:48 14:00:48 Successfully built 1b857901025c 14:00:48 Successfully tagged docker-support-notifications-go:latest 14:00:48  Building docker-support-notifications-go ... done Removing intermediate container 3a7ac8796a7a 14:00:48 ---> 716eefa51252 14:00:48 14:00:48 Successfully built 716eefa51252 14:00:48 Successfully tagged docker-security-bootstrapper-go:latest 14:00:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.038s coverage: 69.0% of statements 14:00:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 14:00:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 14:00:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 14:00:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.488s coverage: 38.4% of statements 14:00:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 14:00:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 14:00:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.113s coverage: 89.5% of statements 14:00:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 14:00:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.099s coverage: 84.8% of statements 14:00:53  Building docker-security-bootstrapper-go ... done Removing intermediate container 552322877fb6 14:00:53 ---> 7744743af8d9 14:00:53 14:00:53 Step 10/23 : FROM alpine:3.12 14:00:53 ---> 13621d1b12d4 14:00:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:00:53 ---> Running in 8b2062212e50 14:00:53 Removing intermediate container 8b2062212e50 14:00:53 ---> d0a8199ebd2c 14:00:53 Step 12/23 : ENV APP_PORT=48080 14:00:53 ---> Running in 7116dbbfb9b4 14:00:53 Removing intermediate container 7116dbbfb9b4 14:00:53 ---> 7ade979d6813 14:00:53 Step 13/23 : EXPOSE $APP_PORT 14:00:53 ---> Running in 6c8b8f459756 14:00:53 Removing intermediate container 6c8b8f459756 14:00:53 ---> ab9fdc8e7da9 14:00:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:00:53 ---> Running in 6e6b68691755 14:00:54 Removing intermediate container 6e6b68691755 14:00:54 ---> 0d99d15b37bd 14:00:54 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:00:55 ---> Running in ee8b508e4512 14:00:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 14:00:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 14:00:56 (1/6) Installing dumb-init (1.2.2-r1) 14:00:56 (2/6) Installing libgcc (9.3.0-r2) 14:00:56 (3/6) Installing libsodium (1.0.18-r0) 14:00:56 (4/6) Installing libstdc++ (9.3.0-r2) 14:00:57 (5/6) Installing libzmq (4.3.3-r0) 14:00:57 (6/6) Installing zeromq (4.3.3-r0) 14:00:57 Executing busybox-1.31.1-r20.trigger 14:00:57 OK: 8 MiB in 20 packages 14:00:58 Removing intermediate container ee8b508e4512 14:00:58 ---> d172c736fd2a 14:00:58 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:00:58 ---> fe6e06859d05 14:00:58 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:00:59 ---> 19fd871460b0 14:00:59 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:00:59 ---> 2b6a0df041e5 14:00:59 Step 19/23 : ENTRYPOINT ["/core-data"] 14:00:59 ---> Running in 64dd7f00c18e 14:00:59 Removing intermediate container 64dd7f00c18e 14:00:59 ---> 1a8c2d1589de 14:00:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:00:59 ---> Running in 829839be0f47 14:01:00 Removing intermediate container 829839be0f47 14:01:00 ---> 070e33082f83 14:01:00 Step 21/23 : LABEL arch=x86_64 14:01:00 ---> Running in a067bfdae7c1 14:01:00 Removing intermediate container a067bfdae7c1 14:01:00 ---> 611591c12e41 14:01:00 Step 22/23 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:01:00 ---> Running in 32462907f14e 14:01:00 Removing intermediate container 32462907f14e 14:01:00 ---> be3e498e8776 14:01:00 Step 23/23 : LABEL version=0.0.0 14:01:00 ---> Running in 7e92f6b2610d 14:01:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.418s coverage: 47.0% of statements 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 14:01:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.149s coverage: 100.0% of statements 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 14:01:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.108s coverage: 100.0% of statements 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 14:01:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.153s coverage: 10.5% of statements 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 14:01:00 Removing intermediate container 7e92f6b2610d 14:01:00 ---> e3e6f4766266 14:01:00 14:01:00 Successfully built e3e6f4766266 14:01:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.435s coverage: 87.7% of statements 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 14:01:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 14:01:01 Successfully tagged docker-core-data-go:latest 14:01:01  Building docker-core-data-go ... done  [Pipeline] } 14:01:01 $ docker stop --time=1 94fa943d66ab46df764d46f68601ed69d879282f3fdd7cc12195a9bbc7763eeb 14:01:03 $ docker rm -f 94fa943d66ab46df764d46f68601ed69d879282f3fdd7cc12195a9bbc7763eeb [Pipeline] // withDockerContainer [Pipeline] sh 14:01:03 + docker images 14:01:03 + grep docker 14:01:03 docker-core-data-go latest e3e6f4766266 3 seconds ago 22.9MB 14:01:03 docker-security-bootstrapper-go latest 716eefa51252 16 seconds ago 19.3MB 14:01:03 docker-support-notifications-go latest 1b857901025c 16 seconds ago 18.2MB 14:01:03 docker-security-proxy-setup-go latest ac5baaa19753 30 seconds ago 26MB 14:01:03 docker-sys-mgmt-agent-go latest da2275981c03 32 seconds ago 312MB 14:01:03 docker-security-secretstore-setup-go latest 7839d6752857 About a minute ago 26.3MB 14:01:03 docker-core-metadata-go latest 8b8ce4738057 2 minutes ago 19.2MB 14:01:03 docker-core-command-go latest 5f427a678208 2 minutes ago 17.5MB 14:01:03 docker-support-scheduler-go latest 7cd149443d63 2 minutes ago 17.6MB 14:01:03 docker 20.10.0 aefe523efa57 4 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 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.417s coverage: 29.1% of statements 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.190s coverage: 99.0% of statements 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.155s coverage: 100.0% of statements 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.337s coverage: 95.6% of statements 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 14:01:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.110s coverage: 28.1% of statements 14:01:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 14:01:10 GO111MODULE=on go vet ./... 14:01:19 Still waiting to schedule task 14:01:19 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-570’ 14:02:32 gofmt -l . 14:02:32 [ "`gofmt -l .`" = "" ] 14:02:32 ./bin/test-go-mod-tidy.sh 14:02:32 ./bin/test-attribution-txt.sh [Pipeline] sh 14:02:35 + ls -al . 14:02:35 total 824 14:02:35 drwxrwxr-x 9 1001 1001 4096 Apr 17 14:02 . 14:02:35 drwxr-xr-x 4 root root 4096 Apr 17 13:58 .. 14:02:35 -rw-rw-r-- 1 1001 1001 11 Apr 17 13:56 .dockerignore 14:02:35 drwxrwxr-x 8 1001 1001 4096 Apr 17 13:56 .git 14:02:35 drwxrwxr-x 3 1001 1001 4096 Apr 17 13:56 .github 14:02:35 -rw-rw-r-- 1 1001 1001 818 Apr 17 13:56 .gitignore 14:02:35 -rw-rw-r-- 1 1001 1001 166 Apr 17 13:56 .sonarcloud.properties 14:02:35 -rw-rw-r-- 1 1001 1001 8609 Apr 17 13:56 Attribution.txt 14:02:35 -rw-rw-r-- 1 1001 1001 3804 Apr 17 13:56 CONTRIBUTING.md 14:02:35 -rw-rw-r-- 1 1001 1001 931 Apr 17 13:56 Dockerfile.build 14:02:35 -rw-rw-r-- 1 1001 1001 863 Apr 17 13:56 Jenkinsfile 14:02:35 -rw-rw-r-- 1 1001 1001 10775 Apr 17 13:56 LICENSE 14:02:35 -rw-rw-r-- 1 1001 1001 5774 Apr 17 13:56 Makefile 14:02:35 -rw-rw-r-- 1 1001 1001 6548 Apr 17 13:56 README.md 14:02:35 -rw-rw-r-- 1 1001 1001 6755 Apr 17 13:56 SECURITY.md 14:02:35 -rw-rw-r-- 1 1001 1001 5 Apr 17 13:52 VERSION 14:02:35 -rw-rw-r-- 1 1001 1001 4131 Apr 17 13:56 ZMQWindows.md 14:02:35 drwxrwxr-x 2 1001 1001 4096 Apr 17 13:56 bin 14:02:35 drwxrwxr-x 14 1001 1001 4096 Apr 17 13:56 cmd 14:02:35 -rw-r--r-- 1 root root 687366 Apr 17 14:01 coverage.out 14:02:35 -rw-r--r-- 1 root root 1059 Apr 17 14:02 go.mod 14:02:35 -rw-r--r-- 1 root root 22258 Apr 17 14:02 go.sum 14:02:35 drwxrwxr-x 8 1001 1001 4096 Apr 17 13:56 internal 14:02:35 drwxrwxr-x 4 1001 1001 4096 Apr 17 13:56 openapi 14:02:35 drwxrwxr-x 4 1001 1001 4096 Apr 17 13:56 snap 14:02:35 -rw-rw-r-- 1 1001 1001 168 Apr 17 13:56 version.go [Pipeline] sh 14:02:36 + '[' -e coverage.out ] 14:02:36 + chown 1001:1001 coverage.out [Pipeline] stash 14:02:36 Warning: overwriting stash ‘coverage-report’ 14:02:37 Stashed 1 file(s) [Pipeline] sh 14:02:37 + make build 14:02:37 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 14:02:47 Running on prd-ubuntu18.04-docker-8c-8g-571 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 14:02:47 Running in /w/workspace/edgex-go/72 [Pipeline] { [Pipeline] checkout 14:02:48 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 14:02:50 using credential edgex-jenkins-ssh 14:02:50 Cloning the remote Git repository 14:02:50 Cloning repository git@github.com:edgexfoundry/edgex-go.git 14:02:50 > git init /w/workspace/edgex-go/72 # timeout=10 14:02:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:02:50 > git --version # timeout=10 14:02:50 > git --version # 'git version 2.17.1' 14:02:50 using GIT_SSH to set credentials SSH Credentials for GitHub 14:02:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 14:02:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:02:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 14:02:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 14:02:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 14:02:56 using GIT_SSH to set credentials SSH Credentials for GitHub 14:02:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 14:02:56 Merging remotes/origin/master commit 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc into PR head commit e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:02:56 Merge succeeded, producing e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:02:56 Checking out Revision e15f52c200eb7e9c6bb66e25dc086aa977f9b57b (PR-3234) 14:02:56 > git config core.sparsecheckout # timeout=10 14:02:56 > git checkout -f e15f52c200eb7e9c6bb66e25dc086aa977f9b57b # timeout=10 14:02:56 > git remote # timeout=10 14:02:56 > git config --get remote.origin.url # timeout=10 14:02:56 using GIT_SSH to set credentials SSH Credentials for GitHub 14:02:56 > git merge 1db696b9dfb42d3dc07ad7353d4356e193fbdfbc # timeout=10 14:02:56 > git rev-parse HEAD^{commit} # timeout=10 14:02:56 > git config core.sparsecheckout # timeout=10 14:02:56 > git checkout -f e15f52c200eb7e9c6bb66e25dc086aa977f9b57b # timeout=10 14:03:00 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 14:03:01 + echo snap-build.sh 14:03:01 snap-build.sh 14:03:01 + SNAP_BASE_DIR=. 14:03:01 + '[' '!' -z /w/workspace/edgex-go/72 ']' 14:03:01 + SNAP_BASE_DIR=/w/workspace/edgex-go/72 14:03:01 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/72]' 14:03:01 [snap-build] Building snap in dir [/w/workspace/edgex-go/72] 14:03:01 + cd /w/workspace/edgex-go/72 14:03:01 + sudo apt-get remove -qy --purge lxd lxd-client 14:03:01 Reading package lists... 14:03:01 Building dependency tree... 14:03:01 Reading state information... 14:03:01 The following packages were automatically installed and are no longer required: 14:03:01 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 14:03:01 uidmap xdelta3 14:03:01 Use 'sudo apt autoremove' to remove them. 14:03:01 The following packages will be REMOVED: 14:03:01 lxd* lxd-client* 14:03:02 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 14:03:02 After this operation, 31.7 MB disk space will be freed. 14:03:03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 14:03:03 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 14:03:04 Removing lxd dnsmasq configuration 14:03:04 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 14:03:04 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 14:03:05 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 14:03:05 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 14:03:05 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 14:03:07 Processing triggers for systemd (237-3ubuntu10.42) ... 14:03:07 Processing triggers for ureadahead (0.100.0-21) ... 14:03:08 + sudo snap remove --purge lxd 14:03:08 snap "lxd" is not installed 14:03:08 + sudo groupadd --force --system lxd 14:03:08 ++ whoami 14:03:08 + sudo /usr/sbin/usermod -G lxd -a jenkins 14:03:08 + newgrp - lxd 14:03:08 + sudo snap install lxd 14:03:15 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 14:03:16 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 14:03:17 2021-04-17T14:03:14Z INFO Waiting for automatic snapd restart... 14:03:21 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 14:03:23 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 14:03:28 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 14:03:32 lxd 4.13 from Canonical* installed 14:03:32 + sudo lxd init --auto 14:03:37 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 14:03:38 + sudo snap install --classic snapcraft 14:03:39 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 14:03:45 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 14:03:46 snapcraft 4.6.2 from Canonical* installed 14:03:46 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 14:03:46 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 14:03:46 % Total % Received % Xferd Average Speed Time Time Time Current 14:03:46 Dload Upload Total Spent Left Speed 14:03:46 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 8708 0 --:--:-- --:--:-- --:--:-- 8708 14:03:46 100 3325k 100 3325k 0 0 20.5M 0 --:--:-- --:--:-- --:--:-- 20.5M 14:03:46 ./yq_linux_amd64 14:03:46 + sudo snapcraft prime --use-lxd 14:03:48 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 14:03:48 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 14:03:48 - README.md 14:03:48 14:03:48 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:03:49 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 14:03:49 Launching a container. 14:03:52 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] } 14:03:59 $ docker stop --time=1 fa040b3ce31da20909d8846765ad251616d629d8d36f9d81086ef8f6e57f5e6c 14:04:01 $ docker rm -f fa040b3ce31da20909d8846765ad251616d629d8d36f9d81086ef8f6e57f5e6c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:04:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:04:03 14:04:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 14:04:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:04:04 latest: Pulling from edgex-devops/edgex-compose-arm64 14:04:04 29e5d40040c1: Pulling fs layer 14:04:04 1ce36da41761: Pulling fs layer 14:04:04 25b303627fd3: Pulling fs layer 14:04:04 29e5d40040c1: Verifying Checksum 14:04:04 29e5d40040c1: Download complete 14:04:04 1ce36da41761: Download complete 14:04:04 Waiting for container to be ready 14:04:04 To start your first instance, try: lxc launch ubuntu:18.04 14:04:04 14:04:05 29e5d40040c1: Pull complete 14:04:06 1ce36da41761: Pull complete 14:04:06 25b303627fd3: Verifying Checksum 14:04:06 25b303627fd3: Download complete 14:04:06 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 14:04:06 Waiting for network to be ready... 14:04:07 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:04:07 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:04:07 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 14:04:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 14:04:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:04:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:04:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 14:04:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 14:04:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 14:04:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 14:04:07 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:04:07 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:04:07 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:04:08 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:04:08 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:04:08 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:04:08 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:04:08 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:04:08 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:04:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 14:04:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 14:04:08 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:04:08 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:04:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 14:04:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 14:04:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 14:04:08 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 14:04:12 Fetched 24.4 MB in 5s (4683 kB/s) 14:04:13 Reading package lists... 14:04:13 Reading package lists... 14:04:13 Building dependency tree... 14:04:13 Reading state information... 14:04:13 The following additional packages will be installed: 14:04:13 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:04:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:04:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:04:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 14:04:13 Suggested packages: 14:04:13 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 14:04:13 Recommended packages: 14:04:13 gnupg libsasl2-modules 14:04:13 The following NEW packages will be installed: 14:04:13 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 14:04:13 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 14:04:13 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 14:04:13 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 14:04:13 The following packages will be upgraded: 14:04:13 gpg gpg-agent gpgconf libudev1 14:04:14 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 14:04:14 Need to get 3529 kB of archives. 14:04:14 After this operation, 13.3 MB of additional disk space will be used. 14:04:14 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] 14:04:14 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] 14:04:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 14:04:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 14:04:14 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.46 [58.4 kB] 14:04:14 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.46 [1102 kB] 14:04:15 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 14:04:15 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 14:04:15 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 14:04:15 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 14:04:15 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 14:04:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 14:04:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 14:04:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 14:04:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 14:04:15 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 14:04:15 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 14:04:15 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 14:04:15 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 14:04:15 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 14:04:15 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 14:04:15 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 14:04:15 debconf: delaying package configuration, since apt-utils is not installed 14:04:15 Fetched 3529 kB in 1s (2941 kB/s) 14:04:15 (Reading database ... 12511 files and directories currently installed.) 14:04:15 Preparing to unpack .../libudev1_237-3ubuntu10.46_amd64.deb ... 14:04:15 Unpacking libudev1:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 14:04:15 Setting up libudev1:amd64 (237-3ubuntu10.46) ... 14:04:15 Selecting previously unselected package udev. 14:04:15 (Reading database ... 12511 files and directories currently installed.) 14:04:15 Preparing to unpack .../00-udev_237-3ubuntu10.46_amd64.deb ... 14:04:15 Unpacking udev (237-3ubuntu10.46) ... 14:04:16 Selecting previously unselected package libfuse2:amd64. 14:04:16 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 14:04:16 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:04:16 Selecting previously unselected package fuse. 14:04:16 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 14:04:16 Unpacking fuse (2.9.7-1ubuntu1) ... 14:04:16 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 14:04:16 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:04:16 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 14:04:16 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:04:16 25b303627fd3: Pull complete 14:04:16 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 14:04:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:04:16 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 14:04:16 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 14:04:16 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:04:16 Selecting previously unselected package libksba8:amd64. 14:04:16 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 14:04:16 Unpacking libksba8:amd64 (1.3.5-2) ... 14:04:16 Selecting previously unselected package libroken18-heimdal:amd64. 14:04:16 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:16 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:16 prd-ubuntu18.04-docker-arm64-4c-16g-566 does not seem to be running inside a container 14:04:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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-devops/edgex-compose-arm64:latest cat 14:04:17 Selecting previously unselected package libasn1-8-heimdal:amd64. 14:04:17 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:17 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:17 Selecting previously unselected package libheimbase1-heimdal:amd64. 14:04:17 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:17 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:17 Selecting previously unselected package libhcrypto4-heimdal:amd64. 14:04:17 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:17 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:17 Selecting previously unselected package libwind0-heimdal:amd64. 14:04:17 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:17 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:17 Selecting previously unselected package libhx509-5-heimdal:amd64. 14:04:17 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:17 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:17 Selecting previously unselected package libkrb5-26-heimdal:amd64. 14:04:17 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:17 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:17 Selecting previously unselected package libheimntlm0-heimdal:amd64. 14:04:17 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:17 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:17 Selecting previously unselected package libgssapi3-heimdal:amd64. 14:04:17 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 14:04:17 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:17 Selecting previously unselected package libsasl2-modules-db:amd64. 14:04:17 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:04:17 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:04:17 Selecting previously unselected package libsasl2-2:amd64. 14:04:17 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 14:04:17 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:04:17 Selecting previously unselected package libldap-common. 14:04:17 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 14:04:17 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:04:18 Selecting previously unselected package libldap-2.4-2:amd64. 14:04:18 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 14:04:18 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:04:18 Selecting previously unselected package dirmngr. 14:04:18 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 14:04:18 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 14:04:18 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 14:04:18 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 14:04:18 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 14:04:18 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:04:18 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 14:04:18 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 14:04:18 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:18 Setting up libksba8:amd64 (1.3.5-2) ... 14:04:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:04:18 Setting up udev (237-3ubuntu10.46) ... 14:04:19 invoke-rc.d: policy-rc.d denied execution of start. 14:04:19 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:19 Processing triggers for systemd (237-3ubuntu10) ... 14:04:19 Setting up fuse (2.9.7-1ubuntu1) ... 14:04:19 Setting up gpg (2.2.4-1ubuntu1.4) ... 14:04:19 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:19 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:19 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:19 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:19 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:19 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:19 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 14:04:19 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 14:04:19 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 14:04:19 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:04:20 $ docker top 32adf9a1542918b047b02b22527c76c18397c2d43a19b80ed639c29657d1fb80 -eo pid,comm 14:04:20 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 14:04:20 settings in the [Install] section, and DefaultInstance for template units). 14:04:20 This means they are not meant to be enabled using systemctl. 14:04:20 Possible reasons for having this kind of units are: 14:04:20 1) A unit may be statically enabled by being symlinked from another unit's 14:04:20 .wants/ or .requires/ directory. 14:04:20 2) A unit's purpose may be to act as a helper for some other unit which has 14:04:20 a requirement dependency on it. 14:04:20 3) A unit may be started when needed via activation (socket, path, timer, 14:04:20 D-Bus, udev, scripted systemctl call, ...). 14:04:20 4) In case of template units, the unit is meant to be enabled with some 14:04:20 instance name specified. [Pipeline] { [Pipeline] sh 14:04:20 Reading package lists... 14:04:20 Building dependency tree... 14:04:20 Reading state information... 14:04:20 The following additional packages will be installed: 14:04:20 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 14:04:20 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 14:04:20 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 14:04:20 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 14:04:20 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 14:04:20 Suggested packages: 14:04:20 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 14:04:20 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 14:04:20 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 14:04:20 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 14:04:20 systemd-container policykit-1 14:04:20 Recommended packages: 14:04:20 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 14:04:20 The following NEW packages will be installed: 14:04:20 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 14:04:20 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 14:04:20 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 14:04:20 multiarch-support openssh-client python3 python3-minimal python3.6 14:04:20 python3.6-minimal snapd squashfs-tools sudo 14:04:20 The following packages will be upgraded: 14:04:20 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 14:04:20 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 14:04:20 Need to get 35.2 MB of archives. 14:04:20 After this operation, 141 MB of additional disk space will be used. 14:04:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 14:04:21 + docker-compose build --help 14:04:21 + grep parallel 14:04:21 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 14:04:21 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 14:04:21 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 14:04:21 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.46 [2914 kB] 14:04:21 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 14:04:21 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 14:04:21 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 14:04:21 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 14:04:21 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 14:04:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 14:04:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 14:04:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 14:04:21 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 14:04:21 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 14:04:21 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 14:04:21 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 14:04:22 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.46 [209 kB] 14:04:22 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 14:04:22 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 14:04:22 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 14:04:22 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 14:04:22 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 14:04:22 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 14:04:22 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 14:04:22 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 14:04:22 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 14:04:22 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 14:04:22 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 14:04:22 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 14:04:22 debconf: delaying package configuration, since apt-utils is not installed 14:04:22 Fetched 35.2 MB in 1s (27.6 MB/s) 14:04:22 (Reading database ... 12757 files and directories currently installed.) 14:04:22 Preparing to unpack .../systemd_237-3ubuntu10.46_amd64.deb ... 14:04:22 Unpacking systemd (237-3ubuntu10.46) over (237-3ubuntu10) ... 14:04:23 Preparing to unpack .../libsystemd0_237-3ubuntu10.46_amd64.deb ... 14:04:23 Unpacking libsystemd0:amd64 (237-3ubuntu10.46) over (237-3ubuntu10) ... 14:04:23 Setting up libsystemd0:amd64 (237-3ubuntu10.46) ... 14:04:23 (Reading database ... 12757 files and directories currently installed.) 14:04:23 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 14:04:23 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 14:04:23 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 14:04:24 (Reading database ... 12757 files and directories currently installed.) 14:04:24 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 14:04:24 Unpacking apt (1.6.13) over (1.6.1) ... 14:04:24 Setting up apt (1.6.13) ... 14:04:24 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 14:04:24 --parallel Build images in parallel. [Pipeline] } 14:04:24 $ docker stop --time=1 32adf9a1542918b047b02b22527c76c18397c2d43a19b80ed639c29657d1fb80 14:04:24 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 14:04:24 (Reading database ... 12764 files and directories currently installed.) 14:04:24 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 14:04:25 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 14:04:25 Selecting previously unselected package libpython3.6-minimal:amd64. 14:04:25 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:04:25 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:04:25 Selecting previously unselected package libexpat1:amd64. 14:04:25 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 14:04:25 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:04:25 Selecting previously unselected package python3.6-minimal. 14:04:25 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:04:25 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:04:25 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 14:04:25 Checking for services that may need to be restarted...done. 14:04:25 Checking for services that may need to be restarted...done. 14:04:25 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:04:25 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 14:04:26 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 14:04:26 $ docker rm -f 32adf9a1542918b047b02b22527c76c18397c2d43a19b80ed639c29657d1fb80 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 14:04:26 Selecting previously unselected package python3-minimal. 14:04:26 (Reading database ... 13012 files and directories currently installed.) 14:04:26 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 14:04:26 Unpacking python3-minimal (3.6.7-1~18.04) ... 14:04:26 Selecting previously unselected package mime-support. 14:04:26 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 14:04:26 Unpacking mime-support (3.60ubuntu1) ... 14:04:26 Selecting previously unselected package libmpdec2:amd64. 14:04:26 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 14:04:26 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:04:26 Selecting previously unselected package libpython3.6-stdlib:amd64. 14:04:26 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:04:26 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:04:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 14:04:27 . [Pipeline] withDockerContainer 14:04:27 Selecting previously unselected package python3.6. 14:04:27 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 14:04:27 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:04:27 Selecting previously unselected package libpython3-stdlib:amd64. 14:04:27 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 14:04:27 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:04:27 prd-ubuntu18.04-docker-arm64-4c-16g-566 does not seem to be running inside a container 14:04:27 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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 14:04:27 Setting up python3-minimal (3.6.7-1~18.04) ... 14:04:27 Selecting previously unselected package python3. 14:04:27 (Reading database ... 13442 files and directories currently installed.) 14:04:27 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 14:04:27 Unpacking python3 (3.6.7-1~18.04) ... 14:04:27 Selecting previously unselected package multiarch-support. 14:04:27 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 14:04:27 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 14:04:28 Setting up multiarch-support (2.27-3ubuntu1.4) ... 14:04:28 Selecting previously unselected package liblzo2-2:amd64. 14:04:28 (Reading database ... 13479 files and directories currently installed.) 14:04:28 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 14:04:28 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 14:04:28 Selecting previously unselected package libbsd0:amd64. 14:04:28 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 14:04:28 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:04:28 Selecting previously unselected package sudo. 14:04:28 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 14:04:28 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 14:04:28 Selecting previously unselected package apparmor. 14:04:28 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 14:04:28 Unpacking apparmor (2.12-4ubuntu5.1) ... 14:04:28 Selecting previously unselected package libedit2:amd64. 14:04:28 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 14:04:28 Unpacking libedit2:amd64 (3.1-20170329-1) ... 14:04:28 Selecting previously unselected package libkrb5support0:amd64. 14:04:28 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 14:04:28 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:04:28 $ docker top c53390cfa7e440ff58e18d199e49ca7308ed20faed5b97a5d9874e761c281846 -eo pid,comm 14:04:28 Selecting previously unselected package libk5crypto3:amd64. 14:04:28 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 14:04:28 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:04:28 Selecting previously unselected package libkeyutils1:amd64. 14:04:28 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 14:04:28 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [Pipeline] { [Pipeline] sh 14:04:29 Selecting previously unselected package libkrb5-3:amd64. 14:04:29 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 14:04:29 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:04:29 Selecting previously unselected package libgssapi-krb5-2:amd64. 14:04:29 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 14:04:29 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:04:29 Selecting previously unselected package libssl1.0.0:amd64. 14:04:29 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 14:04:29 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:04:29 Selecting previously unselected package openssh-client. 14:04:29 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 14:04:29 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 14:04:29 Selecting previously unselected package squashfs-tools. 14:04:29 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 14:04:29 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:04:29 + docker-compose -f ./docker-compose-build.yml build --parallel 14:04:29 Selecting previously unselected package snapd. 14:04:29 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 14:04:29 Unpacking snapd (2.48.3+18.04) ... 14:04:32 Building docker-core-command-go ... 14:04:32 Building docker-core-data-go ... 14:04:32 Building docker-core-metadata-go ... 14:04:32 Building docker-security-bootstrapper-go ... 14:04:32 Building docker-security-proxy-setup-go ... 14:04:32 Building docker-security-secretstore-setup-go ... 14:04:32 Building docker-support-notifications-go ... 14:04:32 Building docker-support-scheduler-go ... 14:04:32 Building docker-sys-mgmt-agent-go ... 14:04:32 Building docker-core-metadata-go 14:04:32 Building docker-security-proxy-setup-go 14:04:32 Building docker-support-notifications-go 14:04:32 Building docker-support-scheduler-go 14:04:32 Building docker-sys-mgmt-agent-go 14:04:33 Setting up libedit2:amd64 (3.1-20170329-1) ... 14:04:33 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 14:04:33 Setting up mime-support (3.60ubuntu1) ... 14:04:33 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 14:04:33 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 14:04:33 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 14:04:33 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:04:33 Setting up systemd (237-3ubuntu10.46) ... 14:04:33 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 14:04:34 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 14:04:34 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 14:04:34 Setting up liblzo2-2:amd64 (2.08-1.2) ... 14:04:34 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 14:04:34 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 14:04:34 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 14:04:35 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 14:04:35 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 14:04:35 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 14:04:35 Setting up python3 (3.6.7-1~18.04) ... 14:04:35 running python rtupdate hooks for python3.6... 14:04:35 running python post-rtupdate hooks for python3.6... 14:04:35 Setting up apparmor (2.12-4ubuntu5.1) ... 14:04:36 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 14:04:36 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 14:04:36 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 14:04:37 Setting up snapd (2.48.3+18.04) ... 14:04:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 14:04:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 14:04:37 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 14:04:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 14:04:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:04:38 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 14:04:38 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 14:04:38 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 14:04:39 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 14:04:39 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 14:04:39 /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' 14:04:39 Processing triggers for libc-bin (2.27-3ubuntu1) ... 14:04:39 Processing triggers for systemd (237-3ubuntu10.46) ... 14:04:40 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:04:40 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 14:04:40 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:04:42 Reading package lists... 14:04:42 Reading package lists... 14:04:43 Building dependency tree... 14:04:43 Reading state information... 14:04:43 Calculating upgrade... 14:04:43 The following packages will be upgraded: 14:04:43 advancecomp base-files bash binutils binutils-common 14:04:43 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 14:04:43 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 14:04:43 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 14:04:43 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 14:04:43 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 14:04:43 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 14:04:43 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 14:04:43 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 14:04:43 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 14:04:43 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 14:04:43 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 14:04:43 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 14:04:43 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 14:04:43 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 14:04:43 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 14:04:43 Need to get 64.0 MB of archives. 14:04:43 After this operation, 5034 kB of additional disk space will be used. 14:04:43 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 14:04:43 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-142.146 [987 kB] 14:04:44 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 14:04:44 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 14:04:44 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 14:04:44 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 14:04:44 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 14:04:44 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 14:04:44 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 14:04:44 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 14:04:44 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 14:04:44 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 14:04:44 Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 14:04:44 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 14:04:44 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 14:04:44 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 14:04:44 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 14:04:44 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 14:04:44 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 14:04:44 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 14:04:44 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 14:04:44 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 14:04:44 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 14:04:44 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 14:04:44 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 14:04:44 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 14:04:44 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 14:04:44 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 14:04:44 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 14:04:44 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 14:04:44 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 14:04:44 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 14:04:44 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 14:04:44 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 14:04:44 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 14:04:44 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 14:04:44 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 14:04:44 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 14:04:44 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 14:04:44 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.46 [16.0 kB] 14:04:44 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 14:04:44 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 14:04:44 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 14:04:44 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 14:04:44 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 14:04:44 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 14:04:44 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 14:04:44 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 14:04:44 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 14:04:44 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 14:04:44 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 14:04:44 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 14:04:44 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 14:04:44 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 14:04:44 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 14:04:44 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 14:04:44 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 14:04:44 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 14:04:44 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 14:04:44 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 14:04:44 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 14:04:44 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 14:04:44 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 14:04:44 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 14:04:44 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 14:04:44 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 14:04:44 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 14:04:44 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 14:04:44 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 14:04:44 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 14:04:44 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 14:04:44 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 14:04:44 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 14:04:44 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 14:04:44 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 14:04:44 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 14:04:44 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 14:04:44 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 14:04:44 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 14:04:44 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 14:04:44 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 14:04:44 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 14:04:44 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 14:04:44 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 14:04:44 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 14:04:45 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 14:04:45 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 14:04:45 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 14:04:45 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 14:04:45 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 14:04:45 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 14:04:45 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 14:04:45 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 14:04:46 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 14:04:46 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 14:04:46 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 14:04:46 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 14:04:46 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 14:04:46 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 14:04:46 Get:100 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 14:04:46 Get:101 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 14:04:46 debconf: delaying package configuration, since apt-utils is not installed 14:04:46 Fetched 64.0 MB in 3s (20.2 MB/s) 14:04:46 (Reading database ... 13912 files and directories currently installed.) 14:04:46 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 14:04:46 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:04:47 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 14:04:47 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:04:47 Preparing to unpack .../2-linux-libc-dev_4.15.0-142.146_amd64.deb ... 14:04:47 Unpacking linux-libc-dev:amd64 (4.15.0-142.146) over (4.15.0-20.21) ... 14:04:48 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:48 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:49 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:49 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:49 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:49 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:49 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:49 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:49 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:49 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:49 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:49 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:49 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:49 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:49 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 14:04:49 (Reading database ... 13911 files and directories currently installed.) 14:04:49 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:49 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 14:04:50 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 14:04:50 (Reading database ... 13911 files and directories currently installed.) 14:04:50 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:50 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:50 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:50 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 14:04:50 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 14:04:50 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 14:04:50 (Reading database ... 13911 files and directories currently installed.) 14:04:50 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 14:04:51 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:04:51 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 14:04:51 (Reading database ... 13911 files and directories currently installed.) 14:04:51 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 14:04:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 14:04:51 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 14:04:51 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 14:04:52 Setting up base-files (10.1ubuntu2.10) ... 14:04:52 Installing new version of config file /etc/issue ... 14:04:52 Installing new version of config file /etc/issue.net ... 14:04:52 Installing new version of config file /etc/lsb-release ... 14:04:52 Installing new version of config file /etc/update-motd.d/50-motd-news ... 14:04:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 14:04:52 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 14:04:52 Removing obsolete conffile /etc/default/motd-news ... 14:04:52 (Reading database ... 13912 files and directories currently installed.) 14:04:52 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 14:04:52 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 14:04:53 Setting up bash (4.4.18-2ubuntu1.2) ... 14:04:53 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 14:04:53 (Reading database ... 13912 files and directories currently installed.) 14:04:53 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 14:04:53 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 14:04:53 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 14:04:53 (Reading database ... 13912 files and directories currently installed.) 14:04:53 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 14:04:53 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 14:04:53 Setting up tar (1.29b-2ubuntu0.2) ... 14:04:53 (Reading database ... 13912 files and directories currently installed.) 14:04:53 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 14:04:53 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:04:53 Setting up dpkg (1.19.0.5ubuntu2.3) ... 14:04:54 (Reading database ... 13912 files and directories currently installed.) 14:04:54 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 14:04:54 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:04:54 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 14:04:54 (Reading database ... 13912 files and directories currently installed.) 14:04:54 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 14:04:54 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:04:54 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 14:04:54 (Reading database ... 13912 files and directories currently installed.) 14:04:54 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 14:04:54 Unpacking grep (3.1-2build1) over (3.1-2) ... 14:04:54 Setting up grep (3.1-2build1) ... 14:04:54 (Reading database ... 13912 files and directories currently installed.) 14:04:54 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 14:04:54 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:04:54 Setting up login (1:4.5-1ubuntu2) ... 14:04:55 (Reading database ... 13912 files and directories currently installed.) 14:04:55 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 14:04:55 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:04:55 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 14:04:55 (Reading database ... 13912 files and directories currently installed.) 14:04:55 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 14:04:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:04:55 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 14:04:55 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:04:55 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 14:04:55 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:04:56 Setting up perl-base (5.26.1-6ubuntu0.5) ... 14:04:56 (Reading database ... 13912 files and directories currently installed.) 14:04:56 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 14:04:56 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 14:04:57 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:04:57 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:04:57 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 14:04:57 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 14:04:57 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 14:04:58 (Reading database ... 13912 files and directories currently installed.) 14:04:58 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 14:04:58 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 14:04:58 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 14:04:58 (Reading database ... 13912 files and directories currently installed.) 14:04:58 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:04:58 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:04:58 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:04:58 (Reading database ... 13912 files and directories currently installed.) 14:04:58 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:04:58 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:04:58 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:04:58 (Reading database ... 13912 files and directories currently installed.) 14:04:58 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:04:58 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:04:58 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:04:58 (Reading database ... 13912 files and directories currently installed.) 14:04:58 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:04:58 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:04:59 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:04:59 (Reading database ... 13912 files and directories currently installed.) 14:04:59 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 14:04:59 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:04:59 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 14:04:59 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:04:59 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 14:04:59 (Reading database ... 13912 files and directories currently installed.) 14:04:59 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 14:04:59 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:04:59 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 14:04:59 (Reading database ... 13912 files and directories currently installed.) 14:04:59 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:04:59 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:04:59 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 14:04:59 (Reading database ... 13912 files and directories currently installed.) 14:04:59 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:04:59 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:05:00 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 14:05:00 (Reading database ... 13912 files and directories currently installed.) 14:05:00 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:05:00 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:05:00 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 14:05:01 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 14:05:01 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 14:05:01 (Reading database ... 13912 files and directories currently installed.) 14:05:01 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 14:05:01 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 14:05:01 Setting up libc-bin (2.27-3ubuntu1.4) ... 14:05:01 (Reading database ... 13912 files and directories currently installed.) 14:05:01 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 14:05:01 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 14:05:02 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 14:05:02 (Reading database ... 13914 files and directories currently installed.) 14:05:02 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 14:05:02 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 14:05:02 Setting up debconf (1.5.66ubuntu1) ... 14:05:02 (Reading database ... 13914 files and directories currently installed.) 14:05:02 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 14:05:02 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:05:02 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 14:05:02 (Reading database ... 13914 files and directories currently installed.) 14:05:02 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 14:05:02 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 14:05:03 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 14:05:03 (Reading database ... 13914 files and directories currently installed.) 14:05:03 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:05:03 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:05:03 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:05:03 (Reading database ... 13914 files and directories currently installed.) 14:05:03 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:05:03 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:05:03 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 14:05:03 (Reading database ... 13914 files and directories currently installed.) 14:05:03 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 14:05:03 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:05:04 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 14:05:04 (Reading database ... 13914 files and directories currently installed.) 14:05:04 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 14:05:04 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 14:05:04 Preparing to unpack .../systemd-sysv_237-3ubuntu10.46_amd64.deb ... 14:05:04 Unpacking systemd-sysv (237-3ubuntu10.46) over (237-3ubuntu10) ... 14:05:04 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 14:05:04 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:05:04 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 14:05:04 (Reading database ... 13914 files and directories currently installed.) 14:05:04 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 14:05:04 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 14:05:05 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 14:05:05 (Reading database ... 13914 files and directories currently installed.) 14:05:05 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 14:05:05 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 14:05:05 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 14:05:05 (Reading database ... 13914 files and directories currently installed.) 14:05:05 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 14:05:05 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 14:05:05 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 14:05:06 (Reading database ... 13914 files and directories currently installed.) 14:05:06 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 14:05:06 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 14:05:06 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 14:05:06 (Reading database ... 13914 files and directories currently installed.) 14:05:06 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 14:05:06 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 14:05:06 Setting up passwd (1:4.5-1ubuntu2) ... 14:05:06 (Reading database ... 13914 files and directories currently installed.) 14:05:06 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 14:05:06 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 14:05:07 Setting up gpgv (2.2.4-1ubuntu1.4) ... 14:05:07 (Reading database ... 13914 files and directories currently installed.) 14:05:07 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 14:05:07 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 14:05:07 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 14:05:07 (Reading database ... 13914 files and directories currently installed.) 14:05:07 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 14:05:07 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 14:05:07 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 14:05:07 (Reading database ... 13914 files and directories currently installed.) 14:05:07 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 14:05:07 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 14:05:07 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 14:05:07 (Reading database ... 13914 files and directories currently installed.) 14:05:07 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 14:05:07 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 14:05:07 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 14:05:08 (Reading database ... 13914 files and directories currently installed.) 14:05:08 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 14:05:08 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 14:05:08 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 14:05:08 (Reading database ... 13914 files and directories currently installed.) 14:05:08 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 14:05:08 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 14:05:08 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 14:05:08 (Reading database ... 13914 files and directories currently installed.) 14:05:08 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 14:05:08 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 14:05:08 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 14:05:08 (Reading database ... 13914 files and directories currently installed.) 14:05:08 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 14:05:08 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 14:05:08 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 14:05:09 (Reading database ... 13915 files and directories currently installed.) 14:05:09 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:05:09 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:05:09 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 14:05:09 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 14:05:09 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 14:05:09 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 14:05:09 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 14:05:09 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 14:05:09 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 14:05:09 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 14:05:10 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 14:05:10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 14:05:10 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 14:05:10 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 14:05:10 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 14:05:10 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 14:05:10 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 14:05:10 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 14:05:10 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 14:05:10 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 14:05:10 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 14:05:10 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 14:05:11 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 14:05:11 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 14:05:11 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 14:05:11 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 14:05:11 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 14:05:11 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 14:05:12 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:05:12 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:05:12 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:05:12 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:05:12 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:05:12 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:05:13 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 14:05:13 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 14:05:13 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:13 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:13 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:13 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:13 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:13 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:13 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:13 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:14 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:14 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:15 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:15 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:16 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:16 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:16 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:16 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:17 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 14:05:17 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 14:05:17 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:05:17 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:05:17 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 14:05:17 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:05:18 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 14:05:18 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 14:05:18 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 14:05:18 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 14:05:18 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:05:18 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:05:18 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 14:05:18 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 14:05:18 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 14:05:18 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 14:05:19 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:05:19 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 14:05:19 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:05:19 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:05:19 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:05:19 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 14:05:19 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 14:05:19 Setting up tzdata (2021a-0ubuntu0.18.04) ... 14:05:19 14:05:19 Current default time zone: 'Etc/UTC' 14:05:19 Local time is now: Sat Apr 17 14:05:19 UTC 2021. 14:05:19 Universal Time is now: Sat Apr 17 14:05:19 UTC 2021. 14:05:19 Run 'dpkg-reconfigure tzdata' if you wish to change it. 14:05:19 14:05:19 Setting up systemd-sysv (237-3ubuntu10.46) ... 14:05:19 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:05:19 Setting up linux-libc-dev:amd64 (4.15.0-142.146) ... 14:05:19 Setting up mount (2.31.1-0.4ubuntu3.7) ... 14:05:19 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 14:05:19 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 14:05:19 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 14:05:19 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 14:05:19 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 14:05:19 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 14:05:19 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 14:05:19 Setting up procps (2:3.3.12-3ubuntu1.2) ... 14:05:20 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 14:05:20 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 14:05:20 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 14:05:20 Setting up patch (2.7.6-2ubuntu1.1) ... 14:05:20 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 14:05:20 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 14:05:20 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 14:05:20 Installing new version of config file /etc/ssl/openssl.cnf ... 14:05:20 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 14:05:20 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 14:05:20 Setting up ca-certificates (20210119~18.04.1) ... 14:05:22 Updating certificates in /etc/ssl/certs... 14:05:22 23 added, 27 removed; done. 14:05:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 14:05:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 14:05:22 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 14:05:22 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 14:05:22 Setting up pkgbinarymangler (138.18.04.1) ... 14:05:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 14:05:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 14:05:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 14:05:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 14:05:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:05:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 14:05:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 14:05:23 Setting up perl (5.26.1-6ubuntu0.5) ... 14:05:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 14:05:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 14:05:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 14:05:23 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 14:05:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 14:05:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 14:05:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 14:05:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 14:05:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 14:05:23 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:05:23 Processing triggers for systemd (237-3ubuntu10.46) ... 14:05:23 Processing triggers for mime-support (3.60ubuntu1) ... 14:05:23 Processing triggers for ca-certificates (20210119~18.04.1) ... 14:05:23 Updating certificates in /etc/ssl/certs... 14:05:24 0 added, 0 removed; done. 14:05:24 Running hooks in /etc/ca-certificates/update.d... 14:05:24 done. 14:05:25 Reading package lists... 14:05:25 Building dependency tree... 14:05:25 Reading state information... 14:05:25 The following NEW packages will be installed: 14:05:25 apt-transport-https 14:05:25 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 14:05:25 Need to get 1692 B of archives. 14:05:25 After this operation, 154 kB of additional disk space will be used. 14:05:25 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 14:05:25 debconf: delaying package configuration, since apt-utils is not installed 14:05:25 Fetched 1692 B in 0s (9428 B/s) 14:05:25 Selecting previously unselected package apt-transport-https. 14:05:25 (Reading database ... 13920 files and directories currently installed.) 14:05:25 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 14:05:25 Unpacking apt-transport-https (1.6.13) ... 14:05:25 Setting up apt-transport-https (1.6.13) ... 14:05:26 Waiting for network to be ready... 14:05:32 2021-04-17T14:05:30Z INFO Waiting for automatic snapd restart... 14:05:32 snapd 2.49.2 from Canonical* installed 14:05:34 "snapd" switched to the "latest/stable" channel 14:05:34 14:05:38 core18 20210309 from Canonical* installed 14:05:38 "core18" switched to the "latest/stable" channel 14:05:38 14:05:45 snapcraft 4.6.2 from Canonical* installed 14:05:45 "snapcraft" switched to the "latest/stable" channel 14:05:45 14:05:49 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 14:05:49 - README.md 14:05:49 14:05:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 14:05:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:05:54 ---> 4041de16b9e2 14:05:54 Step 3/23 : WORKDIR /edgex-go 14:05:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:05:54 ---> 4041de16b9e2 14:05:54 Step 3/23 : WORKDIR /edgex-go 14:05:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:05:54 ---> 4041de16b9e2 14:05:54 Step 3/22 : WORKDIR /edgex-go 14:05:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 14:05:54 ---> 4041de16b9e2 14:05:54 Step 3/21 : WORKDIR /edgex-go 14:05:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:05:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 14:05:54 ---> 4041de16b9e2 14:05:54 Step 3/22 : WORKDIR /edgex-go 14:05:54 ---> Running in aaf8236a2821 14:05:54 ---> Running in fcd4a66eb0fe 14:05:54 ---> Running in 59d0a19b12b9 14:05:54 ---> Running in 257730e27fb2 14:05:54 ---> Running in 91d451da5a62 14:05:54 Removing intermediate container 91d451da5a62 14:05:54 ---> 47d7a51933d0 14:05:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:54 Removing intermediate container 59d0a19b12b9 14:05:54 ---> 08afe65c9ecd 14:05:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:54 Removing intermediate container fcd4a66eb0fe 14:05:54 ---> 72da8b112ad2 14:05:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:54 Removing intermediate container aaf8236a2821 14:05:54 ---> c239975ae6d5 14:05:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:54 Removing intermediate container 257730e27fb2 14:05:54 ---> 639cb5bacbf2 14:05:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:05:54 ---> Running in 9ac9945971b0 14:05:54 ---> Running in 02aec6948efe 14:05:54 ---> Running in 05e779a483a5 14:05:54 ---> Running in 08953381387e 14:05:54 ---> Running in fe24a95df352 14:05:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:05:55 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 14:05:55 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 14:05:55 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:05:57 Reading package lists... 14:05:57 Removing intermediate container 9ac9945971b0 14:05:57 ---> 0c6f06ed3544 14:05:57 Step 5/23 : RUN apk add --update --no-cache make git 14:05:57 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 14:05:57 ---> Running in e99e0fb06de2 14:05:58 Removing intermediate container 02aec6948efe 14:05:58 ---> 8f8c30ef939e 14:05:58 Step 5/22 : RUN apk add --update --no-cache make git 14:05:58 Removing intermediate container fe24a95df352 14:05:58 ---> 27f873435648 14:05:58 Step 5/23 : RUN apk add --update --no-cache make bash git 14:05:58 Removing intermediate container 08953381387e 14:05:58 ---> 5a6ced6d417a 14:05:58 Step 5/21 : RUN apk add --update --no-cache make git 14:05:58 ---> Running in c4801efb54e1 14:05:58 ---> Running in 72b939b8c291 14:05:58 Removing intermediate container 05e779a483a5 14:05:58 ---> d03db3d4aba0 14:05:58 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 14:05:58 ---> Running in b231664cc1dc 14:05:59 ---> Running in 6d03dbb13b69 14:05:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:06:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:06:00 OK: 217 MiB in 51 packages 14:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:06:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:06:02 OK: 217 MiB in 51 packages 14:06:02 OK: 217 MiB in 51 packages 14:06:02 OK: 217 MiB in 51 packages 14:06:02 OK: 217 MiB in 51 packages 14:06:02 Removing intermediate container e99e0fb06de2 14:06:02 ---> 3484dacb4f87 14:06:02 Step 6/23 : COPY go.mod . 14:06:03 ---> e713f021a18d 14:06:03 Step 7/23 : RUN go mod download 14:06:03 Removing intermediate container c4801efb54e1 14:06:03 ---> a6e55f696fdd 14:06:03 Step 6/22 : COPY go.mod . 14:06:04 ---> Running in ffd4593e6617 14:06:04 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:06:04 Reading package lists... 14:06:04 Building dependency tree... 14:06:04 Reading state information... 14:06:04 Suggested packages: 14:06:04 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 14:06:04 git-gui gitk gitweb git-cvs git-mediawiki git-svn 14:06:04 Recommended packages: 14:06:04 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 14:06:04 The following NEW packages will be installed: 14:06:04 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 14:06:04 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 14:06:04 pkg-config zip 14:06:04 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 14:06:04 Need to get 7663 kB of archives. 14:06:04 After this operation, 43.8 MB of additional disk space will be used. 14:06:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 14:06:04 Removing intermediate container b231664cc1dc 14:06:04 ---> fb415270fb3c 14:06:04 Step 6/21 : COPY go.mod . 14:06:04 Removing intermediate container 72b939b8c291 14:06:04 ---> 1af50dd6859b 14:06:04 Step 6/23 : COPY go.mod . 14:06:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 14:06:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 14:06:04 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 14:06:04 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 14:06:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 14:06:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 14:06:04 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 14:06:04 Removing intermediate container 6d03dbb13b69 14:06:04 ---> 9ca8822d2405 14:06:04 Step 6/22 : COPY go.mod . 14:06:04 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 14:06:04 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 14:06:04 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 14:06:04 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 14:06:04 ---> 6fd8783d82d7 14:06:04 Step 7/22 : RUN go mod download 14:06:04 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 14:06:04 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 14:06:04 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 14:06:04 debconf: delaying package configuration, since apt-utils is not installed 14:06:04 Fetched 7663 kB in 1s (10.6 MB/s) 14:06:05 ---> Running in 70d99eb39f97 14:06:05 Selecting previously unselected package libglib2.0-0:amd64. 14:06:05 (Reading database ... 13924 files and directories currently installed.) 14:06:05 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 14:06:05 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 14:06:05 ---> 762e94c98588 14:06:05 Step 7/21 : RUN go mod download 14:06:05 Selecting previously unselected package libpsl5:amd64. 14:06:05 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 14:06:05 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 14:06:05 Selecting previously unselected package libnghttp2-14:amd64. 14:06:05 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 14:06:05 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:06:05 ---> d1e2f52d0520 14:06:05 Step 7/23 : RUN go mod download 14:06:05 ---> Running in 49f822817959 14:06:05 Selecting previously unselected package librtmp1:amd64. 14:06:05 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 14:06:05 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:06:05 Selecting previously unselected package libcurl3-gnutls:amd64. 14:06:05 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 14:06:05 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 14:06:06 ---> 04c334a9158e 14:06:06 Step 7/22 : RUN go mod download 14:06:06 Selecting previously unselected package liberror-perl. 14:06:06 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 14:06:06 Unpacking liberror-perl (0.17025-1) ... 14:06:06 Selecting previously unselected package git-man. 14:06:06 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 14:06:06 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 14:06:06 Selecting previously unselected package git. 14:06:06 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 14:06:06 Unpacking git (1:2.17.1-1ubuntu0.8) ... 14:06:06 ---> Running in 5c5387c3c5cb 14:06:06 ---> Running in 5f7707367f5f 14:06:07 Selecting previously unselected package libnorm1:amd64. 14:06:07 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 14:06:07 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:06:07 Selecting previously unselected package libpgm-5.2-0:amd64. 14:06:07 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 14:06:07 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:06:07 Selecting previously unselected package libsodium23:amd64. 14:06:07 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 14:06:07 Unpacking libsodium23:amd64 (1.0.16-2) ... 14:06:07 Selecting previously unselected package libzmq5:amd64. 14:06:07 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 14:06:07 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:06:07 Selecting previously unselected package libzmq3-dev:amd64. 14:06:07 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 14:06:07 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:06:07 Selecting previously unselected package pkg-config. 14:06:07 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 14:06:07 Unpacking pkg-config (0.29.1-0ubuntu2) ... 14:06:07 Selecting previously unselected package zip. 14:06:07 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 14:06:07 Unpacking zip (3.0-11build1) ... 14:06:07 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 14:06:07 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 14:06:08 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 14:06:08 Setting up liberror-perl (0.17025-1) ... 14:06:08 Setting up libpsl5:amd64 (0.19.1-5build1) ... 14:06:08 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 14:06:08 No schema files found: doing nothing. 14:06:08 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 14:06:08 Setting up zip (3.0-11build1) ... 14:06:08 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 14:06:08 Setting up libsodium23:amd64 (1.0.16-2) ... 14:06:08 Setting up pkg-config (0.29.1-0ubuntu2) ... 14:06:08 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 14:06:08 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 14:06:08 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 14:06:08 Setting up git (1:2.17.1-1ubuntu0.8) ... 14:06:08 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 14:06:08 Removing intermediate container ffd4593e6617 14:06:08 ---> ddd0f8fbc442 14:06:08 Step 8/23 : COPY . . 14:06:10 Removing intermediate container 70d99eb39f97 14:06:10 ---> d6e28cef5fca 14:06:10 Step 8/22 : COPY . . 14:06:10 Removing intermediate container 49f822817959 14:06:10 ---> 7a549c9db607 14:06:10 Step 8/21 : COPY . . 14:06:11 Removing intermediate container 5c5387c3c5cb 14:06:11 ---> 7553e7d1416d 14:06:11 Step 8/22 : COPY . . 14:06:12 Removing intermediate container 5f7707367f5f 14:06:12 ---> aa0392c5ab75 14:06:12 Step 8/23 : COPY . . 14:06:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:06:15 git set to automatically installed. 14:06:15 git-man set to automatically installed. 14:06:15 libcurl3-gnutls set to automatically installed. 14:06:15 liberror-perl set to automatically installed. 14:06:15 libglib2.0-0 set to automatically installed. 14:06:15 libnghttp2-14 set to automatically installed. 14:06:15 libnorm1 set to automatically installed. 14:06:15 libpgm-5.2-0 set to automatically installed. 14:06:15 libpsl5 set to automatically installed. 14:06:15 librtmp1 set to automatically installed. 14:06:15 libsodium23 set to automatically installed. 14:06:15 libzmq3-dev set to automatically installed. 14:06:15 libzmq5 set to automatically installed. 14:06:15 pkg-config set to automatically installed. 14:06:15 zip set to automatically installed. 14:06:16 snapd is not logged in, snap install commands will use sudo 14:06:23 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:06:38 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 14:06:38 snapd is not logged in, snap install commands will use sudo 14:06:39 ---> e59050ed71ed 14:06:39 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 14:06:39 ---> e2ac2466c18e 14:06:39 Step 9/23 : RUN make cmd/core-metadata/core-metadata 14:06:39 ---> 2408ab6de17c 14:06:39 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 14:06:39 ---> 7ebaed237375 14:06:39 Step 9/22 : RUN make cmd/support-notifications/support-notifications 14:06:39 ---> 2236be6dbef8 14:06:39 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 14:06:39 ---> Running in 850c5063fcd7 14:06:39 ---> Running in af3026d95e68 14:06:39 ---> Running in fa6af1e5416f 14:06:39 ---> Running in 7b42e14e9b60 14:06:39 ---> Running in ba6e9aed55bd 14:06:39 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 14:06:39 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 14:06:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 14:06:39 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 14:06:39 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 14:06:44 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 14:06:44 snap "core18" has no updates available 14:06:44 Pulling go-build-helper 14:06:44 + snapcraftctl pull 14:06:46 'app-service-config' has dependencies that need to be staged: go-build-helper 14:06:46 Skipping pull go-build-helper (already ran) 14:06:46 Building go-build-helper 14:06:46 + snapcraftctl build 14:06:48 Staging go-build-helper 14:06:48 + snapcraftctl stage 14:07:03 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 14:07:03 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 14:07:03 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 14:07:03 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1693 kB] 14:07:03 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 14:07:03 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 14:07:03 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 14:07:03 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 14:07:03 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 14:07:03 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 14:07:03 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 14:07:03 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [317 kB] 14:07:03 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 14:07:03 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 14:07:03 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [302 kB] 14:07:03 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [40.4 kB] 14:07:03 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1122 kB] 14:07:03 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 14:07:03 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 14:07:03 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2036 kB] 14:07:03 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [409 kB] 14:07:03 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 14:07:03 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 14:07:03 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [323 kB] 14:07:03 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [43.8 kB] 14:07:03 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1732 kB] 14:07:03 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [368 kB] 14:07:03 Fetched 24.4 MB in 0s (0 B/s) 14:07:03 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:07:03 Fetched 224 kB in 0s (0 B/s) 14:07:03 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:07:03 Fetched 157 kB in 0s (0 B/s) 14:07:03 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:07:03 Fetched 221 kB in 0s (0 B/s) 14:07:03 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:07:03 Fetched 143 kB in 0s (0 B/s) 14:07:03 Pulling app-service-config 14:07:03 + snapcraftctl pull 14:07:03 Cloning into '/root/parts/app-service-config/src'... 14:07:03 Pulling config-common 14:07:03 + snapcraftctl pull 14:07:09 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:07:09 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:07:09 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:07:09 Fetched 0 B in 0s (0 B/s) 14:07:09 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 14:07:09 Fetched 0 B in 0s (0 B/s) 14:07:09 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 14:07:09 Fetched 0 B in 0s (0 B/s) 14:07:09 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 14:07:09 Fetched 0 B in 0s (0 B/s) 14:07:09 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 14:07:09 Fetched 0 B in 0s (0 B/s) 14:07:09 Pulling edgex-go 14:07:09 + snapcraftctl pull 14:07:31 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 14:07:31 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 14:07:31 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 14:07:31 Fetched 0 B in 0s (0 B/s) 14:07:31 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 14:07:31 Fetched 96.5 kB in 0s (0 B/s) 14:07:31 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 14:07:31 Fetched 279 kB in 0s (0 B/s) 14:07:31 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 14:07:31 Fetched 122 kB in 0s (0 B/s) 14:07:31 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 14:07:31 Fetched 77.8 kB in 0s (0 B/s) 14:07:31 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 14:07:31 Fetched 8848 B in 0s (0 B/s) 14:07:31 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 14:07:31 Fetched 47.8 kB in 0s (0 B/s) 14:07:31 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 14:07:31 Fetched 45.6 kB in 0s (0 B/s) 14:07:31 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 14:07:31 Fetched 15.0 kB in 0s (0 B/s) 14:07:31 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 14:07:31 Fetched 219 kB in 0s (0 B/s) 14:07:31 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 14:07:31 Fetched 154 kB in 0s (0 B/s) 14:07:31 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 14:07:31 Fetched 50.6 kB in 0s (0 B/s) 14:07:31 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 14:07:31 Fetched 14.8 kB in 0s (0 B/s) 14:07:31 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 14:07:31 Fetched 41.8 kB in 0s (0 B/s) 14:07:31 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 14:07:31 Fetched 499 kB in 0s (0 B/s) 14:07:31 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 14:07:31 Fetched 111 kB in 0s (0 B/s) 14:07:31 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 14:07:31 Fetched 240 kB in 0s (0 B/s) 14:07:31 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 14:07:31 Fetched 29.3 kB in 0s (0 B/s) 14:07:31 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 14:07:31 Fetched 85.5 kB in 0s (0 B/s) 14:07:31 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 14:07:31 Fetched 24.5 kB in 0s (0 B/s) 14:07:31 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 14:07:31 Fetched 49.2 kB in 0s (0 B/s) 14:07:31 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 14:07:31 Fetched 54.2 kB in 0s (0 B/s) 14:07:31 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 14:07:31 Fetched 30.8 kB in 0s (0 B/s) 14:07:31 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 14:07:31 Fetched 15.8 kB in 0s (0 B/s) 14:07:31 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 14:07:31 Fetched 85.9 kB in 0s (0 B/s) 14:07:31 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 14:07:31 Fetched 8720 B in 0s (0 B/s) 14:07:31 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 14:07:31 Fetched 137 kB in 0s (0 B/s) 14:07:31 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 14:07:31 Fetched 119 kB in 0s (0 B/s) 14:07:31 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 14:07:31 Fetched 110 kB in 0s (0 B/s) 14:07:31 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 14:07:31 Fetched 11.1 kB in 0s (0 B/s) 14:07:31 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 14:07:31 Fetched 645 kB in 0s (0 B/s) 14:07:31 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 14:07:31 Fetched 41.3 kB in 0s (0 B/s) 14:07:31 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 14:07:31 Fetched 17.9 kB in 0s (0 B/s) 14:07:31 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 14:07:31 Fetched 368 kB in 0s (0 B/s) 14:07:31 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 14:07:31 Fetched 187 kB in 0s (0 B/s) 14:07:31 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 14:07:31 Fetched 175 kB in 0s (0 B/s) 14:07:31 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 14:07:31 Fetched 206 kB in 0s (0 B/s) 14:07:31 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 14:07:31 Fetched 1301 kB in 0s (0 B/s) 14:07:31 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 14:07:31 Fetched 36.2 kB in 0s (0 B/s) 14:07:31 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 14:07:31 Fetched 159 kB in 0s (0 B/s) 14:07:31 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 14:07:31 Fetched 107 kB in 0s (0 B/s) 14:07:31 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 14:07:31 Fetched 48.7 kB in 0s (0 B/s) 14:07:31 Pulling static-packages 14:07:31 + snapcraftctl pull 14:07:31 Pulling version 14:07:31 + cd /root/project 14:07:31 + [ -f VERSION ] 14:07:31 + PROJECT_VERSION=local-dev 14:07:31 + git rev-parse --short HEAD 14:07:31 + GIT_REVISION=e15f52c2 14:07:31 + snapcraftctl set-version local-dev 14:07:32 Skipping build go-build-helper (already ran) 14:07:32 Building app-service-config 14:07:32 + make build 14:07:32 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.43 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 14:07:34 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.43 14:07:34 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.32 14:07:34 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.8 14:07:34 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.64 14:07:34 go: downloading github.com/pelletier/go-toml v1.2.0 14:07:34 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.5 14:07:34 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.14 14:07:34 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.4 14:07:34 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 14:07:34 go: downloading github.com/go-kit/kit v0.8.0 14:07:34 go: downloading github.com/BurntSushi/toml v0.3.1 14:07:35 go: downloading github.com/google/uuid v1.2.0 14:07:35 go: downloading github.com/gorilla/mux v1.8.0 14:07:35 go: downloading github.com/x448/float16 v0.8.4 14:07:35 go: downloading github.com/go-playground/validator/v10 v10.4.1 14:07:35 go: downloading github.com/pebbe/zmq4 v1.2.7 14:07:35 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.3 14:07:35 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 14:07:35 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 14:07:35 go: downloading github.com/leodido/go-urn v1.2.0 14:07:35 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 14:07:35 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 14:07:35 go: downloading github.com/go-logfmt/logfmt v0.4.0 14:07:35 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 14:07:36 go: downloading github.com/go-redis/redis/v7 v7.2.0 14:07:36 go: downloading github.com/mitchellh/mapstructure v1.1.2 14:07:36 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 14:07:36 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 14:07:36 go: downloading github.com/go-playground/universal-translator v0.17.0 14:07:36 go: downloading github.com/go-playground/locales v0.13.0 14:07:36 go: downloading github.com/gorilla/websocket v1.4.2 14:07:36 go: downloading github.com/mitchellh/copystructure v1.0.0 14:07:36 go: downloading github.com/hashicorp/consul/api v1.8.1 14:07:36 go: downloading github.com/mitchellh/reflectwalk v1.0.0 14:07:36 go: downloading github.com/hashicorp/go-hclog v0.12.0 14:07:36 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 14:07:36 go: downloading github.com/hashicorp/serf v0.9.5 14:07:36 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 14:07:36 go: downloading github.com/mattn/go-isatty v0.0.12 14:07:36 go: downloading github.com/fatih/color v1.9.0 14:07:36 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 14:07:36 go: downloading github.com/mattn/go-colorable v0.1.6 14:07:36 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 14:07:36 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 14:07:36 go: downloading github.com/hashicorp/golang-lru v0.5.0 14:07:49 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 14:07:49 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 14:07:49 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 14:07:49 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 14:07:49 Building config-common 14:07:49 + snapcraftctl build 14:07:52 Building edgex-go 14:07:52 + cd /root/parts/edgex-go/src 14:07:52 + make build 14:07:52 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 14:07:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.71 14:07:53 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.34 14:07:53 go: downloading github.com/OneOfOne/xxhash v1.2.8 14:07:53 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.6 14:07:53 go: downloading github.com/go-playground/validator/v10 v10.5.0 14:07:53 go: downloading github.com/imdario/mergo v0.3.12 14:07:53 go: downloading github.com/pelletier/go-toml v1.9.0 14:07:53 go: downloading github.com/pkg/errors v0.8.1 14:07:53 go: downloading golang.org/x/text v0.3.2 14:08:00 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 14:08:00 go: downloading gopkg.in/yaml.v2 v2.4.0 14:08:05 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 14:08:06 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 14:08:08 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 14:08:09 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 14:08:09 go: downloading github.com/stretchr/testify v1.7.0 14:08:10 go: downloading github.com/davecgh/go-spew v1.1.1 14:08:10 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 14:08:10 go: downloading github.com/pmezard/go-difflib v1.0.0 14:08:11 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 14:08:12 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 14:08:12 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 14:08:14 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 14:08:15 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 14:08:16 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 14:08:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:08:18 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 14:08:18 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 14:08:20 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 14:08:20 go: downloading github.com/lib/pq v1.10.0 14:08:22 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 14:08:22 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 14:08:22 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 14:08:22 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 14:08:22 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 14:08:22 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 14:08:22 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 14:08:22 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 14:08:22 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 14:08:22 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 14:08:22 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 14:08:22 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 14:08:22 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 14:08:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 14:08:22 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 14:08:22 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 14:08:22 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 14:08: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 14:08:22 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 14:08:22 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 14:08:22 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 14:08:22 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 14:08:22 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 14:08:22 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 14:08:22 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 14:08: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 14:08:25 Building static-packages 14:08:25 + snapcraftctl build 14:08:28 Building version 14:08:28 + snapcraftctl build 14:08:31 Skipping stage go-build-helper (already ran) 14:08:31 Staging app-service-config 14:08:31 + snapcraftctl stage 14:08:32 Staging config-common 14:08:32 + snapcraftctl stage 14:08:33 Staging edgex-go 14:08:33 + snapcraftctl stage 14:08:34 Staging static-packages 14:08:34 + snapcraftctl stage 14:08:36 Staging version 14:08:36 + snapcraftctl stage 14:08:37 Priming go-build-helper 14:08:37 + snapcraftctl prime 14:08:38 Priming app-service-config 14:08:38 + snapcraftctl prime 14:08:38 Removing intermediate container ba6e9aed55bd 14:08:38 ---> 4bbd0f152743 14:08:38 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 14:08:38 Removing intermediate container fa6af1e5416f 14:08:38 ---> 5318f50d063e 14:08:38 14:08:38 Step 10/21 : FROM alpine:3.12 14:08:38 3.12: Pulling from library/alpine 14:08:38 ---> Running in f4c819e75ab8 14:08:38 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 14:08:38 Status: Downloaded newer image for alpine:3.12 14:08:38 ---> 9852663dfa18 14:08:38 Step 11/21 : RUN apk add --update --no-cache curl 14:08:38 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 14:08:38 ---> Running in 77ae57c676a3 14:08:40 Priming config-common 14:08:40 + snapcraftctl prime 14:08:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:08:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:08:41 Priming edgex-go 14:08:41 + snapcraftctl prime 14:08:41 (1/4) Installing ca-certificates (20191127-r4) 14:08:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 14:08:41 (3/4) Installing libcurl (7.76.1-r0) 14:08:41 (4/4) Installing curl (7.76.1-r0) 14:08:41 Executing busybox-1.31.1-r20.trigger 14:08:41 Executing ca-certificates-20191127-r4.trigger 14:08:41 OK: 7 MiB in 18 packages 14:08:42 Priming static-packages 14:08:42 + snapcraftctl prime 14:08:44 Removing intermediate container f4c819e75ab8 14:08:44 ---> 19ce67972c93 14:08:44 14:08:44 Step 11/23 : FROM docker:20.10.0 14:08:44 20.10.0: Pulling from library/docker 14:08:44 Removing intermediate container 850c5063fcd7 14:08:44 ---> 1e0dc57873ff 14:08:44 14:08:44 Step 10/22 : FROM alpine:3.12 14:08:44 ---> 9852663dfa18 14:08:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 14:08:44 Removing intermediate container 7b42e14e9b60 14:08:44 ---> 9fd03c53d0a0 14:08:44 14:08:44 Step 10/22 : FROM alpine:3.12 14:08:44 ---> 9852663dfa18 14:08:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 14:08:44 ---> Running in 959b85ab66d6 14:08:44 ---> Running in 05ce8aa16ce8 14:08:45 Removing intermediate container 77ae57c676a3 14:08:45 ---> baf2de7a0980 14:08:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:08:45 Priming version 14:08:45 + snapcraftctl prime 14:08:45 ---> Running in ff955fcea2db 14:08:46 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 14:08:47 Removing intermediate container ff955fcea2db 14:08:47 ---> c18046e6988c 14:08:47 Step 13/21 : WORKDIR /edgex 14:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:08:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:08:47 ---> Running in 4f5dc620f756 14:08:48 (1/1) Installing dumb-init (1.2.2-r1) 14:08:48 (1/2) Installing ca-certificates (20191127-r4) 14:08:48 Executing busybox-1.31.1-r20.trigger 14:08:48 OK: 5 MiB in 15 packages 14:08:48 (2/2) Installing dumb-init (1.2.2-r1) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 14:08:48 Executing busybox-1.31.1-r20.trigger 14:08:48 Executing ca-certificates-20191127-r4.trigger 14:08:48 OK: 6 MiB in 16 packages 14:08:49 Removing intermediate container 4f5dc620f756 14:08:49 ---> bd4309e32657 14:08:49 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 14:08:50 ---> 53a494f7f0dd 14:08:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 14:08:51 Removing intermediate container 05ce8aa16ce8 14:08:51 ---> d8be0ee68091 14:08:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:08:51 Removing intermediate container 959b85ab66d6 14:08:51 ---> 996705cfd208 14:08:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 14:08:52 ---> Running in 3161f934f927 14:08:52 ---> Running in 8db03bcea28c 14:08:52 Removing intermediate container af3026d95e68 14:08:52 ---> 4cef8a112978 14:08:52 14:08:52 Step 10/23 : FROM alpine:3.12 14:08:52 ---> 5e0492437b2f 14:08:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 14:08:52 ---> 9852663dfa18 14:08:52 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:08:52 ---> Using cache 14:08:52 ---> d8be0ee68091 14:08:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:08:52 ---> Using cache 14:08:52 ---> a9f12f008b6e 14:08:52 Step 13/23 : ENV APP_PORT=48081 14:08:53 Removing intermediate container 3161f934f927 14:08:53 ---> a9f12f008b6e 14:08:53 Step 13/22 : ENV APP_PORT=48085 14:08:53 Removing intermediate container 8db03bcea28c 14:08:53 ---> 45b0413ba476 14:08:53 Step 13/22 : ENV APP_PORT=48060 14:08:53 ---> Running in f118e09b2476 14:08:53 ---> Running in ef4181b63dbc 14:08:54 ---> Running in a21d1ef81842 14:08:54 Removing intermediate container ef4181b63dbc 14:08:54 ---> 933a3c735a3f 14:08:54 Step 14/23 : EXPOSE $APP_PORT 14:08:54 Removing intermediate container f118e09b2476 14:08:54 ---> 87640598ee4f 14:08:54 Step 14/22 : EXPOSE $APP_PORT 14:08:54 Removing intermediate container a21d1ef81842 14:08:54 ---> 8900886f50f9 14:08:54 Step 14/22 : EXPOSE $APP_PORT 14:08:55 ---> dd3cd8ab6964 14:08:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 14:08:55 ---> Running in 8d65c6c02a41 14:08:55 ---> Running in b155b6d8e266 14:08:55 ---> Running in 58c5298902ce 14:08:55 ---> Running in 2ee1302669eb 14:08:55 Removing intermediate container 8d65c6c02a41 14:08:55 ---> 9de9a428355a 14:08:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:08:56 Removing intermediate container b155b6d8e266 14:08:56 ---> 5846eb8cf966 14:08:56 Step 15/23 : WORKDIR / 14:08:56 Removing intermediate container 2ee1302669eb 14:08:56 ---> c83970a34b7c 14:08:56 Step 18/21 : CMD ["--init=true"] 14:08:56 ---> Running in 336ef42aa35d 14:08:56 Removing intermediate container 58c5298902ce 14:08:56 ---> 4a6d1580c21e 14:08:56 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 14:08:56 ---> Running in da6b2a60bcfa 14:08:57 ---> 9169aab51aa4 14:08:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 14:08:57 Removing intermediate container 336ef42aa35d 14:08:57 ---> 1727545b3451 14:08:57 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:08:57 Removing intermediate container da6b2a60bcfa 14:08:57 ---> 150bd3c1e10c 14:08:57 Step 19/21 : LABEL arch=arm64 14:08:58 ---> 3ac0339f00a4 14:08:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 14:08:58 ---> Running in c8648894d7cd 14:08:58 Removing intermediate container c8648894d7cd 14:08:58 ---> 4477ac5fdbd0 14:08:58 Step 20/21 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:08:59 ---> 8743093d0b00 14:08:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 14:08:59 ---> Running in 14a31f029fab 14:08:59 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 14:08:59 Status: Downloaded newer image for docker:20.10.0 14:08:59 ---> eeaf43b92773 14:08:59 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 14:08:59 ---> 0fa5053f2701 14:08:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 14:08:59 ---> cc84b3972c5e 14:08:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 14:08:59 ---> Running in 7f3ee65bee29 14:09:00 Removing intermediate container 14a31f029fab 14:09:00 ---> b9b2062c4bac 14:09:00 Step 21/21 : LABEL version=0.0.0 14:09:00 ---> Running in 679813e65a77 14:09:01 ---> b4e5b246cf49 14:09:01 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 14:09:01 Removing intermediate container 7f3ee65bee29 14:09:01 ---> 9f72ea4d6c7f 14:09:01 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 14:09:01 ---> 2a6e6feb2904 14:09:01 Step 18/22 : ENTRYPOINT ["/support-notifications"] 14:09:01 ---> 6b53965d27bb 14:09:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 14:09:01 ---> Running in 7343a2cdc7f6 14:09:01 ---> Running in 77ef193394e1 14:09:01 ---> Running in f6e8fe3b287b 14:09:01 Removing intermediate container 679813e65a77 14:09:01 ---> da4594354c80 14:09:01 14:09:02 Successfully built da4594354c80 14:09:02 Removing intermediate container 77ef193394e1 14:09:02 ---> 361c1859c554 14:09:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:09:02 Successfully tagged docker-security-proxy-setup-go-arm64:latest 14:09:02 Removing intermediate container 7343a2cdc7f6 14:09:02 Building docker-security-bootstrapper-go 14:09:02 ---> 980615db168b 14:09:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] Building docker-security-proxy-setup-go ... done  14:09:02 ---> 4357059f85bb 14:09:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 14:09:02 ---> Running in f4d22d22c14d 14:09:02 ---> Running in de068f9bb094 14:09:02 ---> Running in f14f9b7514b7 14:09:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:09:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:09:03 Removing intermediate container f4d22d22c14d 14:09:03 ---> d9ce797e055a 14:09:03 Step 20/22 : LABEL arch=arm64 14:09:03 ---> Running in edfd24390507 14:09:03 (1/39) Installing readline (8.0.4-r0) 14:09:03 (2/39) Installing bash (5.0.17-r0) 14:09:03 Removing intermediate container de068f9bb094 14:09:03 ---> b105aa24b5b4 14:09:03 Step 20/22 : LABEL arch=arm64 14:09:03 Executing bash-5.0.17-r0.post-install 14:09:03 (3/39) Installing nghttp2-libs (1.41.0-r0) 14:09:03 (4/39) Installing libcurl (7.76.1-r0) 14:09:03 (5/39) Installing curl (7.76.1-r0) 14:09:03 (6/39) Installing dumb-init (1.2.2-r1) 14:09:03 (7/39) Installing libbz2 (1.0.8-r1) 14:09:03 (8/39) Installing expat (2.2.9-r1) 14:09:03 (9/39) Installing libffi (3.3-r2) 14:09:03 (10/39) Installing gdbm (1.13-r1) 14:09:03 (11/39) Installing xz-libs (5.2.5-r0) 14:09:03 (12/39) Installing sqlite-libs (3.32.1-r0) 14:09:03 (13/39) Installing python3 (3.8.8-r0) 14:09:03 Removing intermediate container f14f9b7514b7 14:09:03 ---> d5bd0ad7230b 14:09:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:09:05 ---> Running in b648bddbb263 14:09:05 Removing intermediate container edfd24390507 14:09:05 ---> 10b934b86017 14:09:05 Step 21/22 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:09:05 ---> Running in 8b112ec917b7 14:09:05 (14/39) Installing py3-appdirs (1.4.4-r1) 14:09:05 (15/39) Installing py3-ordered-set (4.0.1-r0) 14:09:05 (16/39) Installing py3-parsing (2.4.7-r0) 14:09:05 (17/39) Installing py3-six (1.15.0-r0) 14:09:05 (18/39) Installing py3-packaging (20.4-r0) 14:09:05 (19/39) Installing py3-setuptools (47.0.0-r0) 14:09:05 (20/39) Installing py3-chardet (3.0.4-r4) 14:09:05 (21/39) Installing py3-idna (2.9-r0) 14:09:05 (22/39) Installing py3-certifi (2020.4.5.1-r0) 14:09:05 ---> Running in dcf545d33449 14:09:05 (23/39) Installing py3-urllib3 (1.25.9-r0) 14:09:05 Removing intermediate container b648bddbb263 14:09:05 ---> 8d6afb69842e 14:09:05 Step 21/22 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:09:06 (24/39) Installing py3-requests (2.23.0-r0) 14:09:06 (25/39) Installing py3-msgpack (1.0.0-r0) 14:09:06 (26/39) Installing py3-lockfile (0.12.2-r3) 14:09:06 (27/39) Installing py3-cachecontrol (0.12.6-r0) 14:09:06 (28/39) Installing py3-colorama (0.4.3-r0) 14:09:06 (29/39) Installing py3-distlib (0.3.0-r0) 14:09:06 (30/39) Installing py3-distro (1.5.0-r1) 14:09:06 (31/39) Installing py3-webencodings (0.5.1-r3) 14:09:06 (32/39) Installing py3-html5lib (1.0.1-r4) 14:09:06 (33/39) Installing py3-pytoml (0.1.21-r0) 14:09:06 (34/39) Installing py3-pep517 (0.8.2-r0) 14:09:06 (35/39) Installing py3-progress (1.5-r0) 14:09:06 (36/39) Installing py3-toml (0.10.1-r0) 14:09:06 (37/39) Installing py3-retrying (1.3.3-r0) 14:09:06 (38/39) Installing py3-contextlib2 (0.6.0-r0) 14:09:06 (39/39) Installing py3-pip (20.1.1-r0) 14:09:06 Executing busybox-1.31.1-r19.trigger 14:09:06 OK: 72 MiB in 59 packages 14:09:07 ---> Running in ea4eb1ff1592 14:09:07 Removing intermediate container 8b112ec917b7 14:09:07 ---> e61ec1e2947a 14:09:07 Step 21/23 : LABEL arch=arm64 14:09:07 Removing intermediate container dcf545d33449 14:09:07 ---> 4a94d34dbae0 14:09:07 Step 22/22 : LABEL version=0.0.0 14:09:08 ---> Running in 917a8b39aa46 14:09:08 Removing intermediate container ea4eb1ff1592 14:09:08 ---> 293a56b1b766 14:09:08 Step 22/22 : LABEL version=0.0.0 14:09:08 ---> Running in 4ea0169c127e 14:09:08 ---> Running in 5475153acf27 14:09:08 Removing intermediate container 4ea0169c127e 14:09:08 ---> 2455c7adf0a8 14:09:08 Step 22/23 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:09:08 Removing intermediate container 917a8b39aa46 14:09:08 ---> 1ec8cb2a72f9 14:09:08 14:09:08 ---> Running in 24329624e053 14:09:08 Removing intermediate container 5475153acf27 14:09:08 ---> f8a9d0661551 14:09:08 14:09:09 Successfully built 1ec8cb2a72f9 14:09:09 Successfully built f8a9d0661551 14:09:09 Successfully tagged docker-support-notifications-go-arm64:latest 14:09:09  Building docker-support-notifications-go ... done Building docker-core-command-go 14:09:09 Removing intermediate container 24329624e053 14:09:09 ---> 605f23c92409 14:09:09 Step 23/23 : LABEL version=0.0.0 14:09:09 Successfully tagged docker-support-scheduler-go-arm64:latest 14:09:09  Building docker-support-scheduler-go ... done Building docker-core-data-go 14:09:10 ---> Running in 66dcfeed2e01 14:09:10 Removing intermediate container 66dcfeed2e01 14:09:10 ---> 90cdce57c993 14:09:10 14:09:10 Successfully built 90cdce57c993 14:09:10 Successfully tagged docker-core-metadata-go-arm64:latest 14:09:10  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 14:09:10 Collecting docker-compose==1.23.2 14:09:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 14:09:11 Collecting docopt<0.7,>=0.6.1 14:09:11 Downloading docopt-0.6.2.tar.gz (25 kB) 14:09:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 14:09:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 14:09:15 Collecting cached-property<2,>=1.2.0 14:09:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 14:09:15 Collecting dockerpty<0.5,>=0.4.1 14:09:15 Downloading dockerpty-0.4.1.tar.gz (13 kB) 14:09:18 Collecting texttable<0.10,>=0.9.0 14:09:18 Downloading texttable-0.9.1.tar.gz (11 kB) 14:09:20 Collecting docker<4.0,>=3.6.0 14:09:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 14:09:21 Collecting websocket-client<1.0,>=0.32.0 14:09:21 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 14:09:21 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 14:09:22 Collecting PyYAML<4,>=3.10 14:09:22 Downloading PyYAML-3.13.tar.gz (270 kB) 14:09:26 Collecting jsonschema<3,>=2.5.1 14:09:26 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 14:09:26 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) 14:09:26 Collecting idna<2.8,>=2.5 14:09:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 14:09:26 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) 14:09:27 Collecting urllib3<1.25,>=1.21.1 14:09:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 14:09:27 Collecting docker-pycreds>=0.4.0 14:09:27 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 14:09:27 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 14:09:27 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 14:09:27 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 14:09:27 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 14:09:28 Installing collected packages: docopt, idna, urllib3, requests, cached-property, dockerpty, texttable, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, docker-compose 14:09:28 Running setup.py install for docopt: started 14:09:30 Running setup.py install for docopt: finished with status 'done' 14:09:30 Attempting uninstall: idna 14:09:30 Found existing installation: idna 2.9 14:09:30 Uninstalling idna-2.9: 14:09:31 Successfully uninstalled idna-2.9 14:09:31 Attempting uninstall: urllib3 14:09:31 Found existing installation: urllib3 1.25.9 14:09:31 Uninstalling urllib3-1.25.9: 14:09:31 Successfully uninstalled urllib3-1.25.9 14:09:32 Attempting uninstall: requests 14:09:32 Found existing installation: requests 2.23.0 14:09:32 Uninstalling requests-2.23.0: 14:09:32 Successfully uninstalled requests-2.23.0 14:09:32 Running setup.py install for dockerpty: started 14:09:34 Running setup.py install for dockerpty: finished with status 'done' 14:09:34 Running setup.py install for texttable: started 14:09:36 Running setup.py install for texttable: finished with status 'done' 14:09:37 Running setup.py install for PyYAML: started 14:09:40 Running setup.py install for PyYAML: finished with status 'done' 14:09: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 14:09:46 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:09:46 Step 2/31 : FROM ${BUILDER_BASE} AS builder 14:09:46 ---> 4041de16b9e2 14:09:46 Step 3/31 : WORKDIR /edgex-go 14:09:46 ---> Using cache 14:09:46 ---> 639cb5bacbf2 14:09:46 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:09:46 ---> Using cache 14:09:46 ---> 27f873435648 14:09:46 Step 5/31 : RUN apk add --update --no-cache make git 14:09:53 ---> Running in 301d3bf81ac2 14:09:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:09:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:09:55 OK: 217 MiB in 51 packages 14:09:59 Removing intermediate container 301d3bf81ac2 14:09:59 ---> a95c6d22287c 14:09:59 Step 6/31 : COPY go.mod . 14:09:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:09:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:09:59 ---> 4041de16b9e2 14:09:59 Step 3/23 : WORKDIR /edgex-go 14:09:59 ---> Using cache 14:09:59 ---> 639cb5bacbf2 14:09:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:09:59 ---> Using cache 14:09:59 ---> 27f873435648 14:09:59 Step 5/23 : RUN apk add --update --no-cache make git 14:09:59 ---> Using cache 14:09:59 ---> a95c6d22287c 14:09:59 Step 6/23 : COPY go.mod . 14:10:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:10:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 14:10:00 ---> 4041de16b9e2 14:10:00 Step 3/23 : WORKDIR /edgex-go 14:10:00 ---> Using cache 14:10:00 ---> 639cb5bacbf2 14:10:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:10:00 ---> Using cache 14:10:00 ---> 27f873435648 14:10:00 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 14:10:00 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 14:10:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 14:10:00 ---> 4041de16b9e2 14:10:00 Step 3/24 : WORKDIR /edgex-go 14:10:00 ---> Using cache 14:10:00 ---> 639cb5bacbf2 14:10:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:10:00 ---> Using cache 14:10:00 ---> 27f873435648 14:10:00 Step 5/24 : RUN apk add --update --no-cache make git 14:10:00 ---> Using cache 14:10:00 ---> a95c6d22287c 14:10:00 Step 6/24 : COPY go.mod . 14:10:01 ---> 3442ac6aa3e0 14:10:01 Step 7/31 : RUN go mod download 14:10:01 ---> Running in 0e89faa63f16 14:10:01 ---> 33bb228ad06a 14:10:01 Step 7/23 : RUN go mod download 14:10:01 ---> Running in 50e6b48aa2aa 14:10:01 ---> Running in 758d8a5aa0b0 14:10:01 ---> 10dfd01a4682 14:10:01 Step 7/24 : RUN go mod download 14:10:02 ---> Running in a54a423e7a6d 14:10:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:10:03 Removing intermediate container f6e8fe3b287b 14:10:03 ---> bc207f0002cd 14:10:03 Step 14/23 : ENV APP_PORT=48090 14:10:03 ---> Running in aeba43a11918 14:10:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:10:04 Removing intermediate container aeba43a11918 14:10:04 ---> fc397c17b427 14:10:04 Step 15/23 : EXPOSE $APP_PORT 14:10:04 ---> Running in db1d0a26c58e 14:10:04 OK: 217 MiB in 51 packages 14:10:05 Removing intermediate container db1d0a26c58e 14:10:05 ---> 49f52c747c7b 14:10:05 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 14:10:06 Removing intermediate container 0e89faa63f16 14:10:06 ---> fc20049a3e6a 14:10:06 Step 6/23 : COPY go.mod . 14:10:07 Removing intermediate container 758d8a5aa0b0 14:10:07 ---> 9311e5fcc1c7 14:10:07 Step 8/23 : COPY . . 14:10:07 Removing intermediate container 50e6b48aa2aa 14:10:07 ---> 8fbc5bbbfec6 14:10:07 Step 8/31 : COPY . . 14:10:07 ---> 2bad7fa8ed6b 14:10:07 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 14:10:07 Removing intermediate container a54a423e7a6d 14:10:07 ---> 2a85d922966f 14:10:07 Step 8/24 : COPY . . 14:10:07 ---> f2c5c7a607e3 14:10:07 Step 7/23 : RUN go mod download 14:10:08 ---> Running in aa784971f137 14:10:09 ---> 01ca91222bdc 14:10:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 14:10:16 ---> 100fd5e6fca4 14:10:16 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 14:10:16 ---> Running in 62d7e03e9c09 14:10:16 Removing intermediate container aa784971f137 14:10:16 ---> d8b77508a9b3 14:10:16 Step 8/23 : COPY . . 14:10:16 Removing intermediate container 62d7e03e9c09 14:10:16 ---> 4f1432c1e427 14:10:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:10:18 ---> Running in 81df7b871554 14:10:19 Removing intermediate container 81df7b871554 14:10:19 ---> ff6bac44a3ed 14:10:19 Step 21/23 : LABEL arch=arm64 14:10:20 ---> Running in 8c8496544af3 14:10:22 Removing intermediate container 8c8496544af3 14:10:22 ---> 5373a9d7955d 14:10:22 Step 22/23 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:10:23 ---> Running in 5a38b76791e7 14:10:25 Removing intermediate container 5a38b76791e7 14:10:25 ---> c0dd3bbf71bc 14:10:25 Step 23/23 : LABEL version=0.0.0 14:10:25 ---> Running in 542fd21a1399 14:10:26 Removing intermediate container 542fd21a1399 14:10:26 ---> 8b3f5e84a7a9 14:10:26 14:10:27 ---> f3bf5e6bbf7a 14:10:27 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 14:10:27 Successfully built 8b3f5e84a7a9 14:10:27 ---> 52344990180e 14:10:27 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 14:10:28 ---> ec013716c080 14:10:28 Step 9/23 : RUN make cmd/core-command/core-command 14:10:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 14:10:28  Building docker-sys-mgmt-agent-go ... done  ---> Running in 815f5c37d2a6 14:10:28 ---> Running in 59182c969173 14:10:29 ---> Running in 5caadc7804b3 14:10:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 14:10:31 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 14:10:31 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 14:10:37 ---> 54667056b341 14:10:37 Step 9/23 : RUN make cmd/core-data/core-data 14:10:37 ---> Running in 457307104f94 14:10:39 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 14:12:01 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 14:12:01 Removing intermediate container 815f5c37d2a6 14:12:01 ---> ecf5474bb79d 14:12:01 14:12:01 Step 10/31 : FROM alpine:3.12 14:12:01 ---> 9852663dfa18 14:12:01 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 14:12:01 ---> Running in 56f246689813 14:12:01 Removing intermediate container 56f246689813 14:12:01 ---> 0e2d6664c3dc 14:12:01 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 14:12:01 ---> Running in 093d17d5c9b8 14:12:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:12:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:12:04 Removing intermediate container 59182c969173 14:12:04 ---> c740c49f0203 14:12:04 14:12:04 Step 10/24 : FROM alpine:3.12 14:12:04 ---> 9852663dfa18 14:12:04 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 14:12:04 ---> Running in 8de945b1a03d 14:12:04 (1/2) Installing dumb-init (1.2.2-r1) 14:12:04 (2/2) Installing su-exec (0.2-r1) 14:12:04 Executing busybox-1.31.1-r20.trigger 14:12:05 OK: 5 MiB in 16 packages 14:12:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:12:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:12:07 Removing intermediate container 093d17d5c9b8 14:12:07 ---> 44cd8d5f3e0e 14:12:07 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 14:12:07 (1/6) Installing ca-certificates (20191127-r4) 14:12:08 (2/6) Installing nghttp2-libs (1.41.0-r0) 14:12:08 (3/6) Installing libcurl (7.76.1-r0) 14:12:08 (4/6) Installing curl (7.76.1-r0) 14:12:08 (5/6) Installing dumb-init (1.2.2-r1) 14:12:08 (6/6) Installing su-exec (0.2-r1) 14:12:08 Executing busybox-1.31.1-r20.trigger 14:12:08 Executing ca-certificates-20191127-r4.trigger 14:12:08 ---> Running in c9da0a1eb985 14:12:08 OK: 7 MiB in 20 packages 14:12:08 Removing intermediate container 5caadc7804b3 14:12:08 ---> 00593b59141e 14:12:08 14:12:08 Step 10/23 : FROM alpine:3.12 14:12:08 ---> 9852663dfa18 14:12:08 Step 11/23 : RUN apk add --update --no-cache dumb-init 14:12:08 ---> Using cache 14:12:08 ---> d8be0ee68091 14:12:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 14:12:08 ---> Using cache 14:12:08 ---> a9f12f008b6e 14:12:08 Step 13/23 : ENV APP_PORT=48082 14:12:09 Removing intermediate container c9da0a1eb985 14:12:09 ---> 868b93f7481a 14:12:09 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 14:12:09 ---> Running in 44c1923903ee 14:12:09 ---> Running in fb0b0edb473b 14:12:10 Removing intermediate container fb0b0edb473b 14:12:10 ---> f5dbfe821ec6 14:12:10 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 14:12:10 Removing intermediate container 44c1923903ee 14:12:10 ---> 6a1c6d239642 14:12:10 Step 14/23 : EXPOSE $APP_PORT 14:12:10 Removing intermediate container 8de945b1a03d 14:12:10 ---> 8c7d8f7dce62 14:12:10 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 14:12:10 ---> Running in 9be5c22b7c7f 14:12:10 ---> Running in 014f5020c116 14:12:10 ---> Running in c2aef85b13f3 14:12:11 Removing intermediate container 014f5020c116 14:12:11 ---> 187be8550ba8 14:12:11 Step 15/23 : WORKDIR / 14:12:11 Removing intermediate container c2aef85b13f3 14:12:11 ---> 86a09aea0567 14:12:11 Step 13/24 : WORKDIR / 14:12:11 ---> Running in 159c5b6e3331 14:12:11 ---> Running in 816149efffe2 14:12:12 Removing intermediate container 159c5b6e3331 14:12:12 ---> 201ac41c9ef0 14:12:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:12:12 Removing intermediate container 816149efffe2 14:12:12 ---> f5f9c62d5621 14:12:12 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 14:12:13 ---> 73784bf11c16 14:12:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 14:12:13 Removing intermediate container 9be5c22b7c7f 14:12:13 ---> 35c0c5439074 14:12:13 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 14:12:13 ---> e5dc3214a909 14:12:13 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 14:12:13 ---> Running in 72780d5fb398 14:12:14 Removing intermediate container 72780d5fb398 14:12:14 ---> f99185476728 14:12:14 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 14:12:15 ---> 9d46317c6b08 14:12:15 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 14:12:15 ---> 51d4d5dd07e1 14:12:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 14:12:15 ---> 0dd79e89e10a 14:12:15 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 14:12:15 ---> Running in 407c1fc9bfb5 14:12:16 ---> 9f3f9ac441d9 14:12:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 14:12:16 ---> 3f8f018b7cf1 14:12:16 Step 19/23 : ENTRYPOINT ["/core-command"] 14:12:16 ---> Running in 0255b62c31d6 14:12:17 Removing intermediate container 0255b62c31d6 14:12:17 ---> 09d7e42c5794 14:12:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:12:17 ---> Running in 187d08c71979 14:12:18 ---> c5b6e80de210 14:12:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 14:12:18 Removing intermediate container 187d08c71979 14:12:18 ---> 83a56855cffc 14:12:18 Step 21/23 : LABEL arch=arm64 14:12:18 ---> Running in b9275d3758a5 14:12:19 Removing intermediate container 407c1fc9bfb5 14:12:19 ---> bdb11a7d6b41 14:12:19 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 14:12:19 Removing intermediate container b9275d3758a5 14:12:19 ---> 4b786c918e24 14:12:19 Step 22/23 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:12:19 ---> 23dc05121057 14:12:19 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 14:12:19 ---> Running in c108a5cb27aa 14:12:20 ---> d11804e81eba 14:12:20 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 14:12:20 Removing intermediate container c108a5cb27aa 14:12:20 ---> 8cba96116eb3 14:12:20 Step 23/23 : LABEL version=0.0.0 14:12:20 ---> Running in ef6274ab5ce5 14:12:20 ---> 16e60f7ecc38 14:12:20 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 14:12:20 ---> Running in e448ed68c5d2 14:12:21 Removing intermediate container ef6274ab5ce5 14:12:21 ---> 8500cfa8bcd2 14:12:21 14:12:22 Successfully built 8500cfa8bcd2 14:12:22 Successfully tagged docker-core-command-go-arm64:latest 14:12:22  Building docker-core-command-go ... done  ---> a074e607334a 14:12:22 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 14:12:23 ---> f9aa49e7095b 14:12:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 14:12:23 Removing intermediate container e448ed68c5d2 14:12:23 ---> 22533dccf2e5 14:12:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 14:12:24 ---> Running in 83e1531aa87c 14:12:25 Removing intermediate container 83e1531aa87c 14:12:25 ---> 68c5eb72e215 14:12:25 Step 22/24 : LABEL arch=arm64 14:12:25 ---> b6b740e5c048 14:12:25 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 14:12:25 ---> Running in 14d4ea84ab98 14:12:26 Removing intermediate container 14d4ea84ab98 14:12:26 ---> 5d96914f5c2e 14:12:26 Step 23/24 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:12:26 ---> 92bd8de73ecc 14:12:26 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 14:12:26 ---> Running in adbde8d759fe 14:12:26 Removing intermediate container 457307104f94 14:12:26 ---> 14420b34eeec 14:12:26 14:12:26 Step 10/23 : FROM alpine:3.12 14:12:26 ---> 9852663dfa18 14:12:26 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 14:12:26 ---> Running in 58a75043ac60 14:12:26 ---> Running in 88ede12d1fe7 14:12:26 Removing intermediate container adbde8d759fe 14:12:26 ---> fcbb678b2a6b 14:12:26 Step 24/24 : LABEL version=0.0.0 14:12:27 ---> Running in 72cf7e8670d2 14:12:27 Removing intermediate container 58a75043ac60 14:12:27 ---> 09da9cbd90f1 14:12:27 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 14:12:27 Removing intermediate container 88ede12d1fe7 14:12:27 ---> 61fdc6073340 14:12:27 Step 12/23 : ENV APP_PORT=48080 14:12:27 ---> Running in 574787498f43 14:12:27 Removing intermediate container 72cf7e8670d2 14:12:27 ---> 23e86e28f9a3 14:12:27 14:12:28 Removing intermediate container 574787498f43 14:12:28 ---> 24180d52c5bf 14:12:28 Step 13/23 : EXPOSE $APP_PORT 14:12:28 Successfully built 23e86e28f9a3 14:12:28 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 14:12:28  Building docker-security-secretstore-setup-go ... done  ---> d9bee4175976 14:12:28 Step 26/31 : RUN chmod +x /entrypoint.sh 14:12:28 ---> Running in 03b399329c1c 14:12:28 ---> Running in 252ac2783217 14:12:28 Removing intermediate container 03b399329c1c 14:12:28 ---> 7912d34e0741 14:12:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 14:12:29 ---> Running in 08af66d6eb1c 14:12:31 Removing intermediate container 252ac2783217 14:12:31 ---> 855d219f7b4a 14:12:31 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 14:12:31 ---> Running in 41f591f28887 14:12:31 Removing intermediate container 08af66d6eb1c 14:12:31 ---> b0059954a75e 14:12:31 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 14:12:31 ---> Running in 30ccbf23b17b 14:12:31 Removing intermediate container 41f591f28887 14:12:31 ---> c6e6b29df08d 14:12:31 Step 28/31 : CMD ["gate"] 14:12:32 ---> Running in d9d563a86e7f 14:12:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 14:12:32 Removing intermediate container d9d563a86e7f 14:12:32 ---> 51c3efef6af4 14:12:32 Step 29/31 : LABEL arch=arm64 14:12:33 ---> Running in 9edc9180965e 14:12:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 14:12:33 Removing intermediate container 9edc9180965e 14:12:33 ---> 465d393d1143 14:12:33 Step 30/31 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:12:33 ---> Running in 99e88f9e2814 14:12:34 (1/6) Installing dumb-init (1.2.2-r1) 14:12:34 (2/6) Installing libgcc (9.3.0-r2) 14:12:34 Removing intermediate container 99e88f9e2814 14:12:34 ---> bd4b9ddc14b5 14:12:34 Step 31/31 : LABEL version=0.0.0 14:12:34 (3/6) Installing libsodium (1.0.18-r0) 14:12:34 (4/6) Installing libstdc++ (9.3.0-r2) 14:12:34 ---> Running in 929534511e19 14:12:34 (5/6) Installing libzmq (4.3.3-r0) 14:12:34 (6/6) Installing zeromq (4.3.3-r0) 14:12:35 Executing busybox-1.31.1-r20.trigger 14:12:35 OK: 8 MiB in 20 packages 14:12:35 Removing intermediate container 929534511e19 14:12:35 ---> 090b1b574232 14:12:35 14:12:35 Successfully built 090b1b574232 14:12:35 Successfully tagged docker-security-bootstrapper-go-arm64:latest 14:12:37  Building docker-security-bootstrapper-go ... done Removing intermediate container 30ccbf23b17b 14:12:37 ---> fd6cab946393 14:12:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 14:12:38 ---> fab0a32be66e 14:12:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 14:12:39 ---> 2b6acc3989a8 14:12:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 14:12:40 ---> 2a6a5dbcb99f 14:12:40 Step 19/23 : ENTRYPOINT ["/core-data"] 14:12:40 ---> Running in f40a2054f0a6 14:12:40 Removing intermediate container f40a2054f0a6 14:12:40 ---> 25d04530f34c 14:12:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 14:12:40 ---> Running in 96c834f6c300 14:12:41 Removing intermediate container 96c834f6c300 14:12:41 ---> e01fafc13c81 14:12:41 Step 21/23 : LABEL arch=arm64 14:12:41 ---> Running in 4e24e591fc0c 14:12:41 Removing intermediate container 4e24e591fc0c 14:12:41 ---> 17dd6f4a4669 14:12:41 Step 22/23 : LABEL git_sha=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b 14:12:41 ---> Running in a193f8789a9d 14:12:42 Removing intermediate container a193f8789a9d 14:12:42 ---> 9c0d3a093e64 14:12:42 Step 23/23 : LABEL version=0.0.0 14:12:42 ---> Running in 1a3e11fb58f3 14:12:43 Removing intermediate container 1a3e11fb58f3 14:12:43 ---> a2258abbe043 14:12:43 14:12:43 Successfully built a2258abbe043 14:12:43 Successfully tagged docker-core-data-go-arm64:latest 14:12:43  Building docker-core-data-go ... done  [Pipeline] } 14:12:43 $ docker stop --time=1 c53390cfa7e440ff58e18d199e49ca7308ed20faed5b97a5d9874e761c281846 14:12:45 $ docker rm -f c53390cfa7e440ff58e18d199e49ca7308ed20faed5b97a5d9874e761c281846 [Pipeline] // withDockerContainer [Pipeline] sh 14:12:46 + docker images 14:12:46 + grep docker 14:12:46 docker-core-data-go-arm64 latest a2258abbe043 4 seconds ago 21.6MB 14:12:46 docker-security-bootstrapper-go-arm64 latest 090b1b574232 12 seconds ago 18.1MB 14:12:46 docker-security-secretstore-setup-go-arm64 latest 23e86e28f9a3 19 seconds ago 24.9MB 14:12:46 docker-core-command-go-arm64 latest 8500cfa8bcd2 26 seconds ago 16.5MB 14:12:46 docker-sys-mgmt-agent-go-arm64 latest 8b3f5e84a7a9 2 minutes ago 299MB 14:12:46 docker-core-metadata-go-arm64 latest 90cdce57c993 3 minutes ago 18.1MB 14:12:46 docker-support-scheduler-go-arm64 latest f8a9d0661551 3 minutes ago 16.6MB 14:12:46 docker-support-notifications-go-arm64 latest 1ec8cb2a72f9 3 minutes ago 17.1MB 14:12:46 docker-security-proxy-setup-go-arm64 latest da4594354c80 3 minutes ago 24.6MB 14:12:46 docker 20.10.0 eeaf43b92773 4 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 14:12:47 ---> job-cost.sh 14:12:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-f2IP 14:13:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 14:15:03 lf-activate-venv(): INFO: Adding /tmp/venv-f2IP/bin to PATH 14:15:03 INFO: No Stack... 14:15:03 INFO: Retrieving Pricing Info for: lf-standard-4 14:15:03 INFO: Archiving Costs [Pipeline] sh 14:15:03 + cat /w/workspace/edgex-go/72/archives/cost.csv 14:15:03 + cut -d, -f6 [Pipeline] lock 14:15:03 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-72-stack-cost] 14:15:03 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-72-stack-cost] did not exist. Created. 14:15:03 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-72-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 14:15:03 + echo total: 0.20999999344348907 [Pipeline] stash 14:15:04 Stashed 1 file(s) [Pipeline] } 14:15:04 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-72-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 14:15:04 provisioning config files... 14:15:04 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/72@tmp/config8422192693710990744tmp [Pipeline] { [Pipeline] sh 14:15:05 + set +x 14:15:05 + curl -s https://codecov.io/bash 14:15:05 + bash -s -- 14:15:05 14:15:05 _____ _ 14:15:05 / ____| | | 14:15:05 | | ___ __| | ___ ___ _____ __ 14:15:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 14:15:05 | |___| (_) | (_| | __/ (_| (_) \ V / 14:15:05 \_____\___/ \__,_|\___|\___\___/ \_/ 14:15:05 Bash-1.0.1 14:15:05 14:15:05 14:15:05 ==> git version 2.24.3 found 14:15:05 ==> 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 14:15:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 14:15:05 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 14:15:05 ==> Jenkins CI detected. 14:15:05 project root: . 14:15:05 --> token set from env 14:15:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 14:15:05 ==> Running gcov in . (disable via -X gcov) 14:15:05 ==> Python coveragepy not found 14:15:05 ==> Searching for coverage reports in: 14:15:05 + . 14:15:05 -> Found 1 reports 14:15:05 ==> Detecting git/mercurial file structure 14:15:05 ==> Reading reports 14:15:05 + ./coverage.out bytes=687366 14:15:05 ==> Appending adjustments 14:15:05 https://docs.codecov.io/docs/fixing-reports 14:15:10 + Found adjustments 14:15:10 ==> Gzipping contents 14:15:10 100K /tmp/codecov.q5MTCH.gz 14:15:10 ==> Uploading reports 14:15:10 url: https://codecov.io 14:15:10 query: branch=PR-3234&commit=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b&build=72&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F72%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 14:15:10 -> Pinging Codecov 14:15:10 https://codecov.io/upload/v4?package=bash-1.0.1&token=secret&branch=PR-3234&commit=e15f52c200eb7e9c6bb66e25dc086aa977f9b57b&build=72&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3234%2F72%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3234&job=&cmd_args= 14:15:10 -> Uploading to 14:15:10 https://storage.googleapis.com/codecov/v4/raw/2021-04-17/00271124DB129430A58F1EEE437C3FCB/e15f52c200eb7e9c6bb66e25dc086aa977f9b57b/0e6d582d-0638-4b4e-8156-f682a03ca107.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210417%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210417T141510Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=25c2a85a256d5b25f4b0eb3aecb3d0dc7b1543f8154d5d0f9c53391ad84c9c6b 14:15:10 % Total % Received % Xferd Average Speed Time Time Time Current 14:15:10 Dload Upload Total Spent Left Speed 14:15:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 98794 0 0 100 98794 0 209k --:--:-- --:--:-- --:--:-- 210k 14:15:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e15f52c200eb7e9c6bb66e25dc086aa977f9b57b [Pipeline] } 14:15:10 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 14:15:11 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 14:15:12 ---> package-listing.sh 14:15:12 ++ facter osfamily 14:15:12 ++ tr '[:upper:]' '[:lower:]' 14:15:12 + OS_FAMILY=redhat 14:15:12 + workspace=/w/workspace/edgex-go/72 14:15:12 + START_PACKAGES=/tmp/packages_start.txt 14:15:12 + END_PACKAGES=/tmp/packages_end.txt 14:15:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 14:15:12 + PACKAGES=/tmp/packages_start.txt 14:15:12 + '[' /w/workspace/edgex-go/72 ']' 14:15:12 + PACKAGES=/tmp/packages_end.txt 14:15:12 + case "${OS_FAMILY}" in 14:15:12 + rpm -qa 14:15:12 + sort 14:15:17 + '[' -f /tmp/packages_start.txt ']' 14:15:17 + '[' -f /tmp/packages_end.txt ']' 14:15:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 14:15:17 + '[' /w/workspace/edgex-go/72 ']' 14:15:17 + mkdir -p /w/workspace/edgex-go/72/archives/ 14:15:17 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/72/archives/ [Pipeline] echo 14:15:17 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/72/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 14:15:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 14:15:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:15:17 14:15:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 14:15:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:15:18 alpine: Pulling from edgex-lftools-log-publisher 14:15:18 df20fa9351a1: Pulling fs layer 14:15:18 36b3adc4ff6f: Pulling fs layer 14:15:18 8ad3a11d3b57: Pulling fs layer 14:15:18 46f8f816bc3b: Pulling fs layer 14:15:18 93b61091891f: Pulling fs layer 14:15:18 93b9cdb0e59b: Pulling fs layer 14:15:18 5e14af77c1be: Pulling fs layer 14:15:18 01666e4c0597: Pulling fs layer 14:15:18 aa168da1d23b: Pulling fs layer 14:15:18 46f8f816bc3b: Waiting 14:15:18 93b61091891f: Waiting 14:15:18 93b9cdb0e59b: Waiting 14:15:18 5e14af77c1be: Waiting 14:15:18 01666e4c0597: Waiting 14:15:18 aa168da1d23b: Waiting 14:15:18 36b3adc4ff6f: Download complete 14:15:18 46f8f816bc3b: Verifying Checksum 14:15:18 46f8f816bc3b: Download complete 14:15:18 df20fa9351a1: Verifying Checksum 14:15:18 df20fa9351a1: Download complete 14:15:18 93b9cdb0e59b: Verifying Checksum 14:15:18 93b9cdb0e59b: Download complete 14:15:18 93b61091891f: Verifying Checksum 14:15:18 93b61091891f: Download complete 14:15:18 5e14af77c1be: Download complete 14:15:18 01666e4c0597: Verifying Checksum 14:15:18 01666e4c0597: Download complete 14:15:18 8ad3a11d3b57: Verifying Checksum 14:15:18 8ad3a11d3b57: Download complete 14:15:18 df20fa9351a1: Pull complete 14:15:18 36b3adc4ff6f: Pull complete 14:15:20 aa168da1d23b: Verifying Checksum 14:15:20 aa168da1d23b: Download complete 14:15:20 8ad3a11d3b57: Pull complete 14:15:21 46f8f816bc3b: Pull complete 14:15:22 93b61091891f: Pull complete 14:15:22 93b9cdb0e59b: Pull complete 14:15:22 5e14af77c1be: Pull complete 14:15:22 01666e4c0597: Pull complete 14:15:32 aa168da1d23b: Pull complete 14:15:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 14:15:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 14:15:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 14:15:32 prd-centos7-docker-4c-2g-562 does not seem to be running inside a container 14:15:32 $ 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/72/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/72 -v /w/workspace/edgex-go/72:/w/workspace/edgex-go/72:rw,z -v /w/workspace/edgex-go/72@tmp:/w/workspace/edgex-go/72@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 14:15:37 $ docker top 02baafbb717d4a099191273b5ebff9a07e9671eec5eac37e974de997633d1142 -eo pid,comm [Pipeline] { [Pipeline] sh 14:15:38 + touch /tmp/pre-build-complete [Pipeline] sh 14:15:38 + mkdir -p /var/log/sa [Pipeline] sh 14:15:39 + ls /var/log/sa-host 14:15:39 + sadf -c /var/log/sa-host/sa17 14:15:39 file_magic: OK 14:15:39 HZ: Using current value: 100 14:15:39 file_header: OK 14:15:39 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 14:15:39 Statistics: 14:15:39 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... 14:15:39 File successfully converted to sysstat format version 12.2.1 14:15:39 + sadf -c /var/log/sa-host/sa23 14:15:39 file_magic: OK 14:15:39 HZ: Using current value: 100 14:15:39 file_header: OK 14:15:39 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 14:15:39 Statistics: 14:15:39 Hnuu...uuuununununu... 14:15:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 14:15:39 provisioning config files... 14:15:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/72@tmp/config2300222545879372915tmp [Pipeline] { [Pipeline] echo 14:15:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 14:15:39 ---> create-netrc.sh [Pipeline] } 14:15:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 14:15:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 14:15:39 ---> python-tools-install.sh [Pipeline] echo 14:15:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 14:15:40 ---> sudo-logs.sh 14:15:40 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 14:15:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 14:15:40 ---> job-cost.sh 14:15:40 lf-activate-venv: SKIPPING 14:15:40 DEBUG: total: 0.20999999344348907 14:15:40 INFO: Retrieving Stack Cost... 14:15:41 INFO: Retrieving Pricing Info for: v1-standard-2 14:15:42 INFO: Archiving Costs [Pipeline] echo 14:15:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 14:15:42 ---> logs-deploy.sh 14:15:42 lf-activate-venv: SKIPPING 14:15:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/72 14:15:42 INFO: archiving workspace using pattern(s): 14:15:43 Archives upload complete. 14:15:44 INFO: archiving logs to Nexus 14:15:45 ---> uname -a: 14:15:45 Linux prd-centos7-docker-4c-2g-562.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 14:15:45 14:15:45 14:15:45 ---> lscpu: 14:15:45 Architecture: x86_64 14:15:45 CPU op-mode(s): 32-bit, 64-bit 14:15:45 Byte Order: Little Endian 14:15:45 Address sizes: 40 bits physical, 48 bits virtual 14:15:45 CPU(s): 4 14:15:45 On-line CPU(s) list: 0-3 14:15:45 Thread(s) per core: 1 14:15:45 Core(s) per socket: 1 14:15:45 Socket(s): 4 14:15:45 NUMA node(s): 1 14:15:45 Vendor ID: GenuineIntel 14:15:45 CPU family: 6 14:15:45 Model: 44 14:15:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 14:15:45 Stepping: 1 14:15:45 CPU MHz: 2933.436 14:15:45 BogoMIPS: 5866.87 14:15:45 Virtualization: VT-x 14:15:45 Hypervisor vendor: KVM 14:15:45 Virtualization type: full 14:15:45 L1d cache: 128 KiB 14:15:45 L1i cache: 128 KiB 14:15:45 L2 cache: 16 MiB 14:15:45 L3 cache: 64 MiB 14:15:45 NUMA node0 CPU(s): 0-3 14:15:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 14:15:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 14:15:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 14:15:45 Vulnerability Meltdown: Mitigation; PTI 14:15:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 14:15:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 14:15:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 14:15:45 Vulnerability Srbds: Not affected 14:15:45 Vulnerability Tsx async abort: Not affected 14:15:45 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 14:15:45 14:15:45 14:15:45 ---> nproc: 14:15:45 4 14:15:45 14:15:45 14:15:45 ---> df -h: 14:15:45 Filesystem Size Used Available Use% Mounted on 14:15:45 overlay 50.0G 12.3G 37.7G 25% / 14:15:45 tmpfs 64.0M 0 64.0M 0% /dev 14:15:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 14:15:45 shm 64.0M 0 64.0M 0% /dev/shm 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/72@tmp 14:15:45 /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/72 14:15:45 14:15:45 14:15:45 ---> free -m: 14:15:45 total used free shared buff/cache available 14:15:45 Mem: 1837 689 98 0 1050 1065 14:15:45 Swap: 1023 84 939 14:15:45 14:15:45 14:15:45 ---> ip addr: 14:15:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 14:15:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 14:15:45 inet 127.0.0.1/8 scope host lo 14:15:45 valid_lft forever preferred_lft forever 14:15:45 inet6 ::1/128 scope host 14:15:45 valid_lft forever preferred_lft forever 14:15:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 14:15:45 link/ether fa:16:3e:b8:69:a6 brd ff:ff:ff:ff:ff:ff 14:15:45 inet 10.30.122.27/23 brd 10.30.123.255 scope global dynamic eth0 14:15:45 valid_lft 84930sec preferred_lft 84930sec 14:15:45 inet6 fe80::f816:3eff:feb8:69a6/64 scope link 14:15:45 valid_lft forever preferred_lft forever 14:15:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 14:15:45 link/ether 02:42:da:86:5f:d3 brd ff:ff:ff:ff:ff:ff 14:15:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 14:15:45 valid_lft forever preferred_lft forever 14:15:45 inet6 fe80::42:daff:fe86:5fd3/64 scope link 14:15:45 valid_lft forever preferred_lft forever 14:15:45 14:15:45 14:15:45 ---> sar -b -r -n DEV: 14:15:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) 14:15:45 14:15:45 13:51:02 LINUX RESTART (4 CPU) 14:15:45 14:15:45 13:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 14:15:45 13:53:01 219.13 101.17 117.96 0.00 10639.65 47267.30 0.00 14:15:45 13:54:02 264.09 98.51 165.59 0.00 4184.73 21512.48 0.00 14:15:45 13:55:01 134.04 55.10 78.94 0.00 2060.95 10205.67 0.00 14:15:45 13:56:01 128.41 38.56 89.85 0.00 2399.87 19838.51 0.00 14:15:45 13:57:04 1445.24 1140.40 304.84 0.00 115221.83 174010.14 0.00 14:15:45 13:58:02 2399.98 2109.76 290.22 0.00 125240.01 141385.81 0.00 14:15:45 13:59:01 445.36 165.82 279.54 0.00 34237.86 74076.11 0.00 14:15:45 14:00:01 1907.72 1575.47 332.24 0.00 121087.59 129222.49 0.00 14:15:45 14:01:01 940.67 648.19 292.48 0.00 40868.66 56495.64 0.00 14:15:45 14:02:01 17.27 9.90 7.37 0.00 193.18 215.33 0.00 14:15:45 14:03:02 1.52 1.30 0.22 0.00 99.90 2.41 0.00 14:15:45 14:04:01 0.51 0.02 0.49 0.00 0.54 5.25 0.00 14:15:45 14:05:01 0.45 0.00 0.45 0.00 0.00 5.06 0.00 14:15:45 14:06:01 0.68 0.38 0.30 0.00 7.19 4.00 0.00 14:15:45 14:07:01 2.43 1.67 0.77 0.00 63.69 14.44 0.00 14:15:45 14:08:01 0.60 0.00 0.60 0.00 0.00 6.31 0.00 14:15:45 14:09:01 0.63 0.07 0.57 0.00 1.33 7.16 0.00 14:15:45 14:10:01 0.17 0.00 0.17 0.00 0.00 1.65 0.00 14:15:45 14:11:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 14:15:45 14:12:01 0.27 0.03 0.23 0.00 0.53 1.80 0.00 14:15:45 14:13:01 0.22 0.02 0.20 0.00 0.27 2.18 0.00 14:15:45 14:14:01 0.32 0.02 0.30 0.00 0.13 3.46 0.00 14:15:45 14:15:01 0.25 0.00 0.25 0.00 0.00 2.30 0.00 14:15:45 Average: 342.92 257.46 85.45 0.00 19873.34 29420.24 0.00 14:15:45 14:15:45 13:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 14:15:45 13:53:01 72456 0 721664 38.35 1952 1085472 1465472 50.01 576548 988892 63512 14:15:45 13:54:02 71112 0 852296 45.30 1536 956600 1625540 55.48 703064 827864 82676 14:15:45 13:55:01 321796 0 789028 41.94 696 770024 1790176 61.10 579260 692052 68692 14:15:45 13:56:01 87332 0 776860 41.29 644 1016708 1573544 53.70 632176 878528 58716 14:15:45 13:57:04 52280 0 812156 43.16 44 1017064 2145404 73.22 736808 865884 78580 14:15:45 13:58:02 245968 0 1157724 61.53 44 477808 3729204 127.27 748992 611948 40592 14:15:45 13:59:01 70132 0 736356 39.14 44 1075012 1500332 51.20 721600 828796 39980 14:15:45 14:00:01 104256 0 737488 39.20 44 1039756 1798020 61.36 647836 876148 43088 14:15:45 14:01:01 304504 0 639348 33.98 44 937648 1525428 52.06 467700 862248 16 14:15:45 14:02:01 335120 0 605760 32.19 44 940620 1196628 40.84 461460 842744 16 14:15:45 14:03:02 333044 0 604936 32.15 44 943520 1187448 40.53 460960 845488 12 14:15:45 14:04:01 332880 0 605092 32.16 44 943528 1187448 40.53 461224 845500 12 14:15:45 14:05:01 333200 0 604764 32.14 44 943536 1187412 40.52 461028 845500 8 14:15:45 14:06:01 333376 0 604404 32.12 44 943720 1203640 41.08 460688 845596 8 14:15:45 14:07:01 331568 0 605012 32.16 44 944920 1184364 40.42 461412 846128 12 14:15:45 14:08:01 332068 0 604492 32.13 44 944940 1184280 40.42 461316 846144 8 14:15:45 14:09:01 331904 0 604648 32.14 44 944948 1184280 40.42 461336 846184 16 14:15:45 14:10:01 331780 0 604764 32.14 44 944956 1184280 40.42 461340 846184 8 14:15:45 14:11:01 332060 0 604472 32.13 44 944968 1184280 40.42 461224 846184 8 14:15:45 14:12:01 331552 0 604980 32.15 44 944968 1184376 40.42 461464 846200 12 14:15:45 14:13:01 331632 0 604896 32.15 44 944972 1184280 40.42 461356 846200 12 14:15:45 14:14:01 331936 0 604580 32.13 44 944984 1184280 40.42 461344 846208 8 14:15:45 14:15:01 331756 0 604756 32.14 44 944988 1184280 40.42 461360 846212 8 14:15:45 Average: 260161 0 682195 36.26 246 938942 1468452 50.12 533543 837949 20696 14:15:45 14:15:45 13:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 14:15:45 13:53:01 eth0 1126.45 1185.49 6296.65 153.16 0.00 0.00 0.00 0.00 14:15:45 13:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 13:53:01 docker0 888.45 748.88 73.46 3071.40 0.00 0.00 0.00 0.00 14:15:45 13:53:01 vethf4811f1 52.79 106.48 3.91 345.85 0.00 0.00 0.00 0.00 14:15:45 13:54:02 vethe8a0188 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 14:15:45 13:54:02 eth0 199.30 161.80 530.07 28.78 0.00 0.00 0.00 0.00 14:15:45 13:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 13:54:02 docker0 139.54 159.43 11.00 493.35 0.00 0.00 0.00 0.00 14:15:45 13:55:01 vethe8a0188 2.47 2.47 0.20 0.20 0.00 0.00 0.00 0.00 14:15:45 13:55:01 eth0 63.99 40.45 43.22 85.42 0.00 0.00 0.00 0.00 14:15:45 13:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 13:55:01 docker0 2.47 2.47 0.16 0.20 0.00 0.00 0.00 0.00 14:15:45 13:56:01 eth0 228.01 179.99 1693.65 77.65 0.00 0.00 0.00 0.00 14:15:45 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 13:57:04 eth0 109.08 82.23 182.32 62.47 0.00 0.00 0.00 0.00 14:15:45 13:57:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 13:57:04 vethcc6dfac 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 14:15:45 13:57:04 docker0 46.24 54.11 2.73 141.72 0.00 0.00 0.00 0.00 14:15:45 13:58:02 veth1e0c11f 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:15:45 13:58:02 vethecc87bb 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 14:15:45 13:58:02 eth0 21.77 12.30 21.76 9.23 0.00 0.00 0.00 0.00 14:15:45 13:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 13:59:01 veth0ab2859 22.65 46.35 1.60 333.22 0.00 0.00 0.00 0.00 14:15:45 13:59:01 eth0 243.18 168.10 1786.63 82.74 0.00 0.00 0.00 0.00 14:15:45 13:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 13:59:01 vethcc6dfac 0.00 0.71 0.00 0.03 0.00 0.00 0.00 0.00 14:15:45 14:00:01 eth0 73.78 50.91 112.17 71.22 0.00 0.00 0.00 0.00 14:15:45 14:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:00:01 vethcc6dfac 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 14:15:45 14:00:01 veth242a0bb 0.00 0.32 0.00 0.02 0.00 0.00 0.00 0.00 14:15:45 14:01:01 eth0 104.41 70.97 186.69 77.80 0.00 0.00 0.00 0.00 14:15:45 14:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:01:01 vethcc6dfac 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 14:15:45 14:01:01 docker0 1139.76 1074.48 91.07 4339.81 0.00 0.00 0.00 0.00 14:15:45 14:02:01 eth0 3.43 2.38 3.46 1.39 0.00 0.00 0.00 0.00 14:15:45 14:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:03:02 eth0 1.02 0.38 0.33 0.21 0.00 0.00 0.00 0.00 14:15:45 14:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:03:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:04:01 eth0 1.63 0.30 0.39 0.17 0.00 0.00 0.00 0.00 14:15:45 14:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:05:01 eth0 0.63 0.32 0.28 0.23 0.00 0.00 0.00 0.00 14:15:45 14:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:06:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:15:45 14:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:07:01 eth0 0.30 0.18 0.14 0.07 0.00 0.00 0.00 0.00 14:15:45 14:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:08:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:15:45 14:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:09:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:15:45 14:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:10:01 eth0 0.07 0.05 0.01 0.00 0.00 0.00 0.00 0.00 14:15:45 14:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:11:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:12:01 eth0 0.30 0.22 0.14 0.07 0.00 0.00 0.00 0.00 14:15:45 14:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:13:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:15:45 14:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:14:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 14:15:45 14:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:15:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 14:15:45 14:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 14:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 Average: eth0 94.24 84.55 468.68 28.30 0.00 0.00 0.00 0.00 14:15:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 14:15:45 Average: docker0 49.71 46.87 3.97 189.30 0.00 0.00 0.00 0.00 14:15:45 14:15:45 14:15:45 ---> sar -P ALL: 14:15:45 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/17/21 _x86_64_ (4 CPU) 14:15:45 14:15:45 13:51:02 LINUX RESTART (4 CPU) 14:15:45 14:15:45 13:52:02 CPU %user %nice %system %iowait %steal %idle 14:15:45 13:53:01 all 17.36 0.00 9.90 2.13 0.26 70.36 14:15:45 13:53:01 0 13.87 0.00 10.76 1.52 0.27 73.58 14:15:45 13:53:01 1 22.72 0.00 9.38 1.80 0.30 65.80 14:15:45 13:53:01 2 14.96 0.00 9.47 1.86 0.25 73.47 14:15:45 13:53:01 3 17.88 0.00 9.97 3.32 0.23 68.60 14:15:45 13:54:02 all 31.18 0.00 10.87 7.56 0.33 50.07 14:15:45 13:54:02 0 29.44 0.00 11.13 7.50 0.29 51.64 14:15:45 13:54:02 1 31.89 0.00 11.00 7.42 0.30 49.40 14:15:45 13:54:02 2 31.76 0.00 10.54 8.46 0.33 48.91 14:15:45 13:54:02 3 31.63 0.00 10.79 6.89 0.38 50.31 14:15:45 13:55:01 all 50.45 0.00 13.10 3.03 0.31 33.10 14:15:45 13:55:01 0 50.87 0.00 13.04 3.47 0.34 32.28 14:15:45 13:55:01 1 48.90 0.00 12.84 2.24 0.31 35.71 14:15:45 13:55:01 2 51.10 0.00 13.15 3.20 0.31 32.24 14:15:45 13:55:01 3 50.93 0.00 13.36 3.22 0.30 32.17 14:15:45 13:56:01 all 40.29 0.00 13.66 3.98 0.32 41.75 14:15:45 13:56:01 0 40.26 0.00 13.86 3.69 0.30 41.90 14:15:45 13:56:01 1 40.10 0.00 13.59 4.42 0.38 41.50 14:15:45 13:56:01 2 41.21 0.00 13.81 4.93 0.31 39.74 14:15:45 13:56:01 3 39.57 0.00 13.39 2.87 0.28 43.89 14:15:45 13:57:04 all 21.56 0.00 27.16 12.51 0.63 38.14 14:15:45 13:57:04 0 20.89 0.00 27.43 14.41 0.60 36.67 14:15:45 13:57:04 1 22.23 0.00 27.25 11.98 0.65 37.89 14:15:45 13:57:04 2 22.20 0.00 26.69 11.58 0.70 38.84 14:15:45 13:57:04 3 20.91 0.00 27.28 12.06 0.58 39.17 14:15:45 13:58:02 all 40.56 0.00 23.83 22.22 0.55 12.84 14:15:45 13:58:02 0 39.59 0.00 24.00 23.98 0.55 11.89 14:15:45 13:58:02 1 40.25 0.00 23.99 20.32 0.65 14.78 14:15:45 13:58:02 2 41.04 0.00 23.18 22.60 0.56 12.62 14:15:45 13:58:02 3 41.36 0.00 24.17 21.99 0.44 12.04 14:15:45 13:59:01 all 37.73 0.00 16.39 20.54 0.34 25.00 14:15:45 13:59:01 0 36.86 0.00 16.36 16.32 0.34 30.13 14:15:45 13:59:01 1 38.54 0.00 16.23 20.41 0.37 24.45 14:15:45 13:59:01 2 37.48 0.00 16.22 20.47 0.28 25.54 14:15:45 13:59:01 3 38.05 0.00 16.78 24.92 0.36 19.90 14:15:45 14:00:01 all 39.84 0.00 25.26 23.81 0.54 10.54 14:15:45 14:00:01 0 39.20 0.00 26.00 24.09 0.60 10.11 14:15:45 14:00:01 1 38.46 0.00 25.57 22.19 0.61 13.17 14:15:45 14:00:01 2 40.74 0.00 24.50 22.55 0.50 11.70 14:15:45 14:00:01 3 40.96 0.00 24.99 26.43 0.47 7.15 14:15:45 14:01:01 all 32.71 0.00 18.15 18.58 0.43 30.13 14:15:45 14:01:01 0 33.76 0.00 19.57 17.72 0.41 28.56 14:15:45 14:01:01 1 33.25 0.00 17.15 19.27 0.46 29.87 14:15:45 14:01:01 2 32.03 0.00 18.34 17.42 0.39 31.83 14:15:45 14:01:01 3 31.79 0.00 17.55 19.93 0.48 30.25 14:15:45 14:02:01 all 0.34 0.00 0.44 0.33 0.02 98.88 14:15:45 14:02:01 0 0.18 0.00 0.37 0.32 0.02 99.12 14:15:45 14:02:01 1 0.25 0.00 0.52 0.22 0.02 99.00 14:15:45 14:02:01 2 0.20 0.00 0.37 0.50 0.00 98.94 14:15:45 14:02:01 3 0.72 0.00 0.50 0.28 0.03 98.47 14:15:45 14:03:02 all 0.15 0.00 0.04 0.00 0.00 99.80 14:15:45 14:03:02 0 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:03:02 1 0.02 0.00 0.03 0.00 0.00 99.95 14:15:45 14:03:02 2 0.05 0.00 0.07 0.00 0.02 99.87 14:15:45 14:03:02 3 0.53 0.00 0.05 0.00 0.00 99.42 14:15:45 14:15:45 14:03:02 CPU %user %nice %system %iowait %steal %idle 14:15:45 14:04:01 all 0.16 0.00 0.04 0.00 0.02 99.78 14:15:45 14:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 14:15:45 14:04:01 1 0.03 0.00 0.05 0.00 0.05 99.86 14:15:45 14:04:01 2 0.49 0.00 0.03 0.00 0.00 99.47 14:15:45 14:04:01 3 0.08 0.00 0.05 0.00 0.02 99.85 14:15:45 14:05:01 all 0.15 0.00 0.02 0.00 0.00 99.83 14:15:45 14:05:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:15:45 14:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:05:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:15:45 14:05:01 3 0.05 0.00 0.03 0.02 0.00 99.90 14:15:45 14:06:01 all 0.12 0.00 0.15 0.00 0.01 99.72 14:15:45 14:06:01 0 0.07 0.00 0.25 0.00 0.00 99.68 14:15:45 14:06:01 1 0.05 0.00 0.15 0.00 0.02 99.78 14:15:45 14:06:01 2 0.28 0.00 0.08 0.00 0.02 99.62 14:15:45 14:06:01 3 0.07 0.00 0.13 0.00 0.00 99.80 14:15:45 14:07:01 all 0.14 0.00 0.05 0.02 0.00 99.78 14:15:45 14:07:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:07:01 1 0.02 0.00 0.10 0.08 0.00 99.80 14:15:45 14:07:01 2 0.48 0.00 0.03 0.00 0.00 99.48 14:15:45 14:07:01 3 0.05 0.00 0.07 0.00 0.02 99.87 14:15:45 14:08:01 all 0.16 0.00 0.02 0.00 0.00 99.82 14:15:45 14:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:15:45 14:08:01 1 0.05 0.00 0.02 0.00 0.00 99.93 14:15:45 14:08:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:15:45 14:08:01 3 0.07 0.00 0.05 0.00 0.00 99.88 14:15:45 14:09:01 all 0.14 0.00 0.02 0.00 0.00 99.84 14:15:45 14:09:01 0 0.00 0.00 0.00 0.00 0.02 99.98 14:15:45 14:09:01 1 0.03 0.00 0.05 0.00 0.00 99.92 14:15:45 14:09:01 2 0.52 0.00 0.02 0.00 0.00 99.47 14:15:45 14:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 14:15:45 14:10:01 all 0.14 0.00 0.03 0.00 0.01 99.82 14:15:45 14:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:10:01 1 0.07 0.00 0.03 0.00 0.02 99.88 14:15:45 14:10:01 2 0.45 0.00 0.07 0.00 0.02 99.47 14:15:45 14:10:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:11:01 all 0.04 0.00 0.02 0.00 0.00 99.94 14:15:45 14:11:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:15:45 14:11:01 1 0.10 0.00 0.03 0.00 0.00 99.87 14:15:45 14:11:01 2 0.05 0.00 0.05 0.00 0.00 99.90 14:15:45 14:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 14:15:45 14:12:01 all 0.15 0.00 0.03 0.00 0.00 99.81 14:15:45 14:12:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:12:01 1 0.52 0.00 0.03 0.00 0.00 99.45 14:15:45 14:12:01 2 0.07 0.00 0.07 0.02 0.00 99.85 14:15:45 14:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:13:01 all 0.14 0.00 0.02 0.00 0.00 99.84 14:15:45 14:13:01 0 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:13:01 1 0.50 0.00 0.02 0.00 0.00 99.48 14:15:45 14:13:01 2 0.02 0.00 0.03 0.00 0.00 99.95 14:15:45 14:13:01 3 0.02 0.00 0.02 0.00 0.00 99.97 14:15:45 14:14:01 all 0.14 0.00 0.02 0.00 0.00 99.83 14:15:45 14:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 14:15:45 14:14:01 1 0.52 0.00 0.03 0.00 0.00 99.45 14:15:45 14:14:01 2 0.05 0.00 0.03 0.00 0.00 99.92 14:15:45 14:14:01 3 0.00 0.00 0.02 0.00 0.02 99.97 14:15:45 14:15:45 14:14:01 CPU %user %nice %system %iowait %steal %idle 14:15:45 14:15:01 all 0.14 0.00 0.03 0.00 0.00 99.83 14:15:45 14:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 14:15:45 14:15:01 1 0.13 0.00 0.02 0.00 0.00 99.85 14:15:45 14:15:01 2 0.38 0.00 0.02 0.00 0.02 99.58 14:15:45 14:15:01 3 0.03 0.00 0.05 0.00 0.00 99.92 14:15:45 Average: all 13.10 0.00 6.66 4.76 0.16 75.32 14:15:45 Average: 0 12.72 0.00 6.80 4.68 0.16 75.63 14:15:45 Average: 1 13.33 0.00 6.62 4.60 0.17 75.28 14:15:45 Average: 2 13.24 0.00 6.57 4.73 0.16 75.30 14:15:45 Average: 3 13.11 0.00 6.64 5.05 0.15 75.05 14:15:45 14:15:45 14:15:45