Pull request #3247 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 4160fe1027c6e22eada700f89f287e89090e2847+fb188d25fcab3d585a11d4385d590a36e735c372 (587088f9347ba62808dcc0f0d49563afb3a35bb2) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29371 in /w/workspace/edgexfoundry_edgex-go_PR-3247 [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 > 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/3247/head:refs/remotes/origin/PR-3247 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 4160fe1027c6e22eada700f89f287e89090e2847 Merge succeeded, producing 4160fe1027c6e22eada700f89f287e89090e2847 Checking out Revision 4160fe1027c6e22eada700f89f287e89090e2847 (PR-3247) > git config core.sparsecheckout # timeout=10 > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # 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 fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 Commit message: "feat: Use service keys for Route configuration keys" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:06:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:06:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:06:51 ========================================================= 21:06:51 EdgeX Global Pipelines Version Info 21:06:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk cc34ccb0341e04ce46e5a550e178be62157b1b15 # timeout=10 21:06:53 ------------------- 21:06:53 stable info: 21:06:53 ------------------- 21:06:53 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:06:53 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:06:53 Message: update stable to v1.0.184 21:06:54 ------------------- 21:06:54 experimental info: 21:06:54 ------------------- 21:06:54 Commited By: **** collab-it+edgex@linuxfoundation.org 21:06:54 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:06:54 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:06:54 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:06:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:06:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:06:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:06:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3247 [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3247 [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3247 [Pipeline] echo 21:06:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4160fe1027c6e22eada700f89f287e89090e2847 [Pipeline] echo 21:06:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4160fe1 [Pipeline] echo 21:06:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:06:57 provisioning config files... 21:06:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3925248448758138671tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:06:57 ---> docker-login.sh 21:06:57 nexus3.edgexfoundry.org:10001 21:06:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:57 Configure a credential helper to remove this warning. See 21:06:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:57 21:06:57 Login Succeeded 21:06:57 nexus3.edgexfoundry.org:10002 21:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:58 Configure a credential helper to remove this warning. See 21:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:58 21:06:58 Login Succeeded 21:06:58 nexus3.edgexfoundry.org:10003 21:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:58 Configure a credential helper to remove this warning. See 21:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:58 21:06:58 Login Succeeded 21:06:58 nexus3.edgexfoundry.org:10004 21:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:58 Configure a credential helper to remove this warning. See 21:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:58 21:06:58 Login Succeeded 21:06:58 docker.io 21:06:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:06:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:06:58 Configure a credential helper to remove this warning. See 21:06:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:06:58 21:06:58 Login Succeeded 21:06:58 ---> docker-login.sh ends [Pipeline] } 21:06:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:06:59 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/core-command/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo core-command,cmd/core-command/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/core-data/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo core-data,cmd/core-data/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/core-metadata/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo core-metadata,cmd/core-metadata/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/security-bootstrapper/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/security-proxy-setup/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/support-notifications/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo support-notifications,cmd/support-notifications/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/support-scheduler/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:06:59 + for file in '`ls cmd/**/Dockerfile`' 21:06:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:06:59 ++ cut -d/ -f2 21:06:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:06:59 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:07:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:07:01 21:07:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:07:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:07:01 latest: Pulling from edgex-devops/git-semver 21:07:01 31603596830f: Pulling fs layer 21:07:01 2a8b12db71e7: Pulling fs layer 21:07:01 6ca5941a6612: Pulling fs layer 21:07:01 ecc8261a40a4: Pulling fs layer 21:07:01 ecc8261a40a4: Waiting 21:07:01 2a8b12db71e7: Verifying Checksum 21:07:01 2a8b12db71e7: Download complete 21:07:01 31603596830f: Verifying Checksum 21:07:01 31603596830f: Download complete 21:07:01 6ca5941a6612: Verifying Checksum 21:07:01 6ca5941a6612: Download complete 21:07:01 ecc8261a40a4: Verifying Checksum 21:07:01 ecc8261a40a4: Download complete 21:07:02 31603596830f: Pull complete 21:07:02 2a8b12db71e7: Pull complete 21:07:02 6ca5941a6612: Pull complete 21:07:03 ecc8261a40a4: Pull complete 21:07:03 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:07:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:07:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:07:03 prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container 21:07:03 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:07:05 $ docker top fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:07:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:07:06 [ssh-agent] Looking for ssh-agent implementation... 21:07:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:07:06 $ docker exec fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb ssh-agent 21:07:06 SSH_AUTH_SOCK=/tmp/ssh-v0Uis6n6N69W/agent.13 21:07:06 SSH_AGENT_PID=19 21:07:06 Running ssh-add (command line suppressed) 21:07:06 Identity added: /w/workspace/edgex-go/2@tmp/private_key_3032363954799791691.key (/w/workspace/edgex-go/2@tmp/private_key_3032363954799791691.key) 21:07:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:07:07 + git tag --points-at HEAD [Pipeline] } 21:07:07 $ docker exec --env ******** --env ******** fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb ssh-agent -k 21:07:07 unset SSH_AUTH_SOCK; 21:07:07 unset SSH_AGENT_PID; 21:07:07 echo Agent pid 19 killed; 21:07:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:07:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:07:07 [ssh-agent] Looking for ssh-agent implementation... 21:07:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:07:07 $ docker exec fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb ssh-agent 21:07:07 SSH_AUTH_SOCK=/tmp/ssh-4pHijzbbacRY/agent.48 21:07:07 SSH_AGENT_PID=53 21:07:07 Running ssh-add (command line suppressed) 21:07:07 Identity added: /w/workspace/edgex-go/2@tmp/private_key_7063371551554083518.key (/w/workspace/edgex-go/2@tmp/private_key_7063371551554083518.key) 21:07:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:07:08 + git semver init 21:07:08 # -> Open(): unable to determine branch for HEAD 21:07:08 # $GIT_DIR = /w/workspace/edgex-go/2/.git 21:07:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 21:07:08 # $SEMVER_REMOTE_NAME = origin 21:07:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:07:08 # $SEMVER_USER_NAME = edgex-jenkins 21:07:08 # $SEMVER_BRANCH = PR-3247 21:07:08 # $SEMVER_TEMP = /tmp/semver-677947881 21:07:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:07:26 # '/tmp/semver-677947881' -> '/w/workspace/edgex-go/2/.semver' 21:07:26 # -> Force: false 21:07:26 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 21:07:26 $ docker exec --env ******** --env ******** fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb ssh-agent -k 21:07:26 unset SSH_AUTH_SOCK; 21:07:26 unset SSH_AGENT_PID; 21:07:26 echo Agent pid 53 killed; 21:07:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:07:27 + git semver [Pipeline] } 21:07:27 $ docker stop --time=1 fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb 21:07:28 $ docker rm -f fc455d12f15eab5e1f027f760634d12204a890d40f7c9b47970894b5e4b34eeb [Pipeline] // withDockerContainer [Pipeline] sh 21:07:29 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:07:29 Stashed 1 file(s) [Pipeline] echo 21:07:29 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:07:30 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:07:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:07:31 + sudo service docker restart 21:07:31 + true 21:07:31 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:07:32 ========================================================= 21:07:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:07:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:07:32 + 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 . 21:07:35 Sending build context to Docker daemon 328.4MB 21:07:35 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:07:35 Step 2/6 : FROM ${BASE} 21:07:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:07:36 188c0c94c7c5: Pulling fs layer 21:07:36 0ef7d3d256c8: Pulling fs layer 21:07:36 de9db76c5a1d: Pulling fs layer 21:07:36 bca2f99d35d6: Pulling fs layer 21:07:36 93359f2a8cfa: Pulling fs layer 21:07:36 7c6f9722023f: Pulling fs layer 21:07:36 a35cf1a2eb13: Pulling fs layer 21:07:36 93359f2a8cfa: Waiting 21:07:36 7c6f9722023f: Waiting 21:07:36 a35cf1a2eb13: Waiting 21:07:36 bca2f99d35d6: Waiting 21:07:36 de9db76c5a1d: Download complete 21:07:36 0ef7d3d256c8: Verifying Checksum 21:07:36 0ef7d3d256c8: Download complete 21:07:36 93359f2a8cfa: Verifying Checksum 21:07:36 93359f2a8cfa: Download complete 21:07:36 188c0c94c7c5: Verifying Checksum 21:07:36 188c0c94c7c5: Download complete 21:07:36 7c6f9722023f: Verifying Checksum 21:07:36 7c6f9722023f: Download complete 21:07:37 188c0c94c7c5: Pull complete 21:07:37 0ef7d3d256c8: Pull complete 21:07:37 de9db76c5a1d: Pull complete 21:07:38 a35cf1a2eb13: Verifying Checksum 21:07:38 a35cf1a2eb13: Download complete 21:07:38 bca2f99d35d6: Verifying Checksum 21:07:38 bca2f99d35d6: Download complete 21:07:44 bca2f99d35d6: Pull complete 21:07:44 93359f2a8cfa: Pull complete 21:07:44 7c6f9722023f: Pull complete 21:07:45 Still waiting to schedule task 21:07:45 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:07:48 a35cf1a2eb13: Pull complete 21:07:48 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:07:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:07:48 ---> a62c8e92a672 21:07:48 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:07:48 ---> Running in bf7cc3ca7cc1 21:07:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:07:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:07:50 (1/12) Installing libmagic (5.38-r0) 21:07:50 (2/12) Installing file (5.38-r0) 21:07:50 (3/12) Installing libc-dev (0.7.2-r3) 21:07:50 (4/12) Installing g++ (9.3.0-r2) 21:07:55 (5/12) Installing fortify-headers (1.1-r0) 21:07:55 (6/12) Installing patch (2.7.6-r6) 21:07:55 (7/12) Installing build-base (0.5-r2) 21:07:55 (8/12) Installing libsodium (1.0.18-r0) 21:07:55 (9/12) Installing pkgconf (1.7.2-r0) 21:07:55 (10/12) Installing libsodium-dev (1.0.18-r0) 21:07:55 (11/12) Installing libzmq (4.3.3-r0) 21:07:55 (12/12) Installing zeromq-dev (4.3.3-r0) 21:07:55 Executing busybox-1.31.1-r19.trigger 21:07:55 OK: 233 MiB in 51 packages 21:07:59 Removing intermediate container bf7cc3ca7cc1 21:07:59 ---> 12ab98f2aeb3 21:07:59 Step 4/6 : WORKDIR /edgex-go 21:07:59 ---> Running in 53b02c241481 21:07:59 Removing intermediate container 53b02c241481 21:07:59 ---> 61878a1ff2dd 21:07:59 Step 5/6 : COPY go.mod . 21:07:59 ---> da5a611b0c5c 21:07:59 Step 6/6 : RUN go mod download 21:07:59 ---> Running in 6ef5e706f976 21:08:21 Removing intermediate container 6ef5e706f976 21:08:21 ---> 53cb606429e8 21:08:21 Successfully built 53cb606429e8 21:08:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:08:21 + docker inspect -f . ci-base-image-x86_64 21:08:21 . [Pipeline] withDockerContainer 21:08:22 prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container 21:08:22 $ 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 ******** ci-base-image-x86_64 cat 21:08:22 $ docker top 8c3eb5238d4521cf398753503d4619049b521d2748d45b90b007123ba4084679 -eo pid,comm [Pipeline] { [Pipeline] sh 21:08:23 + go version 21:08:23 go version go1.15.5 linux/amd64 [Pipeline] } 21:08:23 $ docker stop --time=1 8c3eb5238d4521cf398753503d4619049b521d2748d45b90b007123ba4084679 21:08:24 $ docker rm -f 8c3eb5238d4521cf398753503d4619049b521d2748d45b90b007123ba4084679 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:08:25 + docker inspect -f . ci-base-image-x86_64 21:08:25 . [Pipeline] withDockerContainer 21:08:25 prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container 21:08:25 $ 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 ******** ci-base-image-x86_64 cat 21:08:26 $ docker top 9c5b90c7beb2bcb68a3a9d9255da228d7eb96056cd4be282264708b8d554b979 -eo pid,comm [Pipeline] { [Pipeline] echo 21:08:26 ========================================================= 21:08:26 [edgeXBuildGoParallel] Running Tests and Build... 21:08:26 ========================================================= [Pipeline] sh 21:08:26 + make test 21:08:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:08:34 ? github.com/edgexfoundry/edgex-go [no test files] 21:08:53 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:08:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:08:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:08:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:09:01 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:09:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 45.9% of statements 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:09:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:09:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.083s coverage: 100.0% of statements 21:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.536s coverage: 27.1% of statements 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.039s coverage: 100.0% of statements 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:09:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 71.3% of statements 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:09:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.132s coverage: 82.9% of statements 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:09:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements 21:09:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.409s coverage: 28.6% of statements 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.086s coverage: 86.7% of statements 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.096s coverage: 97.5% of statements 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:09:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.062s coverage: 78.3% of statements 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:09:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 92.8% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:09:12 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.041s coverage: 47.1% of statements 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.057s coverage: 79.5% of statements 21:09:12 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.074s coverage: 96.3% of statements 21:09:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.052s coverage: 87.5% of statements 21:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.039s coverage: 94.4% of statements 21:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.024s coverage: 44.8% of statements 21:09:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.041s coverage: 81.4% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.060s coverage: 92.9% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.034s coverage: 87.2% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.042s coverage: 75.5% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.6% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.071s coverage: 91.6% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 62.4% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.024s coverage: 100.0% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.329s coverage: 69.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 38.4% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.145s coverage: 87.1% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.750s coverage: 29.1% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.088s coverage: 99.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.081s coverage: 96.5% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:09:38 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.027s coverage: 32.1% of statements 21:09:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 21:09:38 GO111MODULE=on go vet ./... 21:10:05 gofmt -l . 21:10:05 [ "`gofmt -l .`" = "" ] 21:10:05 ./bin/test-go-mod-tidy.sh 21:10:06 ./bin/test-attribution-txt.sh [Pipeline] sh 21:10:07 + ls -al . 21:10:07 total 740 21:10:07 drwxrwxr-x 10 1001 1001 4096 Mar 10 21:10 . 21:10:07 drwxr-xr-x 4 root root 28 Mar 10 21:08 .. 21:10:07 -rw-rw-r-- 1 1001 1001 11 Mar 10 21:06 .dockerignore 21:10:07 drwxrwxr-x 8 1001 1001 179 Mar 10 21:06 .git 21:10:07 drwxrwxr-x 3 1001 1001 125 Mar 10 21:06 .github 21:10:07 -rw-rw-r-- 1 1001 1001 818 Mar 10 21:06 .gitignore 21:10:07 drwx------ 3 1001 1001 60 Mar 10 21:07 .semver 21:10:07 -rw-rw-r-- 1 1001 1001 166 Mar 10 21:06 .sonarcloud.properties 21:10:07 -rw-rw-r-- 1 1001 1001 8607 Mar 10 21:06 Attribution.txt 21:10:07 -rw-rw-r-- 1 1001 1001 3804 Mar 10 21:06 CONTRIBUTING.md 21:10:07 -rw-rw-r-- 1 1001 1001 931 Mar 10 21:06 Dockerfile.build 21:10:07 -rw-rw-r-- 1 1001 1001 863 Mar 10 21:06 Jenkinsfile 21:10:07 -rw-rw-r-- 1 1001 1001 10775 Mar 10 21:06 LICENSE 21:10:07 -rw-rw-r-- 1 1001 1001 5774 Mar 10 21:06 Makefile 21:10:07 -rw-rw-r-- 1 1001 1001 6548 Mar 10 21:06 README.md 21:10:07 -rw-rw-r-- 1 1001 1001 6755 Mar 10 21:06 SECURITY.md 21:10:07 -rw-rw-r-- 1 1001 1001 5 Mar 10 21:07 VERSION 21:10:07 -rw-rw-r-- 1 1001 1001 4131 Mar 10 21:06 ZMQWindows.md 21:10:07 drwxrwxr-x 2 1001 1001 117 Mar 10 21:06 bin 21:10:07 drwxrwxr-x 14 1001 1001 4096 Mar 10 21:06 cmd 21:10:07 -rw-r--r-- 1 root root 628838 Mar 10 21:09 coverage.out 21:10:07 -rw-r--r-- 1 root root 1055 Mar 10 21:10 go.mod 21:10:07 -rw-r--r-- 1 root root 21981 Mar 10 21:10 go.sum 21:10:07 drwxrwxr-x 8 1001 1001 127 Mar 10 21:06 internal 21:10:07 drwxrwxr-x 4 1001 1001 26 Mar 10 21:06 openapi 21:10:07 drwxrwxr-x 4 1001 1001 71 Mar 10 21:06 snap 21:10:07 -rw-rw-r-- 1 1001 1001 168 Mar 10 21:06 version.go [Pipeline] sh 21:10:07 + '[' -e coverage.out ] 21:10:07 + chown 1001:1001 coverage.out [Pipeline] stash 21:10:07 Stashed 1 file(s) [Pipeline] sh 21:10:08 + make build 21:10:08 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:10:12 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 21:10:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:10:21 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 21:10:23 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 21:10:24 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 21:10:25 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 21:10:27 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 21:10:27 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 21:10:29 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 21:10:30 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 21:10:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:10:33 $ docker stop --time=1 9c5b90c7beb2bcb68a3a9d9255da228d7eb96056cd4be282264708b8d554b979 21:10:35 $ docker rm -f 9c5b90c7beb2bcb68a3a9d9255da228d7eb96056cd4be282264708b8d554b979 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:39 21:10:39 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:10:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:39 latest: Pulling from edgex-devops/edgex-compose 21:10:39 cbdbe7a5bc2a: Pulling fs layer 21:10:39 ca9280d653b3: Pulling fs layer 21:10:39 7e9c9ca2126c: Pulling fs layer 21:10:40 cbdbe7a5bc2a: Verifying Checksum 21:10:40 cbdbe7a5bc2a: Download complete 21:10:40 ca9280d653b3: Verifying Checksum 21:10:40 ca9280d653b3: Download complete 21:10:40 cbdbe7a5bc2a: Pull complete 21:10:41 7e9c9ca2126c: Verifying Checksum 21:10:41 7e9c9ca2126c: Download complete 21:10:41 ca9280d653b3: Pull complete 21:10:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29373 in /w/workspace/edgexfoundry_edgex-go_PR-3247 [Pipeline] { [Pipeline] ws 21:10:46 Running in /w/workspace/edgex-go/2 [Pipeline] { 21:10:46 7e9c9ca2126c: Pull complete 21:10:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:10:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:10:47 prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container 21:10:47 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:10:49 $ docker top a76acdf91285e63da399b815da93d1537806e485840a2f89d99754729e5591f8 -eo pid,comm [Pipeline] { [Pipeline] checkout [Pipeline] sh 21:10:50 + docker-compose build --help 21:10:50 + grep parallel 21:10:51 --parallel Build images in parallel. [Pipeline] } 21:10:51 $ docker stop --time=1 a76acdf91285e63da399b815da93d1537806e485840a2f89d99754729e5591f8 21:10:53 $ docker rm -f a76acdf91285e63da399b815da93d1537806e485840a2f89d99754729e5591f8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:10:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:10:54 . [Pipeline] withDockerContainer 21:10:54 prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container 21:10:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 21:10:54 using credential edgex-jenkins-ssh 21:10:54 $ docker top 6691846a7252484f7feed9d34e0d7e05ca69c0a68fbc59068950c1be2d4943a0 -eo pid,comm 21:10:54 Cloning the remote Git repository [Pipeline] { [Pipeline] sh 21:10:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:10:55 > git init /w/workspace/edgex-go/2 # timeout=10 21:10:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:10:55 > git --version # timeout=10 21:10:55 > git --version # 'git version 2.17.1' 21:10:55 using GIT_SSH to set credentials SSH Credentials for GitHub 21:10:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:10:55 + docker-compose -f ./docker-compose-build.yml build --parallel 21:10:56 Building docker-core-command-go ... 21:10:56 Building docker-core-data-go ... 21:10:56 Building docker-core-metadata-go ... 21:10:56 Building docker-security-bootstrapper-go ... 21:10:56 Building docker-security-proxy-setup-go ... 21:10:56 Building docker-security-secretstore-setup-go ... 21:10:56 Building docker-support-notifications-go ... 21:10:56 Building docker-support-scheduler-go ... 21:10:56 Building docker-sys-mgmt-agent-go ... 21:10:56 Building docker-core-command-go 21:10:56 Building docker-support-scheduler-go 21:10:56 Building docker-security-bootstrapper-go 21:10:56 Building docker-core-data-go 21:10:56 Building docker-support-notifications-go 21:11:18 Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 4160fe1027c6e22eada700f89f287e89090e2847 21:11:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:11:18 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:11:18 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:11:18 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3247/head:refs/remotes/origin/PR-3247 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:11:18 > git config core.sparsecheckout # timeout=10 21:11:18 > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 21:11:19 Merge succeeded, producing 4160fe1027c6e22eada700f89f287e89090e2847 21:11:19 Checking out Revision 4160fe1027c6e22eada700f89f287e89090e2847 (PR-3247) 21:11:19 > git remote # timeout=10 21:11:19 > git config --get remote.origin.url # timeout=10 21:11:19 using GIT_SSH to set credentials SSH Credentials for GitHub 21:11:19 > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 21:11:19 > git rev-parse HEAD^{commit} # timeout=10 21:11:19 > git config core.sparsecheckout # timeout=10 21:11:19 > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 21:11:23 Commit message: "feat: Use service keys for Route configuration keys" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:11:25 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:11:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:11:26 + true 21:11:26 + sudo service docker restart 21:11:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:11:28 ---> 53cb606429e8 21:11:28 Step 3/22 : WORKDIR /edgex-go 21:11:28 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:28 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:11:28 ---> 53cb606429e8 21:11:28 Step 3/22 : WORKDIR /edgex-go 21:11:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:11:28 ---> 53cb606429e8 21:11:28 Step 3/23 : WORKDIR /edgex-go 21:11:28 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:28 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:11:28 ---> 53cb606429e8 21:11:28 Step 3/31 : WORKDIR /edgex-go 21:11:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:11:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:11:28 ---> 53cb606429e8 21:11:28 Step 3/23 : WORKDIR /edgex-go 21:11:28 ---> Running in 91cf7b493d53 21:11:28 ---> Running in 940786df7d20 21:11:28 ---> Running in 882c90d388e8 21:11:28 ---> Running in 4d52e1a984b8 21:11:28 ---> Running in cb28e173b235 21:11:28 Removing intermediate container 91cf7b493d53 21:11:28 ---> 419058f79e81 21:11:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:28 Removing intermediate container 882c90d388e8 21:11:28 ---> 167260b4b8e3 21:11:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:28 Removing intermediate container 4d52e1a984b8 21:11:28 ---> 1d2f950d7b54 21:11:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:28 Removing intermediate container cb28e173b235 21:11:28 ---> c54a2fa20eb8 21:11:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:28 Removing intermediate container 940786df7d20 21:11:28 ---> f271a722d5ca 21:11:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:11:28 ---> Running in 4cc510f6336b 21:11:28 ---> Running in 3c7d90a268f0 21:11:28 ---> Running in 23fc8202b2d6 21:11:28 ---> Running in f7f4f1a3f9d6 21:11:28 ---> Running in c46081c9b13c [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:11:28 provisioning config files... 21:11:29 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config6731466024408928414tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:11:29 ---> docker-login.sh 21:11:29 nexus3.edgexfoundry.org:10001 21:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:30 Removing intermediate container 23fc8202b2d6 21:11:30 ---> 3a104cf0c800 21:11:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:11:30 Removing intermediate container 4cc510f6336b 21:11:30 ---> 773171b291a1 21:11:30 Step 5/23 : RUN apk add --update --no-cache make git 21:11:30 Removing intermediate container c46081c9b13c 21:11:30 ---> 199d1f963d7c 21:11:30 Step 5/31 : RUN apk add --update --no-cache make git 21:11:30 ---> Running in 234570eed5ca 21:11:30 ---> Running in c5cb8eb1b723 21:11:30 Removing intermediate container f7f4f1a3f9d6 21:11:30 ---> 679f13fd7d02 21:11:30 Step 5/22 : RUN apk add --update --no-cache make git 21:11:30 ---> Running in 8d070a862d45 21:11:30 Removing intermediate container 3c7d90a268f0 21:11:30 ---> 90f1a0343f78 21:11:30 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 21:11:30 ---> Running in ca86c77aeda1 21:11:30 ---> Running in 0d56cd1de8eb 21:11:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:30 Configure a credential helper to remove this warning. See 21:11:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:30 21:11:30 Login Succeeded 21:11:30 nexus3.edgexfoundry.org:10002 21:11:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:31 Configure a credential helper to remove this warning. See 21:11:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:31 21:11:31 Login Succeeded 21:11:31 nexus3.edgexfoundry.org:10003 21:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:11:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:31 Configure a credential helper to remove this warning. See 21:11:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:31 21:11:31 Login Succeeded 21:11:31 nexus3.edgexfoundry.org:10004 21:11:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:32 Configure a credential helper to remove this warning. See 21:11:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:32 21:11:32 Login Succeeded 21:11:32 docker.io 21:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:11:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:11:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:11:33 Configure a credential helper to remove this warning. See 21:11:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:11:33 21:11:33 Login Succeeded 21:11:33 ---> docker-login.sh ends [Pipeline] } 21:11:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:11:33 ========================================================= 21:11:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:11:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:11:33 OK: 233 MiB in 51 packages 21:11:33 OK: 233 MiB in 51 packages 21:11:33 OK: 233 MiB in 51 packages 21:11:33 OK: 233 MiB in 51 packages 21:11:33 OK: 233 MiB in 51 packages 21:11:33 + 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 . 21:11:34 Removing intermediate container 234570eed5ca 21:11:34 ---> 2b8bc95bf7e4 21:11:34 Step 6/23 : COPY go.mod . 21:11:34 Removing intermediate container c5cb8eb1b723 21:11:34 ---> 49a52c59c3b6 21:11:34 Step 6/23 : COPY go.mod . 21:11:34 Removing intermediate container 8d070a862d45 21:11:34 ---> 73761c6325aa 21:11:34 Step 6/31 : COPY go.mod . 21:11:34 Removing intermediate container ca86c77aeda1 21:11:34 ---> 58df00bf4ada 21:11:34 Step 6/22 : COPY go.mod . 21:11:34 Removing intermediate container 0d56cd1de8eb 21:11:34 ---> 771b99da8ca6 21:11:34 Step 6/22 : COPY go.mod . 21:11:34 ---> 11ac63f6c1f2 21:11:34 Step 7/23 : RUN go mod download 21:11:34 ---> e433c47869f4 21:11:34 Step 7/23 : RUN go mod download 21:11:34 ---> 8d0b62f8287a 21:11:34 Step 7/31 : RUN go mod download 21:11:35 ---> Running in 955d96c46d53 21:11:35 ---> Running in 3f8be22b2de3 21:11:35 ---> Running in f764264550ba 21:11:35 ---> d708ab36d7d5 21:11:35 Step 7/22 : RUN go mod download 21:11:35 ---> b7e5c960d5ff 21:11:35 Step 7/22 : RUN go mod download 21:11:35 ---> Running in 4ce888cc966d 21:11:35 ---> Running in b7718e6ff2af 21:11:36 Sending build context to Docker daemon 166.7MB 21:11:36 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:11:36 Step 2/6 : FROM ${BASE} 21:11:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:11:36 5f621e34cdf4: Pulling fs layer 21:11:36 a4357932f1b6: Pulling fs layer 21:11:36 18c013af1878: Pulling fs layer 21:11:36 00ac8860ef70: Pulling fs layer 21:11:36 63d7cb157983: Pulling fs layer 21:11:36 b116817d02f9: Pulling fs layer 21:11:36 745a02a5169b: Pulling fs layer 21:11:36 63d7cb157983: Waiting 21:11:36 00ac8860ef70: Waiting 21:11:36 b116817d02f9: Waiting 21:11:36 18c013af1878: Verifying Checksum 21:11:36 18c013af1878: Download complete 21:11:36 a4357932f1b6: Verifying Checksum 21:11:36 a4357932f1b6: Download complete 21:11:36 63d7cb157983: Verifying Checksum 21:11:36 63d7cb157983: Download complete 21:11:36 b116817d02f9: Verifying Checksum 21:11:36 b116817d02f9: Download complete 21:11:36 5f621e34cdf4: Verifying Checksum 21:11:36 5f621e34cdf4: Download complete 21:11:37 5f621e34cdf4: Pull complete 21:11:37 Removing intermediate container 3f8be22b2de3 21:11:37 ---> 88a7438178fc 21:11:37 Step 8/23 : COPY . . 21:11:37 a4357932f1b6: Pull complete 21:11:38 Removing intermediate container 955d96c46d53 21:11:38 ---> 6c3504cdceb8 21:11:38 Step 8/23 : COPY . . 21:11:38 18c013af1878: Pull complete 21:11:39 Removing intermediate container b7718e6ff2af 21:11:39 ---> 034f84e401a0 21:11:39 Step 8/22 : COPY . . 21:11:39 745a02a5169b: Verifying Checksum 21:11:39 745a02a5169b: Download complete 21:11:40 00ac8860ef70: Verifying Checksum 21:11:40 00ac8860ef70: Download complete 21:11:41 Removing intermediate container 4ce888cc966d 21:11:41 ---> ce899b542bad 21:11:41 Step 8/22 : COPY . . 21:11:45 Removing intermediate container f764264550ba 21:11:45 ---> a8914a34ebc6 21:11:45 Step 8/31 : COPY . . 21:11:50 00ac8860ef70: Pull complete 21:11:50 63d7cb157983: Pull complete 21:11:50 b116817d02f9: Pull complete 21:11:54 745a02a5169b: Pull complete 21:11:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:11:54 ---> b7e6874047d6 21:11:54 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:11:57 ---> Running in 1e637148cc5f 21:11:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:11:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:12:01 (1/12) Installing libmagic (5.38-r0) 21:12:02 (2/12) Installing file (5.38-r0) 21:12:02 (3/12) Installing libc-dev (0.7.2-r3) 21:12:02 (4/12) Installing g++ (9.3.0-r2) 21:12:17 (5/12) Installing fortify-headers (1.1-r0) 21:12:17 (6/12) Installing patch (2.7.6-r6) 21:12:17 (7/12) Installing build-base (0.5-r2) 21:12:17 (8/12) Installing libsodium (1.0.18-r0) 21:12:17 (9/12) Installing pkgconf (1.7.2-r0) 21:12:17 (10/12) Installing libsodium-dev (1.0.18-r0) 21:12:17 (11/12) Installing libzmq (4.3.3-r0) 21:12:17 (12/12) Installing zeromq-dev (4.3.3-r0) 21:12:17 Executing busybox-1.31.1-r19.trigger 21:12:17 OK: 217 MiB in 51 packages 21:12:20 Removing intermediate container 1e637148cc5f 21:12:20 ---> e510c7b7d067 21:12:20 Step 4/6 : WORKDIR /edgex-go 21:12:20 ---> Running in b2fa7df2b760 21:12:21 Removing intermediate container b2fa7df2b760 21:12:21 ---> 2e235097c8b8 21:12:21 Step 5/6 : COPY go.mod . 21:12:21 ---> a4b96eafd7d0 21:12:21 Step 6/6 : RUN go mod download 21:12:21 ---> Running in 2edbce93151a 21:12:24 ---> 48927941c032 21:12:24 Step 9/23 : RUN make cmd/core-command/core-command 21:12:24 ---> 329b8b15a1da 21:12:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:12:24 ---> c686f80ef65c 21:12:24 Step 9/23 : RUN make cmd/core-data/core-data 21:12:24 ---> Running in 6719ebc41357 21:12:24 ---> Running in 1f6fa25f4f81 21:12:24 ---> Running in 2a31572163df 21:12:24 ---> 79a438dca9b9 21:12:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:12:24 ---> ab8e2666ac35 21:12:24 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:12:24 ---> Running in 221a9e4b427d 21:12:24 ---> Running in 94a288f28fce 21:12:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:12:24 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 21:12:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:12:24 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 21:12:24 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 21:12:54 Removing intermediate container 2edbce93151a 21:12:54 ---> e7fc401037dc 21:12:54 Successfully built e7fc401037dc 21:12:54 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:12:54 + docker inspect -f . ci-base-image-arm64 21:12:54 . [Pipeline] withDockerContainer 21:12:54 prd-ubuntu18.04-docker-arm64-4c-16g-29373 does not seem to be running inside a container 21:12:54 $ 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 ******** ci-base-image-arm64 cat 21:12:56 $ docker top 466c0747735fbb86b57c76c235ea8b3da9a0c4271f3a5d45e6844045a6682f4e -eo pid,comm [Pipeline] { [Pipeline] sh 21:12:57 + go version 21:12:57 go version go1.15.5 linux/arm64 [Pipeline] } 21:12:57 $ docker stop --time=1 466c0747735fbb86b57c76c235ea8b3da9a0c4271f3a5d45e6844045a6682f4e 21:12:59 $ docker rm -f 466c0747735fbb86b57c76c235ea8b3da9a0c4271f3a5d45e6844045a6682f4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:13:00 + docker inspect -f . ci-base-image-arm64 21:13:00 . [Pipeline] withDockerContainer 21:13:00 prd-ubuntu18.04-docker-arm64-4c-16g-29373 does not seem to be running inside a container 21:13:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/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 ******** ci-base-image-arm64 cat 21:13:02 $ docker top edf6f7e469098b7a53ce85919675d2fe8df04fb1c1426646eb7a096dd71dffde -eo pid,comm [Pipeline] { [Pipeline] echo 21:13:02 ========================================================= 21:13:02 [edgeXBuildGoParallel] Running Tests and Build... 21:13:02 ========================================================= [Pipeline] sh 21:13:03 Removing intermediate container 94a288f28fce 21:13:03 ---> 7b9bc9447107 21:13:03 21:13:03 Step 10/31 : FROM alpine:3.12 21:13:03 3.12: Pulling from library/alpine 21:13:03 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:13:03 Status: Downloaded newer image for alpine:3.12 21:13:03 ---> 88dd2752d2ea 21:13:03 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:13:03 + make test 21:13:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:13:05 ---> Running in 45e2408407a4 21:13:05 Removing intermediate container 2a31572163df 21:13:05 ---> 960a41d89823 21:13:05 21:13:05 Step 10/23 : FROM alpine:3.12 21:13:05 ---> 88dd2752d2ea 21:13:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:13:05 Removing intermediate container 221a9e4b427d 21:13:05 ---> 371df2c92f32 21:13:05 21:13:05 Step 10/22 : FROM alpine:3.12 21:13:05 ---> 88dd2752d2ea 21:13:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:13:05 Removing intermediate container 6719ebc41357 21:13:05 ---> e46cd1466c25 21:13:05 21:13:05 Step 10/22 : FROM alpine:3.12 21:13:05 ---> 88dd2752d2ea 21:13:05 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:13:05 ---> Running in 259bf9268d77 21:13:05 ---> Running in e0c9eb9cc595 21:13:05 ---> Running in a6a907fd0b0b 21:13:05 Removing intermediate container 45e2408407a4 21:13:05 ---> c0d0d8781469 21:13:05 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:13:07 ---> Running in d3313695acaa 21:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:08 Removing intermediate container 1f6fa25f4f81 21:13:08 ---> 80ba86c6b9ec 21:13:08 21:13:08 Step 10/23 : FROM alpine:3.12 21:13:08 ---> 88dd2752d2ea 21:13:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:13:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:09 ---> Running in 649daa7fba88 21:13:09 (1/2) Installing ca-certificates (20191127-r4) 21:13:09 (1/1) Installing dumb-init (1.2.2-r1) 21:13:09 Executing busybox-1.31.1-r19.trigger 21:13:09 OK: 6 MiB in 15 packages 21:13:09 (2/2) Installing dumb-init (1.2.2-r1) 21:13:09 Executing busybox-1.31.1-r19.trigger 21:13:09 Executing ca-certificates-20191127-r4.trigger 21:13:10 OK: 6 MiB in 16 packages 21:13:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:10 (1/1) Installing dumb-init (1.2.2-r1) 21:13:10 Executing busybox-1.31.1-r19.trigger 21:13:10 OK: 6 MiB in 15 packages 21:13:10 (1/2) Installing dumb-init (1.2.2-r1) 21:13:10 (2/2) Installing su-exec (0.2-r1) 21:13:10 Executing busybox-1.31.1-r19.trigger 21:13:10 OK: 6 MiB in 16 packages 21:13:10 Removing intermediate container 649daa7fba88 21:13:10 ---> 147780899c5e 21:13:10 Step 12/23 : ENV APP_PORT=48080 21:13:11 ---> Running in 4dcacb6b8d34 21:13:11 Removing intermediate container 4dcacb6b8d34 21:13:11 ---> e3aa869977f2 21:13:11 Step 13/23 : EXPOSE $APP_PORT 21:13:11 ---> Running in bd827c4818f0 21:13:11 Removing intermediate container e0c9eb9cc595 21:13:11 ---> 910ae878598c 21:13:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:13:11 Removing intermediate container 259bf9268d77 21:13:11 ---> afe6e4a8c313 21:13:11 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:13:11 Removing intermediate container d3313695acaa 21:13:11 ---> 3f4216ec3e40 21:13:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:13:12 Removing intermediate container a6a907fd0b0b 21:13:12 ---> bc52017f22cc 21:13:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:13:12 ---> Running in 7fd6e64b4192 21:13:12 ---> Running in 44f11de93414 21:13:12 ---> Running in 0cb56f840fa8 21:13:12 Removing intermediate container bd827c4818f0 21:13:12 ---> d07a581c6266 21:13:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:12 ---> Running in b8885fe0d3f6 21:13:12 ---> Running in 899cb28f5c4d 21:13:12 Removing intermediate container 44f11de93414 21:13:12 ---> e4d64b32cf60 21:13:12 Step 13/23 : ENV APP_PORT=48082 21:13:12 Removing intermediate container 7fd6e64b4192 21:13:12 ---> 74eed1979b71 21:13:12 Step 13/22 : ENV APP_PORT=48060 21:13:12 Removing intermediate container 0cb56f840fa8 21:13:12 ---> 572e1ee162b6 21:13:12 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:13:12 Removing intermediate container b8885fe0d3f6 21:13:12 ---> 9d5b212b87a5 21:13:12 Step 13/22 : ENV APP_PORT=48085 21:13:12 ---> Running in 5a201908978c 21:13:12 ---> Running in e2aec2b4c80a 21:13:12 ---> Running in 569ba0f230e2 21:13:12 ---> Running in 87649122a213 21:13:13 Removing intermediate container e2aec2b4c80a 21:13:13 ---> f62ad033178c 21:13:13 Step 14/22 : EXPOSE $APP_PORT 21:13:13 Removing intermediate container 87649122a213 21:13:13 ---> dcf9155a9d97 21:13:13 Step 14/22 : EXPOSE $APP_PORT 21:13:13 Removing intermediate container 569ba0f230e2 21:13:13 ---> ef936439a933 21:13:13 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:13:13 Removing intermediate container 5a201908978c 21:13:13 ---> 581de99ba8ce 21:13:13 Step 14/23 : EXPOSE $APP_PORT 21:13:13 ---> Running in 498f3ed23633 21:13:13 ---> Running in b9f821c602ea 21:13:13 ---> Running in 7c29e27e8fd1 21:13:13 ---> Running in aea3b6a34256 21:13:14 Removing intermediate container 498f3ed23633 21:13:14 ---> 0c54f2c46792 21:13:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:14 Removing intermediate container b9f821c602ea 21:13:14 ---> d57219266131 21:13:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:14 Removing intermediate container aea3b6a34256 21:13:14 ---> ccc2093c7068 21:13:14 Step 15/23 : WORKDIR / 21:13:14 Removing intermediate container 899cb28f5c4d 21:13:14 ---> 151884fa0ec8 21:13:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:13:14 ---> Running in 158d067bcfac 21:13:14 ---> 56307b483e60 21:13:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:13:14 ---> Running in edf119bb51a9 21:13:14 ---> 29e78918949d 21:13:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:13:14 Removing intermediate container 158d067bcfac 21:13:14 ---> 529c6f4b17b4 21:13:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:15 ---> cace72cbecc3 21:13:15 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:13:15 ---> d381120011ff 21:13:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:13:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:13:15 Removing intermediate container 7c29e27e8fd1 21:13:15 ---> 098845810272 21:13:15 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:13:15 ---> ab5e733ab0ba 21:13:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:13:15 ---> Running in d2c6874d02f6 21:13:15 ---> 01e18842c8d2 21:13:15 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:13:15 ---> Running in 53f80025475d 21:13:15 ---> 1b4e285a076c 21:13:15 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:13:15 ---> d095104b897c 21:13:15 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:13:15 Removing intermediate container d2c6874d02f6 21:13:15 ---> 1ade91de9911 21:13:15 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:13:15 ---> Running in 59f57e483019 21:13:15 Removing intermediate container 53f80025475d 21:13:15 ---> 6839de9e6400 21:13:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:13:16 ---> Running in 88a86fa51105 21:13:16 ---> c406f6f5f3d4 21:13:16 Step 19/23 : ENTRYPOINT ["/core-command"] 21:13:16 Removing intermediate container 59f57e483019 21:13:16 ---> cf5ba5db7029 21:13:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:16 ---> d41041f1f655 21:13:16 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:13:16 ---> Running in cc0adfe19c0d 21:13:16 ---> Running in 051432e49a97 21:13:16 Removing intermediate container 88a86fa51105 21:13:16 ---> 4db91c7003bb 21:13:16 Step 20/22 : LABEL arch=x86_64 21:13:16 ---> Running in e76e4788c221 21:13:16 Removing intermediate container cc0adfe19c0d 21:13:16 ---> 222405d1429b 21:13:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:16 ---> Running in 6f28163cdb1a 21:13:16 ---> Running in f4cb3ddcf986 21:13:16 Removing intermediate container 051432e49a97 21:13:16 ---> 3d454f4125c9 21:13:16 Step 20/22 : LABEL arch=x86_64 21:13:16 (1/6) Installing dumb-init (1.2.2-r1) 21:13:16 (2/6) Installing libgcc (9.3.0-r2) 21:13:16 ---> Running in 4b8205ff0d0c 21:13:16 (3/6) Installing libsodium (1.0.18-r0) 21:13:17 Removing intermediate container 6f28163cdb1a 21:13:17 ---> 0c339216e548 21:13:17 Step 21/22 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:13:17 Removing intermediate container f4cb3ddcf986 21:13:17 ---> d70890c3c241 21:13:17 Step 21/23 : LABEL arch=x86_64 21:13:17 (4/6) Installing libstdc++ (9.3.0-r2) 21:13:17 (5/6) Installing libzmq (4.3.3-r0) 21:13:17 ---> Running in c641e50fdc34 21:13:17 ---> Running in f622de49f5f1 21:13:17 Removing intermediate container 4b8205ff0d0c 21:13:17 ---> 4dd339735cfe 21:13:17 Step 21/22 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:13:17 (6/6) Installing zeromq (4.3.3-r0) 21:13:17 Executing busybox-1.31.1-r19.trigger 21:13:17 OK: 8 MiB in 20 packages 21:13:17 ---> Running in 2c7e86ea7935 21:13:17 Removing intermediate container c641e50fdc34 21:13:17 ---> 8eb069efcaa5 21:13:17 Step 22/22 : LABEL version=0.0.0 21:13:18 Removing intermediate container f622de49f5f1 21:13:18 ---> 40f198126565 21:13:18 Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:13:18 ---> Running in c7b03ac0149d 21:13:18 ---> Running in ebaa3a92873d 21:13:18 Removing intermediate container 2c7e86ea7935 21:13:18 ---> 9f8485efba16 21:13:18 Step 22/22 : LABEL version=0.0.0 21:13:18 ---> Running in b152fc36f070 21:13:18 Removing intermediate container c7b03ac0149d 21:13:18 ---> 4948ebd7946c 21:13:18 21:13:18 Removing intermediate container ebaa3a92873d 21:13:18 ---> 9debf50957d0 21:13:18 Step 23/23 : LABEL version=0.0.0 21:13:18 ---> Running in 74baf1cd29ef 21:13:18 Removing intermediate container b152fc36f070 21:13:18 ---> 3e9e9b91df42 21:13:18 21:13:18 Successfully built 4948ebd7946c 21:13:19 Successfully built 3e9e9b91df42 21:13:19 Removing intermediate container edf119bb51a9 21:13:19 ---> efa6422f9132 21:13:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:19 Successfully tagged docker-support-notifications-go:latest 21:13:19 Successfully tagged docker-support-scheduler-go:latest 21:13:19  Building docker-support-notifications-go ... done  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 21:13:19 Building docker-core-metadata-go 21:13:19 Removing intermediate container e76e4788c221 21:13:19 ---> f1516c95014c 21:13:19 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:13:19 Removing intermediate container 74baf1cd29ef 21:13:19 ---> d08b23300cea 21:13:19 21:13:19 Successfully built d08b23300cea 21:13:19 Successfully tagged docker-core-command-go:latest 21:13:19 ---> 901c91133975 21:13:19 Building docker-security-secretstore-setup-go 21:13:19  Building docker-core-command-go ... done Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:13:19 ---> 207fa1ef9eea 21:13:19 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:13:20 ---> 52115998864c 21:13:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml ---> 626c132517d3 21:13:20 21:13:20 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:13:23 ---> 75bfdfa933e7 21:13:23 Step 19/23 : ENTRYPOINT ["/core-data"] 21:13:23 ---> 768e654d475e 21:13:23 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:13:23 ---> Running in cbb2d21cdd0b 21:13:25 ? github.com/edgexfoundry/edgex-go [no test files] 21:13:26 Removing intermediate container cbb2d21cdd0b 21:13:26 ---> 6151d45ee479 21:13:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:13:26 ---> c18e07ecc7f9 21:13:26 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:13:26 ---> Running in ddd3c4934d7d 21:13:28 Removing intermediate container ddd3c4934d7d 21:13:28 ---> 6893799f2f8d 21:13:28 Step 21/23 : LABEL arch=x86_64 21:13:28 ---> 65dbf36e8d3e 21:13:28 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:13:28 ---> Running in f2c9ce9cd753 21:13:29 ---> Running in f1686cfa0272 21:13:29 Removing intermediate container f2c9ce9cd753 21:13:29 ---> 14e108c18700 21:13:29 Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:13:31 ---> Running in c3bef72ed786 21:13:31 Removing intermediate container f1686cfa0272 21:13:31 ---> d52455b33eea 21:13:31 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:13:32 Removing intermediate container c3bef72ed786 21:13:32 ---> 75cdac87d626 21:13:32 Step 23/23 : LABEL version=0.0.0 21:13:32 ---> 3662c58a87d3 21:13:32 Step 26/31 : RUN chmod +x /entrypoint.sh 21:13:33 ---> Running in e2cacbce84e4 21:13:36 ---> Running in e8b7a42fc195 21:13:36 Removing intermediate container e2cacbce84e4 21:13:36 ---> 3b937eee83ca 21:13:36 21:13:37 Successfully built 3b937eee83ca 21:13:38 Successfully tagged docker-core-data-go:latest 21:13:38  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go 21:13:43 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:43 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:13:43 ---> 53cb606429e8 21:13:43 Step 3/21 : WORKDIR /edgex-go 21:13:43 ---> Using cache 21:13:43 ---> f271a722d5ca 21:13:43 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:43 ---> Using cache 21:13:43 ---> 199d1f963d7c 21:13:43 Step 5/21 : RUN apk add --update --no-cache make git 21:13:43 ---> Using cache 21:13:43 ---> 73761c6325aa 21:13:43 Step 6/21 : COPY go.mod . 21:13:43 ---> Using cache 21:13:43 ---> 8d0b62f8287a 21:13:43 Step 7/21 : RUN go mod download 21:13:43 ---> Using cache 21:13:43 ---> a8914a34ebc6 21:13:43 Step 8/21 : COPY . . 21:13:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:13:43 ---> 53cb606429e8 21:13:43 Step 3/23 : WORKDIR /edgex-go 21:13:43 ---> Using cache 21:13:43 ---> f271a722d5ca 21:13:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:43 ---> Using cache 21:13:43 ---> 199d1f963d7c 21:13:43 Step 5/23 : RUN apk add --update --no-cache make git 21:13:43 ---> Using cache 21:13:43 ---> 73761c6325aa 21:13:43 Step 6/23 : COPY go.mod . 21:13:43 ---> Using cache 21:13:43 ---> 8d0b62f8287a 21:13:43 Step 7/23 : RUN go mod download 21:13:43 ---> Using cache 21:13:43 ---> a8914a34ebc6 21:13:43 Step 8/23 : COPY . . 21:13:43 ---> Using cache 21:13:43 ---> ab8e2666ac35 21:13:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:13:43 ---> Using cache 21:13:43 ---> ab8e2666ac35 21:13:43 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:13:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:13:43 ---> 53cb606429e8 21:13:43 Step 3/24 : WORKDIR /edgex-go 21:13:43 ---> Using cache 21:13:43 ---> f271a722d5ca 21:13:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:43 ---> Using cache 21:13:43 ---> 199d1f963d7c 21:13:43 Step 5/24 : RUN apk add --update --no-cache make git 21:13:43 ---> Using cache 21:13:43 ---> 73761c6325aa 21:13:43 Step 6/24 : COPY go.mod . 21:13:43 ---> Using cache 21:13:43 ---> 8d0b62f8287a 21:13:43 Step 7/24 : RUN go mod download 21:13:43 ---> Using cache 21:13:43 ---> a8914a34ebc6 21:13:43 Step 8/24 : COPY . . 21:13:43 ---> Using cache 21:13:43 ---> ab8e2666ac35 21:13:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:13:44 Removing intermediate container e8b7a42fc195 21:13:44 ---> e240a6333ed3 21:13:44 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:13:44 ---> Running in 69cac3a9b0a4 21:13:44 ---> Running in e18df6e06aa7 21:13:44 ---> Running in 29782d56e303 21:13:44 ---> Running in baaa6c01656b 21:13:46 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 21:13:46 Removing intermediate container baaa6c01656b 21:13:46 ---> c01279f7a24d 21:13:46 Step 28/31 : CMD ["gate"] 21:13:47 ---> Running in cc6b22f8159b 21:13:47 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 21:13:47 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 21:13:47 Removing intermediate container cc6b22f8159b 21:13:47 ---> 30e632a58f8a 21:13:47 Step 29/31 : LABEL arch=x86_64 21:13:47 ---> Running in 202067af0e56 21:13:48 Removing intermediate container 202067af0e56 21:13:48 ---> cb479d335b5c 21:13:48 Step 30/31 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:13:49 ---> Running in 2d3b1d90e676 21:13:50 Removing intermediate container 2d3b1d90e676 21:13:50 ---> 786765f6baa7 21:13:50 Step 31/31 : LABEL version=0.0.0 21:13:50 ---> Running in 7a559bca6647 21:13:52 Removing intermediate container 7a559bca6647 21:13:52 ---> 5ed06464dffa 21:13:52 21:13:52 Successfully built 5ed06464dffa 21:13:52 Successfully tagged docker-security-bootstrapper-go:latest 21:13:59  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:13:59 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:13:59 ---> 53cb606429e8 21:13:59 Step 3/26 : WORKDIR /edgex-go 21:13:59 ---> Using cache 21:13:59 ---> f271a722d5ca 21:13:59 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:13:59 ---> Using cache 21:13:59 ---> 199d1f963d7c 21:13:59 Step 5/26 : RUN apk add --update --no-cache make bash git 21:13:59 ---> Running in 1108dbd1bf3b 21:14:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:01 OK: 233 MiB in 51 packages 21:14:03 Removing intermediate container 1108dbd1bf3b 21:14:03 ---> a12bf6b36445 21:14:03 Step 6/26 : COPY go.mod . 21:14:03 ---> 24912c887cae 21:14:03 Step 7/26 : RUN go mod download 21:14:03 ---> Running in a9459fd194e0 21:14:07 Removing intermediate container a9459fd194e0 21:14:07 ---> 0c6098e51235 21:14:07 Step 8/26 : COPY . . 21:14:11 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 21:14:11 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 21:14:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:14:21 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:14:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:14:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:14:29 Removing intermediate container 69cac3a9b0a4 21:14:29 ---> dc5f87b8350e 21:14:29 21:14:29 Step 10/21 : FROM alpine:3.12 21:14:29 Removing intermediate container 29782d56e303 21:14:29 ---> 605cb507a411 21:14:29 21:14:29 Step 10/24 : FROM alpine:3.12 21:14:29 ---> 88dd2752d2ea 21:14:29 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:14:29 ---> 88dd2752d2ea 21:14:29 Step 11/21 : RUN apk add --update --no-cache curl 21:14:29 Removing intermediate container e18df6e06aa7 21:14:29 ---> 581acdc3647c 21:14:29 21:14:29 Step 10/23 : FROM alpine:3.12 21:14:29 ---> 88dd2752d2ea 21:14:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:14:29 ---> Using cache 21:14:29 ---> bc52017f22cc 21:14:29 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:14:29 ---> Using cache 21:14:29 ---> 9d5b212b87a5 21:14:29 Step 13/23 : ENV APP_PORT=48081 21:14:29 ---> a747aa0d4abb 21:14:29 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:14:29 ---> Running in 7e6de976a5aa 21:14:29 ---> Running in d0dcaedfa846 21:14:29 ---> Running in ab4bb8013996 21:14:29 ---> Running in ccaa6ef201ba 21:14:29 Removing intermediate container ab4bb8013996 21:14:29 ---> 727945d08a84 21:14:29 Step 14/23 : EXPOSE $APP_PORT 21:14:29 ---> Running in f68c83a0618e 21:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:30 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 21:14:30 Removing intermediate container f68c83a0618e 21:14:30 ---> 0a6ec215c156 21:14:30 Step 15/23 : WORKDIR / 21:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:30 ---> Running in 4d2e5e267a82 21:14:30 (1/4) Installing ca-certificates (20191127-r4) 21:14:30 (1/5) Installing ca-certificates (20191127-r4) 21:14:30 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:14:30 (3/4) Installing libcurl (7.69.1-r3) 21:14:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:14:30 (4/4) Installing curl (7.69.1-r3) 21:14:30 (3/5) Installing libcurl (7.69.1-r3) 21:14:30 Executing busybox-1.31.1-r19.trigger 21:14:30 (4/5) Installing curl (7.69.1-r3) 21:14:30 (5/5) Installing dumb-init (1.2.2-r1) 21:14:30 Executing busybox-1.31.1-r19.trigger 21:14:30 Executing ca-certificates-20191127-r4.trigger 21:14:30 Executing ca-certificates-20191127-r4.trigger 21:14:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:14:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:14:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:14:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:14:30 OK: 7 MiB in 18 packages 21:14:30 OK: 7 MiB in 19 packages 21:14:30 Removing intermediate container 4d2e5e267a82 21:14:30 ---> 6d7348506991 21:14:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:14:31 ---> 54ae252981e2 21:14:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:14:33 Removing intermediate container 7e6de976a5aa 21:14:33 ---> 6628a12bcfac 21:14:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:14:34 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:14:34 ---> Running in 25f0452ebef4 21:14:34 Removing intermediate container d0dcaedfa846 21:14:34 ---> 6654fe98ad1c 21:14:34 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:14:34 ---> 324bf80fb7b8 21:14:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:14:34 ---> Running in 44cd79b470a0 21:14:34 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:14:34 Removing intermediate container 25f0452ebef4 21:14:34 ---> 6e051e23f7f2 21:14:34 Step 13/24 : WORKDIR / 21:14:34 Removing intermediate container 44cd79b470a0 21:14:34 ---> 527ea29198f7 21:14:34 Step 13/21 : WORKDIR /edgex 21:14:34 ---> Running in 706489db2c5d 21:14:34 ---> 754e5b3edc36 21:14:34 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:14:34 ---> Running in ae17fb9aee7e 21:14:34 ---> Running in 35cc870ea696 21:14:35 Removing intermediate container 706489db2c5d 21:14:35 ---> ffd6f37d0a7f 21:14:35 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:14:35 Removing intermediate container ae17fb9aee7e 21:14:35 ---> 04c04295646b 21:14:35 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:14:35 Removing intermediate container 35cc870ea696 21:14:35 ---> 9770ff67cfab 21:14:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:14:35 ---> Running in d38825f255df 21:14:35 Removing intermediate container d38825f255df 21:14:35 ---> 85ea55ffb3f6 21:14:35 Step 21/23 : LABEL arch=x86_64 21:14:35 ---> 7bf528674879 21:14:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:14:35 ---> 13437108666b 21:14:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:14:36 ---> Running in 3b2cf6994083 21:14:36 ---> b9146182d1af 21:14:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:14:36 Removing intermediate container 3b2cf6994083 21:14:36 ---> 1c53a675e4dc 21:14:36 Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:14:36 ---> Running in c5c34a4d6d99 21:14:36 ---> 29325571463c 21:14:36 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:14:36 ---> f0148f355346 21:14:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:14:36 Removing intermediate container c5c34a4d6d99 21:14:36 ---> ffb95756e764 21:14:36 Step 23/23 : LABEL version=0.0.0 21:14:37 ---> Running in 69822a2d88ab 21:14:37 ---> 2475c958b1ed 21:14:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:14:37 Removing intermediate container 69822a2d88ab 21:14:37 ---> ab0e45f4adeb 21:14:37 21:14:37 ---> d1d030685755 21:14:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:14:37 ---> Running in 5da77195b1ca 21:14:37 Successfully built ab0e45f4adeb 21:14:37 Successfully tagged docker-core-metadata-go:latest 21:14:38  Building docker-core-metadata-go ... done Removing intermediate container 5da77195b1ca 21:14:38 ---> e4be5c9e3494 21:14:38 Step 18/21 : CMD ["--init=true"] 21:14:38 ---> Running in a262c4804122 21:14:38 ---> 0ee2bdbcf5a2 21:14:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:14:39 Removing intermediate container a262c4804122 21:14:39 ---> 95ef23a56c74 21:14:39 Step 19/21 : LABEL arch=x86_64 21:14:39 ---> ff5bf5d11fec 21:14:39 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/ 21:14:39 ---> Running in 339de2abd3a9 21:14:39 ---> Running in 3f58eda4f172 21:14:39 Removing intermediate container 339de2abd3a9 21:14:39 ---> 95b25c75cd4a 21:14:39 Step 20/21 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:14:39 ---> Running in d74ef9530906 21:14:40 Removing intermediate container d74ef9530906 21:14:40 ---> 67ba3a43cdeb 21:14:40 Step 21/21 : LABEL version=0.0.0 21:14:40 ---> Running in e28dbf48eb32 21:14:40 Removing intermediate container e28dbf48eb32 21:14:40 ---> d9de36ef67f6 21:14:40 21:14:40 Successfully built d9de36ef67f6 21:14:40 Removing intermediate container 3f58eda4f172 21:14:40 ---> 7df7266b23b9 21:14:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:14:40 Successfully tagged docker-security-proxy-setup-go:latest 21:14:40  Building docker-security-proxy-setup-go ... done  ---> Running in 61ea541118a3 21:14:41 Removing intermediate container 61ea541118a3 21:14:41 ---> edacaa2f6c0a 21:14:41 Step 22/24 : LABEL arch=x86_64 21:14:41 ---> Running in ae186aceb923 21:14:41 Removing intermediate container ae186aceb923 21:14:41 ---> ae724a7bb93d 21:14:41 Step 23/24 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:14:41 ---> Running in 639fb7e75ffc 21:14:41 Removing intermediate container 639fb7e75ffc 21:14:41 ---> 5e21f740d050 21:14:41 Step 24/24 : LABEL version=0.0.0 21:14:41 ---> Running in d636b6f8b31b 21:14:42 Removing intermediate container d636b6f8b31b 21:14:42 ---> ab633bd5ef10 21:14:42 21:14:42 Successfully built ab633bd5ef10 21:14:42 Successfully tagged docker-security-secretstore-setup-go:latest 21:14:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:14:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:14:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container ccaa6ef201ba 21:14:44 ---> b7a14005d33e 21:14:44 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:14:44 ---> Running in 4480b8beda5f 21:14:44 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 21:14:45 Removing intermediate container 4480b8beda5f 21:14:45 ---> eacda371f72a 21:14:45 21:14:45 Step 11/26 : FROM docker:20.10.0 21:14:45 20.10.0: Pulling from library/docker 21:14:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.312s coverage: 45.9% of statements 21:14:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:14:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:14:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:14:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:14:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:14:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:14:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 21:14:49 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.280s coverage: 100.0% of statements 21:14:50 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:14:50 Status: Downloaded newer image for docker:20.10.0 21:14:50 ---> aefe523efa57 21:14:50 Step 12/26 : RUN apk add --no-cache bash 21:14:50 ---> Running in e2e55509d7e0 21:14:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:50 (1/2) Installing readline (8.0.4-r0) 21:14:50 (2/2) Installing bash (5.0.17-r0) 21:14:50 Executing bash-5.0.17-r0.post-install 21:14:50 Executing busybox-1.31.1-r19.trigger 21:14:50 OK: 12 MiB in 22 packages 21:14:51 Removing intermediate container e2e55509d7e0 21:14:51 ---> 5f78d2d09ece 21:14:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:14:51 ---> Running in 298e9bed09ae 21:14:51 Removing intermediate container 298e9bed09ae 21:14:51 ---> dc2913d8e79f 21:14:51 Step 14/26 : ENV APP_PORT=48090 21:14:51 ---> Running in af7d086b7562 21:14:51 Removing intermediate container af7d086b7562 21:14:51 ---> ca781f9b6751 21:14:51 Step 15/26 : EXPOSE $APP_PORT 21:14:51 ---> Running in 80c2c0fa9c17 21:14:52 Removing intermediate container 80c2c0fa9c17 21:14:52 ---> 3c2099ca4632 21:14:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:14:52 ---> 5ac14afbca9f 21:14:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:14:52 ---> a38b42b26ec8 21:14:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:14:53 ---> 3d2a08873328 21:14:53 Step 19/26 : RUN apk --no-cache add py3-pip 21:14:53 ---> Running in 6a27c5a94568 21:14:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:14:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:14:53 (1/33) Installing libbz2 (1.0.8-r1) 21:14:53 (2/33) Installing expat (2.2.9-r1) 21:14:53 (3/33) Installing libffi (3.3-r2) 21:14:53 (4/33) Installing gdbm (1.13-r1) 21:14:53 (5/33) Installing xz-libs (5.2.5-r0) 21:14:53 (6/33) Installing sqlite-libs (3.32.1-r0) 21:14:53 (7/33) Installing python3 (3.8.5-r1) 21:14:54 (8/33) Installing py3-appdirs (1.4.4-r1) 21:14:54 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:14:54 (10/33) Installing py3-parsing (2.4.7-r0) 21:14:54 (11/33) Installing py3-six (1.15.0-r0) 21:14:54 (12/33) Installing py3-packaging (20.4-r0) 21:14:54 (13/33) Installing py3-setuptools (47.0.0-r0) 21:14:54 (14/33) Installing py3-chardet (3.0.4-r4) 21:14:55 (15/33) Installing py3-idna (2.9-r0) 21:14:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:14:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:14:55 (18/33) Installing py3-requests (2.23.0-r0) 21:14:55 (19/33) Installing py3-msgpack (1.0.0-r0) 21:14:55 (20/33) Installing py3-lockfile (0.12.2-r3) 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.549s coverage: 27.1% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.118s coverage: 100.0% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:14:56 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:14:56 (22/33) Installing py3-colorama (0.4.3-r0) 21:14:56 (23/33) Installing py3-distlib (0.3.0-r0) 21:14:56 (24/33) Installing py3-distro (1.5.0-r1) 21:14:56 (25/33) Installing py3-webencodings (0.5.1-r3) 21:14:56 (26/33) Installing py3-html5lib (1.0.1-r4) 21:14:56 (27/33) Installing py3-pytoml (0.1.21-r0) 21:14:56 (28/33) Installing py3-pep517 (0.8.2-r0) 21:14:56 (29/33) Installing py3-progress (1.5-r0) 21:14:56 (30/33) Installing py3-toml (0.10.1-r0) 21:14:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.249s coverage: 71.3% of statements 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:14:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:14:56 (31/33) Installing py3-retrying (1.3.3-r0) 21:14:56 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:14:56 (33/33) Installing py3-pip (20.1.1-r0) 21:14:56 Executing busybox-1.31.1-r19.trigger 21:14:56 OK: 71 MiB in 55 packages 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.522s coverage: 82.9% of statements 21:14:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:14:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:14:58 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.134s coverage: 78.9% of statements 21:14:58 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:15:04 Removing intermediate container 6a27c5a94568 21:15:04 ---> e3b99c970016 21:15:04 Step 20/26 : RUN pip install docker-compose==1.23.2 21:15:04 ---> Running in b40c2f444ac3 21:15:04 Collecting docker-compose==1.23.2 21:15:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:15:04 Collecting PyYAML<4,>=3.10 21:15:04 Downloading PyYAML-3.13.tar.gz (270 kB) 21:15:05 Collecting cached-property<2,>=1.2.0 21:15:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:15:05 Collecting docker<4.0,>=3.6.0 21:15:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:15:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:15:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:15:06 Collecting websocket-client<1.0,>=0.32.0 21:15:06 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:15:06 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:15:06 Collecting dockerpty<0.5,>=0.4.1 21:15:06 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:15:06 Collecting docopt<0.7,>=0.6.1 21:15:06 Downloading docopt-0.6.2.tar.gz (25 kB) 21:15:07 Collecting texttable<0.10,>=0.9.0 21:15:07 Downloading texttable-0.9.1.tar.gz (11 kB) 21:15:07 Collecting jsonschema<3,>=2.5.1 21:15:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:15:07 Collecting docker-pycreds>=0.4.0 21:15:07 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:15:07 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:15:07 Collecting idna<2.8,>=2.5 21:15:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:15:07 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) 21:15:07 Collecting urllib3<1.25,>=1.21.1 21:15:07 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:15:08 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:15:08 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:15:08 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:15:08 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:15:08 Installing collected packages: PyYAML, cached-property, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, docopt, texttable, jsonschema, docker-compose 21:15:08 Running setup.py install for PyYAML: started 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.270s coverage: 28.6% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.144s coverage: 100.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:15:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:15:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:15:08 Running setup.py install for PyYAML: finished with status 'done' 21:15:08 Attempting uninstall: idna 21:15:08 Found existing installation: idna 2.9 21:15:08 Uninstalling idna-2.9: 21:15:09 Successfully uninstalled idna-2.9 21:15:09 Attempting uninstall: urllib3 21:15:09 Found existing installation: urllib3 1.25.9 21:15:09 Uninstalling urllib3-1.25.9: 21:15:09 Successfully uninstalled urllib3-1.25.9 21:15:09 Attempting uninstall: requests 21:15:09 Found existing installation: requests 2.23.0 21:15:09 Uninstalling requests-2.23.0: 21:15:09 Successfully uninstalled requests-2.23.0 21:15:09 Running setup.py install for dockerpty: started 21:15:10 Running setup.py install for dockerpty: finished with status 'done' 21:15:10 Running setup.py install for docopt: started 21:15:10 Running setup.py install for docopt: finished with status 'done' 21:15:10 Running setup.py install for texttable: started 21:15:10 Running setup.py install for texttable: finished with status 'done' 21:15:11 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 21:15:14 Removing intermediate container b40c2f444ac3 21:15:14 ---> 8002b678ce1c 21:15:14 Step 21/26 : RUN apk --no-cache add curl 21:15:14 ---> Running in a95f6e94288c 21:15:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:15:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:15:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:15:14 (2/3) Installing libcurl (7.69.1-r3) 21:15:14 (3/3) Installing curl (7.69.1-r3) 21:15:14 Executing busybox-1.31.1-r19.trigger 21:15:14 OK: 72 MiB in 58 packages 21:15:15 Removing intermediate container a95f6e94288c 21:15:15 ---> 7fa02ca9f1e0 21:15:15 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:15:15 ---> Running in dfb5a022ee22 21:15:15 Removing intermediate container dfb5a022ee22 21:15:15 ---> 63ce21569c1a 21:15:15 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:15:15 ---> Running in 3c1fcc9dd3bc 21:15:15 Removing intermediate container 3c1fcc9dd3bc 21:15:15 ---> 08fbda7bb1e3 21:15:15 Step 24/26 : LABEL arch=x86_64 21:15:15 ---> Running in 7a12e2687e84 21:15:16 Removing intermediate container 7a12e2687e84 21:15:16 ---> af7d3126d754 21:15:16 Step 25/26 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:15:16 ---> Running in b1d1b8607dd4 21:15:16 Removing intermediate container b1d1b8607dd4 21:15:16 ---> 0055d394fb55 21:15:16 Step 26/26 : LABEL version=0.0.0 21:15:16 ---> Running in ba7757bd5a68 21:15:16 Removing intermediate container ba7757bd5a68 21:15:16 ---> 6c7fbfbb98b0 21:15:16 21:15:16 Successfully built 6c7fbfbb98b0 21:15:16 Successfully tagged docker-sys-mgmt-agent-go:latest 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.325s coverage: 92.8% of statements 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.232s coverage: 0.1% of statements 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 21:15:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.106s coverage: 47.1% of statements 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.089s coverage: 79.5% of statements 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements 21:15:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.053s coverage: 87.5% of statements 21:15:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 21:15:17 $ docker stop --time=1 6691846a7252484f7feed9d34e0d7e05ca69c0a68fbc59068950c1be2d4943a0 21:15:18 $ docker rm -f 6691846a7252484f7feed9d34e0d7e05ca69c0a68fbc59068950c1be2d4943a0 [Pipeline] // withDockerContainer [Pipeline] sh 21:15:19 + docker images 21:15:19 + grep docker 21:15:19 docker-sys-mgmt-agent-go latest 6c7fbfbb98b0 3 seconds ago 313MB 21:15:19 docker-security-secretstore-setup-go latest ab633bd5ef10 38 seconds ago 24.9MB 21:15:19 docker-security-proxy-setup-go latest d9de36ef67f6 39 seconds ago 24.7MB 21:15:19 docker-core-metadata-go latest ab0e45f4adeb 42 seconds ago 19MB 21:15:19 docker-security-bootstrapper-go latest 5ed06464dffa About a minute ago 18.7MB 21:15:19 docker-core-data-go latest 3b937eee83ca About a minute ago 22.6MB 21:15:19 docker-core-command-go latest d08b23300cea 2 minutes ago 17.2MB 21:15:19 docker-support-notifications-go latest 4948ebd7946c 2 minutes ago 17.8MB 21:15:19 docker-support-scheduler-go latest 3e9e9b91df42 2 minutes ago 17.3MB 21:15:19 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.086s coverage: 94.4% of statements 21:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.084s coverage: 44.8% of statements 21:15:29 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.123s coverage: 81.4% of statements 21:15:34 Still waiting to schedule task 21:15:34 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.142s coverage: 92.9% of statements 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.082s coverage: 75.5% of statements 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.067s coverage: 80.8% of statements 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.119s coverage: 87.2% of statements 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.6% of statements 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.6% of statements 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.553s coverage: 62.4% of statements 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:15:44 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 91.3% of statements 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.051s coverage: 73.7% of statements 21:15:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 21:15:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.977s coverage: 69.0% of statements 21:15:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:15:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:15:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:15:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.377s coverage: 38.4% of statements 21:15:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:15:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:15:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.114s coverage: 89.5% of statements 21:15:47 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:15:47 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.081s coverage: 84.8% of statements 21:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.440s coverage: 47.0% of statements 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.144s coverage: 100.0% of statements 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:15:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.466s coverage: 87.1% of statements 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:15:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:16:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.269s coverage: 29.1% of statements 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:16:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.263s coverage: 99.0% of statements 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:16:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.145s coverage: 100.0% of statements 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:16:01 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.255s coverage: 96.5% of statements 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:16:01 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:16:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:16:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:16:01 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:16:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 21:16:02 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 21:16:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements 21:16:03 GO111MODULE=on go vet ./... 21:16:32 Running on prd-ubuntu18.04-docker-8c-8g-29376 in /w/workspace/edgexfoundry_edgex-go_PR-3247 [Pipeline] { [Pipeline] ws 21:16:32 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 21:16:34 using credential edgex-jenkins-ssh 21:16:34 Cloning the remote Git repository 21:16:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:16:34 > git init /w/workspace/edgex-go/2 # timeout=10 21:16:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:16:34 > git --version # timeout=10 21:16:34 > git --version # 'git version 2.17.1' 21:16:34 using GIT_SSH to set credentials SSH Credentials for GitHub 21:16:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:17:10 Merging remotes/origin/master commit fb188d25fcab3d585a11d4385d590a36e735c372 into PR head commit 4160fe1027c6e22eada700f89f287e89090e2847 21:17:10 Merge succeeded, producing 4160fe1027c6e22eada700f89f287e89090e2847 21:17:10 Checking out Revision 4160fe1027c6e22eada700f89f287e89090e2847 (PR-3247) 21:17:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:17:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:17:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:17:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:17:09 using GIT_SSH to set credentials SSH Credentials for GitHub 21:17:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3247/head:refs/remotes/origin/PR-3247 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:17:10 > git config core.sparsecheckout # timeout=10 21:17:10 > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 21:17:10 > git remote # timeout=10 21:17:10 > git config --get remote.origin.url # timeout=10 21:17:10 using GIT_SSH to set credentials SSH Credentials for GitHub 21:17:10 > git merge fb188d25fcab3d585a11d4385d590a36e735c372 # timeout=10 21:17:10 > git rev-parse HEAD^{commit} # timeout=10 21:17:10 > git config core.sparsecheckout # timeout=10 21:17:10 > git checkout -f 4160fe1027c6e22eada700f89f287e89090e2847 # timeout=10 21:17:14 Commit message: "feat: Use service keys for Route configuration keys" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:17:15 + echo snap-build.sh 21:17:15 snap-build.sh 21:17:15 + SNAP_BASE_DIR=. 21:17:15 + '[' '!' -z /w/workspace/edgex-go/2 ']' 21:17:15 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 21:17:15 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 21:17:15 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 21:17:15 + cd /w/workspace/edgex-go/2 21:17:15 + sudo apt-get remove -qy --purge lxd lxd-client 21:17:15 Reading package lists... 21:17:15 Building dependency tree... 21:17:15 Reading state information... 21:17:16 The following packages were automatically installed and are no longer required: 21:17:16 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:17:16 uidmap xdelta3 21:17:16 Use 'sudo apt autoremove' to remove them. 21:17:16 The following packages will be REMOVED: 21:17:16 lxd* lxd-client* 21:17:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:17:17 After this operation, 31.7 MB disk space will be freed. 21:17:18 (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.) 21:17:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:17:19 Removing lxd dnsmasq configuration 21:17:20 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:17:20 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:17:21 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:17:21 (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.) 21:17:21 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:17:23 Processing triggers for systemd (237-3ubuntu10.42) ... 21:17:23 Processing triggers for ureadahead (0.100.0-21) ... 21:17:25 gofmt -l . 21:17:25 [ "`gofmt -l .`" = "" ] 21:17:25 ./bin/test-go-mod-tidy.sh 21:17:25 ./bin/test-attribution-txt.sh [Pipeline] sh 21:17:26 + sudo snap remove --purge lxd 21:17:26 snap "lxd" is not installed 21:17:26 + sudo groupadd --force --system lxd 21:17:26 ++ whoami 21:17:26 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:17:26 + newgrp - lxd 21:17:26 + sudo snap install lxd 21:17:26 + ls -al . 21:17:26 total 768 21:17:26 drwxrwxr-x 9 1001 1001 4096 Mar 10 21:17 . 21:17:26 drwxr-xr-x 4 root root 4096 Mar 10 21:13 .. 21:17:26 -rw-rw-r-- 1 1001 1001 11 Mar 10 21:11 .dockerignore 21:17:26 drwxrwxr-x 8 1001 1001 4096 Mar 10 21:11 .git 21:17:26 drwxrwxr-x 3 1001 1001 4096 Mar 10 21:11 .github 21:17:26 -rw-rw-r-- 1 1001 1001 818 Mar 10 21:11 .gitignore 21:17:26 -rw-rw-r-- 1 1001 1001 166 Mar 10 21:11 .sonarcloud.properties 21:17:26 -rw-rw-r-- 1 1001 1001 8607 Mar 10 21:11 Attribution.txt 21:17:26 -rw-rw-r-- 1 1001 1001 3804 Mar 10 21:11 CONTRIBUTING.md 21:17:26 -rw-rw-r-- 1 1001 1001 931 Mar 10 21:11 Dockerfile.build 21:17:26 -rw-rw-r-- 1 1001 1001 863 Mar 10 21:11 Jenkinsfile 21:17:26 -rw-rw-r-- 1 1001 1001 10775 Mar 10 21:11 LICENSE 21:17:26 -rw-rw-r-- 1 1001 1001 5774 Mar 10 21:11 Makefile 21:17:26 -rw-rw-r-- 1 1001 1001 6548 Mar 10 21:11 README.md 21:17:26 -rw-rw-r-- 1 1001 1001 6755 Mar 10 21:11 SECURITY.md 21:17:26 -rw-rw-r-- 1 1001 1001 5 Mar 10 21:07 VERSION 21:17:26 -rw-rw-r-- 1 1001 1001 4131 Mar 10 21:11 ZMQWindows.md 21:17:26 drwxrwxr-x 2 1001 1001 4096 Mar 10 21:11 bin 21:17:26 drwxrwxr-x 14 1001 1001 4096 Mar 10 21:11 cmd 21:17:26 -rw-r--r-- 1 root root 628838 Mar 10 21:16 coverage.out 21:17:26 -rw-r--r-- 1 root root 1055 Mar 10 21:17 go.mod 21:17:26 -rw-r--r-- 1 root root 21981 Mar 10 21:17 go.sum 21:17:26 drwxrwxr-x 8 1001 1001 4096 Mar 10 21:11 internal 21:17:26 drwxrwxr-x 4 1001 1001 4096 Mar 10 21:11 openapi 21:17:26 drwxrwxr-x 4 1001 1001 4096 Mar 10 21:11 snap 21:17:26 -rw-rw-r-- 1 1001 1001 168 Mar 10 21:11 version.go [Pipeline] sh 21:17:27 + '[' -e coverage.out ] 21:17:27 + chown 1001:1001 coverage.out [Pipeline] stash 21:17:27 Warning: overwriting stash ‘coverage-report’ 21:17:28 Stashed 1 file(s) [Pipeline] sh 21:17:29 + make build 21:17:29 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:17:38 2021-03-10T21:17:35Z INFO Waiting for automatic snapd restart... 21:17:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:17:53 lxd 4.12 from Canonical* installed 21:17:53 + sudo lxd init --auto 21:18:01 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 21:18:03 + sudo snap install --classic snapcraft 21:18:05 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 21:18:11 snapcraft 4.5.4 from Canonical* installed 21:18:11 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 21:18:11 + patch --verbose -p1 21:18:11 Hmm... Looks like a unified diff to me... 21:18:11 The text leading up to this was: 21:18:11 -------------------------- 21:18:11 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 21:18:11 |From: Tony Espy 21:18:11 |Date: Wed, 16 Dec 2020 16:34:55 -0500 21:18:11 |Subject: [PATCH] optimize snap build for pipeline CI check 21:18:11 | 21:18:11 |This patch is used by the EdgeX CI pipeline builds to 21:18:11 |optimize the snap CI check run for pull requests. When 21:18:11 |applied, it essentially strips out everything (apps and 21:18:11 |parts) from the snapcraft.yaml file except those required 21:18:11 |to build edgex-go, as the whole idea of the CI check is to 21:18:11 |catch changes to edgex-go that break the snap build. 21:18:11 | 21:18:11 |In general, anyone updating snapcraft.yaml will also need 21:18:11 |to update this patch file, otherwise it may fail to apply, 21:18:11 |resulting in a failed snap build CI check in the associated 21:18:11 |pull request. 21:18:11 | 21:18:11 |Note - in addition to applying this patch, the pipeline also 21:18:11 |only primes the snap (e.g. `snapcraft prime`), as there's no 21:18:11 |need to build the finally binary .snap file (and it won't 21:18:11 |work with the patch applied). This further reduces the build 21:18:11 |time. 21:18:11 |--- 21:18:11 | snap/snapcraft.yaml | 461 +------------------------------------------- 21:18:11 | 1 file changed, 2 insertions(+), 459 deletions(-) 21:18:11 | 21:18:11 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 21:18:11 |index 1e537489..faf42425 100644 21:18:11 |--- a/snap/snapcraft.yaml 21:18:11 |+++ b/snap/snapcraft.yaml 21:18:11 -------------------------- 21:18:11 patching file snap/snapcraft.yaml 21:18:11 Using Plan A... 21:18:11 Hunk #1 succeeded at 73. 21:18:11 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 21:18:11 Hunk #3 succeeded at 217 (offset 3 lines). 21:18:11 Hunk #4 succeeded at 225 (offset 3 lines). 21:18:11 Hunk #5 succeeded at 232 (offset 3 lines). 21:18:11 Hunk #6 succeeded at 259 (offset 3 lines). 21:18:11 Hunk #7 succeeded at 293 (offset 3 lines). 21:18:11 Hunk #8 succeeded at 352 (offset 11 lines). 21:18:11 Hmm... Ignoring the trailing garbage. 21:18:11 done 21:18:11 + sudo snapcraft prime --use-lxd 21:18:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:18:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:18:14 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:18:14 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: 21:18:14 - README.md 21:18:14 - snapcraft.yaml.orig 21:18:14 21:18:14 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:18:15 Launching a container. 21:18:19 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 21:18:23 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 21:18:28 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 21:18:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:18:33 Waiting for container to be ready 21:18:33 To start your first instance, try: lxc launch ubuntu:18.04 21:18:33 21:18: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 21:18:36 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:18:37 Waiting for network to be ready... 21:18:37 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:18:37 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 21:18:38 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 21:18:38 Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:18:38 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:18:38 Get:6 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 21:18:38 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 21:18:38 Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 21:18:38 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 21:18:38 Get:10 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:18:38 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:18:38 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:18:39 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:18:39 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:18:39 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:18:39 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:18:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:18:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:18:39 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 21:18:39 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:18:40 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 21:18:40 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 21:18:40 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:18:40 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:18:40 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 21:18:40 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 21:18:40 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 21:18:40 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 21:18:45 Fetched 24.0 MB in 7s (3449 kB/s) 21:18:46 Reading package lists... 21:18:46 Reading package lists... 21:18:47 Building dependency tree... 21:18:47 Reading state information... 21:18:47 The following additional packages will be installed: 21:18:47 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:18:47 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:18:47 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:18:47 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:18:47 Suggested packages: 21:18:47 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:18:47 Recommended packages: 21:18:47 gnupg libsasl2-modules 21:18:47 The following NEW packages will be installed: 21:18:47 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:18:47 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:18:47 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:18:47 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:18:47 The following packages will be upgraded: 21:18:47 gpg gpg-agent gpgconf libudev1 21:18:47 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 21:18:47 Need to get 3530 kB of archives. 21:18:47 After this operation, 13.3 MB of additional disk space will be used. 21:18:47 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [Pipeline] } 21:18:47 $ docker stop --time=1 edf6f7e469098b7a53ce85919675d2fe8df04fb1c1426646eb7a096dd71dffde 21:18:48 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:18:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:18:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:18:48 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:18:48 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 21:18:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:18:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:18:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:18:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:18:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:18:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:18:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:18:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:18:48 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:18:48 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:18:48 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:18:48 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:18:48 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:18:48 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:18:48 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:18:48 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:18:48 debconf: delaying package configuration, since apt-utils is not installed 21:18:48 Fetched 3530 kB in 1s (2591 kB/s) 21:18:49 (Reading database ... 12511 files and directories currently installed.) 21:18:49 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 21:18:49 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:18:49 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 21:18:49 Selecting previously unselected package udev. 21:18:49 (Reading database ... 12511 files and directories currently installed.) 21:18:49 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 21:18:49 Unpacking udev (237-3ubuntu10.44) ... 21:18:49 Selecting previously unselected package libfuse2:amd64. 21:18:49 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:18:49 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:18:49 Selecting previously unselected package fuse. 21:18:49 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:18:49 Unpacking fuse (2.9.7-1ubuntu1) ... 21:18:49 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:49 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:18:50 $ docker rm -f edf6f7e469098b7a53ce85919675d2fe8df04fb1c1426646eb7a096dd71dffde 21:18:50 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:50 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:18:50 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:50 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:18:50 Selecting previously unselected package libksba8:amd64. 21:18:50 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:18:50 Unpacking libksba8:amd64 (1.3.5-2) ... 21:18:50 Selecting previously unselected package libroken18-heimdal:amd64. 21:18:50 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:50 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:50 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:18:50 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:50 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:50 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:18:50 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:50 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:51 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:18:51 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:51 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:51 Selecting previously unselected package libwind0-heimdal:amd64. 21:18:51 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:51 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:51 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:18:51 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:51 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:51 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:18:51 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:51 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 21:18:51 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:18:51 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:51 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:51 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:18:51 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:18:51 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:18:51 Selecting previously unselected package libsasl2-modules-db:amd64. 21:18:51 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:18:51 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:51 Selecting previously unselected package libsasl2-2:amd64. 21:18:51 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:18:51 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:52 Selecting previously unselected package libldap-common. 21:18:52 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:18:52 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:18:52 Selecting previously unselected package libldap-2.4-2:amd64. 21:18:52 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:18:52 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:18:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:18:52 21:18:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:18:52 Selecting previously unselected package dirmngr. 21:18:52 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:18:52 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:18:52 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:18:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:18:52 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:18:52 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:18:52 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:52 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:18:52 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:18:52 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:52 Setting up libksba8:amd64 (1.3.5-2) ... 21:18:52 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:52 latest: Pulling from edgex-devops/edgex-compose-arm64 21:18:52 29e5d40040c1: Pulling fs layer 21:18:52 1ce36da41761: Pulling fs layer 21:18:52 25b303627fd3: Pulling fs layer 21:18:52 Setting up udev (237-3ubuntu10.44) ... 21:18:53 29e5d40040c1: Verifying Checksum 21:18:53 29e5d40040c1: Download complete 21:18:53 invoke-rc.d: policy-rc.d denied execution of start. 21:18:53 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:53 Processing triggers for systemd (237-3ubuntu10) ... 21:18:53 1ce36da41761: Verifying Checksum 21:18:53 1ce36da41761: Download complete 21:18:53 Setting up fuse (2.9.7-1ubuntu1) ... 21:18:53 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:18:53 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:53 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:53 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:53 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:53 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:53 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:53 29e5d40040c1: Pull complete 21:18:53 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:18:53 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:18:53 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:18:53 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:18:54 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:18:54 settings in the [Install] section, and DefaultInstance for template units). 21:18:54 This means they are not meant to be enabled using systemctl. 21:18:54 Possible reasons for having this kind of units are: 21:18:54 1) A unit may be statically enabled by being symlinked from another unit's 21:18:54 .wants/ or .requires/ directory. 21:18:54 2) A unit's purpose may be to act as a helper for some other unit which has 21:18:54 a requirement dependency on it. 21:18:54 3) A unit may be started when needed via activation (socket, path, timer, 21:18:54 D-Bus, udev, scripted systemctl call, ...). 21:18:54 4) In case of template units, the unit is meant to be enabled with some 21:18:54 instance name specified. 21:18:55 1ce36da41761: Pull complete 21:18:55 Reading package lists... 21:18:55 25b303627fd3: Verifying Checksum 21:18:55 25b303627fd3: Download complete 21:18:55 Building dependency tree... 21:18:55 Reading state information... 21:18:56 The following additional packages will be installed: 21:18:56 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:18:56 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:18:56 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:18:56 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:18:56 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:18:56 Suggested packages: 21:18:56 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:18:56 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:18:56 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:18:56 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:18:56 systemd-container policykit-1 21:18:56 Recommended packages: 21:18:56 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:18:56 The following NEW packages will be installed: 21:18:56 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:18:56 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:18:56 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:18:56 multiarch-support openssh-client python3 python3-minimal python3.6 21:18:56 python3.6-minimal snapd squashfs-tools sudo 21:18:56 The following packages will be upgraded: 21:18:56 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:18:56 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 21:18:56 Need to get 35.2 MB of archives. 21:18:56 After this operation, 141 MB of additional disk space will be used. 21:18:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 21:18:56 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 21:18:56 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 21:18:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 21:18:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 21:18:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:18:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 21:18:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 21:18:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:18:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:18:56 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:18:56 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:18:56 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:18:56 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:18:56 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:18:56 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:18:56 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:18:56 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:18:56 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:18:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 21:18:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:18:57 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:18:57 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:18:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:18:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:18:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:18:57 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:18:57 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:18:57 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:18:57 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:18:57 debconf: delaying package configuration, since apt-utils is not installed 21:18:58 Fetched 35.2 MB in 1s (23.8 MB/s) 21:18:58 (Reading database ... 12757 files and directories currently installed.) 21:18:58 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 21:18:58 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:18:59 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 21:18:59 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:18:59 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 21:18:59 (Reading database ... 12757 files and directories currently installed.) 21:18:59 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 21:18:59 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 21:18:59 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 21:19:00 (Reading database ... 12757 files and directories currently installed.) 21:19:00 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 21:19:00 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 21:19:00 Setting up apt (1.6.12ubuntu0.2) ... 21:19:00 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:19:01 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:19:01 (Reading database ... 12764 files and directories currently installed.) 21:19:01 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:19:01 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:19:01 Selecting previously unselected package libpython3.6-minimal:amd64. 21:19:01 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:19:01 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:19:01 Selecting previously unselected package libexpat1:amd64. 21:19:01 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:19:01 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:19:02 Selecting previously unselected package python3.6-minimal. 21:19:02 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:19:02 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:19:02 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 21:19:02 Checking for services that may need to be restarted...done. 21:19:02 Checking for services that may need to be restarted...done. 21:19:02 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:19:02 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:19:02 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:19:03 Selecting previously unselected package python3-minimal. 21:19:03 (Reading database ... 13012 files and directories currently installed.) 21:19:03 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:19:03 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:19:03 Selecting previously unselected package mime-support. 21:19:03 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:19:03 Unpacking mime-support (3.60ubuntu1) ... 21:19:03 Selecting previously unselected package libmpdec2:amd64. 21:19:03 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:19:04 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:19:04 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:19:04 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:19:04 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:19:04 Selecting previously unselected package python3.6. 21:19:04 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:19:04 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:19:04 Selecting previously unselected package libpython3-stdlib:amd64. 21:19:04 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:19:04 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:19:04 Setting up python3-minimal (3.6.7-1~18.04) ... 21:19:05 Selecting previously unselected package python3. 21:19:05 (Reading database ... 13442 files and directories currently installed.) 21:19:05 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:19:05 Unpacking python3 (3.6.7-1~18.04) ... 21:19:05 Selecting previously unselected package multiarch-support. 21:19:05 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:19:05 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:19:05 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:19:05 Selecting previously unselected package liblzo2-2:amd64. 21:19:05 (Reading database ... 13479 files and directories currently installed.) 21:19:05 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:19:05 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:19:05 Selecting previously unselected package libbsd0:amd64. 21:19:05 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:19:05 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:19:05 25b303627fd3: Pull complete 21:19:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:19:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:19:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:19:05 Selecting previously unselected package sudo. 21:19:05 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:19:05 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:19:05 Selecting previously unselected package apparmor. 21:19:05 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:19:05 Unpacking apparmor (2.12-4ubuntu5.1) ... [Pipeline] withDockerContainer 21:19:06 prd-ubuntu18.04-docker-arm64-4c-16g-29373 does not seem to be running inside a container 21:19:06 Selecting previously unselected package libedit2:amd64. 21:19:06 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:19:06 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:19:06 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:19:06 Selecting previously unselected package libkrb5support0:amd64. 21:19:06 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:19:06 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:19:06 Selecting previously unselected package libk5crypto3:amd64. 21:19:06 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:19:06 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:19:06 Selecting previously unselected package libkeyutils1:amd64. 21:19:06 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:19:06 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:19:06 Selecting previously unselected package libkrb5-3:amd64. 21:19:06 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:19:06 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:19:06 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:19:06 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:19:06 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:19:06 Selecting previously unselected package libssl1.0.0:amd64. 21:19:06 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:19:06 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:19:07 Selecting previously unselected package openssh-client. 21:19:07 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:19:07 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:19:07 Selecting previously unselected package squashfs-tools. 21:19:07 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:19:07 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:19:07 Selecting previously unselected package snapd. 21:19:07 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:19:07 Unpacking snapd (2.48.3+18.04) ... 21:19:09 $ docker top 24179b23ce5cdaf9d9b4885eff9dbc042c23714e803456f90778af3ad4ef47ae -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:10 + docker-compose build --help 21:19:10 + grep parallel 21:19:10 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:19:10 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:19:10 Setting up mime-support (3.60ubuntu1) ... 21:19:10 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:19:10 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:19:10 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:19:10 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:19:10 Setting up systemd (237-3ubuntu10.44) ... 21:19:10 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:19:11 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:19:11 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:19:11 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:19:11 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:19:11 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:19:11 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:19:12 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:19:12 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:19:12 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:19:12 Setting up python3 (3.6.7-1~18.04) ... 21:19:12 running python rtupdate hooks for python3.6... 21:19:12 running python post-rtupdate hooks for python3.6... 21:19:12 Setting up apparmor (2.12-4ubuntu5.1) ... 21:19:13 --parallel Build images in parallel. [Pipeline] } 21:19:13 $ docker stop --time=1 24179b23ce5cdaf9d9b4885eff9dbc042c23714e803456f90778af3ad4ef47ae 21:19:15 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:19:15 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:19:15 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:19:15 Setting up snapd (2.48.3+18.04) ... 21:19:15 $ docker rm -f 24179b23ce5cdaf9d9b4885eff9dbc042c23714e803456f90778af3ad4ef47ae 21:19:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 21:19:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [Pipeline] isUnix [Pipeline] sh 21:19:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:19:16 . [Pipeline] withDockerContainer 21:19:16 prd-ubuntu18.04-docker-arm64-4c-16g-29373 does not seem to be running inside a container 21:19:16 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:19:16 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 21:19:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:19:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:19:17 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:19:17 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:19:17 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:19:18 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:19:18 $ docker top 832d44fc326562b6fac04c202122a561a55011409bf7e82019c07875ed9b3d94 -eo pid,comm [Pipeline] { [Pipeline] sh 21:19:18 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:19:18 /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' 21:19:18 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:19:18 Processing triggers for systemd (237-3ubuntu10.44) ... 21:19:19 + docker-compose -f ./docker-compose-build.yml build --parallel 21:19:20 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:19:20 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:19:20 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:19:21 Fetched 88.7 kB in 1s (132 kB/s) 21:19:23 Building docker-core-command-go ... 21:19:23 Building docker-core-data-go ... 21:19:23 Building docker-core-metadata-go ... 21:19:23 Building docker-security-bootstrapper-go ... 21:19:23 Building docker-security-proxy-setup-go ... 21:19:23 Building docker-security-secretstore-setup-go ... 21:19:23 Building docker-support-notifications-go ... 21:19:23 Building docker-support-scheduler-go ... 21:19:23 Building docker-sys-mgmt-agent-go ... 21:19:23 Building docker-security-secretstore-setup-go 21:19:23 Building docker-sys-mgmt-agent-go 21:19:23 Building docker-core-metadata-go 21:19:23 Building docker-support-notifications-go 21:19:23 Building docker-security-bootstrapper-go 21:19:23 Reading package lists... 21:19:24 Reading package lists... 21:19:24 Building dependency tree... 21:19:24 Reading state information... 21:19:24 Calculating upgrade... 21:19:24 The following packages will be upgraded: 21:19:24 advancecomp base-files bash binutils binutils-common 21:19:24 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:19:24 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:19:24 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:19:24 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:19:24 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:19:24 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:19:24 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 21:19:24 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 21:19:24 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 21:19:24 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 21:19:24 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 21:19:24 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 21:19:24 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 21:19:24 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:19:24 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:19:24 Need to get 63.8 MB of archives. 21:19:24 After this operation, 5202 kB of additional disk space will be used. 21:19:24 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 21:19:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:19:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:19:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:19:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:19:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:19:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:19:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:19:24 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:19:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:19:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:19:24 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:19:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:19:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:19:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:19:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:19:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:19:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:19:25 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:19:25 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:19:25 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:19:25 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:19:25 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:19:25 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:19:25 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:19:25 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:19:25 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:19:25 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:19:25 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:19:25 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:19:25 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:19:25 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:19:25 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:19:25 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:19:25 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:19:25 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:19:25 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:19:25 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:19:25 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 21:19:25 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 21:19:25 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:19:25 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:19:25 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:19:25 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:19:25 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:19:25 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:19:25 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:19:25 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:19:25 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:19:25 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:19:25 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:19:25 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:19:25 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:19:25 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:19:25 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:19:25 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:19:25 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:19:25 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:19:25 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:19:26 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:19:26 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:19:26 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:19:26 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:19:26 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:19:26 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:19:26 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:19:26 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:19:26 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:19:26 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:19:26 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:19:26 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:19:26 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:19:26 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:19:26 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:19:26 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:19:26 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:19:26 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:19:26 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:19:26 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:19:26 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:19:26 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:19:26 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:19:26 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:19:26 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 21:19:26 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:19:26 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:19:26 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:19:26 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:19:26 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:19:26 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 21:19:26 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:19:26 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:19:26 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:19:26 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:19:26 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:19:26 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:19:26 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:19:26 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:19:26 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:19:27 debconf: delaying package configuration, since apt-utils is not installed 21:19:27 Fetched 63.8 MB in 2s (32.4 MB/s) 21:19:27 (Reading database ... 13912 files and directories currently installed.) 21:19:27 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:19:27 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:19:27 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:19:27 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:19:28 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 21:19:28 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 21:19:29 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:29 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:29 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:29 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:29 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:29 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:29 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:29 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:29 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:29 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:29 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:29 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:29 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:29 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:29 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:29 (Reading database ... 13911 files and directories currently installed.) 21:19:29 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:30 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:19:30 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:19:30 (Reading database ... 13911 files and directories currently installed.) 21:19:30 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:30 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:30 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:30 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:30 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:19:30 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:19:30 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:19:31 (Reading database ... 13911 files and directories currently installed.) 21:19:31 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:19:31 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:19:31 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:19:32 (Reading database ... 13911 files and directories currently installed.) 21:19:32 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:19:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:19:32 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:19:32 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:19:32 Setting up base-files (10.1ubuntu2.10) ... 21:19:32 Installing new version of config file /etc/issue ... 21:19:32 Installing new version of config file /etc/issue.net ... 21:19:32 Installing new version of config file /etc/lsb-release ... 21:19:32 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:19:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:19:33 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:19:33 Removing obsolete conffile /etc/default/motd-news ... 21:19:33 (Reading database ... 13912 files and directories currently installed.) 21:19:33 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:19:33 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:19:33 Setting up bash (4.4.18-2ubuntu1.2) ... 21:19:33 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 21:19:33 (Reading database ... 13912 files and directories currently installed.) 21:19:33 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:33 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:19:34 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:19:34 (Reading database ... 13912 files and directories currently installed.) 21:19:34 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:19:34 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:19:34 Setting up tar (1.29b-2ubuntu0.2) ... 21:19:34 (Reading database ... 13912 files and directories currently installed.) 21:19:34 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:19:34 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:19:34 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:19:35 (Reading database ... 13912 files and directories currently installed.) 21:19:35 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:19:35 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:19:35 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:19:35 (Reading database ... 13912 files and directories currently installed.) 21:19:35 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:19:35 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:19:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:19:36 (Reading database ... 13912 files and directories currently installed.) 21:19:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:19:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:19:36 Setting up grep (3.1-2build1) ... 21:19:36 (Reading database ... 13912 files and directories currently installed.) 21:19:36 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:19:36 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:19:36 Setting up login (1:4.5-1ubuntu2) ... 21:19:36 (Reading database ... 13912 files and directories currently installed.) 21:19:36 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:19:36 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:19:37 (Reading database ... 13912 files and directories currently installed.) 21:19:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:19:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:19:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:19:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:19:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:19:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:19:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:19:39 (Reading database ... 13912 files and directories currently installed.) 21:19:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:19:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:19:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:19:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:19:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:19:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:19:40 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:19:40 (Reading database ... 13912 files and directories currently installed.) 21:19:40 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:19:40 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:19:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:19:41 (Reading database ... 13912 files and directories currently installed.) 21:19:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:41 (Reading database ... 13912 files and directories currently installed.) 21:19:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:41 (Reading database ... 13912 files and directories currently installed.) 21:19:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:42 (Reading database ... 13912 files and directories currently installed.) 21:19:42 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:42 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:42 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:42 (Reading database ... 13912 files and directories currently installed.) 21:19:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:19:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:19:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:19:42 (Reading database ... 13912 files and directories currently installed.) 21:19:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:19:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:42 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:19:42 (Reading database ... 13912 files and directories currently installed.) 21:19:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:43 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:43 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:19:43 (Reading database ... 13912 files and directories currently installed.) 21:19:43 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:43 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:19:43 (Reading database ... 13912 files and directories currently installed.) 21:19:43 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:44 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:19:44 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:19:45 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:19:46 (Reading database ... 13912 files and directories currently installed.) 21:19:46 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:19:46 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:19:46 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:19:46 (Reading database ... 13912 files and directories currently installed.) 21:19:46 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:19:46 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:19:46 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:19:46 (Reading database ... 13914 files and directories currently installed.) 21:19:46 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:19:46 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:19:46 Setting up debconf (1.5.66ubuntu1) ... 21:19:47 (Reading database ... 13914 files and directories currently installed.) 21:19:47 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:19:47 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:19:47 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:19:47 (Reading database ... 13914 files and directories currently installed.) 21:19:47 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:19:47 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:19:47 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:19:47 (Reading database ... 13914 files and directories currently installed.) 21:19:47 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:19:47 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:19:47 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:19:47 (Reading database ... 13914 files and directories currently installed.) 21:19:47 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:19:47 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:19:48 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:19:48 (Reading database ... 13914 files and directories currently installed.) 21:19:48 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:19:48 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:19:48 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:19:48 (Reading database ... 13914 files and directories currently installed.) 21:19:48 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:19:48 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:19:49 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 21:19:49 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 21:19:49 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:19:49 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:19:49 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:19:49 (Reading database ... 13914 files and directories currently installed.) 21:19:49 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:19:49 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:19:49 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:19:49 (Reading database ... 13914 files and directories currently installed.) 21:19:49 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:19:49 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:19:49 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:19:50 (Reading database ... 13914 files and directories currently installed.) 21:19:50 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:19:50 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:19:50 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:19:50 (Reading database ... 13914 files and directories currently installed.) 21:19:50 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:19:50 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:19:50 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:19:50 (Reading database ... 13914 files and directories currently installed.) 21:19:50 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:19:50 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:19:51 Setting up passwd (1:4.5-1ubuntu2) ... 21:19:51 (Reading database ... 13914 files and directories currently installed.) 21:19:51 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:19:51 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:19:51 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:19:51 (Reading database ... 13914 files and directories currently installed.) 21:19:51 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:19:51 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:19:51 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:19:51 (Reading database ... 13914 files and directories currently installed.) 21:19:51 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:19:52 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:19:52 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:19:52 (Reading database ... 13914 files and directories currently installed.) 21:19:52 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:19:52 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:19:52 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:19:52 (Reading database ... 13914 files and directories currently installed.) 21:19:52 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:19:53 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:19:53 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:19:53 (Reading database ... 13914 files and directories currently installed.) 21:19:53 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 21:19:53 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 21:19:53 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 21:19:53 (Reading database ... 13914 files and directories currently installed.) 21:19:53 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 21:19:53 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 21:19:54 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 21:19:54 (Reading database ... 13915 files and directories currently installed.) 21:19:54 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:19:54 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:19:54 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:19:54 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:19:54 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 21:19:54 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 21:19:55 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:19:55 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:19:55 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:19:55 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:19:55 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:19:55 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:19:55 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:19:55 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:19:55 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:19:55 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:19:55 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:19:55 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:19:55 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:19:56 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:19:56 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:19:56 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:19:56 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:19:56 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:19:57 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:19:57 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:19:58 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:19:58 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:19:58 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:19:58 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:19:58 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:19:58 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:19:58 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:19:58 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:19:58 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:19:59 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:19:59 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:59 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:59 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:59 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:59 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:59 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:19:59 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:19:59 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:20:01 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:20:01 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:20:02 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:20:02 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:20:02 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:20:02 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:20:03 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:20:03 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:20:04 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:20:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:20:04 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:20:04 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:20:05 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:20:05 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:20:05 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:20:05 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:20:05 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:20:05 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:20:05 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:20:05 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:20:05 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:20:05 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:20:06 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:20:06 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:20:06 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:20:06 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:20:06 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:20:06 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:20:06 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:20:06 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:20:06 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:20:06 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:20:06 21:20:06 Current default time zone: 'Etc/UTC' 21:20:06 Local time is now: Wed Mar 10 21:20:06 UTC 2021. 21:20:06 Universal Time is now: Wed Mar 10 21:20:06 UTC 2021. 21:20:06 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:20:06 21:20:06 Setting up systemd-sysv (237-3ubuntu10.44) ... 21:20:06 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:20:06 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 21:20:06 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:20:06 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:20:06 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:20:06 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:20:06 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:20:06 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:20:06 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:20:06 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:20:06 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:20:07 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:20:07 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:20:07 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:20:07 Setting up patch (2.7.6-2ubuntu1.1) ... 21:20:07 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:20:07 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:20:07 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 21:20:07 Installing new version of config file /etc/ssl/openssl.cnf ... 21:20:07 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:20:07 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:20:07 Setting up ca-certificates (20210119~18.04.1) ... 21:20:10 Updating certificates in /etc/ssl/certs... 21:20:11 23 added, 27 removed; done. 21:20:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:20:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:20:11 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:20:11 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:20:11 Setting up pkgbinarymangler (138.18.04.1) ... 21:20:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:20:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:20:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:20:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:20:11 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:20:11 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:20:11 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:20:11 Setting up perl (5.26.1-6ubuntu0.5) ... 21:20:11 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:20:11 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:20:11 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:20:11 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:20:11 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:20:11 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:20:11 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:20:11 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:20:11 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:20:11 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:20:12 Processing triggers for systemd (237-3ubuntu10.44) ... 21:20:12 Processing triggers for mime-support (3.60ubuntu1) ... 21:20:12 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:20:12 Updating certificates in /etc/ssl/certs... 21:20:13 0 added, 0 removed; done. 21:20:13 Running hooks in /etc/ca-certificates/update.d... 21:20:13 done. 21:20:14 Reading package lists... 21:20:14 Building dependency tree... 21:20:14 Reading state information... 21:20:14 The following NEW packages will be installed: 21:20:14 apt-transport-https 21:20:14 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:20:14 Need to get 1696 B of archives. 21:20:14 After this operation, 153 kB of additional disk space will be used. 21:20:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 21:20:14 debconf: delaying package configuration, since apt-utils is not installed 21:20:14 Fetched 1696 B in 0s (38.9 kB/s) 21:20:14 Selecting previously unselected package apt-transport-https. 21:20:15 (Reading database ... 13920 files and directories currently installed.) 21:20:15 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 21:20:15 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 21:20:15 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 21:20:15 Waiting for network to be ready... 21:20:23 2021-03-10T21:20:21Z INFO Waiting for automatic snapd restart... 21:20:24 snapd 2.49 from Canonical* installed 21:20:25 "snapd" switched to the "latest/stable" channel 21:20:25 21:20:32 core18 20210128 from Canonical* installed 21:20:32 "core18" switched to the "latest/stable" channel 21:20:32 21:20:40 snapcraft 4.5.4 from Canonical* installed 21:20:40 "snapcraft" switched to the "latest/stable" channel 21:20:40 21:20:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:20:45 ---> e7fc401037dc 21:20:45 Step 3/22 : WORKDIR /edgex-go 21:20:45 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:45 Step 2/31 : FROM ${BUILDER_BASE} AS builder 21:20:45 ---> e7fc401037dc 21:20:45 Step 3/31 : WORKDIR /edgex-go 21:20:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:20:45 ---> e7fc401037dc 21:20:45 Step 3/26 : WORKDIR /edgex-go 21:20:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:20:45 ---> e7fc401037dc 21:20:45 Step 3/23 : WORKDIR /edgex-go 21:20:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:20:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:20:45 ---> e7fc401037dc 21:20:45 Step 3/24 : WORKDIR /edgex-go 21:20:45 ---> Running in 0b5559c38e28 21:20:45 ---> Running in e2db8b3919ae 21:20:45 ---> Running in 82a4f0f5ef41 21:20:45 ---> Running in 283180d469b2 21:20:45 ---> Running in b866b8e96a9a 21:20:45 Removing intermediate container 0b5559c38e28 21:20:45 ---> 7db54f7bfd82 21:20:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:45 Removing intermediate container 82a4f0f5ef41 21:20:45 ---> 847739342b9c 21:20:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:45 Removing intermediate container e2db8b3919ae 21:20:45 Removing intermediate container 283180d469b2 21:20:45 ---> 0924f69dc5c7 21:20:45 ---> 1a26c5efae48 21:20:45 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:45 ---> Running in a14cef3e50ce 21:20:45 Removing intermediate container b866b8e96a9a 21:20:45 ---> 9746863e95cf 21:20:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:20:45 ---> Running in 6e6d411d250f 21:20:45 ---> Running in 1f5f89a8bf04 21:20:45 ---> Running in f4d25fb8df0c 21:20:45 ---> Running in 093fbcbcd628 21:20:45 Removing intermediate container a14cef3e50ce 21:20:45 ---> 1580b0e7b055 21:20:45 Step 5/23 : RUN apk add --update --no-cache make git 21:20:45 ---> Running in e2ae5acc01ff 21:20:45 Removing intermediate container f4d25fb8df0c 21:20:45 ---> 05ce0bbb9da6 21:20:45 Step 5/26 : RUN apk add --update --no-cache make bash git 21:20:45 ---> Running in 8ee6adf8b3c6 21:20:45 Removing intermediate container 6e6d411d250f 21:20:45 ---> 48c508116814 21:20:45 Step 5/24 : RUN apk add --update --no-cache make git 21:20:45 Removing intermediate container 093fbcbcd628 21:20:45 Removing intermediate container 1f5f89a8bf04 21:20:45 ---> 65af31580dc7 21:20:45 ---> 9f000049cde9 21:20:45 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificatesStep 5/31 : RUN apk add --update --no-cache make git 21:20:45 21:20:45 ---> Running in cf3c81b70d84 21:20:45 ---> Running in ce5b7576a429 21:20:45 ---> Running in 2b38b2d53328 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:45 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: 21:20:45 - README.md 21:20:45 - snapcraft.yaml.orig 21:20:45 21:20:45 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:20:46 OK: 217 MiB in 51 packages 21:20:46 OK: 217 MiB in 51 packages 21:20:46 OK: 217 MiB in 51 packages 21:20:46 OK: 217 MiB in 51 packages 21:20:47 OK: 217 MiB in 51 packages 21:20:48 Removing intermediate container 8ee6adf8b3c6 21:20:48 ---> ee93842ef299 21:20:48 Step 6/26 : COPY go.mod . 21:20:48 Removing intermediate container e2ae5acc01ff 21:20:48 ---> 179cd1978f32 21:20:48 Step 6/23 : COPY go.mod . 21:20:48 Removing intermediate container cf3c81b70d84 21:20:48 ---> 17d7107a46d6 21:20:48 Step 6/24 : COPY go.mod . 21:20:48 Removing intermediate container ce5b7576a429 21:20:48 ---> 580a53c8d6c6 21:20:48 Step 6/31 : COPY go.mod . 21:20:49 ---> 944e73e8c666 21:20:49 Step 7/26 : RUN go mod download 21:20:49 ---> 16e44218b212 21:20:49 Step 7/23 : RUN go mod download 21:20:49 Removing intermediate container 2b38b2d53328 21:20:49 ---> dcae0d03df29 21:20:49 Step 6/22 : COPY go.mod . 21:20:49 ---> Running in fe73116db19b 21:20:49 ---> Running in 8511d9816259 21:20:49 ---> 18973c47976f 21:20:49 Step 7/24 : RUN go mod download 21:20:49 ---> f960c7398580 21:20:49 Step 7/31 : RUN go mod download 21:20:49 ---> Running in 19a29bffb242 21:20:49 ---> Running in 6567674b3a83 21:20:49 ---> 0a3e8d1a0f33 21:20:49 Step 7/22 : RUN go mod download 21:20:50 ---> Running in b87f3d37816b 21:20:52 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:20:52 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:20:52 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:20:52 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:20:54 Removing intermediate container fe73116db19b 21:20:54 ---> 558c93ad6b25 21:20:54 Step 8/23 : COPY . . 21:20:54 Removing intermediate container 8511d9816259 21:20:54 ---> 34df9982c6cc 21:20:54 Step 8/26 : COPY . . 21:20:54 Reading package lists... 21:20:55 Removing intermediate container 6567674b3a83 21:20:55 ---> 4008fbed5026 21:20:55 Step 8/31 : COPY . . 21:20:55 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.7 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 21:20:55 Removing intermediate container 19a29bffb242 21:20:55 ---> 8f5cc6a70228 21:20:55 Step 8/24 : COPY . . 21:20:55 Removing intermediate container b87f3d37816b 21:20:55 ---> 2c85360a6b95 21:20:55 Step 8/22 : COPY . . 21:21:02 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:21:02 Reading package lists... 21:21:02 Building dependency tree... 21:21:02 Reading state information... 21:21:02 Suggested packages: 21:21:02 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:21:02 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:21:02 Recommended packages: 21:21:02 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:21:02 The following NEW packages will be installed: 21:21:02 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:21:02 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:21:02 pkg-config zip 21:21:02 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:21:02 Need to get 7658 kB of archives. 21:21:02 After this operation, 43.8 MB of additional disk space will be used. 21:21:02 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.7 [1172 kB] 21:21:02 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 21:21:02 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:21:02 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:21:02 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:21:02 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:21:02 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:21:02 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:21:02 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:21:02 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:21:02 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:21:02 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:21:02 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:21:02 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:21:02 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:21:03 debconf: delaying package configuration, since apt-utils is not installed 21:21:03 Fetched 7658 kB in 1s (9530 kB/s) 21:21:03 Selecting previously unselected package libglib2.0-0:amd64. 21:21:03 (Reading database ... 13924 files and directories currently installed.) 21:21:03 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.7_amd64.deb ... 21:21:03 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 21:21:03 Selecting previously unselected package libpsl5:amd64. 21:21:03 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:21:03 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:21:03 Selecting previously unselected package libnghttp2-14:amd64. 21:21:03 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:21:03 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:21:03 Selecting previously unselected package librtmp1:amd64. 21:21:03 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:21:03 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:21:03 Selecting previously unselected package libcurl3-gnutls:amd64. 21:21:03 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 21:21:03 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:21:04 Selecting previously unselected package liberror-perl. 21:21:04 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:21:04 Unpacking liberror-perl (0.17025-1) ... 21:21:04 Selecting previously unselected package git-man. 21:21:04 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:21:04 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:21:04 Selecting previously unselected package git. 21:21:04 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:21:04 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:21:05 Selecting previously unselected package libnorm1:amd64. 21:21:05 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:21:05 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:21:05 Selecting previously unselected package libpgm-5.2-0:amd64. 21:21:05 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:21:05 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:21:05 Selecting previously unselected package libsodium23:amd64. 21:21:05 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:21:05 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:21:05 Selecting previously unselected package libzmq5:amd64. 21:21:05 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:21:05 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:21:05 Selecting previously unselected package libzmq3-dev:amd64. 21:21:05 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:21:05 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:21:05 Selecting previously unselected package pkg-config. 21:21:05 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:21:05 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:21:06 Selecting previously unselected package zip. 21:21:06 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:21:06 Unpacking zip (3.0-11build1) ... 21:21:06 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:21:06 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:21:06 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:21:06 Setting up liberror-perl (0.17025-1) ... 21:21:06 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:21:06 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.7) ... 21:21:06 No schema files found: doing nothing. 21:21:06 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:21:06 Setting up zip (3.0-11build1) ... 21:21:06 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:21:06 Setting up libsodium23:amd64 (1.0.16-2) ... 21:21:06 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:21:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:21:06 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 21:21:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:21:06 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:21:06 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:21:13 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:21:13 git set to automatically installed. 21:21:13 git-man set to automatically installed. 21:21:13 libcurl3-gnutls set to automatically installed. 21:21:13 liberror-perl set to automatically installed. 21:21:13 libglib2.0-0 set to automatically installed. 21:21:13 libnghttp2-14 set to automatically installed. 21:21:13 libnorm1 set to automatically installed. 21:21:13 libpgm-5.2-0 set to automatically installed. 21:21:13 libpsl5 set to automatically installed. 21:21:13 librtmp1 set to automatically installed. 21:21:13 libsodium23 set to automatically installed. 21:21:13 libzmq3-dev set to automatically installed. 21:21:13 libzmq5 set to automatically installed. 21:21:13 pkg-config set to automatically installed. 21:21:13 zip set to automatically installed. 21:21:15 snapd is not logged in, snap install commands will use sudo 21:21:22 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:21:22 snap "core18" has no updates available 21:21:22 ---> 64cc396b38d9 21:21:22 Step 9/23 : RUN make cmd/core-metadata/core-metadata 21:21:22 ---> 260a80c00956 21:21:22 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:21:22 ---> ea31c72c30f3 21:21:22 Step 9/22 : RUN make cmd/support-notifications/support-notifications 21:21:22 ---> Running in 50ebbac07584 21:21:22 ---> c35bb1cbbd10 21:21:22 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:21:22 ---> Running in 69619c13ddcc 21:21:22 ---> Running in 0095f200023d 21:21:22 ---> Running in c694cacb3e4f 21:21:22 ---> dcdd775ef241 21:21:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:21:22 ---> Running in afb9d3f98e9c 21:21:22 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 21:21:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:21:22 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 21:21:22 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 21:21:22 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 21:21:22 Pulling config-common 21:21:22 + snapcraftctl pull 21:21:24 Pulling go-build-helper 21:21:24 + snapcraftctl pull 21:21:56 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:21:56 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:21:56 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1573 kB] 21:21:56 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 21:21:56 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 21:21:56 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:21:56 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 21:21:56 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 21:21:56 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 21:21:56 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 21:21:56 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:21:56 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:21:56 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:21:56 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:21:56 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:21:56 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:21:56 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:21:56 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:21:56 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:21:56 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 21:21:56 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 21:21:56 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 21:21:56 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:21:56 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 21:21:56 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 21:21:56 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 21:21:56 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 21:21:56 Fetched 24.0 MB in 0s (0 B/s) 21:21:56 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:21:56 Fetched 96.5 kB in 0s (0 B/s) 21:21:56 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:21:56 Fetched 279 kB in 0s (0 B/s) 21:21:56 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:21:56 Fetched 122 kB in 0s (0 B/s) 21:21:56 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:21:56 Fetched 77.8 kB in 0s (0 B/s) 21:21:56 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:21:56 Fetched 8848 B in 0s (0 B/s) 21:21:56 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:21:56 Fetched 47.8 kB in 0s (0 B/s) 21:21:56 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:21:56 Fetched 45.6 kB in 0s (0 B/s) 21:21:56 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:21:56 Fetched 15.0 kB in 0s (0 B/s) 21:21:56 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 21:21:56 Fetched 214 kB in 0s (0 B/s) 21:21:56 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:21:56 Fetched 154 kB in 0s (0 B/s) 21:21:56 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:21:56 Fetched 50.6 kB in 0s (0 B/s) 21:21:56 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:21:56 Fetched 14.8 kB in 0s (0 B/s) 21:21:56 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:21:56 Fetched 41.8 kB in 0s (0 B/s) 21:21:56 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:21:56 Fetched 499 kB in 0s (0 B/s) 21:21:56 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:21:56 Fetched 111 kB in 0s (0 B/s) 21:21:56 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:21:56 Fetched 240 kB in 0s (0 B/s) 21:21:56 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:21:56 Fetched 29.3 kB in 0s (0 B/s) 21:21:56 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:21:56 Fetched 85.5 kB in 0s (0 B/s) 21:21:56 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:21:56 Fetched 24.5 kB in 0s (0 B/s) 21:21:56 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:21:56 Fetched 49.2 kB in 0s (0 B/s) 21:21:56 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:21:56 Fetched 54.2 kB in 0s (0 B/s) 21:21:56 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:21:56 Fetched 30.8 kB in 0s (0 B/s) 21:21:56 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:21:56 Fetched 15.8 kB in 0s (0 B/s) 21:21:56 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:21:56 Fetched 85.9 kB in 0s (0 B/s) 21:21:56 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:21:56 Fetched 8720 B in 0s (0 B/s) 21:21:56 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 21:21:56 Fetched 137 kB in 0s (0 B/s) 21:21:56 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:21:56 Fetched 119 kB in 0s (0 B/s) 21:21:56 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 21:21:56 Fetched 109 kB in 0s (0 B/s) 21:21:56 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:21:56 Fetched 11.1 kB in 0s (0 B/s) 21:21:56 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:21:56 Fetched 645 kB in 0s (0 B/s) 21:21:56 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:21:56 Fetched 41.3 kB in 0s (0 B/s) 21:21:56 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:21:56 Fetched 17.9 kB in 0s (0 B/s) 21:21:56 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:21:56 Fetched 368 kB in 0s (0 B/s) 21:21:56 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:21:56 Fetched 187 kB in 0s (0 B/s) 21:21:56 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:21:56 Fetched 175 kB in 0s (0 B/s) 21:21:56 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:21:56 Fetched 206 kB in 0s (0 B/s) 21:21:56 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 21:21:56 Fetched 1301 kB in 0s (0 B/s) 21:21:56 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:21:56 Fetched 36.2 kB in 0s (0 B/s) 21:21:56 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 21:21:56 Fetched 159 kB in 0s (0 B/s) 21:21:56 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:21:56 Fetched 107 kB in 0s (0 B/s) 21:21:56 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:21:56 Fetched 48.7 kB in 0s (0 B/s) 21:21:56 Pulling static-packages 21:21:56 + snapcraftctl pull 21:21:58 'go115' has dependencies that need to be staged: go-build-helper static-packages 21:21:58 Skipping pull go-build-helper (already ran) 21:21:58 Skipping pull static-packages (already ran) 21:21:58 Building go-build-helper 21:21:58 + snapcraftctl build 21:22:05 Building static-packages 21:22:05 + snapcraftctl build 21:22:07 Staging go-build-helper 21:22:07 + snapcraftctl stage 21:22:09 Staging static-packages 21:22:09 + snapcraftctl stage 21:22:10 Pulling go115 21:22:10 + snapcraftctl pull 21:22:11 'edgex-go' has dependencies that need to be staged: go115 21:22:11 Skipping pull go115 (already ran) 21:22:11 Building go115 21:22:11 + dpkg --print-architecture 21:22:11 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 21:22:11 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 21:22:11 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 21:22:11 % Total % Received % Xferd Average Speed Time Time Time Current 21:22:11 Dload Upload Total Spent Left Speed 21:22:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 16.7M 0 0 23.8M 0 0:00:04 --:--:-- 0:00:04 23.8M 45 115M 45 52.6M 0 0 31.4M 0 0:00:03 0:00:01 0:00:02 31.4M 79 115M 79 92.2M 0 0 34.5M 0 0:00:03 0:00:02 0:00:01 34.5M 100 115M 100 115M 0 0 36.5M 0 0:00:03 0:00:03 --:--:-- 36.5M 21:22:14 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 21:22:14 + sha256sum -c sha256 21:22:14 + grep OK 21:22:15 + mkdir -p /root/stage/go1.15 21:22:15 go1.15.2.linux-amd64.tar.gz: OK 21:22:15 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 21:22:22 Staging go115 21:22:22 + snapcraftctl stage 21:22:30 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:22:30 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:22:30 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:22:30 Fetched 0 B in 0s (0 B/s) 21:22:30 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:22:30 Fetched 224 kB in 0s (0 B/s) 21:22:30 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:22:30 Fetched 157 kB in 0s (0 B/s) 21:22:30 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:22:30 Fetched 221 kB in 0s (0 B/s) 21:22:30 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:22:30 Fetched 143 kB in 0s (0 B/s) 21:22:30 Pulling edgex-go 21:22:30 + snapcraftctl pull 21:22:33 Pulling version 21:22:33 + cd /root/project 21:22:33 + [ -f VERSION ] 21:22:33 + PROJECT_VERSION=local-dev 21:22:33 + git rev-parse --short HEAD 21:22:33 + GIT_REVISION=4160fe10 21:22:33 + snapcraftctl set-version local-dev 21:22:34 Building config-common 21:22:34 + snapcraftctl build 21:22:37 Skipping build go-build-helper (already ran) 21:22:37 Skipping build static-packages (already ran) 21:22:37 Skipping build go115 (already ran) 21:22:37 Building edgex-go 21:22:39 + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6120/bin/scriptlet-bin 21:22:39 + cd /root/parts/edgex-go/src 21:22:39 + make build 21:22:39 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:22:41 go: downloading github.com/gorilla/mux v1.8.0 21:22:41 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.46 21:22:41 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 21:22:41 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:22:41 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 21:22:41 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:22:41 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 21:22:41 go: downloading github.com/google/uuid v1.2.0 21:22:41 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:22:41 go: downloading github.com/x448/float16 v0.8.4 21:22:41 go: downloading github.com/imdario/mergo v0.3.11 21:22:41 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 21:22:41 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 21:22:41 go: downloading github.com/pebbe/zmq4 v1.2.5 21:22:41 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 21:22:41 go: downloading github.com/BurntSushi/toml v0.3.1 21:22:41 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:22:41 go: downloading github.com/pelletier/go-toml v1.2.0 21:22:41 go: downloading github.com/go-playground/validator/v10 v10.3.0 21:22:41 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:22:41 go: downloading github.com/pkg/errors v0.8.1 21:22:41 go: downloading github.com/go-kit/kit v0.8.0 21:22:41 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:22:41 go: downloading github.com/hashicorp/consul/api v1.8.1 21:22:41 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:22:41 go: downloading github.com/gorilla/websocket v1.4.2 21:22:41 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:22:41 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:22:41 go: downloading github.com/mitchellh/copystructure v1.0.0 21:22:41 go: downloading github.com/leodido/go-urn v1.2.0 21:22:41 go: downloading github.com/go-playground/universal-translator v0.17.0 21:22:41 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:22:41 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:22:41 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:22:41 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:22:41 go: downloading github.com/hashicorp/serf v0.9.5 21:22:41 go: downloading github.com/go-playground/locales v0.13.0 21:22:41 go: downloading github.com/mattn/go-isatty v0.0.12 21:22:41 go: downloading github.com/fatih/color v1.9.0 21:22:41 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:22:41 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:22:41 go: downloading github.com/mattn/go-colorable v0.1.6 21:22:41 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:22:42 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:22:42 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:22:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:22:52 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 21:22:52 go: downloading gopkg.in/yaml.v2 v2.4.0 21:23: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 21:23:00 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 21:23:02 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 21:23: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 21:23:03 go: downloading github.com/stretchr/testify v1.7.0 21:23:03 go: downloading github.com/davecgh/go-spew v1.1.1 21:23:03 go: downloading github.com/pmezard/go-difflib v1.0.0 21:23:03 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:23:06 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 21:23:06 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:23:06 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:23:06 Removing intermediate container afb9d3f98e9c 21:23:06 ---> 00ba1bd866e2 21:23:06 21:23:06 Step 10/24 : FROM alpine:3.12 21:23:06 3.12: Pulling from library/alpine 21:23:06 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 21:23:06 Status: Downloaded newer image for alpine:3.12 21:23:06 ---> d10569e2745f 21:23:06 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 21:23:07 ---> Running in 95a5933a9b1c 21:23:08 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 21:23:09 Removing intermediate container 69619c13ddcc 21:23:09 ---> b83ab3f1eaf5 21:23:09 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:23:09 Removing intermediate container c694cacb3e4f 21:23:09 ---> 90986363919f 21:23:09 21:23:09 Step 10/31 : FROM alpine:3.12 21:23:09 ---> d10569e2745f 21:23:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:23:09 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 21:23:09 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 21:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:10 ---> Running in e9513d735d4a 21:23:10 ---> Running in 4308cbe3dd54 21:23:10 (1/5) Installing ca-certificates (20191127-r4) 21:23:10 (2/5) Installing nghttp2-libs (1.41.0-r0) 21:23:10 (3/5) Installing libcurl (7.69.1-r3) 21:23:10 (4/5) Installing curl (7.69.1-r3) 21:23:10 (5/5) Installing dumb-init (1.2.2-r1) 21:23:10 Executing busybox-1.31.1-r19.trigger 21:23:10 Executing ca-certificates-20191127-r4.trigger 21:23:10 OK: 7 MiB in 19 packages 21:23:11 Removing intermediate container e9513d735d4a 21:23:11 ---> 40bca9469a5a 21:23:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 21:23:11 ---> Running in 2f33beea0483 21:23:12 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 21:23:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:23:13 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 21:23:13 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:23:14 Removing intermediate container 95a5933a9b1c 21:23:14 ---> 76273f3637da 21:23:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:23:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23: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 21:23:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:14 ---> Running in 904ac0e5dd9a 21:23:14 go: downloading github.com/lib/pq v1.9.0 21:23:15 (1/2) Installing dumb-init (1.2.2-r1) 21:23:15 (2/2) Installing su-exec (0.2-r1) 21:23:15 Executing busybox-1.31.1-r19.trigger 21:23:15 OK: 5 MiB in 16 packages 21:23:16 Removing intermediate container 904ac0e5dd9a 21:23:16 ---> 9971f6f87124 21:23:16 Step 13/24 : WORKDIR / 21:23:16 ---> Running in dd3cf5c5d3b7 21:23:17 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:23:17 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:23:17 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:23:17 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:23:17 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:23:17 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:23:17 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:23:17 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:23:17 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:23:17 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:23:17 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:23:17 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:23:17 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:23:17 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:23:17 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:23:17 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:23:17 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:23:17 + 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 21:23:17 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:23:17 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:23:17 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:23:17 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:23:17 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:23:17 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:23:17 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:23:17 Removing intermediate container dd3cf5c5d3b7 21:23:17 ---> 4f69a1a00bd8 21:23:17 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:23:19 Removing intermediate container 2f33beea0483 21:23:19 ---> e7b6d5b8a561 21:23:19 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 21:23:20 Building version 21:23:20 + snapcraftctl build 21:23:20 ---> 2b10e8ec016b 21:23:20 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:23:21 Removing intermediate container 4308cbe3dd54 21:23:21 ---> bb39cd6c8153 21:23:21 21:23:21 Step 11/26 : FROM docker:20.10.0 21:23:21 20.10.0: Pulling from library/docker 21:23:21 ---> Running in 6ff66fa11ab3 21:23:21 ---> e9575e657e9b 21:23:21 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:23:22 Removing intermediate container 0095f200023d 21:23:22 ---> a031cb9b0828 21:23:22 21:23:22 Step 10/22 : FROM alpine:3.12 21:23:22 ---> d10569e2745f 21:23:22 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 21:23:23 Staging config-common 21:23:23 + snapcraftctl stage 21:23:24 ---> Running in 519a2709d46c 21:23:24 Removing intermediate container 6ff66fa11ab3 21:23:24 ---> 604739582dec 21:23:24 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:23:25 Skipping stage go-build-helper (already ran) 21:23:25 Skipping stage static-packages (already ran) 21:23:25 Skipping stage go115 (already ran) 21:23:25 Staging edgex-go 21:23:25 + snapcraftctl stage 21:23:26 Staging version 21:23:26 + snapcraftctl stage 21:23:27 ---> 589fe430421b 21:23:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:23:27 ---> Running in 0236b915af70 21:23:27 Removing intermediate container 50ebbac07584 21:23:27 ---> cdc428015225 21:23:27 21:23:27 Step 10/23 : FROM alpine:3.12 21:23:27 ---> d10569e2745f 21:23:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:23:28 Priming config-common 21:23:28 + snapcraftctl prime 21:23:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:29 ---> Running in 23a24e072869 21:23:29 Priming go-build-helper 21:23:29 + snapcraftctl prime 21:23:29 (1/2) Installing ca-certificates (20191127-r4) 21:23:29 Removing intermediate container 0236b915af70 21:23:29 ---> b0371f2b4cb4 21:23:29 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:23:29 (2/2) Installing dumb-init (1.2.2-r1) 21:23:29 Executing busybox-1.31.1-r19.trigger 21:23:29 Executing ca-certificates-20191127-r4.trigger 21:23:29 ---> 898610f23b15 21:23:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:23:30 OK: 6 MiB in 16 packages 21:23:30 ---> Running in f69a2a3e7d6a 21:23:31 Priming static-packages 21:23:31 + snapcraftctl prime 21:23:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:33 (1/1) Installing dumb-init (1.2.2-r1) 21:23:33 Executing busybox-1.31.1-r19.trigger 21:23:33 OK: 5 MiB in 15 packages 21:23:33 ---> c5684840ca7c 21:23:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:23:34 Removing intermediate container 519a2709d46c 21:23:34 ---> 898ba929579f 21:23:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:23:35 Priming go115 21:23:35 + snapcraftctl prime 21:23:35 ---> Running in 278b21ff8e3f 21:23:35 ---> a5a1aa4bfcd3 21:23:35 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/ 21:23:35 Removing intermediate container 23a24e072869 21:23:35 ---> 751c24bf2fce 21:23:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:23:35 Priming edgex-go 21:23:35 + snapcraftctl prime 21:23:35 ---> Running in 02fbbb491e24 21:23:36 ---> Running in e53a0c99e3c1 21:23:36 Removing intermediate container 278b21ff8e3f 21:23:36 ---> 88a84f0d5a77 21:23:36 Step 13/22 : ENV APP_PORT=48060 21:23:36 Removing intermediate container f69a2a3e7d6a 21:23:36 ---> 2226b4f144bc 21:23:36 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 21:23:36 ---> Running in 7354e343e778 21:23:37 ---> Running in 6dc813cfee95 21:23:37 Removing intermediate container e53a0c99e3c1 21:23:37 ---> 12fd2a5e7b09 21:23:37 Step 13/23 : ENV APP_PORT=48081 21:23:37 Removing intermediate container 7354e343e778 21:23:37 ---> 47c191159eba 21:23:37 Step 14/22 : EXPOSE $APP_PORT 21:23:37 ---> Running in dbe64684d610 21:23:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:23:37 Status: Downloaded newer image for docker:20.10.0 21:23:37 ---> eeaf43b92773 21:23:37 Step 12/26 : RUN apk add --no-cache bash 21:23:37 ---> Running in 9af99f8157f6 21:23:37 Priming version 21:23:37 + snapcraftctl prime 21:23:37 Removing intermediate container 6dc813cfee95 21:23:37 ---> 4ea745b16020 21:23:37 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:23:38 ---> Running in f37f56891050 21:23:38 Removing intermediate container dbe64684d610 21:23:38 ---> 5b70a1d2648a 21:23:38 Step 14/23 : EXPOSE $APP_PORT 21:23:39 Removing intermediate container 9af99f8157f6 21:23:39 ---> 6753a557d7b7 21:23:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:39 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 21:23:39 ---> Running in b3a271554739 21:23:39 ---> 309062402234 21:23:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:23:39 ---> Running in 4de560cf96a4 21:23:40 Removing intermediate container 02fbbb491e24 21:23:40 ---> 49f9337fcbe4 21:23:40 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 21:23:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:40 ---> 33396dfd3997 21:23:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:23:40 Removing intermediate container b3a271554739 21:23:40 ---> 36481a50c1a7 21:23:40 Step 15/23 : WORKDIR / 21:23:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:40 ---> Running in 116ee0a8671d 21:23:40 ---> Running in 057a90fa6fad 21:23:41 (1/2) Installing readline (8.0.4-r0) 21:23:41 (2/2) Installing bash (5.0.17-r0) 21:23:41 Executing bash-5.0.17-r0.post-install 21:23:41 Executing busybox-1.31.1-r19.trigger 21:23:41 OK: 12 MiB in 22 packages [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:23:41 Removing intermediate container 116ee0a8671d 21:23:41 ---> 80619099f6e3 21:23:41 Step 22/24 : LABEL arch=arm64 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:23:41 Removing intermediate container 057a90fa6fad 21:23:41 ---> bf10f4598ffe 21:23:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:42 ---> 86b29d85bb6d 21:23:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:23:42 ---> Running in 06cf2aa4a448 21:23:43 Removing intermediate container 06cf2aa4a448 21:23:43 ---> ec1148621267 21:23:43 Step 23/24 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:23:43 ---> 14bf8c48a958 21:23:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:23:43 ---> Running in d25a29b76775 21:23:43 ---> 4144c08726cc 21:23:43 Step 18/22 : ENTRYPOINT ["/support-notifications"] 21:23:44 Removing intermediate container f37f56891050 21:23:44 ---> ebfb5927bfd6 21:23:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 21:23:44 ---> Running in 3a1f17932220 21:23:44 ---> Running in e54130e13912 21:23:44 Removing intermediate container 4de560cf96a4 21:23:44 ---> 6f769aa12407 21:23:44 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 21:23:45 Removing intermediate container d25a29b76775 21:23:45 ---> e100776d0eb2 21:23:45 Step 24/24 : LABEL version=0.0.0 21:23:45 ---> 117c1686ed5f 21:23:45 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:23:45 ---> Running in be8d3f8bb461 21:23:45 Removing intermediate container 3a1f17932220 21:23:45 ---> 10491538d3d3 21:23:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:46 Removing intermediate container e54130e13912 21:23:46 ---> e9b90d425551 21:23:46 Step 14/26 : ENV APP_PORT=48090 21:23:46 ---> a0148be6513b 21:23:46 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:23:46 ---> Running in f32ec6104a2e 21:23:46 ---> Running in f6133b416fea 21:23:46 ---> aac493d6bb3c 21:23:46 Step 19/23 : ENTRYPOINT ["/core-metadata"] 21:23:46 Removing intermediate container be8d3f8bb461 21:23:46 ---> ca3779717dc3 21:23:46 21:23:47 Successfully built ca3779717dc3 21:23:47 ---> Running in 36076e643d85 21:23:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 21:23:47  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 21:23:47 Removing intermediate container f6133b416fea 21:23:47 ---> b12a1198ff22 21:23:47 Step 15/26 : EXPOSE $APP_PORT 21:23:48 Removing intermediate container f32ec6104a2e 21:23:48 ---> 06ba81fc5c2b 21:23:48 Step 20/22 : LABEL arch=arm64 21:23:48 ---> ebdf544cc362 21:23:48 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:23:48 ---> Running in f920d5d26ed3 21:23:48 ---> Running in dff9f28051ef 21:23:48 Removing intermediate container 36076e643d85 21:23:48 ---> 76c442e54acc 21:23:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:23:49 ---> Running in 28d7c2231ce1 21:23:50 ---> 7756401594fc 21:23:50 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:23:50 Removing intermediate container dff9f28051ef 21:23:50 ---> 263257427a2f 21:23:50 Step 21/22 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:23:50 Removing intermediate container f920d5d26ed3 21:23:50 ---> 108b3b6fe44a 21:23:50 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:23:50 Removing intermediate container 28d7c2231ce1 21:23:50 ---> 7b05f772c978 21:23:50 Step 21/23 : LABEL arch=arm64 21:23:50 ---> Running in d58768942955 21:23:51 ---> Running in 96e27e261616 21:23:51 ---> a26f8e8cd1b3 21:23:51 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:23:52 Removing intermediate container d58768942955 21:23:52 ---> 16d786168538 21:23:52 Step 22/22 : LABEL version=0.0.0 21:23:52 ---> 35944ff788b2 21:23:52 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:23:52 ---> Running in 8bd571f3dc24 21:23:52 Removing intermediate container 96e27e261616 21:23:52 ---> 03aa98cf9b76 21:23:52 Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:23:53 ---> 8a2a066a1827 21:23:53 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 21:23:53 ---> Running in ea0b2a798520 21:23:53 Removing intermediate container 8bd571f3dc24 21:23:53 ---> 63bb40bd422c 21:23:53 21:23:53 ---> f2a08e06d32a 21:23:53 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:23:54 ---> Running in 55ee8a847538 21:23:54 Removing intermediate container ea0b2a798520 21:23:54 ---> 196a06dba739 21:23:54 Step 23/23 : LABEL version=0.0.0 21:23:54 Successfully built 63bb40bd422c 21:23:54 Successfully tagged docker-support-notifications-go-arm64:latest 21:23:54 Building docker-core-data-go 21:23:54  Building docker-support-notifications-go ... done  ---> Running in 73dcc37074f4 21:23:54 ---> b9bf80a2922d 21:23:54 Step 19/26 : RUN apk --no-cache add py3-pip 21:23:54 Removing intermediate container 55ee8a847538 21:23:54 ---> a84a3e8a4be4 21:23:54 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:23:55 ---> Running in d5f3ed32a056 21:23:55 Removing intermediate container 73dcc37074f4 21:23:55 ---> 9abb476bf02c 21:23:55 21:23:55 Successfully built 9abb476bf02c 21:23:55 Successfully tagged docker-core-metadata-go-arm64:latest 21:23:55  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 21:23:56 ---> 742f81ab4640 21:23:56 Step 26/31 : RUN chmod +x /entrypoint.sh 21:23:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:23:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:23:56 ---> Running in 7963e0c481f5 21:23:57 (1/33) Installing libbz2 (1.0.8-r1) 21:23:57 (2/33) Installing expat (2.2.9-r1) 21:23:57 (3/33) Installing libffi (3.3-r2) 21:23:57 (4/33) Installing gdbm (1.13-r1) 21:23:57 (5/33) Installing xz-libs (5.2.5-r0) 21:23:57 (6/33) Installing sqlite-libs (3.32.1-r0) 21:23:57 (7/33) Installing python3 (3.8.5-r1) 21:23:59 (8/33) Installing py3-appdirs (1.4.4-r1) 21:23:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 21:23:59 (10/33) Installing py3-parsing (2.4.7-r0) 21:23:59 (11/33) Installing py3-six (1.15.0-r0) 21:23:59 (12/33) Installing py3-packaging (20.4-r0) 21:23:59 (13/33) Installing py3-setuptools (47.0.0-r0) 21:23:59 (14/33) Installing py3-chardet (3.0.4-r4) 21:23:59 (15/33) Installing py3-idna (2.9-r0) 21:23:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 21:23:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 21:23:59 (18/33) Installing py3-requests (2.23.0-r0) 21:23:59 (19/33) Installing py3-msgpack (1.0.0-r0) 21:23:59 (20/33) Installing py3-lockfile (0.12.2-r3) 21:23:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 21:23:59 (22/33) Installing py3-colorama (0.4.3-r0) 21:23:59 (23/33) Installing py3-distlib (0.3.0-r0) 21:23:59 (24/33) Installing py3-distro (1.5.0-r1) 21:23:59 (25/33) Installing py3-webencodings (0.5.1-r3) 21:23:59 (26/33) Installing py3-html5lib (1.0.1-r4) 21:23:59 (27/33) Installing py3-pytoml (0.1.21-r0) 21:23:59 (28/33) Installing py3-pep517 (0.8.2-r0) 21:23:59 (29/33) Installing py3-progress (1.5-r0) 21:23:59 (30/33) Installing py3-toml (0.10.1-r0) 21:24:00 (31/33) Installing py3-retrying (1.3.3-r0) 21:24:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 21:24:00 (33/33) Installing py3-pip (20.1.1-r0) 21:24:00 Executing busybox-1.31.1-r19.trigger 21:24:00 OK: 71 MiB in 55 packages 21:24:02 Removing intermediate container 7963e0c481f5 21:24:02 ---> a2af2b804544 21:24:02 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 21:24:03 ---> Running in 8e600dcbfaa5 21:24:04 Removing intermediate container 8e600dcbfaa5 21:24:04 ---> fca22317bdc1 21:24:04 Step 28/31 : CMD ["gate"] 21:24:05 ---> Running in 0b7710975162 21:24:06 Removing intermediate container 0b7710975162 21:24:06 ---> 5f008de11532 21:24:06 Step 29/31 : LABEL arch=arm64 21:24:07 ---> Running in 8887ab2b0b60 21:24:08 Removing intermediate container 8887ab2b0b60 21:24:08 ---> 90e2b27170e5 21:24:08 Step 30/31 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:24:09 Removing intermediate container d5f3ed32a056 21:24:09 ---> ecca387f31a8 21:24:09 Step 20/26 : RUN pip install docker-compose==1.23.2 21:24:09 ---> Running in 13430520e527 21:24:10 ---> Running in 6568b0ac9230 21:24:10 Removing intermediate container 13430520e527 21:24:10 ---> 630bfcff3ab6 21:24:10 Step 31/31 : LABEL version=0.0.0 21:24:11 ---> Running in 717c304dc6ea 21:24:12 Removing intermediate container 717c304dc6ea 21:24:12 ---> 8a024f60db44 21:24:12 21:24:12 Successfully built 8a024f60db44 21:24:12 Successfully tagged docker-security-bootstrapper-go-arm64:latest 21:24:12 Building docker-support-scheduler-go 21:24:15  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 21:24:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:24:16 Collecting docopt<0.7,>=0.6.1 21:24:16 Downloading docopt-0.6.2.tar.gz (25 kB) 21:24:19 Collecting cached-property<2,>=1.2.0 21:24:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:24:20 Collecting PyYAML<4,>=3.10 21:24:20 Downloading PyYAML-3.13.tar.gz (270 kB) 21:24:23 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:23 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:24:23 ---> e7fc401037dc 21:24:23 Step 3/23 : WORKDIR /edgex-go 21:24:23 ---> Using cache 21:24:23 ---> 9746863e95cf 21:24:23 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:23 ---> Using cache 21:24:23 ---> 05ce0bbb9da6 21:24:23 Step 5/23 : RUN apk add --update --no-cache make git 21:24:26 Collecting docker<4.0,>=3.6.0 21:24:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:24:26 ---> Running in ef9df17dda38 21:24:26 Collecting dockerpty<0.5,>=0.4.1 21:24:26 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:24:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:24:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:24:29 Collecting texttable<0.10,>=0.9.0 21:24:29 Downloading texttable-0.9.1.tar.gz (11 kB) 21:24:29 OK: 217 MiB in 51 packages 21:24:32 Removing intermediate container ef9df17dda38 21:24:32 ---> 37e88ac72341 21:24:32 Step 6/23 : COPY go.mod . 21:24:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:24:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:24:32 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:24:32 Collecting jsonschema<3,>=2.5.1 21:24:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:24:33 ---> 3cfaf90f62d3 21:24:33 Step 7/23 : RUN go mod download 21:24:33 ---> Running in 34b6eb30f8a1 21:24:34 Collecting websocket-client<1.0,>=0.32.0 21:24:34 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 21:24:34 Collecting docker-pycreds>=0.4.0 21:24:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:24:34 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) 21:24:34 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) 21:24:35 Collecting urllib3<1.25,>=1.21.1 21:24:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:24:36 Collecting idna<2.8,>=2.5 21:24:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:24:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:24:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:24:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:24:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:24:37 Installing collected packages: docopt, cached-property, PyYAML, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, texttable, jsonschema, docker-compose 21:24:37 Running setup.py install for docopt: started 21:24:37 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:37 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:24:37 ---> e7fc401037dc 21:24:37 Step 3/23 : WORKDIR /edgex-go 21:24:37 ---> Using cache 21:24:37 ---> 9746863e95cf 21:24:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:37 ---> Using cache 21:24:37 ---> 05ce0bbb9da6 21:24:37 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:24:38 ---> Running in 4338c0125c5a 21:24:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 21:24:38 ---> e7fc401037dc 21:24:38 Step 3/21 : WORKDIR /edgex-go 21:24:38 ---> Using cache 21:24:38 ---> 9746863e95cf 21:24:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:38 ---> Using cache 21:24:38 ---> 05ce0bbb9da6 21:24:38 Step 5/21 : RUN apk add --update --no-cache make git 21:24:38 ---> Using cache 21:24:38 ---> 37e88ac72341 21:24:38 Step 6/21 : COPY go.mod . 21:24:38 ---> Using cache 21:24:38 ---> 3cfaf90f62d3 21:24:38 Step 7/21 : RUN go mod download 21:24:38 ---> Running in 842caa36df8f 21:24:38 Removing intermediate container 34b6eb30f8a1 21:24:38 ---> 4fc82aa85561 21:24:38 Step 8/23 : COPY . . 21:24:39 Running setup.py install for docopt: finished with status 'done' 21:24:39 Running setup.py install for PyYAML: started 21:24:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:24:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:24:42 OK: 217 MiB in 51 packages 21:24:43 Running setup.py install for PyYAML: finished with status 'done' 21:24:43 Attempting uninstall: urllib3 21:24:43 Found existing installation: urllib3 1.25.9 21:24:43 Uninstalling urllib3-1.25.9: 21:24:43 Successfully uninstalled urllib3-1.25.9 21:24:44 Attempting uninstall: idna 21:24:44 Found existing installation: idna 2.9 21:24:44 Uninstalling idna-2.9: 21:24:44 Successfully uninstalled idna-2.9 21:24:45 Removing intermediate container 842caa36df8f 21:24:45 ---> 03979d261e10 21:24:45 Step 8/21 : COPY . . 21:24:45 Attempting uninstall: requests 21:24:45 Found existing installation: requests 2.23.0 21:24:45 Removing intermediate container 4338c0125c5a 21:24:45 ---> 14d83b3c5326 21:24:45 Step 6/23 : COPY go.mod . 21:24:45 Uninstalling requests-2.23.0: 21:24:45 Successfully uninstalled requests-2.23.0 21:24:47 ---> 28c7b150019c 21:24:47 Step 7/23 : RUN go mod download 21:24:47 Running setup.py install for dockerpty: started 21:24:48 ---> Running in 12bf12db8e81 21:24:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 21:24:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:24:49 ---> e7fc401037dc 21:24:49 Step 3/22 : WORKDIR /edgex-go 21:24:49 ---> Using cache 21:24:49 ---> 9746863e95cf 21:24:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:24:49 ---> Using cache 21:24:49 ---> 05ce0bbb9da6 21:24:49 Step 5/22 : RUN apk add --update --no-cache make git 21:24:49 ---> Using cache 21:24:49 ---> 37e88ac72341 21:24:49 Step 6/22 : COPY go.mod . 21:24:49 ---> Using cache 21:24:49 ---> 3cfaf90f62d3 21:24:49 Step 7/22 : RUN go mod download 21:24:49 ---> Using cache 21:24:49 ---> 03979d261e10 21:24:49 Step 8/22 : COPY . . 21:24:49 Running setup.py install for dockerpty: finished with status 'done' 21:24:49 Running setup.py install for texttable: started 21:24:52 Running setup.py install for texttable: finished with status 'done' 21:24:55 Removing intermediate container 12bf12db8e81 21:24:55 ---> 76c9166a705f 21:24:55 Step 8/23 : COPY . . 21:24:55 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 21:25:02 ---> d6921e7caddb 21:25:02 Step 9/23 : RUN make cmd/core-command/core-command 21:25:04 ---> Running in b8dcfc98515c 21:25:04 Removing intermediate container 6568b0ac9230 21:25:04 ---> 157fa2d87cdd 21:25:04 Step 21/26 : RUN apk --no-cache add curl 21:25:05 ---> Running in b36b388b0f5b 21:25:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:25:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:25:07 ---> 19b29c24382e 21:25:07 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:25:08 (1/3) Installing nghttp2-libs (1.41.0-r0) 21:25:08 (2/3) Installing libcurl (7.69.1-r3) 21:25:08 (3/3) Installing curl (7.69.1-r3) 21:25:08 Executing busybox-1.31.1-r19.trigger 21:25:08 OK: 71 MiB in 58 packages 21:25:08 ---> Running in ebab9a24f2f4 21:25:11 Removing intermediate container b36b388b0f5b 21:25:11 ---> 514d34666830 21:25:11 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 21:25:11 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 21:25:11 ---> Running in 2f48af3b5272 21:25:13 Removing intermediate container 2f48af3b5272 21:25:13 ---> 11f38f834a39 21:25:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:25:13 ---> Running in 8427ede12b06 21:25:14 Removing intermediate container 8427ede12b06 21:25:14 ---> 04df1b60f122 21:25:14 Step 24/26 : LABEL arch=arm64 21:25:14 ---> Running in 96266f6156c7 21:25:14 ---> e944a222a135 21:25:14 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 21:25:15 ---> Running in 27ec9415b4df 21:25:15 Removing intermediate container 96266f6156c7 21:25:15 ---> fe21a0d67015 21:25:15 Step 25/26 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:25:16 ---> Running in 3ea507a1f4b3 21:25:18 Removing intermediate container 3ea507a1f4b3 21:25:18 ---> f0b332ff64e4 21:25:18 Step 26/26 : LABEL version=0.0.0 21:25:18 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 21:25:18 ---> Running in 1795d51c53c6 21:25:19 Removing intermediate container 1795d51c53c6 21:25:19 ---> 7681c1f38060 21:25:19 21:25:20 Successfully built 7681c1f38060 21:25:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 21:25:22  Building docker-sys-mgmt-agent-go ... done  ---> f7a25edff628 21:25:22 Step 9/23 : RUN make cmd/core-data/core-data 21:25:22 ---> Running in e8de0643c24f 21:25:24 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:26:21 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 21:26:36 Removing intermediate container b8dcfc98515c 21:26:36 ---> 3061ef2aa9ac 21:26:36 21:26:36 Step 10/23 : FROM alpine:3.12 21:26:36 ---> d10569e2745f 21:26:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 21:26:36 ---> Using cache 21:26:36 ---> 751c24bf2fce 21:26:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:26:36 ---> Using cache 21:26:36 ---> 12fd2a5e7b09 21:26:36 Step 13/23 : ENV APP_PORT=48082 21:26:36 ---> Running in ae6d172cf77c 21:26:37 Removing intermediate container ae6d172cf77c 21:26:37 ---> 7efab81b42e4 21:26:37 Step 14/23 : EXPOSE $APP_PORT 21:26:37 ---> Running in c0fe9d7b4068 21:26:38 Removing intermediate container ebab9a24f2f4 21:26:38 ---> 10c69af4ecda 21:26:38 21:26:38 Step 10/21 : FROM alpine:3.12 21:26:38 ---> d10569e2745f 21:26:38 Step 11/21 : RUN apk add --update --no-cache curl 21:26:38 ---> Running in 8d712feaed66 21:26:38 Removing intermediate container c0fe9d7b4068 21:26:38 ---> 65dd0a8fee83 21:26:38 Step 15/23 : WORKDIR / 21:26:38 ---> Running in 9c7d1161aa53 21:26:40 Removing intermediate container 9c7d1161aa53 21:26:40 ---> 0fdf0d549cb9 21:26:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:26:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:26:41 ---> 4967e5c4816b 21:26:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:26:41 (1/4) Installing ca-certificates (20191127-r4) 21:26:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:26:42 (3/4) Installing libcurl (7.69.1-r3) 21:26:42 (4/4) Installing curl (7.69.1-r3) 21:26:42 Executing busybox-1.31.1-r19.trigger 21:26:42 Executing ca-certificates-20191127-r4.trigger 21:26:42 OK: 7 MiB in 18 packages 21:26:43 ---> 8196e8c6bf4c 21:26:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:26:45 Removing intermediate container 8d712feaed66 21:26:45 ---> 5f02c87bccad 21:26:45 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:26:45 ---> 0ff8dbbac7d6 21:26:45 Step 19/23 : ENTRYPOINT ["/core-command"] 21:26:45 ---> Running in 85d94a263be3 21:26:45 ---> Running in 915d98c37ee9 21:26:46 Removing intermediate container 85d94a263be3 21:26:46 ---> 1196b8535da9 21:26:46 Step 13/21 : WORKDIR /edgex 21:26:46 Removing intermediate container 915d98c37ee9 21:26:46 ---> b11bebbfaa6d 21:26:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:26:46 ---> Running in f08ce2cd79d2 21:26:46 ---> Running in b38fade6aab3 21:26:47 Removing intermediate container b38fade6aab3 21:26:47 ---> 23da5c0100cb 21:26:47 Step 21/23 : LABEL arch=arm64 21:26:47 Removing intermediate container f08ce2cd79d2 21:26:47 ---> 074a8912ddf2 21:26:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:26:47 ---> Running in 82dcf88e4587 21:26:48 Removing intermediate container 82dcf88e4587 21:26:48 ---> 038412fd74bd 21:26:48 Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:26:48 ---> Running in eacb17a23555 21:26:49 ---> 1a43ed2312e3 21:26:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:26:49 Removing intermediate container eacb17a23555 21:26:49 ---> 9b516d5045d4 21:26:49 Step 23/23 : LABEL version=0.0.0 21:26:50 ---> Running in db3482c68c0b 21:26:51 ---> 5754df36f03c 21:26:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:26:51 Removing intermediate container db3482c68c0b 21:26:51 ---> 43d0c41044d1 21:26:51 21:26:51 Successfully built 43d0c41044d1 21:26:51 Successfully tagged docker-core-command-go-arm64:latest 21:26:53  Building docker-core-command-go ... done  ---> 29fbc7b3915c 21:26:53 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:26:53 ---> Running in 8d0b23cfda48 21:26:53 Removing intermediate container 27ec9415b4df 21:26:53 ---> b1b92f940ea8 21:26:53 21:26:53 Step 10/22 : FROM alpine:3.12 21:26:53 ---> d10569e2745f 21:26:53 Step 11/22 : RUN apk add --update --no-cache dumb-init 21:26:53 ---> Using cache 21:26:53 ---> 751c24bf2fce 21:26:53 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:26:53 ---> Using cache 21:26:53 ---> 12fd2a5e7b09 21:26:53 Step 13/22 : ENV APP_PORT=48085 21:26:54 ---> Running in 09065e5c3b6b 21:26:54 Removing intermediate container 8d0b23cfda48 21:26:54 ---> 2b020d407218 21:26:54 Step 18/21 : CMD ["--init=true"] 21:26:54 ---> Running in 36b6cfd3f7bc 21:26:54 Removing intermediate container 09065e5c3b6b 21:26:54 ---> bb52fae9ec7a 21:26:54 Step 14/22 : EXPOSE $APP_PORT 21:26:55 ---> Running in e56000b22719 21:26:55 Removing intermediate container 36b6cfd3f7bc 21:26:55 ---> ef9c341a632d 21:26:55 Step 19/21 : LABEL arch=arm64 21:26:55 ---> Running in 7d574e226b43 21:26:55 Removing intermediate container e56000b22719 21:26:55 ---> d896fb96d5b7 21:26:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 21:26:55 Removing intermediate container 7d574e226b43 21:26:55 ---> 861f76f5a092 21:26:55 Step 20/21 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:26:56 ---> Running in dc03632997b8 21:26:56 ---> 7142e44f9d7f 21:26:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:26:57 Removing intermediate container dc03632997b8 21:26:57 ---> 41324e34c345 21:26:57 Step 21/21 : LABEL version=0.0.0 21:26:57 ---> Running in 83483762f6a2 21:26:58 ---> b58db9bec110 21:26:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:26:58 Removing intermediate container 83483762f6a2 21:26:58 ---> 981c9637cf64 21:26:58 21:26:58 Successfully built 981c9637cf64 21:26:58 Successfully tagged docker-security-proxy-setup-go-arm64:latest 21:26:59  Building docker-security-proxy-setup-go ... done  ---> e101407eb834 21:26:59 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 21:26:59 ---> Running in 250c1495d117 21:27:00 Removing intermediate container 250c1495d117 21:27:00 ---> 504ca0e64c33 21:27:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:27:00 ---> Running in c65736ba4d38 21:27:00 Removing intermediate container c65736ba4d38 21:27:00 ---> ca0405511808 21:27:00 Step 20/22 : LABEL arch=arm64 21:27:00 ---> Running in f3476c897264 21:27:01 Removing intermediate container f3476c897264 21:27:01 ---> 3bf636607f15 21:27:01 Step 21/22 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:27:01 ---> Running in afbc3ca83407 21:27:02 Removing intermediate container afbc3ca83407 21:27:02 ---> 14892338d0b0 21:27:02 Step 22/22 : LABEL version=0.0.0 21:27:02 ---> Running in 5b8552b8a1b7 21:27:02 Removing intermediate container 5b8552b8a1b7 21:27:02 ---> b532b2d33514 21:27:02 21:27:03 Successfully built b532b2d33514 21:27:03 Successfully tagged docker-support-scheduler-go-arm64:latest 21:27:05  Building docker-support-scheduler-go ... done Removing intermediate container e8de0643c24f 21:27:05 ---> 1f8080a290db 21:27:05 21:27:05 Step 10/23 : FROM alpine:3.12 21:27:05 ---> d10569e2745f 21:27:05 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:27:05 ---> Running in 34781a5285f8 21:27:05 Removing intermediate container 34781a5285f8 21:27:05 ---> 9b5b499ce929 21:27:05 Step 12/23 : ENV APP_PORT=48080 21:27:06 ---> Running in 9c7a6e29e8f6 21:27:06 Removing intermediate container 9c7a6e29e8f6 21:27:06 ---> 7ea3050635c8 21:27:06 Step 13/23 : EXPOSE $APP_PORT 21:27:06 ---> Running in 33ff9b2a98e9 21:27:07 Removing intermediate container 33ff9b2a98e9 21:27:07 ---> 8d8e711684e3 21:27:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:27:07 ---> Running in 1616b95e55cd 21:27:09 Removing intermediate container 1616b95e55cd 21:27:09 ---> 0fc4f3dd4e3c 21:27:09 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 21:27:09 ---> Running in b5af7b065191 21:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:27:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:27:11 (1/6) Installing dumb-init (1.2.2-r1) 21:27:11 (2/6) Installing libgcc (9.3.0-r2) 21:27:11 (3/6) Installing libsodium (1.0.18-r0) 21:27:12 (4/6) Installing libstdc++ (9.3.0-r2) 21:27:12 (5/6) Installing libzmq (4.3.3-r0) 21:27:12 (6/6) Installing zeromq (4.3.3-r0) 21:27:12 Executing busybox-1.31.1-r19.trigger 21:27:12 OK: 8 MiB in 20 packages 21:27:14 Removing intermediate container b5af7b065191 21:27:14 ---> b213a6e57786 21:27:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:27:14 ---> 0004ff46e5c7 21:27:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:27:16 ---> 58b888d5cfee 21:27:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:27:16 ---> 0918ae2ec153 21:27:16 Step 19/23 : ENTRYPOINT ["/core-data"] 21:27:16 ---> Running in ad0c1cd827d9 21:27:17 Removing intermediate container ad0c1cd827d9 21:27:17 ---> 4194c8358fe8 21:27:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:27:17 ---> Running in b0126589790b 21:27:18 Removing intermediate container b0126589790b 21:27:18 ---> 5689112f9899 21:27:18 Step 21/23 : LABEL arch=arm64 21:27:18 ---> Running in cbcebd1e8ad6 21:27:18 Removing intermediate container cbcebd1e8ad6 21:27:18 ---> ecb9195522c4 21:27:18 Step 22/23 : LABEL git_sha=4160fe1027c6e22eada700f89f287e89090e2847 21:27:18 ---> Running in 5639577afdf3 21:27:19 Removing intermediate container 5639577afdf3 21:27:19 ---> ecaca54e8408 21:27:19 Step 23/23 : LABEL version=0.0.0 21:27:19 ---> Running in 1642d7359a71 21:27:19 Removing intermediate container 1642d7359a71 21:27:19 ---> edd61658e14d 21:27:19 21:27:20 Successfully built edd61658e14d 21:27:20 Successfully tagged docker-core-data-go-arm64:latest 21:27:20  Building docker-core-data-go ... done  [Pipeline] } 21:27:20 $ docker stop --time=1 832d44fc326562b6fac04c202122a561a55011409bf7e82019c07875ed9b3d94 21:27:22 $ docker rm -f 832d44fc326562b6fac04c202122a561a55011409bf7e82019c07875ed9b3d94 [Pipeline] // withDockerContainer [Pipeline] sh 21:27:23 + grep docker 21:27:23 + docker images 21:27:23 docker-core-data-go-arm64 latest edd61658e14d 4 seconds ago 21.3MB 21:27:23 docker-support-scheduler-go-arm64 latest b532b2d33514 21 seconds ago 16.3MB 21:27:23 docker-security-proxy-setup-go-arm64 latest 981c9637cf64 26 seconds ago 23.4MB 21:27:23 docker-core-command-go-arm64 latest 43d0c41044d1 33 seconds ago 16.2MB 21:27:23 docker-sys-mgmt-agent-go-arm64 latest 7681c1f38060 2 minutes ago 300MB 21:27:23 docker-security-bootstrapper-go-arm64 latest 8a024f60db44 3 minutes ago 17.8MB 21:27:23 docker-core-metadata-go-arm64 latest 9abb476bf02c 3 minutes ago 17.9MB 21:27:23 docker-support-notifications-go-arm64 latest 63bb40bd422c 3 minutes ago 16.9MB 21:27:23 docker-security-secretstore-setup-go-arm64 latest ca3779717dc3 3 minutes ago 23.7MB 21:27:23 docker 20.10.0 eeaf43b92773 2 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 21:27:25 ---> job-cost.sh 21:27:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-sJ6D 21:28:03 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 21:29:40 lf-activate-venv(): INFO: Adding /tmp/venv-sJ6D/bin to PATH 21:29:40 INFO: No Stack... 21:29:40 INFO: Retrieving Pricing Info for: lf-standard-4 21:29:40 INFO: Archiving Costs [Pipeline] sh 21:29:41 + cut -d, -f6 21:29:41 + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock 21:29:41 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3247-2-stack-cost] 21:29:41 Resource [jenkins-edgexfoundry-edgex-go-PR-3247-2-stack-cost] did not exist. Created. 21:29:41 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3247-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 21:29:41 + echo total: 0.20999999344348907 [Pipeline] stash 21:29:41 Stashed 1 file(s) [Pipeline] } 21:29:42 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3247-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 21:29:43 provisioning config files... 21:29:43 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config885325442120567021tmp [Pipeline] { [Pipeline] sh 21:29:44 + set +x 21:29:44 + curl -s https://codecov.io/bash 21:29:44 + bash -s -- 21:29:44 21:29:44 _____ _ 21:29:44 / ____| | | 21:29:44 | | ___ __| | ___ ___ _____ __ 21:29:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 21:29:44 | |___| (_) | (_| | __/ (_| (_) \ V / 21:29:44 \_____\___/ \__,_|\___|\___\___/ \_/ 21:29:44 Bash-20210309-2b87ace 21:29:44 21:29:44 21:29:44 ==> git version 2.24.3 found 21:29:44 ==> 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 21:29:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 21:29:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 21:29:44 ==> Jenkins CI detected. 21:29:44 project root: . 21:29:44 --> token set from env 21:29:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 21:29:44 ==> Running gcov in . (disable via -X gcov) 21:29:44 ==> Python coveragepy not found 21:29:44 ==> Searching for coverage reports in: 21:29:44 + . 21:29:44 -> Found 1 reports 21:29:44 ==> Detecting git/mercurial file structure 21:29:44 ==> Reading reports 21:29:44 + ./coverage.out bytes=628838 21:29:44 ==> Appending adjustments 21:29:44 https://docs.codecov.io/docs/fixing-reports 21:29:47 + Found adjustments 21:29:47 ==> Gzipping contents 21:29:47 92K /tmp/codecov.ChXCyT.gz 21:29:47 ==> Uploading reports 21:29:47 url: https://codecov.io 21:29:47 query: branch=PR-3247&commit=4160fe1027c6e22eada700f89f287e89090e2847&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3247%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3247&job=&cmd_args= 21:29:47 -> Pinging Codecov 21:29:47 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3247&commit=4160fe1027c6e22eada700f89f287e89090e2847&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3247%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3247&job=&cmd_args= 21:29:48 -> Uploading to 21:29:48 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/00271124DB129430A58F1EEE437C3FCB/4160fe1027c6e22eada700f89f287e89090e2847/1e43297c-be28-4204-9823-5ee95fc2cbe8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T212948Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1426fbedf8862ed6219f6cee467b9d3c6600d1d99ddc00623f21df10cb8b3ba1 21:29:48 % Total % Received % Xferd Average Speed Time Time Time Current 21:29:48 Dload Upload Total Spent Left Speed 21:29:48 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 92662 0 0 100 92662 0 160k --:--:-- --:--:-- --:--:-- 161k 21:29:48 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/4160fe1027c6e22eada700f89f287e89090e2847 [Pipeline] } 21:29:48 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 21:29:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:29:51 ---> package-listing.sh 21:29:51 ++ facter osfamily 21:29:51 ++ tr '[:upper:]' '[:lower:]' 21:29:51 + OS_FAMILY=redhat 21:29:51 + workspace=/w/workspace/edgex-go/2 21:29:51 + START_PACKAGES=/tmp/packages_start.txt 21:29:51 + END_PACKAGES=/tmp/packages_end.txt 21:29:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:29:51 + PACKAGES=/tmp/packages_start.txt 21:29:51 + '[' /w/workspace/edgex-go/2 ']' 21:29:51 + PACKAGES=/tmp/packages_end.txt 21:29:51 + case "${OS_FAMILY}" in 21:29:51 + rpm -qa 21:29:51 + sort 21:29:56 + '[' -f /tmp/packages_start.txt ']' 21:29:56 + '[' -f /tmp/packages_end.txt ']' 21:29:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:29:56 + '[' /w/workspace/edgex-go/2 ']' 21:29:56 + mkdir -p /w/workspace/edgex-go/2/archives/ 21:29:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 21:29:56 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 21:29:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:29:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:29:57 21:29:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:29:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:29:57 alpine: Pulling from edgex-lftools-log-publisher 21:29:57 df20fa9351a1: Pulling fs layer 21:29:57 36b3adc4ff6f: Pulling fs layer 21:29:57 8ad3a11d3b57: Pulling fs layer 21:29:57 46f8f816bc3b: Pulling fs layer 21:29:57 93b61091891f: Pulling fs layer 21:29:57 93b9cdb0e59b: Pulling fs layer 21:29:57 5e14af77c1be: Pulling fs layer 21:29:57 01666e4c0597: Pulling fs layer 21:29:57 aa168da1d23b: Pulling fs layer 21:29:57 5e14af77c1be: Waiting 21:29:57 93b9cdb0e59b: Waiting 21:29:57 01666e4c0597: Waiting 21:29:57 46f8f816bc3b: Waiting 21:29:57 93b61091891f: Waiting 21:29:57 36b3adc4ff6f: Verifying Checksum 21:29:57 36b3adc4ff6f: Download complete 21:29:57 46f8f816bc3b: Verifying Checksum 21:29:57 46f8f816bc3b: Download complete 21:29:57 93b61091891f: Download complete 21:29:57 93b9cdb0e59b: Verifying Checksum 21:29:57 93b9cdb0e59b: Download complete 21:29:57 5e14af77c1be: Verifying Checksum 21:29:57 5e14af77c1be: Download complete 21:29:57 01666e4c0597: Verifying Checksum 21:29:57 01666e4c0597: Download complete 21:29:57 8ad3a11d3b57: Verifying Checksum 21:29:57 8ad3a11d3b57: Download complete 21:29:57 df20fa9351a1: Verifying Checksum 21:29:57 df20fa9351a1: Download complete 21:29:58 df20fa9351a1: Pull complete 21:29:58 36b3adc4ff6f: Pull complete 21:29:59 8ad3a11d3b57: Pull complete 21:29:59 46f8f816bc3b: Pull complete 21:30:00 aa168da1d23b: Verifying Checksum 21:30:00 aa168da1d23b: Download complete 21:30:00 93b61091891f: Pull complete 21:30:00 93b9cdb0e59b: Pull complete 21:30:01 5e14af77c1be: Pull complete 21:30:01 01666e4c0597: Pull complete 21:30:09 aa168da1d23b: Pull complete 21:30:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:30:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:30:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:30:09 prd-centos7-docker-4c-2g-29371 does not seem to be running inside a container 21:30:09 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:30:13 $ docker top 3bc1924aaf421312e8cad18c1c46997fca3df31edc6d68d34a44198a2fde7341 -eo pid,comm [Pipeline] { [Pipeline] sh 21:30:13 + touch /tmp/pre-build-complete [Pipeline] sh 21:30:13 + mkdir -p /var/log/sa [Pipeline] sh 21:30:14 + ls /var/log/sa-host 21:30:14 + sadf -c /var/log/sa-host/sa10 21:30:14 file_magic: OK 21:30:14 HZ: Using current value: 100 21:30:14 file_header: OK 21:30:14 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 21:30:14 Statistics: 21:30:14 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:30:14 File successfully converted to sysstat format version 12.2.1 21:30:14 + sadf -c /var/log/sa-host/sa23 21:30:14 file_magic: OK 21:30:14 HZ: Using current value: 100 21:30:14 file_header: OK 21:30:14 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 21:30:14 Statistics: 21:30:14 Hnuu...uuuununununu... 21:30:14 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:30:14 provisioning config files... 21:30:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5227055270964989256tmp [Pipeline] { [Pipeline] echo 21:30:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:30:14 ---> create-netrc.sh [Pipeline] } 21:30:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:30:14 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:30:15 ---> python-tools-install.sh [Pipeline] echo 21:30:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:30:15 ---> sudo-logs.sh 21:30:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 21:30:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:30:15 ---> job-cost.sh 21:30:15 lf-activate-venv: SKIPPING 21:30:15 DEBUG: total: 0.20999999344348907 21:30:15 INFO: Retrieving Stack Cost... 21:30:16 INFO: Retrieving Pricing Info for: v1-standard-2 21:30:17 INFO: Archiving Costs [Pipeline] echo 21:30:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:30:17 ---> logs-deploy.sh 21:30:17 lf-activate-venv: SKIPPING 21:30:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3247/2 21:30:17 INFO: archiving workspace using pattern(s): 21:30:19 Archives upload complete. 21:30:19 INFO: archiving logs to Nexus 21:30:19 ---> uname -a: 21:30:19 Linux prd-centos7-docker-4c-2g-29371.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 21:30:19 21:30:19 21:30:19 ---> lscpu: 21:30:19 Architecture: x86_64 21:30:19 CPU op-mode(s): 32-bit, 64-bit 21:30:19 Byte Order: Little Endian 21:30:19 Address sizes: 40 bits physical, 48 bits virtual 21:30:19 CPU(s): 4 21:30:19 On-line CPU(s) list: 0-3 21:30:19 Thread(s) per core: 1 21:30:19 Core(s) per socket: 1 21:30:19 Socket(s): 4 21:30:19 NUMA node(s): 1 21:30:19 Vendor ID: GenuineIntel 21:30:19 CPU family: 6 21:30:19 Model: 44 21:30:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:30:19 Stepping: 1 21:30:19 CPU MHz: 2933.442 21:30:19 BogoMIPS: 5866.88 21:30:19 Virtualization: VT-x 21:30:19 Hypervisor vendor: KVM 21:30:19 Virtualization type: full 21:30:19 L1d cache: 128 KiB 21:30:19 L1i cache: 128 KiB 21:30:19 L2 cache: 16 MiB 21:30:19 L3 cache: 64 MiB 21:30:19 NUMA node0 CPU(s): 0-3 21:30:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:30:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:30:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:30:19 Vulnerability Meltdown: Mitigation; PTI 21:30:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:30:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:30:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:30:19 Vulnerability Srbds: Not affected 21:30:19 Vulnerability Tsx async abort: Not affected 21:30:19 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 21:30:19 21:30:19 21:30:19 ---> nproc: 21:30:19 4 21:30:19 21:30:19 21:30:19 ---> df -h: 21:30:19 Filesystem Size Used Available Use% Mounted on 21:30:19 overlay 50.0G 11.3G 38.7G 23% / 21:30:19 tmpfs 64.0M 0 64.0M 0% /dev 21:30:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:30:19 shm 64.0M 0 64.0M 0% /dev/shm 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2 21:30:19 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/2@tmp 21:30:19 21:30:19 21:30:19 ---> free -m: 21:30:19 total used free shared buff/cache available 21:30:19 Mem: 1837 738 111 0 988 1016 21:30:19 Swap: 1023 52 971 21:30:19 21:30:19 21:30:19 ---> ip addr: 21:30:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:30:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:30:19 inet 127.0.0.1/8 scope host lo 21:30:19 valid_lft forever preferred_lft forever 21:30:19 inet6 ::1/128 scope host 21:30:19 valid_lft forever preferred_lft forever 21:30:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:30:19 link/ether fa:16:3e:b8:d2:74 brd ff:ff:ff:ff:ff:ff 21:30:19 inet 10.30.122.83/23 brd 10.30.123.255 scope global dynamic eth0 21:30:19 valid_lft 84944sec preferred_lft 84944sec 21:30:19 inet6 fe80::f816:3eff:feb8:d274/64 scope link 21:30:19 valid_lft forever preferred_lft forever 21:30:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:30:19 link/ether 02:42:b3:d0:4e:d3 brd ff:ff:ff:ff:ff:ff 21:30:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:30:19 valid_lft forever preferred_lft forever 21:30:19 inet6 fe80::42:b3ff:fed0:4ed3/64 scope link 21:30:19 valid_lft forever preferred_lft forever 21:30:19 21:30:19 21:30:19 ---> sar -b -r -n DEV: 21:30:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 21:30:19 21:30:19 21:05:51 LINUX RESTART (4 CPU) 21:30:19 21:30:19 21:07:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:30:19 21:08:01 242.07 98.43 143.64 0.00 7772.77 53054.48 0.00 21:30:19 21:09:01 268.22 102.76 165.46 0.00 3720.61 19675.62 0.00 21:30:19 21:10:01 132.57 48.56 84.01 0.00 1691.03 9688.69 0.00 21:30:19 21:11:02 167.87 52.07 115.79 0.00 7706.09 45114.16 0.00 21:30:19 21:12:03 2560.03 2197.97 362.06 0.00 172184.69 218448.94 0.00 21:30:19 21:13:01 1315.19 1090.29 224.89 0.00 67089.52 81023.50 0.00 21:30:19 21:14:01 1651.98 1298.35 353.63 0.00 91471.45 135936.39 0.00 21:30:19 21:15:01 969.34 689.50 279.84 0.00 41606.65 66865.40 0.00 21:30:19 21:16:02 46.06 10.14 35.92 0.00 2944.88 1344.63 0.00 21:30:19 21:17:01 1.00 0.71 0.29 0.00 27.91 3.84 0.00 21:30:19 21:18:01 0.65 0.25 0.40 0.00 13.32 5.11 0.00 21:30:19 21:19:01 0.43 0.00 0.43 0.00 0.00 4.81 0.00 21:30:19 21:20:01 0.23 0.00 0.23 0.00 0.00 2.98 0.00 21:30:19 21:21:01 2.20 1.95 0.25 0.00 64.23 2.30 0.00 21:30:19 21:22:01 1.07 0.28 0.78 0.00 117.65 15.42 0.00 21:30:19 21:23:01 0.55 0.20 0.35 0.00 2.27 4.68 0.00 21:30:19 21:24:01 0.28 0.02 0.27 0.00 0.13 3.38 0.00 21:30:19 21:25:01 0.25 0.02 0.23 0.00 0.13 2.75 0.00 21:30:19 21:26:01 0.33 0.02 0.32 0.00 0.27 3.43 0.00 21:30:19 21:27:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 21:30:19 21:28:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 21:30:19 21:29:01 0.42 0.02 0.40 0.00 0.27 6.15 0.00 21:30:19 21:30:01 81.85 65.87 15.98 0.00 5665.39 5162.84 0.00 21:30:19 Average: 324.75 247.00 77.74 0.00 17580.72 27770.61 0.00 21:30:19 21:30:19 21:07:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:30:19 21:08:01 137164 0 699516 37.18 2004 1042860 1534260 52.36 563684 935556 1092 21:30:19 21:09:01 193928 0 757628 40.27 900 929088 1430256 48.81 624204 776416 85348 21:30:19 21:10:01 185248 0 817400 43.44 732 878164 1813048 61.88 639996 758396 74188 21:30:19 21:11:02 68804 0 744028 39.54 232 1068480 1271740 43.40 702816 835480 100384 21:30:19 21:12:03 68632 0 851616 45.26 8 961288 2368472 80.83 743292 834172 64348 21:30:19 21:13:01 304904 0 811620 43.14 0 765020 1996304 68.13 553952 760216 54696 21:30:19 21:14:01 223984 0 1076376 57.21 0 581184 2713276 92.60 769456 645164 22232 21:30:19 21:15:01 94540 0 710116 37.74 0 1076888 1441160 49.18 610260 924236 8 21:30:19 21:16:02 223140 0 652308 34.67 0 1006096 1223704 41.76 484724 931732 8 21:30:19 21:17:01 223408 0 651320 34.62 0 1006816 1210328 41.31 483964 932116 8 21:30:19 21:18:01 224908 0 649444 34.52 0 1007192 1194908 40.78 483068 931976 8 21:30:19 21:19:01 224760 0 649568 34.52 0 1007216 1194908 40.78 483056 931992 8 21:30:19 21:20:01 225236 0 649080 34.50 0 1007228 1194908 40.78 483184 931996 8 21:30:19 21:21:01 223392 0 649776 34.53 0 1008376 1194904 40.78 483980 932252 20 21:30:19 21:22:01 216848 0 652804 34.70 0 1011892 1194980 40.78 489708 932932 8 21:30:19 21:23:01 216340 0 653308 34.72 0 1011896 1195232 40.79 490152 932988 20 21:30:19 21:24:01 216984 0 652660 34.69 0 1011900 1194012 40.75 489504 932996 16 21:30:19 21:25:01 217024 0 652608 34.68 0 1011912 1194012 40.75 489640 933000 8 21:30:19 21:26:01 217016 0 652612 34.68 0 1011916 1194012 40.75 489520 933004 8 21:30:19 21:27:01 216812 0 652800 34.69 0 1011932 1194096 40.75 489756 933012 8 21:30:19 21:28:01 216720 0 652888 34.70 0 1011936 1194048 40.75 489680 933012 8 21:30:19 21:29:01 216924 0 652672 34.69 0 1011948 1194012 40.75 489656 933020 8 21:30:19 21:30:01 73360 0 720848 38.31 0 1087336 1621432 55.34 586432 973008 48596 21:30:19 Average: 192612 0 709261 37.70 169 979503 1432957 48.90 548421 891247 19610 21:30:19 21:30:19 21:07:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:30:19 21:08:01 vethc11703c 18.28 17.97 1.72 18.33 0.00 0.00 0.00 0.00 21:30:19 21:08:01 eth0 1035.41 1174.18 6109.07 139.28 0.00 0.00 0.00 0.00 21:30:19 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:08:01 docker0 884.99 691.29 73.37 3151.28 0.00 0.00 0.00 0.00 21:30:19 21:09:01 veth15d0765 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 21:30:19 21:09:01 eth0 150.47 132.26 488.85 22.45 0.00 0.00 0.00 0.00 21:30:19 21:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:09:01 docker0 113.45 118.04 8.88 458.61 0.00 0.00 0.00 0.00 21:30:19 21:10:01 veth15d0765 2.33 2.33 0.19 0.19 0.00 0.00 0.00 0.00 21:30:19 21:10:01 eth0 31.34 20.36 17.27 75.44 0.00 0.00 0.00 0.00 21:30:19 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:10:01 docker0 2.33 2.33 0.15 0.19 0.00 0.00 0.00 0.00 21:30:19 21:11:02 veth63375d0 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 21:30:19 21:11:02 eth0 205.97 167.88 1695.77 45.55 0.00 0.00 0.00 0.00 21:30:19 21:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:11:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:12:03 veth63375d0 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 21:30:19 21:12:03 eth0 59.00 31.92 160.69 40.83 0.00 0.00 0.00 0.00 21:30:19 21:12:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:12:03 docker0 12.48 30.07 0.65 144.38 0.00 0.00 0.00 0.00 21:30:19 21:13:01 veth63375d0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:13:01 eth0 11.89 7.61 53.48 3.42 0.00 0.00 0.00 0.00 21:30:19 21:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:13:01 veth76b8b23 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 21:30:19 21:14:01 veth81b94da 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 21:30:19 21:14:01 veth63375d0 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 21:30:19 21:14:01 eth0 81.09 42.45 230.87 57.25 0.00 0.00 0.00 0.00 21:30:19 21:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:15:01 veth63375d0 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 21:30:19 21:15:01 eth0 207.80 139.92 1668.71 59.57 0.00 0.00 0.00 0.00 21:30:19 21:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:15:01 docker0 1029.66 920.21 83.14 4269.70 0.00 0.00 0.00 0.00 21:30:19 21:16:02 eth0 24.70 14.39 67.72 7.18 0.00 0.00 0.00 0.00 21:30:19 21:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:16:02 docker0 5.76 8.29 0.58 54.14 0.00 0.00 0.00 0.00 21:30:19 21:17:01 eth0 1.37 0.73 0.76 0.45 0.00 0.00 0.00 0.00 21:30:19 21:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:18:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 21:30:19 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:19:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:19 21:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:19 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:21:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 21:30:19 21:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:22:01 eth0 0.28 0.22 0.14 0.07 0.00 0.00 0.00 0.00 21:30:19 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:23:01 eth0 3.16 2.71 0.46 10.82 0.00 0.00 0.00 0.00 21:30:19 21:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:24:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:30:19 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:25:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 21:30:19 21:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:26:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 21:30:19 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:27:01 eth0 3.61 3.58 0.30 6.89 0.00 0.00 0.00 0.00 21:30:19 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:28:01 eth0 0.13 0.12 0.06 0.01 0.00 0.00 0.00 0.00 21:30:19 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:29:01 eth0 0.53 0.05 0.05 0.00 0.00 0.00 0.00 0.00 21:30:19 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:30:01 eth0 228.17 191.91 2173.42 58.86 0.00 0.00 0.00 0.00 21:30:19 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 Average: eth0 87.81 82.55 544.09 22.88 0.00 0.00 0.00 0.00 21:30:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:30:19 Average: docker0 45.16 40.49 3.65 188.57 0.00 0.00 0.00 0.00 21:30:19 21:30:19 21:30:19 ---> sar -P ALL: 21:30:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 21:30:19 21:30:19 21:05:51 LINUX RESTART (4 CPU) 21:30:19 21:30:19 21:07:03 CPU %user %nice %system %iowait %steal %idle 21:30:19 21:08:01 all 15.67 0.00 7.23 3.12 0.06 73.93 21:30:19 21:08:01 0 13.38 0.00 8.32 2.44 0.05 75.80 21:30:19 21:08:01 1 12.01 0.00 6.80 3.97 0.07 77.15 21:30:19 21:08:01 2 24.07 0.00 6.46 2.82 0.05 66.59 21:30:19 21:08:01 3 13.22 0.00 7.35 3.23 0.05 76.15 21:30:19 21:09:01 all 37.87 0.00 9.42 6.54 0.05 46.13 21:30:19 21:09:01 0 36.88 0.00 9.24 4.57 0.05 49.25 21:30:19 21:09:01 1 38.01 0.00 9.73 8.53 0.03 43.68 21:30:19 21:09:01 2 38.24 0.00 9.25 6.17 0.03 46.31 21:30:19 21:09:01 3 38.34 0.00 9.44 6.88 0.07 45.27 21:30:19 21:10:01 all 52.62 0.00 11.52 5.22 0.12 30.52 21:30:19 21:10:01 0 52.27 0.00 11.40 6.75 0.10 29.47 21:30:19 21:10:01 1 52.46 0.00 11.61 4.48 0.16 31.29 21:30:19 21:10:01 2 52.19 0.00 11.69 3.70 0.09 32.33 21:30:19 21:10:01 3 53.56 0.00 11.36 5.94 0.14 29.01 21:30:19 21:11:02 all 27.00 0.00 9.71 5.46 0.10 57.73 21:30:19 21:11:02 0 27.34 0.00 10.58 4.39 0.12 57.57 21:30:19 21:11:02 1 27.39 0.00 9.53 7.98 0.09 55.01 21:30:19 21:11:02 2 26.27 0.00 9.40 4.77 0.07 59.49 21:30:19 21:11:02 3 26.98 0.00 9.33 4.69 0.12 58.87 21:30:19 21:12:03 all 21.14 0.00 23.88 24.33 0.25 30.39 21:30:19 21:12:03 0 20.10 0.00 22.36 24.03 0.29 33.22 21:30:19 21:12:03 1 21.43 0.00 24.54 24.63 0.24 29.16 21:30:19 21:12:03 2 20.98 0.00 24.14 24.65 0.24 29.99 21:30:19 21:12:03 3 22.08 0.00 24.50 24.01 0.21 29.19 21:30:19 21:13:01 all 62.03 0.00 15.40 12.79 0.19 9.59 21:30:19 21:13:01 0 60.01 0.00 15.20 13.18 0.18 11.42 21:30:19 21:13:01 1 62.23 0.00 15.53 13.85 0.20 8.19 21:30:19 21:13:01 2 62.57 0.00 15.50 13.09 0.14 8.70 21:30:19 21:13:01 3 63.31 0.00 15.39 11.01 0.24 10.06 21:30:19 21:14:01 all 33.97 0.00 19.62 23.03 0.23 23.15 21:30:19 21:14:01 0 34.41 0.00 17.41 21.22 0.28 26.68 21:30:19 21:14:01 1 32.68 0.00 19.43 24.69 0.28 22.93 21:30:19 21:14:01 2 34.62 0.00 20.53 22.62 0.17 22.06 21:30:19 21:14:01 3 34.17 0.00 21.13 23.60 0.17 20.92 21:30:19 21:15:01 all 32.86 0.00 14.36 16.45 0.14 36.19 21:30:19 21:15:01 0 32.50 0.00 14.21 16.35 0.12 36.82 21:30:19 21:15:01 1 32.67 0.00 14.12 17.65 0.17 35.39 21:30:19 21:15:01 2 33.71 0.00 14.64 15.21 0.14 36.30 21:30:19 21:15:01 3 32.58 0.00 14.49 16.57 0.12 36.25 21:30:19 21:16:02 all 3.57 0.00 1.34 1.24 0.02 93.84 21:30:19 21:16:02 0 6.08 0.00 1.66 0.52 0.00 91.74 21:30:19 21:16:02 1 2.18 0.00 1.24 2.10 0.03 94.45 21:30:19 21:16:02 2 4.84 0.00 1.47 1.61 0.03 92.04 21:30:19 21:16:02 3 1.16 0.00 0.97 0.75 0.00 97.12 21:30:19 21:17:01 all 0.18 0.00 0.03 0.02 0.00 99.78 21:30:19 21:17:01 0 0.03 0.00 0.00 0.00 0.00 99.97 21:30:19 21:17:01 1 0.05 0.00 0.03 0.02 0.02 99.88 21:30:19 21:17:01 2 0.53 0.00 0.03 0.05 0.00 99.39 21:30:19 21:17:01 3 0.10 0.00 0.03 0.00 0.00 99.86 21:30:19 21:18:01 all 0.17 0.00 0.03 0.00 0.00 99.80 21:30:19 21:18:01 0 0.03 0.00 0.05 0.00 0.00 99.92 21:30:19 21:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:18:01 2 0.53 0.00 0.03 0.00 0.00 99.43 21:30:19 21:18:01 3 0.07 0.00 0.03 0.00 0.02 99.88 21:30:19 21:30:19 21:18:01 CPU %user %nice %system %iowait %steal %idle 21:30:19 21:19:01 all 0.15 0.00 0.02 0.00 0.01 99.82 21:30:19 21:19:01 0 0.02 0.00 0.00 0.00 0.02 99.97 21:30:19 21:19:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:19:01 2 0.52 0.00 0.02 0.00 0.02 99.45 21:30:19 21:19:01 3 0.07 0.00 0.03 0.00 0.00 99.90 21:30:19 21:20:01 all 0.16 0.00 0.02 0.00 0.00 99.81 21:30:19 21:20:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:30:19 21:20:01 1 0.07 0.00 0.03 0.00 0.00 99.90 21:30:19 21:20:01 2 0.52 0.00 0.02 0.00 0.00 99.47 21:30:19 21:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:21:01 all 0.15 0.00 0.04 0.02 0.00 99.79 21:30:19 21:21:01 0 0.02 0.00 0.05 0.02 0.00 99.92 21:30:19 21:21:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:21:01 2 0.52 0.00 0.05 0.08 0.00 99.35 21:30:19 21:21:01 3 0.03 0.00 0.03 0.00 0.00 99.93 21:30:19 21:22:01 all 0.16 0.00 0.03 0.00 0.00 99.80 21:30:19 21:22:01 0 0.53 0.00 0.02 0.00 0.00 99.45 21:30:19 21:22:01 1 0.05 0.00 0.07 0.02 0.00 99.87 21:30:19 21:22:01 2 0.03 0.00 0.03 0.00 0.00 99.93 21:30:19 21:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:23:01 all 0.20 0.00 0.03 0.00 0.00 99.77 21:30:19 21:23:01 0 0.50 0.00 0.02 0.00 0.00 99.48 21:30:19 21:23:01 1 0.07 0.00 0.03 0.02 0.00 99.88 21:30:19 21:23:01 2 0.12 0.00 0.05 0.00 0.00 99.83 21:30:19 21:23:01 3 0.10 0.00 0.03 0.00 0.00 99.87 21:30:19 21:24:01 all 0.04 0.00 0.02 0.00 0.00 99.94 21:30:19 21:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:24:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:24:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:24:01 3 0.07 0.00 0.03 0.00 0.00 99.90 21:30:19 21:25:01 all 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:25:01 1 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:25:01 2 0.00 0.00 0.02 0.00 0.00 99.98 21:30:19 21:25:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:26:01 all 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:26:01 1 0.05 0.00 0.02 0.00 0.00 99.93 21:30:19 21:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:26:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:27:01 all 0.05 0.00 0.04 0.00 0.00 99.91 21:30:19 21:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 21:30:19 21:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 21:30:19 21:27:01 2 0.05 0.00 0.03 0.00 0.00 99.92 21:30:19 21:27:01 3 0.05 0.00 0.05 0.00 0.02 99.88 21:30:19 21:28:01 all 0.03 0.00 0.01 0.00 0.00 99.96 21:30:19 21:28:01 0 0.02 0.00 0.00 0.00 0.00 99.98 21:30:19 21:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:28:01 2 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:28:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:29:01 all 0.02 0.00 0.02 0.00 0.00 99.96 21:30:19 21:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 21:30:19 21:29:01 1 0.02 0.00 0.03 0.00 0.00 99.95 21:30:19 21:29:01 2 0.00 0.00 0.00 0.02 0.00 99.98 21:30:19 21:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 21:30:19 21:30:19 21:29:01 CPU %user %nice %system %iowait %steal %idle 21:30:19 21:30:01 all 3.50 0.00 1.89 1.94 0.02 92.66 21:30:19 21:30:01 0 2.93 0.00 2.06 0.42 0.02 94.58 21:30:19 21:30:01 1 5.83 0.00 2.72 4.74 0.02 86.69 21:30:19 21:30:01 2 2.59 0.00 1.49 1.19 0.02 94.71 21:30:19 21:30:01 3 2.66 0.00 1.29 1.40 0.02 94.63 21:30:19 Average: all 12.32 0.00 4.86 4.24 0.05 78.53 21:30:19 Average: 0 12.14 0.00 4.78 3.98 0.05 79.05 21:30:19 Average: 1 12.15 0.00 4.90 4.79 0.06 78.10 21:30:19 Average: 2 12.82 0.00 4.87 4.07 0.04 78.19 21:30:19 Average: 3 12.15 0.00 4.88 4.14 0.05 78.78 21:30:19 21:30:19 21:30:19