Pull request #3305 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d1fc5940ebbd16a0d16dcf35275d84fb959027d1 rather than bca07f40881fc04d9dea04c89477c9532246c532 Obtained Jenkinsfile from d1fc5940ebbd16a0d16dcf35275d84fb959027d1 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31768 in /w/workspace/edgexfoundry_edgex-go_PR-3305 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit d1fc5940ebbd16a0d16dcf35275d84fb959027d1 into PR head commit bca07f40881fc04d9dea04c89477c9532246c532 Merge succeeded, producing bca07f40881fc04d9dea04c89477c9532246c532 Checking out Revision bca07f40881fc04d9dea04c89477c9532246c532 (PR-3305) > 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/3305/head:refs/remotes/origin/PR-3305 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # 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 d1fc5940ebbd16a0d16dcf35275d84fb959027d1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 Commit message: "Merge branch 'master' into issue-3304" > git rev-list --no-walk 49e77480c97c89d985b00628fe84bc37250636de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:45:22 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:45:23 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:45:23 ========================================================= 16:45:23 EdgeX Global Pipelines Version Info 16:45:23 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:45:24 ------------------- 16:45:24 stable info: 16:45:24 ------------------- 16:45:24 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:45:24 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 16:45:24 Message: update stable to v1.0.186 16:45:25 ------------------- 16:45:25 experimental info: 16:45:25 ------------------- 16:45:25 Commited By: **** collab-it+edgex@linuxfoundation.org 16:45:25 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 16:45:25 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:45:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:45:25 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:45:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3305 [Pipeline] echo 16:45:27 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3305 [Pipeline] echo 16:45:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3305 [Pipeline] echo 16:45:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bca07f40881fc04d9dea04c89477c9532246c532 [Pipeline] echo 16:45:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bca07f4 [Pipeline] echo 16:45:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:45:28 provisioning config files... 16:45:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6820851571384656893tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:45:28 ---> docker-login.sh 16:45:28 nexus3.edgexfoundry.org:10001 16:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:29 Configure a credential helper to remove this warning. See 16:45:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:29 16:45:29 Login Succeeded 16:45:29 nexus3.edgexfoundry.org:10002 16:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:29 Configure a credential helper to remove this warning. See 16:45:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:29 16:45:29 Login Succeeded 16:45:29 nexus3.edgexfoundry.org:10003 16:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:29 Configure a credential helper to remove this warning. See 16:45:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:29 16:45:29 Login Succeeded 16:45:29 nexus3.edgexfoundry.org:10004 16:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:29 Configure a credential helper to remove this warning. See 16:45:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:29 16:45:29 Login Succeeded 16:45:29 docker.io 16:45:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:45:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:45:30 Configure a credential helper to remove this warning. See 16:45:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:45:30 16:45:30 Login Succeeded 16:45:30 ---> docker-login.sh ends [Pipeline] } 16:45:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:45:30 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/core-command/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo core-command,cmd/core-command/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/core-data/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo core-data,cmd/core-data/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/core-metadata/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo core-metadata,cmd/core-metadata/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/security-bootstrapper/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/security-proxy-setup/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/support-notifications/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo support-notifications,cmd/support-notifications/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/support-scheduler/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:45:30 + for file in '`ls cmd/**/Dockerfile`' 16:45:30 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:45:30 ++ cut -d/ -f2 16:45:30 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:45:31 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:45:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:45:31 16:45:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:45:32 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:45:32 latest: Pulling from edgex-devops/git-semver 16:45:32 31603596830f: Pulling fs layer 16:45:32 2a8b12db71e7: Pulling fs layer 16:45:32 6ca5941a6612: Pulling fs layer 16:45:32 ecc8261a40a4: Pulling fs layer 16:45:32 2a8b12db71e7: Verifying Checksum 16:45:32 2a8b12db71e7: Download complete 16:45:32 31603596830f: Verifying Checksum 16:45:32 31603596830f: Download complete 16:45:32 ecc8261a40a4: Verifying Checksum 16:45:32 ecc8261a40a4: Download complete 16:45:32 6ca5941a6612: Verifying Checksum 16:45:32 6ca5941a6612: Download complete 16:45:32 31603596830f: Pull complete 16:45:32 2a8b12db71e7: Pull complete 16:45:33 6ca5941a6612: Pull complete 16:45:34 ecc8261a40a4: Pull complete 16:45:34 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:45:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:45:34 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:45:34 prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container 16:45:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:45:36 $ docker top ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:45:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:45:37 [ssh-agent] Looking for ssh-agent implementation... 16:45:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:45:37 $ docker exec ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a ssh-agent 16:45:37 SSH_AUTH_SOCK=/tmp/ssh-8OBv3ts50haa/agent.13 16:45:37 SSH_AGENT_PID=19 16:45:37 Running ssh-add (command line suppressed) 16:45:37 Identity added: /w/workspace/edgex-go/2@tmp/private_key_8047837003523587125.key (/w/workspace/edgex-go/2@tmp/private_key_8047837003523587125.key) 16:45:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:45:38 + git tag --points-at HEAD [Pipeline] } 16:45:38 $ docker exec --env ******** --env ******** ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a ssh-agent -k 16:45:38 unset SSH_AUTH_SOCK; 16:45:38 unset SSH_AGENT_PID; 16:45:38 echo Agent pid 19 killed; 16:45:38 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:45:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:45:38 [ssh-agent] Looking for ssh-agent implementation... 16:45:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:45:38 $ docker exec ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a ssh-agent 16:45:38 SSH_AUTH_SOCK=/tmp/ssh-NuFyDZRE3Os9/agent.49 16:45:38 SSH_AGENT_PID=54 16:45:38 Running ssh-add (command line suppressed) 16:45:38 Identity added: /w/workspace/edgex-go/2@tmp/private_key_539518898861772248.key (/w/workspace/edgex-go/2@tmp/private_key_539518898861772248.key) 16:45:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:45:39 + git semver init 16:45:39 # -> Open(): unable to determine branch for HEAD 16:45:39 # $GIT_DIR = /w/workspace/edgex-go/2/.git 16:45:39 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 16:45:39 # $SEMVER_REMOTE_NAME = origin 16:45:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:45:39 # $SEMVER_USER_NAME = edgex-jenkins 16:45:39 # $SEMVER_BRANCH = PR-3305 16:45:39 # $SEMVER_TEMP = /tmp/semver-093659214 16:45:39 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:45:57 # '/tmp/semver-093659214' -> '/w/workspace/edgex-go/2/.semver' 16:45:58 # -> Force: false 16:45:58 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 16:45:58 $ docker exec --env ******** --env ******** ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a ssh-agent -k 16:45:58 unset SSH_AUTH_SOCK; 16:45:58 unset SSH_AGENT_PID; 16:45:58 echo Agent pid 54 killed; 16:45:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:45:59 + git semver [Pipeline] } 16:45:59 $ docker stop --time=1 ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a 16:46:00 $ docker rm -f ea911e28799818a35cf954a3eb164dd90f7bfc70e4d1eaf6d3e18baca878491a [Pipeline] // withDockerContainer [Pipeline] sh 16:46:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:46:02 Stashed 1 file(s) [Pipeline] echo 16:46:02 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:46:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:46:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:46:03 + sudo service docker restart 16:46:03 + true 16:46:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:46:04 ========================================================= 16:46:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:46:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:46:04 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:46:08 Sending build context to Docker daemon 328.9MB 16:46:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:46:08 Step 2/6 : FROM ${BASE} 16:46:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:46:08 188c0c94c7c5: Pulling fs layer 16:46:08 0ef7d3d256c8: Pulling fs layer 16:46:08 de9db76c5a1d: Pulling fs layer 16:46:08 bca2f99d35d6: Pulling fs layer 16:46:08 93359f2a8cfa: Pulling fs layer 16:46:08 7c6f9722023f: Pulling fs layer 16:46:08 a35cf1a2eb13: Pulling fs layer 16:46:08 93359f2a8cfa: Waiting 16:46:08 7c6f9722023f: Waiting 16:46:08 a35cf1a2eb13: Waiting 16:46:08 bca2f99d35d6: Waiting 16:46:08 de9db76c5a1d: Verifying Checksum 16:46:08 de9db76c5a1d: Download complete 16:46:08 0ef7d3d256c8: Verifying Checksum 16:46:08 0ef7d3d256c8: Download complete 16:46:08 93359f2a8cfa: Verifying Checksum 16:46:08 93359f2a8cfa: Download complete 16:46:08 7c6f9722023f: Verifying Checksum 16:46:08 7c6f9722023f: Download complete 16:46:08 188c0c94c7c5: Verifying Checksum 16:46:08 188c0c94c7c5: Download complete 16:46:09 188c0c94c7c5: Pull complete 16:46:09 0ef7d3d256c8: Pull complete 16:46:10 a35cf1a2eb13: Verifying Checksum 16:46:10 a35cf1a2eb13: Download complete 16:46:10 de9db76c5a1d: Pull complete 16:46:11 bca2f99d35d6: Download complete 16:46:17 Still waiting to schedule task 16:46:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:46:17 bca2f99d35d6: Pull complete 16:46:17 93359f2a8cfa: Pull complete 16:46:17 7c6f9722023f: Pull complete 16:46:22 a35cf1a2eb13: Pull complete 16:46:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:46:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:46:22 ---> a62c8e92a672 16:46:22 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:46:22 ---> Running in a6472e8b517f 16:46:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:46:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:46:23 (1/12) Installing libmagic (5.38-r0) 16:46:24 (2/12) Installing file (5.38-r0) 16:46:24 (3/12) Installing libc-dev (0.7.2-r3) 16:46:24 (4/12) Installing g++ (9.3.0-r2) 16:46:30 (5/12) Installing fortify-headers (1.1-r0) 16:46:30 (6/12) Installing patch (2.7.6-r6) 16:46:30 (7/12) Installing build-base (0.5-r2) 16:46:30 (8/12) Installing libsodium (1.0.18-r0) 16:46:30 (9/12) Installing pkgconf (1.7.2-r0) 16:46:30 (10/12) Installing libsodium-dev (1.0.18-r0) 16:46:30 (11/12) Installing libzmq (4.3.3-r0) 16:46:30 (12/12) Installing zeromq-dev (4.3.3-r0) 16:46:30 Executing busybox-1.31.1-r19.trigger 16:46:30 OK: 233 MiB in 51 packages 16:46:35 Removing intermediate container a6472e8b517f 16:46:35 ---> 98ac0bd3c5cc 16:46:35 Step 4/6 : WORKDIR /edgex-go 16:46:35 ---> Running in adb9f66885cf 16:46:35 Removing intermediate container adb9f66885cf 16:46:35 ---> 8008716ed5d1 16:46:35 Step 5/6 : COPY go.mod . 16:46:35 ---> cc15b4beabd4 16:46:35 Step 6/6 : RUN go mod download 16:46:35 ---> Running in e5a4474ed436 16:46:57 Removing intermediate container e5a4474ed436 16:46:57 ---> b706f7dec3a4 16:46:57 Successfully built b706f7dec3a4 16:46:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:46:57 + docker inspect -f . ci-base-image-x86_64 16:46:57 . [Pipeline] withDockerContainer 16:46:57 prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container 16:46:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:46:59 $ docker top 446134449a13fb3741e7147a57e1abf629c217b27110e749bbcc38ded83b54c2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:46:59 + go version 16:46:59 go version go1.15.5 linux/amd64 [Pipeline] } 16:46:59 $ docker stop --time=1 446134449a13fb3741e7147a57e1abf629c217b27110e749bbcc38ded83b54c2 16:47:00 $ docker rm -f 446134449a13fb3741e7147a57e1abf629c217b27110e749bbcc38ded83b54c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:47:01 + docker inspect -f . ci-base-image-x86_64 16:47:01 . [Pipeline] withDockerContainer 16:47:01 prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container 16:47:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:47:02 $ docker top 7ffc245c6306f7797144ad8d9e3bbba450448d342590b9b0a80441633ab2b9c6 -eo pid,comm [Pipeline] { [Pipeline] echo 16:47:02 ========================================================= 16:47:02 [edgeXBuildGoParallel] Running Tests and Build... 16:47:02 ========================================================= [Pipeline] sh 16:47:03 + make test 16:47:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:47:13 ? github.com/edgexfoundry/edgex-go [no test files] 16:47:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:47:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:47:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:47:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:47:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:47:36 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:47:36 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:47:36 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:47:37 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:47:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:47:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:47:40 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:47:40 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.098s coverage: 45.9% of statements 16:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:47:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.049s coverage: 19.8% of statements 16:47:42 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.102s coverage: 100.0% of statements 16:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 71.3% of statements 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.162s coverage: 82.9% of statements 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:47:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.054s coverage: 78.9% of statements 16:47:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.381s coverage: 28.6% of statements 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.159s coverage: 97.5% of statements 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:47:50 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.077s coverage: 78.3% of statements 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:47:50 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:47:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.492s coverage: 92.8% of statements 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:47:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:47:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.081s coverage: 1.0% of statements 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:47:52 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 47.1% of statements 16:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements 16:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements 16:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.063s coverage: 96.3% of statements 16:47:52 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 16:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.047s coverage: 94.4% of statements 16:48:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements 16:48:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.242s coverage: 82.6% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.076s coverage: 92.9% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.043s coverage: 80.8% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.6% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.086s coverage: 91.6% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 64.4% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 69.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 38.4% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.037s coverage: 89.5% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.135s coverage: 87.1% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.753s coverage: 29.1% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.085s coverage: 94.6% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.053s coverage: 87.9% of statements 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:48:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 16:48:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:48:17 GO111MODULE=on go vet ./... 16:48:44 gofmt -l . 16:48:44 [ "`gofmt -l .`" = "" ] 16:48:45 ./bin/test-go-mod-tidy.sh 16:48:45 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31770 in /w/workspace/edgexfoundry_edgex-go_PR-3305 [Pipeline] { [Pipeline] ws 16:48:45 Running in /w/workspace/edgex-go/2 [Pipeline] { 16:48:45 ./bin/test-attribution-txt.sh [Pipeline] checkout [Pipeline] sh 16:48:46 + ls -al . 16:48:46 total 780 16:48:46 drwxrwxr-x 10 1001 1001 4096 Mar 29 16:48 . 16:48:46 drwxr-xr-x 4 root root 28 Mar 29 16:47 .. 16:48:46 -rw-rw-r-- 1 1001 1001 11 Mar 29 16:45 .dockerignore 16:48:46 drwxrwxr-x 8 1001 1001 179 Mar 29 16:45 .git 16:48:46 drwxrwxr-x 3 1001 1001 125 Mar 29 16:45 .github 16:48:46 -rw-rw-r-- 1 1001 1001 818 Mar 29 16:45 .gitignore 16:48:46 drwx------ 3 1001 1001 60 Mar 29 16:45 .semver 16:48:46 -rw-rw-r-- 1 1001 1001 166 Mar 29 16:45 .sonarcloud.properties 16:48:46 -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:45 Attribution.txt 16:48:46 -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:45 CONTRIBUTING.md 16:48:46 -rw-rw-r-- 1 1001 1001 931 Mar 29 16:45 Dockerfile.build 16:48:46 -rw-rw-r-- 1 1001 1001 863 Mar 29 16:45 Jenkinsfile 16:48:46 -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:45 LICENSE 16:48:46 -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:45 Makefile 16:48:46 -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:45 README.md 16:48:46 -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:45 SECURITY.md 16:48:46 -rw-rw-r-- 1 1001 1001 5 Mar 29 16:46 VERSION 16:48:46 -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:45 ZMQWindows.md 16:48:46 drwxrwxr-x 2 1001 1001 117 Mar 29 16:45 bin 16:48:46 drwxrwxr-x 14 1001 1001 4096 Mar 29 16:45 cmd 16:48:46 -rw-r--r-- 1 root root 668090 Mar 29 16:48 coverage.out 16:48:46 -rw-r--r-- 1 root root 1056 Mar 29 16:48 go.mod 16:48:46 -rw-r--r-- 1 root root 22530 Mar 29 16:48 go.sum 16:48:46 drwxrwxr-x 8 1001 1001 127 Mar 29 16:45 internal 16:48:46 drwxrwxr-x 4 1001 1001 26 Mar 29 16:45 openapi 16:48:46 drwxrwxr-x 4 1001 1001 71 Mar 29 16:45 snap 16:48:46 -rw-rw-r-- 1 1001 1001 168 Mar 29 16:45 version.go [Pipeline] sh 16:48:46 + '[' -e coverage.out ] 16:48:46 + chown 1001:1001 coverage.out [Pipeline] stash 16:48:47 Stashed 1 file(s) [Pipeline] sh 16:48:47 + make build 16:48:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:48:50 using credential edgex-jenkins-ssh 16:48:51 Cloning the remote Git repository 16:48:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:48:51 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:48:51 > git init /w/workspace/edgex-go/2 # timeout=10 16:48:51 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:48:51 > git --version # timeout=10 16:48:51 > git --version # 'git version 2.17.1' 16:48:51 using GIT_SSH to set credentials SSH Credentials for GitHub 16:48:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:48:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:49:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:49:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:49:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:49:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:49:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:49:07 Merging remotes/origin/master commit d1fc5940ebbd16a0d16dcf35275d84fb959027d1 into PR head commit bca07f40881fc04d9dea04c89477c9532246c532 16:49:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:49:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:49:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:49:06 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:49:06 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:49:06 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3305/head:refs/remotes/origin/PR-3305 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:49:07 > git config core.sparsecheckout # timeout=10 16:49:07 > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 16:49:08 > git remote # timeout=10 16:49:08 > git config --get remote.origin.url # timeout=10 16:49:08 using GIT_SSH to set credentials SSH Credentials for GitHub 16:49:08 > git merge d1fc5940ebbd16a0d16dcf35275d84fb959027d1 # timeout=10 16:49:08 > git rev-parse HEAD^{commit} # timeout=10 16:49:08 Merge succeeded, producing bca07f40881fc04d9dea04c89477c9532246c532 16:49:08 Checking out Revision bca07f40881fc04d9dea04c89477c9532246c532 (PR-3305) 16:49:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:49:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:49:08 > git config core.sparsecheckout # timeout=10 16:49:08 > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 16:49:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:49:12 Commit message: "Merge branch 'master' into issue-3304" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] } 16:49:13 $ docker stop --time=1 7ffc245c6306f7797144ad8d9e3bbba450448d342590b9b0a80441633ab2b9c6 16:49:14 $ docker rm -f 7ffc245c6306f7797144ad8d9e3bbba450448d342590b9b0a80441633ab2b9c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prep) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { 16:49:16 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:49:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:49:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:49:17 16:49:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:49:17 + sudo service docker restart 16:49:17 + true 16:49:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:49:17 latest: Pulling from edgex-devops/edgex-compose 16:49:17 cbdbe7a5bc2a: Pulling fs layer 16:49:17 ca9280d653b3: Pulling fs layer 16:49:17 7e9c9ca2126c: Pulling fs layer 16:49:17 cbdbe7a5bc2a: Verifying Checksum 16:49:17 cbdbe7a5bc2a: Download complete 16:49:18 cbdbe7a5bc2a: Pull complete 16:49:18 ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { 16:49:19 7e9c9ca2126c: Verifying Checksum 16:49:19 7e9c9ca2126c: Download complete 16:49:19 ca9280d653b3: Pull complete [Pipeline] wrap 16:49:19 provisioning config files... 16:49:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3119653221742009325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:49:20 ---> docker-login.sh 16:49:20 nexus3.edgexfoundry.org:10001 16:49:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:21 Configure a credential helper to remove this warning. See 16:49:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:21 16:49:21 Login Succeeded 16:49:21 nexus3.edgexfoundry.org:10002 16:49:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:21 Configure a credential helper to remove this warning. See 16:49:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:21 16:49:21 Login Succeeded 16:49:21 nexus3.edgexfoundry.org:10003 16:49:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:22 Configure a credential helper to remove this warning. See 16:49:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:22 16:49:22 Login Succeeded 16:49:22 nexus3.edgexfoundry.org:10004 16:49:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:22 Configure a credential helper to remove this warning. See 16:49:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:22 16:49:22 Login Succeeded 16:49:22 docker.io 16:49:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:49:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:49:23 Configure a credential helper to remove this warning. See 16:49:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:49:23 16:49:23 Login Succeeded 16:49:23 ---> docker-login.sh ends [Pipeline] } 16:49:23 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:49:23 ========================================================= 16:49:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:49:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:49:24 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:49:26 7e9c9ca2126c: Pull complete 16:49:26 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:49:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:49:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:49:26 prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container 16:49:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:49:27 Sending build context to Docker daemon 167MB 16:49:27 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:49:27 Step 2/6 : FROM ${BASE} 16:49:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:49:27 5f621e34cdf4: Pulling fs layer 16:49:27 a4357932f1b6: Pulling fs layer 16:49:27 18c013af1878: Pulling fs layer 16:49:27 00ac8860ef70: Pulling fs layer 16:49:27 63d7cb157983: Pulling fs layer 16:49:27 b116817d02f9: Pulling fs layer 16:49:27 745a02a5169b: Pulling fs layer 16:49:27 63d7cb157983: Waiting 16:49:27 b116817d02f9: Waiting 16:49:27 745a02a5169b: Waiting 16:49:27 00ac8860ef70: Waiting 16:49:27 18c013af1878: Verifying Checksum 16:49:27 18c013af1878: Download complete 16:49:27 a4357932f1b6: Download complete 16:49:27 63d7cb157983: Download complete 16:49:27 b116817d02f9: Verifying Checksum 16:49:27 b116817d02f9: Download complete 16:49:27 5f621e34cdf4: Verifying Checksum 16:49:27 5f621e34cdf4: Download complete 16:49:27 5f621e34cdf4: Pull complete 16:49:28 a4357932f1b6: Pull complete 16:49:28 18c013af1878: Pull complete 16:49:29 745a02a5169b: Download complete 16:49:29 $ docker top b21d809b80a11eb69e3ee4056a9c35cbb310aaa71fb18e0568b7e0af411adf10 -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:30 + docker-compose build --help 16:49:30 + grep parallel 16:49:30 00ac8860ef70: Verifying Checksum 16:49:30 00ac8860ef70: Download complete 16:49:31 --parallel Build images in parallel. [Pipeline] } 16:49:31 $ docker stop --time=1 b21d809b80a11eb69e3ee4056a9c35cbb310aaa71fb18e0568b7e0af411adf10 16:49:32 $ docker rm -f b21d809b80a11eb69e3ee4056a9c35cbb310aaa71fb18e0568b7e0af411adf10 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:49:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:49:33 . [Pipeline] withDockerContainer 16:49:33 prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container 16:49:33 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:49:34 $ docker top 4a97107555c5612dade3610a3592a4d65d08ed979389aa32826da5db072991d0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:49:34 + docker-compose -f ./docker-compose-build.yml build --parallel 16:49:35 Building docker-core-command-go ... 16:49:35 Building docker-core-data-go ... 16:49:35 Building docker-core-metadata-go ... 16:49:35 Building docker-security-bootstrapper-go ... 16:49:35 Building docker-security-proxy-setup-go ... 16:49:35 Building docker-security-secretstore-setup-go ... 16:49:35 Building docker-support-notifications-go ... 16:49:35 Building docker-support-scheduler-go ... 16:49:35 Building docker-sys-mgmt-agent-go ... 16:49:35 Building docker-sys-mgmt-agent-go 16:49:35 Building docker-core-command-go 16:49:35 Building docker-core-data-go 16:49:35 Building docker-support-scheduler-go 16:49:35 Building docker-security-secretstore-setup-go 16:49:40 00ac8860ef70: Pull complete 16:49:40 63d7cb157983: Pull complete 16:49:41 b116817d02f9: Pull complete 16:49:45 745a02a5169b: Pull complete 16:49:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:49:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:49:45 ---> b7e6874047d6 16:49:45 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:49:49 ---> Running in f3c6725c833d 16:49:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:49:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:49:54 (1/12) Installing libmagic (5.38-r0) 16:49:55 (2/12) Installing file (5.38-r0) 16:49:55 (3/12) Installing libc-dev (0.7.2-r3) 16:49:55 (4/12) Installing g++ (9.3.0-r2) 16:50:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:50:07 ---> b706f7dec3a4 16:50:07 Step 3/23 : WORKDIR /edgex-go 16:50:07 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:07 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:50:07 ---> b706f7dec3a4 16:50:07 Step 3/26 : WORKDIR /edgex-go 16:50:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:50:07 ---> b706f7dec3a4 16:50:07 Step 3/24 : WORKDIR /edgex-go 16:50:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:50:07 ---> b706f7dec3a4 16:50:07 Step 3/22 : WORKDIR /edgex-go 16:50:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:50:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:50:07 ---> b706f7dec3a4 16:50:07 Step 3/23 : WORKDIR /edgex-go 16:50:07 ---> Running in e03c11acc55b 16:50:07 ---> Running in c2fbec055a63 16:50:07 ---> Running in a83a4d13f162 16:50:07 ---> Running in fdfbc64e0cdf 16:50:07 ---> Running in d7708d0744b9 16:50:07 (5/12) Installing fortify-headers (1.1-r0) 16:50:07 (6/12) Installing patch (2.7.6-r6) 16:50:07 (7/12) Installing build-base (0.5-r2) 16:50:07 (8/12) Installing libsodium (1.0.18-r0) 16:50:07 (9/12) Installing pkgconf (1.7.2-r0) 16:50:07 (10/12) Installing libsodium-dev (1.0.18-r0) 16:50:07 (11/12) Installing libzmq (4.3.3-r0) 16:50:07 (12/12) Installing zeromq-dev (4.3.3-r0) 16:50:07 Executing busybox-1.31.1-r19.trigger 16:50:07 OK: 217 MiB in 51 packages 16:50:08 Removing intermediate container a83a4d13f162 16:50:08 ---> 604991382022 16:50:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:08 Removing intermediate container fdfbc64e0cdf 16:50:08 ---> 28eed7965b1c 16:50:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:08 Removing intermediate container d7708d0744b9 16:50:08 ---> defe2f21af69 16:50:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:08 Removing intermediate container c2fbec055a63 16:50:08 ---> b1042c21a494 16:50:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:08 Removing intermediate container e03c11acc55b 16:50:08 ---> 6f4c3b43df84 16:50:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:50:08 ---> Running in 048c43034642 16:50:08 ---> Running in e0e27c4b6a8d 16:50:08 ---> Running in 9fc9d8ad97fc 16:50:08 ---> Running in 044ce901099f 16:50:08 ---> Running in 5bb8efadd934 16:50:10 Removing intermediate container 048c43034642 16:50:10 ---> 8f3fde87cf7b 16:50:10 Step 5/24 : RUN apk add --update --no-cache make git 16:50:10 Removing intermediate container 9fc9d8ad97fc 16:50:10 ---> 5dd72796b8f8 16:50:10 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:50:11 ---> Running in f6c85918da07 16:50:11 Removing intermediate container e0e27c4b6a8d 16:50:11 ---> 8b092de4cc9d 16:50:11 Step 5/23 : RUN apk add --update --no-cache make git 16:50:11 ---> Running in 692be0e40bcf 16:50:11 Removing intermediate container 044ce901099f 16:50:11 ---> 836e977800ea 16:50:11 Step 5/26 : RUN apk add --update --no-cache make bash git 16:50:11 ---> Running in 549fe3c381db 16:50:11 ---> Running in e08483bdad8a 16:50:11 Removing intermediate container 5bb8efadd934 16:50:11 ---> 20138a11b0e5 16:50:11 Step 5/22 : RUN apk add --update --no-cache make git 16:50:11 Removing intermediate container f3c6725c833d 16:50:11 ---> df35e4d89318 16:50:11 Step 4/6 : WORKDIR /edgex-go 16:50:11 ---> Running in 1aadfb04b6c9 16:50:11 ---> Running in 867c83da88e8 16:50:11 Removing intermediate container 1aadfb04b6c9 16:50:11 ---> 82f418e29f81 16:50:11 Step 5/6 : COPY go.mod . 16:50:12 ---> cfb446ea0587 16:50:12 Step 6/6 : RUN go mod download 16:50:12 ---> Running in a8505edcebfc 16:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:50:13 OK: 233 MiB in 51 packages 16:50:13 OK: 233 MiB in 51 packages 16:50:13 OK: 233 MiB in 51 packages 16:50:13 OK: 233 MiB in 51 packages 16:50:13 OK: 233 MiB in 51 packages 16:50:14 Removing intermediate container f6c85918da07 16:50:14 ---> 80b9c71eeb24 16:50:14 Step 6/24 : COPY go.mod . 16:50:14 Removing intermediate container 692be0e40bcf 16:50:14 ---> f67568ece118 16:50:14 Step 6/23 : COPY go.mod . 16:50:14 Removing intermediate container e08483bdad8a 16:50:14 ---> 1c20dacd2213 16:50:14 Step 6/26 : COPY go.mod . 16:50:14 Removing intermediate container 549fe3c381db 16:50:14 ---> a73000142ec3 16:50:14 Step 6/23 : COPY go.mod . 16:50:15 ---> 63e9d4a3f3dc 16:50:15 Step 7/24 : RUN go mod download 16:50:15 ---> 9a6eae751e55 16:50:15 Step 7/23 : RUN go mod download 16:50:15 Removing intermediate container 867c83da88e8 16:50:15 ---> 6a7e0b7209e1 16:50:15 Step 6/22 : COPY go.mod . 16:50:15 ---> f50b661e6ad7 16:50:15 Step 7/26 : RUN go mod download 16:50:15 ---> Running in 676abbba1e10 16:50:15 ---> 9917105b0738 16:50:15 Step 7/23 : RUN go mod download 16:50:15 ---> Running in 62bfe38e09a6 16:50:15 ---> Running in ebecfd7c597e 16:50:15 ---> 675fd2e9dfa6 16:50:15 Step 7/22 : RUN go mod download 16:50:15 ---> Running in a6d1c3e6a0f8 16:50:15 ---> Running in 3fe198aee179 16:50:19 Removing intermediate container 676abbba1e10 16:50:19 ---> be3425ad15e9 16:50:19 Step 8/23 : COPY . . 16:50:19 Removing intermediate container 62bfe38e09a6 16:50:19 ---> 5d8461706372 16:50:19 Step 8/24 : COPY . . 16:50:19 Removing intermediate container ebecfd7c597e 16:50:19 ---> ffaee38d9a88 16:50:19 Step 8/26 : COPY . . 16:50:19 Removing intermediate container a6d1c3e6a0f8 16:50:19 ---> c99c1e8c6172 16:50:19 Step 8/23 : COPY . . 16:50:19 Removing intermediate container 3fe198aee179 16:50:19 ---> b09897769548 16:50:19 Step 8/22 : COPY . . 16:50:39 Removing intermediate container a8505edcebfc 16:50:39 ---> 4d1aaf35c484 16:50:39 Successfully built 4d1aaf35c484 16:50:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:50:39 + docker inspect -f . ci-base-image-arm64 16:50:39 . [Pipeline] withDockerContainer 16:50:39 prd-ubuntu18.04-docker-arm64-4c-16g-31770 does not seem to be running inside a container 16:50:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:50:41 $ docker top 9a183fcf25fb3b803d247c1da1d12ecae81d37f921bdb9e9e3ebb1c9ba33459f -eo pid,comm [Pipeline] { [Pipeline] sh 16:50:42 + go version 16:50:42 go version go1.15.5 linux/arm64 [Pipeline] } 16:50:42 $ docker stop --time=1 9a183fcf25fb3b803d247c1da1d12ecae81d37f921bdb9e9e3ebb1c9ba33459f 16:50:44 $ docker rm -f 9a183fcf25fb3b803d247c1da1d12ecae81d37f921bdb9e9e3ebb1c9ba33459f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:50:45 + docker inspect -f . ci-base-image-arm64 16:50:45 . [Pipeline] withDockerContainer 16:50:45 prd-ubuntu18.04-docker-arm64-4c-16g-31770 does not seem to be running inside a container 16:50:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:50:47 $ docker top a4f5ef1ca5a6315fc81cdade0dfe479082bc233d079091d565161c36ad22d0d2 -eo pid,comm [Pipeline] { [Pipeline] echo 16:50:47 ========================================================= 16:50:47 [edgeXBuildGoParallel] Running Tests and Build... 16:50:47 ========================================================= [Pipeline] sh 16:50:48 + make test 16:50:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:50:58 ---> 059fc2a83938 16:50:58 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:50:58 ---> 398242d9b609 16:50:58 Step 9/23 : RUN make cmd/core-command/core-command 16:50:58 ---> 8f05468f57fc 16:50:58 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:50:58 ---> da85689e42f0 16:50:58 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:50:58 ---> Running in f9ce5826bcee 16:50:58 ---> Running in 381f209a1377 16:50:58 ---> Running in 7911073f9bef 16:50:58 ---> Running in d58c031038d6 16:50:59 ---> ec4c308cf0a1 16:50:59 Step 9/23 : RUN make cmd/core-data/core-data 16:50:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:50:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:50:59 ---> Running in 9f932ad54501 16:51:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:51:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:51:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:51:10 ? github.com/edgexfoundry/edgex-go [no test files] 16:51:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:51:38 Removing intermediate container f9ce5826bcee 16:51:38 ---> a05a4edd0fe1 16:51:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:51:38 ---> Running in 7d77fa7e96cb 16:51:38 Removing intermediate container 381f209a1377 16:51:38 ---> 00163e80ba64 16:51:38 16:51:38 Step 10/24 : FROM alpine:3.12 16:51:38 Removing intermediate container d58c031038d6 16:51:38 ---> 90a0b1332b8e 16:51:38 16:51:38 Step 10/23 : FROM alpine:3.12 16:51:38 3.12: Pulling from library/alpine 16:51:38 3.12: Pulling from library/alpine 16:51:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:51:39 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:51:39 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 16:51:39 Status: Downloaded newer image for alpine:3.12 16:51:39 Status: Downloaded newer image for alpine:3.12 16:51:39 ---> 42cb162f0360 16:51:39 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:51:39 ---> 42cb162f0360 16:51:39 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:51:41 ---> Running in a5d2747a345f 16:51:41 ---> Running in 5a7c5560f359 16:51:41 Removing intermediate container 7911073f9bef 16:51:41 ---> 95982cc7a861 16:51:41 16:51:41 Step 10/22 : FROM alpine:3.12 16:51:41 ---> 42cb162f0360 16:51:41 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:51:41 ---> Running in a4c2d9edadda 16:51:43 Removing intermediate container 7d77fa7e96cb 16:51:43 ---> fb09525d0d4f 16:51:43 16:51:43 Step 11/26 : FROM docker:20.10.0 16:51:43 20.10.0: Pulling from library/docker 16:51:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:43 (1/1) Installing dumb-init (1.2.2-r1) 16:51:43 Executing busybox-1.31.1-r19.trigger 16:51:43 OK: 6 MiB in 15 packages 16:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:45 Removing intermediate container 9f932ad54501 16:51:45 ---> c1c55b5fc35d 16:51:45 16:51:45 Step 10/23 : FROM alpine:3.12 16:51:45 ---> 42cb162f0360 16:51:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:45 (1/1) Installing dumb-init (1.2.2-r1) 16:51:45 Executing busybox-1.31.1-r19.trigger 16:51:45 OK: 6 MiB in 15 packages 16:51:45 (1/6) Installing ca-certificates (20191127-r4) 16:51:45 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:51:45 (3/6) Installing libcurl (7.69.1-r3) 16:51:45 (4/6) Installing curl (7.69.1-r3) 16:51:45 (5/6) Installing dumb-init (1.2.2-r1) 16:51:45 (6/6) Installing su-exec (0.2-r1) 16:51:45 Executing busybox-1.31.1-r19.trigger 16:51:45 Executing ca-certificates-20191127-r4.trigger 16:51:45 OK: 7 MiB in 20 packages 16:51:46 ---> Running in ed65772a7f1c 16:51:46 Removing intermediate container ed65772a7f1c 16:51:46 ---> 9eb0a3dde6ed 16:51:46 Step 12/23 : ENV APP_PORT=48080 16:51:46 Removing intermediate container a5d2747a345f 16:51:46 ---> a422ccb6f994 16:51:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:51:47 ---> Running in a7c62d20ac00 16:51:47 ---> Running in daf1577a20f1 16:51:47 Removing intermediate container a4c2d9edadda 16:51:47 ---> 654841b84184 16:51:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:51:48 Removing intermediate container 5a7c5560f359 16:51:48 ---> 7500c57776a6 16:51:48 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:51:48 ---> Running in 6c4cbacdac3d 16:51:48 ---> Running in 5100930236f0 16:51:48 Removing intermediate container a7c62d20ac00 16:51:48 ---> fb31932cbfa7 16:51:48 Step 13/23 : EXPOSE $APP_PORT 16:51:48 Removing intermediate container daf1577a20f1 16:51:48 ---> 3c64955d3af1 16:51:48 Step 13/23 : ENV APP_PORT=48082 16:51:48 Removing intermediate container 6c4cbacdac3d 16:51:48 ---> fcda57fdea98 16:51:48 Step 13/22 : ENV APP_PORT=48085 16:51:48 ---> Running in 7ae4b2ed6e09 16:51:48 Removing intermediate container 5100930236f0 16:51:48 ---> 716efbbe4b9d 16:51:48 Step 13/24 : WORKDIR / 16:51:48 ---> Running in 1eec5cbdd405 16:51:48 ---> Running in ca09b436d577 16:51:48 ---> Running in ee5665efeff9 16:51:49 Removing intermediate container 7ae4b2ed6e09 16:51:49 ---> 214f3fcb9d23 16:51:49 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:51:49 Removing intermediate container 1eec5cbdd405 16:51:49 ---> 23f58ffc2d56 16:51:49 Step 14/22 : EXPOSE $APP_PORT 16:51:49 Removing intermediate container ca09b436d577 16:51:49 ---> 28bcde92a51b 16:51:49 Step 14/23 : EXPOSE $APP_PORT 16:51:49 ---> Running in 8fff2ca94416 16:51:49 ---> Running in 3f7521d8d960 16:51:49 Removing intermediate container ee5665efeff9 16:51:49 ---> a474c339b88d 16:51:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:51:49 ---> Running in 2a5caa4b3661 16:51:50 Removing intermediate container 3f7521d8d960 16:51:50 ---> b1d1b210f822 16:51:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:51:50 ---> 5420957f3d00 16:51:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:51:50 Removing intermediate container 2a5caa4b3661 16:51:50 ---> d03f688489f9 16:51:50 Step 15/23 : WORKDIR / 16:51:50 ---> Running in 3a9f3fe429c5 16:51:50 ---> ac0bfca9cd7f 16:51:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:51:50 ---> e237b7312709 16:51:50 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:51:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:51:50 Removing intermediate container 3a9f3fe429c5 16:51:50 ---> d39cace06944 16:51:50 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:51:50 Status: Downloaded newer image for docker:20.10.0 16:51:50 ---> aefe523efa57 16:51:50 Step 12/26 : RUN apk add --no-cache bash 16:51:51 ---> Running in 0de9754dba27 16:51:51 ---> 3414f7e13ee9 16:51:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:51:51 ---> 9faebb61acc7 16:51:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:51:51 ---> c8a1aedda9ef 16:51:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:51:51 Removing intermediate container 8fff2ca94416 16:51:51 ---> 32ffa7cc809d 16:51:51 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:51:52 ---> 0ac4e0224c07 16:51:52 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:51:52 ---> Running in d47eaf6dc6cc 16:51:52 ---> 7231d66230bf 16:51:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:51:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:52 ---> 0c27770f984d 16:51:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:51:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:52 ---> Running in 59c6a0427380 16:51:52 (1/2) Installing readline (8.0.4-r0) 16:51:52 (2/2) Installing bash (5.0.17-r0) 16:51:52 Executing bash-5.0.17-r0.post-install 16:51:52 Executing busybox-1.31.1-r19.trigger 16:51:52 OK: 12 MiB in 22 packages 16:51:52 ---> f9c75d504f76 16:51:52 Step 19/23 : ENTRYPOINT ["/core-command"] 16:51:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:51:53 Removing intermediate container 59c6a0427380 16:51:53 ---> 040a5f24576d 16:51:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:51:53 ---> 01c4f8636cad 16:51:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:51:53 ---> Running in 9431297436bb 16:51:53 ---> Running in 3238695e4fda 16:51:53 Removing intermediate container 9431297436bb 16:51:53 ---> 014e4b6b6941 16:51:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:51:53 ---> Running in a036efbe1dbb 16:51:53 Removing intermediate container 0de9754dba27 16:51:53 ---> 817ab0454078 16:51:53 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:51:53 Removing intermediate container 3238695e4fda 16:51:53 ---> 833a915cfff2 16:51:53 Step 20/22 : LABEL arch=x86_64 16:51:53 ---> bee9eaaa1e7d 16:51:53 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:51:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:51:53 ---> Running in 4db19b575395 16:51:53 ---> Running in e4815cbf5ff7 16:51:53 ---> Running in f110ce1e4dba 16:51:53 Removing intermediate container a036efbe1dbb 16:51:53 ---> 9db5ab510cef 16:51:53 Step 21/23 : LABEL arch=x86_64 16:51:54 ---> Running in 69a73d97d704 16:51:54 (1/6) Installing dumb-init (1.2.2-r1) 16:51:54 Removing intermediate container 4db19b575395 16:51:54 ---> 04c100613a43 16:51:54 Step 14/26 : ENV APP_PORT=48090 16:51:54 Removing intermediate container e4815cbf5ff7 16:51:54 ---> d4988264411c 16:51:54 Step 21/22 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:51:54 (2/6) Installing libgcc (9.3.0-r2) 16:51:54 ---> Running in 4fdc9503d5e8 16:51:54 (3/6) Installing libsodium (1.0.18-r0) 16:51:54 ---> Running in b800feb2b37b 16:51:54 (4/6) Installing libstdc++ (9.3.0-r2) 16:51:54 (5/6) Installing libzmq (4.3.3-r0) 16:51:54 (6/6) Installing zeromq (4.3.3-r0) 16:51:55 Removing intermediate container 69a73d97d704 16:51:55 ---> ce339777134b 16:51:55 Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:51:55 Executing busybox-1.31.1-r19.trigger 16:51:55 OK: 8 MiB in 20 packages 16:51:55 Removing intermediate container b800feb2b37b 16:51:55 ---> 1932a24c9ff1 16:51:55 Step 22/22 : LABEL version=0.0.0 16:51:55 Removing intermediate container 4fdc9503d5e8 16:51:55 ---> 3854fc777374 16:51:55 Step 15/26 : EXPOSE $APP_PORT 16:51:55 ---> Running in 75fd942f0560 16:51:55 ---> Running in ec44208b874d 16:51:55 ---> Running in 3322c399014f 16:51:55 Removing intermediate container 75fd942f0560 16:51:55 ---> 0262c53c7475 16:51:55 Step 23/23 : LABEL version=0.0.0 16:51:56 Removing intermediate container ec44208b874d 16:51:56 ---> 1c22be437d6a 16:51:56 16:51:56 Removing intermediate container 3322c399014f 16:51:56 ---> 46d8c77a8ae5 16:51:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:51:56 Removing intermediate container f110ce1e4dba 16:51:56 ---> 006ea5045b79 16:51:56 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:51:56 ---> Running in a06852c761bf 16:51:56 Removing intermediate container d47eaf6dc6cc 16:51:56 ---> 9822bcaaf5cf 16:51:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:51:56 ---> Running in 06013736db9b 16:51:56 Successfully built 1c22be437d6a 16:51:56 Successfully tagged docker-support-scheduler-go:latest 16:51:56  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 16:51:56 Removing intermediate container a06852c761bf 16:51:56 ---> e578b1d56844 16:51:56 16:51:56 Removing intermediate container 06013736db9b 16:51:56 ---> c4dd58f20227 16:51:56 Step 22/24 : LABEL arch=x86_64 16:51:56 ---> 5274e78014d6 16:51:56 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:51:56 Successfully built e578b1d56844 16:51:56 ---> b54d0e38bf7a 16:51:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:51:57 Successfully tagged docker-core-command-go:latest 16:51:57  Building docker-core-command-go ... done Building docker-support-notifications-go 16:51:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:51:57 ---> Running in 6a163d753756 16:51:57 ---> af3255a58f15 16:51:57 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:51:57 Removing intermediate container 6a163d753756 16:51:57 ---> 0a886dc814ff 16:51:57 Step 23/24 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:52:02 ---> Running in 6ed17f972a96 16:52:02 ---> e80a35aad2ff 16:52:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:52:04 ---> 8b304c2524dc 16:52:04 Step 19/26 : RUN apk --no-cache add py3-pip 16:52:04 Removing intermediate container 6ed17f972a96 16:52:04 ---> 7822fa5e01c1 16:52:04 Step 24/24 : LABEL version=0.0.0 16:52:04 ---> 475dcf61bc51 16:52:04 Step 19/23 : ENTRYPOINT ["/core-data"] 16:52:04 ---> Running in 4c405c1cc47b 16:52:04 ---> Running in af3ee6df9277 16:52:05 ---> Running in 34164240f240 16:52:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:52:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:08 (1/33) Installing libbz2 (1.0.8-r1) 16:52:08 (2/33) Installing expat (2.2.9-r1) 16:52:08 (3/33) Installing libffi (3.3-r2) 16:52:08 (4/33) Installing gdbm (1.13-r1) 16:52:08 (5/33) Installing xz-libs (5.2.5-r0) 16:52:08 (6/33) Installing sqlite-libs (3.32.1-r0) 16:52:08 (7/33) Installing python3 (3.8.8-r0) 16:52:08 Removing intermediate container af3ee6df9277 16:52:08 ---> 924d9f3a0b1e 16:52:08 16:52:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:52:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:52:16 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:52:16 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:52:16 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:52:16 Removing intermediate container 34164240f240 16:52:16 ---> ee3464a66b0e 16:52:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:52:16 (8/33) Installing py3-appdirs (1.4.4-r1) 16:52:16 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:52:16 (10/33) Installing py3-parsing (2.4.7-r0) 16:52:16 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:52:16 (11/33) Installing py3-six (1.15.0-r0) 16:52:16 Successfully built 924d9f3a0b1e 16:52:16 (12/33) Installing py3-packaging (20.4-r0) 16:52:17 (13/33) Installing py3-setuptools (47.0.0-r0) 16:52:17 Successfully tagged docker-security-secretstore-setup-go:latest 16:52:17 Building docker-security-bootstrapper-go 16:52:17  Building docker-security-secretstore-setup-go ... done (14/33) Installing py3-chardet (3.0.4-r4) 16:52:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:52:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:52:17 ---> b706f7dec3a4 16:52:17 Step 3/22 : WORKDIR /edgex-go 16:52:17 ---> Using cache 16:52:17 ---> 6f4c3b43df84 16:52:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:52:17 ---> Using cache 16:52:17 ---> 20138a11b0e5 16:52:17 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:52:18 (15/33) Installing py3-idna (2.9-r0) 16:52:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:52:18 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:52:18 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:52:18 ---> b706f7dec3a4 16:52:18 Step 3/21 : WORKDIR /edgex-go 16:52:18 ---> Using cache 16:52:18 ---> 6f4c3b43df84 16:52:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:52:18 ---> Using cache 16:52:18 ---> 20138a11b0e5 16:52:18 Step 5/21 : RUN apk add --update --no-cache make git 16:52:18 ---> Using cache 16:52:18 ---> 6a7e0b7209e1 16:52:18 Step 6/21 : COPY go.mod . 16:52:18 ---> Using cache 16:52:18 ---> 675fd2e9dfa6 16:52:18 Step 7/21 : RUN go mod download 16:52:18 ---> Using cache 16:52:18 ---> b09897769548 16:52:18 Step 8/21 : COPY . . 16:52:19 ---> Using cache 16:52:19 ---> da85689e42f0 16:52:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:52:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:52:19 (18/33) Installing py3-requests (2.23.0-r0) 16:52:19 (19/33) Installing py3-msgpack (1.0.0-r0) 16:52:19 (20/33) Installing py3-lockfile (0.12.2-r3) 16:52:20 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:52:20 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:52:20 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:52:21 (22/33) Installing py3-colorama (0.4.3-r0) 16:52:21 (23/33) Installing py3-distlib (0.3.0-r0) 16:52:21 ---> Running in e7a106b5dd2a 16:52:21 ---> Running in fef90b50cfc2 16:52:21 ---> Running in 487c7befa4a4 16:52:21 (24/33) Installing py3-distro (1.5.0-r1) 16:52:22 (25/33) Installing py3-webencodings (0.5.1-r3) 16:52:22 (26/33) Installing py3-html5lib (1.0.1-r4) 16:52:23 (27/33) Installing py3-pytoml (0.1.21-r0) 16:52:23 (28/33) Installing py3-pep517 (0.8.2-r0) 16:52:23 (29/33) Installing py3-progress (1.5-r0) 16:52:23 (30/33) Installing py3-toml (0.10.1-r0) 16:52:23 (31/33) Installing py3-retrying (1.3.3-r0) 16:52:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:52:23 (33/33) Installing py3-pip (20.1.1-r0) 16:52:24 Executing busybox-1.31.1-r19.trigger 16:52:24 Removing intermediate container e7a106b5dd2a 16:52:24 ---> 94b203c7f7c8 16:52:24 Step 21/23 : LABEL arch=x86_64 16:52:24 OK: 71 MiB in 55 packages 16:52:26 ---> Running in 9eecc8fb83be 16:52: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 16:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:52:27 Removing intermediate container 9eecc8fb83be 16:52:27 ---> 0edfd8c3323c 16:52:27 Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:52:28 OK: 233 MiB in 51 packages 16:52:28 ---> Running in 7f8da560fc4f 16:52:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:52:28 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:52:28 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:52:28 Removing intermediate container 7f8da560fc4f 16:52:28 ---> a7a2b51bf1b9 16:52:28 Step 23/23 : LABEL version=0.0.0 16:52:30 ---> Running in 4e5a8c0ea4b2 16:52:32 Removing intermediate container 487c7befa4a4 16:52:32 ---> bed57a5be781 16:52:32 Step 6/22 : COPY go.mod . 16:52:32 Removing intermediate container 4e5a8c0ea4b2 16:52:32 ---> 5b93a24b52a9 16:52:32 16:52:33 Successfully built 5b93a24b52a9 16:52:33 Successfully tagged docker-core-data-go:latest 16:52:33  Building docker-core-data-go ... done Building docker-core-metadata-go 16:52:34 ---> e7f181d3b4d4 16:52:34 Step 7/22 : RUN go mod download 16:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.369s coverage: 45.9% of statements 16:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:52:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.150s coverage: 19.8% of statements 16:52:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.247s coverage: 100.0% of statements 16:52:35 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:52:35 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:52:35 ---> b706f7dec3a4 16:52:35 Step 3/31 : WORKDIR /edgex-go 16:52:35 ---> Using cache 16:52:35 ---> 6f4c3b43df84 16:52:35 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:52:35 ---> Using cache 16:52:35 ---> 20138a11b0e5 16:52:35 Step 5/31 : RUN apk add --update --no-cache make git 16:52:35 ---> Using cache 16:52:35 ---> 6a7e0b7209e1 16:52:35 Step 6/31 : COPY go.mod . 16:52:35 ---> Using cache 16:52:35 ---> 675fd2e9dfa6 16:52:35 Step 7/31 : RUN go mod download 16:52:35 ---> Using cache 16:52:35 ---> b09897769548 16:52:35 Step 8/31 : COPY . . 16:52:35 ---> Using cache 16:52:35 ---> da85689e42f0 16:52:35 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:52:36 ---> Running in 7be921be1349 16:52:39 ---> Running in e4ab71463204 16:52:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:52:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.523s coverage: 27.1% of statements 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:52:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:52:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:52:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 71.3% of statements 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:52:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.638s coverage: 82.9% of statements 16:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:52:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.179s coverage: 78.9% of statements 16:52:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:52:50 Removing intermediate container 4c405c1cc47b 16:52:50 ---> b7f0d794878b 16:52:50 Step 20/26 : RUN pip install docker-compose==1.23.2 16:52:50 Removing intermediate container 7be921be1349 16:52:50 ---> dbc942ba2362 16:52:50 Step 8/22 : COPY . . 16:52:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:52:53 ---> Running in f43dbbc63eeb 16:52:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:52:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:52:54 ---> b706f7dec3a4 16:52:54 Step 3/23 : WORKDIR /edgex-go 16:52:54 ---> Using cache 16:52:54 ---> 6f4c3b43df84 16:52:54 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:52:54 ---> Using cache 16:52:54 ---> 20138a11b0e5 16:52:54 Step 5/23 : RUN apk add --update --no-cache make git 16:52:54 ---> Using cache 16:52:54 ---> 6a7e0b7209e1 16:52:54 Step 6/23 : COPY go.mod . 16:52:54 ---> Using cache 16:52:54 ---> 675fd2e9dfa6 16:52:54 Step 7/23 : RUN go mod download 16:52:54 ---> Using cache 16:52:54 ---> b09897769548 16:52:54 Step 8/23 : COPY . . 16:52:54 ---> Using cache 16:52:54 ---> da85689e42f0 16:52:54 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.121s coverage: 28.6% of statements 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.154s coverage: 100.0% of statements 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.389s coverage: 86.7% of statements 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.377s coverage: 97.5% of statements 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:52:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.173s coverage: 78.3% of statements 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:52:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:52:59 ---> Running in 88783c3a0646 16:53: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 16:53:01 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.123s coverage: 92.8% of statements 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:53:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:53:01 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.233s coverage: 1.0% of statements 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:53:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.090s coverage: 47.1% of statements 16:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.095s coverage: 79.5% of statements 16:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements 16:53:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.124s coverage: 96.3% of statements 16:53:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements 16:53:05 Collecting docker-compose==1.23.2 16:53:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:53:06 Collecting docopt<0.7,>=0.6.1 16:53:06 Downloading docopt-0.6.2.tar.gz (25 kB) 16:53:07 Removing intermediate container fef90b50cfc2 16:53:07 ---> bedddafacc79 16:53:07 16:53:07 Step 10/21 : FROM alpine:3.12 16:53:07 ---> 42cb162f0360 16:53:07 Step 11/21 : RUN apk add --update --no-cache curl 16:53:09 Collecting texttable<0.10,>=0.9.0 16:53:09 Downloading texttable-0.9.1.tar.gz (11 kB) 16:53:09 ---> Running in 18b2fde624e5 16:53:10 Collecting docker<4.0,>=3.6.0 16:53:10 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:53:11 Collecting dockerpty<0.5,>=0.4.1 16:53:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:53:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:12 (1/4) Installing ca-certificates (20191127-r4) 16:53:12 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:53:12 (3/4) Installing libcurl (7.69.1-r3) 16:53:12 (4/4) Installing curl (7.69.1-r3) 16:53:12 Executing busybox-1.31.1-r19.trigger 16:53:12 Executing ca-certificates-20191127-r4.trigger 16:53:12 OK: 7 MiB in 18 packages 16:53:13 Collecting websocket-client<1.0,>=0.32.0 16:53:13 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:53:14 Collecting cached-property<2,>=1.2.0 16:53:14 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:53:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.064s coverage: 94.4% of statements 16:53:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.065s coverage: 44.8% of statements 16:53:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:53:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:53:16 Removing intermediate container e4ab71463204 16:53:16 ---> 4ed536b437a9 16:53:16 16:53:16 Step 10/31 : FROM alpine:3.12 16:53:16 ---> 42cb162f0360 16:53:16 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:53:16 Collecting PyYAML<4,>=3.10 16:53:16 ---> f5f66b2ec61d 16:53:16 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:53:16 Downloading PyYAML-3.13.tar.gz (270 kB) 16:53:16 Removing intermediate container 18b2fde624e5 16:53:16 ---> 8cd3b07dd0f0 16:53:16 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:53:16 ---> Running in 28db502c8cff 16:53:16 ---> Running in 2ad9aba13f4d 16:53:18 ---> Running in 3b010843d2f9 16:53:18 Collecting jsonschema<3,>=2.5.1 16:53:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:53:18 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:53:18 Collecting docker-pycreds>=0.4.0 16:53:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:53:18 Removing intermediate container 28db502c8cff 16:53:18 ---> 9ab35a2b5990 16:53:18 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:53:18 Collecting urllib3<1.25,>=1.21.1 16:53:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:53:18 Removing intermediate container 3b010843d2f9 16:53:18 ---> ba5b9daea056 16:53:18 Step 13/21 : WORKDIR /edgex 16:53:19 ---> Running in f07d026e4c8d 16:53:19 Collecting idna<2.8,>=2.5 16:53:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:53:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:53:19 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:53:19 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:53:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:53:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:53:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:53:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:53:19 ---> Running in 0ebd992be907 16:53:19 Installing collected packages: docopt, texttable, urllib3, idna, requests, docker-pycreds, websocket-client, docker, dockerpty, cached-property, PyYAML, jsonschema, docker-compose 16:53:19 Running setup.py install for docopt: started 16:53:19 Removing intermediate container 0ebd992be907 16:53:19 ---> 1a46611ba3a8 16:53:19 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:53:20 ---> 5282a49bb246 16:53:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:53:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:20 Running setup.py install for docopt: finished with status 'done' 16:53:20 Running setup.py install for texttable: started 16:53:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:20 (1/2) Installing dumb-init (1.2.2-r1) 16:53:20 (2/2) Installing su-exec (0.2-r1) 16:53:20 Executing busybox-1.31.1-r19.trigger 16:53:20 OK: 6 MiB in 16 packages 16:53:20 Running setup.py install for texttable: finished with status 'done' 16:53:20 Attempting uninstall: urllib3 16:53:20 Found existing installation: urllib3 1.25.9 16:53:20 Uninstalling urllib3-1.25.9: 16:53:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.415s coverage: 82.6% of statements 16:53:21 Successfully uninstalled urllib3-1.25.9 16:53:21 ---> 1b959a3de46c 16:53:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:53:22 Attempting uninstall: idna 16:53:22 Found existing installation: idna 2.9 16:53:22 Uninstalling idna-2.9: 16:53:22 Successfully uninstalled idna-2.9 16:53:23 Attempting uninstall: requests 16:53:23 Found existing installation: requests 2.23.0 16:53:23 Uninstalling requests-2.23.0: 16:53:23 Removing intermediate container f07d026e4c8d 16:53:23 ---> e1faaaed601a 16:53:23 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:53:23 Successfully uninstalled requests-2.23.0 16:53:24 ---> 953a6bea4fd9 16:53:24 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:53:24 ---> Running in 2d8bb1b0725e 16:53:24 ---> Running in 6b18299d4b81 16:53:25 Removing intermediate container 2d8bb1b0725e 16:53:25 ---> e3a6802e9fd5 16:53:25 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:53:25 Removing intermediate container 6b18299d4b81 16:53:25 ---> acf9d58a34c9 16:53:25 Step 18/21 : CMD ["--init=true"] 16:53:25 Running setup.py install for dockerpty: started 16:53:25 ---> Running in 391972dd8bb5 16:53:25 ---> Running in 70648da72d93 16:53:25 Removing intermediate container 391972dd8bb5 16:53:25 ---> f94f6eaa4784 16:53:25 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:53:26 Running setup.py install for dockerpty: finished with status 'done' 16:53:26 ---> Running in 3437ce2cd757 16:53:26 Running setup.py install for PyYAML: started 16:53:26 Removing intermediate container 70648da72d93 16:53:26 ---> 1e435424402d 16:53:26 Step 19/21 : LABEL arch=x86_64 16:53:26 ---> Running in b8b3f7b57779 16:53:28 Removing intermediate container b8b3f7b57779 16:53:28 ---> 38c11f590ac7 16:53:28 Step 20/21 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:53:28 Running setup.py install for PyYAML: finished with status 'done' 16:53:28 ---> Running in 343d086c748d 16:53:29 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 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.131s coverage: 92.9% of statements 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.134s coverage: 84.6% of statements 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.6% of statements 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.508s coverage: 64.4% of statements 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:53:29 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 16:53:29 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.071s coverage: 100.0% of statements 16:53:30 Removing intermediate container 343d086c748d 16:53:30 ---> d959ea09c32f 16:53:30 Step 21/21 : LABEL version=0.0.0 16:53:30 ---> Running in 21e50d559e99 16:53:30 Removing intermediate container 3437ce2cd757 16:53:30 ---> 739f47fd3269 16:53:30 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:53:30 ---> Running in aa20793b619a 16:53:30 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements 16:53:31 Removing intermediate container 21e50d559e99 16:53:31 ---> fe9fbc91b624 16:53:31 16:53:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements 16:53:32 Successfully built fe9fbc91b624 16:53:32 Removing intermediate container aa20793b619a 16:53:32 ---> 74a36ffa7c25 16:53:32 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:53:33 Successfully tagged docker-security-proxy-setup-go:latest 16:53:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.832s coverage: 69.0% of statements 16:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:53:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:53:35  Building docker-security-proxy-setup-go ... done Removing intermediate container 88783c3a0646 16:53:35 ---> 9c06ef31e05e 16:53:35 16:53:35 Step 10/23 : FROM alpine:3.12 16:53:35 ---> 42cb162f0360 16:53:35 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:53:35 ---> Using cache 16:53:35 ---> 654841b84184 16:53:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:53:35 ---> Using cache 16:53:35 ---> fcda57fdea98 16:53:35 Step 13/23 : ENV APP_PORT=48081 16:53:35 ---> 00160c17c3d1 16:53:35 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:53:35 ---> Running in 4dd50f76323e 16:53:35 ---> Running in 9ff9e6664d83 16:53:35 Removing intermediate container f43dbbc63eeb 16:53:35 ---> 468f69216ab1 16:53:35 Step 21/26 : RUN apk --no-cache add curl 16:53:35 Removing intermediate container 4dd50f76323e 16:53:35 ---> 3ea54fb2ba96 16:53:35 Step 14/23 : EXPOSE $APP_PORT 16:53:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.489s coverage: 38.4% of statements 16:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:53:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.093s coverage: 89.5% of statements 16:53:36 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:53:36 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.101s coverage: 84.8% of statements 16:53:36 ---> Running in d43b400edf66 16:53:36 ---> Running in 7fc81aed000a 16:53:36 Removing intermediate container 7fc81aed000a 16:53:36 ---> 427220109dc9 16:53:36 Step 15/23 : WORKDIR / 16:53:36 ---> Running in ef4e8b1affd4 16:53:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:37 Removing intermediate container ef4e8b1affd4 16:53:37 ---> 1358fd80d2bc 16:53:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:37 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:53:37 (2/3) Installing libcurl (7.69.1-r3) 16:53:37 (3/3) Installing curl (7.69.1-r3) 16:53:37 Executing busybox-1.31.1-r19.trigger 16:53:37 OK: 72 MiB in 58 packages 16:53:37 ---> 306606ef737b 16:53:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:53:37 Removing intermediate container 9ff9e6664d83 16:53:37 ---> 170f60b9d298 16:53:37 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:37 ---> f4829c1c42c9 16:53:37 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:53:38 Removing intermediate container d43b400edf66 16:53:38 ---> 866d0c7dd5c3 16:53:38 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:53:38 ---> 2e4025b14b06 16:53:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:53:38 ---> Running in ae4ea8b0e71f 16:53:39 ---> ff03d7ac6d98 16:53:39 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:53:39 Removing intermediate container ae4ea8b0e71f 16:53:39 ---> c38dd69e6d26 16:53:39 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:39 ---> 4e07ee657b35 16:53:39 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:53:40 ---> Running in 8272a0e85cf7 16:53:41 ---> Running in 44c397020577 16:53:41 ---> 7802bb85fd37 16:53:41 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:53:41 Removing intermediate container 2ad9aba13f4d 16:53:41 ---> 8e52599c44d7 16:53:41 16:53:41 Step 10/22 : FROM alpine:3.12 16:53:41 ---> 42cb162f0360 16:53:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:53:41 ---> Running in bacbd3ec202b 16:53:41 Removing intermediate container 8272a0e85cf7 16:53:41 ---> 464bccb8c6c3 16:53:41 Step 24/26 : LABEL arch=x86_64 16:53:41 Removing intermediate container 44c397020577 16:53:41 ---> f152c7e7d663 16:53:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:41 ---> cfe4c9a5654c 16:53:41 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:53:42 ---> Running in 4e7a8aa702ca 16:53:42 ---> Running in bb65fedf33d3 16:53:42 ---> a8cba1debde2 16:53:42 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:53:42 Removing intermediate container bb65fedf33d3 16:53:42 ---> 60783ebb28e2 16:53:42 Step 25/26 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:53:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:53:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:53:42 ---> Running in 62c343c176f0 16:53:42 Removing intermediate container 4e7a8aa702ca 16:53:42 ---> ba8339dd251e 16:53:42 Step 21/23 : LABEL arch=x86_64 16:53:42 ---> Running in 64ddf18683ca 16:53:42 ---> Running in 9f243b501f1c 16:53:42 (1/2) Installing ca-certificates (20191127-r4) 16:53:42 (2/2) Installing dumb-init (1.2.2-r1) 16:53:42 Executing busybox-1.31.1-r19.trigger 16:53:42 Executing ca-certificates-20191127-r4.trigger 16:53:42 OK: 6 MiB in 16 packages 16:53:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:53:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:53:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:53:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.478s coverage: 87.1% of statements 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:53:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:53:43 Removing intermediate container 62c343c176f0 16:53:43 ---> 27ba5addadde 16:53:43 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:53:43 Removing intermediate container 64ddf18683ca 16:53:43 ---> a7477ae8ae2a 16:53:43 Step 26/26 : LABEL version=0.0.0 16:53:43 Removing intermediate container 9f243b501f1c 16:53:43 ---> d5040377d50a 16:53:43 Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:53:43 ---> Running in 6caefc67b6c0 16:53:43 ---> Running in e7a62292b257 16:53:44 ---> 9dc4130801ac 16:53:44 Step 26/31 : RUN chmod +x /entrypoint.sh 16:53:44 ---> Running in 6132484c0452 16:53:44 Removing intermediate container 6caefc67b6c0 16:53:44 ---> a181824f1766 16:53:44 16:53:44 Removing intermediate container bacbd3ec202b 16:53:44 ---> bd83fcf15eae 16:53:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:53:44 Removing intermediate container e7a62292b257 16:53:44 ---> 9cd388428368 16:53:44 Step 23/23 : LABEL version=0.0.0 16:53:44 Successfully built a181824f1766 16:53:44 Successfully tagged docker-sys-mgmt-agent-go:latest 16:53:44  Building docker-sys-mgmt-agent-go ... done  ---> Running in d8fdad97c4d5 16:53:44 ---> Running in 4a309f282b38 16:53:45 Removing intermediate container d8fdad97c4d5 16:53:45 ---> ec829e35a282 16:53:45 16:53:45 Removing intermediate container 4a309f282b38 16:53:45 ---> 093ed3f1da7e 16:53:45 Step 13/22 : ENV APP_PORT=48060 16:53:45 Successfully built ec829e35a282 16:53:45 ---> Running in 4469b53d3189 16:53:45 Successfully tagged docker-core-metadata-go:latest 16:53:45  Building docker-core-metadata-go ... done Removing intermediate container 4469b53d3189 16:53:45 ---> a37705d047f4 16:53:45 Step 14/22 : EXPOSE $APP_PORT 16:53:46 ---> Running in 5e76b30afad4 16:53:46 Removing intermediate container 5e76b30afad4 16:53:46 ---> e7050bf3480a 16:53:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:53:46 Removing intermediate container 6132484c0452 16:53:46 ---> f7d66d681034 16:53:46 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:53:46 ---> Running in a829e9a9e05c 16:53:46 ---> 3464cd2158af 16:53:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:53:46 Removing intermediate container a829e9a9e05c 16:53:46 ---> a4241a38272d 16:53:46 Step 28/31 : CMD ["gate"] 16:53:46 ---> Running in 88e151118e11 16:53:47 Removing intermediate container 88e151118e11 16:53:47 ---> 63b92eb026d9 16:53:47 Step 29/31 : LABEL arch=x86_64 16:53:47 ---> 692919a78cfc 16:53:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:53:47 ---> Running in 3c79840538bc 16:53:47 ---> b8b5776a4648 16:53:47 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:53:47 Removing intermediate container 3c79840538bc 16:53:47 ---> 856e95fcdece 16:53:47 Step 30/31 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:53:47 ---> Running in 555a0f1c65b4 16:53:47 ---> Running in 1267d9bd75c6 16:53:47 Removing intermediate container 555a0f1c65b4 16:53:47 ---> cb74a1910e8a 16:53:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:53:47 ---> Running in 550dc8f24715 16:53:48 Removing intermediate container 1267d9bd75c6 16:53:48 ---> 720bf3f7a357 16:53:48 Step 31/31 : LABEL version=0.0.0 16:53:48 Removing intermediate container 550dc8f24715 16:53:48 ---> be73e958b0d4 16:53:48 Step 20/22 : LABEL arch=x86_64 16:53:48 ---> Running in cd7cfee6990a 16:53:48 ---> Running in 71562d763d55 16:53:48 Removing intermediate container cd7cfee6990a 16:53:48 ---> 4e0b88b6119a 16:53:48 Step 21/22 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 16:53:48 Removing intermediate container 71562d763d55 16:53:48 ---> 701c92c2ba17 16:53:48 16:53:48 ---> Running in a9483daf4a7c 16:53:48 Successfully built 701c92c2ba17 16:53:48 Successfully tagged docker-security-bootstrapper-go:latest 16:53:48  Building docker-security-bootstrapper-go ... done Removing intermediate container a9483daf4a7c 16:53:48 ---> 319a6946ba8b 16:53:48 Step 22/22 : LABEL version=0.0.0 16:53:48 ---> Running in d1c4344ec6ca 16:53:49 Removing intermediate container d1c4344ec6ca 16:53:49 ---> ca3e20ee7362 16:53:49 16:53:49 Successfully built ca3e20ee7362 16:53:49 Successfully tagged docker-support-notifications-go:latest 16:53:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.400s coverage: 29.1% of statements 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:53:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.161s coverage: 99.0% of statements 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:53:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:53:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.224s coverage: 94.6% of statements 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:53:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:53:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:53:49  Building docker-support-notifications-go ... done  [Pipeline] } 16:53:49 $ docker stop --time=1 4a97107555c5612dade3610a3592a4d65d08ed979389aa32826da5db072991d0 16:53:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:53:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:53:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 16:53:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.049s coverage: 32.1% of statements 16:53:51 $ docker rm -f 4a97107555c5612dade3610a3592a4d65d08ed979389aa32826da5db072991d0 [Pipeline] // withDockerContainer [Pipeline] sh 16:53:51 + docker images 16:53:51 + grep docker 16:53:52 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 16:53:52 docker-support-notifications-go latest ca3e20ee7362 4 seconds ago 17.9MB 16:53:52 docker-security-bootstrapper-go latest 701c92c2ba17 4 seconds ago 18.9MB 16:53:52 docker-core-metadata-go latest ec829e35a282 8 seconds ago 19MB 16:53:52 docker-sys-mgmt-agent-go latest a181824f1766 8 seconds ago 313MB 16:53:52 docker-security-proxy-setup-go latest fe9fbc91b624 22 seconds ago 24.7MB 16:53:52 docker-core-data-go latest 5b93a24b52a9 About a minute ago 22.7MB 16:53:52 docker-security-secretstore-setup-go latest 924d9f3a0b1e About a minute ago 25MB 16:53:52 docker-core-command-go latest e578b1d56844 About a minute ago 17.3MB 16:53:52 docker-support-scheduler-go latest 1c22be437d6a About a minute ago 17.4MB 16:53:52 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 16:53:52 GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:54:08 Still waiting to schedule task 16:54:08 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:55:04 Running on prd-ubuntu18.04-docker-8c-8g-31771 in /w/workspace/edgexfoundry_edgex-go_PR-3305 [Pipeline] { [Pipeline] ws 16:55:04 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:55:07 using credential edgex-jenkins-ssh 16:55:07 Cloning the remote Git repository 16:55:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:55:07 > git init /w/workspace/edgex-go/2 # timeout=10 16:55:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:55:07 > git --version # timeout=10 16:55:07 > git --version # 'git version 2.17.1' 16:55:07 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:14 gofmt -l . 16:55:14 [ "`gofmt -l .`" = "" ] 16:55:14 ./bin/test-go-mod-tidy.sh 16:55:14 ./bin/test-attribution-txt.sh 16:55:15 Merging remotes/origin/master commit d1fc5940ebbd16a0d16dcf35275d84fb959027d1 into PR head commit bca07f40881fc04d9dea04c89477c9532246c532 16:55:15 Merge succeeded, producing bca07f40881fc04d9dea04c89477c9532246c532 16:55:15 Checking out Revision bca07f40881fc04d9dea04c89477c9532246c532 (PR-3305) [Pipeline] sh 16:55:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:55:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:55:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:55:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:55:14 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3305/head:refs/remotes/origin/PR-3305 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:55:15 > git config core.sparsecheckout # timeout=10 16:55:15 > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 16:55:15 > git remote # timeout=10 16:55:15 > git config --get remote.origin.url # timeout=10 16:55:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:55:15 > git merge d1fc5940ebbd16a0d16dcf35275d84fb959027d1 # timeout=10 16:55:15 > git rev-parse HEAD^{commit} # timeout=10 16:55:15 > git config core.sparsecheckout # timeout=10 16:55:15 > git checkout -f bca07f40881fc04d9dea04c89477c9532246c532 # timeout=10 16:55:16 + ls -al . 16:55:16 total 808 16:55:16 drwxrwxr-x 9 1001 1001 4096 Mar 29 16:55 . 16:55:16 drwxr-xr-x 4 root root 4096 Mar 29 16:50 .. 16:55:16 -rw-rw-r-- 1 1001 1001 11 Mar 29 16:49 .dockerignore 16:55:16 drwxrwxr-x 8 1001 1001 4096 Mar 29 16:49 .git 16:55:16 drwxrwxr-x 3 1001 1001 4096 Mar 29 16:49 .github 16:55:16 -rw-rw-r-- 1 1001 1001 818 Mar 29 16:49 .gitignore 16:55:16 -rw-rw-r-- 1 1001 1001 166 Mar 29 16:49 .sonarcloud.properties 16:55:16 -rw-rw-r-- 1 1001 1001 8607 Mar 29 16:49 Attribution.txt 16:55:16 -rw-rw-r-- 1 1001 1001 3804 Mar 29 16:49 CONTRIBUTING.md 16:55:16 -rw-rw-r-- 1 1001 1001 931 Mar 29 16:49 Dockerfile.build 16:55:16 -rw-rw-r-- 1 1001 1001 863 Mar 29 16:49 Jenkinsfile 16:55:16 -rw-rw-r-- 1 1001 1001 10775 Mar 29 16:49 LICENSE 16:55:16 -rw-rw-r-- 1 1001 1001 5774 Mar 29 16:49 Makefile 16:55:16 -rw-rw-r-- 1 1001 1001 6548 Mar 29 16:49 README.md 16:55:16 -rw-rw-r-- 1 1001 1001 6755 Mar 29 16:49 SECURITY.md 16:55:16 -rw-rw-r-- 1 1001 1001 5 Mar 29 16:46 VERSION 16:55:16 -rw-rw-r-- 1 1001 1001 4131 Mar 29 16:49 ZMQWindows.md 16:55:16 drwxrwxr-x 2 1001 1001 4096 Mar 29 16:49 bin 16:55:16 drwxrwxr-x 14 1001 1001 4096 Mar 29 16:49 cmd 16:55:16 -rw-r--r-- 1 root root 668090 Mar 29 16:53 coverage.out 16:55:16 -rw-r--r-- 1 root root 1056 Mar 29 16:55 go.mod 16:55:16 -rw-r--r-- 1 root root 22530 Mar 29 16:55 go.sum 16:55:16 drwxrwxr-x 8 1001 1001 4096 Mar 29 16:49 internal 16:55:16 drwxrwxr-x 4 1001 1001 4096 Mar 29 16:49 openapi 16:55:16 drwxrwxr-x 4 1001 1001 4096 Mar 29 16:49 snap 16:55:16 -rw-rw-r-- 1 1001 1001 168 Mar 29 16:49 version.go [Pipeline] sh 16:55:17 + '[' -e coverage.out ] 16:55:17 + chown 1001:1001 coverage.out [Pipeline] stash 16:55:17 Warning: overwriting stash ‘coverage-report’ 16:55:18 Stashed 1 file(s) [Pipeline] sh 16:55:19 + make build 16:55:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:55:19 Commit message: "Merge branch 'master' into issue-3304" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:55:20 + echo snap-build.sh 16:55:20 snap-build.sh 16:55:20 + SNAP_BASE_DIR=. 16:55:20 + '[' '!' -z /w/workspace/edgex-go/2 ']' 16:55:20 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 16:55:20 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 16:55:20 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 16:55:20 + cd /w/workspace/edgex-go/2 16:55:20 + sudo apt-get remove -qy --purge lxd lxd-client 16:55:20 Reading package lists... 16:55:21 Building dependency tree... 16:55:21 Reading state information... 16:55:21 The following packages were automatically installed and are no longer required: 16:55:21 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:55:21 uidmap xdelta3 16:55:21 Use 'sudo apt autoremove' to remove them. 16:55:21 The following packages will be REMOVED: 16:55:21 lxd* lxd-client* 16:55:22 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:55:22 After this operation, 31.7 MB disk space will be freed. 16:55:23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 16:55:23 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:55:24 Removing lxd dnsmasq configuration 16:55:24 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:55:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:55:25 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:55:26 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 16:55:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:55:28 Processing triggers for systemd (237-3ubuntu10.42) ... 16:55:28 Processing triggers for ureadahead (0.100.0-21) ... 16:55:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:55:30 + sudo snap remove --purge lxd 16:55:30 snap "lxd" is not installed 16:55:30 + sudo groupadd --force --system lxd 16:55:30 ++ whoami 16:55:30 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:55:30 + newgrp - lxd 16:55:30 + sudo snap install lxd 16:55:40 2021-03-29T16:55:37Z INFO Waiting for automatic snapd restart... 16:55:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:55:55 lxd 4.12 from Canonical* installed 16:55:55 + sudo lxd init --auto 16:55:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:56:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 16:56:03 + sudo snap install --classic snapcraft 16:56:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:56:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:56:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:56:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:56:21 snapcraft 4.5.4 from Canonical* installed 16:56:21 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 16:56:21 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 16:56:21 % Total % Received % Xferd Average Speed Time Time Time Current 16:56:21 Dload Upload Total Spent Left Speed 16:56:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 4644 0 --:--:-- --:--:-- --:--:-- 4679 16:56:21 100 3325k 100 3325k 0 0 7643k 0 --:--:-- --:--:-- --:--:-- 7643k 16:56:21 ./yq_linux_amd64 16:56:21 + sudo snapcraft prime --use-lxd 16:56:23 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:56:23 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:56:23 - README.md 16:56:23 16:56:23 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:56:24 Launching a container. 16:56:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 16:56:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 16:56: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 16:56:36 Waiting for container to be ready 16:56:36 To start your first instance, try: lxc launch ubuntu:18.04 16:56:36 [Pipeline] } 16:56:38 $ docker stop --time=1 a4f5ef1ca5a6315fc81cdade0dfe479082bc233d079091d565161c36ad22d0d2 16:56:41 $ docker rm -f a4f5ef1ca5a6315fc81cdade0dfe479082bc233d079091d565161c36ad22d0d2 16:56:41 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 16:56:41 Waiting for network to be ready... 16:56:41 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 16:56:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:56:42 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 16:56:42 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:56:42 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:56:43 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 16:56:43 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 16:56:43 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 16:56:43 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 16:56:43 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 16:56:43 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 16:56:43 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 16:56:43 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 16:56:43 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 16:56:43 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 16:56:43 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 16:56:43 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 16:56:43 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 16:56:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:56:43 16:56:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:56:43 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 16:56:43 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:56:43 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 16:56:43 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 16:56:43 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 16:56:43 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 16:56:43 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 16:56:43 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 16:56:43 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 16:56:43 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 16:56:44 latest: Pulling from edgex-devops/edgex-compose-arm64 16:56:44 29e5d40040c1: Pulling fs layer 16:56:44 1ce36da41761: Pulling fs layer 16:56:44 25b303627fd3: Pulling fs layer 16:56:44 29e5d40040c1: Download complete 16:56:45 1ce36da41761: Verifying Checksum 16:56:45 1ce36da41761: Download complete 16:56:45 29e5d40040c1: Pull complete 16:56:46 1ce36da41761: Pull complete 16:56:46 25b303627fd3: Verifying Checksum 16:56:46 25b303627fd3: Download complete 16:56:48 Fetched 24.2 MB in 6s (3940 kB/s) 16:56:49 Reading package lists... 16:56:49 Reading package lists... 16:56:49 Building dependency tree... 16:56:49 Reading state information... 16:56:50 The following additional packages will be installed: 16:56:50 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:56:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:56:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:56:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 16:56:50 Suggested packages: 16:56:50 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 16:56:50 Recommended packages: 16:56:50 gnupg libsasl2-modules 16:56:50 The following NEW packages will be installed: 16:56:50 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 16:56:50 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 16:56:50 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 16:56:50 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 16:56:50 The following packages will be upgraded: 16:56:50 gpg gpg-agent gpgconf libudev1 16:56:50 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 16:56:50 Need to get 3530 kB of archives. 16:56:50 After this operation, 13.3 MB of additional disk space will be used. 16:56:50 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] 16:56:50 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] 16:56:50 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 16:56:50 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 16:56:50 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] 16:56:50 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] 16:56:51 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 16:56:51 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 16:56:51 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 16:56:51 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 16:56:51 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 16:56:51 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 16:56:51 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 16:56:51 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 16:56:51 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 16:56:51 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 16:56:51 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 16:56:51 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 16:56:51 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 16:56:51 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 16:56:51 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 16:56:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 16:56:51 debconf: delaying package configuration, since apt-utils is not installed 16:56:51 Fetched 3530 kB in 1s (3113 kB/s) 16:56:51 (Reading database ... 12511 files and directories currently installed.) 16:56:51 Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... 16:56:51 Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:56:51 Setting up libudev1:amd64 (237-3ubuntu10.45) ... 16:56:51 Selecting previously unselected package udev. 16:56:51 (Reading database ... 12511 files and directories currently installed.) 16:56:51 Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... 16:56:51 Unpacking udev (237-3ubuntu10.45) ... 16:56:52 Selecting previously unselected package libfuse2:amd64. 16:56:52 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 16:56:52 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:56:52 Selecting previously unselected package fuse. 16:56:52 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 16:56:52 Unpacking fuse (2.9.7-1ubuntu1) ... 16:56:52 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 16:56:52 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:56:52 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 16:56:52 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:56:52 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 16:56:52 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:56:53 Selecting previously unselected package libksba8:amd64. 16:56:53 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 16:56:53 Unpacking libksba8:amd64 (1.3.5-2) ... 16:56:53 Selecting previously unselected package libroken18-heimdal:amd64. 16:56:53 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:53 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:53 Selecting previously unselected package libasn1-8-heimdal:amd64. 16:56:53 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:53 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:53 Selecting previously unselected package libheimbase1-heimdal:amd64. 16:56:53 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:53 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:53 Selecting previously unselected package libhcrypto4-heimdal:amd64. 16:56:53 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:53 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:53 Selecting previously unselected package libwind0-heimdal:amd64. 16:56:53 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:53 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:53 Selecting previously unselected package libhx509-5-heimdal:amd64. 16:56:53 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:53 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:53 Selecting previously unselected package libkrb5-26-heimdal:amd64. 16:56:53 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:53 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:54 Selecting previously unselected package libheimntlm0-heimdal:amd64. 16:56:54 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:54 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:54 Selecting previously unselected package libgssapi3-heimdal:amd64. 16:56:54 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 16:56:54 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:54 Selecting previously unselected package libsasl2-modules-db:amd64. 16:56:54 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:56:54 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:56:54 Selecting previously unselected package libsasl2-2:amd64. 16:56:54 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 16:56:54 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:56:54 Selecting previously unselected package libldap-common. 16:56:54 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 16:56:54 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:56:54 Selecting previously unselected package libldap-2.4-2:amd64. 16:56:54 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 16:56:54 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:56:54 Selecting previously unselected package dirmngr. 16:56:54 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 16:56:54 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 16:56:54 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 16:56:54 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 16:56:54 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 16:56:55 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:56:55 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 16:56:55 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 16:56:55 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:55 Setting up libksba8:amd64 (1.3.5-2) ... 16:56:55 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:56:55 Setting up udev (237-3ubuntu10.45) ... 16:56:55 invoke-rc.d: policy-rc.d denied execution of start. 16:56:55 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:55 Processing triggers for systemd (237-3ubuntu10) ... 16:56:55 Setting up fuse (2.9.7-1ubuntu1) ... 16:56:55 Setting up gpg (2.2.4-1ubuntu1.4) ... 16:56:56 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:56 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:56 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:56 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:56 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:56 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:56 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 16:56:56 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 16:56:56 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 16:56:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:56:56 25b303627fd3: Pull complete 16:56:56 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:56:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:56:56 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:56:57 prd-ubuntu18.04-docker-arm64-4c-16g-31770 does not seem to be running inside a container 16:56:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:56:57 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 16:56:57 settings in the [Install] section, and DefaultInstance for template units). 16:56:57 This means they are not meant to be enabled using systemctl. 16:56:57 Possible reasons for having this kind of units are: 16:56:57 1) A unit may be statically enabled by being symlinked from another unit's 16:56:57 .wants/ or .requires/ directory. 16:56:57 2) A unit's purpose may be to act as a helper for some other unit which has 16:56:57 a requirement dependency on it. 16:56:57 3) A unit may be started when needed via activation (socket, path, timer, 16:56:57 D-Bus, udev, scripted systemctl call, ...). 16:56:57 4) In case of template units, the unit is meant to be enabled with some 16:56:57 instance name specified. 16:56:57 Reading package lists... 16:56:57 Building dependency tree... 16:56:57 Reading state information... 16:56:58 The following additional packages will be installed: 16:56:58 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 16:56:58 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 16:56:58 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 16:56:58 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 16:56:58 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 16:56:58 Suggested packages: 16:56:58 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 16:56:58 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 16:56:58 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 16:56:58 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 16:56:58 systemd-container policykit-1 16:56:58 Recommended packages: 16:56:58 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 16:56:58 The following NEW packages will be installed: 16:56:58 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 16:56:58 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 16:56:58 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 16:56:58 multiarch-support openssh-client python3 python3-minimal python3.6 16:56:58 python3.6-minimal snapd squashfs-tools sudo 16:56:58 The following packages will be upgraded: 16:56:58 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 16:56:58 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 16:56:58 Need to get 35.2 MB of archives. 16:56:58 After this operation, 141 MB of additional disk space will be used. 16:56:58 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 16:56:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] 16:56:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 16:56:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 16:56:59 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] 16:56:59 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 16:56:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 16:56:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 16:56:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 16:56:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 16:56:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 16:56:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 16:56:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 16:56:59 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 16:56:59 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 16:56:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 16:56:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 16:56:59 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 16:56:59 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 16:56:59 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 16:56:59 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 16:56:59 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 16:56:59 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 16:56:59 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 16:56:59 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 16:56:59 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 16:56:59 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 16:56:59 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 16:56:59 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 16:56:59 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 16:57:00 $ docker top 9c85756e2c1ed3ccadcddf50efabe1e163e38d14d3c4132dc94283cc4adecf0f -eo pid,comm [Pipeline] { [Pipeline] sh 16:57:00 debconf: delaying package configuration, since apt-utils is not installed 16:57:00 Fetched 35.2 MB in 2s (14.9 MB/s) 16:57:00 (Reading database ... 12757 files and directories currently installed.) 16:57:00 Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... 16:57:00 Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:57:01 + docker-compose build --help 16:57:01 + grep parallel 16:57:01 Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... 16:57:01 Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:57:01 Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... 16:57:02 (Reading database ... 12757 files and directories currently installed.) 16:57:02 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 16:57:02 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 16:57:03 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 16:57:03 (Reading database ... 12757 files and directories currently installed.) 16:57:03 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 16:57:03 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 16:57:03 Setting up apt (1.6.12ubuntu0.2) ... 16:57:03 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 16:57:04 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 16:57:04 --parallel Build images in parallel. [Pipeline] } 16:57:04 $ docker stop --time=1 9c85756e2c1ed3ccadcddf50efabe1e163e38d14d3c4132dc94283cc4adecf0f 16:57:04 (Reading database ... 12764 files and directories currently installed.) 16:57:04 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:57:04 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:57:04 Selecting previously unselected package libpython3.6-minimal:amd64. 16:57:04 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:04 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:05 Selecting previously unselected package libexpat1:amd64. 16:57:05 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 16:57:05 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:57:05 Selecting previously unselected package python3.6-minimal. 16:57:05 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:05 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:57:05 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 16:57:05 Checking for services that may need to be restarted...done. 16:57:05 Checking for services that may need to be restarted...done. 16:57:05 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:05 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 16:57:06 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 16:57:06 Selecting previously unselected package python3-minimal. 16:57:06 (Reading database ... 13012 files and directories currently installed.) 16:57:06 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 16:57:06 Unpacking python3-minimal (3.6.7-1~18.04) ... 16:57:06 Selecting previously unselected package mime-support. 16:57:06 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 16:57:06 $ docker rm -f 9c85756e2c1ed3ccadcddf50efabe1e163e38d14d3c4132dc94283cc4adecf0f 16:57:06 Unpacking mime-support (3.60ubuntu1) ... 16:57:06 Selecting previously unselected package libmpdec2:amd64. 16:57:06 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 16:57:06 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:57:06 Selecting previously unselected package libpython3.6-stdlib:amd64. 16:57:06 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:06 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:57:07 Selecting previously unselected package python3.6. 16:57:07 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 16:57:07 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:57:07 Selecting previously unselected package libpython3-stdlib:amd64. 16:57:07 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 16:57:07 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:57:07 Setting up python3-minimal (3.6.7-1~18.04) ... 16:57:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:57:07 . [Pipeline] withDockerContainer 16:57:07 Selecting previously unselected package python3. 16:57:07 (Reading database ... 13442 files and directories currently installed.) 16:57:07 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 16:57:07 Unpacking python3 (3.6.7-1~18.04) ... 16:57:07 prd-ubuntu18.04-docker-arm64-4c-16g-31770 does not seem to be running inside a container 16:57:07 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:57:07 Selecting previously unselected package multiarch-support. 16:57:07 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 16:57:07 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 16:57:07 Setting up multiarch-support (2.27-3ubuntu1.4) ... 16:57:07 Selecting previously unselected package liblzo2-2:amd64. 16:57:07 (Reading database ... 13479 files and directories currently installed.) 16:57:07 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 16:57:07 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 16:57:08 Selecting previously unselected package libbsd0:amd64. 16:57:08 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 16:57:08 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:57:08 Selecting previously unselected package sudo. 16:57:08 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 16:57:08 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 16:57:09 Selecting previously unselected package apparmor. 16:57:09 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 16:57:09 Unpacking apparmor (2.12-4ubuntu5.1) ... 16:57:09 Selecting previously unselected package libedit2:amd64. 16:57:09 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 16:57:09 Unpacking libedit2:amd64 (3.1-20170329-1) ... 16:57:09 Selecting previously unselected package libkrb5support0:amd64. 16:57:09 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 16:57:09 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:57:09 $ docker top 0fc98acf4594e14b353e6b78b14ea873a8f10281fae0fb7f551b8c7fdc5faa8c -eo pid,comm 16:57:09 Selecting previously unselected package libk5crypto3:amd64. 16:57:09 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 16:57:09 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:57:09 Selecting previously unselected package libkeyutils1:amd64. 16:57:09 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 16:57:09 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [Pipeline] { 16:57:09 Selecting previously unselected package libkrb5-3:amd64. 16:57:09 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 16:57:09 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:57:09 Selecting previously unselected package libgssapi-krb5-2:amd64. 16:57:09 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 16:57:09 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [Pipeline] sh 16:57:09 Selecting previously unselected package libssl1.0.0:amd64. 16:57:09 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 16:57:09 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:57:10 Selecting previously unselected package openssh-client. 16:57:10 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 16:57:10 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 16:57:10 + docker-compose -f ./docker-compose-build.yml build --parallel 16:57:10 Selecting previously unselected package squashfs-tools. 16:57:10 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 16:57:10 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:57:10 Selecting previously unselected package snapd. 16:57:10 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 16:57:10 Unpacking snapd (2.48.3+18.04) ... 16:57:13 Setting up libedit2:amd64 (3.1-20170329-1) ... 16:57:13 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 16:57:13 Setting up mime-support (3.60ubuntu1) ... 16:57:13 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 16:57:13 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 16:57:13 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 16:57:13 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:13 Setting up systemd (237-3ubuntu10.45) ... 16:57:13 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 16:57:14 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 16:57:14 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 16:57:14 Setting up liblzo2-2:amd64 (2.08-1.2) ... 16:57:14 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 16:57:14 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 16:57:14 Building docker-core-command-go ... 16:57:14 Building docker-core-data-go ... 16:57:14 Building docker-core-metadata-go ... 16:57:14 Building docker-security-bootstrapper-go ... 16:57:14 Building docker-security-proxy-setup-go ... 16:57:14 Building docker-security-secretstore-setup-go ... 16:57:14 Building docker-support-notifications-go ... 16:57:14 Building docker-support-scheduler-go ... 16:57:14 Building docker-sys-mgmt-agent-go ... 16:57:14 Building docker-core-command-go 16:57:14 Building docker-support-scheduler-go 16:57:14 Building docker-security-bootstrapper-go 16:57:14 Building docker-core-metadata-go 16:57:14 Building docker-sys-mgmt-agent-go 16:57:14 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 16:57:15 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 16:57:15 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 16:57:15 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 16:57:15 Setting up python3 (3.6.7-1~18.04) ... 16:57:15 running python rtupdate hooks for python3.6... 16:57:15 running python post-rtupdate hooks for python3.6... 16:57:15 Setting up apparmor (2.12-4ubuntu5.1) ... 16:57:17 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 16:57:17 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 16:57:17 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 16:57:18 Setting up snapd (2.48.3+18.04) ... 16:57:18 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 16:57:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 16:57:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 16:57:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 16:57:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:57:19 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 16:57:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 16:57:20 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 16:57:20 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 16:57:20 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 16:57:20 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 16:57:20 Processing triggers for libc-bin (2.27-3ubuntu1) ... 16:57:21 Processing triggers for systemd (237-3ubuntu10.45) ... 16:57:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:57:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:57:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:57:24 Reading package lists... 16:57:24 Reading package lists... 16:57:24 Building dependency tree... 16:57:24 Reading state information... 16:57:24 Calculating upgrade... 16:57:25 The following packages will be upgraded: 16:57:25 advancecomp base-files bash binutils binutils-common 16:57:25 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 16:57:25 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 16:57:25 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 16:57:25 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 16:57:25 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 16:57:25 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 16:57:25 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 16:57:25 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 16:57:25 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 16:57:25 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 16:57:25 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 16:57:25 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 16:57:25 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 16:57:25 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 16:57:25 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 16:57:25 Need to get 63.8 MB of archives. 16:57:25 After this operation, 5208 kB of additional disk space will be used. 16:57:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-140.144 [993 kB] 16:57:25 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 16:57:25 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:57:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:57:25 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:57:25 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:57:25 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:57:25 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:57:25 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 16:57:25 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 16:57:25 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:57:26 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:57:26 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 16:57:26 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 16:57:26 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 16:57:26 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 16:57:26 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 16:57:26 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 16:57:26 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 16:57:26 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:57:26 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 16:57:26 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 16:57:26 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 16:57:26 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 16:57:26 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 16:57:26 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 16:57:26 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 16:57:26 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 16:57:26 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 16:57:26 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 16:57:26 Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 16:57:26 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 16:57:26 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 16:57:26 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 16:57:26 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 16:57:26 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 16:57:26 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 16:57:26 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] 16:57:26 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:57:26 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:57:26 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 16:57:26 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 16:57:26 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 16:57:26 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:57:26 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 16:57:26 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 16:57:26 Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 16:57:26 Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 16:57:26 Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 16:57:26 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 16:57:26 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 16:57:26 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 16:57:26 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 16:57:26 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:57:26 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 16:57:26 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 16:57:26 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 16:57:26 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 16:57:26 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 16:57:26 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 16:57:26 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 16:57:26 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 16:57:26 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 16:57:26 Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:57:26 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 16:57:26 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 16:57:26 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 16:57:26 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 16:57:26 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 16:57:26 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 16:57:26 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 16:57:26 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 16:57:26 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 16:57:26 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 16:57:26 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 16:57:26 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 16:57:26 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 16:57:26 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 16:57:26 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 16:57:26 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 16:57:26 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 16:57:26 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 16:57:26 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 16:57:26 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 16:57:26 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 16:57:26 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 16:57:26 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:57:26 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:57:27 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:57:27 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:57:27 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:57:28 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:57:28 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:57:28 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:57:28 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:57:28 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:57:28 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:57:28 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:57:28 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:57:28 debconf: delaying package configuration, since apt-utils is not installed 16:57:28 Fetched 63.8 MB in 3s (19.4 MB/s) 16:57:28 (Reading database ... 13912 files and directories currently installed.) 16:57:28 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 16:57:28 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:29 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 16:57:29 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:29 Preparing to unpack .../2-linux-libc-dev_4.15.0-140.144_amd64.deb ... 16:57:29 Unpacking linux-libc-dev:amd64 (4.15.0-140.144) over (4.15.0-20.21) ... 16:57:30 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:30 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:30 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:30 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:31 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:31 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:31 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 16:57:31 (Reading database ... 13911 files and directories currently installed.) 16:57:31 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:31 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 16:57:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 16:57:32 (Reading database ... 13911 files and directories currently installed.) 16:57:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:57:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 16:57:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 16:57:32 (Reading database ... 13911 files and directories currently installed.) 16:57:32 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 16:57:33 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 16:57:33 (Reading database ... 13911 files and directories currently installed.) 16:57:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 16:57:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 16:57:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 16:57:33 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 16:57:34 Setting up base-files (10.1ubuntu2.10) ... 16:57:34 Installing new version of config file /etc/issue ... 16:57:34 Installing new version of config file /etc/issue.net ... 16:57:34 Installing new version of config file /etc/lsb-release ... 16:57:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 16:57:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 16:57:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 16:57:34 Removing obsolete conffile /etc/default/motd-news ... 16:57:34 (Reading database ... 13912 files and directories currently installed.) 16:57:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 16:57:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 16:57:35 Setting up bash (4.4.18-2ubuntu1.2) ... 16:57:35 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 16:57:35 (Reading database ... 13912 files and directories currently installed.) 16:57:35 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:35 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 16:57:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 16:57:35 (Reading database ... 13912 files and directories currently installed.) 16:57:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 16:57:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 16:57:35 Setting up tar (1.29b-2ubuntu0.2) ... 16:57:36 (Reading database ... 13912 files and directories currently installed.) 16:57:36 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 16:57:36 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:57:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 16:57:36 (Reading database ... 13912 files and directories currently installed.) 16:57:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 16:57:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:57:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 16:57:36 (Reading database ... 13912 files and directories currently installed.) 16:57:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 16:57:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:57:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 16:57:37 (Reading database ... 13912 files and directories currently installed.) 16:57:37 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 16:57:37 Unpacking grep (3.1-2build1) over (3.1-2) ... 16:57:37 Setting up grep (3.1-2build1) ... 16:57:37 (Reading database ... 13912 files and directories currently installed.) 16:57:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 16:57:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:57:37 Setting up login (1:4.5-1ubuntu2) ... 16:57:37 (Reading database ... 13912 files and directories currently installed.) 16:57:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 16:57:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 16:57:37 (Reading database ... 13912 files and directories currently installed.) 16:57:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:57:38 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:57:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:57:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:57:39 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:57:39 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:57:40 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:57:40 (Reading database ... 13912 files and directories currently installed.) 16:57:40 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:57:40 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 16:57:41 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:57:41 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:57:41 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 16:57:41 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 16:57:41 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 16:57:41 (Reading database ... 13912 files and directories currently installed.) 16:57:41 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 16:57:41 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 16:57:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 16:57:42 (Reading database ... 13912 files and directories currently installed.) 16:57:42 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:42 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:42 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:42 (Reading database ... 13912 files and directories currently installed.) 16:57:42 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:42 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:42 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:42 (Reading database ... 13912 files and directories currently installed.) 16:57:42 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:42 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:42 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:42 (Reading database ... 13912 files and directories currently installed.) 16:57:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:42 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:42 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:43 (Reading database ... 13912 files and directories currently installed.) 16:57:43 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 16:57:43 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:43 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 16:57:43 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:43 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 16:57:43 (Reading database ... 13912 files and directories currently installed.) 16:57:43 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 16:57:43 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:43 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 16:57:43 (Reading database ... 13912 files and directories currently installed.) 16:57:43 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:43 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 16:57:44 (Reading database ... 13912 files and directories currently installed.) 16:57:44 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:44 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:44 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 16:57:44 (Reading database ... 13912 files and directories currently installed.) 16:57:44 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:44 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 16:57:45 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 16:57:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 16:57:46 (Reading database ... 13912 files and directories currently installed.) 16:57:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 16:57:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 16:57:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 16:57:46 (Reading database ... 13912 files and directories currently installed.) 16:57:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 16:57:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 16:57:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 16:57:46 (Reading database ... 13914 files and directories currently installed.) 16:57:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 16:57:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 16:57:47 Setting up debconf (1.5.66ubuntu1) ... 16:57:47 (Reading database ... 13914 files and directories currently installed.) 16:57:47 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 16:57:47 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:57:47 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 16:57:47 (Reading database ... 13914 files and directories currently installed.) 16:57:47 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 16:57:47 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 16:57:47 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 16:57:47 (Reading database ... 13914 files and directories currently installed.) 16:57:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:57:47 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:57:47 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:57:48 (Reading database ... 13914 files and directories currently installed.) 16:57:48 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:57:48 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:57:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 16:57:48 (Reading database ... 13914 files and directories currently installed.) 16:57:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 16:57:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:57:48 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 16:57:48 (Reading database ... 13914 files and directories currently installed.) 16:57:48 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 16:57:48 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 16:57:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... 16:57:49 Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... 16:57:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 16:57:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:57:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 16:57:49 (Reading database ... 13914 files and directories currently installed.) 16:57:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 16:57:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 16:57:49 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 16:57:49 (Reading database ... 13914 files and directories currently installed.) 16:57:49 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 16:57:49 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 16:57:49 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 16:57:50 (Reading database ... 13914 files and directories currently installed.) 16:57:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 16:57:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 16:57:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 16:57:50 (Reading database ... 13914 files and directories currently installed.) 16:57:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 16:57:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 16:57:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 16:57:50 (Reading database ... 13914 files and directories currently installed.) 16:57:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 16:57:51 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 16:57:51 Setting up passwd (1:4.5-1ubuntu2) ... 16:57:51 (Reading database ... 13914 files and directories currently installed.) 16:57:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 16:57:51 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 16:57:51 Setting up gpgv (2.2.4-1ubuntu1.4) ... 16:57:51 (Reading database ... 13914 files and directories currently installed.) 16:57:51 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 16:57:51 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 16:57:51 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 16:57:52 (Reading database ... 13914 files and directories currently installed.) 16:57:52 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 16:57:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 16:57:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 16:57:52 (Reading database ... 13914 files and directories currently installed.) 16:57:52 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 16:57:52 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 16:57:52 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 16:57:52 (Reading database ... 13914 files and directories currently installed.) 16:57:52 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 16:57:52 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 16:57:52 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 16:57:52 (Reading database ... 13914 files and directories currently installed.) 16:57:52 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 16:57:52 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 16:57:53 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 16:57:53 (Reading database ... 13914 files and directories currently installed.) 16:57:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 16:57:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 16:57:53 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 16:57:53 (Reading database ... 13915 files and directories currently installed.) 16:57:53 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:57:53 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:57:53 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 16:57:53 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 16:57:53 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 16:57:53 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 16:57:54 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 16:57:54 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 16:57:54 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 16:57:54 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 16:57:54 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 16:57:54 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 16:57:54 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 16:57:54 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 16:57:54 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 16:57:54 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 16:57:54 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 16:57:54 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 16:57:54 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 16:57:55 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 16:57:55 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 16:57:55 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 16:57:55 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 16:57:55 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 16:57:56 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 16:57:56 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 16:57:56 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 16:57:56 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 16:57:56 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:57:56 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:57:57 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:57:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:57:57 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:57:57 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:57:57 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 16:57:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 16:57:57 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:57:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:57:58 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:57:58 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:57:58 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:57:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:57:58 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:57:58 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:57:59 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:57:59 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:00 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:00 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:01 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:01 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:02 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:02 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:03 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:58:03 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 16:58:03 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:03 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:03 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:58:03 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:58:04 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:58:04 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 16:58:04 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:58:04 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 16:58:04 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:04 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:04 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:58:04 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 16:58:04 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 16:58:04 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 16:58:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:04 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 16:58:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:04 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:04 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:05 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 16:58:05 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 16:58:05 Setting up tzdata (2021a-0ubuntu0.18.04) ... 16:58:05 16:58:05 Current default time zone: 'Etc/UTC' 16:58:05 Local time is now: Mon Mar 29 16:58:05 UTC 2021. 16:58:05 Universal Time is now: Mon Mar 29 16:58:05 UTC 2021. 16:58:05 Run 'dpkg-reconfigure tzdata' if you wish to change it. 16:58:05 16:58:05 Setting up systemd-sysv (237-3ubuntu10.45) ... 16:58:05 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:05 Setting up linux-libc-dev:amd64 (4.15.0-140.144) ... 16:58:05 Setting up mount (2.31.1-0.4ubuntu3.7) ... 16:58:05 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 16:58:05 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 16:58:05 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:58:05 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 16:58:05 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 16:58:05 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 16:58:05 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:05 Setting up procps (2:3.3.12-3ubuntu1.2) ... 16:58:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:06 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 16:58:06 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:06 Setting up patch (2.7.6-2ubuntu1.1) ... 16:58:06 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:58:06 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 16:58:06 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 16:58:06 Installing new version of config file /etc/ssl/openssl.cnf ... 16:58:06 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 16:58:06 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 16:58:06 Setting up ca-certificates (20210119~18.04.1) ... 16:58:08 Updating certificates in /etc/ssl/certs... 16:58:09 23 added, 27 removed; done. 16:58:09 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 16:58:09 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:58:09 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 16:58:09 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 16:58:09 Setting up pkgbinarymangler (138.18.04.1) ... 16:58:09 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:09 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 16:58:09 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:09 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:09 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:09 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:58:09 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:58:09 Setting up perl (5.26.1-6ubuntu0.5) ... 16:58:10 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 16:58:10 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:58:10 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:58:10 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 16:58:10 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:58:10 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:58:10 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:58:10 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:58:10 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:58:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:58:10 Processing triggers for systemd (237-3ubuntu10.45) ... 16:58:10 Processing triggers for mime-support (3.60ubuntu1) ... 16:58:10 Processing triggers for ca-certificates (20210119~18.04.1) ... 16:58:10 Updating certificates in /etc/ssl/certs... 16:58:11 0 added, 0 removed; done. 16:58:11 Running hooks in /etc/ca-certificates/update.d... 16:58:11 done. 16:58:12 Reading package lists... 16:58:12 Building dependency tree... 16:58:12 Reading state information... 16:58:12 The following NEW packages will be installed: 16:58:12 apt-transport-https 16:58:12 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 16:58:12 Need to get 1696 B of archives. 16:58:12 After this operation, 153 kB of additional disk space will be used. 16:58:12 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 16:58:12 debconf: delaying package configuration, since apt-utils is not installed 16:58:12 Fetched 1696 B in 0s (16.5 kB/s) 16:58:12 Selecting previously unselected package apt-transport-https. 16:58:12 (Reading database ... 13920 files and directories currently installed.) 16:58:12 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 16:58:12 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 16:58:12 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 16:58:13 Waiting for network to be ready... 16:58:21 2021-03-29T16:58:18Z INFO Waiting for automatic snapd restart... 16:58:22 snapd 2.49.1 from Canonical* installed 16:58:23 "snapd" switched to the "latest/stable" channel 16:58:23 16:58:28 core18 20210128 from Canonical* installed 16:58:28 "core18" switched to the "latest/stable" channel 16:58:28 16:58:35 snapcraft 4.5.4 from Canonical* installed 16:58:35 "snapcraft" switched to the "latest/stable" channel 16:58:35 16:58:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:58:36 ---> 4d1aaf35c484 16:58:36 Step 3/23 : WORKDIR /edgex-go 16:58:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:58:36 ---> 4d1aaf35c484 16:58:36 Step 3/23 : WORKDIR /edgex-go 16:58:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:58:36 ---> 4d1aaf35c484 16:58:36 Step 3/26 : WORKDIR /edgex-go 16:58:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:58:36 ---> 4d1aaf35c484 16:58:36 Step 3/22 : WORKDIR /edgex-go 16:58:36 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:58:36 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:58:36 ---> 4d1aaf35c484 16:58:36 Step 3/31 : WORKDIR /edgex-go 16:58:36 ---> Running in 5b2516a50b04 16:58:36 ---> Running in d00467903646 16:58:36 ---> Running in 11f86f46110e 16:58:36 ---> Running in aa34eb26efd4 16:58:36 ---> Running in 5cebc604b8c5 16:58:36 Removing intermediate container d00467903646 16:58:36 ---> 27e8d2afdbf7 16:58:36 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:36 Removing intermediate container 5b2516a50b04 16:58:36 ---> 815f3fb689d9 16:58:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:36 Removing intermediate container 5cebc604b8c5 16:58:36 ---> 0b2bfdfd42ec 16:58:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:36 Removing intermediate container aa34eb26efd4 16:58:36 ---> 931037917c47 16:58:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:36 Removing intermediate container 11f86f46110e 16:58:36 ---> ccf5b0b2a96a 16:58:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:58:36 ---> Running in 1b44bc3d2df1 16:58:36 ---> Running in 3d31b22f8a41 16:58:36 ---> Running in ca3c21ca496f 16:58:36 ---> Running in 03366aebc476 16:58:36 ---> Running in 60bf2a100195 16:58:36 Removing intermediate container 1b44bc3d2df1 16:58:36 ---> ea81d43e0167 16:58:36 Step 5/31 : RUN apk add --update --no-cache make git 16:58:36 ---> Running in 1df337712748 16:58:36 Removing intermediate container 3d31b22f8a41 16:58:36 ---> a5e0f30348ef 16:58:36 Step 5/22 : RUN apk add --update --no-cache make git 16:58:36 Removing intermediate container 03366aebc476 16:58:36 ---> 7c453c0017b9 16:58:36 Step 5/23 : RUN apk add --update --no-cache make git 16:58:36 ---> Running in b145ee74df6c 16:58:36 ---> Running in 21b7034a2b38 16:58:36 Removing intermediate container ca3c21ca496f 16:58:36 ---> cf70ff45a4a0 16:58:36 Step 5/26 : RUN apk add --update --no-cache make bash git 16:58:36 Removing intermediate container 60bf2a100195 16:58:36 ---> deb670236ef5 16:58:36 Step 5/23 : RUN apk add --update --no-cache make git 16:58:36 ---> Running in a6b01dfdb635 16:58:36 ---> Running in d2598f86092c 16:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:58:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:37 OK: 217 MiB in 51 packages 16:58:37 OK: 217 MiB in 51 packages 16:58:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:58:37 OK: 217 MiB in 51 packages 16:58:38 OK: 217 MiB in 51 packages 16:58:38 OK: 217 MiB in 51 packages 16:58:38 Removing intermediate container 1df337712748 16:58:38 ---> 6f983e86b8cc 16:58:38 Step 6/31 : COPY go.mod . 16:58:39 Removing intermediate container b145ee74df6c 16:58:39 ---> 985636c508cb 16:58:39 Step 6/22 : COPY go.mod . 16:58:39 Removing intermediate container 21b7034a2b38 16:58:39 ---> e4b62c5954f2 16:58:39 Step 6/23 : COPY go.mod . 16:58:39 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 16:58:39 - README.md 16:58:39 16:58:39 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:58:40 ---> c2c87d84a235 16:58:40 Step 7/31 : RUN go mod download 16:58:40 Removing intermediate container a6b01dfdb635 16:58:40 ---> 299a78949004 16:58:40 Step 6/23 : COPY go.mod . 16:58:40 ---> Running in 03469b173eb7 16:58:40 ---> c8d7e695f88d 16:58:40 Step 7/22 : RUN go mod download 16:58:40 Removing intermediate container d2598f86092c 16:58:40 ---> acb0e8102655 16:58:40 Step 6/26 : COPY go.mod . 16:58:40 ---> Running in e5f1e32291b4 16:58:40 ---> 9e71f758ee8b 16:58:40 Step 7/23 : RUN go mod download 16:58:40 ---> Running in 216b80e80195 16:58:41 ---> 381a8b0c57d4 16:58:41 Step 7/23 : RUN go mod download 16:58:41 ---> 1b2a2dad2e42 16:58:41 Step 7/26 : RUN go mod download 16:58:41 ---> Running in b30375ca5d04 16:58:41 ---> Running in 3f8b58020d2b 16:58:44 Removing intermediate container 03469b173eb7 16:58:44 ---> 8280c0545d42 16:58:44 Step 8/31 : COPY . . 16:58:45 Removing intermediate container e5f1e32291b4 16:58:45 ---> 3d7f25e8b571 16:58:45 Step 8/22 : COPY . . 16:58:45 Removing intermediate container 216b80e80195 16:58:45 ---> e58a8ca9e860 16:58:45 Step 8/23 : COPY . . 16:58:46 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:58:46 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:58:46 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:58:46 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:58:46 Removing intermediate container 3f8b58020d2b 16:58:46 ---> a0f5ba8cff3b 16:58:46 Step 8/26 : COPY . . 16:58:47 Removing intermediate container b30375ca5d04 16:58:47 ---> e5c885413360 16:58:47 Step 8/23 : COPY . . 16:58:48 Reading package lists... 16:58:49 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 16:58:55 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:58:55 Reading package lists... 16:58:55 Building dependency tree... 16:58:55 Reading state information... 16:58:55 Suggested packages: 16:58:55 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 16:58:55 git-gui gitk gitweb git-cvs git-mediawiki git-svn 16:58:55 Recommended packages: 16:58:55 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 16:58:55 The following NEW packages will be installed: 16:58:55 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 16:58:55 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 16:58:55 pkg-config zip 16:58:55 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 16:58:55 Need to get 7657 kB of archives. 16:58:55 After this operation, 43.8 MB of additional disk space will be used. 16:58:55 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 16:58:55 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 16:58:55 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 16:58:55 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 16:58:55 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 16:58:55 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:58:55 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:58:56 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 16:58:56 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 16:58:56 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:58:56 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:58:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:58:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:58:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:58:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:58:56 debconf: delaying package configuration, since apt-utils is not installed 16:58:56 Fetched 7657 kB in 1s (9408 kB/s) 16:58:56 Selecting previously unselected package libglib2.0-0:amd64. 16:58:56 (Reading database ... 13924 files and directories currently installed.) 16:58:56 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 16:58:56 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:58:56 Selecting previously unselected package libpsl5:amd64. 16:58:56 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 16:58:56 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 16:58:57 Selecting previously unselected package libnghttp2-14:amd64. 16:58:57 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 16:58:57 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:58:57 Selecting previously unselected package librtmp1:amd64. 16:58:57 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 16:58:57 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:58:57 Selecting previously unselected package libcurl3-gnutls:amd64. 16:58:57 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 16:58:57 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:58:57 Selecting previously unselected package liberror-perl. 16:58:57 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 16:58:57 Unpacking liberror-perl (0.17025-1) ... 16:58:57 Selecting previously unselected package git-man. 16:58:57 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 16:58:57 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 16:58:57 Selecting previously unselected package git. 16:58:57 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 16:58:57 Unpacking git (1:2.17.1-1ubuntu0.8) ... 16:58:58 Selecting previously unselected package libnorm1:amd64. 16:58:58 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:58:58 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:58:58 Selecting previously unselected package libpgm-5.2-0:amd64. 16:58:58 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:58:58 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:58:58 Selecting previously unselected package libsodium23:amd64. 16:58:58 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 16:58:58 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:58:58 Selecting previously unselected package libzmq5:amd64. 16:58:58 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:58:58 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:58:59 Selecting previously unselected package libzmq3-dev:amd64. 16:58:59 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:58:59 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:58:59 Selecting previously unselected package pkg-config. 16:58:59 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:58:59 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:58:59 Selecting previously unselected package zip. 16:58:59 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 16:58:59 Unpacking zip (3.0-11build1) ... 16:58:59 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:58:59 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 16:58:59 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 16:58:59 Setting up liberror-perl (0.17025-1) ... 16:58:59 Setting up libpsl5:amd64 (0.19.1-5build1) ... 16:58:59 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 16:58:59 No schema files found: doing nothing. 16:58:59 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 16:58:59 Setting up zip (3.0-11build1) ... 16:58:59 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:58:59 Setting up libsodium23:amd64 (1.0.16-2) ... 16:58:59 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:58:59 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:58:59 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 16:58:59 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:58:59 Setting up git (1:2.17.1-1ubuntu0.8) ... 16:59:00 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 16:59:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:07 git set to automatically installed. 16:59:07 git-man set to automatically installed. 16:59:07 libcurl3-gnutls set to automatically installed. 16:59:07 liberror-perl set to automatically installed. 16:59:07 libglib2.0-0 set to automatically installed. 16:59:07 libnghttp2-14 set to automatically installed. 16:59:07 libnorm1 set to automatically installed. 16:59:07 libpgm-5.2-0 set to automatically installed. 16:59:07 libpsl5 set to automatically installed. 16:59:07 librtmp1 set to automatically installed. 16:59:07 libsodium23 set to automatically installed. 16:59:07 libzmq3-dev set to automatically installed. 16:59:07 libzmq5 set to automatically installed. 16:59:07 pkg-config set to automatically installed. 16:59:07 zip set to automatically installed. 16:59:08 snapd is not logged in, snap install commands will use sudo 16:59:13 ---> 43746d1372c7 16:59:13 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:59:13 ---> 2162b9454a1a 16:59:13 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:59:13 ---> d3ba1a8ab77c 16:59:13 Step 9/23 : RUN make cmd/core-command/core-command 16:59:13 ---> 78ee5ce8dffb 16:59:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:59:13 ---> 61f195791bf4 16:59:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:59:13 ---> Running in 8c10287b504f 16:59:13 ---> Running in 7dc7d2c3782b 16:59:13 ---> Running in b54361ed7ca8 16:59:13 ---> Running in 27e1caed4d4d 16:59:13 ---> Running in 73dc2067347e 16:59:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:59:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:59:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:59:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:59:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:59:15 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:33 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 16:59:34 snapd is not logged in, snap install commands will use sudo 16:59:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 16:59:40 snap "core18" has no updates available 16:59:41 Pulling go-build-helper 16:59:41 + snapcraftctl pull 16:59:42 'app-service-config' has dependencies that need to be staged: go-build-helper 16:59:42 Skipping pull go-build-helper (already ran) 16:59:42 Building go-build-helper 16:59:42 + snapcraftctl build 16:59:46 Staging go-build-helper 16:59:46 + snapcraftctl stage 17:00:01 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:00:01 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:00:01 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1640 kB] 17:00:01 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [310 kB] 17:00:01 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 17:00:01 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 17:00:01 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [265 kB] 17:00:01 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [34.6 kB] 17:00:01 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1118 kB] 17:00:01 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [251 kB] 17:00:01 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:00:01 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 17:00:01 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 17:00:01 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 17:00:01 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 17:00:01 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 17:00:01 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 17:00:01 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 17:00:01 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 17:00:01 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1978 kB] 17:00:01 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [402 kB] 17:00:01 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 17:00:01 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 17:00:01 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [286 kB] 17:00:01 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [38.2 kB] 17:00:01 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1724 kB] 17:00:01 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [365 kB] 17:00:01 Fetched 24.2 MB in 0s (0 B/s) 17:00:01 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:00:01 Fetched 224 kB in 0s (0 B/s) 17:00:01 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:00:01 Fetched 157 kB in 0s (0 B/s) 17:00:01 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:00:01 Fetched 221 kB in 0s (0 B/s) 17:00:01 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:00:01 Fetched 143 kB in 0s (0 B/s) 17:00:01 Pulling app-service-config 17:00:01 + snapcraftctl pull 17:00:01 Cloning into '/root/parts/app-service-config/src'... 17:00:01 Pulling config-common 17:00:01 + snapcraftctl pull 17:00:13 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:00:13 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:00:13 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:00:13 Fetched 0 B in 0s (0 B/s) 17:00:13 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:00:13 Fetched 0 B in 0s (0 B/s) 17:00:13 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:00:13 Fetched 0 B in 0s (0 B/s) 17:00:13 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:00:13 Fetched 0 B in 0s (0 B/s) 17:00:13 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:00:13 Fetched 0 B in 0s (0 B/s) 17:00:13 Pulling edgex-go 17:00:13 + snapcraftctl pull 17:00:40 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:00:40 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:00:40 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:00:40 Fetched 0 B in 0s (0 B/s) 17:00:40 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:00:40 Fetched 96.5 kB in 0s (0 B/s) 17:00:40 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 17:00:40 Fetched 279 kB in 0s (0 B/s) 17:00:40 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 17:00:40 Fetched 122 kB in 0s (0 B/s) 17:00:40 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:00:40 Fetched 77.8 kB in 0s (0 B/s) 17:00:40 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:00:40 Fetched 8848 B in 0s (0 B/s) 17:00:40 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:00:40 Fetched 47.8 kB in 0s (0 B/s) 17:00:40 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:00:40 Fetched 45.6 kB in 0s (0 B/s) 17:00:40 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 17:00:40 Fetched 15.0 kB in 0s (0 B/s) 17:00:40 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 17:00:40 Fetched 214 kB in 0s (0 B/s) 17:00:40 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 17:00:40 Fetched 154 kB in 0s (0 B/s) 17:00:40 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:00:40 Fetched 50.6 kB in 0s (0 B/s) 17:00:40 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:00:40 Fetched 14.8 kB in 0s (0 B/s) 17:00:40 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:00:40 Fetched 41.8 kB in 0s (0 B/s) 17:00:40 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:00:40 Fetched 499 kB in 0s (0 B/s) 17:00:40 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:00:40 Fetched 111 kB in 0s (0 B/s) 17:00:40 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:00:40 Fetched 240 kB in 0s (0 B/s) 17:00:40 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:00:40 Fetched 29.3 kB in 0s (0 B/s) 17:00:40 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 17:00:40 Fetched 85.5 kB in 0s (0 B/s) 17:00:40 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:00:40 Fetched 24.5 kB in 0s (0 B/s) 17:00:40 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 17:00:40 Fetched 49.2 kB in 0s (0 B/s) 17:00:40 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:00:40 Fetched 54.2 kB in 0s (0 B/s) 17:00:40 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 17:00:40 Fetched 30.8 kB in 0s (0 B/s) 17:00:40 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 17:00:40 Fetched 15.8 kB in 0s (0 B/s) 17:00:40 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:00:40 Fetched 85.9 kB in 0s (0 B/s) 17:00:40 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:00:40 Fetched 8720 B in 0s (0 B/s) 17:00:40 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:00:40 Fetched 137 kB in 0s (0 B/s) 17:00:40 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:00:40 Fetched 119 kB in 0s (0 B/s) 17:00:40 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:00:40 Fetched 109 kB in 0s (0 B/s) 17:00:40 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:00:40 Fetched 11.1 kB in 0s (0 B/s) 17:00:40 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:00:40 Fetched 645 kB in 0s (0 B/s) 17:00:40 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:00:40 Fetched 41.3 kB in 0s (0 B/s) 17:00:40 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:00:40 Fetched 17.9 kB in 0s (0 B/s) 17:00:40 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:00:40 Fetched 368 kB in 0s (0 B/s) 17:00:40 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 17:00:40 Fetched 187 kB in 0s (0 B/s) 17:00:40 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:00:40 Fetched 175 kB in 0s (0 B/s) 17:00:40 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:00:40 Fetched 206 kB in 0s (0 B/s) 17:00:40 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 17:00:40 Fetched 1301 kB in 0s (0 B/s) 17:00:40 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:00:40 Fetched 36.2 kB in 0s (0 B/s) 17:00:40 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 17:00:40 Fetched 159 kB in 0s (0 B/s) 17:00:40 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:00:40 Fetched 107 kB in 0s (0 B/s) 17:00:40 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:00:40 Fetched 48.7 kB in 0s (0 B/s) 17:00:40 Pulling static-packages 17:00:40 + snapcraftctl pull 17:00:40 Pulling version 17:00:40 + cd /root/project 17:00:40 + [ -f VERSION ] 17:00:40 + PROJECT_VERSION=local-dev 17:00:40 + git rev-parse --short HEAD 17:00:40 + GIT_REVISION=bca07f40 17:00:40 + snapcraftctl set-version local-dev 17:00:40 Skipping build go-build-helper (already ran) 17:00:40 Building app-service-config 17:00:40 + make build 17:00:40 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.35 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 17:00:41 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.35 17:00:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.56 17:00:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.22 17:00:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.9 17:00:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:00:41 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.4 17:00:41 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 17:00:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 17:00:41 go: downloading github.com/hashicorp/consul/api v1.8.1 17:00:41 go: downloading github.com/pelletier/go-toml v1.2.0 17:00:41 go: downloading github.com/hashicorp/serf v0.9.5 17:00:41 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:00:41 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:00:41 go: downloading github.com/go-playground/universal-translator v0.17.0 17:00:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:00:41 go: downloading github.com/mitchellh/copystructure v1.0.0 17:00:41 go: downloading github.com/fatih/color v1.9.0 17:00:41 go: downloading github.com/BurntSushi/toml v0.3.1 17:00:42 go: downloading github.com/x448/float16 v0.8.4 17:00:42 go: downloading github.com/mattn/go-isatty v0.0.12 17:00:42 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:00:42 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:00:42 go: downloading github.com/google/uuid v1.2.0 17:00:42 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:00:42 go: downloading github.com/go-playground/locales v0.13.0 17:00:42 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 17:00:42 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:00:42 go: downloading github.com/go-kit/kit v0.8.0 17:00:42 go: downloading github.com/leodido/go-urn v1.2.0 17:00:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:00:42 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:00:42 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 17:00:42 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 17:00:42 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:00:42 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:00:43 go: downloading github.com/gorilla/mux v1.8.0 17:00:43 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:00:43 go: downloading github.com/mattn/go-colorable v0.1.6 17:00:43 go: downloading github.com/gorilla/websocket v1.4.2 17:00:43 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:00:43 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:00:43 go: downloading github.com/pebbe/zmq4 v1.2.5 17:00:43 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:00:43 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:00:55 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 17:00:55 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 17:00:55 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 17:00:55 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 17:00:57 Building config-common 17:00:57 + snapcraftctl build 17:01:00 Building edgex-go 17:01:01 + cd /root/parts/edgex-go/src 17:01:01 + make build 17:01:01 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 17:01:01 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.20 17:01:01 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:01:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.60 17:01:01 go: downloading github.com/pkg/errors v0.8.1 17:01:01 go: downloading github.com/imdario/mergo v0.3.12 17:01:01 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.10 17:01:01 go: downloading github.com/go-playground/validator/v10 v10.4.1 17:01:02 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 17:01:06 Removing intermediate container b54361ed7ca8 17:01:06 ---> 83887e0c885e 17:01:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:01:06 ---> Running in c445113081c1 17:01:06 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 17:01:06 Removing intermediate container 7dc7d2c3782b 17:01:06 ---> b85bc02c1f32 17:01:06 17:01:06 Step 10/31 : FROM alpine:3.12 17:01:06 3.12: Pulling from library/alpine 17:01:06 Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 17:01:06 Status: Downloaded newer image for alpine:3.12 17:01:06 ---> e47305ac9786 17:01:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 17:01:06 ---> Running in 950b36f539cc 17:01:06 Removing intermediate container 950b36f539cc 17:01:06 ---> 5bbc46b55e33 17:01:06 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 17:01:06 ---> Running in 3c64768493ae 17:01:06 Removing intermediate container c445113081c1 17:01:06 ---> a0e759c7384c 17:01:06 17:01:06 Step 11/26 : FROM docker:20.10.0 17:01:06 20.10.0: Pulling from library/docker 17:01:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:07 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 17:01:07 go: downloading gopkg.in/yaml.v2 v2.4.0 17:01:07 (1/2) Installing dumb-init (1.2.2-r1) 17:01:07 (2/2) Installing su-exec (0.2-r1) 17:01:07 Executing busybox-1.31.1-r19.trigger 17:01:07 OK: 5 MiB in 16 packages 17:01:12 Removing intermediate container 3c64768493ae 17:01:12 ---> 13970c7b8c40 17:01:12 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 17:01:12 ---> Running in 0c02924f0768 17:01:13 Removing intermediate container 0c02924f0768 17:01:13 ---> 694e8eff8813 17:01:13 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 17:01:14 ---> Running in ad92ca159d89 17:01:15 Removing intermediate container ad92ca159d89 17:01:15 ---> 6f6c02349939 17:01:15 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 17:01:15 Removing intermediate container 27e1caed4d4d 17:01:15 ---> 6146b92a2913 17:01:15 17:01:15 Step 10/23 : FROM alpine:3.12 17:01:15 ---> e47305ac9786 17:01:15 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:01: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 17:01:16 Removing intermediate container 8c10287b504f 17:01:16 ---> 343f015c2505 17:01:16 17:01:16 Step 10/22 : FROM alpine:3.12 17:01:16 ---> e47305ac9786 17:01:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 17:01:16 ---> Running in 9f2277923440 17:01: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 17:01:16 ---> Running in 5891df798922 17:01:16 ---> Running in 8fa6b3647ce7 17:01:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 17:01:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:19 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 17:01:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:19 go: downloading github.com/stretchr/testify v1.7.0 17:01:19 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 17:01:19 go: downloading github.com/pmezard/go-difflib v1.0.0 17:01:19 go: downloading github.com/davecgh/go-spew v1.1.1 17:01:19 (1/1) Installing dumb-init (1.2.2-r1) 17:01:19 Executing busybox-1.31.1-r19.trigger 17:01:19 OK: 5 MiB in 15 packages 17:01:19 (1/1) Installing dumb-init (1.2.2-r1) 17:01:19 Executing busybox-1.31.1-r19.trigger 17:01:19 OK: 5 MiB in 15 packages 17:01:22 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 17:01:22 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:01:22 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:01:22 Removing intermediate container 5891df798922 17:01:22 ---> 0e38c2cd7120 17:01:22 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 17:01:22 Removing intermediate container 9f2277923440 17:01:22 ---> f572c9e68902 17:01:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:01:22 ---> Running in 944bfe06e13a 17:01:22 Removing intermediate container 73dc2067347e 17:01:22 ---> d25ff1143d40 17:01:22 17:01:22 Step 10/23 : FROM alpine:3.12 17:01:22 ---> e47305ac9786 17:01:22 Step 11/23 : RUN apk add --update --no-cache dumb-init 17:01:22 ---> Using cache 17:01:22 ---> e51c006b61de 17:01:22 Removing intermediate container 8fa6b3647ce7 17:01:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' ---> e51c006b61de 17:01:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 17:01:22 17:01:22 ---> Running in 409008ae0cd6 17:01:22 ---> Running in e30414893bb8 17:01:22 ---> Running in 451b36452694 17:01:23 Removing intermediate container 944bfe06e13a 17:01:23 ---> e4e15ea8ac10 17:01:23 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 17:01:23 Removing intermediate container 409008ae0cd6 17:01:23 ---> 1a77066f9545 17:01:23 Step 13/23 : ENV APP_PORT=48082 17:01:23 Removing intermediate container 451b36452694 17:01:23 ---> 089cb2d55c7b 17:01:23 Step 13/22 : ENV APP_PORT=48085 17:01:23 Removing intermediate container e30414893bb8 17:01:23 ---> b49e12418df6 17:01:23 Step 13/23 : ENV APP_PORT=48081 17:01:23 ---> Running in 8743a2603b91 17:01:23 ---> Running in 04b368666fae 17:01:23 ---> Running in f0c94844ad83 17:01:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 17:01:23 Status: Downloaded newer image for docker:20.10.0 17:01:23 ---> eeaf43b92773 17:01:24 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 17:01:24 Step 12/26 : RUN apk add --no-cache bash 17:01:24 ---> Running in 543c1f44cb35 17:01:24 ---> 83597f031e46 17:01:24 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 17:01:24 Removing intermediate container 8743a2603b91 17:01:24 ---> 133cd4dc8cc8 17:01:24 Step 14/23 : EXPOSE $APP_PORT 17:01:24 ---> Running in 28835f6d5434 17:01:24 Removing intermediate container 04b368666fae 17:01:24 ---> 963ea9461f89 17:01:24 Step 14/22 : EXPOSE $APP_PORT 17:01:24 Removing intermediate container f0c94844ad83 17:01:24 ---> 0e83bf96d750 17:01:24 Step 14/23 : EXPOSE $APP_PORT 17:01:24 ---> Running in 1f7e81441a95 17:01:24 ---> Running in b5ff2937758c 17:01:24 ---> Running in 0ae2cb3c05dc 17:01:25 Removing intermediate container 1f7e81441a95 17:01:25 ---> 177ffc2747ec 17:01:25 Step 15/23 : WORKDIR / 17:01:25 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 17:01:25 ---> Running in 1fbcd592a068 17:01:25 Removing intermediate container 0ae2cb3c05dc 17:01:25 ---> 47aff4c4475a 17:01:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:25 Removing intermediate container b5ff2937758c 17:01:25 ---> b4696e84b7ae 17:01:25 Step 15/23 : WORKDIR / 17:01:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:26 ---> Running in 27d5e6e21782 17:01:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:26 Removing intermediate container 1fbcd592a068 17:01:26 ---> c808925fd630 17:01:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:26 ---> f6ed5773204d 17:01:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:01:26 (1/2) Installing readline (8.0.4-r0) 17:01:26 (2/2) Installing bash (5.0.17-r0) 17:01:26 Executing bash-5.0.17-r0.post-install 17:01:26 Executing busybox-1.31.1-r19.trigger 17:01:26 Removing intermediate container 27d5e6e21782 17:01:26 ---> 3a667e00ce29 17:01:26 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:26 OK: 12 MiB in 22 packages 17:01:27 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 17:01:27 ---> 85d86ff37e12 17:01:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:01:27 Removing intermediate container 28835f6d5434 17:01:27 ---> 1decad0e153e 17:01:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 17:01:28 ---> b5390df0b4e0 17:01:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:01:28 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 17:01:28 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:01:29 ---> 146c9929e8ff 17:01:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:01:29 Removing intermediate container 543c1f44cb35 17:01:29 ---> cbe39ca61dab 17:01:29 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:01:29 ---> 32d566cdb14e 17:01:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:01:29 ---> 2c16bcc87c0a 17:01:29 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 17:01:29 ---> Running in 7bc4d4aa3ca6 17:01:29 ---> 070b90901afe 17:01:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:01:30 ---> 10e05fb6e20f 17:01:30 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 17:01:30 Removing intermediate container 7bc4d4aa3ca6 17:01:30 ---> 4fab8de57a8c 17:01:30 Step 14/26 : ENV APP_PORT=48090 17:01:30 ---> Running in a4692691fe36 17:01:30 ---> Running in 9011d5b3afb3 17:01:30 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 17:01:30 go: downloading github.com/lib/pq v1.9.0 17:01:30 ---> d2bc4a25f865 17:01:30 Step 19/23 : ENTRYPOINT ["/core-command"] 17:01:30 ---> Running in be8bbf515161 17:01:31 ---> d93dc0e7eb33 17:01:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 17:01:31 Removing intermediate container a4692691fe36 17:01:31 ---> 52b5029d1eab 17:01:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:31 ---> Running in de5874d8ef94 17:01:31 Removing intermediate container 9011d5b3afb3 17:01:31 ---> c3d65ffdcf45 17:01:31 Step 15/26 : EXPOSE $APP_PORT 17:01:31 ---> 0402827c9584 17:01:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 17:01:31 ---> Running in d15e57a2e5e8 17:01:31 ---> Running in 916814bbb7e9 17:01:31 Removing intermediate container be8bbf515161 17:01:31 ---> 451986c049d7 17:01:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:31 ---> Running in 1877f06878c5 17:01:31 Removing intermediate container de5874d8ef94 17:01:31 ---> ee3d54e7fe49 17:01:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:01:32 Removing intermediate container 916814bbb7e9 17:01:32 ---> acca4885f0c4 17:01:32 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:01:32 ---> Running in f5a0f39b247c 17:01:32 Removing intermediate container d15e57a2e5e8 17:01:32 ---> 26d44edc7164 17:01:32 Step 20/22 : LABEL arch=arm64 17:01:32 ---> 7b962f1093db 17:01:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 17:01:32 Removing intermediate container 1877f06878c5 17:01:32 ---> 81eb18ee92c4 17:01:32 Step 21/23 : LABEL arch=arm64 17:01:32 ---> Running in f472c956335a 17:01:32 ---> Running in 0c4aca708b9d 17:01:33 Removing intermediate container f5a0f39b247c 17:01:33 ---> 7c7649a7845c 17:01:33 Step 21/23 : LABEL arch=arm64 17:01:33 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 17:01:33 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 17:01:33 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 17:01:33 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 17:01:33 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 17:01:33 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 17:01:33 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 17:01:33 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 17:01:33 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 17:01:33 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 17:01:33 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 17:01:33 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 17:01:33 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 17:01:33 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 17:01:33 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 17:01:33 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 17:01:33 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 17:01:33 + 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 17:01:33 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 17:01:33 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 17:01:33 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 17:01:33 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 17:01:33 ---> Running in a0ea98ae87ba 17:01:33 Removing intermediate container f472c956335a 17:01:33 ---> fc5029792817 17:01:33 Step 21/22 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:01:33 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 17:01:33 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 17:01:33 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 17:01:33 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 17:01:33 ---> Running in 50615a4b9be2 17:01:33 ---> a4b978524f10 17:01:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 17:01:33 Removing intermediate container 0c4aca708b9d 17:01:33 ---> f8e4b72ae007 17:01:33 Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:01:34 ---> 455a199772a1 17:01:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:01:34 Removing intermediate container a0ea98ae87ba 17:01:34 ---> 0eb838300b43 17:01:34 Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:01:34 ---> Running in 5fc7b99a0ce7 17:01:34 ---> Running in 11dfb807efea 17:01:34 Removing intermediate container 50615a4b9be2 17:01:34 ---> 18e804935d2d 17:01:34 Step 22/22 : LABEL version=0.0.0 17:01:34 ---> Running in 580af49fdc14 17:01:34 Removing intermediate container 5fc7b99a0ce7 17:01:34 ---> 11fbe400b8f2 17:01:34 Step 23/23 : LABEL version=0.0.0 17:01:34 Removing intermediate container 11dfb807efea 17:01:34 ---> bf7af4236acc 17:01:34 Step 23/23 : LABEL version=0.0.0 17:01:35 ---> Running in 11d44ec6e29e 17:01:35 ---> Running in a7c41b01176a 17:01:35 ---> a90000a5b3bf 17:01:35 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:01:35 ---> cbff8f1f7670 17:01:35 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 17:01:35 Removing intermediate container 580af49fdc14 17:01:35 ---> 1bf48e50c6cf 17:01:35 17:01:36 ---> Running in 47ad2f65766d 17:01:36 Removing intermediate container a7c41b01176a 17:01:36 ---> 5bbb2f32a429 17:01:36 17:01:36 Removing intermediate container 11d44ec6e29e 17:01:36 ---> 9466755f2eb5 17:01:36 17:01:36 Successfully built 1bf48e50c6cf 17:01:36 Successfully tagged docker-support-scheduler-go-arm64:latest 17:01:36  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go 17:01:37 Successfully built 5bbb2f32a429 17:01:37 ---> ec49a7c14b53 17:01:37 Step 19/26 : RUN apk --no-cache add py3-pip 17:01:37 Successfully built 9466755f2eb5 17:01:37 Successfully tagged docker-core-command-go-arm64:latest 17:01:37  Building docker-core-command-go ... done Building docker-support-notifications-go 17:01:37 Successfully tagged docker-core-metadata-go-arm64:latest 17:01:37 Building docker-core-data-go 17:01:37  Building docker-core-metadata-go ... done Removing intermediate container 47ad2f65766d 17:01:37 ---> e937e4d64942 17:01:37 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 17:01:37 ---> Running in 41aa3f3e2fc0 17:01:37 Building static-packages 17:01:37 + snapcraftctl build 17:01:38 ---> 87bee538cd1c 17:01:38 Step 26/31 : RUN chmod +x /entrypoint.sh 17:01:38 ---> Running in c2e7237c9c71 17:01:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:01:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:01:39 (1/33) Installing libbz2 (1.0.8-r1) 17:01:39 (2/33) Installing expat (2.2.9-r1) 17:01:39 (3/33) Installing libffi (3.3-r2) 17:01:39 (4/33) Installing gdbm (1.13-r1) 17:01:39 (5/33) Installing xz-libs (5.2.5-r0) 17:01:39 (6/33) Installing sqlite-libs (3.32.1-r0) 17:01:39 (7/33) Installing python3 (3.8.8-r0) 17:01:40 Building version 17:01:40 + snapcraftctl build 17:01:41 (8/33) Installing py3-appdirs (1.4.4-r1) 17:01:41 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:01:41 (10/33) Installing py3-parsing (2.4.7-r0) 17:01:41 (11/33) Installing py3-six (1.15.0-r0) 17:01:41 (12/33) Installing py3-packaging (20.4-r0) 17:01:41 (13/33) Installing py3-setuptools (47.0.0-r0) 17:01:41 (14/33) Installing py3-chardet (3.0.4-r4) 17:01:41 (15/33) Installing py3-idna (2.9-r0) 17:01:41 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:01:41 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:01:41 (18/33) Installing py3-requests (2.23.0-r0) 17:01:41 (19/33) Installing py3-msgpack (1.0.0-r0) 17:01:41 (20/33) Installing py3-lockfile (0.12.2-r3) 17:01:41 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:01:41 (22/33) Installing py3-colorama (0.4.3-r0) 17:01:41 (23/33) Installing py3-distlib (0.3.0-r0) 17:01:41 (24/33) Installing py3-distro (1.5.0-r1) 17:01:41 (25/33) Installing py3-webencodings (0.5.1-r3) 17:01:41 (26/33) Installing py3-html5lib (1.0.1-r4) 17:01:41 (27/33) Installing py3-pytoml (0.1.21-r0) 17:01:41 (28/33) Installing py3-pep517 (0.8.2-r0) 17:01:41 (29/33) Installing py3-progress (1.5-r0) 17:01:41 (30/33) Installing py3-toml (0.10.1-r0) 17:01:41 (31/33) Installing py3-retrying (1.3.3-r0) 17:01:41 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:01:41 (33/33) Installing py3-pip (20.1.1-r0) 17:01:42 Executing busybox-1.31.1-r19.trigger 17:01:42 OK: 71 MiB in 55 packages 17:01:43 Removing intermediate container c2e7237c9c71 17:01:43 ---> cb2bae003606 17:01:43 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 17:01:43 Skipping stage go-build-helper (already ran) 17:01:43 Staging app-service-config 17:01:43 + snapcraftctl stage 17:01:44 ---> Running in 3344d13f9f8d 17:01:44 Staging config-common 17:01:44 + snapcraftctl stage 17:01:45 Staging edgex-go 17:01:45 + snapcraftctl stage 17:01:45 Removing intermediate container 3344d13f9f8d 17:01:45 ---> 06680b77d071 17:01:45 Step 28/31 : CMD ["gate"] 17:01:46 ---> Running in 0da1b6e44eeb 17:01:47 Staging static-packages 17:01:47 + snapcraftctl stage 17:01:47 Removing intermediate container 0da1b6e44eeb 17:01:47 ---> ba80acb13200 17:01:47 Step 29/31 : LABEL arch=arm64 17:01:48 ---> Running in 8a7aa2ebf596 17:01:48 Staging version 17:01:48 + snapcraftctl stage 17:01:49 Removing intermediate container 8a7aa2ebf596 17:01:49 ---> d1ead19e7e7c 17:01:49 Step 30/31 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:01:50 Priming go-build-helper 17:01:50 + snapcraftctl prime 17:01:50 ---> Running in b7b155d08509 17:01:51 Priming app-service-config 17:01:51 + snapcraftctl prime 17:01:51 Removing intermediate container 41aa3f3e2fc0 17:01:51 ---> 800aa882690b 17:01:51 Step 20/26 : RUN pip install docker-compose==1.23.2 17:01:51 Removing intermediate container b7b155d08509 17:01:51 ---> 531c603b522d 17:01:51 Step 31/31 : LABEL version=0.0.0 17:01:51 ---> Running in 30b5613f659b 17:01:52 ---> Running in 79ee94662a2c 17:01:53 Priming config-common 17:01:53 + snapcraftctl prime 17:01:53 Removing intermediate container 79ee94662a2c 17:01:53 ---> 74978e4d1571 17:01:53 17:01:53 Priming edgex-go 17:01:53 + snapcraftctl prime 17:01:54 Successfully built 74978e4d1571 17:01:54 Successfully tagged docker-security-bootstrapper-go-arm64:latest 17:01:54  Building docker-security-bootstrapper-go ... done Building docker-security-proxy-setup-go 17:01:55 Priming static-packages 17:01:55 + snapcraftctl prime 17:01:58 Collecting docker-compose==1.23.2 17:01:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:01:58 Collecting PyYAML<4,>=3.10 17:01:58 Downloading PyYAML-3.13.tar.gz (270 kB) 17:01:59 Priming version 17:01:59 + snapcraftctl prime 17:02:00 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:02:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:02:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:02:04 Collecting texttable<0.10,>=0.9.0 17:02:04 Downloading texttable-0.9.1.tar.gz (11 kB) 17:02:06 Collecting dockerpty<0.5,>=0.4.1 17:02:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:02:08 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:02:09 Collecting docker<4.0,>=3.6.0 17:02:09 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:02:09 Collecting jsonschema<3,>=2.5.1 17:02:09 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:02:10 Collecting docopt<0.7,>=0.6.1 17:02:10 Downloading docopt-0.6.2.tar.gz (25 kB) 17:02:13 Collecting cached-property<2,>=1.2.0 17:02:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:02:13 Collecting websocket-client<1.0,>=0.32.0 17:02:13 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 17:02:13 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) 17:02:13 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) 17:02:14 Collecting urllib3<1.25,>=1.21.1 17:02:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:02:14 Collecting idna<2.8,>=2.5 17:02:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:02:15 Collecting docker-pycreds>=0.4.0 17:02:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:02:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:02:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:02:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:02:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:02:16 Installing collected packages: PyYAML, urllib3, idna, requests, texttable, dockerpty, docker-pycreds, websocket-client, docker, jsonschema, docopt, cached-property, docker-compose 17:02:16 Running setup.py install for PyYAML: started 17:02:19 Running setup.py install for PyYAML: finished with status 'done' 17:02:19 Attempting uninstall: urllib3 17:02:19 Found existing installation: urllib3 1.25.9 17:02:19 Uninstalling urllib3-1.25.9: 17:02:19 Successfully uninstalled urllib3-1.25.9 17:02:19 Attempting uninstall: idna 17:02:19 Found existing installation: idna 2.9 17:02:19 Uninstalling idna-2.9: 17:02:19 Successfully uninstalled idna-2.9 17:02:20 Attempting uninstall: requests 17:02:20 Found existing installation: requests 2.23.0 17:02:20 Uninstalling requests-2.23.0: 17:02:20 Successfully uninstalled requests-2.23.0 17:02:21 Running setup.py install for texttable: started 17:02:23 Running setup.py install for texttable: finished with status 'done' 17:02:23 Running setup.py install for dockerpty: started 17:02:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:02:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:02:25 ---> 4d1aaf35c484 17:02:25 Step 3/22 : WORKDIR /edgex-go 17:02:25 ---> Using cache 17:02:25 ---> 931037917c47 17:02:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:25 ---> Using cache 17:02:25 ---> 7c453c0017b9 17:02:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 17:02:25 Running setup.py install for dockerpty: finished with status 'done' 17:02:26 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:02:26 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:02:26 ---> 4d1aaf35c484 17:02:26 Step 3/23 : WORKDIR /edgex-go 17:02:26 ---> Using cache 17:02:26 ---> 931037917c47 17:02:26 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:26 ---> Using cache 17:02:26 ---> 7c453c0017b9 17:02:26 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 17:02:26 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:02:26 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:02:26 ---> 4d1aaf35c484 17:02:26 Step 3/24 : WORKDIR /edgex-go 17:02:26 ---> Using cache 17:02:26 ---> 931037917c47 17:02:26 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:26 ---> Using cache 17:02:26 ---> 7c453c0017b9 17:02:26 Step 5/24 : RUN apk add --update --no-cache make git 17:02:26 ---> Using cache 17:02:26 ---> e4b62c5954f2 17:02:26 Step 6/24 : COPY go.mod . 17:02:26 ---> Using cache 17:02:26 ---> 9e71f758ee8b 17:02:26 Step 7/24 : RUN go mod download 17:02:26 ---> Using cache 17:02:26 ---> e58a8ca9e860 17:02:26 Step 8/24 : COPY . . 17:02:26 ---> Using cache 17:02:26 ---> 61f195791bf4 17:02:26 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:02:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 17:02:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:02:32 ---> 4d1aaf35c484 17:02:32 Step 3/21 : WORKDIR /edgex-go 17:02:32 ---> Using cache 17:02:32 ---> 931037917c47 17:02:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:32 ---> Using cache 17:02:32 ---> 7c453c0017b9 17:02:32 Step 5/21 : RUN apk add --update --no-cache make git 17:02:32 ---> Using cache 17:02:32 ---> e4b62c5954f2 17:02:32 Step 6/21 : COPY go.mod . 17:02:32 ---> Using cache 17:02:32 ---> 9e71f758ee8b 17:02:32 Step 7/21 : RUN go mod download 17:02:32 ---> Using cache 17:02:32 ---> e58a8ca9e860 17:02:32 Step 8/21 : COPY . . 17:02:32 ---> Using cache 17:02:32 ---> 61f195791bf4 17:02:32 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 17:02:32 Running setup.py install for docopt: started 17:02:33 ---> Running in e1a058b4442f 17:02:33 ---> Running in 2365016363fd 17:02:33 ---> Running in 86375010652e 17:02:33 ---> Running in b3088e904540 17:02:33 Running setup.py install for docopt: finished with status 'done' 17:02:34 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 17:02:35 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 17:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:35 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 17:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:02:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:02:36 OK: 217 MiB in 51 packages 17:02:37 OK: 217 MiB in 51 packages 17:02:39 Removing intermediate container e1a058b4442f 17:02:39 ---> e47b46b4cb04 17:02:39 Step 6/23 : COPY go.mod . 17:02:39 Removing intermediate container b3088e904540 17:02:39 ---> 18a4b83f0a86 17:02:39 Step 6/22 : COPY go.mod . 17:02:41 ---> 6d2c4b8a0354 17:02:41 Step 7/23 : RUN go mod download 17:02:41 Removing intermediate container 30b5613f659b 17:02:41 ---> 855d19bfc822 17:02:41 Step 21/26 : RUN apk --no-cache add curl 17:02:41 ---> Running in ffa20185fa40 17:02:41 ---> 6b83ac66cc19 17:02:41 Step 7/22 : RUN go mod download 17:02:41 ---> Running in aa1787b594ce 17:02:42 ---> Running in eb04f42bd7c0 17:02:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:02:45 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:02:45 (2/3) Installing libcurl (7.69.1-r3) 17:02:45 (3/3) Installing curl (7.69.1-r3) 17:02:45 Executing busybox-1.31.1-r19.trigger 17:02:45 OK: 72 MiB in 58 packages 17:02:48 Removing intermediate container eb04f42bd7c0 17:02:48 ---> 172416c0c225 17:02:48 Step 8/22 : COPY . . 17:02:48 Removing intermediate container aa1787b594ce 17:02:48 ---> 896d4781d618 17:02:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 17:02:48 Removing intermediate container ffa20185fa40 17:02:48 ---> 17a89b1aa947 17:02:48 Step 8/23 : COPY . . 17:02:48 ---> Running in b307177db076 17:02:50 Removing intermediate container b307177db076 17:02:50 ---> ecb7302769ec 17:02:50 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:02:50 ---> Running in f89ba2d029f7 17:02:52 Removing intermediate container f89ba2d029f7 17:02:52 ---> 2e54bc89e405 17:02:52 Step 24/26 : LABEL arch=arm64 17:02:53 ---> Running in d3bb5c4a9c0c 17:02:55 Removing intermediate container d3bb5c4a9c0c 17:02:55 ---> 056b486632dc 17:02:55 Step 25/26 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:02:55 ---> Running in 7611d78fdfa0 17:02:57 Removing intermediate container 7611d78fdfa0 17:02:57 ---> 0c3881610eb5 17:02:57 Step 26/26 : LABEL version=0.0.0 17:02:58 ---> Running in 7956f29db5a2 17:03:00 Removing intermediate container 7956f29db5a2 17:03:00 ---> 9d8c29803a52 17:03:00 17:03:02 Successfully built 9d8c29803a52 17:03:02 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:03:20  Building docker-sys-mgmt-agent-go ... done  ---> 4db178d7c22b 17:03:20 Step 9/22 : RUN make cmd/support-notifications/support-notifications 17:03:20 ---> 46935d24540f 17:03:20 Step 9/23 : RUN make cmd/core-data/core-data 17:03:20 ---> Running in 9c52d1801e7f 17:03:20 ---> Running in 2e027f46b327 17:03:20 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 17:03:20 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 17:03:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 17:03:34 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 17:03:49 Removing intermediate container 86375010652e 17:03:49 ---> f93a0c4f292b 17:03:49 17:03:49 Step 10/24 : FROM alpine:3.12 17:03:49 ---> e47305ac9786 17:03:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 17:03:49 ---> Running in fb158667864f 17:03:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:51 Removing intermediate container 2365016363fd 17:03:51 ---> c0b68c860fae 17:03:51 17:03:51 Step 10/21 : FROM alpine:3.12 17:03:51 ---> e47305ac9786 17:03:51 Step 11/21 : RUN apk add --update --no-cache curl 17:03:51 ---> Running in 236b51bdee74 17:03:51 (1/6) Installing ca-certificates (20191127-r4) 17:03:51 (2/6) Installing nghttp2-libs (1.41.0-r0) 17:03:51 (3/6) Installing libcurl (7.69.1-r3) 17:03:51 (4/6) Installing curl (7.69.1-r3) 17:03:51 (5/6) Installing dumb-init (1.2.2-r1) 17:03:51 (6/6) Installing su-exec (0.2-r1) 17:03:51 Executing busybox-1.31.1-r19.trigger 17:03:51 Executing ca-certificates-20191127-r4.trigger 17:03:52 OK: 7 MiB in 20 packages 17:03:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:03:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:03:54 (1/4) Installing ca-certificates (20191127-r4) 17:03:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:03:54 (3/4) Installing libcurl (7.69.1-r3) 17:03:54 (4/4) Installing curl (7.69.1-r3) 17:03:54 Executing busybox-1.31.1-r19.trigger 17:03:54 Executing ca-certificates-20191127-r4.trigger 17:03:54 Removing intermediate container fb158667864f 17:03:54 ---> 072b17b0dd19 17:03:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:03:54 OK: 7 MiB in 18 packages 17:03:54 ---> Running in 95c793953e23 17:03:55 Removing intermediate container 95c793953e23 17:03:55 ---> 0c8a457f3fd1 17:03:55 Step 13/24 : WORKDIR / 17:03:55 ---> Running in 1564b7a78412 17:03:56 Removing intermediate container 1564b7a78412 17:03:56 ---> 523397b12dc0 17:03:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:03:57 Removing intermediate container 236b51bdee74 17:03:57 ---> a751b56d2b02 17:03:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:03:57 ---> Running in 73ab7c56cbdc 17:03:57 ---> acb6ff38f0e0 17:03:57 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:03:58 Removing intermediate container 73ab7c56cbdc 17:03:58 ---> d27a8dcb0f43 17:03:58 Step 13/21 : WORKDIR /edgex 17:03:58 ---> Running in 313cc6bd832b 17:03:59 ---> 6d4bfa5d07a5 17:03:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:03:59 Removing intermediate container 313cc6bd832b 17:03:59 ---> 442910682041 17:03:59 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:04:00 ---> 2e0c2616a03f 17:04:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:04:00 ---> d58290c96441 17:04:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:04:02 ---> c3d54af04499 17:04:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:04:02 ---> 98da0561203c 17:04:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 17:04:04 ---> fde61c90867d 17:04:04 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:04:04 ---> 382fa9490d2c 17:04:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:04:04 ---> Running in 042851f83d3b 17:04:05 Removing intermediate container 042851f83d3b 17:04:05 ---> 2691d96c02d9 17:04:05 Step 18/21 : CMD ["--init=true"] 17:04:05 ---> Running in 02372fca9d8e 17:04:06 ---> dc3e80726d53 17:04:06 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/ 17:04:06 ---> Running in 9a7a89864f89 17:04:06 Removing intermediate container 02372fca9d8e 17:04:06 ---> 32573adb2898 17:04:06 Step 19/21 : LABEL arch=arm64 17:04:07 ---> Running in 74340f9dcd9f 17:04:07 Removing intermediate container 74340f9dcd9f 17:04:07 ---> 682f926a2d35 17:04:07 Step 20/21 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:04:07 ---> Running in 001834b54ae3 17:04:08 Removing intermediate container 001834b54ae3 17:04:08 ---> 90e02b5665dd 17:04:08 Step 21/21 : LABEL version=0.0.0 17:04:08 ---> Running in d3eea8ed9b4a 17:04:10 Removing intermediate container d3eea8ed9b4a 17:04:10 ---> ed7081c3341a 17:04:10 17:04:10 Removing intermediate container 9a7a89864f89 17:04:10 ---> 8bc78bd20d9b 17:04:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:04:10 ---> Running in af58438b8ffb 17:04:10 Successfully built ed7081c3341a 17:04:11 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:04:11  Building docker-security-proxy-setup-go ... done Removing intermediate container af58438b8ffb 17:04:11 ---> 4ecdc0ef411e 17:04:11 Step 22/24 : LABEL arch=arm64 17:04:11 ---> Running in c230c5c57b28 17:04:12 Removing intermediate container c230c5c57b28 17:04:12 ---> 84f84b6798ed 17:04:12 Step 23/24 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:04:12 ---> Running in 0cee49833446 17:04:12 Removing intermediate container 0cee49833446 17:04:12 ---> 102bb67e1f42 17:04:12 Step 24/24 : LABEL version=0.0.0 17:04:13 ---> Running in 047a9d886a0b 17:04:13 Removing intermediate container 047a9d886a0b 17:04:13 ---> 046f781c804e 17:04:13 17:04:14 Successfully built 046f781c804e 17:04:14 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 17:04:36  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9c52d1801e7f 17:04:36 ---> f9760f766861 17:04:36 17:04:36 Step 10/22 : FROM alpine:3.12 17:04:36 ---> e47305ac9786 17:04:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 17:04:36 ---> Running in 7823dffa4a9f 17:04:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:37 (1/2) Installing ca-certificates (20191127-r4) 17:04:37 (2/2) Installing dumb-init (1.2.2-r1) 17:04:37 Executing busybox-1.31.1-r19.trigger 17:04:37 Executing ca-certificates-20191127-r4.trigger 17:04:37 OK: 6 MiB in 16 packages 17:04:39 Removing intermediate container 7823dffa4a9f 17:04:39 ---> ac91fd76583e 17:04:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 17:04:39 ---> Running in 24486ccb7d3b 17:04:40 Removing intermediate container 24486ccb7d3b 17:04:40 ---> 022beeedfe9d 17:04:40 Step 13/22 : ENV APP_PORT=48060 17:04:40 ---> Running in 6e22270456e8 17:04:40 Removing intermediate container 6e22270456e8 17:04:40 ---> 3c4ad37bacb7 17:04:40 Step 14/22 : EXPOSE $APP_PORT 17:04:41 ---> Running in 4c5749a80d1d 17:04:41 Removing intermediate container 4c5749a80d1d 17:04:41 ---> 380b03857906 17:04:41 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 17:04:43 ---> a8249ea6ef4f 17:04:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:04:43 Removing intermediate container 2e027f46b327 17:04:43 ---> 61527f2a3394 17:04:43 17:04:43 Step 10/23 : FROM alpine:3.12 17:04:43 ---> e47305ac9786 17:04:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:04:43 ---> Running in 2202cc9aac0c 17:04:44 Removing intermediate container 2202cc9aac0c 17:04:44 ---> 30992cb81844 17:04:44 Step 12/23 : ENV APP_PORT=48080 17:04:44 ---> d2986bb1155e 17:04:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:04:44 ---> Running in c0199117fc92 17:04:44 Removing intermediate container c0199117fc92 17:04:44 ---> b7cb994a63d7 17:04:44 Step 13/23 : EXPOSE $APP_PORT 17:04:44 ---> Running in b7c0e1da484a 17:04:45 ---> 195ee1d24c79 17:04:45 Step 18/22 : ENTRYPOINT ["/support-notifications"] 17:04:45 ---> Running in dd0e2e6a0649 17:04:45 Removing intermediate container b7c0e1da484a 17:04:45 ---> 20e2476e4478 17:04:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:45 ---> Running in 65e67f182078 17:04:45 Removing intermediate container dd0e2e6a0649 17:04:45 ---> 5652df92e5ea 17:04:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:04:46 ---> Running in 2294e83f002e 17:04:46 Removing intermediate container 2294e83f002e 17:04:46 ---> feb32ddc21c0 17:04:46 Step 20/22 : LABEL arch=arm64 17:04:46 ---> Running in 54e099228fc9 17:04:47 Removing intermediate container 54e099228fc9 17:04:47 ---> c3d70e47c1bc 17:04:47 Step 21/22 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:04:47 ---> Running in 8c18aa1df153 17:04:47 Removing intermediate container 8c18aa1df153 17:04:47 ---> 1eadcc7d0fe9 17:04:48 Step 22/22 : LABEL version=0.0.0 17:04:48 Removing intermediate container 65e67f182078 17:04:48 ---> 628e5e4537aa 17:04:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 17:04:48 ---> Running in f1e11967777e 17:04:48 ---> Running in 1f9a977b5036 17:04:48 Removing intermediate container f1e11967777e 17:04:48 ---> 17ec9b1d5f60 17:04:48 17:04:49 Successfully built 17ec9b1d5f60 17:04:49 Successfully tagged docker-support-notifications-go-arm64:latest 17:04:49  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:04:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:04:50 (1/6) Installing dumb-init (1.2.2-r1) 17:04:51 (2/6) Installing libgcc (9.3.0-r2) 17:04:51 (3/6) Installing libsodium (1.0.18-r0) 17:04:51 (4/6) Installing libstdc++ (9.3.0-r2) 17:04:51 (5/6) Installing libzmq (4.3.3-r0) 17:04:51 (6/6) Installing zeromq (4.3.3-r0) 17:04:51 Executing busybox-1.31.1-r19.trigger 17:04:51 OK: 8 MiB in 20 packages 17:04:52 Removing intermediate container 1f9a977b5036 17:04:52 ---> 4086daa3bdc8 17:04:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 17:04:53 ---> 4e011be83c49 17:04:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:04:55 ---> f59d804fb9d2 17:04:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:04:55 ---> 33e11740f57e 17:04:55 Step 19/23 : ENTRYPOINT ["/core-data"] 17:04:55 ---> Running in eea6c9c35f23 17:04:56 Removing intermediate container eea6c9c35f23 17:04:56 ---> 5f9ed4df6c71 17:04:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:04:56 ---> Running in f87430c988e2 17:04:56 Removing intermediate container f87430c988e2 17:04:56 ---> fde9c88bda46 17:04:56 Step 21/23 : LABEL arch=arm64 17:04:56 ---> Running in cc0659d595d6 17:04:57 Removing intermediate container cc0659d595d6 17:04:57 ---> d530d014e4ca 17:04:57 Step 22/23 : LABEL git_sha=bca07f40881fc04d9dea04c89477c9532246c532 17:04:57 ---> Running in 3e7082c26232 17:04:57 Removing intermediate container 3e7082c26232 17:04:57 ---> 05e751595f7f 17:04:57 Step 23/23 : LABEL version=0.0.0 17:04:57 ---> Running in 997083193eb8 17:04:58 Removing intermediate container 997083193eb8 17:04:58 ---> 882949817821 17:04:58 17:04:58 Successfully built 882949817821 17:04:58 Successfully tagged docker-core-data-go-arm64:latest 17:04:59  Building docker-core-data-go ... done  [Pipeline] } 17:04:59 $ docker stop --time=1 0fc98acf4594e14b353e6b78b14ea873a8f10281fae0fb7f551b8c7fdc5faa8c 17:05:01 $ docker rm -f 0fc98acf4594e14b353e6b78b14ea873a8f10281fae0fb7f551b8c7fdc5faa8c [Pipeline] // withDockerContainer [Pipeline] sh 17:05:02 + + grep docker 17:05:02 docker images 17:05:02 docker-core-data-go-arm64 latest 882949817821 4 seconds ago 21.4MB 17:05:02 docker-support-notifications-go-arm64 latest 17ec9b1d5f60 14 seconds ago 16.9MB 17:05:02 docker-security-secretstore-setup-go-arm64 latest 046f781c804e 49 seconds ago 23.7MB 17:05:02 docker-security-proxy-setup-go-arm64 latest ed7081c3341a 53 seconds ago 23.4MB 17:05:02 docker-sys-mgmt-agent-go-arm64 latest 9d8c29803a52 2 minutes ago 300MB 17:05:02 docker-security-bootstrapper-go-arm64 latest 74978e4d1571 3 minutes ago 17.9MB 17:05:02 docker-core-metadata-go-arm64 latest 9466755f2eb5 3 minutes ago 17.9MB 17:05:02 docker-support-scheduler-go-arm64 latest 1bf48e50c6cf 3 minutes ago 16.4MB 17:05:02 docker-core-command-go-arm64 latest 5bbb2f32a429 3 minutes ago 16.3MB 17:05:02 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:05:03 ---> job-cost.sh 17:05:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C4jI 17:05:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:07:19 lf-activate-venv(): INFO: Adding /tmp/venv-C4jI/bin to PATH 17:07:19 INFO: No Stack... 17:07:19 INFO: Retrieving Pricing Info for: lf-standard-4 17:07:19 INFO: Archiving Costs [Pipeline] sh 17:07:19 + cat /w/workspace/edgex-go/2/archives/cost.csv 17:07:19 + cut -d, -f6 [Pipeline] lock 17:07:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3305-2-stack-cost] 17:07:19 Resource [jenkins-edgexfoundry-edgex-go-PR-3305-2-stack-cost] did not exist. Created. 17:07:19 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3305-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:07:20 + echo total: 0.20999999344348907 [Pipeline] stash 17:07:20 Stashed 1 file(s) [Pipeline] } 17:07:20 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3305-2-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 17:07:21 provisioning config files... 17:07:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config6947577950996347334tmp [Pipeline] { [Pipeline] sh 17:07:22 + set +x 17:07:22 + curl -s https://codecov.io/bash 17:07:22 + bash -s -- 17:07:22 17:07:22 _____ _ 17:07:22 / ____| | | 17:07:22 | | ___ __| | ___ ___ _____ __ 17:07:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:07:22 | |___| (_) | (_| | __/ (_| (_) \ V / 17:07:22 \_____\___/ \__,_|\___|\___\___/ \_/ 17:07:22 Bash-20210309-2b87ace 17:07:22 17:07:22 17:07:22 ==> git version 2.24.3 found 17:07:22 ==> 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 17:07:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:07:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:07:22 ==> Jenkins CI detected. 17:07:22 project root: . 17:07:22 --> token set from env 17:07:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:07:22 ==> Running gcov in . (disable via -X gcov) 17:07:22 ==> Python coveragepy not found 17:07:22 ==> Searching for coverage reports in: 17:07:22 + . 17:07:22 -> Found 1 reports 17:07:22 ==> Detecting git/mercurial file structure 17:07:23 ==> Reading reports 17:07:23 + ./coverage.out bytes=668090 17:07:23 ==> Appending adjustments 17:07:23 https://docs.codecov.io/docs/fixing-reports 17:07:26 + Found adjustments 17:07:26 ==> Gzipping contents 17:07:26 96K /tmp/codecov.LeSceX.gz 17:07:26 ==> Uploading reports 17:07:26 url: https://codecov.io 17:07:26 query: branch=PR-3305&commit=bca07f40881fc04d9dea04c89477c9532246c532&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3305%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3305&job=&cmd_args= 17:07:26 -> Pinging Codecov 17:07:26 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3305&commit=bca07f40881fc04d9dea04c89477c9532246c532&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3305%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3305&job=&cmd_args= 17:07:27 -> Uploading to 17:07:27 https://storage.googleapis.com/codecov/v4/raw/2021-03-29/00271124DB129430A58F1EEE437C3FCB/bca07f40881fc04d9dea04c89477c9532246c532/2435758b-dfe9-4a75-a8e5-f099188db377.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210329%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210329T170727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a2ef0ad78f44cfe5e4e46d6400115d8b80fc54e5f456c6b5ffa53c867d2c4236 17:07:27 % Total % Received % Xferd Average Speed Time Time Time Current 17:07:27 Dload Upload Total Spent Left Speed 17:07:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 96803 0 0 100 96803 0 209k --:--:-- --:--:-- --:--:-- 210k 17:07:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/bca07f40881fc04d9dea04c89477c9532246c532 [Pipeline] } 17:07:27 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 17:07:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:07:30 ---> package-listing.sh 17:07:30 ++ facter osfamily 17:07:30 ++ tr '[:upper:]' '[:lower:]' 17:07:30 + OS_FAMILY=redhat 17:07:30 + workspace=/w/workspace/edgex-go/2 17:07:30 + START_PACKAGES=/tmp/packages_start.txt 17:07:30 + END_PACKAGES=/tmp/packages_end.txt 17:07:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:07:30 + PACKAGES=/tmp/packages_start.txt 17:07:30 + '[' /w/workspace/edgex-go/2 ']' 17:07:30 + PACKAGES=/tmp/packages_end.txt 17:07:30 + case "${OS_FAMILY}" in 17:07:30 + rpm -qa 17:07:30 + sort 17:07:35 + '[' -f /tmp/packages_start.txt ']' 17:07:35 + '[' -f /tmp/packages_end.txt ']' 17:07:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:07:35 + '[' /w/workspace/edgex-go/2 ']' 17:07:35 + mkdir -p /w/workspace/edgex-go/2/archives/ 17:07:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 17:07:35 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:07:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:07:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:07:36 17:07:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:07:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:07:36 alpine: Pulling from edgex-lftools-log-publisher 17:07:36 df20fa9351a1: Pulling fs layer 17:07:36 36b3adc4ff6f: Pulling fs layer 17:07:36 8ad3a11d3b57: Pulling fs layer 17:07:36 46f8f816bc3b: Pulling fs layer 17:07:36 93b61091891f: Pulling fs layer 17:07:36 93b9cdb0e59b: Pulling fs layer 17:07:36 5e14af77c1be: Pulling fs layer 17:07:36 01666e4c0597: Pulling fs layer 17:07:36 aa168da1d23b: Pulling fs layer 17:07:36 46f8f816bc3b: Waiting 17:07:36 93b61091891f: Waiting 17:07:36 93b9cdb0e59b: Waiting 17:07:36 5e14af77c1be: Waiting 17:07:36 01666e4c0597: Waiting 17:07:36 aa168da1d23b: Waiting 17:07:36 36b3adc4ff6f: Verifying Checksum 17:07:36 36b3adc4ff6f: Download complete 17:07:36 46f8f816bc3b: Verifying Checksum 17:07:36 46f8f816bc3b: Download complete 17:07:36 df20fa9351a1: Verifying Checksum 17:07:36 df20fa9351a1: Download complete 17:07:37 93b9cdb0e59b: Verifying Checksum 17:07:37 93b9cdb0e59b: Download complete 17:07:37 5e14af77c1be: Verifying Checksum 17:07:37 5e14af77c1be: Download complete 17:07:37 93b61091891f: Verifying Checksum 17:07:37 93b61091891f: Download complete 17:07:37 01666e4c0597: Verifying Checksum 17:07:37 01666e4c0597: Download complete 17:07:37 df20fa9351a1: Pull complete 17:07:37 36b3adc4ff6f: Pull complete 17:07:37 8ad3a11d3b57: Verifying Checksum 17:07:37 8ad3a11d3b57: Download complete 17:07:38 8ad3a11d3b57: Pull complete 17:07:38 46f8f816bc3b: Pull complete 17:07:39 aa168da1d23b: Verifying Checksum 17:07:39 aa168da1d23b: Download complete 17:07:41 93b61091891f: Pull complete 17:07:41 93b9cdb0e59b: Pull complete 17:07:41 5e14af77c1be: Pull complete 17:07:41 01666e4c0597: Pull complete 17:07:49 aa168da1d23b: Pull complete 17:07:49 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:07:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:07:49 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:07:49 prd-centos7-docker-4c-2g-31768 does not seem to be running inside a container 17:07:50 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:07:58 $ docker top 4518a0b95b6521eb9fd56ee8a478c3a7f8f60596e0496bb3e06b70a3a614ce0c -eo pid,comm [Pipeline] { [Pipeline] sh 17:07:59 + touch /tmp/pre-build-complete [Pipeline] sh 17:07:59 + mkdir -p /var/log/sa [Pipeline] sh 17:08:00 + ls /var/log/sa-host 17:08:00 + sadf -c /var/log/sa-host/sa23 17:08:00 file_magic: OK 17:08:00 HZ: Using current value: 100 17:08:00 file_header: OK 17:08:00 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 17:08:00 Statistics: 17:08:00 Hnuu...uuuununununu... 17:08:00 File successfully converted to sysstat format version 12.2.1 17:08:00 + sadf -c /var/log/sa-host/sa29 17:08:00 file_magic: OK 17:08:00 HZ: Using current value: 100 17:08:00 file_header: OK 17:08:00 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 17:08:00 Statistics: 17:08:00 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... 17:08:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:08:01 provisioning config files... 17:08:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6898940419394605513tmp [Pipeline] { [Pipeline] echo 17:08:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:08:01 ---> create-netrc.sh [Pipeline] } 17:08:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:08:01 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:08:01 ---> python-tools-install.sh [Pipeline] echo 17:08:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:08:02 ---> sudo-logs.sh 17:08:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:08:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:08:02 ---> job-cost.sh 17:08:02 lf-activate-venv: SKIPPING 17:08:02 DEBUG: total: 0.20999999344348907 17:08:02 INFO: Retrieving Stack Cost... 17:08:03 INFO: Retrieving Pricing Info for: v1-standard-2 17:08:04 INFO: Archiving Costs [Pipeline] echo 17:08:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:08:04 ---> logs-deploy.sh 17:08:04 lf-activate-venv: SKIPPING 17:08:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3305/2 17:08:04 INFO: archiving workspace using pattern(s): 17:08:05 Archives upload complete. 17:08:05 INFO: archiving logs to Nexus 17:08:07 ---> uname -a: 17:08:07 Linux prd-centos7-docker-4c-2g-31768.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:08:07 17:08:07 17:08:07 ---> lscpu: 17:08:07 Architecture: x86_64 17:08:07 CPU op-mode(s): 32-bit, 64-bit 17:08:07 Byte Order: Little Endian 17:08:07 Address sizes: 40 bits physical, 48 bits virtual 17:08:07 CPU(s): 4 17:08:07 On-line CPU(s) list: 0-3 17:08:07 Thread(s) per core: 1 17:08:07 Core(s) per socket: 1 17:08:07 Socket(s): 4 17:08:07 NUMA node(s): 1 17:08:07 Vendor ID: GenuineIntel 17:08:07 CPU family: 6 17:08:07 Model: 44 17:08:07 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:08:07 Stepping: 1 17:08:07 CPU MHz: 2933.438 17:08:07 BogoMIPS: 5866.87 17:08:07 Virtualization: VT-x 17:08:07 Hypervisor vendor: KVM 17:08:07 Virtualization type: full 17:08:07 L1d cache: 128 KiB 17:08:07 L1i cache: 128 KiB 17:08:07 L2 cache: 16 MiB 17:08:07 L3 cache: 64 MiB 17:08:07 NUMA node0 CPU(s): 0-3 17:08:07 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:08:07 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:08:07 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:08:07 Vulnerability Meltdown: Mitigation; PTI 17:08:07 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:08:07 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:08:07 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:08:07 Vulnerability Srbds: Not affected 17:08:07 Vulnerability Tsx async abort: Not affected 17:08:07 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 17:08:07 17:08:07 17:08:07 ---> nproc: 17:08:07 4 17:08:07 17:08:07 17:08:07 ---> df -h: 17:08:07 Filesystem Size Used Available Use% Mounted on 17:08:07 overlay 50.0G 11.8G 38.2G 24% / 17:08:07 tmpfs 64.0M 0 64.0M 0% /dev 17:08:07 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:08:07 shm 64.0M 0 64.0M 0% /dev/shm 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/2 17:08:07 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/2@tmp 17:08:07 17:08:07 17:08:07 ---> free -m: 17:08:07 total used free shared buff/cache available 17:08:07 Mem: 1837 719 136 0 981 1032 17:08:07 Swap: 1023 63 960 17:08:07 17:08:07 17:08:07 ---> ip addr: 17:08:07 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:08:07 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:08:07 inet 127.0.0.1/8 scope host lo 17:08:07 valid_lft forever preferred_lft forever 17:08:07 inet6 ::1/128 scope host 17:08:07 valid_lft forever preferred_lft forever 17:08:07 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:08:07 link/ether fa:16:3e:bf:2a:94 brd ff:ff:ff:ff:ff:ff 17:08:07 inet 10.30.123.235/23 brd 10.30.123.255 scope global dynamic eth0 17:08:07 valid_lft 84985sec preferred_lft 84985sec 17:08:07 inet6 fe80::f816:3eff:febf:2a94/64 scope link 17:08:07 valid_lft forever preferred_lft forever 17:08:07 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:08:07 link/ether 02:42:d0:8c:85:ea brd ff:ff:ff:ff:ff:ff 17:08:07 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:08:07 valid_lft forever preferred_lft forever 17:08:07 inet6 fe80::42:d0ff:fe8c:85ea/64 scope link 17:08:07 valid_lft forever preferred_lft forever 17:08:07 17:08:07 17:08:07 ---> sar -b -r -n DEV: 17:08:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 17:08:07 17:08:07 16:44:18 LINUX RESTART (4 CPU) 17:08:07 17:08:07 16:45:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:08:07 16:46:01 109.48 45.10 64.38 0.00 7567.98 19638.15 0.00 17:08:07 16:47:01 288.94 84.21 204.73 0.00 5601.46 51499.40 0.00 17:08:07 16:48:01 183.50 90.60 92.90 0.00 2892.40 12733.99 0.00 17:08:07 16:49:01 159.45 78.50 80.95 0.00 3742.03 12079.67 0.00 17:08:07 16:50:03 583.43 362.81 220.61 0.00 79042.88 149582.94 0.00 17:08:07 16:51:01 3160.38 2818.02 342.36 0.00 163548.52 172168.71 0.00 17:08:07 16:52:02 421.99 172.62 249.38 0.00 27646.41 63411.23 0.00 17:08:07 16:53:01 2244.07 1895.58 348.49 0.00 119620.70 126579.74 0.00 17:08:07 16:54:01 608.42 341.82 266.60 0.00 21776.31 40398.74 0.00 17:08:07 16:55:01 1.03 0.60 0.43 0.00 25.97 10.34 0.00 17:08:07 16:56:01 0.57 0.27 0.30 0.00 7.86 3.40 0.00 17:08:07 16:57:01 1.58 1.30 0.28 0.00 101.12 3.31 0.00 17:08:07 16:58:01 0.32 0.02 0.30 0.00 0.13 3.28 0.00 17:08:07 16:59:02 0.27 0.02 0.25 0.00 0.27 2.33 0.00 17:08:07 17:00:01 3.15 2.30 0.85 0.00 260.57 16.18 0.00 17:08:07 17:01:01 0.42 0.08 0.33 0.00 1.47 4.41 0.00 17:08:07 17:02:01 0.73 0.38 0.35 0.00 22.50 4.93 0.00 17:08:07 17:03:01 0.23 0.00 0.23 0.00 0.00 2.32 0.00 17:08:07 17:04:01 0.28 0.02 0.27 0.00 0.13 3.53 0.00 17:08:07 17:05:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 17:08:07 17:06:01 0.17 0.00 0.17 0.00 0.00 1.90 0.00 17:08:07 17:07:01 0.27 0.03 0.23 0.00 0.27 2.22 0.00 17:08:07 Average: 349.44 264.38 85.05 0.00 19495.55 29414.31 0.00 17:08:07 17:08:07 16:45:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:08:07 16:46:01 403056 0 620924 33.00 2596 854968 1112156 37.96 457000 819536 44 17:08:07 16:47:01 332340 0 697488 37.07 1492 850224 1116652 38.11 440588 838172 20 17:08:07 16:48:01 275668 0 822152 43.70 572 783152 1865148 63.65 668232 656364 65296 17:08:07 16:49:01 217208 0 786732 41.81 572 877032 1435236 48.98 624872 748752 13768 17:08:07 16:50:03 70268 0 847672 45.05 80 963524 2283896 77.95 733444 870828 70688 17:08:07 16:51:01 185576 0 931400 49.50 80 764488 3792444 129.43 681268 732528 1472 17:08:07 16:52:02 87672 0 718380 38.18 80 1075412 1360424 46.43 715788 826080 23484 17:08:07 16:53:01 70956 0 816608 43.40 80 993900 2307376 78.75 599424 957004 68808 17:08:07 16:54:01 345568 0 650128 34.55 80 885768 1237048 42.22 516948 773768 20 17:08:07 16:55:01 352900 0 642004 34.12 80 886560 1180864 40.30 511604 772700 16 17:08:07 16:56:01 352828 0 642084 34.13 80 886552 1180936 40.30 512228 772660 12 17:08:07 16:57:01 350876 0 640992 34.07 80 889596 1174760 40.09 511460 775628 8 17:08:07 16:58:01 350744 0 641112 34.07 80 889608 1174760 40.09 511724 775632 8 17:08:07 16:59:02 350840 0 641016 34.07 80 889608 1174760 40.09 511600 775636 8 17:08:07 17:00:01 340304 0 644620 34.26 80 896540 1174820 40.09 517308 779756 8 17:08:07 17:01:01 339228 0 645684 34.32 80 896552 1177104 40.17 517976 779764 8 17:08:07 17:02:01 338936 0 645300 34.30 80 897228 1175268 40.11 517588 780316 12 17:08:07 17:03:01 339268 0 644956 34.28 80 897240 1175268 40.11 517468 780324 8 17:08:07 17:04:01 339120 0 645096 34.29 80 897248 1175268 40.11 517476 780324 8 17:08:07 17:05:01 338424 0 645788 34.32 80 897252 1175424 40.12 518332 780328 8 17:08:07 17:06:01 339432 0 644772 34.27 80 897260 1175268 40.11 517500 780332 8 17:08:07 17:07:01 339112 0 645088 34.29 80 897264 1175316 40.11 517744 780328 8 17:08:07 Average: 293651 0 693636 36.87 303 893953 1445463 49.33 551708 788035 11078 17:08:07 17:08:07 16:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:08:07 16:46:01 eth0 1404.62 1302.89 5635.69 156.12 0.00 0.00 0.00 0.00 17:08:07 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:46:01 docker0 871.96 736.93 72.33 2731.62 0.00 0.00 0.00 0.00 17:08:07 16:47:01 eth0 476.82 400.45 3677.59 43.28 0.00 0.00 0.00 0.00 17:08:07 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:47:01 docker0 160.45 195.89 11.14 832.21 0.00 0.00 0.00 0.00 17:08:07 16:48:01 vethc70dd2b 0.83 0.96 0.07 0.08 0.00 0.00 0.00 0.00 17:08:07 16:48:01 eth0 42.89 29.37 28.18 71.35 0.00 0.00 0.00 0.00 17:08:07 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:48:01 docker0 0.83 0.83 0.06 0.07 0.00 0.00 0.00 0.00 17:08:07 16:49:01 vethc70dd2b 1.30 1.30 0.10 0.10 0.00 0.00 0.00 0.00 17:08:07 16:49:01 eth0 25.06 13.99 20.41 11.13 0.00 0.00 0.00 0.00 17:08:07 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:49:01 docker0 1.30 1.30 0.09 0.10 0.00 0.00 0.00 0.00 17:08:07 16:50:03 vethe886733 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 17:08:07 16:50:03 eth0 203.23 172.67 1658.18 80.48 0.00 0.00 0.00 0.00 17:08:07 16:50:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:50:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:51:01 vethe886733 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 17:08:07 16:51:01 veth21d3b3a 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:51:01 vethe7f1682 0.00 0.09 0.00 0.01 0.00 0.00 0.00 0.00 17:08:07 16:51:01 eth0 42.50 21.34 165.62 8.58 0.00 0.00 0.00 0.00 17:08:07 16:52:02 vethe886733 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 17:08:07 16:52:02 eth0 163.81 116.85 1463.28 18.96 0.00 0.00 0.00 0.00 17:08:07 16:52:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 17:08:07 16:52:02 docker0 1041.85 972.63 83.49 3833.62 0.00 0.00 0.00 0.00 17:08:07 16:53:01 vethe886733 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:53:01 vethb672317 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:08:07 16:53:01 eth0 107.66 69.15 374.81 80.85 0.00 0.00 0.00 0.00 17:08:07 16:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:54:01 eth0 93.25 61.21 193.20 87.33 0.00 0.00 0.00 0.00 17:08:07 16:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:54:01 docker0 1084.38 1045.64 86.14 4337.65 0.00 0.00 0.00 0.00 17:08:07 16:55:01 eth0 0.90 0.27 0.49 0.09 0.00 0.00 0.00 0.00 17:08:07 16:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:56:01 eth0 0.65 0.45 0.34 0.21 0.00 0.00 0.00 0.00 17:08:07 16:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:57:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:08:07 16:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:58:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:08:07 16:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:59:02 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 17:08:07 16:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 16:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:00:01 eth0 0.20 0.14 0.14 0.07 0.00 0.00 0.00 0.00 17:08:07 17:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:01:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:08:07 17:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:02:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:08:07 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:03:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:08:07 17:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:04:01 eth0 0.65 0.07 0.06 0.01 0.00 0.00 0.00 0.00 17:08:07 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:05:01 eth0 0.58 0.45 0.34 0.27 0.00 0.00 0.00 0.00 17:08:07 17:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:06:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:08:07 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:07:01 eth0 0.17 0.13 0.07 0.01 0.00 0.00 0.00 0.00 17:08:07 17:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 Average: eth0 115.90 98.95 599.74 25.39 0.00 0.00 0.00 0.00 17:08:07 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:08:07 Average: docker0 49.43 47.66 3.93 197.72 0.00 0.00 0.00 0.00 17:08:07 17:08:07 17:08:07 ---> sar -P ALL: 17:08:07 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/29/21 _x86_64_ (4 CPU) 17:08:07 17:08:07 16:44:18 LINUX RESTART (4 CPU) 17:08:07 17:08:07 16:45:02 CPU %user %nice %system %iowait %steal %idle 17:08:07 16:46:01 all 13.38 0.00 6.14 1.61 0.15 78.72 17:08:07 16:46:01 0 13.36 0.00 8.41 4.69 0.12 73.42 17:08:07 16:46:01 1 13.79 0.00 4.98 0.62 0.14 80.47 17:08:07 16:46:01 2 15.80 0.00 5.89 0.50 0.12 77.69 17:08:07 16:46:01 3 10.60 0.00 5.31 0.67 0.21 83.21 17:08:07 16:47:01 all 11.88 0.00 9.81 6.44 0.22 71.65 17:08:07 16:47:01 0 11.12 0.00 9.89 6.30 0.19 72.51 17:08:07 16:47:01 1 11.95 0.00 10.16 5.78 0.22 71.89 17:08:07 16:47:01 2 12.05 0.00 9.75 7.83 0.21 70.16 17:08:07 16:47:01 3 12.39 0.00 9.45 5.87 0.26 72.03 17:08:07 16:48:01 all 51.50 0.00 12.05 5.35 0.13 30.97 17:08:07 16:48:01 0 52.06 0.00 11.69 5.39 0.12 30.73 17:08:07 16:48:01 1 51.50 0.00 11.40 5.27 0.12 31.72 17:08:07 16:48:01 2 51.73 0.00 12.73 4.58 0.16 30.81 17:08:07 16:48:01 3 50.72 0.00 12.39 6.15 0.10 30.63 17:08:07 16:49:01 all 49.65 0.00 14.05 3.43 0.09 32.77 17:08:07 16:49:01 0 50.15 0.00 14.03 2.57 0.07 33.18 17:08:07 16:49:01 1 49.11 0.00 13.71 2.20 0.09 34.89 17:08:07 16:49:01 2 50.16 0.00 14.13 2.85 0.05 32.80 17:08:07 16:49:01 3 49.18 0.00 14.34 6.14 0.16 30.18 17:08:07 16:50:03 all 23.68 0.00 18.88 5.55 0.30 51.58 17:08:07 16:50:03 0 22.85 0.00 18.73 4.98 0.31 53.14 17:08:07 16:50:03 1 23.35 0.00 18.40 4.36 0.31 53.58 17:08:07 16:50:03 2 24.38 0.00 18.69 5.38 0.26 51.30 17:08:07 16:50:03 3 24.16 0.00 19.72 7.48 0.34 48.30 17:08:07 16:51:01 all 20.13 0.00 26.44 27.02 0.43 25.98 17:08:07 16:51:01 0 20.57 0.00 27.19 28.16 0.42 23.65 17:08:07 16:51:01 1 19.62 0.00 26.26 26.11 0.55 27.47 17:08:07 16:51:01 2 20.14 0.00 25.69 28.51 0.41 25.25 17:08:07 16:51:01 3 20.17 0.00 26.63 25.29 0.35 27.55 17:08:07 16:52:02 all 54.82 0.00 16.81 11.62 0.12 16.63 17:08:07 16:52:02 0 54.43 0.00 17.17 11.00 0.09 17.31 17:08:07 16:52:02 1 55.16 0.00 16.57 14.02 0.12 14.13 17:08:07 16:52:02 2 54.48 0.00 17.23 11.87 0.12 16.30 17:08:07 16:52:02 3 55.22 0.00 16.27 9.59 0.14 18.78 17:08:07 16:53:01 all 31.47 0.00 21.66 26.37 0.18 20.32 17:08:07 16:53:01 0 30.39 0.00 21.58 29.17 0.16 18.70 17:08:07 16:53:01 1 31.83 0.00 22.66 25.81 0.21 19.49 17:08:07 16:53:01 2 31.41 0.00 21.29 23.62 0.18 23.51 17:08:07 16:53:01 3 32.25 0.00 21.12 26.87 0.16 19.60 17:08:07 16:54:01 all 32.46 0.00 12.95 18.64 0.14 35.82 17:08:07 16:54:01 0 33.25 0.00 12.91 15.65 0.12 38.08 17:08:07 16:54:01 1 32.41 0.00 12.99 18.68 0.19 35.73 17:08:07 16:54:01 2 32.07 0.00 13.27 21.96 0.16 32.54 17:08:07 16:54:01 3 32.11 0.00 12.62 18.24 0.09 36.94 17:08:07 16:55:01 all 0.15 0.00 0.05 0.00 0.00 99.79 17:08:07 16:55:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:08:07 16:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:08:07 16:55:01 2 0.03 0.00 0.08 0.00 0.00 99.88 17:08:07 16:55:01 3 0.53 0.00 0.07 0.00 0.02 99.38 17:08:07 16:56:01 all 0.24 0.00 0.39 0.01 0.02 99.34 17:08:07 16:56:01 0 0.08 0.00 0.22 0.00 0.02 99.68 17:08:07 16:56:01 1 0.12 0.00 0.50 0.05 0.00 99.34 17:08:07 16:56:01 2 0.13 0.00 0.40 0.00 0.03 99.43 17:08:07 16:56:01 3 0.63 0.00 0.43 0.00 0.05 98.89 17:08:07 17:08:07 16:56:01 CPU %user %nice %system %iowait %steal %idle 17:08:07 16:57:01 all 0.14 0.00 0.03 0.00 0.00 99.82 17:08:07 16:57:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:08:07 16:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 17:08:07 16:57:01 2 0.03 0.00 0.05 0.02 0.00 99.90 17:08:07 16:57:01 3 0.50 0.00 0.02 0.00 0.00 99.48 17:08:07 16:58:01 all 0.14 0.00 0.03 0.00 0.00 99.83 17:08:07 16:58:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:08:07 16:58:01 1 0.00 0.00 0.03 0.00 0.00 99.97 17:08:07 16:58:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:08:07 16:58:01 3 0.53 0.00 0.03 0.00 0.00 99.43 17:08:07 16:59:02 all 0.15 0.00 0.02 0.00 0.00 99.83 17:08:07 16:59:02 0 0.05 0.00 0.03 0.00 0.00 99.92 17:08:07 16:59:02 1 0.03 0.00 0.02 0.00 0.00 99.95 17:08:07 16:59:02 2 0.02 0.00 0.00 0.00 0.00 99.98 17:08:07 16:59:02 3 0.52 0.00 0.02 0.00 0.00 99.47 17:08:07 17:00:01 all 0.16 0.00 0.07 0.03 0.00 99.74 17:08:07 17:00:01 0 0.02 0.00 0.07 0.03 0.00 99.88 17:08:07 17:00:01 1 0.05 0.00 0.10 0.10 0.00 99.75 17:08:07 17:00:01 2 0.24 0.00 0.03 0.00 0.00 99.73 17:08:07 17:00:01 3 0.32 0.00 0.07 0.00 0.00 99.61 17:08:07 17:01:01 all 0.16 0.00 0.03 0.00 0.00 99.80 17:08:07 17:01:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:08:07 17:01:01 1 0.05 0.00 0.03 0.00 0.00 99.92 17:08:07 17:01:01 2 0.53 0.00 0.05 0.00 0.00 99.42 17:08:07 17:01:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:08:07 17:02:01 all 0.14 0.00 0.05 0.02 0.00 99.79 17:08:07 17:02:01 0 0.05 0.00 0.05 0.02 0.00 99.88 17:08:07 17:02:01 1 0.02 0.00 0.07 0.00 0.00 99.92 17:08:07 17:02:01 2 0.47 0.00 0.03 0.02 0.02 99.47 17:08:07 17:02:01 3 0.03 0.00 0.03 0.03 0.00 99.90 17:08:07 17:03:01 all 0.09 0.00 0.03 0.00 0.00 99.87 17:08:07 17:03:01 0 0.03 0.00 0.05 0.00 0.02 99.90 17:08:07 17:03:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:08:07 17:03:01 2 0.28 0.00 0.03 0.00 0.00 99.68 17:08:07 17:03:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:08:07 17:04:01 all 0.04 0.00 0.03 0.00 0.00 99.92 17:08:07 17:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:08:07 17:04:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:08:07 17:04:01 2 0.10 0.00 0.05 0.00 0.00 99.85 17:08:07 17:04:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:08:07 17:05:01 all 0.16 0.00 0.02 0.00 0.00 99.81 17:08:07 17:05:01 0 0.03 0.00 0.02 0.00 0.00 99.95 17:08:07 17:05:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:08:07 17:05:01 2 0.53 0.00 0.02 0.00 0.00 99.45 17:08:07 17:05:01 3 0.03 0.00 0.03 0.00 0.02 99.92 17:08:07 17:06:01 all 0.15 0.00 0.02 0.00 0.00 99.83 17:08:07 17:06:01 0 0.00 0.00 0.02 0.00 0.00 99.98 17:08:07 17:06:01 1 0.02 0.00 0.02 0.00 0.02 99.95 17:08:07 17:06:01 2 0.55 0.00 0.02 0.00 0.00 99.43 17:08:07 17:06:01 3 0.03 0.00 0.03 0.00 0.00 99.93 17:08:07 17:07:01 all 0.15 0.00 0.03 0.00 0.00 99.82 17:08:07 17:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:08:07 17:07:01 1 0.03 0.00 0.02 0.00 0.00 99.95 17:08:07 17:07:01 2 0.52 0.00 0.02 0.00 0.00 99.47 17:08:07 17:07:01 3 0.05 0.00 0.03 0.00 0.00 99.92 17:08:07 17:08:07 Average: CPU %user %nice %system %iowait %steal %idle 17:08:07 Average: all 12.84 0.00 6.13 4.62 0.08 76.33 17:08:07 Average: 0 12.72 0.00 6.24 4.70 0.07 76.27 17:08:07 Average: 1 12.77 0.00 6.07 4.50 0.09 76.58 17:08:07 Average: 2 13.07 0.00 6.13 4.67 0.07 76.06 17:08:07 Average: 3 12.80 0.00 6.07 4.62 0.08 76.42 17:08:07 17:08:07 17:08:07