Pull request #3208 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d9d1cdb2a048b2aa1100d198dafcee133d44e819+f11e4988ceb8c382fc034555d9d0b35dfdaf49ab (ac315ab051050b02a8f80170e98ab9ed85e09761) 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 ‘prd-centos7-docker-4c-2g-28729’ Running on prd-centos7-docker-4c-2g-28736 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 Merge succeeded, producing d9d1cdb2a048b2aa1100d198dafcee133d44e819 Checking out Revision d9d1cdb2a048b2aa1100d198dafcee133d44e819 (PR-3208) > 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/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # 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 f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. > git rev-list --no-walk 7f2825979395568b23be767509eedf109c1a6882 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:31:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:31:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:31:41 ========================================================= 18:31:41 EdgeX Global Pipelines Version Info 18:31:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:31:42 ------------------- 18:31:42 stable info: 18:31:42 ------------------- 18:31:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:31:42 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:31:42 Message: update stable to v1.0.184 18:31:43 ------------------- 18:31:43 experimental info: 18:31:43 ------------------- 18:31:43 Commited By: **** collab-it+edgex@linuxfoundation.org 18:31:43 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 18:31:43 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:31:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:31:44 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:31:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:31:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:31:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:31:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:31:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:31:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3208 [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3208 [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3208 [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d9d1cdb2a048b2aa1100d198dafcee133d44e819 [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d9d1cdb [Pipeline] echo 18:31:46 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:31:46 provisioning config files... 18:31:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config8735980379482945956tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:31:47 ---> docker-login.sh 18:31:47 nexus3.edgexfoundry.org:10001 18:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:47 Configure a credential helper to remove this warning. See 18:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:47 18:31:47 Login Succeeded 18:31:47 nexus3.edgexfoundry.org:10002 18:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:47 Configure a credential helper to remove this warning. See 18:31:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:47 18:31:47 Login Succeeded 18:31:47 nexus3.edgexfoundry.org:10003 18:31:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:48 Configure a credential helper to remove this warning. See 18:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:48 18:31:48 Login Succeeded 18:31:48 nexus3.edgexfoundry.org:10004 18:31:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:48 Configure a credential helper to remove this warning. See 18:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:48 18:31:48 Login Succeeded 18:31:48 docker.io 18:31:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:31:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:31:48 Configure a credential helper to remove this warning. See 18:31:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:31:48 18:31:48 Login Succeeded 18:31:48 ---> docker-login.sh ends [Pipeline] } 18:31:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:31:49 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/core-command/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo core-command,cmd/core-command/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/core-data/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo core-data,cmd/core-data/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/core-metadata/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo core-metadata,cmd/core-metadata/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/security-bootstrapper/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/security-proxy-setup/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/support-notifications/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo support-notifications,cmd/support-notifications/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/support-scheduler/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:31:49 + for file in '`ls cmd/**/Dockerfile`' 18:31:49 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:31:49 ++ cut -d/ -f2 18:31:49 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:31:49 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:31:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:49 18:31:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:31:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:50 latest: Pulling from edgex-devops/git-semver 18:31:50 31603596830f: Pulling fs layer 18:31:50 2a8b12db71e7: Pulling fs layer 18:31:50 6ca5941a6612: Pulling fs layer 18:31:50 ecc8261a40a4: Pulling fs layer 18:31:50 ecc8261a40a4: Waiting 18:31:50 2a8b12db71e7: Download complete 18:31:50 31603596830f: Download complete 18:31:50 ecc8261a40a4: Verifying Checksum 18:31:50 ecc8261a40a4: Download complete 18:31:50 6ca5941a6612: Verifying Checksum 18:31:50 6ca5941a6612: Download complete 18:31:50 31603596830f: Pull complete 18:31:51 2a8b12db71e7: Pull complete 18:31:52 6ca5941a6612: Pull complete 18:31:52 ecc8261a40a4: Pull complete 18:31:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:31:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:31:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:31:52 prd-centos7-docker-4c-2g-28736 does not seem to be running inside a container 18:31:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:31:55 $ docker top 6972ba730b93e66ed774e31a7214c374a2d6772bd592decf642843ba82268733 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:31:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:31:55 [ssh-agent] Looking for ssh-agent implementation... 18:31:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:31:55 $ docker exec 6972ba730b93e66ed774e31a7214c374a2d6772bd592decf642843ba82268733 ssh-agent 18:31:55 SSH_AUTH_SOCK=/tmp/ssh-qZ958BbTQd9M/agent.12 18:31:55 SSH_AGENT_PID=17 18:31:55 Running ssh-add (command line suppressed) 18:31:55 Identity added: /w/workspace/edgex-go/7@tmp/private_key_5320237878728427238.key (/w/workspace/edgex-go/7@tmp/private_key_5320237878728427238.key) 18:31:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:31:56 + git tag --points-at HEAD [Pipeline] } 18:31:56 $ docker exec --env ******** --env ******** 6972ba730b93e66ed774e31a7214c374a2d6772bd592decf642843ba82268733 ssh-agent -k 18:31:56 unset SSH_AUTH_SOCK; 18:31:56 unset SSH_AGENT_PID; 18:31:56 echo Agent pid 17 killed; 18:31:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:31:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:31:56 [ssh-agent] Looking for ssh-agent implementation... 18:31:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:31:56 $ docker exec 6972ba730b93e66ed774e31a7214c374a2d6772bd592decf642843ba82268733 ssh-agent 18:31:57 SSH_AUTH_SOCK=/tmp/ssh-nhnInvTAZZn8/agent.47 18:31:57 SSH_AGENT_PID=52 18:31:57 Running ssh-add (command line suppressed) 18:31:57 Identity added: /w/workspace/edgex-go/7@tmp/private_key_1157390435323701582.key (/w/workspace/edgex-go/7@tmp/private_key_1157390435323701582.key) 18:31:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:31:57 + git semver init 18:31:57 # -> Open(): unable to determine branch for HEAD 18:31:57 # $GIT_DIR = /w/workspace/edgex-go/7/.git 18:31:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 18:31:57 # $SEMVER_REMOTE_NAME = origin 18:31:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:31:57 # $SEMVER_USER_NAME = edgex-jenkins 18:31:57 # $SEMVER_BRANCH = PR-3208 18:31:57 # $SEMVER_TEMP = /tmp/semver-346120699 18:31:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:32:19 # '/tmp/semver-346120699' -> '/w/workspace/edgex-go/7/.semver' 18:32:19 # -> Force: false 18:32:19 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 18:32:19 $ docker exec --env ******** --env ******** 6972ba730b93e66ed774e31a7214c374a2d6772bd592decf642843ba82268733 ssh-agent -k 18:32:19 unset SSH_AUTH_SOCK; 18:32:19 unset SSH_AGENT_PID; 18:32:19 echo Agent pid 52 killed; 18:32:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:32:20 + git semver [Pipeline] } 18:32:20 $ docker stop --time=1 6972ba730b93e66ed774e31a7214c374a2d6772bd592decf642843ba82268733 18:32:22 $ docker rm -f 6972ba730b93e66ed774e31a7214c374a2d6772bd592decf642843ba82268733 [Pipeline] // withDockerContainer [Pipeline] sh 18:32:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:32:23 Stashed 1 file(s) [Pipeline] echo 18:32:23 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:32:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:32:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:32:24 + sudo service docker restart 18:32:24 + true 18:32:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:32:25 ========================================================= 18:32:25 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:32:25 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:32:25 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 18:32:30 Sending build context to Docker daemon 328.3MB 18:32:30 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:32:30 Step 2/6 : FROM ${BASE} 18:32:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:32:30 188c0c94c7c5: Pulling fs layer 18:32:30 0ef7d3d256c8: Pulling fs layer 18:32:30 de9db76c5a1d: Pulling fs layer 18:32:30 bca2f99d35d6: Pulling fs layer 18:32:30 93359f2a8cfa: Pulling fs layer 18:32:30 7c6f9722023f: Pulling fs layer 18:32:30 a35cf1a2eb13: Pulling fs layer 18:32:30 bca2f99d35d6: Waiting 18:32:30 93359f2a8cfa: Waiting 18:32:30 7c6f9722023f: Waiting 18:32:30 a35cf1a2eb13: Waiting 18:32:30 de9db76c5a1d: Verifying Checksum 18:32:30 de9db76c5a1d: Download complete 18:32:30 0ef7d3d256c8: Verifying Checksum 18:32:30 0ef7d3d256c8: Download complete 18:32:30 93359f2a8cfa: Verifying Checksum 18:32:30 93359f2a8cfa: Download complete 18:32:30 7c6f9722023f: Verifying Checksum 18:32:30 7c6f9722023f: Download complete 18:32:30 188c0c94c7c5: Verifying Checksum 18:32:30 188c0c94c7c5: Download complete 18:32:30 188c0c94c7c5: Pull complete 18:32:30 0ef7d3d256c8: Pull complete 18:32:30 de9db76c5a1d: Pull complete 18:32:33 a35cf1a2eb13: Verifying Checksum 18:32:33 a35cf1a2eb13: Download complete 18:32:33 bca2f99d35d6: Verifying Checksum 18:32:33 bca2f99d35d6: Download complete 18:32:38 Still waiting to schedule task 18:32:38 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:32:39 bca2f99d35d6: Pull complete 18:32:39 93359f2a8cfa: Pull complete 18:32:39 7c6f9722023f: Pull complete 18:32:44 a35cf1a2eb13: Pull complete 18:32:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:32:44 ---> a62c8e92a672 18:32:44 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:32:44 ---> Running in b949b02cd578 18:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:32:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:32:46 (1/12) Installing libmagic (5.38-r0) 18:32:46 (2/12) Installing file (5.38-r0) 18:32:46 (3/12) Installing libc-dev (0.7.2-r3) 18:32:46 (4/12) Installing g++ (9.3.0-r2) 18:32:51 (5/12) Installing fortify-headers (1.1-r0) 18:32:51 (6/12) Installing patch (2.7.6-r6) 18:32:51 (7/12) Installing build-base (0.5-r2) 18:32:51 (8/12) Installing libsodium (1.0.18-r0) 18:32:51 (9/12) Installing pkgconf (1.7.2-r0) 18:32:51 (10/12) Installing libsodium-dev (1.0.18-r0) 18:32:51 (11/12) Installing libzmq (4.3.3-r0) 18:32:51 (12/12) Installing zeromq-dev (4.3.3-r0) 18:32:51 Executing busybox-1.31.1-r19.trigger 18:32:51 OK: 233 MiB in 51 packages 18:32:56 Removing intermediate container b949b02cd578 18:32:56 ---> b33ead6df43c 18:32:56 Step 4/6 : WORKDIR /edgex-go 18:32:56 ---> Running in f860cef81301 18:32:56 Removing intermediate container f860cef81301 18:32:56 ---> 68363c5e26ff 18:32:56 Step 5/6 : COPY go.mod . 18:32:56 ---> 9618480d6258 18:32:56 Step 6/6 : RUN go mod download 18:32:56 ---> Running in 53233925ca12 18:33:23 Removing intermediate container 53233925ca12 18:33:23 ---> 43b847433cf4 18:33:23 Successfully built 43b847433cf4 18:33:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:33:23 + docker inspect -f . ci-base-image-x86_64 18:33:23 . [Pipeline] withDockerContainer 18:33:23 prd-centos7-docker-4c-2g-28736 does not seem to be running inside a container 18:33:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:33:24 $ docker top 89236fe5a497ce63f1253e343976a5c0c308f213f7b4ed8fd00b4cd6a113a139 -eo pid,comm [Pipeline] { [Pipeline] sh 18:33:25 + go version 18:33:25 go version go1.15.5 linux/amd64 [Pipeline] } 18:33:25 $ docker stop --time=1 89236fe5a497ce63f1253e343976a5c0c308f213f7b4ed8fd00b4cd6a113a139 18:33:26 $ docker rm -f 89236fe5a497ce63f1253e343976a5c0c308f213f7b4ed8fd00b4cd6a113a139 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:33:27 + docker inspect -f . ci-base-image-x86_64 18:33:27 . [Pipeline] withDockerContainer 18:33:27 prd-centos7-docker-4c-2g-28736 does not seem to be running inside a container 18:33:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:33:28 $ docker top 011fd03be871b2a8d92188695d5eb76e0643329d2e538179dd63970326480047 -eo pid,comm [Pipeline] { [Pipeline] echo 18:33:28 ========================================================= 18:33:28 [edgeXBuildGoParallel] Running Tests and Build... 18:33:28 ========================================================= [Pipeline] sh 18:33:28 + make test 18:33:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:33:38 ? github.com/edgexfoundry/edgex-go [no test files] 18:34:01 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:34:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:34:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:34:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:34:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:34:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:34:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:34:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:34:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 45.9% of statements 18:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:34:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:34:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements 18:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.520s coverage: 27.1% of statements 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:34:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:34:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.128s coverage: 66.2% of statements 18:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.451s coverage: 82.4% of statements 18:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.389s coverage: 28.6% of statements 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.083s coverage: 100.0% of statements 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.056s coverage: 100.0% of statements 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.138s coverage: 86.7% of statements 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.148s coverage: 97.5% of statements 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:34:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:34:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:34:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.536s coverage: 92.8% of statements 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:34:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:34:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.084s coverage: 0.1% of statements 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:34:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.046s coverage: 47.1% of statements 18:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements 18:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements 18:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.070s coverage: 96.3% of statements 18:34:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements 18:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements 18:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.028s coverage: 44.8% of statements 18:34:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.061s coverage: 81.4% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.040s coverage: 77.8% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.049s coverage: 87.2% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.100s coverage: 91.6% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.201s coverage: 62.4% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.040s coverage: 100.0% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.353s coverage: 69.1% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 38.4% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.055s coverage: 89.5% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.037s coverage: 84.8% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.0% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.046s coverage: 100.0% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.140s coverage: 88.5% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.768s coverage: 29.1% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.036s coverage: 100.0% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.083s coverage: 95.6% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:34:48 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 18:34:48 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:34:48 GO111MODULE=on go vet ./... 18:35:20 gofmt -l . 18:35:20 [ "`gofmt -l .`" = "" ] 18:35:20 ./bin/test-go-mod-tidy.sh 18:35:20 ./bin/test-attribution-txt.sh [Pipeline] sh 18:35:21 + ls -al . 18:35:21 total 732 18:35:21 drwxrwxr-x 10 1001 1001 4096 Mar 5 18:35 . 18:35:21 drwxr-xr-x 4 root root 28 Mar 5 18:33 .. 18:35:21 -rw-rw-r-- 1 1001 1001 11 Mar 5 18:31 .dockerignore 18:35:21 drwxrwxr-x 8 1001 1001 179 Mar 5 18:31 .git 18:35:21 drwxrwxr-x 3 1001 1001 125 Mar 5 18:31 .github 18:35:21 -rw-rw-r-- 1 1001 1001 818 Mar 5 18:31 .gitignore 18:35:21 drwx------ 3 1001 1001 60 Mar 5 18:32 .semver 18:35:21 -rw-rw-r-- 1 1001 1001 166 Mar 5 18:31 .sonarcloud.properties 18:35:21 -rw-rw-r-- 1 1001 1001 8475 Mar 5 18:31 Attribution.txt 18:35:21 -rw-rw-r-- 1 1001 1001 3804 Mar 5 18:31 CONTRIBUTING.md 18:35:21 -rw-rw-r-- 1 1001 1001 931 Mar 5 18:31 Dockerfile.build 18:35:21 -rw-rw-r-- 1 1001 1001 863 Mar 5 18:31 Jenkinsfile 18:35:21 -rw-rw-r-- 1 1001 1001 10775 Mar 5 18:31 LICENSE 18:35:21 -rw-rw-r-- 1 1001 1001 5774 Mar 5 18:31 Makefile 18:35:21 -rw-rw-r-- 1 1001 1001 6524 Mar 5 18:31 README.md 18:35:21 -rw-rw-r-- 1 1001 1001 6755 Mar 5 18:31 SECURITY.md 18:35:21 -rw-rw-r-- 1 1001 1001 5 Mar 5 18:32 VERSION 18:35:21 -rw-rw-r-- 1 1001 1001 4131 Mar 5 18:31 ZMQWindows.md 18:35:21 drwxrwxr-x 2 1001 1001 117 Mar 5 18:31 bin 18:35:21 drwxrwxr-x 14 1001 1001 4096 Mar 5 18:31 cmd 18:35:21 -rw-r--r-- 1 root root 621194 Mar 5 18:34 coverage.out 18:35:21 -rw-r--r-- 1 root root 1055 Mar 5 18:35 go.mod 18:35:21 -rw-r--r-- 1 root root 21927 Mar 5 18:35 go.sum 18:35:21 drwxrwxr-x 8 1001 1001 127 Mar 5 18:31 internal 18:35:21 drwxrwxr-x 4 1001 1001 26 Mar 5 18:31 openapi 18:35:21 drwxrwxr-x 4 1001 1001 71 Mar 5 18:31 snap 18:35:21 -rw-rw-r-- 1 1001 1001 168 Mar 5 18:31 version.go [Pipeline] sh 18:35:21 + '[' -e coverage.out ] 18:35:21 + chown 1001:1001 coverage.out [Pipeline] stash 18:35:21 Stashed 1 file(s) [Pipeline] sh 18:35:21 + make build 18:35:21 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:35:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:35:26 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28741 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 18:35:26 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 18:35:32 using credential edgex-jenkins-ssh 18:35:32 Cloning the remote Git repository 18:35:32 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:35:32 > git init /w/workspace/edgex-go/7 # timeout=10 18:35:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:35:32 > git --version # timeout=10 18:35:32 > git --version # 'git version 2.17.1' 18:35:32 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:35:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:35:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:35:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:35:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:35:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:35:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:35:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:35:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:35:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:35:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:35:48 $ docker stop --time=1 011fd03be871b2a8d92188695d5eb76e0643329d2e538179dd63970326480047 18:35:49 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:35:49 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:35:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:35:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:35:50 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:35:50 Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:35:51 $ docker rm -f 011fd03be871b2a8d92188695d5eb76e0643329d2e538179dd63970326480047 18:35:51 Merge succeeded, producing d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:35:51 Checking out Revision d9d1cdb2a048b2aa1100d198dafcee133d44e819 (PR-3208) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:35:50 > git config core.sparsecheckout # timeout=10 18:35:50 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 18:35:51 > git remote # timeout=10 18:35:51 > git config --get remote.origin.url # timeout=10 18:35:51 using GIT_SSH to set credentials SSH Credentials for GitHub 18:35:51 > git merge f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 18:35:51 > git rev-parse HEAD^{commit} # timeout=10 18:35:51 > git config core.sparsecheckout # timeout=10 18:35:51 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 18:35:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:35:53 18:35:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:35:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:35:53 latest: Pulling from edgex-devops/edgex-compose 18:35:53 cbdbe7a5bc2a: Pulling fs layer 18:35:53 ca9280d653b3: Pulling fs layer 18:35:53 7e9c9ca2126c: Pulling fs layer 18:35:53 cbdbe7a5bc2a: Download complete 18:35:54 cbdbe7a5bc2a: Pull complete 18:35:54 ca9280d653b3: Verifying Checksum 18:35:54 ca9280d653b3: Download complete 18:35:56 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" 18:35:56 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { 18:35:56 7e9c9ca2126c: Verifying Checksum 18:35:56 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:35:57 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:35:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:35:58 + sudo service docker restart 18:35:58 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:36:01 provisioning config files... 18:36:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5111353479582961646tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:36:01 ---> docker-login.sh 18:36:01 nexus3.edgexfoundry.org:10001 18:36:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:02 Configure a credential helper to remove this warning. See 18:36:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:02 18:36:02 Login Succeeded 18:36:02 nexus3.edgexfoundry.org:10002 18:36:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:03 Configure a credential helper to remove this warning. See 18:36:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:03 18:36:03 Login Succeeded 18:36:03 7e9c9ca2126c: Pull complete 18:36:03 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:36:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:36:03 prd-centos7-docker-4c-2g-28736 does not seem to be running inside a container 18:36:03 nexus3.edgexfoundry.org:10003 18:36:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:36:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:03 Configure a credential helper to remove this warning. See 18:36:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:03 18:36:03 Login Succeeded 18:36:03 nexus3.edgexfoundry.org:10004 18:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:04 Configure a credential helper to remove this warning. See 18:36:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:04 18:36:04 Login Succeeded 18:36:04 docker.io 18:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:36:05 Configure a credential helper to remove this warning. See 18:36:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:36:05 18:36:05 Login Succeeded 18:36:05 ---> docker-login.sh ends 18:36:05 $ docker top 69e4b8f79382f478065d20ae370a427c044d5875025f723bbe5d74bef7617a42 -eo pid,comm [Pipeline] { [Pipeline] } 18:36:05 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 18:36:06 + grep parallel 18:36:06 + docker-compose build --help [Pipeline] echo 18:36:06 ========================================================= 18:36:06 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:36:06 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:36:06 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 18:36:07 --parallel Build images in parallel. [Pipeline] } 18:36:07 $ docker stop --time=1 69e4b8f79382f478065d20ae370a427c044d5875025f723bbe5d74bef7617a42 18:36:09 $ docker rm -f 69e4b8f79382f478065d20ae370a427c044d5875025f723bbe5d74bef7617a42 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { 18:36:09 Sending build context to Docker daemon 166.6MB 18:36:09 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:36:09 Step 2/6 : FROM ${BASE} 18:36:09 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:36:09 5f621e34cdf4: Pulling fs layer 18:36:09 a4357932f1b6: Pulling fs layer 18:36:09 18c013af1878: Pulling fs layer 18:36:09 00ac8860ef70: Pulling fs layer 18:36:09 63d7cb157983: Pulling fs layer 18:36:09 b116817d02f9: Pulling fs layer 18:36:09 745a02a5169b: Pulling fs layer 18:36:09 63d7cb157983: Waiting 18:36:09 b116817d02f9: Waiting 18:36:09 745a02a5169b: Waiting 18:36:09 00ac8860ef70: Waiting 18:36:09 18c013af1878: Verifying Checksum 18:36:09 18c013af1878: Download complete 18:36:09 a4357932f1b6: Download complete 18:36:09 63d7cb157983: Download complete 18:36:09 b116817d02f9: Download complete 18:36:09 5f621e34cdf4: Verifying Checksum 18:36:09 5f621e34cdf4: Download complete [Pipeline] isUnix [Pipeline] sh 18:36:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:36:09 . [Pipeline] withDockerContainer 18:36:09 prd-centos7-docker-4c-2g-28736 does not seem to be running inside a container 18:36:10 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:36:10 5f621e34cdf4: Pull complete 18:36:10 $ docker top 91c1f9a387b8c98bce06e08cde9baef524b5483ddcf8a43793e67ef14dd85ca3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:36:11 a4357932f1b6: Pull complete 18:36:11 + docker-compose -f ./docker-compose-build.yml build --parallel 18:36:11 18c013af1878: Pull complete 18:36:11 745a02a5169b: Verifying Checksum 18:36:11 745a02a5169b: Download complete 18:36:12 Building docker-core-command-go ... 18:36:12 Building docker-core-data-go ... 18:36:12 Building docker-core-metadata-go ... 18:36:12 Building docker-security-bootstrapper-go ... 18:36:12 Building docker-security-proxy-setup-go ... 18:36:12 Building docker-security-secretstore-setup-go ... 18:36:12 Building docker-support-notifications-go ... 18:36:12 Building docker-support-scheduler-go ... 18:36:12 Building docker-sys-mgmt-agent-go ... 18:36:12 Building docker-sys-mgmt-agent-go 18:36:12 Building docker-security-proxy-setup-go 18:36:12 Building docker-security-secretstore-setup-go 18:36:12 Building docker-core-command-go 18:36:12 Building docker-support-scheduler-go 18:36:13 00ac8860ef70: Verifying Checksum 18:36:13 00ac8860ef70: Download complete 18:36:23 00ac8860ef70: Pull complete 18:36:23 63d7cb157983: Pull complete 18:36:23 b116817d02f9: Pull complete 18:36:27 745a02a5169b: Pull complete 18:36:27 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:36:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:36:27 ---> b7e6874047d6 18:36:27 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:36:30 ---> Running in da7211e0fc61 18:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:36:35 (1/12) Installing libmagic (5.38-r0) 18:36:36 (2/12) Installing file (5.38-r0) 18:36:36 (3/12) Installing libc-dev (0.7.2-r3) 18:36:36 (4/12) Installing g++ (9.3.0-r2) 18:36:40 (5/12) Installing fortify-headers (1.1-r0) 18:36:40 (6/12) Installing patch (2.7.6-r6) 18:36:40 (7/12) Installing build-base (0.5-r2) 18:36:40 (8/12) Installing libsodium (1.0.18-r0) 18:36:40 (9/12) Installing pkgconf (1.7.2-r0) 18:36:40 (10/12) Installing libsodium-dev (1.0.18-r0) 18:36:40 (11/12) Installing libzmq (4.3.3-r0) 18:36:41 (12/12) Installing zeromq-dev (4.3.3-r0) 18:36:41 Executing busybox-1.31.1-r19.trigger 18:36:41 OK: 217 MiB in 51 packages 18:36:45 Removing intermediate container da7211e0fc61 18:36:45 ---> c37eee4b947f 18:36:45 Step 4/6 : WORKDIR /edgex-go 18:36:45 ---> Running in 809ef5d7f94c 18:36:45 Removing intermediate container 809ef5d7f94c 18:36:45 ---> 3246f20f9631 18:36:45 Step 5/6 : COPY go.mod . 18:36:46 ---> 632bdde04e2a 18:36:46 Step 6/6 : RUN go mod download 18:36:46 ---> Running in 30a3f63ed1e1 18:36:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:36:51 ---> 43b847433cf4 18:36:51 Step 3/22 : WORKDIR /edgex-go 18:36:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:36:51 ---> 43b847433cf4 18:36:51 Step 3/23 : WORKDIR /edgex-go 18:36:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:36:51 ---> 43b847433cf4 18:36:51 Step 3/26 : WORKDIR /edgex-go 18:36:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:36:51 ---> 43b847433cf4 18:36:51 Step 3/21 : WORKDIR /edgex-go 18:36:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:36:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:36:51 ---> 43b847433cf4 18:36:51 Step 3/24 : WORKDIR /edgex-go 18:36:51 ---> Running in 8e4c9fd32d25 18:36:51 ---> Running in 18c2ce55fb37 18:36:51 ---> Running in e163c4e14378 18:36:51 ---> Running in fc6f770ac417 18:36:51 ---> Running in 034fca78e6f4 18:36:51 Removing intermediate container 18c2ce55fb37 18:36:51 ---> 150d5ad789ff 18:36:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:51 Removing intermediate container fc6f770ac417 18:36:51 ---> 00147584ab2b 18:36:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:51 Removing intermediate container e163c4e14378 18:36:51 ---> 844b313d932d 18:36:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:51 Removing intermediate container 034fca78e6f4 18:36:51 ---> e0c6125ec78a 18:36:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:51 Removing intermediate container 8e4c9fd32d25 18:36:51 ---> dbeda7a4218f 18:36:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:36:51 ---> Running in 19b62fcb9c26 18:36:51 ---> Running in 5896f8c52f57 18:36:51 ---> Running in 142ab2c641c0 18:36:51 ---> Running in a4d9fbb24f69 18:36:51 ---> Running in 35fdde626b1b 18:36:53 Removing intermediate container 5896f8c52f57 18:36:53 ---> 8bd07630d845 18:36:53 Step 5/22 : RUN apk add --update --no-cache make git 18:36:53 Removing intermediate container 19b62fcb9c26 18:36:53 ---> 8ede0bc7bd21 18:36:53 Step 5/23 : RUN apk add --update --no-cache make git 18:36:53 ---> Running in 68bb4a31775a 18:36:53 ---> Running in db90256247b0 18:36:53 Removing intermediate container 142ab2c641c0 18:36:53 ---> 73cbdf7ba832 18:36:53 Step 5/26 : RUN apk add --update --no-cache make bash git 18:36:53 Removing intermediate container a4d9fbb24f69 18:36:53 ---> 91571c024b54 18:36:53 Step 5/24 : RUN apk add --update --no-cache make git 18:36:53 Removing intermediate container 35fdde626b1b 18:36:53 ---> 8839b793c80d 18:36:53 Step 5/21 : RUN apk add --update --no-cache make git 18:36:53 ---> Running in f2dc202e7c11 18:36:53 ---> Running in b867228b2308 18:36:53 ---> Running in c9f1f1c01c05 18:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:36:56 OK: 233 MiB in 51 packages 18:36:56 OK: 233 MiB in 51 packages 18:36:56 OK: 233 MiB in 51 packages 18:36:56 OK: 233 MiB in 51 packages 18:36:57 OK: 233 MiB in 51 packages 18:36:57 Removing intermediate container 68bb4a31775a 18:36:57 ---> 73067a401c4f 18:36:57 Step 6/23 : COPY go.mod . 18:36:57 Removing intermediate container db90256247b0 18:36:57 ---> e504fdc40f61 18:36:57 Step 6/22 : COPY go.mod . 18:36:57 ---> 9c26eea109b4 18:36:57 Step 7/23 : RUN go mod download 18:36:57 Removing intermediate container c9f1f1c01c05 18:36:57 ---> 269574ae124e 18:36:57 Step 6/21 : COPY go.mod . 18:36:57 ---> Running in ee66f8013d18 18:36:57 ---> 0dfca5ee62df 18:36:57 Step 7/22 : RUN go mod download 18:36:58 Removing intermediate container b867228b2308 18:36:58 ---> decf825f33ae 18:36:58 Step 6/26 : COPY go.mod . 18:36:58 Removing intermediate container f2dc202e7c11 18:36:58 ---> 2f02088b0c34 18:36:58 Step 6/24 : COPY go.mod . 18:36:58 ---> Running in 8410bfcaf48d 18:36:58 ---> b2c64fd88ccb 18:36:58 Step 7/21 : RUN go mod download 18:36:58 ---> Running in 382914c088b7 18:36:58 ---> bf01591130a9 18:36:58 Step 7/26 : RUN go mod download 18:36:58 ---> 58eb7f8d2fe0 18:36:58 Step 7/24 : RUN go mod download 18:36:59 ---> Running in 7322c4c508e3 18:36:59 ---> Running in 089297ce9d57 18:37:00 Removing intermediate container ee66f8013d18 18:37:00 ---> beec6d92e405 18:37:00 Step 8/23 : COPY . . 18:37:00 Removing intermediate container 382914c088b7 18:37:00 ---> 20666c781ab0 18:37:00 Step 8/21 : COPY . . 18:37:00 Removing intermediate container 8410bfcaf48d 18:37:00 ---> b17f7228834b 18:37:00 Step 8/22 : COPY . . 18:37:03 Removing intermediate container 089297ce9d57 18:37:03 ---> 2e7b548e7a5b 18:37:03 Step 8/26 : COPY . . 18:37:04 Removing intermediate container 7322c4c508e3 18:37:04 ---> cbb76d82b748 18:37:04 Step 8/24 : COPY . . 18:37:19 Removing intermediate container 30a3f63ed1e1 18:37:19 ---> d6cf3886ab65 18:37:19 Successfully built d6cf3886ab65 18:37:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:37:19 + docker inspect -f . ci-base-image-arm64 18:37:19 . [Pipeline] withDockerContainer 18:37:19 prd-ubuntu18.04-docker-arm64-4c-16g-28741 does not seem to be running inside a container 18:37:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:37:21 $ docker top 35fc4e4fb0e10b4cc4fa98ed1c7958d0113b74237e731478975417211232a449 -eo pid,comm [Pipeline] { [Pipeline] sh 18:37:22 + go version 18:37:22 go version go1.15.5 linux/arm64 [Pipeline] } 18:37:22 $ docker stop --time=1 35fc4e4fb0e10b4cc4fa98ed1c7958d0113b74237e731478975417211232a449 18:37:24 $ docker rm -f 35fc4e4fb0e10b4cc4fa98ed1c7958d0113b74237e731478975417211232a449 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:37:25 + docker inspect -f . ci-base-image-arm64 18:37:25 . [Pipeline] withDockerContainer 18:37:26 prd-ubuntu18.04-docker-arm64-4c-16g-28741 does not seem to be running inside a container 18:37:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 18:37:27 $ docker top bc5beb5696d1296256b85645fdc6f899ebacc0dd1176d8cd55cd10abdbc0d743 -eo pid,comm [Pipeline] { [Pipeline] echo 18:37:28 ========================================================= 18:37:28 [edgeXBuildGoParallel] Running Tests and Build... 18:37:28 ========================================================= [Pipeline] sh 18:37:28 + make test 18:37:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:37:43 ---> 4538c7f2523d 18:37:43 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:37:43 ---> e43b3dce6960 18:37:43 Step 9/23 : RUN make cmd/core-command/core-command 18:37:43 ---> Running in 5c5c8f305e9f 18:37:43 ---> c18fd37f28c5 18:37:43 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:37:43 ---> 9f354bd04681 18:37:43 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:37:43 ---> 42ef01d578b7 18:37:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:37:43 ---> Running in 58db2c7257e3 18:37:43 ---> Running in 72feb76268f5 18:37:43 ---> Running in db72dffeab16 18:37:43 ---> Running in 3a10f53eb86d 18:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:37:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:37:55 ? github.com/edgexfoundry/edgex-go [no test files] 18:38:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:38:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:38:23 Removing intermediate container db72dffeab16 18:38:23 ---> ff180dc6ec83 18:38:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:38:23 ---> Running in 07a4025a9a4d 18:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:38:30 Removing intermediate container 3a10f53eb86d 18:38:30 ---> 591994c5f9e1 18:38:30 18:38:30 Step 10/24 : FROM alpine:3.12 18:38:30 Removing intermediate container 58db2c7257e3 18:38:30 ---> 1cdfcaa08bb4 18:38:30 18:38:30 Step 10/23 : FROM alpine:3.12 18:38:30 Removing intermediate container 5c5c8f305e9f 18:38:30 ---> b741739784d7 18:38:30 18:38:30 Step 10/21 : FROM alpine:3.12 18:38:30 3.12: Pulling from library/alpine 18:38:30 3.12: Pulling from library/alpine 18:38:30 3.12: Pulling from library/alpine 18:38:30 Removing intermediate container 72feb76268f5 18:38:30 ---> 81bac5249960 18:38:30 18:38:30 Step 10/22 : FROM alpine:3.12 18:38:30 3.12: Pulling from library/alpine 18:38:30 Removing intermediate container 07a4025a9a4d 18:38:30 ---> 41a7bef01d97 18:38:30 18:38:30 Step 11/26 : FROM docker:20.10.0 18:38:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:38:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:38:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:38:30 Status: Downloaded newer image for alpine:3.12 18:38:30 Status: Downloaded newer image for alpine:3.12 18:38:30 Status: Image is up to date for alpine:3.12 18:38:30 20.10.0: Pulling from library/docker 18:38:30 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:38:30 ---> 88dd2752d2ea 18:38:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:38:30 ---> 88dd2752d2ea 18:38:30 Step 11/21 : RUN apk add --update --no-cache curl 18:38:30 Status: Image is up to date for alpine:3.12 18:38:30 ---> 88dd2752d2ea 18:38:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:38:30 ---> 88dd2752d2ea 18:38:30 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:38:30 ---> Running in 185ea6d80af5 18:38:30 ---> Running in d6d692e02c7c 18:38:30 ---> Running in 5e93ed3da7a4 18:38:30 ---> Running in f3cea3bcf2ea 18:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:32 (1/1) Installing dumb-init (1.2.2-r1) 18:38:32 Executing busybox-1.31.1-r19.trigger 18:38:32 OK: 6 MiB in 15 packages 18:38:32 (1/5) Installing ca-certificates (20191127-r4) 18:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:32 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:38:32 (3/5) Installing libcurl (7.69.1-r3) 18:38:32 (4/5) Installing curl (7.69.1-r3) 18:38:32 (5/5) Installing dumb-init (1.2.2-r1) 18:38:32 Executing busybox-1.31.1-r19.trigger 18:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:32 Executing ca-certificates-20191127-r4.trigger 18:38:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:32 OK: 7 MiB in 19 packages 18:38:32 (1/1) Installing dumb-init (1.2.2-r1) 18:38:32 Executing busybox-1.31.1-r19.trigger 18:38:32 OK: 6 MiB in 15 packages 18:38:32 (1/4) Installing ca-certificates (20191127-r4) 18:38:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:38:32 (3/4) Installing libcurl (7.69.1-r3) 18:38:32 (4/4) Installing curl (7.69.1-r3) 18:38:32 Executing busybox-1.31.1-r19.trigger 18:38:32 Executing ca-certificates-20191127-r4.trigger 18:38:32 OK: 7 MiB in 18 packages 18:38:35 Removing intermediate container d6d692e02c7c 18:38:35 ---> 8738467a929c 18:38:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:38:35 ---> Running in 1731ec727946 18:38:35 Removing intermediate container 5e93ed3da7a4 18:38:35 ---> 67e3249c7ec4 18:38:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:38:35 Removing intermediate container f3cea3bcf2ea 18:38:35 ---> e8e676c7ac51 18:38:35 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:38:35 Removing intermediate container 185ea6d80af5 18:38:35 ---> 5b66d7b71c62 18:38:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:38:35 ---> Running in 994291cd61cd 18:38:35 ---> Running in 9841c1eb7963 18:38:35 ---> Running in 04eecb3e05d0 18:38:35 Removing intermediate container 1731ec727946 18:38:35 ---> ab5519a5be34 18:38:35 Step 13/22 : ENV APP_PORT=48085 18:38:35 ---> Running in b8a6ed7f0599 18:38:36 Removing intermediate container 04eecb3e05d0 18:38:36 ---> 58a809946d86 18:38:36 Step 13/23 : ENV APP_PORT=48082 18:38:36 Removing intermediate container 994291cd61cd 18:38:36 ---> 474c8cf95304 18:38:36 Step 13/21 : WORKDIR /edgex 18:38:36 Removing intermediate container 9841c1eb7963 18:38:36 ---> 3d23063add6d 18:38:36 Step 13/24 : WORKDIR / 18:38:36 ---> Running in 217eaa70ca08 18:38:36 Removing intermediate container b8a6ed7f0599 18:38:36 ---> ae75ef7b9d6d 18:38:36 Step 14/22 : EXPOSE $APP_PORT 18:38:36 ---> Running in 2210074a1193 18:38:36 ---> Running in a036b6eba592 18:38:36 ---> Running in 9dc652e2ce7d 18:38:36 Removing intermediate container 217eaa70ca08 18:38:36 ---> bfff519b4eaf 18:38:36 Step 14/23 : EXPOSE $APP_PORT 18:38:37 ---> Running in a09ce656a891 18:38:37 Removing intermediate container 2210074a1193 18:38:37 ---> 4c101a2e680a 18:38:37 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:38:37 Removing intermediate container a036b6eba592 18:38:37 ---> d45ddcb2cda8 18:38:37 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:38:37 Removing intermediate container 9dc652e2ce7d 18:38:37 ---> 15b7213be898 18:38:37 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:38:37 Status: Downloaded newer image for docker:20.10.0 18:38:37 ---> aefe523efa57 18:38:37 Step 12/26 : RUN apk add --no-cache bash 18:38:37 Removing intermediate container a09ce656a891 18:38:37 ---> d21b75c92ebb 18:38:37 Step 15/23 : WORKDIR / 18:38:37 ---> e418f4ca05fc 18:38:37 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:38:37 ---> Running in 1a5835f164e1 18:38:37 ---> 06cb792f9a88 18:38:37 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:38:38 ---> 9d2107533193 18:38:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:38:38 ---> Running in baf46da138db 18:38:38 ---> c4f314664aa9 18:38:38 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:38:38 ---> d0326b94a324 18:38:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:38:38 Removing intermediate container baf46da138db 18:38:38 ---> 8d30884f6796 18:38:38 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:38:38 ---> 52e13e180569 18:38:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:39 ---> 35c1c932e3cd 18:38:39 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:38:39 (1/2) Installing readline (8.0.4-r0) 18:38:39 (2/2) Installing bash (5.0.17-r0) 18:38:39 Executing bash-5.0.17-r0.post-install 18:38:39 Executing busybox-1.31.1-r19.trigger 18:38:39 OK: 12 MiB in 22 packages 18:38:39 ---> c22c5c091231 18:38:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:38:39 ---> 455d2454c45b 18:38:39 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:38:39 ---> 5c7793d1dbf6 18:38:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:38:39 ---> 0ac209f41b51 18:38:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:38:40 ---> Running in bd50af9d75e0 18:38:40 ---> Running in ebaea66098b5 18:38:41 Removing intermediate container bd50af9d75e0 18:38:41 ---> 0ac7170abd98 18:38:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:41 Removing intermediate container 1a5835f164e1 18:38:41 ---> e456d265435d 18:38:41 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:38:41 Removing intermediate container ebaea66098b5 18:38:41 ---> 7a5fa418740d 18:38:41 Step 18/21 : CMD ["--init=true"] 18:38:41 ---> 053b81fb32d5 18:38:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:38:41 ---> 42a47cf94d9b 18:38:41 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:38:41 ---> Running in b4b057c59573 18:38:41 ---> Running in b8505dae2844 18:38:41 ---> Running in 97021c52beec 18:38:41 ---> 833490f4a1bb 18:38:41 Step 19/23 : ENTRYPOINT ["/core-command"] 18:38:41 Removing intermediate container b4b057c59573 18:38:41 ---> 7d1026154319 18:38:41 Step 14/26 : ENV APP_PORT=48090 18:38:41 Removing intermediate container b8505dae2844 18:38:41 ---> bd891964da27 18:38:41 Step 20/22 : LABEL arch=x86_64 18:38:41 Removing intermediate container 97021c52beec 18:38:41 ---> f4f5cdb4f138 18:38:41 Step 19/21 : LABEL arch=x86_64 18:38:41 ---> 713cc815498e 18:38:41 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:38:41 ---> Running in 32e8c2a23471 18:38:41 ---> Running in 87fddc3c9b35 18:38:41 ---> Running in b1615b979281 18:38:42 ---> Running in 15b87dfbf3b8 18:38:42 ---> Running in 41148f932f97 18:38:42 Removing intermediate container 32e8c2a23471 18:38:42 ---> ed73b0ea89ea 18:38:42 Step 15/26 : EXPOSE $APP_PORT 18:38:42 ---> Running in 8c55a4679bf4 18:38:42 Removing intermediate container 87fddc3c9b35 18:38:42 ---> 500b94d8d255 18:38:42 Step 21/22 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:38:42 Removing intermediate container b1615b979281 18:38:42 ---> cd9845744589 18:38:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:38:42 Removing intermediate container 15b87dfbf3b8 18:38:42 ---> 7d73835b78dc 18:38:42 Step 20/21 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:38:42 ---> Running in 1d4611c4b3a2 18:38:42 ---> Running in 87a4921784bf 18:38:42 ---> Running in 8a7cd27a4480 18:38:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:38:42 Removing intermediate container 8c55a4679bf4 18:38:42 ---> b0015deabd1b 18:38:42 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:38:42 Removing intermediate container 1d4611c4b3a2 18:38:42 ---> 9b8b919a99d3 18:38:42 Step 22/22 : LABEL version=0.0.0 18:38:42 Removing intermediate container 8a7cd27a4480 18:38:42 ---> ed4405daa37a 18:38:42 Step 21/23 : LABEL arch=x86_64 18:38:43 Removing intermediate container 87a4921784bf 18:38:43 ---> aecad5c5a4e9 18:38:43 Step 21/21 : LABEL version=0.0.0 18:38:43 ---> Running in 39b551fd3347 18:38:43 ---> Running in 371292a51d8c 18:38:43 ---> Running in f5474845be7a 18:38:43 ---> 33040c473871 18:38:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:38:43 Removing intermediate container 39b551fd3347 18:38:43 ---> 60acf6d8e57b 18:38:43 18:38:43 Removing intermediate container 371292a51d8c 18:38:43 ---> 80b4080d1f22 18:38:43 Step 22/23 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:38:44 Removing intermediate container f5474845be7a 18:38:44 ---> e61adc33aa39 18:38:44 18:38:44 Successfully built 60acf6d8e57b 18:38:44 ---> Running in 033f96ef5001 18:38:44 Removing intermediate container 41148f932f97 18:38:44 ---> fd9200ecdf81 18:38:44 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:38:44 Successfully tagged docker-support-scheduler-go:latest 18:38:44 Successfully built e61adc33aa39 18:38:44 ---> bb7eb00eff01 18:38:44 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:38:44 Successfully tagged docker-security-proxy-setup-go:latest 18:38:44  Building docker-security-proxy-setup-go ... done  ---> Running in 1526dd71c294 18:38:44 Building docker-core-data-go 18:38:44  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 18:38:44 Removing intermediate container 033f96ef5001 18:38:44 ---> 1ad9a828f03b 18:38:44 Step 23/23 : LABEL version=0.0.0 18:38:44 ---> Running in ee994e104643 18:38:44 Removing intermediate container 1526dd71c294 18:38:44 ---> 578241a0938d 18:38:44 Step 22/24 : LABEL arch=x86_64 18:38:44 ---> 6eb2d244ee01 18:38:44 Step 19/26 : RUN apk --no-cache add py3-pip 18:38:44 ---> Running in 4957e3d8a3a5 18:38:44 Removing intermediate container ee994e104643 18:38:44 ---> 8caad43c18d0 18:38:44 18:38:44 ---> Running in 5cd3c4b1984b 18:38:44 Successfully built 8caad43c18d0 18:38:45 Successfully tagged docker-core-command-go:latest 18:38:45  Building docker-core-command-go ... done Building docker-security-bootstrapper-go 18:38:45 Removing intermediate container 4957e3d8a3a5 18:38:45 ---> 77fc680c41fe 18:38:45 Step 23/24 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:38:45 ---> Running in 56b4e4075111 18:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:38:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:38:47 (1/33) Installing libbz2 (1.0.8-r1) 18:38:47 (2/33) Installing expat (2.2.9-r1) 18:38:47 (3/33) Installing libffi (3.3-r2) 18:38:48 (4/33) Installing gdbm (1.13-r1) 18:38:48 (5/33) Installing xz-libs (5.2.5-r0) 18:38:48 (6/33) Installing sqlite-libs (3.32.1-r0) 18:38:48 (7/33) Installing python3 (3.8.5-r1) 18:38:48 Removing intermediate container 56b4e4075111 18:38:48 ---> d012bf24c065 18:38:48 Step 24/24 : LABEL version=0.0.0 18:38:56 ---> Running in a4db894777f2 18:38:56 (8/33) Installing py3-appdirs (1.4.4-r1) 18:38:56 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:38:56 (10/33) Installing py3-parsing (2.4.7-r0) 18:38:56 (11/33) Installing py3-six (1.15.0-r0) 18:38:56 (12/33) Installing py3-packaging (20.4-r0) 18:38:56 (13/33) Installing py3-setuptools (47.0.0-r0) 18:38:56 (14/33) Installing py3-chardet (3.0.4-r4) 18:38:56 Removing intermediate container a4db894777f2 18:38:56 ---> 7cf5ffe066bd 18:38:56 18:38:56 (15/33) Installing py3-idna (2.9-r0) 18:38:56 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:38:56 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:38:56 (18/33) Installing py3-requests (2.23.0-r0) 18:38:56 (19/33) Installing py3-msgpack (1.0.0-r0) 18:38:57 (20/33) Installing py3-lockfile (0.12.2-r3) 18:38:57 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:38:57 (22/33) Installing py3-colorama (0.4.3-r0) 18:38:57 (23/33) Installing py3-distlib (0.3.0-r0) 18:38:57 (24/33) Installing py3-distro (1.5.0-r1) 18:38:57 Successfully built 7cf5ffe066bd 18:38:57 (25/33) Installing py3-webencodings (0.5.1-r3) 18:38:57 Successfully tagged docker-security-secretstore-setup-go:latest 18:38:57 (26/33) Installing py3-html5lib (1.0.1-r4) 18:38:57  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 18:38:57 (27/33) Installing py3-pytoml (0.1.21-r0) 18:38:57 (28/33) Installing py3-pep517 (0.8.2-r0) 18:38:57 (29/33) Installing py3-progress (1.5-r0) 18:38:57 (30/33) Installing py3-toml (0.10.1-r0) 18:38:57 (31/33) Installing py3-retrying (1.3.3-r0) 18:38:57 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:38:57 (33/33) Installing py3-pip (20.1.1-r0) 18:38:57 Executing busybox-1.31.1-r19.trigger 18:38:57 OK: 71 MiB in 55 packages 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:39:09 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:39:12 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:12 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:39:12 ---> 43b847433cf4 18:39:12 Step 3/31 : WORKDIR /edgex-go 18:39:12 ---> Using cache 18:39:12 ---> dbeda7a4218f 18:39:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:12 ---> Using cache 18:39:12 ---> 8839b793c80d 18:39:12 Step 5/31 : RUN apk add --update --no-cache make git 18:39:12 ---> Using cache 18:39:12 ---> 269574ae124e 18:39:12 Step 6/31 : COPY go.mod . 18:39:12 ---> Using cache 18:39:12 ---> b2c64fd88ccb 18:39:12 Step 7/31 : RUN go mod download 18:39:12 ---> Using cache 18:39:12 ---> 20666c781ab0 18:39:12 Step 8/31 : COPY . . 18:39:12 ---> Using cache 18:39:12 ---> 4538c7f2523d 18:39:12 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:39:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:39:14 ---> 43b847433cf4 18:39:14 Step 3/23 : WORKDIR /edgex-go 18:39:14 ---> Using cache 18:39:14 ---> dbeda7a4218f 18:39:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:14 ---> Using cache 18:39:14 ---> 8839b793c80d 18:39:14 Step 5/23 : RUN apk add --update --no-cache make git 18:39:14 ---> Using cache 18:39:14 ---> 269574ae124e 18:39:14 Step 6/23 : COPY go.mod . 18:39:14 ---> Using cache 18:39:14 ---> b2c64fd88ccb 18:39:14 Step 7/23 : RUN go mod download 18:39:14 ---> Using cache 18:39:14 ---> 20666c781ab0 18:39:14 Step 8/23 : COPY . . 18:39:14 ---> Using cache 18:39:14 ---> 4538c7f2523d 18:39:14 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:39:14 ---> Running in b1418a7ff19c 18:39:15 ---> Running in 507ee6a84559 18:39:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:39:15 ---> 43b847433cf4 18:39:15 Step 3/23 : WORKDIR /edgex-go 18:39:15 ---> Using cache 18:39:15 ---> dbeda7a4218f 18:39:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:15 ---> Using cache 18:39:15 ---> 8839b793c80d 18:39:15 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:39:17 ---> Running in 64921be1bce5 18:39:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:39:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:39:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:39:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:39:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:20 OK: 233 MiB in 51 packages 18:39:23 Removing intermediate container 64921be1bce5 18:39:23 ---> dc8e4757d471 18:39:23 Step 6/23 : COPY go.mod . 18:39:24 ---> ab93e7e42f7b 18:39:24 Step 7/23 : RUN go mod download 18:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.376s coverage: 45.9% of statements 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements 18:39:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:39:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:39:25 ---> 43b847433cf4 18:39:25 Step 3/22 : WORKDIR /edgex-go 18:39:25 ---> Using cache 18:39:25 ---> dbeda7a4218f 18:39:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:39:25 ---> Using cache 18:39:25 ---> 8839b793c80d 18:39:25 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:39:26 ---> Running in 77998488fead 18:39:26 ---> Running in 72ce16f440a2 18:39:27 Removing intermediate container 5cd3c4b1984b 18:39:27 ---> 688a771439be 18:39:27 Step 20/26 : RUN pip install docker-compose==1.23.2 18:39:27 ---> Running in 2e0ca4e0f108 18:39:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:39:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:39:29 OK: 233 MiB in 51 packages 18:39:30 Removing intermediate container 72ce16f440a2 18:39:30 ---> 3814ee838034 18:39:30 Step 6/22 : COPY go.mod . 18:39:30 Removing intermediate container 77998488fead 18:39:30 ---> 0044f77dc329 18:39:30 Step 8/23 : COPY . . 18:39:31 ---> 78a875a171c3 18:39:31 Step 7/22 : RUN go mod download 18:39:31 ---> Running in 4ce9da07be70 18:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.595s coverage: 27.1% of statements 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:39:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 66.2% of statements 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:39:33 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.810s coverage: 82.4% of statements 18:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:39:35 Collecting docker-compose==1.23.2 18:39:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:39:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:39:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:39:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:39:37 Collecting cached-property<2,>=1.2.0 18:39:37 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:39:38 Removing intermediate container 4ce9da07be70 18:39:38 ---> 76b113801667 18:39:38 Step 8/22 : COPY . . 18:39:38 Collecting jsonschema<3,>=2.5.1 18:39:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:39:38 Collecting docker<4.0,>=3.6.0 18:39:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:39:38 Collecting PyYAML<4,>=3.10 18:39:38 Downloading PyYAML-3.13.tar.gz (270 kB) 18:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.341s coverage: 28.6% of statements 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.202s coverage: 100.0% of statements 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.411s coverage: 97.5% of statements 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:39:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:39:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:39:45 Collecting dockerpty<0.5,>=0.4.1 18:39:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:39:46 Collecting websocket-client<1.0,>=0.32.0 18:39:46 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:39:48 Collecting docopt<0.7,>=0.6.1 18:39:48 Downloading docopt-0.6.2.tar.gz (25 kB) 18:39:50 Collecting texttable<0.10,>=0.9.0 18:39:50 Downloading texttable-0.9.1.tar.gz (11 kB) 18:39:52 Collecting idna<2.8,>=2.5 18:39:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:39:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:39:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.361s coverage: 92.8% of statements 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:39:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:39:54 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.237s coverage: 0.1% of statements 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:39:54 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.082s coverage: 47.1% of statements 18:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.100s coverage: 79.5% of statements 18:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 18:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.077s coverage: 96.3% of statements 18:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements 18:39:54 Collecting urllib3<1.25,>=1.21.1 18:39:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:39:55 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:39:56 Collecting docker-pycreds>=0.4.0 18:39:56 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:39:56 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:39:56 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:39:56 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:39:56 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:39:56 Installing collected packages: idna, urllib3, requests, cached-property, jsonschema, docker-pycreds, websocket-client, docker, PyYAML, dockerpty, docopt, texttable, docker-compose 18:39:56 Attempting uninstall: idna 18:39:56 Found existing installation: idna 2.9 18:39:56 Uninstalling idna-2.9: 18:39:56 Successfully uninstalled idna-2.9 18:39:57 Attempting uninstall: urllib3 18:39:57 Found existing installation: urllib3 1.25.9 18:39:57 Uninstalling urllib3-1.25.9: 18:39:57 Successfully uninstalled urllib3-1.25.9 18:40:00 Attempting uninstall: requests 18:40:00 Found existing installation: requests 2.23.0 18:40:00 Uninstalling requests-2.23.0: 18:40:00 Successfully uninstalled requests-2.23.0 18:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.092s coverage: 94.4% of statements 18:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 18:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 7.100s coverage: 81.4% of statements 18:40:05 Running setup.py install for PyYAML: started 18:40:08 Running setup.py install for PyYAML: finished with status 'done' 18:40:08 Running setup.py install for dockerpty: started 18:40:08 ---> 4fa6a84dce41 18:40:08 Step 9/23 : RUN make cmd/core-data/core-data 18:40:08 Removing intermediate container b1418a7ff19c 18:40:08 ---> 69d790c02471 18:40:08 18:40:08 Step 10/31 : FROM alpine:3.12 18:40:08 ---> 88dd2752d2ea 18:40:08 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:40:08 Running setup.py install for dockerpty: finished with status 'done' 18:40:08 Running setup.py install for docopt: started 18:40:09 Running setup.py install for docopt: finished with status 'done' 18:40:09 Running setup.py install for texttable: started 18:40:09 ---> 339d7d3969b9 18:40:09 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:40:09 Running setup.py install for texttable: finished with status 'done' 18:40:10 ---> Running in 31eeb6a9a292 18:40:10 ---> Running in 449239540f4a 18:40:10 ---> Running in d73639b94312 18:40:11 Removing intermediate container 31eeb6a9a292 18:40:11 ---> 95d0f36a7594 18:40:11 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:40: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 18:40:11 ---> Running in 9bdd00b70a8c 18:40:12 Removing intermediate container 507ee6a84559 18:40:12 ---> 1c610010704c 18:40:12 18:40:12 Step 10/23 : FROM alpine:3.12 18:40:12 ---> 88dd2752d2ea 18:40:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:40:12 ---> Using cache 18:40:12 ---> 67e3249c7ec4 18:40:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:40:12 ---> Using cache 18:40:12 ---> 58a809946d86 18:40:12 Step 13/23 : ENV APP_PORT=48081 18:40:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:40:12 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:40:12 ---> Running in c37d5fee20df 18:40:13 Removing intermediate container c37d5fee20df 18:40:13 ---> 2cb0f655b83c 18:40:13 Step 14/23 : EXPOSE $APP_PORT 18:40:13 ---> Running in 287a6a32f072 18:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:13 Removing intermediate container 287a6a32f072 18:40:13 ---> f748fbdc0086 18:40:13 Step 15/23 : WORKDIR / 18:40:13 (1/2) Installing dumb-init (1.2.2-r1) 18:40:13 (2/2) Installing su-exec (0.2-r1) 18:40:13 Executing busybox-1.31.1-r19.trigger 18:40:13 OK: 6 MiB in 16 packages 18:40:15 ---> Running in e91fccc085cc 18:40:16 Removing intermediate container 2e0ca4e0f108 18:40:16 ---> ba2f5d4af339 18:40:16 Step 21/26 : RUN apk --no-cache add curl 18:40:16 ---> Running in bd7e6d6d12ad 18:40:16 Removing intermediate container e91fccc085cc 18:40:16 ---> 6d2d2d3c38ab 18:40:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:16 Removing intermediate container 9bdd00b70a8c 18:40:16 ---> 03ee520eae98 18:40:16 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:40:17 ---> Running in df63a129dbea 18:40:17 ---> 440ee9d2263c 18:40:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:40:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:19 Removing intermediate container df63a129dbea 18:40:19 ---> 40aab4f162e4 18:40:19 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:40:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:40:19 (2/3) Installing libcurl (7.69.1-r3) 18:40:19 (3/3) Installing curl (7.69.1-r3) 18:40:19 Executing busybox-1.31.1-r19.trigger 18:40:19 ---> Running in 9cca5245dfad 18:40:19 ---> 9246e6e2c2a9 18:40:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:40:19 OK: 72 MiB in 58 packages 18:40:19 Removing intermediate container 9cca5245dfad 18:40:19 ---> b4b7a2afada1 18:40:19 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:40:19 ---> Running in 1f3330356652 18:40:20 ---> 89f874dbecdc 18:40:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:40:20 ---> Running in 8f54ab876585 18:40:20 Removing intermediate container bd7e6d6d12ad 18:40:20 ---> 22e8bfd51daa 18:40:20 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:40:21 Removing intermediate container 8f54ab876585 18:40:21 ---> d6420363ac44 18:40:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:21 ---> Running in bca3f1749eb9 18:40:22 ---> Running in 5e79b55f3541 18:40:22 Removing intermediate container bca3f1749eb9 18:40:22 ---> 1c1b3dd9795d 18:40:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.114s coverage: 92.9% of statements 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.101s coverage: 75.5% of statements 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.117s coverage: 84.6% of statements 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.6% of statements 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.550s coverage: 62.4% of statements 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:40:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.071s coverage: 91.3% of statements 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements 18:40:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.068s coverage: 100.0% of statements 18:40:22 ---> Running in 4398c323c2e2 18:40:22 Removing intermediate container 5e79b55f3541 18:40:22 ---> 3ff0c210efbf 18:40:22 Step 21/23 : LABEL arch=x86_64 18:40:23 ---> Running in b0bbe386c3e3 18:40:23 Removing intermediate container 4398c323c2e2 18:40:23 ---> 59c2a067177c 18:40:23 Step 24/26 : LABEL arch=x86_64 18:40:23 Removing intermediate container b0bbe386c3e3 18:40:23 ---> eea9dd6bc37c 18:40:23 Step 22/23 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:40:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 69.1% of statements 18:40:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:40:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:40:24 Removing intermediate container 1f3330356652 18:40:24 ---> 497524cdb05e 18:40:24 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:40:24 ---> Running in 0d0dee7aa7d4 18:40:24 ---> Running in 899aa4c2208e 18:40:24 ---> Running in 9f4aff985264 18:40:25 Removing intermediate container 0d0dee7aa7d4 18:40:25 ---> d9a8efb76eae 18:40:25 Step 25/26 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:40:25 Removing intermediate container 9f4aff985264 18:40:25 ---> b51233bb9b20 18:40:25 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:40:25 Removing intermediate container 899aa4c2208e 18:40:25 ---> 03b5da9664e9 18:40:25 Step 23/23 : LABEL version=0.0.0 18:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.395s coverage: 38.4% of statements 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.092s coverage: 89.5% of statements 18:40:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:40:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.091s coverage: 84.8% of statements 18:40:25 ---> Running in 0ab4a7201649 18:40:27 ---> Running in a80a94eea8b1 18:40:27 ---> fdd5c72ca661 18:40:27 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:40:27 Removing intermediate container 0ab4a7201649 18:40:27 ---> f11dd7808ab9 18:40:27 Step 26/26 : LABEL version=0.0.0 18:40:27 ---> Running in ebc273fb8ce8 18:40:27 Removing intermediate container a80a94eea8b1 18:40:27 ---> d8617db76d1b 18:40:27 18:40:27 ---> Running in ec2c44198085 18:40:27 Successfully built d8617db76d1b 18:40:27 Successfully tagged docker-core-metadata-go:latest 18:40:27  Building docker-core-metadata-go ... done Removing intermediate container ec2c44198085 18:40:27 ---> 736df9173d3f 18:40:27 18:40:27 Successfully built 736df9173d3f 18:40:28 Successfully tagged docker-sys-mgmt-agent-go:latest 18:40:29  Building docker-sys-mgmt-agent-go ... done Removing intermediate container ebc273fb8ce8 18:40:29 ---> 2d989a1c64a8 18:40:29 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:30 ---> f05eb9163041 18:40:30 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:40:31 ---> 40e905ce6d56 18:40:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:40:32 ---> 02a07e0d2614 18:40:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:40:33 ---> 7eb7cb1009fd 18:40:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:40:33 ---> 8ff44d0dccc1 18:40:33 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.454s coverage: 47.0% of statements 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.138s coverage: 100.0% of statements 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.131s coverage: 100.0% of statements 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:40:33 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.492s coverage: 88.5% of statements 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:40:33 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:40:33 ---> Running in 069511c43b58 18:40:34 Removing intermediate container 069511c43b58 18:40:34 ---> 6fb11fa99d52 18:40:34 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:40:34 ---> 8317fb0fb975 18:40:34 Step 26/31 : RUN chmod +x /entrypoint.sh 18:40:34 ---> Running in c1b05c68f429 18:40:38 Removing intermediate container c1b05c68f429 18:40:38 ---> a1aeefcdd096 18:40:38 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:40:39 Removing intermediate container d73639b94312 18:40:39 ---> 72abde4186fa 18:40:39 18:40:39 Step 10/22 : FROM alpine:3.12 18:40:39 ---> 88dd2752d2ea 18:40:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:40:39 ---> Running in ec991913cd24 18:40:39 ---> Running in e02f0b2a761e 18:40:39 Removing intermediate container ec991913cd24 18:40:39 ---> 3d2d49c44928 18:40:39 Step 28/31 : CMD ["gate"] 18:40:40 ---> Running in 06bdb55c3238 18:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:40 Removing intermediate container 06bdb55c3238 18:40:40 ---> d6689bab45ba 18:40:40 Step 29/31 : LABEL arch=x86_64 18:40:40 (1/2) Installing ca-certificates (20191127-r4) 18:40:40 (2/2) Installing dumb-init (1.2.2-r1) 18:40:40 Executing busybox-1.31.1-r19.trigger 18:40:40 Executing ca-certificates-20191127-r4.trigger 18:40:40 OK: 6 MiB in 16 packages 18:40:41 ---> Running in aa27419480d6 18:40:42 Removing intermediate container aa27419480d6 18:40:42 ---> 596b36ac5b2c 18:40:42 Step 30/31 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:40:42 Removing intermediate container 449239540f4a 18:40:42 ---> 22097530c321 18:40:42 18:40:42 Step 10/23 : FROM alpine:3.12 18:40:42 ---> 88dd2752d2ea 18:40:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:40:42 ---> Running in ca2e92931d21 18:40:42 ---> Running in 02ee7222d6d4 18:40:43 Removing intermediate container e02f0b2a761e 18:40:43 ---> 5c14fe2b1b65 18:40:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:40:43 Removing intermediate container ca2e92931d21 18:40:43 ---> a81fce885ac9 18:40:43 Step 31/31 : LABEL version=0.0.0 18:40:43 ---> Running in f1fe3af1b930 18:40:43 ---> Running in 93cfbb378149 18:40:43 Removing intermediate container 02ee7222d6d4 18:40:43 ---> f3fa4d209694 18:40:43 Step 12/23 : ENV APP_PORT=48080 18:40:43 ---> Running in 116dbfc70c2b 18:40:43 Removing intermediate container f1fe3af1b930 18:40:43 ---> 703eb03f8bd8 18:40:43 Step 13/22 : ENV APP_PORT=48060 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.879s coverage: 29.1% of statements 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.244s coverage: 99.0% of statements 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.120s coverage: 100.0% of statements 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.245s coverage: 95.6% of statements 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.094s coverage: 100.0% of statements 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:40:43 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 18:40:43 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 18:40:43 GO111MODULE=on go vet ./... 18:40:43 ---> Running in 1a568f97cc41 18:40:43 Removing intermediate container 93cfbb378149 18:40:43 ---> 6d940c96133b 18:40:43 18:40:43 Removing intermediate container 116dbfc70c2b 18:40:43 ---> 4ba219637273 18:40:43 Step 13/23 : EXPOSE $APP_PORT 18:40:44 Successfully built 6d940c96133b 18:40:44 ---> Running in ff0320ec8015 18:40:44 Successfully tagged docker-security-bootstrapper-go:latest 18:40:44  Building docker-security-bootstrapper-go ... done Removing intermediate container 1a568f97cc41 18:40:44 ---> 0397f8a368e8 18:40:44 Step 14/22 : EXPOSE $APP_PORT 18:40:44 ---> Running in e43a3a0e3d22 18:40:44 Removing intermediate container ff0320ec8015 18:40:44 ---> 01787e39ef37 18:40:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:40:44 ---> Running in f7f0ba7f2147 18:40:44 Removing intermediate container e43a3a0e3d22 18:40:44 ---> 9910a136876e 18:40:44 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:45 ---> 7c6bbc156ff5 18:40:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:40:46 ---> 2cc51494fd86 18:40:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:40:46 Removing intermediate container f7f0ba7f2147 18:40:46 ---> 8461cb2c96b6 18:40:46 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:40:46 ---> Running in 38f3b837aff3 18:40:46 ---> 34bd1f45d223 18:40:46 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:40:46 ---> Running in 60b088383709 18:40:46 Removing intermediate container 60b088383709 18:40:46 ---> 67c9b46f44fc 18:40:46 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:46 ---> Running in 2d862a6f3889 18:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:40:47 Removing intermediate container 2d862a6f3889 18:40:47 ---> 170dee9dc200 18:40:47 Step 20/22 : LABEL arch=x86_64 18:40:47 ---> Running in 47ec5d369bb3 18:40:47 Removing intermediate container 47ec5d369bb3 18:40:47 ---> 89b8682669e3 18:40:47 Step 21/22 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:40:47 ---> Running in 8a951dc44cda 18:40:47 Removing intermediate container 8a951dc44cda 18:40:47 ---> 9da13276ad15 18:40:47 Step 22/22 : LABEL version=0.0.0 18:40:47 ---> Running in 9e942f40d042 18:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:40:47 Removing intermediate container 9e942f40d042 18:40:47 ---> b639640aaed6 18:40:47 18:40:47 (1/6) Installing dumb-init (1.2.2-r1) 18:40:48 (2/6) Installing libgcc (9.3.0-r2) 18:40:48 (3/6) Installing libsodium (1.0.18-r0) 18:40:48 (4/6) Installing libstdc++ (9.3.0-r2) 18:40:48 Successfully built b639640aaed6 18:40:48 Successfully tagged docker-support-notifications-go:latest 18:40:48  Building docker-support-notifications-go ... done (5/6) Installing libzmq (4.3.3-r0) 18:40:49 (6/6) Installing zeromq (4.3.3-r0) 18:40:49 Executing busybox-1.31.1-r19.trigger 18:40:49 OK: 8 MiB in 20 packages 18:40:49 Removing intermediate container 38f3b837aff3 18:40:49 ---> 684f2301ab6a 18:40:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:40:49 ---> 5a7e1694d294 18:40:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:40:50 ---> 4cbb9e63d75d 18:40:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:40:50 ---> 5512bdf904df 18:40:50 Step 19/23 : ENTRYPOINT ["/core-data"] 18:40:50 ---> Running in b59530a9753f 18:40:50 Removing intermediate container b59530a9753f 18:40:50 ---> d35a15af3369 18:40:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:40:50 ---> Running in 8d3088ac2f76 18:40:51 Removing intermediate container 8d3088ac2f76 18:40:51 ---> f3d755d48120 18:40:51 Step 21/23 : LABEL arch=x86_64 18:40:51 ---> Running in 1c1936c90f9b 18:40:51 Removing intermediate container 1c1936c90f9b 18:40:51 ---> 5fc901dbce56 18:40:51 Step 22/23 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:40:51 ---> Running in 347be01760d5 18:40:51 Removing intermediate container 347be01760d5 18:40:51 ---> dbe024b32a77 18:40:51 Step 23/23 : LABEL version=0.0.0 18:40:51 ---> Running in 9b485ce6a868 18:40:51 Removing intermediate container 9b485ce6a868 18:40:51 ---> 4e69051f29a0 18:40:51 18:40:52 Successfully built 4e69051f29a0 18:40:52 Successfully tagged docker-core-data-go:latest 18:40:53  Building docker-core-data-go ... done  [Pipeline] } 18:40:53 $ docker stop --time=1 91c1f9a387b8c98bce06e08cde9baef524b5483ddcf8a43793e67ef14dd85ca3 18:40:54 $ docker rm -f 91c1f9a387b8c98bce06e08cde9baef524b5483ddcf8a43793e67ef14dd85ca3 [Pipeline] // withDockerContainer [Pipeline] sh 18:40:55 + docker images 18:40:55 + grep docker 18:40:55 docker-core-data-go latest 4e69051f29a0 4 seconds ago 22.4MB 18:40:55 docker-support-notifications-go latest b639640aaed6 8 seconds ago 17.8MB 18:40:55 docker-security-bootstrapper-go latest 6d940c96133b 12 seconds ago 18.7MB 18:40:55 docker-sys-mgmt-agent-go latest 736df9173d3f 28 seconds ago 313MB 18:40:55 docker-core-metadata-go latest d8617db76d1b 29 seconds ago 19MB 18:40:55 docker-security-secretstore-setup-go latest 7cf5ffe066bd About a minute ago 24.9MB 18:40:55 docker-core-command-go latest 8caad43c18d0 2 minutes ago 17.2MB 18:40:55 docker-support-scheduler-go latest 60acf6d8e57b 2 minutes ago 17.2MB 18:40:55 docker-security-proxy-setup-go latest e61adc33aa39 2 minutes ago 24.7MB 18:40:55 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 18:41:11 Still waiting to schedule task 18:41:11 ‘prd-ubuntu18.04-docker-8c-8g-28744’ is offline 18:42:05 gofmt -l . 18:42:08 [ "`gofmt -l .`" = "" ] 18:42:11 ./bin/test-go-mod-tidy.sh 18:42:12 ./bin/test-attribution-txt.sh [Pipeline] sh 18:42:14 + ls -al . 18:42:14 total 760 18:42:14 drwxrwxr-x 9 1001 1001 4096 Mar 5 18:42 . 18:42:14 drwxr-xr-x 4 root root 4096 Mar 5 18:37 .. 18:42:14 -rw-rw-r-- 1 1001 1001 11 Mar 5 18:35 .dockerignore 18:42:14 drwxrwxr-x 8 1001 1001 4096 Mar 5 18:35 .git 18:42:14 drwxrwxr-x 3 1001 1001 4096 Mar 5 18:35 .github 18:42:14 -rw-rw-r-- 1 1001 1001 818 Mar 5 18:35 .gitignore 18:42:14 -rw-rw-r-- 1 1001 1001 166 Mar 5 18:35 .sonarcloud.properties 18:42:14 -rw-rw-r-- 1 1001 1001 8475 Mar 5 18:35 Attribution.txt 18:42:14 -rw-rw-r-- 1 1001 1001 3804 Mar 5 18:35 CONTRIBUTING.md 18:42:14 -rw-rw-r-- 1 1001 1001 931 Mar 5 18:35 Dockerfile.build 18:42:14 -rw-rw-r-- 1 1001 1001 863 Mar 5 18:35 Jenkinsfile 18:42:14 -rw-rw-r-- 1 1001 1001 10775 Mar 5 18:35 LICENSE 18:42:14 -rw-rw-r-- 1 1001 1001 5774 Mar 5 18:35 Makefile 18:42:14 -rw-rw-r-- 1 1001 1001 6524 Mar 5 18:35 README.md 18:42:14 -rw-rw-r-- 1 1001 1001 6755 Mar 5 18:35 SECURITY.md 18:42:14 -rw-rw-r-- 1 1001 1001 5 Mar 5 18:32 VERSION 18:42:14 -rw-rw-r-- 1 1001 1001 4131 Mar 5 18:35 ZMQWindows.md 18:42:14 drwxrwxr-x 2 1001 1001 4096 Mar 5 18:35 bin 18:42:14 drwxrwxr-x 14 1001 1001 4096 Mar 5 18:35 cmd 18:42:14 -rw-r--r-- 1 root root 621194 Mar 5 18:40 coverage.out 18:42:14 -rw-r--r-- 1 root root 1055 Mar 5 18:42 go.mod 18:42:14 -rw-r--r-- 1 root root 21927 Mar 5 18:42 go.sum 18:42:14 drwxrwxr-x 8 1001 1001 4096 Mar 5 18:35 internal 18:42:14 drwxrwxr-x 4 1001 1001 4096 Mar 5 18:35 openapi 18:42:14 drwxrwxr-x 4 1001 1001 4096 Mar 5 18:35 snap 18:42:14 -rw-rw-r-- 1 1001 1001 168 Mar 5 18:35 version.go [Pipeline] sh 18:42:15 + '[' -e coverage.out ] 18:42:15 + chown 1001:1001 coverage.out [Pipeline] stash 18:42:15 Warning: overwriting stash ‘coverage-report’ 18:42:16 Stashed 1 file(s) [Pipeline] sh 18:42:17 + make build 18:42:17 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:42:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:43:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:43:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:43:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:43:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:43:18 Running on prd-ubuntu18.04-docker-8c-8g-28746 in /w/workspace/edgexfoundry_edgex-go_PR-3208 [Pipeline] { [Pipeline] ws 18:43:18 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 18:43:20 using credential edgex-jenkins-ssh 18:43:20 Cloning the remote Git repository 18:43:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:43:21 > git init /w/workspace/edgex-go/7 # timeout=10 18:43:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:43:21 > git --version # timeout=10 18:43:21 > git --version # 'git version 2.17.1' 18:43:21 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:43:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:43: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 18:43:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:43:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:43:41 Merging remotes/origin/master commit f11e4988ceb8c382fc034555d9d0b35dfdaf49ab into PR head commit d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:43:41 Merge succeeded, producing d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:43:41 Checking out Revision d9d1cdb2a048b2aa1100d198dafcee133d44e819 (PR-3208) 18:43:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:43:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:43:40 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:43:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:43:40 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3208/head:refs/remotes/origin/PR-3208 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:43:41 > git config core.sparsecheckout # timeout=10 18:43:41 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 18:43:41 > git remote # timeout=10 18:43:41 > git config --get remote.origin.url # timeout=10 18:43:41 using GIT_SSH to set credentials SSH Credentials for GitHub 18:43:41 > git merge f11e4988ceb8c382fc034555d9d0b35dfdaf49ab # timeout=10 18:43:41 > git rev-parse HEAD^{commit} # timeout=10 18:43:41 > git config core.sparsecheckout # timeout=10 18:43:41 > git checkout -f d9d1cdb2a048b2aa1100d198dafcee133d44e819 # timeout=10 18:43:45 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:43:46 + echo snap-build.sh 18:43:46 snap-build.sh 18:43:46 + SNAP_BASE_DIR=. 18:43:46 + '[' '!' -z /w/workspace/edgex-go/7 ']' 18:43:46 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 18:43:46 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 18:43:46 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 18:43:46 + cd /w/workspace/edgex-go/7 18:43:46 + sudo apt-get remove -qy --purge lxd lxd-client 18:43:46 Reading package lists... 18:43:47 Building dependency tree... 18:43:47 Reading state information... 18:43:47 The following packages were automatically installed and are no longer required: 18:43:47 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:43:47 uidmap xdelta3 18:43:47 Use 'sudo apt autoremove' to remove them. 18:43:47 The following packages will be REMOVED: 18:43:47 lxd* lxd-client* [Pipeline] } 18:43:47 $ docker stop --time=1 bc5beb5696d1296256b85645fdc6f899ebacc0dd1176d8cd55cd10abdbc0d743 18:43:47 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:43:47 After this operation, 31.7 MB disk space will be freed. 18:43:49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 18:43:49 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:43:49 $ docker rm -f bc5beb5696d1296256b85645fdc6f899ebacc0dd1176d8cd55cd10abdbc0d743 18:43:50 Removing lxd dnsmasq configuration 18:43:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:43:50 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:43:51 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:43:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:43:52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 18:43:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:43:52 18:43:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:43:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:43:52 latest: Pulling from edgex-devops/edgex-compose-arm64 18:43:52 29e5d40040c1: Pulling fs layer 18:43:52 1ce36da41761: Pulling fs layer 18:43:52 25b303627fd3: Pulling fs layer 18:43:53 29e5d40040c1: Verifying Checksum 18:43:53 29e5d40040c1: Download complete 18:43:53 Processing triggers for systemd (237-3ubuntu10.42) ... 18:43:54 1ce36da41761: Verifying Checksum 18:43:54 1ce36da41761: Download complete 18:43:54 29e5d40040c1: Pull complete 18:43:54 Processing triggers for ureadahead (0.100.0-21) ... 18:43:55 1ce36da41761: Pull complete 18:43:55 25b303627fd3: Verifying Checksum 18:43:55 25b303627fd3: Download complete 18:43:56 + sudo snap remove --purge lxd 18:43:56 snap "lxd" is not installed 18:43:56 + sudo groupadd --force --system lxd 18:43:56 ++ whoami 18:43:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:43:56 + newgrp - lxd 18:43:56 + sudo snap install lxd 18:44:04 2021-03-05T18:44:02Z INFO Waiting for automatic snapd restart... 18:44:05 25b303627fd3: Pull complete 18:44:05 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:44:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:44:05 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:44:06 prd-ubuntu18.04-docker-arm64-4c-16g-28741 does not seem to be running inside a container 18:44:06 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:44:09 $ docker top fe399733538e752ad6047850781d1d88a8c855f9131b287f7c171a0f27c88f2a -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:10 + + docker-compose buildgrep --help parallel 18:44:10 18:44:14 --parallel Build images in parallel. [Pipeline] } 18:44:14 $ docker stop --time=1 fe399733538e752ad6047850781d1d88a8c855f9131b287f7c171a0f27c88f2a 18:44:16 $ docker rm -f fe399733538e752ad6047850781d1d88a8c855f9131b287f7c171a0f27c88f2a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:44:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:44:17 . [Pipeline] withDockerContainer 18:44:17 prd-ubuntu18.04-docker-arm64-4c-16g-28741 does not seem to be running inside a container 18:44:17 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:44:19 $ docker top fba9941494fe6383b0f3e668f18ab08f90f44709ead3ac077fa626a4cfd42c4a -eo pid,comm [Pipeline] { [Pipeline] sh 18:44:20 + docker-compose -f ./docker-compose-build.yml build --parallel 18:44:25 Building docker-core-command-go ... 18:44:25 Building docker-core-data-go ... 18:44:25 Building docker-core-metadata-go ... 18:44:25 Building docker-security-bootstrapper-go ... 18:44:25 Building docker-security-proxy-setup-go ... 18:44:25 Building docker-security-secretstore-setup-go ... 18:44:25 Building docker-support-notifications-go ... 18:44:25 Building docker-support-scheduler-go ... 18:44:25 Building docker-sys-mgmt-agent-go ... 18:44:25 Building docker-core-command-go 18:44:25 Building docker-support-scheduler-go 18:44:25 Building docker-security-proxy-setup-go 18:44:25 Building docker-security-secretstore-setup-go 18:44:25 Building docker-support-notifications-go 18:45:12 lxd 4.11 from Canonical* installed 18:45:12 + sudo lxd init --auto 18:45:19 + sudo snap install --classic snapcraft 18:45:29 snapcraft 4.5.4 from Canonical* installed 18:45:29 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:45:29 + patch --verbose -p1 18:45:29 Hmm... Looks like a unified diff to me... 18:45:29 The text leading up to this was: 18:45:29 -------------------------- 18:45:29 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:45:29 |From: Tony Espy 18:45:29 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:45:29 |Subject: [PATCH] optimize snap build for pipeline CI check 18:45:29 | 18:45:29 |This patch is used by the EdgeX CI pipeline builds to 18:45:29 |optimize the snap CI check run for pull requests. When 18:45:29 |applied, it essentially strips out everything (apps and 18:45:29 |parts) from the snapcraft.yaml file except those required 18:45:29 |to build edgex-go, as the whole idea of the CI check is to 18:45:29 |catch changes to edgex-go that break the snap build. 18:45:29 | 18:45:29 |In general, anyone updating snapcraft.yaml will also need 18:45:29 |to update this patch file, otherwise it may fail to apply, 18:45:29 |resulting in a failed snap build CI check in the associated 18:45:29 |pull request. 18:45:29 | 18:45:29 |Note - in addition to applying this patch, the pipeline also 18:45:29 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:45:29 |need to build the finally binary .snap file (and it won't 18:45:29 |work with the patch applied). This further reduces the build 18:45:29 |time. 18:45:29 |--- 18:45:29 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:45:29 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:45:29 | 18:45:29 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:45:29 |index 1e537489..faf42425 100644 18:45:29 |--- a/snap/snapcraft.yaml 18:45:29 |+++ b/snap/snapcraft.yaml 18:45:29 -------------------------- 18:45:29 patching file snap/snapcraft.yaml 18:45:29 Using Plan A... 18:45:29 Hunk #1 succeeded at 73. 18:45:29 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 18:45:29 Hunk #3 succeeded at 217 (offset 3 lines). 18:45:29 Hunk #4 succeeded at 225 (offset 3 lines). 18:45:29 Hunk #5 succeeded at 232 (offset 3 lines). 18:45:29 Hunk #6 succeeded at 259 (offset 3 lines). 18:45:29 Hunk #7 succeeded at 293 (offset 3 lines). 18:45:29 Hunk #8 succeeded at 352 (offset 11 lines). 18:45:29 Hmm... Ignoring the trailing garbage. 18:45:29 done 18:45:29 + sudo snapcraft prime --use-lxd 18:45:30 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 18:45:30 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:45:30 - README.md 18:45:30 - snapcraft.yaml.orig 18:45:30 18:45:30 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:45:31 Launching a container. 18:45:43 Waiting for container to be ready 18:45:43 To start your first instance, try: lxc launch ubuntu:18.04 18:45:43 18:45:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:45:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:45:46 ---> d6cf3886ab65 18:45:46 Step 3/22 : WORKDIR /edgex-go 18:45:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:45:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:45:46 ---> d6cf3886ab65 18:45:46 Step 3/22 : WORKDIR /edgex-go 18:45:46 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:45:46 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:45:46 ---> d6cf3886ab65 18:45:46 Step 3/24 : WORKDIR /edgex-go 18:45:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:45:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:45:46 ---> d6cf3886ab65 18:45:46 Step 3/21 : WORKDIR /edgex-go 18:45:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:45:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:45:46 ---> d6cf3886ab65 18:45:46 Step 3/23 : WORKDIR /edgex-go 18:45:46 ---> Running in b00ce3d5202a 18:45:46 ---> Running in 354fd059d174 18:45:46 ---> Running in c284052b1b10 18:45:46 ---> Running in 781cb43d3641 18:45:46 ---> Running in a6fe2c14e413 18:45:46 Removing intermediate container a6fe2c14e413 18:45:46 ---> 87105bc5c790 18:45:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:46 Removing intermediate container 781cb43d3641 18:45:46 ---> 8ba1d7af56c6 18:45:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:46 Removing intermediate container c284052b1b10 18:45:46 ---> 054e8a4620be 18:45:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:46 Removing intermediate container b00ce3d5202a 18:45:46 ---> cee8dc5f69fb 18:45:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:46 Removing intermediate container 354fd059d174 18:45:46 ---> ebb274d02a4e 18:45:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:46 ---> Running in c796160c24a9 18:45:46 ---> Running in 23bd830b478a 18:45:46 ---> Running in b2059625e859 18:45:46 ---> Running in c9b34df09560 18:45:46 ---> Running in 85c6fbd09023 18:45:46 Removing intermediate container c796160c24a9 18:45:46 ---> 48b83059aa9d 18:45:46 Step 5/21 : RUN apk add --update --no-cache make git 18:45:46 ---> Running in 644ee064137c 18:45:46 Removing intermediate container 23bd830b478a 18:45:46 ---> 4b8f9af4b48a 18:45:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:45:46 ---> Running in f3466d6b442b 18:45:46 Removing intermediate container b2059625e859 18:45:46 ---> 813eab05f6e9 18:45:46 Step 5/23 : RUN apk add --update --no-cache make git 18:45:46 Removing intermediate container c9b34df09560 18:45:46 ---> 8856709493be 18:45:46 Step 5/22 : RUN apk add --update --no-cache make git 18:45:46 Removing intermediate container 85c6fbd09023 18:45:46 ---> 2e1f98715526 18:45:46 Step 5/24 : RUN apk add --update --no-cache make git 18:45:46 ---> Running in 83ece73bff2e 18:45:46 ---> Running in cb174711bd11 18:45:46 ---> Running in d3ed1cd59c40 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:46 OK: 217 MiB in 51 packages 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:45:46 OK: 217 MiB in 51 packages 18:45:46 OK: 217 MiB in 51 packages 18:45:47 OK: 217 MiB in 51 packages 18:45:47 Removing intermediate container 644ee064137c 18:45:47 ---> 852bad828db3 18:45:47 Step 6/21 : COPY go.mod . 18:45:47 OK: 217 MiB in 51 packages 18:45:48 Removing intermediate container f3466d6b442b 18:45:48 ---> e9a63d9725c3 18:45:48 Step 6/22 : COPY go.mod . 18:45:48 ---> 9d80be7cc963 18:45:48 Step 7/21 : RUN go mod download 18:45:48 ---> Running in f1522f3baa95 18:45:48 Removing intermediate container d3ed1cd59c40 18:45:48 ---> c3b18d7b7cbb 18:45:48 Step 6/24 : COPY go.mod . 18:45:48 Removing intermediate container cb174711bd11 18:45:48 ---> a93a95d80965 18:45:48 Step 6/22 : COPY go.mod . 18:45:49 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 18:45:49 Waiting for network to be ready... 18:45:49 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:45:49 ---> 29cb63f2b758 18:45:49 Step 7/22 : RUN go mod download 18:45:49 Removing intermediate container 83ece73bff2e 18:45:49 ---> 5172268d19fc 18:45:49 Step 6/23 : COPY go.mod . 18:45:49 ---> Running in afb1d2576cf3 18:45:49 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:45:49 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 18:45:49 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 18:45:49 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:45:49 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:45:49 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 18:45:49 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 18:45:49 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 18:45:49 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 18:45:49 ---> 70abffa3d119 18:45:49 Step 7/24 : RUN go mod download 18:45:50 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:45:50 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:45:50 ---> Running in 9410784ad547 18:45:50 ---> fbe408fff494 18:45:50 Step 7/22 : RUN go mod download 18:45:50 ---> 00bc463292ab 18:45:50 Step 7/23 : RUN go mod download 18:45:50 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:45:50 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:45:50 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:45:50 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:45:50 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:45:50 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:45:50 ---> Running in 3537427b4cce 18:45:50 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:45:50 ---> Running in e32f8f05d823 18:45:51 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 18:45:51 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 18:45:51 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:45:51 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:45:51 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 18:45:51 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 18:45:51 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 18:45:51 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 18:45:52 Removing intermediate container f1522f3baa95 18:45:52 ---> d2f421febbde 18:45:52 Step 8/21 : COPY . . 18:45:53 Removing intermediate container afb1d2576cf3 18:45:53 ---> ca4709f8d484 18:45:53 Step 8/22 : COPY . . 18:45:55 Fetched 24.0 MB in 6s (4115 kB/s) 18:45:55 Removing intermediate container 9410784ad547 18:45:55 ---> fa460d165643 18:45:55 Step 8/24 : COPY . . 18:45:56 Removing intermediate container 3537427b4cce 18:45:56 ---> 0c2358b1995d 18:45:56 Step 8/22 : COPY . . 18:45:56 Reading package lists... 18:45:57 Removing intermediate container e32f8f05d823 18:45:57 ---> a020ea0c3bb3 18:45:57 Step 8/23 : COPY . . 18:45:57 Reading package lists... 18:45:57 Building dependency tree... 18:45:57 Reading state information... 18:45:58 The following additional packages will be installed: 18:45:58 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:45:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:45:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:45:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 18:45:58 Suggested packages: 18:45:58 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 18:45:58 Recommended packages: 18:45:58 gnupg libsasl2-modules 18:45:58 The following NEW packages will be installed: 18:45:58 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 18:45:58 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 18:45:58 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 18:45:58 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 18:45:58 The following packages will be upgraded: 18:45:58 gpg gpg-agent gpgconf libudev1 18:45:58 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 18:45:58 Need to get 3530 kB of archives. 18:45:58 After this operation, 13.3 MB of additional disk space will be used. 18:45:58 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 18:45:58 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 18:45:58 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 18:45:58 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 18:45:58 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 18:45:58 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 18:45:59 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 18:45:59 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 18:45:59 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 18:45:59 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 18:45:59 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 18:45:59 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 18:45:59 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 18:45:59 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 18:45:59 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 18:45:59 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 18:45:59 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 18:45:59 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 18:45:59 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 18:45:59 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 18:45:59 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 18:45:59 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 18:46:00 debconf: delaying package configuration, since apt-utils is not installed 18:46:00 Fetched 3530 kB in 2s (1786 kB/s) 18:46:00 (Reading database ... 12511 files and directories currently installed.) 18:46:00 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 18:46:00 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:46:00 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 18:46:00 Selecting previously unselected package udev. 18:46:00 (Reading database ... 12511 files and directories currently installed.) 18:46:00 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 18:46:00 Unpacking udev (237-3ubuntu10.44) ... 18:46:00 Selecting previously unselected package libfuse2:amd64. 18:46:00 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 18:46:00 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:46:01 Selecting previously unselected package fuse. 18:46:01 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 18:46:01 Unpacking fuse (2.9.7-1ubuntu1) ... 18:46:01 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 18:46:01 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:46:01 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 18:46:01 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:46:01 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 18:46:01 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:46:01 Selecting previously unselected package libksba8:amd64. 18:46:01 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 18:46:01 Unpacking libksba8:amd64 (1.3.5-2) ... 18:46:01 Selecting previously unselected package libroken18-heimdal:amd64. 18:46:01 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:01 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:01 Selecting previously unselected package libasn1-8-heimdal:amd64. 18:46:01 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:01 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:01 Selecting previously unselected package libheimbase1-heimdal:amd64. 18:46:01 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:01 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:02 Selecting previously unselected package libhcrypto4-heimdal:amd64. 18:46:02 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:02 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:02 Selecting previously unselected package libwind0-heimdal:amd64. 18:46:02 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:02 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:02 Selecting previously unselected package libhx509-5-heimdal:amd64. 18:46:02 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:02 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:02 Selecting previously unselected package libkrb5-26-heimdal:amd64. 18:46:02 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:02 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:03 Selecting previously unselected package libheimntlm0-heimdal:amd64. 18:46:03 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:03 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:03 Selecting previously unselected package libgssapi3-heimdal:amd64. 18:46:03 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 18:46:03 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:03 Selecting previously unselected package libsasl2-modules-db:amd64. 18:46:03 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:46:03 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:46:03 Selecting previously unselected package libsasl2-2:amd64. 18:46:03 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 18:46:03 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:46:03 Selecting previously unselected package libldap-common. 18:46:03 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 18:46:03 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:46:03 Selecting previously unselected package libldap-2.4-2:amd64. 18:46:03 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 18:46:03 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:46:03 Selecting previously unselected package dirmngr. 18:46:03 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 18:46:03 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 18:46:03 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 18:46:03 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 18:46:03 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 18:46:03 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:46:03 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 18:46:03 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 18:46:03 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:03 Setting up libksba8:amd64 (1.3.5-2) ... 18:46:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:46:04 Setting up udev (237-3ubuntu10.44) ... 18:46:04 invoke-rc.d: policy-rc.d denied execution of start. 18:46:04 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:04 Processing triggers for systemd (237-3ubuntu10) ... 18:46:04 Setting up fuse (2.9.7-1ubuntu1) ... 18:46:04 Setting up gpg (2.2.4-1ubuntu1.4) ... 18:46:04 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:04 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:04 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:04 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:04 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:04 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:05 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 18:46:05 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 18:46:05 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 18:46:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:46:06 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 18:46:06 settings in the [Install] section, and DefaultInstance for template units). 18:46:06 This means they are not meant to be enabled using systemctl. 18:46:06 Possible reasons for having this kind of units are: 18:46:06 1) A unit may be statically enabled by being symlinked from another unit's 18:46:06 .wants/ or .requires/ directory. 18:46:06 2) A unit's purpose may be to act as a helper for some other unit which has 18:46:06 a requirement dependency on it. 18:46:06 3) A unit may be started when needed via activation (socket, path, timer, 18:46:06 D-Bus, udev, scripted systemctl call, ...). 18:46:06 4) In case of template units, the unit is meant to be enabled with some 18:46:06 instance name specified. 18:46:06 Reading package lists... 18:46:06 Building dependency tree... 18:46:06 Reading state information... 18:46:06 The following additional packages will be installed: 18:46:06 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 18:46:06 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 18:46:06 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 18:46:06 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 18:46:06 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 18:46:06 Suggested packages: 18:46:06 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 18:46:06 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 18:46:06 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 18:46:06 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 18:46:06 systemd-container policykit-1 18:46:06 Recommended packages: 18:46:06 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 18:46:06 The following NEW packages will be installed: 18:46:06 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 18:46:06 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 18:46:06 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 18:46:06 multiarch-support openssh-client python3 python3-minimal python3.6 18:46:06 python3.6-minimal snapd squashfs-tools sudo 18:46:06 The following packages will be upgraded: 18:46:06 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 18:46:06 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 18:46:06 Need to get 35.2 MB of archives. 18:46:06 After this operation, 141 MB of additional disk space will be used. 18:46:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 18:46:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 18:46:06 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 18:46:07 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 18:46:07 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 18:46:07 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 18:46:07 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 18:46:07 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 18:46:07 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 18:46:07 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 18:46:07 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 18:46:07 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 18:46:07 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 18:46:07 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 18:46:07 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 18:46:07 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 18:46:07 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 18:46:07 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 18:46:07 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 18:46:08 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 18:46:08 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 18:46:08 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 18:46:08 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 18:46:08 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 18:46:08 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 18:46:08 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 18:46:08 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 18:46:08 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 18:46:08 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 18:46:08 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 18:46:08 debconf: delaying package configuration, since apt-utils is not installed 18:46:08 Fetched 35.2 MB in 2s (22.1 MB/s) 18:46:08 (Reading database ... 12757 files and directories currently installed.) 18:46:08 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 18:46:08 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:46:09 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 18:46:09 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:46:09 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 18:46:10 (Reading database ... 12757 files and directories currently installed.) 18:46:10 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 18:46:10 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 18:46:10 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 18:46:10 (Reading database ... 12757 files and directories currently installed.) 18:46:10 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 18:46:10 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 18:46:10 Setting up apt (1.6.12ubuntu0.2) ... 18:46:10 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 18:46:11 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 18:46:11 (Reading database ... 12764 files and directories currently installed.) 18:46:11 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 18:46:11 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 18:46:11 Selecting previously unselected package libpython3.6-minimal:amd64. 18:46:11 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:46:11 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:46:12 Selecting previously unselected package libexpat1:amd64. 18:46:12 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 18:46:12 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:46:12 Selecting previously unselected package python3.6-minimal. 18:46:12 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:46:12 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:46:12 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 18:46:12 Checking for services that may need to be restarted...done. 18:46:12 Checking for services that may need to be restarted...done. 18:46:12 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:46:12 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 18:46:12 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 18:46:14 Selecting previously unselected package python3-minimal. 18:46:14 (Reading database ... 13012 files and directories currently installed.) 18:46:14 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 18:46:14 Unpacking python3-minimal (3.6.7-1~18.04) ... 18:46:14 Selecting previously unselected package mime-support. 18:46:14 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 18:46:14 Unpacking mime-support (3.60ubuntu1) ... 18:46:14 Selecting previously unselected package libmpdec2:amd64. 18:46:14 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 18:46:14 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:46:14 Selecting previously unselected package libpython3.6-stdlib:amd64. 18:46:14 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:46:14 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:46:15 Selecting previously unselected package python3.6. 18:46:15 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 18:46:15 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:46:15 Selecting previously unselected package libpython3-stdlib:amd64. 18:46:15 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 18:46:15 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:46:15 Setting up python3-minimal (3.6.7-1~18.04) ... 18:46:15 Selecting previously unselected package python3. 18:46:15 (Reading database ... 13442 files and directories currently installed.) 18:46:15 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 18:46:15 Unpacking python3 (3.6.7-1~18.04) ... 18:46:15 Selecting previously unselected package multiarch-support. 18:46:15 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 18:46:15 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 18:46:15 Setting up multiarch-support (2.27-3ubuntu1.4) ... 18:46:15 Selecting previously unselected package liblzo2-2:amd64. 18:46:15 (Reading database ... 13479 files and directories currently installed.) 18:46:15 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 18:46:15 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 18:46:16 Selecting previously unselected package libbsd0:amd64. 18:46:16 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 18:46:16 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:46:16 Selecting previously unselected package sudo. 18:46:16 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 18:46:16 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 18:46:16 Selecting previously unselected package apparmor. 18:46:16 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 18:46:16 Unpacking apparmor (2.12-4ubuntu5.1) ... 18:46:16 Selecting previously unselected package libedit2:amd64. 18:46:16 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 18:46:16 Unpacking libedit2:amd64 (3.1-20170329-1) ... 18:46:16 Selecting previously unselected package libkrb5support0:amd64. 18:46:16 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 18:46:16 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:46:16 Selecting previously unselected package libk5crypto3:amd64. 18:46:16 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 18:46:16 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:46:16 Selecting previously unselected package libkeyutils1:amd64. 18:46:16 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 18:46:16 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:46:17 Selecting previously unselected package libkrb5-3:amd64. 18:46:17 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 18:46:17 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:46:17 Selecting previously unselected package libgssapi-krb5-2:amd64. 18:46:17 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 18:46:17 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:46:17 Selecting previously unselected package libssl1.0.0:amd64. 18:46:17 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 18:46:17 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:46:17 Selecting previously unselected package openssh-client. 18:46:17 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 18:46:17 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 18:46:17 Selecting previously unselected package squashfs-tools. 18:46:17 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 18:46:17 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:46:17 Selecting previously unselected package snapd. 18:46:17 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 18:46:17 Unpacking snapd (2.48.3+18.04) ... 18:46:20 Setting up libedit2:amd64 (3.1-20170329-1) ... 18:46:20 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 18:46:20 Setting up mime-support (3.60ubuntu1) ... 18:46:20 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 18:46:20 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 18:46:21 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 18:46:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:46:21 Setting up systemd (237-3ubuntu10.44) ... 18:46:21 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 18:46:21 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 18:46:21 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 18:46:21 Setting up liblzo2-2:amd64 (2.08-1.2) ... 18:46:21 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 18:46:21 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 18:46:21 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 18:46:22 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 18:46:22 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 18:46:23 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 18:46:23 Setting up python3 (3.6.7-1~18.04) ... 18:46:23 running python rtupdate hooks for python3.6... 18:46:23 running python post-rtupdate hooks for python3.6... 18:46:23 Setting up apparmor (2.12-4ubuntu5.1) ... 18:46:24 ---> 4025d32e80dd 18:46:24 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:46:24 ---> c53142612cf2 18:46:24 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:46:24 ---> Running in df6c98c2c229 18:46:24 ---> b74f8f45b6b8 18:46:24 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:46:24 ---> Running in ee3bc936acc9 18:46:24 ---> 28df30a5c4ab 18:46:24 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:46:24 ---> f1b946b4f909 18:46:24 Step 9/23 : RUN make cmd/core-command/core-command 18:46:24 ---> Running in a65aefc4e17b 18:46:24 ---> Running in 1c345e9a3b69 18:46:24 ---> Running in 2da2bd4e011b 18:46: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 18:46:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:46:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:46: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 18:46: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 18:46:25 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 18:46:25 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 18:46:25 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 18:46:26 Setting up snapd (2.48.3+18.04) ... 18:46:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 18:46:26 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 18:46:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 18:46:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 18:46:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:46:27 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 18:46:27 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 18:46:28 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 18:46:28 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 18:46:28 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 18:46:28 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 18:46:28 Processing triggers for libc-bin (2.27-3ubuntu1) ... 18:46:28 Processing triggers for systemd (237-3ubuntu10.44) ... 18:46:30 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:46:30 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:46:30 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:46:33 Reading package lists... 18:46:33 Reading package lists... 18:46:33 Building dependency tree... 18:46:33 Reading state information... 18:46:33 Calculating upgrade... 18:46:33 The following packages will be upgraded: 18:46:33 advancecomp base-files bash binutils binutils-common 18:46:33 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 18:46:33 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 18:46:33 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 18:46:33 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 18:46:33 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 18:46:33 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 18:46:33 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 18:46:33 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 18:46:33 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 18:46:33 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 18:46:33 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 18:46:33 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 18:46:33 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 18:46:33 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 18:46:34 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 18:46:34 Need to get 63.8 MB of archives. 18:46:34 After this operation, 5202 kB of additional disk space will be used. 18:46:34 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] 18:46:34 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 18:46:34 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 18:46:34 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 18:46:34 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 18:46:34 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 18:46:34 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 18:46:34 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 18:46:34 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 18:46:34 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 18:46:34 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 18:46:34 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 18:46:34 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 18:46:34 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 18:46:34 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 18:46:34 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 18:46:34 Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 18:46:34 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 18:46:34 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 18:46:34 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 18:46:34 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 18:46:34 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 18:46:34 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 18:46:34 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 18:46:34 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 18:46:34 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 18:46:34 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 18:46:34 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 18:46:34 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 18:46:35 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 18:46:35 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 18:46:35 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 18:46:35 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 18:46:35 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 18:46:35 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 18:46:35 Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 18:46:35 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 18:46:35 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 18:46:35 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 18:46:35 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 18:46:35 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 18:46:35 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 18:46:35 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 18:46:35 Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 18:46:35 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 18:46:35 Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 18:46:35 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 18:46:35 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 18:46:35 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 18:46:35 Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 18:46:35 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 18:46:35 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 18:46:35 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 18:46:35 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 18:46:35 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 18:46:35 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 18:46:35 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 18:46:35 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 18:46:35 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 18:46:35 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 18:46:35 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 18:46:35 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 18:46:35 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 18:46:35 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 18:46:35 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 18:46:35 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 18:46:35 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 18:46:35 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 18:46:35 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 18:46:35 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 18:46:35 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 18:46:35 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 18:46:35 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 18:46:35 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 18:46:35 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 18:46:35 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 18:46:35 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 18:46:35 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 18:46:35 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 18:46:35 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 18:46:35 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 18:46:35 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 18:46:35 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 18:46:35 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 18:46:35 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 18:46:35 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 18:46:35 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 18:46:35 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 18:46:35 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 18:46:35 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 18:46:36 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 18:46:36 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 18:46:36 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 18:46:36 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 18:46:36 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 18:46:36 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 18:46:36 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 18:46:36 Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 18:46:36 Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 18:46:37 debconf: delaying package configuration, since apt-utils is not installed 18:46:37 Fetched 63.8 MB in 3s (22.0 MB/s) 18:46:37 (Reading database ... 13912 files and directories currently installed.) 18:46:37 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 18:46:37 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:46:38 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 18:46:38 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:46:38 Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... 18:46:38 Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... 18:46:38 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:38 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:39 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:39 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:39 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:39 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:39 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:39 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:39 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:39 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:39 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:39 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:40 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:40 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:40 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 18:46:40 (Reading database ... 13911 files and directories currently installed.) 18:46:40 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:40 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 18:46:40 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 18:46:40 (Reading database ... 13911 files and directories currently installed.) 18:46:40 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:40 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:40 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:40 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:40 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 18:46:40 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 18:46:40 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 18:46:41 (Reading database ... 13911 files and directories currently installed.) 18:46:41 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 18:46:41 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:46:41 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 18:46:42 (Reading database ... 13911 files and directories currently installed.) 18:46:42 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 18:46:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 18:46:42 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 18:46:42 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 18:46:42 Setting up base-files (10.1ubuntu2.10) ... 18:46:42 Installing new version of config file /etc/issue ... 18:46:42 Installing new version of config file /etc/issue.net ... 18:46:42 Installing new version of config file /etc/lsb-release ... 18:46:42 Installing new version of config file /etc/update-motd.d/50-motd-news ... 18:46:43 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 18:46:43 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 18:46:43 Removing obsolete conffile /etc/default/motd-news ... 18:46:43 (Reading database ... 13912 files and directories currently installed.) 18:46:43 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 18:46:43 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 18:46:43 Setting up bash (4.4.18-2ubuntu1.2) ... 18:46:43 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 18:46:43 (Reading database ... 13912 files and directories currently installed.) 18:46:43 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:43 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 18:46:43 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 18:46:44 (Reading database ... 13912 files and directories currently installed.) 18:46:44 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 18:46:44 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 18:46:44 Setting up tar (1.29b-2ubuntu0.2) ... 18:46:44 (Reading database ... 13912 files and directories currently installed.) 18:46:44 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 18:46:44 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:46:44 Setting up dpkg (1.19.0.5ubuntu2.3) ... 18:46:44 (Reading database ... 13912 files and directories currently installed.) 18:46:44 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 18:46:44 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:46:44 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 18:46:45 (Reading database ... 13912 files and directories currently installed.) 18:46:45 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 18:46:45 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:46:45 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 18:46:45 (Reading database ... 13912 files and directories currently installed.) 18:46:45 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 18:46:45 Unpacking grep (3.1-2build1) over (3.1-2) ... 18:46:45 Setting up grep (3.1-2build1) ... 18:46:45 (Reading database ... 13912 files and directories currently installed.) 18:46:45 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 18:46:45 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:46:45 Setting up login (1:4.5-1ubuntu2) ... 18:46:45 (Reading database ... 13912 files and directories currently installed.) 18:46:45 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 18:46:45 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:46:46 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 18:46:46 (Reading database ... 13912 files and directories currently installed.) 18:46:46 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 18:46:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:46:47 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 18:46:47 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:46:47 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 18:46:47 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:46:47 Setting up perl-base (5.26.1-6ubuntu0.5) ... 18:46:48 (Reading database ... 13912 files and directories currently installed.) 18:46:48 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 18:46:48 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 18:46:49 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:46:49 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:46:49 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 18:46:49 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 18:46:49 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 18:46:49 (Reading database ... 13912 files and directories currently installed.) 18:46:49 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 18:46:49 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 18:46:49 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 18:46:49 (Reading database ... 13912 files and directories currently installed.) 18:46:49 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:49 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:46:50 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:46:50 (Reading database ... 13912 files and directories currently installed.) 18:46:50 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:50 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:46:50 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:46:50 (Reading database ... 13912 files and directories currently installed.) 18:46:50 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:50 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:46:51 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:46:51 (Reading database ... 13912 files and directories currently installed.) 18:46:51 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:51 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:46:51 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:46:51 (Reading database ... 13912 files and directories currently installed.) 18:46:51 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 18:46:51 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:46:51 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 18:46:51 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:46:51 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 18:46:51 (Reading database ... 13912 files and directories currently installed.) 18:46:51 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 18:46:51 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:46:51 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 18:46:52 (Reading database ... 13912 files and directories currently installed.) 18:46:52 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:52 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:46:52 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 18:46:52 (Reading database ... 13912 files and directories currently installed.) 18:46:52 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:52 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:46:52 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 18:46:52 (Reading database ... 13912 files and directories currently installed.) 18:46:52 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:52 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:46:53 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 18:46:53 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 18:46:54 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 18:46:54 (Reading database ... 13912 files and directories currently installed.) 18:46:54 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 18:46:54 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 18:46:54 Setting up libc-bin (2.27-3ubuntu1.4) ... 18:46:54 (Reading database ... 13912 files and directories currently installed.) 18:46:54 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 18:46:54 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 18:46:54 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 18:46:54 (Reading database ... 13914 files and directories currently installed.) 18:46:54 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 18:46:54 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 18:46:55 Setting up debconf (1.5.66ubuntu1) ... 18:46:56 (Reading database ... 13914 files and directories currently installed.) 18:46:56 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 18:46:56 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:46:56 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 18:46:56 (Reading database ... 13914 files and directories currently installed.) 18:46:56 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 18:46:56 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 18:46:56 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 18:46:56 (Reading database ... 13914 files and directories currently installed.) 18:46:56 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:46:56 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:46:56 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:46:56 (Reading database ... 13914 files and directories currently installed.) 18:46:56 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:46:56 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:46:56 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 18:46:57 (Reading database ... 13914 files and directories currently installed.) 18:46:57 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 18:46:57 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:46:57 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 18:46:57 (Reading database ... 13914 files and directories currently installed.) 18:46:57 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 18:46:57 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 18:46:58 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 18:46:58 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 18:46:58 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 18:46:58 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:46:58 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 18:46:58 (Reading database ... 13914 files and directories currently installed.) 18:46:58 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 18:46:58 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 18:46:58 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 18:46:58 (Reading database ... 13914 files and directories currently installed.) 18:46:58 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 18:46:58 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 18:46:58 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 18:46:59 (Reading database ... 13914 files and directories currently installed.) 18:46:59 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 18:46:59 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 18:46:59 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 18:46:59 (Reading database ... 13914 files and directories currently installed.) 18:46:59 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 18:46:59 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 18:46:59 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 18:46:59 (Reading database ... 13914 files and directories currently installed.) 18:46:59 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 18:46:59 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 18:47:00 Setting up passwd (1:4.5-1ubuntu2) ... 18:47:00 (Reading database ... 13914 files and directories currently installed.) 18:47:00 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 18:47:00 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 18:47:00 Setting up gpgv (2.2.4-1ubuntu1.4) ... 18:47:00 (Reading database ... 13914 files and directories currently installed.) 18:47:00 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 18:47:00 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 18:47:00 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 18:47:01 (Reading database ... 13914 files and directories currently installed.) 18:47:01 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 18:47:01 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 18:47:01 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 18:47:01 (Reading database ... 13914 files and directories currently installed.) 18:47:01 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 18:47:01 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 18:47:01 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 18:47:01 (Reading database ... 13914 files and directories currently installed.) 18:47:01 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 18:47:01 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 18:47:02 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 18:47:02 (Reading database ... 13914 files and directories currently installed.) 18:47:02 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 18:47:02 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 18:47:02 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 18:47:02 (Reading database ... 13914 files and directories currently installed.) 18:47:02 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 18:47:02 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 18:47:02 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 18:47:02 (Reading database ... 13915 files and directories currently installed.) 18:47:02 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:47:02 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:47:02 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 18:47:02 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 18:47:03 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 18:47:03 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 18:47:03 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 18:47:03 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 18:47:03 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 18:47:03 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 18:47:03 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 18:47:03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 18:47:03 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 18:47:03 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 18:47:04 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 18:47:04 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 18:47:04 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 18:47:04 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 18:47:04 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 18:47:04 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 18:47:04 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 18:47:04 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 18:47:04 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 18:47:04 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 18:47:05 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 18:47:05 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 18:47:05 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 18:47:05 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 18:47:05 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:47:05 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:47:06 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:47:06 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:47:06 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:47:06 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:47:06 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 18:47:06 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 18:47:06 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:06 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:07 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:07 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:07 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:07 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:07 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:07 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:08 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:08 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:09 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:09 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:10 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:10 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:11 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:11 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:12 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 18:47:12 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 18:47:12 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:47:12 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:47:12 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 18:47:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:47:12 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 18:47:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 18:47:12 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 18:47:12 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 18:47:12 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:47:12 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:47:13 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 18:47:13 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 18:47:13 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 18:47:13 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 18:47:13 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:47:13 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 18:47:13 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:47:13 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:47:13 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:47:13 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 18:47:13 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 18:47:13 Setting up tzdata (2021a-0ubuntu0.18.04) ... 18:47:14 18:47:14 Current default time zone: 'Etc/UTC' 18:47:14 Local time is now: Fri Mar 5 18:47:13 UTC 2021. 18:47:14 Universal Time is now: Fri Mar 5 18:47:13 UTC 2021. 18:47:14 Run 'dpkg-reconfigure tzdata' if you wish to change it. 18:47:14 18:47:14 Setting up systemd-sysv (237-3ubuntu10.44) ... 18:47:14 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:47:14 Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... 18:47:14 Setting up mount (2.31.1-0.4ubuntu3.7) ... 18:47:14 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 18:47:14 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 18:47:14 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 18:47:14 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 18:47:14 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 18:47:14 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 18:47:14 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 18:47:14 Setting up procps (2:3.3.12-3ubuntu1.2) ... 18:47:14 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 18:47:14 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 18:47:14 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 18:47:14 Setting up patch (2.7.6-2ubuntu1.1) ... 18:47:14 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 18:47:14 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 18:47:15 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 18:47:15 Installing new version of config file /etc/ssl/openssl.cnf ... 18:47:15 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 18:47:15 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 18:47:15 Setting up ca-certificates (20210119~18.04.1) ... 18:47:17 Updating certificates in /etc/ssl/certs... 18:47:18 23 added, 27 removed; done. 18:47:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 18:47:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 18:47:18 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 18:47:18 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 18:47:18 Setting up pkgbinarymangler (138.18.04.1) ... 18:47:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 18:47:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 18:47:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 18:47:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 18:47:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:47:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 18:47:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 18:47:19 Setting up perl (5.26.1-6ubuntu0.5) ... 18:47:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 18:47:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 18:47:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 18:47:19 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 18:47:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 18:47:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 18:47:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 18:47:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 18:47:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 18:47:19 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:47:19 Processing triggers for systemd (237-3ubuntu10.44) ... 18:47:19 Processing triggers for mime-support (3.60ubuntu1) ... 18:47:19 Processing triggers for ca-certificates (20210119~18.04.1) ... 18:47:19 Updating certificates in /etc/ssl/certs... 18:47:20 0 added, 0 removed; done. 18:47:20 Running hooks in /etc/ca-certificates/update.d... 18:47:20 done. 18:47:21 Reading package lists... 18:47:21 Building dependency tree... 18:47:21 Reading state information... 18:47:21 The following NEW packages will be installed: 18:47:21 apt-transport-https 18:47:21 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 18:47:21 Need to get 1696 B of archives. 18:47:21 After this operation, 153 kB of additional disk space will be used. 18:47:21 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 18:47:22 debconf: delaying package configuration, since apt-utils is not installed 18:47:22 Fetched 1696 B in 0s (25.2 kB/s) 18:47:22 Selecting previously unselected package apt-transport-https. 18:47:22 (Reading database ... 13920 files and directories currently installed.) 18:47:22 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 18:47:22 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 18:47:22 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 18:47:23 Waiting for network to be ready... 18:47:29 2021-03-05T18:47:27Z INFO Waiting for automatic snapd restart... 18:47:30 snapd 2.49 from Canonical* installed 18:47:31 "snapd" switched to the "latest/stable" channel 18:47:31 18:47:38 core18 20210128 from Canonical* installed 18:47:38 "core18" switched to the "latest/stable" channel 18:47:38 18:47:44 snapcraft 4.5.4 from Canonical* installed 18:47:45 "snapcraft" switched to the "latest/stable" channel 18:47:45 18:47:49 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 18:47:49 - README.md 18:47:49 - snapcraft.yaml.orig 18:47:49 18:47:49 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 18:47:56 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:47:56 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 18:47:56 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 18:47:56 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:47:58 Reading package lists... 18:47:59 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 18:48:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:48:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:48:06 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:48:06 Reading package lists... 18:48:06 Building dependency tree... 18:48:06 Reading state information... 18:48:06 Suggested packages: 18:48:06 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 18:48:06 git-gui gitk gitweb git-cvs git-mediawiki git-svn 18:48:06 Recommended packages: 18:48:06 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 18:48:06 The following NEW packages will be installed: 18:48:06 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 18:48:06 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 18:48:06 pkg-config zip 18:48:06 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 18:48:06 Need to get 7655 kB of archives. 18:48:06 After this operation, 43.7 MB of additional disk space will be used. 18:48:06 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 18:48:06 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 18:48:06 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 18:48:06 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 18:48:06 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 18:48:06 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 18:48:06 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 18:48:06 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 18:48:06 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 18:48:06 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 18:48:06 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 18:48:06 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 18:48:06 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 18:48:06 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 18:48:06 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 18:48:06 debconf: delaying package configuration, since apt-utils is not installed 18:48:06 Fetched 7655 kB in 1s (10.4 MB/s) 18:48:06 Selecting previously unselected package libglib2.0-0:amd64. 18:48:06 (Reading database ... 13924 files and directories currently installed.) 18:48:06 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 18:48:06 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:48:07 Selecting previously unselected package libpsl5:amd64. 18:48:07 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 18:48:07 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 18:48:07 Selecting previously unselected package libnghttp2-14:amd64. 18:48:07 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 18:48:07 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:48:07 Selecting previously unselected package librtmp1:amd64. 18:48:07 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 18:48:07 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:48:07 Selecting previously unselected package libcurl3-gnutls:amd64. 18:48:07 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 18:48:07 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:48:07 Selecting previously unselected package liberror-perl. 18:48:07 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 18:48:07 Unpacking liberror-perl (0.17025-1) ... 18:48:07 Selecting previously unselected package git-man. 18:48:07 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 18:48:07 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 18:48:08 Selecting previously unselected package git. 18:48:08 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 18:48:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 18:48:09 Selecting previously unselected package libnorm1:amd64. 18:48:09 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 18:48:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:48:09 Selecting previously unselected package libpgm-5.2-0:amd64. 18:48:09 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 18:48:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:48:09 Selecting previously unselected package libsodium23:amd64. 18:48:09 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 18:48:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 18:48:09 Selecting previously unselected package libzmq5:amd64. 18:48:09 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 18:48:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:48:09 Selecting previously unselected package libzmq3-dev:amd64. 18:48:09 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 18:48:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:48:09 Selecting previously unselected package pkg-config. 18:48:09 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 18:48:09 Unpacking pkg-config (0.29.1-0ubuntu2) ... 18:48:09 Selecting previously unselected package zip. 18:48:09 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 18:48:09 Unpacking zip (3.0-11build1) ... 18:48:09 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 18:48:09 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 18:48:09 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 18:48:09 Setting up liberror-perl (0.17025-1) ... 18:48:09 Setting up libpsl5:amd64 (0.19.1-5build1) ... 18:48:10 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 18:48:10 No schema files found: doing nothing. 18:48:10 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 18:48:10 Setting up zip (3.0-11build1) ... 18:48:10 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 18:48:10 Setting up libsodium23:amd64 (1.0.16-2) ... 18:48:10 Setting up pkg-config (0.29.1-0ubuntu2) ... 18:48:10 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 18:48:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 18:48:10 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 18:48:10 Setting up git (1:2.17.1-1ubuntu0.7) ... 18:48:10 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 18:48:13 Removing intermediate container a65aefc4e17b 18:48:13 ---> 6372fb802260 18:48:13 18:48:13 Step 10/24 : FROM alpine:3.12 18:48:13 3.12: Pulling from library/alpine 18:48:13 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 18:48:13 Status: Downloaded newer image for alpine:3.12 18:48:13 ---> d10569e2745f 18:48:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:48:14 ---> Running in 5129a8c1cd67 18:48:16 Removing intermediate container ee3bc936acc9 18:48:16 ---> 58ba9ae9e57e 18:48:16 18:48:16 Step 10/21 : FROM alpine:3.12 18:48:16 ---> d10569e2745f 18:48:16 Step 11/21 : RUN apk add --update --no-cache curl 18:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:16 ---> Running in 51b5271553c6 18:48:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:17 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:48:17 (1/5) Installing ca-certificates (20191127-r4) 18:48:17 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:48:17 (3/5) Installing libcurl (7.69.1-r3) 18:48:17 (4/5) Installing curl (7.69.1-r3) 18:48:17 (5/5) Installing dumb-init (1.2.2-r1) 18:48:17 Executing busybox-1.31.1-r19.trigger 18:48:17 git set to automatically installed. 18:48:17 git-man set to automatically installed. 18:48:17 libcurl3-gnutls set to automatically installed. 18:48:17 liberror-perl set to automatically installed. 18:48:17 libglib2.0-0 set to automatically installed. 18:48:17 libnghttp2-14 set to automatically installed. 18:48:17 libnorm1 set to automatically installed. 18:48:17 libpgm-5.2-0 set to automatically installed. 18:48:17 libpsl5 set to automatically installed. 18:48:17 librtmp1 set to automatically installed. 18:48:17 libsodium23 set to automatically installed. 18:48:17 libzmq3-dev set to automatically installed. 18:48:17 libzmq5 set to automatically installed. 18:48:17 pkg-config set to automatically installed. 18:48:17 zip set to automatically installed. 18:48:17 Executing ca-certificates-20191127-r4.trigger 18:48:17 OK: 7 MiB in 19 packages 18:48:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:19 snapd is not logged in, snap install commands will use sudo 18:48:19 (1/4) Installing ca-certificates (20191127-r4) 18:48:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:48:19 (3/4) Installing libcurl (7.69.1-r3) 18:48:19 (4/4) Installing curl (7.69.1-r3) 18:48:19 Executing busybox-1.31.1-r19.trigger 18:48:19 Executing ca-certificates-20191127-r4.trigger 18:48:19 OK: 7 MiB in 18 packages 18:48:20 Removing intermediate container 5129a8c1cd67 18:48:20 ---> e6faa8b70218 18:48:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:48:20 ---> Running in 9844a79fcda5 18:48:21 Removing intermediate container 9844a79fcda5 18:48:21 ---> 5b3d392d9353 18:48:21 Step 13/24 : WORKDIR / 18:48:21 ---> Running in 89e7568cd102 18:48:22 Removing intermediate container 51b5271553c6 18:48:22 ---> e6b3d2da583d 18:48:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:48:22 ---> Running in 3cadcd2eac78 18:48:22 Removing intermediate container 89e7568cd102 18:48:22 ---> 27c2c0c62dfa 18:48:22 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:48:23 Removing intermediate container 3cadcd2eac78 18:48:23 ---> 2f2345247936 18:48:23 Step 13/21 : WORKDIR /edgex 18:48:24 ---> Running in 3019258340de 18:48:24 ---> 44b3c044becc 18:48:24 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:48:25 Removing intermediate container 3019258340de 18:48:25 ---> f049d9a286a7 18:48:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:48:25 ---> aafe11a2ad6c 18:48:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:48:25 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 18:48:25 snap "core18" has no updates available 18:48:26 Pulling config-common 18:48:26 + snapcraftctl pull 18:48:26 ---> ac2fee9ed9cf 18:48:26 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:48:27 ---> 9127c232c872 18:48:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:48:27 Pulling go-build-helper 18:48:27 + snapcraftctl pull 18:48:29 ---> 53b42f55314f 18:48:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:48:29 Removing intermediate container 1c345e9a3b69 18:48:29 ---> 73b88d289c59 18:48:29 18:48:29 Step 10/23 : FROM alpine:3.12 18:48:29 ---> d10569e2745f 18:48:29 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:48:29 ---> 318e6159c524 18:48:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:48:30 Removing intermediate container 2da2bd4e011b 18:48:30 ---> 1b7d7248376a 18:48:30 18:48:30 Step 10/22 : FROM alpine:3.12 18:48:30 ---> d10569e2745f 18:48:30 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:48:30 Removing intermediate container df6c98c2c229 18:48:30 ---> 57ba21356881 18:48:30 18:48:30 Step 10/22 : FROM alpine:3.12 18:48:30 ---> d10569e2745f 18:48:30 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:48:30 ---> Running in d7dcc4311161 18:48:30 ---> Running in 61cac04d4fde 18:48:30 ---> Running in ed63fa1c3bfb 18:48:30 ---> 8c5adabb6ce5 18:48:30 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:48:31 ---> Running in 99ac80d6f28c 18:48:31 ---> a868ef25fdef 18:48:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:32 Removing intermediate container 99ac80d6f28c 18:48:32 ---> e87e322311b8 18:48:32 Step 18/21 : CMD ["--init=true"] 18:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:32 ---> Running in d8562c022d36 18:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:32 ---> 5aa8194e897d 18:48:32 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:32 ---> Running in fa02987ff685 18:48:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:48:33 Removing intermediate container d8562c022d36 18:48:33 ---> 2b1c920f7b4d 18:48:33 Step 19/21 : LABEL arch=arm64 18:48:33 (1/1) Installing dumb-init (1.2.2-r1) 18:48:33 Executing busybox-1.31.1-r19.trigger 18:48:33 OK: 5 MiB in 15 packages 18:48:33 ---> Running in 10441a6ab7cf 18:48:33 (1/1) Installing dumb-init (1.2.2-r1) 18:48:33 Executing busybox-1.31.1-r19.trigger 18:48:33 OK: 5 MiB in 15 packages 18:48:33 (1/2) Installing ca-certificates (20191127-r4) 18:48:33 (2/2) Installing dumb-init (1.2.2-r1) 18:48:33 Executing busybox-1.31.1-r19.trigger 18:48:33 Executing ca-certificates-20191127-r4.trigger 18:48:34 OK: 6 MiB in 16 packages 18:48:34 Removing intermediate container 10441a6ab7cf 18:48:34 ---> 1f4d94c584ef 18:48:34 Step 20/21 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:48:34 ---> Running in 0a5d7af02ff6 18:48:35 Removing intermediate container d7dcc4311161 18:48:35 ---> 90faaa733f99 18:48:35 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:48:35 Removing intermediate container 61cac04d4fde 18:48:35 ---> c718ad642084 18:48:35 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:48:35 Removing intermediate container 0a5d7af02ff6 18:48:35 ---> 5f491aac3cbf 18:48:35 Step 21/21 : LABEL version=0.0.0 18:48:35 ---> Running in b5d9abfce5ae 18:48:35 ---> Running in 4d2b2d9407d4 18:48:35 ---> Running in 2440b0c0af54 18:48:36 Removing intermediate container ed63fa1c3bfb 18:48:36 ---> 3a41c98ba622 18:48:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:48:36 Removing intermediate container b5d9abfce5ae 18:48:36 ---> 5cd5d73e89f8 18:48:36 Step 13/23 : ENV APP_PORT=48082 18:48:36 Removing intermediate container fa02987ff685 18:48:36 ---> 3611767efb2a 18:48:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:48:36 ---> Running in a3c0731b31d6 18:48:36 Removing intermediate container 4d2b2d9407d4 18:48:36 ---> 420fc9ba519a 18:48:36 18:48:36 Removing intermediate container 2440b0c0af54 18:48:36 ---> 0cb0aaf3448c 18:48:36 Step 13/22 : ENV APP_PORT=48085 18:48:36 ---> Running in 4e7b903be885 18:48:36 ---> Running in 1fb59d91b274 18:48:36 ---> Running in e9934ea58f7c 18:48:37 Removing intermediate container a3c0731b31d6 18:48:37 ---> 9bc6bacfd7af 18:48:37 Step 13/22 : ENV APP_PORT=48060 18:48:37 Successfully built 420fc9ba519a 18:48:37 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:48:37  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go 18:48:37 ---> Running in 0f0fdaebffa1 18:48:37 Removing intermediate container 1fb59d91b274 18:48:37 ---> c04c3315e6ed 18:48:37 Step 14/23 : EXPOSE $APP_PORT 18:48:37 Removing intermediate container e9934ea58f7c 18:48:37 ---> 38739aa4d696 18:48:37 Step 14/22 : EXPOSE $APP_PORT 18:48:37 Removing intermediate container 4e7b903be885 18:48:37 ---> bedba304e474 18:48:37 Step 22/24 : LABEL arch=arm64 18:48:37 ---> Running in 0b521dd7a9f7 18:48:38 ---> Running in a3680eab261e 18:48:38 ---> Running in 23699de7947b 18:48:38 Removing intermediate container 0f0fdaebffa1 18:48:38 ---> 9c751e965b23 18:48:38 Step 14/22 : EXPOSE $APP_PORT 18:48:38 ---> Running in ff96da446844 18:48:38 Removing intermediate container 0b521dd7a9f7 18:48:38 ---> a0b527a3b691 18:48:38 Step 15/23 : WORKDIR / 18:48:38 Removing intermediate container a3680eab261e 18:48:38 ---> 37d4715a8c4d 18:48:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:48:38 Removing intermediate container 23699de7947b 18:48:38 ---> ad3ede994c1a 18:48:38 Step 23/24 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:48:38 ---> Running in d90e656fff02 18:48:39 Removing intermediate container ff96da446844 18:48:39 ---> ab9ecdcdb3b0 18:48:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:48:39 ---> Running in f30030d9e84b 18:48:40 ---> 2776a9c096d1 18:48:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:48:40 Removing intermediate container d90e656fff02 18:48:40 ---> 82b7605b6594 18:48:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:48:40 Removing intermediate container f30030d9e84b 18:48:40 ---> 9d9e7d52c107 18:48:40 Step 24/24 : LABEL version=0.0.0 18:48:40 ---> 290dfe5accd5 18:48:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:48:40 ---> Running in c397e2f5f7a6 18:48:41 ---> 7c8830c654f2 18:48:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:48:41 Removing intermediate container c397e2f5f7a6 18:48:41 ---> 3c1ba0dca8d2 18:48:41 18:48:41 ---> 86a31cccd8de 18:48:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:48:42 Successfully built 3c1ba0dca8d2 18:48:42 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:48:42  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 18:48:43 ---> 0dd4bc847ca7 18:48:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:48:43 ---> d9b6d2309652 18:48:43 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:48:43 ---> 11b71f28655f 18:48:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:48:43 ---> Running in 3bcd0921abf6 18:48:44 Removing intermediate container 3bcd0921abf6 18:48:44 ---> 0e865c2430ed 18:48:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:48:44 ---> 859f40738c05 18:48:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:48:44 ---> Running in f7315050d900 18:48:44 ---> be3b10bb9ea4 18:48:44 Step 19/23 : ENTRYPOINT ["/core-command"] 18:48:45 ---> Running in 38a94f16347c 18:48:45 ---> Running in 033352104b61 18:48:45 Removing intermediate container f7315050d900 18:48:45 ---> 3fe8ff91601c 18:48:45 Step 20/22 : LABEL arch=arm64 18:48:45 Removing intermediate container 38a94f16347c 18:48:45 ---> ddc3623c8d45 18:48:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:48:46 ---> Running in 8c20db894f76 18:48:46 Removing intermediate container 033352104b61 18:48:46 ---> 0583da1c317e 18:48:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:48:46 ---> Running in ceb0bd57ecf5 18:48:46 ---> Running in 78dee0c50d54 18:48:46 Removing intermediate container 8c20db894f76 18:48:46 ---> a8a6980b22df 18:48:46 Step 21/22 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:48:46 ---> Running in 96400a5bd978 18:48:47 Removing intermediate container ceb0bd57ecf5 18:48:47 ---> 5eb934218090 18:48:47 Step 20/22 : LABEL arch=arm64 18:48:47 Removing intermediate container 78dee0c50d54 18:48:47 ---> bb81e2c3703b 18:48:47 Step 21/23 : LABEL arch=arm64 18:48:47 ---> Running in 7fc973920396 18:48:47 ---> Running in 571c8de01926 18:48:47 Removing intermediate container 96400a5bd978 18:48:47 ---> 5d7db97d1fa1 18:48:47 Step 22/22 : LABEL version=0.0.0 18:48:47 ---> Running in c2b58ff075db 18:48:48 Removing intermediate container 7fc973920396 18:48:48 ---> 6d0b0f70ae0b 18:48:48 Step 22/23 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:48:48 Removing intermediate container 571c8de01926 18:48:48 ---> 02204fcdd03e 18:48:48 Step 21/22 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:48:48 ---> Running in 5ca6f9c9d8bb 18:48:48 ---> Running in 8d5c17ebccf6 18:48:48 Removing intermediate container c2b58ff075db 18:48:48 ---> 0329e867be8f 18:48:48 18:48:49 Successfully built 0329e867be8f 18:48:49 Successfully tagged docker-support-scheduler-go-arm64:latest 18:48:49  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 18:48:49 Removing intermediate container 5ca6f9c9d8bb 18:48:49 ---> d8f8f9768c26 18:48:49 Step 22/22 : LABEL version=0.0.0 18:48:49 Removing intermediate container 8d5c17ebccf6 18:48:49 ---> 3f40ca6f00ba 18:48:49 Step 23/23 : LABEL version=0.0.0 18:48:49 ---> Running in bafae8fb68d7 18:48:49 ---> Running in 5102ffe98bb9 18:48:50 Removing intermediate container bafae8fb68d7 18:48:50 ---> 0a0e1daf34b9 18:48:50 18:48:50 Removing intermediate container 5102ffe98bb9 18:48:50 ---> 7698b79cca37 18:48:50 18:48:50 Successfully built 0a0e1daf34b9 18:48:50 Successfully tagged docker-support-notifications-go-arm64:latest 18:48:50  Building docker-support-notifications-go ... done Building docker-core-data-go 18:48:50 Successfully built 7698b79cca37 18:48:50 Successfully tagged docker-core-command-go-arm64:latest 18:48:54 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 18:48:54 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 18:48:54 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] 18:48:54 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] 18:48:54 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 18:48:54 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 18:48:54 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] 18:48:54 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] 18:48:54 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] 18:48:54 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] 18:48:54 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 18:48:54 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 18:48:54 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 18:48:54 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 18:48:54 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 18:48:54 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 18:48:54 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 18:48:54 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 18:48:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 18:48:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1913 kB] 18:48:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] 18:48:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 18:48:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 18:48:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] 18:48:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] 18:48:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] 18:48:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] 18:48:54 Fetched 24.0 MB in 0s (0 B/s) 18:48:54 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 18:48:54 Fetched 96.5 kB in 0s (0 B/s) 18:48:54 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 18:48:54 Fetched 279 kB in 0s (0 B/s) 18:48:54 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 18:48:54 Fetched 122 kB in 0s (0 B/s) 18:48:54 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 18:48:54 Fetched 77.8 kB in 0s (0 B/s) 18:48:54 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 18:48:54 Fetched 8848 B in 0s (0 B/s) 18:48:54 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 18:48:54 Fetched 47.8 kB in 0s (0 B/s) 18:48:54 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 18:48:54 Fetched 45.6 kB in 0s (0 B/s) 18:48:54 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 18:48:54 Fetched 15.0 kB in 0s (0 B/s) 18:48:54 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 18:48:54 Fetched 214 kB in 0s (0 B/s) 18:48:54 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 18:48:54 Fetched 154 kB in 0s (0 B/s) 18:48:54 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 18:48:54 Fetched 50.6 kB in 0s (0 B/s) 18:48:54 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 18:48:54 Fetched 14.8 kB in 0s (0 B/s) 18:48:54 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 18:48:54 Fetched 41.8 kB in 0s (0 B/s) 18:48:54 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 18:48:54 Fetched 499 kB in 0s (0 B/s) 18:48:54 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 18:48:54 Fetched 111 kB in 0s (0 B/s) 18:48:54 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 18:48:54 Fetched 240 kB in 0s (0 B/s) 18:48:54 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 18:48:54 Fetched 29.3 kB in 0s (0 B/s) 18:48:54 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 18:48:54 Fetched 85.5 kB in 0s (0 B/s) 18:48:54 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 18:48:54 Fetched 24.5 kB in 0s (0 B/s) 18:48:54 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 18:48:54 Fetched 49.2 kB in 0s (0 B/s) 18:48:54 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 18:48:54 Fetched 54.2 kB in 0s (0 B/s) 18:48:54 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 18:48:54 Fetched 30.8 kB in 0s (0 B/s) 18:48:54 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 18:48:54 Fetched 15.8 kB in 0s (0 B/s) 18:48:54 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 18:48:54 Fetched 85.9 kB in 0s (0 B/s) 18:48:54 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 18:48:54 Fetched 8720 B in 0s (0 B/s) 18:48:54 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 18:48:54 Fetched 137 kB in 0s (0 B/s) 18:48:54 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 18:48:54 Fetched 119 kB in 0s (0 B/s) 18:48:54 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 18:48:54 Fetched 109 kB in 0s (0 B/s) 18:48:54 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 18:48:54 Fetched 11.1 kB in 0s (0 B/s) 18:48:54 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 18:48:54 Fetched 645 kB in 0s (0 B/s) 18:48:54 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 18:48:54 Fetched 41.3 kB in 0s (0 B/s) 18:48:54 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 18:48:54 Fetched 17.9 kB in 0s (0 B/s) 18:48:54 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 18:48:54 Fetched 368 kB in 0s (0 B/s) 18:48:54 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 18:48:54 Fetched 187 kB in 0s (0 B/s) 18:48:54 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 18:48:54 Fetched 175 kB in 0s (0 B/s) 18:48:54 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 18:48:57 Fetched 206 kB in 0s (0 B/s) 18:48:57 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 18:48:57 Fetched 1301 kB in 0s (0 B/s) 18:48:57 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 18:48:57 Fetched 36.2 kB in 0s (0 B/s) 18:48:57 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 18:48:57 Fetched 159 kB in 0s (0 B/s) 18:48:57 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 18:48:57 Fetched 107 kB in 0s (0 B/s) 18:48:57 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 18:48:57 Fetched 48.7 kB in 0s (0 B/s) 18:48:57 Pulling static-packages 18:48:57 + snapcraftctl pull 18:48:58 'go115' has dependencies that need to be staged: go-build-helper static-packages 18:48:58 Skipping pull go-build-helper (already ran) 18:48:58 Skipping pull static-packages (already ran) 18:48:58 Building go-build-helper 18:48:58 + snapcraftctl build 18:49:03 Building static-packages 18:49:03 + snapcraftctl build 18:49:07 Staging go-build-helper 18:49:07 + snapcraftctl stage 18:49:08 Staging static-packages 18:49:08 + snapcraftctl stage 18:49:09 Pulling go115 18:49:09 + snapcraftctl pull 18:49:10 'edgex-go' has dependencies that need to be staged: go115 18:49:10 Skipping pull go115 (already ran) 18:49:10 Building go115 18:49:11 + dpkg --print-architecture 18:49:11 + FILE_NAME=go1.15.2.linux-amd64.tar.gz 18:49:11 + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 18:49:11 + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O 18:49:11 % Total % Received % Xferd Average Speed Time Time Time Current 18:49:11 Dload Upload Total Spent Left Speed 18:49:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 8 115M 8 10.3M 0 0 22.9M 0 0:00:05 --:--:-- 0:00:05 22.9M 51 115M 51 59.4M 0 0 40.9M 0 0:00:02 0:00:01 0:00:01 40.9M 83 115M 83 96.9M 0 0 39.5M 0 0:00:02 0:00:02 --:--:-- 39.5M 100 115M 100 115M 0 0 40.5M 0 0:00:02 0:00:02 --:--:-- 40.5M 18:49:13 + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz 18:49:13 + sha256sum -c sha256 18:49:13 + grep OK 18:49:14 go1.15.2.linux-amd64.tar.gz: OK 18:49:14 + mkdir -p /root/stage/go1.15 18:49:14 + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 18:49:21 Staging go115 18:49:21 + snapcraftctl stage 18:49:27 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 18:49:27 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 18:49:27 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 18:49:27 Fetched 0 B in 0s (0 B/s) 18:49:27 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 18:49:27 Fetched 224 kB in 0s (0 B/s) 18:49:27 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 18:49:27 Fetched 157 kB in 0s (0 B/s) 18:49:27 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 18:49:27 Fetched 221 kB in 0s (0 B/s) 18:49:27 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 18:49:27 Fetched 143 kB in 0s (0 B/s) 18:49:27 Pulling edgex-go 18:49:27 + snapcraftctl pull 18:49:29  Building docker-core-command-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:29 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:49:29 ---> d6cf3886ab65 18:49:29 Step 3/23 : WORKDIR /edgex-go 18:49:29 ---> Using cache 18:49:29 ---> ebb274d02a4e 18:49:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:29 ---> Using cache 18:49:29 ---> 2e1f98715526 18:49:29 Step 5/23 : RUN apk add --update --no-cache make git 18:49:29 ---> Using cache 18:49:29 ---> c3b18d7b7cbb 18:49:29 Step 6/23 : COPY go.mod . 18:49:29 ---> Using cache 18:49:29 ---> 70abffa3d119 18:49:29 Step 7/23 : RUN go mod download 18:49:29 ---> Using cache 18:49:29 ---> fa460d165643 18:49:29 Step 8/23 : COPY . . 18:49:29 ---> Using cache 18:49:29 ---> 28df30a5c4ab 18:49:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:49:30 ---> Running in 070c3cc7246f 18:49:30 Pulling version 18:49:30 + cd /root/project 18:49:30 + [ -f VERSION ] 18:49:30 + PROJECT_VERSION=local-dev 18:49:30 + git rev-parse --short HEAD 18:49:30 + GIT_REVISION=d9d1cdb2 18:49:30 + snapcraftctl set-version local-dev 18:49:31 Building config-common 18:49:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:49:31 + snapcraftctl build 18:49:33 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:33 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:49:33 ---> d6cf3886ab65 18:49:33 Step 3/26 : WORKDIR /edgex-go 18:49:33 ---> Using cache 18:49:33 ---> ebb274d02a4e 18:49:33 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:33 ---> Using cache 18:49:33 ---> 2e1f98715526 18:49:33 Step 5/26 : RUN apk add --update --no-cache make bash git 18:49:34 ---> Running in 7c47508c9f8f 18:49:35 Skipping build go-build-helper (already ran) 18:49:35 Skipping build static-packages (already ran) 18:49:35 Skipping build go115 (already ran) 18:49:35 Building edgex-go 18:49:36 + 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 18:49:36 + cd /root/parts/edgex-go/src 18:49:36 + make build 18:49:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:38 OK: 217 MiB in 51 packages 18:49:38 go: downloading github.com/gorilla/mux v1.8.0 18:49:38 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 18:49:38 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.43 18:49:38 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 18:49:38 go: downloading github.com/OneOfOne/xxhash v1.2.8 18:49:38 go: downloading github.com/google/uuid v1.2.0 18:49:38 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 18:49:38 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 18:49:38 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:38 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:49:38 ---> d6cf3886ab65 18:49:38 Step 3/23 : WORKDIR /edgex-go 18:49:38 ---> Using cache 18:49:38 ---> ebb274d02a4e 18:49:38 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:38 ---> Using cache 18:49:38 ---> 2e1f98715526 18:49:38 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:49:38 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:49:38 Step 2/31 : FROM ${BUILDER_BASE} AS builder 18:49:38 ---> d6cf3886ab65 18:49:38 Step 3/31 : WORKDIR /edgex-go 18:49:38 ---> Using cache 18:49:38 ---> ebb274d02a4e 18:49:38 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:38 ---> Using cache 18:49:38 ---> 2e1f98715526 18:49:38 Step 5/31 : RUN apk add --update --no-cache make git 18:49:38 ---> Using cache 18:49:38 ---> c3b18d7b7cbb 18:49:38 Step 6/31 : COPY go.mod . 18:49:38 ---> Using cache 18:49:38 ---> 70abffa3d119 18:49:38 Step 7/31 : RUN go mod download 18:49:38 ---> Using cache 18:49:38 ---> fa460d165643 18:49:38 Step 8/31 : COPY . . 18:49:38 ---> Using cache 18:49:38 ---> 28df30a5c4ab 18:49:38 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:49:38 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 18:49:38 go: downloading github.com/pebbe/zmq4 v1.2.5 18:49:38 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.8 18:49:38 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 18:49:38 go: downloading github.com/go-redis/redis/v7 v7.2.0 18:49:38 go: downloading github.com/hashicorp/consul/api v1.8.1 18:49:38 go: downloading github.com/pkg/errors v0.8.1 18:49:38 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 18:49:38 go: downloading github.com/imdario/mergo v0.3.11 18:49:38 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 18:49:38 go: downloading github.com/pelletier/go-toml v1.2.0 18:49:38 go: downloading github.com/go-playground/validator/v10 v10.3.0 18:49:38 go: downloading github.com/BurntSushi/toml v0.3.1 18:49:38 go: downloading github.com/x448/float16 v0.8.4 18:49:38 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 18:49:38 go: downloading github.com/go-kit/kit v0.8.0 18:49:38 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 18:49:38 go: downloading github.com/hashicorp/serf v0.9.5 18:49:38 go: downloading github.com/mitchellh/mapstructure v1.1.2 18:49:38 go: downloading github.com/mitchellh/copystructure v1.0.0 18:49:38 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 18:49:38 go: downloading github.com/hashicorp/go-hclog v0.12.0 18:49:38 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 18:49:38 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 18:49:38 go: downloading github.com/go-playground/universal-translator v0.17.0 18:49:38 go: downloading github.com/leodido/go-urn v1.2.0 18:49:38 go: downloading github.com/mitchellh/reflectwalk v1.0.0 18:49:38 go: downloading github.com/fatih/color v1.9.0 18:49:38 go: downloading github.com/mattn/go-isatty v0.0.12 18:49:38 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 18:49:39 ---> Running in 948e86989dd8 18:49:39 ---> Running in 95d720c06c51 18:49:39 go: downloading github.com/go-logfmt/logfmt v0.4.0 18:49:39 go: downloading github.com/mattn/go-colorable v0.1.6 18:49:39 go: downloading github.com/go-playground/locales v0.13.0 18:49:39 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 18:49:39 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 18:49:39 go: downloading github.com/hashicorp/golang-lru v0.5.0 18:49:40 Removing intermediate container 7c47508c9f8f 18:49:40 ---> 4d067501861f 18:49:40 Step 6/26 : COPY go.mod . 18:49:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:49:41 ---> 2665aa96cf0f 18:49:41 Step 7/26 : RUN go mod download 18:49:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:41 ---> Running in efd4d048379b 18:49:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:43 OK: 217 MiB in 51 packages 18:49:44 Removing intermediate container 948e86989dd8 18:49:44 ---> 23666da7d875 18:49:44 Step 6/23 : COPY go.mod . 18:49:46 ---> f13285a425ea 18:49:46 Step 7/23 : RUN go mod download 18:49:46 ---> Running in 7f9f1db62534 18:49:46 Removing intermediate container efd4d048379b 18:49:46 ---> 510127726665 18:49:46 Step 8/26 : COPY . . 18:49:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:49:49 go: downloading gopkg.in/yaml.v2 v2.4.0 18:49:53 Removing intermediate container 7f9f1db62534 18:49:53 ---> 30c32cf0ea9f 18:49:53 Step 8/23 : COPY . . 18:49:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 18:49:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:49:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:49:59 go: downloading github.com/stretchr/testify v1.7.0 18:49:59 go: downloading github.com/davecgh/go-spew v1.1.1 18:49:59 go: downloading github.com/pmezard/go-difflib v1.0.0 18:49:59 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 18:50:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:50:01 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 18:50:01 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 18:50:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:50:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:50:04 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 18:50:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:50:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:50:07 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 18:50:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:50:08 go: downloading github.com/lib/pq v1.9.0 18:50:10 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 18:50:10 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 18:50:10 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 18:50:10 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 18:50:10 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 18:50:11 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 18:50:11 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 18:50:11 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 18:50:11 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 18:50:11 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 18:50:11 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 18:50:11 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 18:50:11 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 18:50:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 18:50:11 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 18:50:11 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 18:50:11 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 18:50:11 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 18:50:11 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 18:50:11 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 18:50:11 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 18:50:11 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 18:50:11 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 18:50:11 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 18:50:11 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 18:50:13 Building version 18:50:13 + snapcraftctl build 18:50:15 ---> 2f45ef225542 18:50:15 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:50:15 ---> Running in 87df68146c5a 18:50:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 18:50:17 Staging config-common 18:50:17 + snapcraftctl stage 18:50:17 ---> e5b5c2135981 18:50:17 Step 9/23 : RUN make cmd/core-data/core-data 18:50:17 ---> Running in c4380160967e 18:50:17 Skipping stage go-build-helper (already ran) 18:50:17 Skipping stage static-packages (already ran) 18:50:17 Skipping stage go115 (already ran) 18:50:17 Staging edgex-go 18:50:17 + snapcraftctl stage 18:50:19 Staging version 18:50:19 + snapcraftctl stage 18:50:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:50:20 Priming config-common 18:50:20 + snapcraftctl prime 18:50:22 Priming go-build-helper 18:50:22 + snapcraftctl prime 18:50:23 Priming static-packages 18:50:23 + snapcraftctl prime 18:50:26 Priming go115 18:50:26 + snapcraftctl prime 18:50:28 Priming edgex-go 18:50:28 + snapcraftctl prime 18:50:29 Priming version 18:50:29 + snapcraftctl prime 18:50:31 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:51:06 Removing intermediate container 95d720c06c51 18:51:06 ---> 4a116264f3d8 18:51:06 18:51:06 Step 10/31 : FROM alpine:3.12 18:51:06 ---> d10569e2745f 18:51:06 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:51:06 ---> Running in 927173d982ba 18:51:07 Removing intermediate container 927173d982ba 18:51:07 ---> 29bc126d0671 18:51:07 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 18:51:07 ---> Running in 1ce19ce1ffff 18:51:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:51:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:51:10 (1/2) Installing dumb-init (1.2.2-r1) 18:51:10 (2/2) Installing su-exec (0.2-r1) 18:51:10 Executing busybox-1.31.1-r19.trigger 18:51:10 OK: 5 MiB in 16 packages 18:51:13 Removing intermediate container 1ce19ce1ffff 18:51:13 ---> cae22b074d14 18:51:13 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 18:51:13 ---> Running in a752cd61eb7e 18:51:14 Removing intermediate container 070c3cc7246f 18:51:14 ---> d2a04f668e7e 18:51:14 18:51:14 Step 10/23 : FROM alpine:3.12 18:51:14 ---> d10569e2745f 18:51:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:51:14 ---> Using cache 18:51:14 ---> c718ad642084 18:51:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:51:14 ---> Using cache 18:51:14 ---> 0cb0aaf3448c 18:51:14 Step 13/23 : ENV APP_PORT=48081 18:51:14 Removing intermediate container a752cd61eb7e 18:51:14 ---> 244345612f37 18:51:14 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:51:15 ---> Running in 3239d4ce3f61 18:51:15 ---> Running in 819784be607a 18:51:16 Removing intermediate container 3239d4ce3f61 18:51:16 ---> 689b6c21edb7 18:51:16 Step 14/23 : EXPOSE $APP_PORT 18:51:16 Removing intermediate container 819784be607a 18:51:16 ---> 0e138a14ae19 18:51:16 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:51:16 ---> Running in e94c1146931e 18:51:16 ---> Running in c0e254ea6459 18:51:16 Removing intermediate container e94c1146931e 18:51:16 ---> c7aa9159bea5 18:51:16 Step 15/23 : WORKDIR / 18:51:17 ---> Running in 3219443935fe 18:51:17 Removing intermediate container 3219443935fe 18:51:17 ---> 0690aa14a9ec 18:51:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:51:19 ---> e56789a75611 18:51:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:51:20 Removing intermediate container c0e254ea6459 18:51:20 ---> cdc4cf8a2021 18:51:20 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 18:51:20 ---> Running in bb007804bcda 18:51:21 Removing intermediate container bb007804bcda 18:51:21 ---> cc5e7f368416 18:51:21 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:51:22 ---> 125b29c74960 18:51:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:51:22 ---> 8ad2939f4b1e 18:51:23 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:51:23 ---> Running in d18f3463abb9 18:51:23 ---> e78b5213d408 18:51:23 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:51:24 ---> Running in 63d10b7ffe6a 18:51:25 Removing intermediate container 63d10b7ffe6a 18:51:25 ---> da7af0090027 18:51:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:51:25 ---> Running in 534a4f758421 18:51:25 Removing intermediate container 534a4f758421 18:51:25 ---> bcb2e2e1f6f2 18:51:25 Step 21/23 : LABEL arch=arm64 18:51:26 ---> Running in 7f286a26a5e9 18:51:27 Removing intermediate container d18f3463abb9 18:51:27 ---> 72dec8f124ad 18:51:27 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 18:51:27 Removing intermediate container 7f286a26a5e9 18:51:27 ---> cfcbace52665 18:51:27 Step 22/23 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:51:27 ---> Running in d63f95d00e6f 18:51:28 Removing intermediate container d63f95d00e6f 18:51:28 ---> 86da2d04c3af 18:51:28 Step 23/23 : LABEL version=0.0.0 18:51:28 ---> c0027f38922b 18:51:28 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:51:28 ---> Running in 9c176b88fc2d 18:51:29 Removing intermediate container 9c176b88fc2d 18:51:29 ---> ac576cdf4951 18:51:29 18:51:31 Successfully built ac576cdf4951 18:51:31 Successfully tagged docker-core-metadata-go-arm64:latest 18:51:31  Building docker-core-metadata-go ... done  ---> 5a084e1ad3c5 18:51:31 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:51:32 ---> ca1a6225d78e 18:51:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:51:33 ---> 59da5c7d35d4 18:51:33 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:51:34 ---> b286ac4bfa00 18:51:34 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 18:51:35 ---> Running in fb40d4aa1fa6 18:51:36 Removing intermediate container fb40d4aa1fa6 18:51:36 ---> c2afaa21c762 18:51:36 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:51:37 ---> 35bd9634470b 18:51:37 Step 26/31 : RUN chmod +x /entrypoint.sh 18:51:37 ---> Running in e2ec986b4498 18:51:42 Removing intermediate container e2ec986b4498 18:51:42 ---> b48ab94133c0 18:51:42 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 18:51:42 ---> Running in 52919f1a4d30 18:51:42 Removing intermediate container 52919f1a4d30 18:51:42 ---> d9f5e60634df 18:51:42 Step 28/31 : CMD ["gate"] 18:51:43 ---> Running in 859a6c3bb0e2 18:51:44 Removing intermediate container 859a6c3bb0e2 18:51:44 ---> c36427059b35 18:51:44 Step 29/31 : LABEL arch=arm64 18:51:45 ---> Running in e5b37aad7a7a 18:51:45 Removing intermediate container 87df68146c5a 18:51:45 ---> 315eca3a6886 18:51:45 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:51:45 ---> Running in eb20e5c1379f 18:51:46 Removing intermediate container e5b37aad7a7a 18:51:46 ---> 848af486837e 18:51:46 Step 30/31 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:51:46 ---> Running in 23294da5c337 18:51:47 Removing intermediate container 23294da5c337 18:51:47 ---> 41a02b5ddf51 18:51:47 Step 31/31 : LABEL version=0.0.0 18:51:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 18:51:47 ---> Running in c0b7a197d997 18:51:48 Removing intermediate container c0b7a197d997 18:51:48 ---> 6ed3c9dd12fd 18:51:48 18:51:48 Successfully built 6ed3c9dd12fd 18:51:48 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:51:50  Building docker-security-bootstrapper-go ... done Removing intermediate container eb20e5c1379f 18:51:50 ---> 15260a4a13d6 18:51:50 18:51:50 Step 11/26 : FROM docker:20.10.0 18:51:50 20.10.0: Pulling from library/docker 18:52:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:52:01 Status: Downloaded newer image for docker:20.10.0 18:52:01 ---> eeaf43b92773 18:52:01 Step 12/26 : RUN apk add --no-cache bash 18:52:02 ---> Running in 5d4996f70433 18:52:02 Removing intermediate container c4380160967e 18:52:02 ---> 4635b1340e17 18:52:02 18:52:02 Step 10/23 : FROM alpine:3.12 18:52:02 ---> d10569e2745f 18:52:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:52:02 ---> Running in e8771249c8c4 18:52:03 Removing intermediate container e8771249c8c4 18:52:03 ---> d1462d3b7123 18:52:03 Step 12/23 : ENV APP_PORT=48080 18:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:03 ---> Running in 2bcff211eb39 18:52:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:03 Removing intermediate container 2bcff211eb39 18:52:03 ---> 395e4cffc362 18:52:03 Step 13/23 : EXPOSE $APP_PORT 18:52:03 ---> Running in 76d822b64eff 18:52:04 (1/2) Installing readline (8.0.4-r0) 18:52:04 (2/2) Installing bash (5.0.17-r0) 18:52:04 Executing bash-5.0.17-r0.post-install 18:52:04 Executing busybox-1.31.1-r19.trigger 18:52:04 OK: 12 MiB in 22 packages 18:52:04 Removing intermediate container 76d822b64eff 18:52:04 ---> e006f03f5a1a 18:52:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:52:04 ---> Running in 7e919765bc54 18:52:05 Removing intermediate container 5d4996f70433 18:52:05 ---> f579ade0c235 18:52:05 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:52:05 ---> Running in 47944502010f 18:52:06 Removing intermediate container 47944502010f 18:52:06 ---> 7d6e9402b75f 18:52:06 Step 14/26 : ENV APP_PORT=48090 18:52:06 ---> Running in f031c1fe4fa0 18:52:06 Removing intermediate container f031c1fe4fa0 18:52:06 ---> 5f582ea36f98 18:52:06 Step 15/26 : EXPOSE $APP_PORT 18:52:07 Removing intermediate container 7e919765bc54 18:52:07 ---> 5dee29af0e81 18:52:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:52:07 ---> Running in 4780d0915f14 18:52:07 ---> Running in 8ec7378d83ea 18:52:07 Removing intermediate container 4780d0915f14 18:52:07 ---> 53468d62f415 18:52:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:52:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:09 ---> e65013acb511 18:52:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:09 (1/6) Installing dumb-init (1.2.2-r1) 18:52:10 (2/6) Installing libgcc (9.3.0-r2) 18:52:10 ---> 64795b07cfdb 18:52:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:52:10 (3/6) Installing libsodium (1.0.18-r0) 18:52:10 (4/6) Installing libstdc++ (9.3.0-r2) 18:52:10 (5/6) Installing libzmq (4.3.3-r0) 18:52:10 (6/6) Installing zeromq (4.3.3-r0) 18:52:10 Executing busybox-1.31.1-r19.trigger 18:52:10 OK: 8 MiB in 20 packages 18:52:10 ---> 38b7108cfa82 18:52:10 Step 19/26 : RUN apk --no-cache add py3-pip 18:52:11 ---> Running in ef405aa29f4b 18:52:12 Removing intermediate container 8ec7378d83ea 18:52:12 ---> 2f9d31da7fca 18:52:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:52:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:12 ---> ce378171c9af 18:52:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:52:13 (1/33) Installing libbz2 (1.0.8-r1) 18:52:13 (2/33) Installing expat (2.2.9-r1) 18:52:13 (3/33) Installing libffi (3.3-r2) 18:52:13 (4/33) Installing gdbm (1.13-r1) 18:52:13 (5/33) Installing xz-libs (5.2.5-r0) 18:52:13 (6/33) Installing sqlite-libs (3.32.1-r0) 18:52:13 (7/33) Installing python3 (3.8.5-r1) 18:52:14 ---> 9ef673218c2e 18:52:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:52:15 (8/33) Installing py3-appdirs (1.4.4-r1) 18:52:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:52:15 (10/33) Installing py3-parsing (2.4.7-r0) 18:52:15 (11/33) Installing py3-six (1.15.0-r0) 18:52:15 (12/33) Installing py3-packaging (20.4-r0) 18:52:15 (13/33) Installing py3-setuptools (47.0.0-r0) 18:52:15 (14/33) Installing py3-chardet (3.0.4-r4) 18:52:15 (15/33) Installing py3-idna (2.9-r0) 18:52:15 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:52:15 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:52:15 (18/33) Installing py3-requests (2.23.0-r0) 18:52:15 (19/33) Installing py3-msgpack (1.0.0-r0) 18:52:15 (20/33) Installing py3-lockfile (0.12.2-r3) 18:52:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:52:15 (22/33) Installing py3-colorama (0.4.3-r0) 18:52:15 (23/33) Installing py3-distlib (0.3.0-r0) 18:52:15 (24/33) Installing py3-distro (1.5.0-r1) 18:52:15 (25/33) Installing py3-webencodings (0.5.1-r3) 18:52:15 (26/33) Installing py3-html5lib (1.0.1-r4) 18:52:15 ---> 2faae45065ca 18:52:15 Step 19/23 : ENTRYPOINT ["/core-data"] 18:52:15 (27/33) Installing py3-pytoml (0.1.21-r0) 18:52:15 (28/33) Installing py3-pep517 (0.8.2-r0) 18:52:15 (29/33) Installing py3-progress (1.5-r0) 18:52:15 (30/33) Installing py3-toml (0.10.1-r0) 18:52:15 (31/33) Installing py3-retrying (1.3.3-r0) 18:52:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:52:15 (33/33) Installing py3-pip (20.1.1-r0) 18:52:15 Executing busybox-1.31.1-r19.trigger 18:52:16 OK: 71 MiB in 55 packages 18:52:16 ---> Running in 46ffa7693326 18:52:16 Removing intermediate container 46ffa7693326 18:52:16 ---> 150eadd47c47 18:52:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:52:16 ---> Running in cc358dd0a819 18:52:17 Removing intermediate container cc358dd0a819 18:52:17 ---> 02c98b180a89 18:52:17 Step 21/23 : LABEL arch=arm64 18:52:17 ---> Running in 60c2b6bcc53a 18:52:18 Removing intermediate container 60c2b6bcc53a 18:52:18 ---> 84de4d2ef4f1 18:52:18 Step 22/23 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:52:18 ---> Running in b8758e5ee4d1 18:52:18 Removing intermediate container b8758e5ee4d1 18:52:18 ---> f44fff3b5faa 18:52:18 Step 23/23 : LABEL version=0.0.0 18:52:19 ---> Running in 8d2eff3eff29 18:52:19 Removing intermediate container 8d2eff3eff29 18:52:19 ---> 3c8f841e5333 18:52:19 18:52:20 Successfully built 3c8f841e5333 18:52:20 Successfully tagged docker-core-data-go-arm64:latest 18:52:21  Building docker-core-data-go ... done Removing intermediate container ef405aa29f4b 18:52:21 ---> b790faba478e 18:52:21 Step 20/26 : RUN pip install docker-compose==1.23.2 18:52:21 ---> Running in 6e50a71eef17 18:52:28 Collecting docker-compose==1.23.2 18:52:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:52:30 Collecting PyYAML<4,>=3.10 18:52:30 Downloading PyYAML-3.13.tar.gz (270 kB) 18:52:35 Collecting jsonschema<3,>=2.5.1 18:52:35 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:52:36 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:52:36 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:52:37 Collecting docopt<0.7,>=0.6.1 18:52:37 Downloading docopt-0.6.2.tar.gz (25 kB) 18:52:40 Collecting texttable<0.10,>=0.9.0 18:52:40 Downloading texttable-0.9.1.tar.gz (11 kB) 18:52:43 Collecting cached-property<2,>=1.2.0 18:52:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:52:43 Collecting docker<4.0,>=3.6.0 18:52:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:52:45 Collecting websocket-client<1.0,>=0.32.0 18:52:45 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 18:52:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:52:45 Collecting dockerpty<0.5,>=0.4.1 18:52:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:52:49 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 18:52:49 Collecting idna<2.8,>=2.5 18:52:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:52:50 Collecting urllib3<1.25,>=1.21.1 18:52:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:52:50 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 18:52:50 Collecting docker-pycreds>=0.4.0 18:52:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:52:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:52:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:52:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:52:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:52:52 Installing collected packages: PyYAML, jsonschema, idna, urllib3, requests, docopt, texttable, cached-property, docker-pycreds, websocket-client, docker, dockerpty, docker-compose 18:52:52 Running setup.py install for PyYAML: started 18:52:55 Running setup.py install for PyYAML: finished with status 'done' 18:52:55 Attempting uninstall: idna 18:52:55 Found existing installation: idna 2.9 18:52:55 Uninstalling idna-2.9: 18:52:55 Successfully uninstalled idna-2.9 18:52:56 Attempting uninstall: urllib3 18:52:56 Found existing installation: urllib3 1.25.9 18:52:56 Uninstalling urllib3-1.25.9: 18:52:57 Successfully uninstalled urllib3-1.25.9 18:52:57 Attempting uninstall: requests 18:52:57 Found existing installation: requests 2.23.0 18:52:57 Uninstalling requests-2.23.0: 18:52:57 Successfully uninstalled requests-2.23.0 18:52:58 Running setup.py install for docopt: started 18:53:00 Running setup.py install for docopt: finished with status 'done' 18:53:00 Running setup.py install for texttable: started 18:53:04 Running setup.py install for texttable: finished with status 'done' 18:53:05 Running setup.py install for dockerpty: started 18:53:08 Running setup.py install for dockerpty: finished with status 'done' 18:53:09 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 18:53:13 Removing intermediate container 6e50a71eef17 18:53:13 ---> 0007aef780d0 18:53:13 Step 21/26 : RUN apk --no-cache add curl 18:53:13 ---> Running in 43ce4737c3c4 18:53:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:53:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:53:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:53:15 (2/3) Installing libcurl (7.69.1-r3) 18:53:15 (3/3) Installing curl (7.69.1-r3) 18:53:15 Executing busybox-1.31.1-r19.trigger 18:53:15 OK: 71 MiB in 58 packages 18:53:17 Removing intermediate container 43ce4737c3c4 18:53:17 ---> 765540c35514 18:53:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:53:17 ---> Running in b370784fd14d 18:53:17 Removing intermediate container b370784fd14d 18:53:17 ---> 08b72b75921d 18:53:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:53:17 ---> Running in 4a08061c6043 18:53:18 Removing intermediate container 4a08061c6043 18:53:18 ---> fa5c9365bfeb 18:53:18 Step 24/26 : LABEL arch=arm64 18:53:18 ---> Running in 09691bcb9a58 18:53:19 Removing intermediate container 09691bcb9a58 18:53:19 ---> 932166e4ece4 18:53:19 Step 25/26 : LABEL git_sha=d9d1cdb2a048b2aa1100d198dafcee133d44e819 18:53:19 ---> Running in de85e4eb4e32 18:53:19 Removing intermediate container de85e4eb4e32 18:53:19 ---> 4dcf1d466d43 18:53:19 Step 26/26 : LABEL version=0.0.0 18:53:19 ---> Running in 4bef20ac2a5c 18:53:20 Removing intermediate container 4bef20ac2a5c 18:53:20 ---> b1d3989f1ef8 18:53:20 18:53:20 Successfully built b1d3989f1ef8 18:53:20 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:53:21  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 18:53:21 $ docker stop --time=1 fba9941494fe6383b0f3e668f18ab08f90f44709ead3ac077fa626a4cfd42c4a 18:53:23 $ docker rm -f fba9941494fe6383b0f3e668f18ab08f90f44709ead3ac077fa626a4cfd42c4a [Pipeline] // withDockerContainer [Pipeline] sh 18:53:24 + docker images 18:53:24 + grep docker 18:53:24 docker-sys-mgmt-agent-go-arm64 latest b1d3989f1ef8 4 seconds ago 300MB 18:53:24 docker-core-data-go-arm64 latest 3c8f841e5333 About a minute ago 21.1MB 18:53:24 docker-security-bootstrapper-go-arm64 latest 6ed3c9dd12fd About a minute ago 17.8MB 18:53:24 docker-core-metadata-go-arm64 latest ac576cdf4951 About a minute ago 17.9MB 18:53:24 docker-core-command-go-arm64 latest 7698b79cca37 4 minutes ago 16.2MB 18:53:24 docker-support-notifications-go-arm64 latest 0a0e1daf34b9 4 minutes ago 16.9MB 18:53:24 docker-support-scheduler-go-arm64 latest 0329e867be8f 4 minutes ago 16.3MB 18:53:24 docker-security-secretstore-setup-go-arm64 latest 3c1ba0dca8d2 4 minutes ago 23.7MB 18:53:24 docker-security-proxy-setup-go-arm64 latest 420fc9ba519a 4 minutes ago 23.4MB 18:53:24 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 18:53:25 ---> job-cost.sh 18:53:25 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ILih 18:54:21 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:57:13 lf-activate-venv(): INFO: Adding /tmp/venv-ILih/bin to PATH 18:57:13 INFO: No Stack... 18:57:13 INFO: Retrieving Pricing Info for: lf-standard-4 18:57:13 INFO: Archiving Costs [Pipeline] sh 18:57:14 + cat+ /w/workspace/edgex-go/7/archives/cost.csv 18:57:14 cut -d, -f6 [Pipeline] lock 18:57:14 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3208-7-stack-cost] 18:57:14 Resource [jenkins-edgexfoundry-edgex-go-PR-3208-7-stack-cost] did not exist. Created. 18:57:14 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3208-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:57:14 + echo total: 0.20999999344348907 [Pipeline] stash 18:57:14 Stashed 1 file(s) [Pipeline] } 18:57:14 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3208-7-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 18:57:16 provisioning config files... 18:57:16 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config5948553452381421648tmp [Pipeline] { [Pipeline] sh 18:57:16 + set +x 18:57:16 + curl -s https://codecov.io/bash 18:57:16 + bash -s -- 18:57:17 18:57:17 _____ _ 18:57:17 / ____| | | 18:57:17 | | ___ __| | ___ ___ _____ __ 18:57:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:57:17 | |___| (_) | (_| | __/ (_| (_) \ V / 18:57:17 \_____\___/ \__,_|\___|\___\___/ \_/ 18:57:17 Bash-20210226-7100762 18:57:17 18:57:17 18:57:17 ==> git version 2.24.3 found 18:57:17 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 18:57:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:57:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:57:17 ==> Jenkins CI detected. 18:57:17 project root: . 18:57:17 --> token set from env 18:57:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:57:17 ==> Running gcov in . (disable via -X gcov) 18:57:17 ==> Python coveragepy not found 18:57:17 ==> Searching for coverage reports in: 18:57:17 + . 18:57:17 -> Found 1 reports 18:57:17 ==> Detecting git/mercurial file structure 18:57:17 ==> Reading reports 18:57:17 + ./coverage.out bytes=621194 18:57:17 ==> Appending adjustments 18:57:17 https://docs.codecov.io/docs/fixing-reports 18:57:20 + Found adjustments 18:57:20 ==> Gzipping contents 18:57:20 92K /tmp/codecov.RtAO4D.gz 18:57:20 ==> Uploading reports 18:57:20 url: https://codecov.io 18:57:20 query: branch=PR-3208&commit=d9d1cdb2a048b2aa1100d198dafcee133d44e819&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 18:57:20 -> Pinging Codecov 18:57:20 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3208&commit=d9d1cdb2a048b2aa1100d198dafcee133d44e819&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3208%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3208&job=&cmd_args= 18:57:21 -> Uploading to 18:57:21 https://storage.googleapis.com/codecov/v4/raw/2021-03-05/00271124DB129430A58F1EEE437C3FCB/d9d1cdb2a048b2aa1100d198dafcee133d44e819/59769f5a-0882-4e94-a441-37d87233ec6c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210305%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210305T185721Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a09f7bfe83580226e46b469a7043070eb4e978a81078f46d8ed47f89005df03b 18:57:21 % Total % Received % Xferd Average Speed Time Time Time Current 18:57:21 Dload Upload Total Spent Left Speed 18:57:21 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91907 0 0 100 91907 0 155k --:--:-- --:--:-- --:--:-- 155k 100 91907 0 0 100 91907 0 155k --:--:-- --:--:-- --:--:-- 155k 18:57:21 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/d9d1cdb2a048b2aa1100d198dafcee133d44e819 [Pipeline] } 18:57:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 18:57:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:57:24 ---> package-listing.sh 18:57:24 ++ facter osfamily 18:57:24 ++ tr '[:upper:]' '[:lower:]' 18:57:24 + OS_FAMILY=redhat 18:57:24 + workspace=/w/workspace/edgex-go/7 18:57:24 + START_PACKAGES=/tmp/packages_start.txt 18:57:24 + END_PACKAGES=/tmp/packages_end.txt 18:57:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:57:24 + PACKAGES=/tmp/packages_start.txt 18:57:24 + '[' /w/workspace/edgex-go/7 ']' 18:57:24 + PACKAGES=/tmp/packages_end.txt 18:57:24 + case "${OS_FAMILY}" in 18:57:24 + rpm -qa 18:57:24 + sort 18:57:29 + '[' -f /tmp/packages_start.txt ']' 18:57:29 + '[' -f /tmp/packages_end.txt ']' 18:57:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:57:29 + '[' /w/workspace/edgex-go/7 ']' 18:57:29 + mkdir -p /w/workspace/edgex-go/7/archives/ 18:57:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 18:57:29 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:57:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:57:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:57:30 18:57:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:57:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:57:30 alpine: Pulling from edgex-lftools-log-publisher 18:57:30 df20fa9351a1: Pulling fs layer 18:57:30 36b3adc4ff6f: Pulling fs layer 18:57:30 8ad3a11d3b57: Pulling fs layer 18:57:30 46f8f816bc3b: Pulling fs layer 18:57:30 93b61091891f: Pulling fs layer 18:57:30 46f8f816bc3b: Waiting 18:57:30 93b9cdb0e59b: Pulling fs layer 18:57:30 93b61091891f: Waiting 18:57:30 5e14af77c1be: Pulling fs layer 18:57:30 01666e4c0597: Pulling fs layer 18:57:30 aa168da1d23b: Pulling fs layer 18:57:30 93b9cdb0e59b: Waiting 18:57:30 5e14af77c1be: Waiting 18:57:30 aa168da1d23b: Waiting 18:57:30 36b3adc4ff6f: Verifying Checksum 18:57:30 36b3adc4ff6f: Download complete 18:57:30 46f8f816bc3b: Verifying Checksum 18:57:30 46f8f816bc3b: Download complete 18:57:30 df20fa9351a1: Verifying Checksum 18:57:30 df20fa9351a1: Download complete 18:57:30 93b9cdb0e59b: Verifying Checksum 18:57:30 93b9cdb0e59b: Download complete 18:57:30 5e14af77c1be: Verifying Checksum 18:57:30 5e14af77c1be: Download complete 18:57:30 93b61091891f: Verifying Checksum 18:57:30 93b61091891f: Download complete 18:57:30 01666e4c0597: Verifying Checksum 18:57:30 01666e4c0597: Download complete 18:57:30 8ad3a11d3b57: Verifying Checksum 18:57:30 8ad3a11d3b57: Download complete 18:57:31 df20fa9351a1: Pull complete 18:57:31 36b3adc4ff6f: Pull complete 18:57:33 aa168da1d23b: Verifying Checksum 18:57:33 aa168da1d23b: Download complete 18:57:33 8ad3a11d3b57: Pull complete 18:57:33 46f8f816bc3b: Pull complete 18:57:33 93b61091891f: Pull complete 18:57:34 93b9cdb0e59b: Pull complete 18:57:34 5e14af77c1be: Pull complete 18:57:34 01666e4c0597: Pull complete 18:57:44 aa168da1d23b: Pull complete 18:57:44 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:57:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:57:44 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:57:44 prd-centos7-docker-4c-2g-28736 does not seem to be running inside a container 18:57:44 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:57:49 $ docker top 7b6f9233e72c05ca9a9d42c9e239e4e795349de95ad281a99333735cf1c2bd2f -eo pid,comm [Pipeline] { [Pipeline] sh 18:57:50 + touch /tmp/pre-build-complete [Pipeline] sh 18:57:50 + mkdir -p /var/log/sa [Pipeline] sh 18:57:50 + ls /var/log/sa-host 18:57:50 + sadf -c /var/log/sa-host/sa05 18:57:50 file_magic: OK 18:57:50 HZ: Using current value: 100 18:57:50 file_header: OK 18:57:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:57:50 Statistics: 18:57:50 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...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:57:50 File successfully converted to sysstat format version 12.2.1 18:57:50 + sadf -c /var/log/sa-host/sa23 18:57:50 file_magic: OK 18:57:50 HZ: Using current value: 100 18:57:50 file_header: OK 18:57:50 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 18:57:50 Statistics: 18:57:50 Hnuu...uuuununununu... 18:57:50 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:57:51 provisioning config files... 18:57:51 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config3285551415270256937tmp [Pipeline] { [Pipeline] echo 18:57:51 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:57:51 ---> create-netrc.sh [Pipeline] } 18:57:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:57:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:57:51 ---> python-tools-install.sh [Pipeline] echo 18:57:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:57:52 ---> sudo-logs.sh 18:57:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:57:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:57:52 ---> job-cost.sh 18:57:52 lf-activate-venv: SKIPPING 18:57:52 DEBUG: total: 0.20999999344348907 18:57:52 INFO: Retrieving Stack Cost... 18:57:54 INFO: Retrieving Pricing Info for: v1-standard-2 18:57:54 INFO: Archiving Costs [Pipeline] echo 18:57:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:57:54 ---> logs-deploy.sh 18:57:54 lf-activate-venv: SKIPPING 18:57:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3208/7 18:57:54 INFO: archiving workspace using pattern(s): 18:57:56 Archives upload complete. 18:57:56 INFO: archiving logs to Nexus 18:57:57 ---> uname -a: 18:57:57 Linux prd-centos7-docker-4c-2g-28736.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:57:57 18:57:57 18:57:57 ---> lscpu: 18:57:57 Architecture: x86_64 18:57:57 CPU op-mode(s): 32-bit, 64-bit 18:57:57 Byte Order: Little Endian 18:57:57 Address sizes: 40 bits physical, 48 bits virtual 18:57:57 CPU(s): 4 18:57:57 On-line CPU(s) list: 0-3 18:57:57 Thread(s) per core: 1 18:57:57 Core(s) per socket: 1 18:57:57 Socket(s): 4 18:57:57 NUMA node(s): 1 18:57:57 Vendor ID: GenuineIntel 18:57:57 CPU family: 6 18:57:57 Model: 44 18:57:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:57:57 Stepping: 1 18:57:57 CPU MHz: 2933.438 18:57:57 BogoMIPS: 5866.87 18:57:57 Virtualization: VT-x 18:57:57 Hypervisor vendor: KVM 18:57:57 Virtualization type: full 18:57:57 L1d cache: 128 KiB 18:57:57 L1i cache: 128 KiB 18:57:57 L2 cache: 16 MiB 18:57:57 L3 cache: 64 MiB 18:57:57 NUMA node0 CPU(s): 0-3 18:57:57 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:57:57 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:57:57 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:57:57 Vulnerability Meltdown: Mitigation; PTI 18:57:57 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:57:57 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:57:57 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:57:57 Vulnerability Srbds: Not affected 18:57:57 Vulnerability Tsx async abort: Not affected 18:57:57 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 18:57:57 18:57:57 18:57:57 ---> nproc: 18:57:57 4 18:57:57 18:57:57 18:57:57 ---> df -h: 18:57:57 Filesystem Size Used Available Use% Mounted on 18:57:57 overlay 50.0G 11.7G 38.2G 23% / 18:57:57 tmpfs 64.0M 0 64.0M 0% /dev 18:57:57 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:57:57 shm 64.0M 0 64.0M 0% /dev/shm 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/7 18:57:57 /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/7@tmp 18:57:57 18:57:57 18:57:57 ---> free -m: 18:57:57 total used free shared buff/cache available 18:57:57 Mem: 1837 715 106 0 1015 1038 18:57:57 Swap: 1023 43 980 18:57:57 18:57:57 18:57:57 ---> ip addr: 18:57:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:57:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:57:57 inet 127.0.0.1/8 scope host lo 18:57:57 valid_lft forever preferred_lft forever 18:57:57 inet6 ::1/128 scope host 18:57:57 valid_lft forever preferred_lft forever 18:57:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:57:57 link/ether fa:16:3e:4e:dc:ae brd ff:ff:ff:ff:ff:ff 18:57:57 inet 10.30.123.131/23 brd 10.30.123.255 scope global dynamic eth0 18:57:57 valid_lft 84781sec preferred_lft 84781sec 18:57:57 inet6 fe80::f816:3eff:fe4e:dcae/64 scope link 18:57:57 valid_lft forever preferred_lft forever 18:57:57 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:57:57 link/ether 02:42:09:eb:13:13 brd ff:ff:ff:ff:ff:ff 18:57:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:57:57 valid_lft forever preferred_lft forever 18:57:57 inet6 fe80::42:9ff:feeb:1313/64 scope link 18:57:57 valid_lft forever preferred_lft forever 18:57:57 18:57:57 18:57:57 ---> sar -b -r -n DEV: 18:57:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 18:57:57 18:57:57 18:30:46 LINUX RESTART (4 CPU) 18:57:57 18:57:57 18:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:57:57 18:33:01 231.88 94.23 137.65 0.00 7198.54 49142.26 0.00 18:57:57 18:34:01 229.30 90.69 138.60 0.00 3094.72 19450.58 0.00 18:57:57 18:35:02 114.45 52.70 61.75 0.00 1966.15 6829.93 0.00 18:57:57 18:36:01 132.03 38.19 93.84 0.00 2553.09 21334.18 0.00 18:57:57 18:37:04 1266.86 999.01 267.85 0.00 103990.21 159274.14 0.00 18:57:57 18:38:02 2564.09 2298.50 265.58 0.00 132596.21 147955.94 0.00 18:57:57 18:39:02 456.68 173.28 283.40 0.00 43588.79 96228.51 0.00 18:57:57 18:40:01 2069.31 1740.06 329.24 0.00 124223.97 127560.88 0.00 18:57:57 18:41:02 498.55 254.72 243.83 0.00 19454.34 31521.50 0.00 18:57:57 18:42:01 5.64 0.46 5.18 0.00 6.77 193.58 0.00 18:57:57 18:43:01 0.27 0.02 0.25 0.00 0.13 3.00 0.00 18:57:57 18:44:01 0.18 0.03 0.15 0.00 0.27 1.97 0.00 18:57:57 18:45:01 0.37 0.03 0.33 0.00 0.27 3.70 0.00 18:57:57 18:46:01 2.15 1.90 0.25 0.00 67.41 2.73 0.00 18:57:57 18:47:01 0.85 0.03 0.82 0.00 1.07 15.63 0.00 18:57:57 18:48:01 0.30 0.02 0.28 0.00 0.53 3.25 0.00 18:57:57 18:49:01 0.33 0.00 0.33 0.00 0.00 3.78 0.00 18:57:57 18:50:01 0.25 0.02 0.23 0.00 0.27 2.35 0.00 18:57:57 18:51:01 0.22 0.02 0.20 0.00 0.53 1.82 0.00 18:57:57 18:52:01 0.55 0.27 0.28 0.00 130.14 3.38 0.00 18:57:57 18:53:01 0.23 0.02 0.22 0.00 0.53 2.35 0.00 18:57:57 18:54:01 0.30 0.02 0.28 0.00 0.27 3.28 0.00 18:57:57 18:55:01 0.30 0.02 0.28 0.00 0.27 2.65 0.00 18:57:57 18:56:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 18:57:57 18:57:01 0.28 0.00 0.28 0.00 0.00 3.38 0.00 18:57:57 Average: 300.37 227.11 73.26 0.00 17487.33 26407.16 0.00 18:57:57 18:57:57 18:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:57:57 18:33:01 137372 0 660256 35.09 2000 1081916 1499824 51.19 571552 926496 1628 18:57:57 18:34:01 201696 0 766544 40.74 1228 912076 1724692 58.86 647384 751084 41524 18:57:57 18:35:02 165920 0 870480 46.26 748 844396 1832496 62.54 703208 719448 68904 18:57:57 18:36:01 68664 0 756648 40.21 528 1055704 1519500 51.86 639892 876672 95108 18:57:57 18:37:04 52572 0 809884 43.04 0 1019088 2308660 78.79 737116 874068 48604 18:57:57 18:38:02 259628 0 1135640 60.36 0 486276 3034012 103.55 745692 608256 46140 18:57:57 18:39:02 52380 0 810948 43.10 0 1018216 2186120 74.61 766080 817480 71452 18:57:57 18:40:01 72548 0 899296 47.80 0 909700 2490688 85.00 749216 813736 58152 18:57:57 18:41:02 479624 0 637872 33.90 0 764048 1221256 41.68 545256 606856 20 18:57:57 18:42:01 485524 0 632008 33.59 0 764012 1200288 40.96 542192 606408 12 18:57:57 18:43:01 485884 0 631640 33.57 0 764020 1198268 40.89 542148 606152 8 18:57:57 18:44:01 486480 0 631032 33.54 0 764032 1194688 40.77 542232 605544 8 18:57:57 18:45:01 487700 0 629804 33.47 0 764040 1186416 40.49 541632 605384 8 18:57:57 18:46:01 486264 0 629888 33.48 0 765392 1182304 40.35 541492 606568 16 18:57:57 18:47:01 486096 0 630036 33.49 0 765412 1182436 40.35 541468 606580 8 18:57:57 18:48:01 485876 0 630260 33.50 0 765408 1182304 40.35 541496 606580 8 18:57:57 18:49:01 486172 0 629948 33.48 0 765424 1182304 40.35 541496 606596 8 18:57:57 18:50:01 486180 0 629928 33.48 0 765436 1182304 40.35 541504 606604 8 18:57:57 18:51:01 485576 0 630524 33.51 0 765444 1182496 40.36 541968 606620 8 18:57:57 18:52:01 479400 0 632796 33.63 0 769348 1182436 40.35 547240 607700 8 18:57:57 18:53:01 479428 0 632764 33.63 0 769352 1182304 40.35 547016 607712 12 18:57:57 18:54:01 479132 0 633052 33.65 0 769360 1182304 40.35 547144 607720 8 18:57:57 18:55:01 479436 0 632748 33.63 0 769360 1182304 40.35 547148 607720 8 18:57:57 18:56:01 479412 0 632756 33.63 0 769376 1182304 40.35 547156 607728 8 18:57:57 18:57:01 479300 0 632860 33.64 0 769384 1182412 40.35 547316 607728 8 18:57:57 Average: 369131 0 697984 37.10 180 814249 1471405 50.22 592242 668138 17267 18:57:57 18:57:57 18:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:57:57 18:33:01 eth0 775.39 744.16 4415.84 94.38 0.00 0.00 0.00 0.00 18:57:57 18:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:33:01 vethe105d91 28.24 32.78 2.70 23.34 0.00 0.00 0.00 0.00 18:57:57 18:33:01 docker0 442.38 429.28 33.81 1569.13 0.00 0.00 0.00 0.00 18:57:57 18:34:01 veth7adc6f0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 18:57:57 18:34:01 eth0 106.73 82.32 477.95 15.93 0.00 0.00 0.00 0.00 18:57:57 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:34:01 docker0 65.49 78.07 5.05 451.70 0.00 0.00 0.00 0.00 18:57:57 18:35:02 veth7adc6f0 2.34 2.34 0.19 0.19 0.00 0.00 0.00 0.00 18:57:57 18:35:02 eth0 40.12 27.33 21.35 66.55 0.00 0.00 0.00 0.00 18:57:57 18:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:35:02 docker0 2.34 2.34 0.15 0.19 0.00 0.00 0.00 0.00 18:57:57 18:36:01 eth0 220.29 181.75 1701.88 24.62 0.00 0.00 0.00 0.00 18:57:57 18:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:37:04 eth0 83.28 57.06 172.87 66.92 0.00 0.00 0.00 0.00 18:57:57 18:37:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:37:04 veth4375854 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 18:57:57 18:37:04 docker0 14.72 28.00 0.81 140.16 0.00 0.00 0.00 0.00 18:57:57 18:38:02 veth1f30baf 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:57:57 18:38:02 veth91dc4e4 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:57:57 18:38:02 veth97e26e1 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 18:57:57 18:38:02 eth0 9.76 5.06 8.13 4.24 0.00 0.00 0.00 0.00 18:57:57 18:39:02 eth0 227.75 152.15 1762.91 70.01 0.00 0.00 0.00 0.00 18:57:57 18:39:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 18:57:57 18:39:02 veth4375854 0.00 0.61 0.00 0.03 0.00 0.00 0.00 0.00 18:57:57 18:39:02 docker0 1015.31 994.69 81.29 4129.34 0.00 0.00 0.00 0.00 18:57:57 18:40:01 vethfa27338 2.17 3.54 0.41 18.18 0.00 0.00 0.00 0.00 18:57:57 18:40:01 eth0 51.66 26.80 108.06 16.79 0.00 0.00 0.00 0.00 18:57:57 18:40:01 veth25625cc 0.00 0.29 0.00 0.02 0.00 0.00 0.00 0.00 18:57:57 18:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:41:02 eth0 90.42 55.47 182.94 80.55 0.00 0.00 0.00 0.00 18:57:57 18:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:41:02 docker0 1036.35 1034.89 82.78 4359.19 0.00 0.00 0.00 0.00 18:57:57 18:42:01 eth0 1.24 0.41 0.46 0.25 0.00 0.00 0.00 0.00 18:57:57 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:43:01 eth0 1.48 0.62 0.59 0.40 0.00 0.00 0.00 0.00 18:57:57 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:44:01 eth0 5.20 5.08 0.58 10.53 0.00 0.00 0.00 0.00 18:57:57 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:45:01 eth0 0.20 0.13 0.06 0.01 0.00 0.00 0.00 0.00 18:57:57 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:46:01 eth0 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:57:57 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:47:01 eth0 3.11 3.10 0.32 6.80 0.00 0.00 0.00 0.00 18:57:57 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:48:01 eth0 0.18 0.10 0.01 0.01 0.00 0.00 0.00 0.00 18:57:57 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:49:01 eth0 0.55 0.05 0.04 0.00 0.00 0.00 0.00 0.00 18:57:57 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:50:01 eth0 0.32 0.10 0.03 0.01 0.00 0.00 0.00 0.00 18:57:57 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:51:01 eth0 8.31 9.14 0.77 20.64 0.00 0.00 0.00 0.00 18:57:57 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:52:01 eth0 4.00 3.96 0.38 6.97 0.00 0.00 0.00 0.00 18:57:57 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:53:01 eth0 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:54:01 eth0 0.12 0.07 0.01 0.00 0.00 0.00 0.00 0.00 18:57:57 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:55:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 18:57:57 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:56:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:57:01 eth0 0.88 0.90 0.18 4.75 0.00 0.00 0.00 0.00 18:57:57 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 Average: eth0 65.46 54.39 354.91 19.76 0.00 0.00 0.00 0.00 18:57:57 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:57:57 Average: docker0 23.13 26.09 1.72 114.93 0.00 0.00 0.00 0.00 18:57:57 18:57:57 18:57:57 ---> sar -P ALL: 18:57:57 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/05/21 _x86_64_ (4 CPU) 18:57:57 18:57:57 18:30:46 LINUX RESTART (4 CPU) 18:57:57 18:57:57 18:32:01 CPU %user %nice %system %iowait %steal %idle 18:57:57 18:33:01 all 14.59 0.00 7.96 2.38 0.34 74.74 18:57:57 18:33:01 0 17.03 0.00 10.09 1.40 0.38 71.10 18:57:57 18:33:01 1 11.57 0.00 7.26 4.03 0.34 76.79 18:57:57 18:33:01 2 14.94 0.00 7.75 2.28 0.27 74.75 18:57:57 18:33:01 3 14.86 0.00 6.73 1.78 0.35 76.29 18:57:57 18:34:01 all 37.42 0.00 11.76 5.59 0.79 44.45 18:57:57 18:34:01 0 38.13 0.00 11.53 3.46 0.82 46.05 18:57:57 18:34:01 1 37.24 0.00 11.63 5.15 0.83 45.16 18:57:57 18:34:01 2 37.28 0.00 11.52 5.94 0.68 44.59 18:57:57 18:34:01 3 37.03 0.00 12.36 7.79 0.81 42.00 18:57:57 18:35:02 all 52.75 0.00 14.07 2.65 0.70 29.83 18:57:57 18:35:02 0 53.68 0.00 13.22 2.12 0.61 30.36 18:57:57 18:35:02 1 52.70 0.00 14.76 3.26 0.80 28.47 18:57:57 18:35:02 2 51.35 0.00 13.97 2.51 0.77 31.39 18:57:57 18:35:02 3 53.27 0.00 14.33 2.70 0.60 29.10 18:57:57 18:36:01 all 38.35 0.00 13.48 3.64 0.66 43.86 18:57:57 18:36:01 0 37.93 0.00 13.29 2.91 0.65 45.22 18:57:57 18:36:01 1 37.06 0.00 13.42 6.51 0.70 42.31 18:57:57 18:36:01 2 38.71 0.00 14.03 3.13 0.63 43.50 18:57:57 18:36:01 3 39.72 0.00 13.18 2.02 0.67 44.42 18:57:57 18:37:04 all 22.46 0.00 25.98 11.69 1.64 38.23 18:57:57 18:37:04 0 23.62 0.00 25.31 10.51 1.62 38.95 18:57:57 18:37:04 1 22.76 0.00 26.53 12.04 1.52 37.16 18:57:57 18:37:04 2 22.28 0.00 26.42 12.58 1.57 37.15 18:57:57 18:37:04 3 21.18 0.00 25.65 11.64 1.86 39.67 18:57:57 18:38:02 all 42.08 0.00 22.88 19.19 1.85 14.01 18:57:57 18:38:02 0 42.25 0.00 23.07 16.63 1.99 16.06 18:57:57 18:38:02 1 43.35 0.00 22.95 20.92 1.57 11.21 18:57:57 18:38:02 2 42.19 0.00 23.18 19.16 1.86 13.62 18:57:57 18:38:02 3 40.51 0.00 22.30 20.05 1.96 15.18 18:57:57 18:39:02 all 38.58 0.00 20.28 21.00 0.68 19.47 18:57:57 18:39:02 0 38.85 0.00 19.94 20.58 0.64 19.99 18:57:57 18:39:02 1 37.74 0.00 21.00 23.43 0.65 17.18 18:57:57 18:39:02 2 38.71 0.00 20.24 20.94 0.79 19.32 18:57:57 18:39:02 3 39.02 0.00 19.93 19.04 0.63 21.37 18:57:57 18:40:01 all 46.70 0.00 27.15 16.94 1.89 7.31 18:57:57 18:40:01 0 47.24 0.00 26.59 16.65 1.75 7.77 18:57:57 18:40:01 1 46.37 0.00 27.55 15.72 1.95 8.41 18:57:57 18:40:01 2 46.61 0.00 27.11 16.81 1.98 7.50 18:57:57 18:40:01 3 46.57 0.00 27.37 18.62 1.89 5.55 18:57:57 18:41:02 all 32.11 0.00 14.57 13.48 0.64 39.21 18:57:57 18:41:02 0 31.46 0.00 13.95 14.11 0.64 39.84 18:57:57 18:41:02 1 32.84 0.00 14.47 12.84 0.55 39.30 18:57:57 18:41:02 2 32.76 0.00 15.16 15.28 0.71 36.10 18:57:57 18:41:02 3 31.38 0.00 14.69 11.68 0.64 41.60 18:57:57 18:42:01 all 0.16 0.00 0.06 0.03 0.00 99.75 18:57:57 18:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:57:57 18:42:01 1 0.53 0.00 0.10 0.03 0.00 99.34 18:57:57 18:42:01 2 0.03 0.00 0.05 0.00 0.02 99.90 18:57:57 18:42:01 3 0.05 0.00 0.05 0.07 0.00 99.83 18:57:57 18:43:01 all 0.17 0.00 0.04 0.00 0.00 99.79 18:57:57 18:43:01 0 0.05 0.00 0.02 0.02 0.00 99.92 18:57:57 18:43:01 1 0.55 0.00 0.03 0.00 0.00 99.42 18:57:57 18:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 18:57:57 18:43:01 3 0.02 0.00 0.05 0.00 0.00 99.93 18:57:57 18:57:57 18:43:01 CPU %user %nice %system %iowait %steal %idle 18:57:57 18:44:01 all 0.19 0.00 0.28 0.00 0.00 99.53 18:57:57 18:44:01 0 0.10 0.00 0.23 0.00 0.00 99.67 18:57:57 18:44:01 1 0.12 0.00 0.33 0.00 0.02 99.53 18:57:57 18:44:01 2 0.17 0.00 0.35 0.00 0.00 99.48 18:57:57 18:44:01 3 0.37 0.00 0.20 0.00 0.00 99.43 18:57:57 18:45:01 all 0.02 0.00 0.04 0.00 0.00 99.94 18:57:57 18:45:01 0 0.00 0.00 0.03 0.00 0.00 99.97 18:57:57 18:45:01 1 0.03 0.00 0.05 0.00 0.00 99.92 18:57:57 18:45:01 2 0.02 0.00 0.03 0.00 0.00 99.95 18:57:57 18:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 18:57:57 18:46:01 all 0.04 0.00 0.05 0.03 0.00 99.88 18:57:57 18:46:01 0 0.03 0.00 0.08 0.10 0.00 99.78 18:57:57 18:46:01 1 0.07 0.00 0.05 0.00 0.02 99.87 18:57:57 18:46:01 2 0.05 0.00 0.03 0.02 0.00 99.90 18:57:57 18:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:57:57 18:47:01 all 0.05 0.00 0.05 0.00 0.00 99.89 18:57:57 18:47:01 0 0.05 0.00 0.05 0.00 0.00 99.90 18:57:57 18:47:01 1 0.05 0.00 0.08 0.00 0.00 99.87 18:57:57 18:47:01 2 0.07 0.00 0.05 0.00 0.00 99.88 18:57:57 18:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:57:57 18:48:01 all 0.03 0.00 0.02 0.00 0.01 99.94 18:57:57 18:48:01 0 0.03 0.00 0.03 0.00 0.02 99.92 18:57:57 18:48:01 1 0.03 0.00 0.05 0.00 0.02 99.90 18:57:57 18:48:01 2 0.02 0.00 0.00 0.00 0.00 99.98 18:57:57 18:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:57:57 18:49:01 all 0.03 0.00 0.03 0.00 0.00 99.95 18:57:57 18:49:01 0 0.00 0.00 0.00 0.00 0.00 100.00 18:57:57 18:49:01 1 0.07 0.00 0.07 0.00 0.00 99.87 18:57:57 18:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 18:57:57 18:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 18:57:57 18:50:01 all 0.03 0.00 0.03 0.00 0.00 99.94 18:57:57 18:50:01 0 0.05 0.00 0.05 0.00 0.02 99.88 18:57:57 18:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 18:57:57 18:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:57:57 18:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 18:57:57 18:51:01 all 0.10 0.00 0.09 0.00 0.01 99.80 18:57:57 18:51:01 0 0.05 0.00 0.07 0.00 0.02 99.87 18:57:57 18:51:01 1 0.18 0.00 0.12 0.00 0.00 99.70 18:57:57 18:51:01 2 0.12 0.00 0.08 0.00 0.02 99.78 18:57:57 18:51:01 3 0.05 0.00 0.08 0.00 0.02 99.85 18:57:57 18:52:01 all 0.06 0.00 0.06 0.00 0.03 99.84 18:57:57 18:52:01 0 0.08 0.00 0.03 0.00 0.03 99.85 18:57:57 18:52:01 1 0.07 0.00 0.10 0.00 0.02 99.82 18:57:57 18:52:01 2 0.03 0.00 0.08 0.02 0.05 99.82 18:57:57 18:52:01 3 0.07 0.00 0.03 0.00 0.02 99.88 18:57:57 18:53:01 all 0.03 0.00 0.03 0.00 0.01 99.92 18:57:57 18:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:57:57 18:53:01 1 0.02 0.00 0.02 0.02 0.05 99.90 18:57:57 18:53:01 2 0.07 0.00 0.07 0.00 0.00 99.87 18:57:57 18:53:01 3 0.00 0.00 0.03 0.00 0.00 99.97 18:57:57 18:54:01 all 0.03 0.00 0.02 0.00 0.02 99.92 18:57:57 18:54:01 0 0.02 0.00 0.05 0.00 0.00 99.93 18:57:57 18:54:01 1 0.02 0.00 0.02 0.00 0.02 99.95 18:57:57 18:54:01 2 0.07 0.00 0.03 0.00 0.02 99.88 18:57:57 18:54:01 3 0.03 0.00 0.00 0.00 0.05 99.92 18:57:57 18:57:57 18:54:01 CPU %user %nice %system %iowait %steal %idle 18:57:57 18:55:01 all 0.02 0.00 0.04 0.00 0.02 99.92 18:57:57 18:55:01 0 0.00 0.00 0.02 0.00 0.03 99.95 18:57:57 18:55:01 1 0.02 0.00 0.05 0.00 0.02 99.92 18:57:57 18:55:01 2 0.05 0.00 0.07 0.00 0.03 99.85 18:57:57 18:55:01 3 0.02 0.00 0.02 0.00 0.02 99.95 18:57:57 18:56:01 all 0.02 0.00 0.02 0.00 0.00 99.95 18:57:57 18:56:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:57:57 18:56:01 1 0.02 0.00 0.03 0.00 0.00 99.95 18:57:57 18:56:01 2 0.02 0.00 0.02 0.00 0.00 99.97 18:57:57 18:56:01 3 0.05 0.00 0.03 0.00 0.00 99.92 18:57:57 18:57:01 all 0.14 0.00 0.03 0.00 0.00 99.83 18:57:57 18:57:01 0 0.03 0.00 0.02 0.00 0.02 99.93 18:57:57 18:57:01 1 0.42 0.00 0.05 0.00 0.00 99.53 18:57:57 18:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:57:57 18:57:01 3 0.07 0.00 0.03 0.00 0.00 99.90 18:57:57 Average: all 12.55 0.00 6.13 3.70 0.36 77.25 18:57:57 Average: 0 12.73 0.00 6.09 3.40 0.36 77.42 18:57:57 Average: 1 12.48 0.00 6.20 3.99 0.35 76.98 18:57:57 Average: 2 12.54 0.00 6.19 3.79 0.36 77.12 18:57:57 Average: 3 12.46 0.00 6.04 3.64 0.36 77.50 18:57:57 18:57:57 18:57:57