Pull request #3450 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 21e3f58a9b1098f86f84db904fd0203b90bd9a0c+d370f76947aef5a2f7c0780f9b8c47242afb1ba5 (23ae30b6225136a64c683fdf00f3b3cda6a8599c) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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-4904’ Running on prd-centos7-docker-4c-2g-4912 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 d370f76947aef5a2f7c0780f9b8c47242afb1ba5 into PR head commit 21e3f58a9b1098f86f84db904fd0203b90bd9a0c > 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/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21e3f58a9b1098f86f84db904fd0203b90bd9a0c # timeout=10 Merge succeeded, producing 21e3f58a9b1098f86f84db904fd0203b90bd9a0c Checking out Revision 21e3f58a9b1098f86f84db904fd0203b90bd9a0c (PR-3450) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d370f76947aef5a2f7c0780f9b8c47242afb1ba5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21e3f58a9b1098f86f84db904fd0203b90bd9a0c # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:41:25 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:41:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:41:25 ========================================================= 21:41:25 EdgeX Global Pipelines Version Info 21:41:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f5238657daba0f22d6f24811ac23fd82e4089bf0 # timeout=10 21:41:26 ------------------- 21:41:26 stable info: 21:41:26 ------------------- 21:41:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:41:26 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 21:41:26 Message: update stable to v1.0.192 21:41:27 ------------------- 21:41:27 experimental info: 21:41:27 ------------------- 21:41:27 Commited By: **** collab-it+edgex@linuxfoundation.org 21:41:27 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 21:41:27 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:41:27 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:41:27 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:41:27 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:41:27 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:41:27 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:41:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 21:41:27 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 21:41:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3450 [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3450 [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3450 [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21e3f58a9b1098f86f84db904fd0203b90bd9a0c [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21e3f58 [Pipeline] echo 21:41:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:41:28 provisioning config files... 21:41:28 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7148154841370731227tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:41:28 ---> docker-login.sh 21:41:28 nexus3.edgexfoundry.org:10001 21:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:29 Configure a credential helper to remove this warning. See 21:41:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:29 21:41:29 Login Succeeded 21:41:29 nexus3.edgexfoundry.org:10002 21:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:29 Configure a credential helper to remove this warning. See 21:41:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:29 21:41:29 Login Succeeded 21:41:29 nexus3.edgexfoundry.org:10003 21:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:29 Configure a credential helper to remove this warning. See 21:41:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:29 21:41:29 Login Succeeded 21:41:29 nexus3.edgexfoundry.org:10004 21:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:29 Configure a credential helper to remove this warning. See 21:41:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:29 21:41:29 Login Succeeded 21:41:29 docker.io 21:41:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:41:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:41:30 Configure a credential helper to remove this warning. See 21:41:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:41:30 21:41:30 Login Succeeded 21:41:30 ---> docker-login.sh ends [Pipeline] } 21:41:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:41:30 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/core-command/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo core-command,cmd/core-command/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/core-data/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo core-data,cmd/core-data/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/core-metadata/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo core-metadata,cmd/core-metadata/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/security-bootstrapper/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/security-proxy-setup/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/support-notifications/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo support-notifications,cmd/support-notifications/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/support-scheduler/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:41:30 + for file in '`ls cmd/**/Dockerfile`' 21:41:30 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:41:30 ++ cut -d/ -f2 21:41:30 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:41:30 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:41:31 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:41:31 21:41:31 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:41:31 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:41:31 latest: Pulling from edgex-devops/git-semver 21:41:31 31603596830f: Pulling fs layer 21:41:31 54011a49482f: Pulling fs layer 21:41:31 a6820b24f6d8: Pulling fs layer 21:41:31 f581987b2513: Pulling fs layer 21:41:31 f581987b2513: Waiting 21:41:31 54011a49482f: Verifying Checksum 21:41:31 54011a49482f: Download complete 21:41:31 31603596830f: Download complete 21:41:31 f581987b2513: Verifying Checksum 21:41:31 f581987b2513: Download complete 21:41:31 a6820b24f6d8: Verifying Checksum 21:41:31 a6820b24f6d8: Download complete 21:41:32 31603596830f: Pull complete 21:41:32 54011a49482f: Pull complete 21:41:33 a6820b24f6d8: Pull complete 21:41:33 f581987b2513: Pull complete 21:41:33 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 21:41:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:41:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:41:33 prd-centos7-docker-4c-2g-4912 does not seem to be running inside a container 21:41:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:41:35 $ docker top 388659ad3c1679cc6ef597471d407c4c7f0f87e7d90613071a23b8f8eff01335 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:41:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:41:36 [ssh-agent] Looking for ssh-agent implementation... 21:41:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:41:36 $ docker exec 388659ad3c1679cc6ef597471d407c4c7f0f87e7d90613071a23b8f8eff01335 ssh-agent 21:41:36 SSH_AUTH_SOCK=/tmp/ssh-g3FDtKKoGA0i/agent.11 21:41:36 SSH_AGENT_PID=16 21:41:36 Running ssh-add (command line suppressed) 21:41:36 Identity added: /w/workspace/edgex-go/6@tmp/private_key_3451466348207533382.key (/w/workspace/edgex-go/6@tmp/private_key_3451466348207533382.key) 21:41:36 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:41:36 + git tag --points-at HEAD [Pipeline] } 21:41:36 $ docker exec --env ******** --env ******** 388659ad3c1679cc6ef597471d407c4c7f0f87e7d90613071a23b8f8eff01335 ssh-agent -k 21:41:37 unset SSH_AUTH_SOCK; 21:41:37 unset SSH_AGENT_PID; 21:41:37 echo Agent pid 16 killed; 21:41:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:41:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:41:37 [ssh-agent] Looking for ssh-agent implementation... 21:41:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:41:37 $ docker exec 388659ad3c1679cc6ef597471d407c4c7f0f87e7d90613071a23b8f8eff01335 ssh-agent 21:41:37 SSH_AUTH_SOCK=/tmp/ssh-HfSETgfJ9w41/agent.45 21:41:37 SSH_AGENT_PID=50 21:41:37 Running ssh-add (command line suppressed) 21:41:37 Identity added: /w/workspace/edgex-go/6@tmp/private_key_7625686389811455250.key (/w/workspace/edgex-go/6@tmp/private_key_7625686389811455250.key) 21:41:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:41:37 + git semver init 21:41:37 # -> Open(): unable to determine branch for HEAD 21:41:37 # $GIT_DIR = /w/workspace/edgex-go/6/.git 21:41:37 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 21:41:37 # $SEMVER_REMOTE_NAME = origin 21:41:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:41:37 # $SEMVER_USER_NAME = edgex-jenkins 21:41:37 # $SEMVER_BRANCH = PR-3450 21:41:37 # $SEMVER_TEMP = /tmp/semver-412699125 21:41:37 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:41:56 # '/tmp/semver-412699125' -> '/w/workspace/edgex-go/6/.semver' 21:41:56 # -> Force: false 21:41:56 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 21:41:56 $ docker exec --env ******** --env ******** 388659ad3c1679cc6ef597471d407c4c7f0f87e7d90613071a23b8f8eff01335 ssh-agent -k 21:41:56 unset SSH_AUTH_SOCK; 21:41:56 unset SSH_AGENT_PID; 21:41:56 echo Agent pid 50 killed; 21:41:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:41:57 + git semver [Pipeline] } 21:41:57 $ docker stop --time=1 388659ad3c1679cc6ef597471d407c4c7f0f87e7d90613071a23b8f8eff01335 21:41:58 $ docker rm -f 388659ad3c1679cc6ef597471d407c4c7f0f87e7d90613071a23b8f8eff01335 [Pipeline] // withDockerContainer [Pipeline] sh 21:41:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:41:59 Stashed 1 file(s) [Pipeline] echo 21:41:59 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:41:59 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4905 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws 21:41:59 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 21:42:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:42:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:42:00 + sudo service docker restart 21:42:00 + true 21:42:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:42:01 ========================================================= 21:42:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 21:42:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:42:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 21:42:05 using credential edgex-jenkins-ssh 21:42:05 Cloning the remote Git repository 21:42:05 Sending build context to Docker daemon 330.3MB 21:42:05 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 21:42:05 Step 2/6 : FROM ${BASE} 21:42:05 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 21:42:05 540db60ca938: Pulling fs layer 21:42:05 adcc1eea9eea: Pulling fs layer 21:42:05 4c4ab2625f07: Pulling fs layer 21:42:05 0510c868ecb4: Pulling fs layer 21:42:05 afea3b2eda06: Pulling fs layer 21:42:05 7809a108b3ef: Pulling fs layer 21:42:05 f706445af74f: Pulling fs layer 21:42:05 0510c868ecb4: Waiting 21:42:05 afea3b2eda06: Waiting 21:42:05 7809a108b3ef: Waiting 21:42:05 f706445af74f: Waiting 21:42:05 4c4ab2625f07: Verifying Checksum 21:42:05 4c4ab2625f07: Download complete 21:42:05 adcc1eea9eea: Verifying Checksum 21:42:05 adcc1eea9eea: Download complete 21:42:05 afea3b2eda06: Verifying Checksum 21:42:05 afea3b2eda06: Download complete 21:42:05 540db60ca938: Download complete 21:42:05 7809a108b3ef: Verifying Checksum 21:42:05 7809a108b3ef: Download complete 21:42:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:42:05 > git init /w/workspace/edgex-go/6 # timeout=10 21:42:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:42:05 > git --version # timeout=10 21:42:05 > git --version # 'git version 2.17.1' 21:42:05 using GIT_SSH to set credentials SSH Credentials for GitHub 21:42:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:42:06 540db60ca938: Pull complete 21:42:06 adcc1eea9eea: Pull complete 21:42:07 4c4ab2625f07: Pull complete 21:42:08 f706445af74f: Verifying Checksum 21:42:08 f706445af74f: Download complete 21:42:09 0510c868ecb4: Verifying Checksum 21:42:09 0510c868ecb4: Download complete 21:42:14 0510c868ecb4: Pull complete 21:42:14 afea3b2eda06: Pull complete 21:42:14 7809a108b3ef: Pull complete 21:42:18 f706445af74f: Pull complete 21:42:18 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 21:42:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 21:42:18 ---> b068be0155e3 21:42:18 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:42:19 ---> Running in 764230eba1da 21:42:20 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:42:21 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:42:21 (1/12) Installing libmagic (5.39-r0) 21:42:22 (2/12) Installing file (5.39-r0) 21:42:22 (3/12) Installing libc-dev (0.7.2-r3) 21:42:22 (4/12) Installing g++ (10.2.1_pre1-r3) 21:42:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:42:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:42:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:42:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:42:25 using GIT_SSH to set credentials SSH Credentials for GitHub 21:42:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:42:26 Merging remotes/origin/master commit d370f76947aef5a2f7c0780f9b8c47242afb1ba5 into PR head commit 21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:42:26 (5/12) Installing fortify-headers (1.1-r0) 21:42:26 (6/12) Installing patch (2.7.6-r6) 21:42:27 (7/12) Installing build-base (0.5-r2) 21:42:27 (8/12) Installing libsodium (1.0.18-r0) 21:42:27 (9/12) Installing pkgconf (1.7.3-r0) 21:42:27 Merge succeeded, producing 21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:42:27 Checking out Revision 21e3f58a9b1098f86f84db904fd0203b90bd9a0c (PR-3450) 21:42:27 (10/12) Installing libsodium-dev (1.0.18-r0) 21:42:27 (11/12) Installing libzmq (4.3.3-r1) 21:42:27 (12/12) Installing zeromq-dev (4.3.3-r1) 21:42:27 Executing busybox-1.32.1-r6.trigger 21:42:27 OK: 219 MiB in 52 packages 21:42:26 > git config core.sparsecheckout # timeout=10 21:42:26 > git checkout -f 21e3f58a9b1098f86f84db904fd0203b90bd9a0c # timeout=10 21:42:27 > git remote # timeout=10 21:42:27 > git config --get remote.origin.url # timeout=10 21:42:27 using GIT_SSH to set credentials SSH Credentials for GitHub 21:42:27 > git merge d370f76947aef5a2f7c0780f9b8c47242afb1ba5 # timeout=10 21:42:27 > git rev-parse HEAD^{commit} # timeout=10 21:42:27 > git config core.sparsecheckout # timeout=10 21:42:27 > git checkout -f 21e3f58a9b1098f86f84db904fd0203b90bd9a0c # timeout=10 21:42:30 Removing intermediate container 764230eba1da 21:42:30 ---> c146872da989 21:42:30 Step 4/6 : WORKDIR /edgex-go 21:42:30 ---> Running in 78b976c6492e 21:42:30 Removing intermediate container 78b976c6492e 21:42:30 ---> 48eefe05b750 21:42:30 Step 5/6 : COPY go.mod . 21:42:30 ---> 2245276ec030 21:42:30 Step 6/6 : RUN go mod download 21:42:30 ---> Running in e70bf34c772f 21:42:31 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:42:32 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:42:33 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:42:33 + true 21:42:33 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:42:36 provisioning config files... 21:42:36 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config7057962286771699444tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:42:36 ---> docker-login.sh 21:42:36 nexus3.edgexfoundry.org:10001 21:42:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:42:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:42:37 Configure a credential helper to remove this warning. See 21:42:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:42:37 21:42:37 Login Succeeded 21:42:37 nexus3.edgexfoundry.org:10002 21:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:42:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:42:38 Configure a credential helper to remove this warning. See 21:42:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:42:38 21:42:38 Login Succeeded 21:42:38 nexus3.edgexfoundry.org:10003 21:42:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:42:39 Configure a credential helper to remove this warning. See 21:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:42:39 21:42:39 Login Succeeded 21:42:39 nexus3.edgexfoundry.org:10004 21:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:42:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:42:39 Configure a credential helper to remove this warning. See 21:42:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:42:39 21:42:39 Login Succeeded 21:42:39 docker.io 21:42:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:42:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:42:40 Configure a credential helper to remove this warning. See 21:42:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:42:40 21:42:40 Login Succeeded 21:42:40 ---> docker-login.sh ends [Pipeline] } 21:42:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:42:40 ========================================================= 21:42:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 21:42:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:42:41 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 21:42:43 Sending build context to Docker daemon 167.8MB 21:42:43 Step 1/6 : ARG BASE=golang:1.16-alpine3.12 21:42:43 Step 2/6 : FROM ${BASE} 21:42:43 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:42:43 595b0fe564bb: Pulling fs layer 21:42:43 7186ed65a4f7: Pulling fs layer 21:42:43 316046926c0a: Pulling fs layer 21:42:43 4ebd0625c992: Pulling fs layer 21:42:43 207e8628e3a3: Pulling fs layer 21:42:43 c791037a9be2: Pulling fs layer 21:42:43 ffd874e62e21: Pulling fs layer 21:42:43 207e8628e3a3: Waiting 21:42:43 c791037a9be2: Waiting 21:42:43 4ebd0625c992: Waiting 21:42:43 ffd874e62e21: Waiting 21:42:43 316046926c0a: Verifying Checksum 21:42:43 316046926c0a: Download complete 21:42:43 7186ed65a4f7: Download complete 21:42:43 207e8628e3a3: Download complete 21:42:43 c791037a9be2: Download complete 21:42:43 595b0fe564bb: Verifying Checksum 21:42:43 595b0fe564bb: Download complete 21:42:44 595b0fe564bb: Pull complete 21:42:45 7186ed65a4f7: Pull complete 21:42:45 316046926c0a: Pull complete 21:42:46 ffd874e62e21: Download complete 21:42:46 4ebd0625c992: Verifying Checksum 21:42:46 4ebd0625c992: Download complete 21:42:57 4ebd0625c992: Pull complete 21:42:57 207e8628e3a3: Pull complete 21:42:57 c791037a9be2: Pull complete 21:42:57 Removing intermediate container e70bf34c772f 21:42:57 ---> ef979ecfc467 21:42:57 Successfully built ef979ecfc467 21:42:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:42:57 + docker inspect -f . ci-base-image-x86_64 21:42:57 . [Pipeline] withDockerContainer 21:42:57 prd-centos7-docker-4c-2g-4912 does not seem to be running inside a container 21:42:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:42:58 $ docker top 34b592a25459a4b14b4a9f778380dc5cea85099539e41cb71870c2b0c60b290e -eo pid,comm [Pipeline] { [Pipeline] sh 21:42:59 + go version 21:42:59 go version go1.16.3 linux/amd64 [Pipeline] } 21:42:59 $ docker stop --time=1 34b592a25459a4b14b4a9f778380dc5cea85099539e41cb71870c2b0c60b290e 21:43:00 $ docker rm -f 34b592a25459a4b14b4a9f778380dc5cea85099539e41cb71870c2b0c60b290e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:43:01 + docker inspect -f . ci-base-image-x86_64 21:43:01 . [Pipeline] withDockerContainer 21:43:01 prd-centos7-docker-4c-2g-4912 does not seem to be running inside a container 21:43:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:43:01 ffd874e62e21: Pull complete 21:43:01 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 21:43:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 21:43:01 ---> cfc18b08335c 21:43:01 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:43:02 $ docker top 7e79a3ab7822d24bf755c3822a5f84385d640286f63b74425c1a8782af09dcc8 -eo pid,comm [Pipeline] { [Pipeline] echo 21:43:02 ========================================================= 21:43:02 [edgeXBuildGoParallel] Running Tests and Build... 21:43:02 ========================================================= [Pipeline] sh 21:43:02 + go mod tidy [Pipeline] sh 21:43:04 + make test 21:43:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:43:05 ---> Running in 08d35604538b 21:43:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:43:06 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:43:07 (1/12) Installing libmagic (5.39-r0) 21:43:08 (2/12) Installing file (5.39-r0) 21:43:08 (3/12) Installing libc-dev (0.7.2-r3) 21:43:08 (4/12) Installing g++ (10.2.1_pre1-r3) 21:43:12 ? github.com/edgexfoundry/edgex-go [no test files] 21:43:13 (5/12) Installing fortify-headers (1.1-r0) 21:43:13 (6/12) Installing patch (2.7.6-r6) 21:43:13 (7/12) Installing build-base (0.5-r2) 21:43:13 (8/12) Installing libsodium (1.0.18-r0) 21:43:13 (9/12) Installing pkgconf (1.7.3-r0) 21:43:13 (10/12) Installing libsodium-dev (1.0.18-r0) 21:43:14 (11/12) Installing libzmq (4.3.3-r1) 21:43:14 (12/12) Installing zeromq-dev (4.3.3-r1) 21:43:14 Executing busybox-1.32.1-r6.trigger 21:43:14 OK: 218 MiB in 52 packages 21:43:18 Removing intermediate container 08d35604538b 21:43:18 ---> 7888f7df7f55 21:43:18 Step 4/6 : WORKDIR /edgex-go 21:43:18 ---> Running in 9b194940471c 21:43:19 Removing intermediate container 9b194940471c 21:43:19 ---> d0dad29f3b0f 21:43:19 Step 5/6 : COPY go.mod . 21:43:19 ---> a5656ae5285d 21:43:19 Step 6/6 : RUN go mod download 21:43:19 ---> Running in 84937afeeb1b 21:43:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:43:37 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:43:37 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:43:37 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:43:41 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:43:41 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:43:41 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:43:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:43:42 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:43:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:43:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:43:45 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:43:45 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:43:46 Removing intermediate container 84937afeeb1b 21:43:46 ---> c7060e5e413a 21:43:46 Successfully built c7060e5e413a 21:43:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:43:47 + docker inspect -f . ci-base-image-arm64 21:43:47 . [Pipeline] withDockerContainer 21:43:47 prd-ubuntu18.04-docker-arm64-4c-16g-4905 does not seem to be running inside a container 21:43:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:43:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.140s coverage: 45.9% of statements 21:43:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:43:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:43:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:43:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:43:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:43:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:43:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.048s coverage: 28.7% of statements 21:43:48 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.107s coverage: 100.0% of statements 21:43:48 $ docker top f1225a35ebb8679f37d900c48f0b01541f8a3e703083e01463b514ed7872b32b -eo pid,comm [Pipeline] { [Pipeline] sh 21:43:49 + go version 21:43:49 go version go1.16.3 linux/arm64 [Pipeline] } 21:43:49 $ docker stop --time=1 f1225a35ebb8679f37d900c48f0b01541f8a3e703083e01463b514ed7872b32b 21:43:50 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.8% of statements 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:43:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.087s coverage: 81.2% of statements 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:43:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:43:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:43:50 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.095s coverage: 71.3% of statements 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:43:50 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:43:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.159s coverage: 87.7% of statements 21:43:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:43:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:43:51 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.095s coverage: 78.9% of statements 21:43:51 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:43:51 $ docker rm -f f1225a35ebb8679f37d900c48f0b01541f8a3e703083e01463b514ed7872b32b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:43:52 + docker inspect -f . ci-base-image-arm64 21:43:52 . [Pipeline] withDockerContainer 21:43:52 prd-ubuntu18.04-docker-arm64-4c-16g-4905 does not seem to be running inside a container 21:43:52 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:43:54 $ docker top 5d8125b09055e743067c560df279c0039cac57312de5e8d3aa3548f81914d4a2 -eo pid,comm 21:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.368s coverage: 28.6% of statements 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.092s coverage: 100.0% of statements 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.160s coverage: 86.7% of statements 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:43:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 78.3% of statements 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:43:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] { [Pipeline] echo 21:43:54 ========================================================= 21:43:54 [edgeXBuildGoParallel] Running Tests and Build... 21:43:54 ========================================================= [Pipeline] sh 21:43:55 + go mod tidy [Pipeline] sh 21:43:56 + make test 21:43:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.400s coverage: 95.1% of statements 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.8% of statements 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.054s coverage: 22.0% of statements 21:43:57 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.076s coverage: 79.5% of statements 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.085s coverage: 94.1% of statements 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.109s coverage: 96.3% of statements 21:43:57 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.048s coverage: 87.5% of statements 21:44:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.070s coverage: 94.4% of statements 21:44:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.055s coverage: 44.8% of statements 21:44:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.209s coverage: 81.8% of statements 21:44:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.110s coverage: 92.9% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 65.1% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.047s coverage: 87.2% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 76.0% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.053s coverage: 80.0% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.066s coverage: 85.4% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.101s coverage: 91.2% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 64.4% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 66.9% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.174s coverage: 43.4% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.0% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.080s coverage: 21.5% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.147s coverage: 92.2% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 28.7% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.064s coverage: 99.0% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:44:21 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:44:21 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:44:22 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.071s coverage: 64.6% of statements 21:44:22 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:44:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.126s coverage: 97.6% of statements 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:44:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:44:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.042s coverage: 100.0% of statements 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:44:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:44:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 21:44:23 ? github.com/edgexfoundry/edgex-go [no test files] 21:44:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 28.1% of statements 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 21:44:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.035s coverage: 85.7% of statements 21:44:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 21:44:23 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 21:44:24 GO111MODULE=on go vet ./... 21:44:56 gofmt -l . 21:44:57 [ "`gofmt -l .`" = "" ] 21:44:57 ./bin/test-go-mod-tidy.sh 21:44:58 ./bin/test-attribution-txt.sh [Pipeline] sh 21:44:59 + ls -al . 21:44:59 total 836 21:44:59 drwxrwxr-x 10 1001 1001 4096 May 12 21:44 . 21:44:59 drwxr-xr-x 4 root root 28 May 12 21:43 .. 21:44:59 -rw-rw-r-- 1 1001 1001 11 May 12 21:41 .dockerignore 21:44:59 drwxrwxr-x 8 1001 1001 179 May 12 21:41 .git 21:44:59 drwxrwxr-x 3 1001 1001 125 May 12 21:41 .github 21:44:59 -rw-rw-r-- 1 1001 1001 818 May 12 21:41 .gitignore 21:44:59 drwx------ 3 1001 1001 60 May 12 21:41 .semver 21:44:59 -rw-rw-r-- 1 1001 1001 166 May 12 21:41 .sonarcloud.properties 21:44:59 -rw-rw-r-- 1 1001 1001 8609 May 12 21:41 Attribution.txt 21:44:59 -rw-rw-r-- 1 1001 1001 3804 May 12 21:41 CONTRIBUTING.md 21:44:59 -rw-rw-r-- 1 1001 1001 931 May 12 21:41 Dockerfile.build 21:44:59 -rw-rw-r-- 1 1001 1001 863 May 12 21:41 Jenkinsfile 21:44:59 -rw-rw-r-- 1 1001 1001 10775 May 12 21:41 LICENSE 21:44:59 -rw-rw-r-- 1 1001 1001 5594 May 12 21:41 Makefile 21:44:59 -rw-rw-r-- 1 1001 1001 7978 May 12 21:41 README.md 21:44:59 -rw-rw-r-- 1 1001 1001 6755 May 12 21:41 SECURITY.md 21:44:59 -rw-rw-r-- 1 1001 1001 5 May 12 21:41 VERSION 21:44:59 -rw-rw-r-- 1 1001 1001 4131 May 12 21:41 ZMQWindows.md 21:44:59 drwxrwxr-x 2 1001 1001 117 May 12 21:41 bin 21:44:59 drwxrwxr-x 14 1001 1001 4096 May 12 21:41 cmd 21:44:59 -rw-r--r-- 1 root root 727486 May 12 21:44 coverage.out 21:44:59 -rw-r--r-- 1 root root 1060 May 12 21:44 go.mod 21:44:59 -rw-r--r-- 1 root root 21706 May 12 21:43 go.sum 21:44:59 drwxrwxr-x 8 1001 1001 127 May 12 21:41 internal 21:44:59 drwxrwxr-x 4 1001 1001 26 May 12 21:41 openapi 21:44:59 drwxrwxr-x 4 1001 1001 71 May 12 21:41 snap 21:44:59 -rw-rw-r-- 1 1001 1001 168 May 12 21:41 version.go [Pipeline] sh 21:44:59 + '[' -e coverage.out ] 21:44:59 + chown 1001:1001 coverage.out [Pipeline] stash 21:44:59 Stashed 1 file(s) [Pipeline] sh 21:44:59 + make build 21:44:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:45:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:45:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:45:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:45:14 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:45:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:45:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:45:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:45:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:45:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:45:20 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:45:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:45:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 21:45:24 $ docker stop --time=1 7e79a3ab7822d24bf755c3822a5f84385d640286f63b74425c1a8782af09dcc8 21:45:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 21:45:26 $ docker rm -f 7e79a3ab7822d24bf755c3822a5f84385d640286f63b74425c1a8782af09dcc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:45:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:29 21:45:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 21:45:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:29 latest: Pulling from edgex-devops/edgex-compose 21:45:29 cbdbe7a5bc2a: Pulling fs layer 21:45:29 ca9280d653b3: Pulling fs layer 21:45:29 7e9c9ca2126c: Pulling fs layer 21:45:29 cbdbe7a5bc2a: Verifying Checksum 21:45:29 cbdbe7a5bc2a: Download complete 21:45:30 cbdbe7a5bc2a: Pull complete 21:45:30 ca9280d653b3: Verifying Checksum 21:45:30 ca9280d653b3: Download complete 21:45:31 7e9c9ca2126c: Download complete 21:45:31 ca9280d653b3: Pull complete 21:45:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 21:45:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 21:45:38 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 21:45:39 7e9c9ca2126c: Pull complete 21:45:39 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 21:45:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:39 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 21:45:39 prd-centos7-docker-4c-2g-4912 does not seem to be running inside a container 21:45:39 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:45:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 21:45:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 21:45:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 21:45:40 $ docker top 0656a372f577d49af8bebd0177daf5c1b0f646966127edc5b2d5c72362ac9f7f -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:41 + docker-compose build --help 21:45:41 + grep parallel 21:45:42 --parallel Build images in parallel. [Pipeline] } 21:45:42 $ docker stop --time=1 0656a372f577d49af8bebd0177daf5c1b0f646966127edc5b2d5c72362ac9f7f 21:45:43 $ docker rm -f 0656a372f577d49af8bebd0177daf5c1b0f646966127edc5b2d5c72362ac9f7f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:45:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 21:45:44 . [Pipeline] withDockerContainer 21:45:44 prd-centos7-docker-4c-2g-4912 does not seem to be running inside a container 21:45:44 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:45:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 21:45:45 $ docker top ecb0f46dfb1fa4f6fb94da0d44c32b3f2d03cacb993844969111189de46d3903 -eo pid,comm [Pipeline] { [Pipeline] sh 21:45:45 + docker-compose -f ./docker-compose-build.yml build --parallel 21:45:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 21:45:46 Building core-command ... 21:45:46 Building core-data ... 21:45:46 Building core-metadata ... 21:45:46 Building security-bootstrapper ... 21:45:46 Building security-proxy-setup ... 21:45:46 Building security-secretstore-setup ... 21:45:46 Building support-notifications ... 21:45:46 Building support-scheduler ... 21:45:46 Building sys-mgmt-agent ... 21:45:46 Building core-data 21:45:46 Building security-bootstrapper 21:45:46 Building security-secretstore-setup 21:45:46 Building support-scheduler 21:45:46 Building support-notifications 21:45:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 21:45:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 21:45:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 21:46:00 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.419s coverage: 45.9% of statements 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 21:46:00 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 21:46:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.165s coverage: 28.7% of statements 21:46:00 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.308s coverage: 100.0% of statements 21:46:08 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.573s coverage: 27.8% of statements 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 21:46:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.200s coverage: 81.2% of statements 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 21:46:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.173s coverage: 100.0% of statements 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 21:46:08 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.187s coverage: 100.0% of statements 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 21:46:08 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 21:46:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 71.3% of statements 21:46:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 21:46:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 21:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 87.7% of statements 21:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 21:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 21:46:10 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.179s coverage: 78.9% of statements 21:46:10 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 21:46:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:46:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:46:18 ---> ef979ecfc467 21:46:18 Step 3/23 : WORKDIR /edgex-go 21:46:18 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:46:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:46:18 ---> ef979ecfc467 21:46:18 Step 3/24 : WORKDIR /edgex-go 21:46:18 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:46:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:46:18 ---> ef979ecfc467 21:46:18 Step 3/26 : WORKDIR /edgex-go 21:46:18 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:46:18 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:46:18 ---> ef979ecfc467 21:46:18 Step 3/32 : WORKDIR /edgex-go 21:46:18 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:46:18 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:46:18 ---> ef979ecfc467 21:46:18 Step 3/23 : WORKDIR /edgex-go 21:46:19 ---> Running in bef5adcd7ee9 21:46:19 ---> Running in f4c8c622aeda 21:46:19 ---> Running in 19488d45700c 21:46:19 ---> Running in 84d8edca0b56 21:46:19 ---> Running in 20fa51a083de 21:46:19 Removing intermediate container 84d8edca0b56 21:46:19 ---> 2757d2395053 21:46:19 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:46:19 Removing intermediate container bef5adcd7ee9 21:46:19 ---> 25da0431b3c7 21:46:19 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:46:19 Removing intermediate container 19488d45700c 21:46:19 ---> ca1ebe18e9c3 21:46:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:46:19 Removing intermediate container f4c8c622aeda 21:46:19 ---> a2684b8bf2d4 21:46:19 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:46:19 Removing intermediate container 20fa51a083de 21:46:19 ---> 9ad717f3c549 21:46:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:46:19 ---> Running in 448561cbe176 21:46:19 ---> Running in d04bd3b4dc86 21:46:19 ---> Running in feaf200d44bd 21:46:19 ---> Running in e3dd95e4987b 21:46:19 ---> Running in ff176beb05e9 21:46:21 Removing intermediate container d04bd3b4dc86 21:46:21 ---> c691f3793c92 21:46:21 Step 5/26 : RUN apk add --update --no-cache make git 21:46:21 ---> Running in 3782081e2f40 21:46:22 Removing intermediate container 448561cbe176 21:46:22 ---> 542e7d8ad328 21:46:22 Step 5/32 : RUN apk add --update --no-cache make git 21:46:22 Removing intermediate container e3dd95e4987b 21:46:22 ---> 6f2f5729631f 21:46:22 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:46:22 ---> Running in f6d5a516f692 21:46:22 Removing intermediate container feaf200d44bd 21:46:22 ---> 599102484fdc 21:46:22 Step 5/23 : RUN apk add --update --no-cache make git 21:46:22 ---> Running in 90b72b0dd445 21:46:22 Removing intermediate container ff176beb05e9 21:46:22 ---> 57b4f2fa88eb 21:46:22 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 21:46:22 ---> Running in 07e5da7aed90 21:46:22 ---> Running in 7e51e2e567a4 21:46:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.131s coverage: 28.6% of statements 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 21:46:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.233s coverage: 100.0% of statements 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 21:46:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.161s coverage: 100.0% of statements 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 21:46:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 21:46:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.425s coverage: 97.5% of statements 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 21:46:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.214s coverage: 78.3% of statements 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 21:46:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 21:46:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:46:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:46:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:46:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:46:23 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:46:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:46:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:46:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:46:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:46:24 OK: 219 MiB in 52 packages 21:46:24 OK: 219 MiB in 52 packages 21:46:24 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:46:24 OK: 219 MiB in 52 packages 21:46:25 OK: 219 MiB in 52 packages 21:46:25 Removing intermediate container 3782081e2f40 21:46:25 ---> 44dfa44495c3 21:46:25 Step 6/26 : COPY go.mod . 21:46:25 Removing intermediate container f6d5a516f692 21:46:25 ---> 3de8b3c1bd0a 21:46:25 Step 6/32 : COPY go.mod . 21:46:25 OK: 219 MiB in 52 packages 21:46:25 ---> 580c67ff0043 21:46:25 Step 7/26 : RUN go mod download 21:46:25 Removing intermediate container 90b72b0dd445 21:46:25 ---> db6fc651930b 21:46:25 Step 6/24 : COPY go.mod . 21:46:25 ---> Running in 86de34fbd3a6 21:46:25 Removing intermediate container 07e5da7aed90 21:46:25 ---> e84b904d4343 21:46:25 Step 6/23 : COPY go.mod . 21:46:26 ---> e50aa56608d8 21:46:26 Step 7/32 : RUN go mod download 21:46:26 ---> 82985fd91a08 21:46:26 Step 7/24 : RUN go mod download 21:46:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.184s coverage: 95.1% of statements 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 21:46:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.111s coverage: 58.8% of statements 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 21:46:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.276s coverage: 0.8% of statements 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 21:46:26 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.135s coverage: 22.0% of statements 21:46:26 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 21:46:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.159s coverage: 47.1% of statements 21:46:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.192s coverage: 79.5% of statements 21:46:26 ---> Running in 31009e4bfc1b 21:46:26 ---> Running in ee050bf1520c 21:46:26 ---> 0622829f75a6 21:46:26 Step 7/23 : RUN go mod download 21:46:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.151s coverage: 94.1% of statements 21:46:26 ---> Running in fc58142bcecc 21:46:26 Removing intermediate container 7e51e2e567a4 21:46:26 ---> d6bf1d2a5648 21:46:26 Step 6/23 : COPY go.mod . 21:46:27 ---> 53229b01be93 21:46:27 Step 7/23 : RUN go mod download 21:46:27 ---> Running in 9f31319bbe0d 21:46:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.231s coverage: 96.3% of statements 21:46:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.162s coverage: 87.5% of statements 21:46:28 Removing intermediate container ee050bf1520c 21:46:28 ---> a397ac4dbb30 21:46:28 Step 8/24 : COPY . . 21:46:29 Removing intermediate container 31009e4bfc1b 21:46:29 ---> 0e18809a8d6f 21:46:29 Step 8/32 : COPY . . 21:46:29 Removing intermediate container fc58142bcecc 21:46:29 ---> 4cf5c423e012 21:46:29 Step 8/23 : COPY . . 21:46:29 Removing intermediate container 86de34fbd3a6 21:46:29 ---> cfa501e18aed 21:46:29 Step 8/26 : COPY . . 21:46:29 Removing intermediate container 9f31319bbe0d 21:46:29 ---> 44071c89d6b6 21:46:29 Step 8/23 : COPY . . 21:46:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.179s coverage: 94.4% of statements 21:46:40 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.145s coverage: 44.8% of statements 21:46:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.534s coverage: 81.8% of statements 21:46:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.213s coverage: 92.9% of statements 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.110s coverage: 100.0% of statements 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.140s coverage: 76.0% of statements 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.166s coverage: 80.0% of statements 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.177s coverage: 87.2% of statements 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.226s coverage: 85.4% of statements 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.220s coverage: 91.2% of statements 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 21:46:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.120s coverage: 100.0% of statements 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements 21:46:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 21:46:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.078s coverage: 73.7% of statements 21:46:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 21:46:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.023s coverage: 66.9% of statements 21:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 21:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 21:46:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 21:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.655s coverage: 43.4% of statements 21:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 21:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 21:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.104s coverage: 89.5% of statements 21:47:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 21:47:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.070s coverage: 84.8% of statements 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.0% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 21:47:07 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 21:47:07 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 21:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.242s coverage: 21.5% of statements 21:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 21:47:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.400s coverage: 92.2% of statements 21:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 21:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 21:47:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 21:47:08 ---> a25bfbe60a80 21:47:08 Step 9/26 : RUN go mod tidy 21:47:08 ---> 4297078bca8d 21:47:08 Step 9/23 : RUN go mod tidy 21:47:08 ---> 7ef92cc3416c 21:47:08 Step 9/23 : RUN go mod tidy 21:47:08 ---> 56e79b361c55 21:47:08 Step 9/32 : RUN go mod tidy 21:47:08 ---> Running in dc99de443074 21:47:08 ---> Running in bac69d1d4be4 21:47:08 ---> Running in 1be524663aa0 21:47:08 ---> Running in 881a7f1ec8c5 21:47:08 ---> 5843d1c0db0e 21:47:08 Step 9/24 : RUN go mod tidy 21:47:08 ---> Running in b8af7e2c09e8 21:47:12 Removing intermediate container dc99de443074 21:47:12 ---> 83c5e4985c23 21:47:12 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 21:47:12 Removing intermediate container b8af7e2c09e8 21:47:12 ---> fa4f869cee08 21:47:12 Step 10/24 : RUN make cmd/core-data/core-data 21:47:12 Removing intermediate container bac69d1d4be4 21:47:12 ---> 776878c4f52f 21:47:12 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:47:12 Removing intermediate container 1be524663aa0 21:47:12 ---> bae7c2434759 21:47:12 Step 10/23 : RUN make cmd/support-notifications/support-notifications 21:47:12 Removing intermediate container 881a7f1ec8c5 21:47:12 ---> e06090d162dd 21:47:12 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:47:12 ---> Running in f7a48437c7d8 21:47:12 ---> Running in 236772fb4e20 21:47:12 ---> Running in 74245ba857a2 21:47:12 ---> Running in 4be6ce7c3808 21:47:12 ---> Running in b7b2d02e9c3f 21:47:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:47:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:47:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:47:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:47:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.502s coverage: 28.7% of statements 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.221s coverage: 99.0% of statements 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.158s coverage: 100.0% of statements 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.175s coverage: 64.6% of statements 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.350s coverage: 97.6% of statements 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.048s coverage: 100.0% of statements 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 21:47:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 21:47:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements 21:47:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.179s coverage: 28.1% of statements 21:47:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] 21:47:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.056s coverage: 85.7% of statements 21:47:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] 21:47:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 21:47:18 GO111MODULE=on go vet ./... 21:47:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:47:52 Removing intermediate container 4be6ce7c3808 21:47:52 ---> 43420c18b145 21:47:52 21:47:52 Step 11/32 : FROM alpine:3.12 21:47:52 3.12: Pulling from library/alpine 21:47:53 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:47:53 Status: Downloaded newer image for alpine:3.12 21:47:53 ---> 13621d1b12d4 21:47:53 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:47:57 ---> Running in b935e65c01c2 21:47:59 Removing intermediate container 236772fb4e20 21:47:59 ---> 868ab90cda10 21:47:59 21:47:59 Step 11/26 : FROM alpine:3.12 21:47:59 ---> 13621d1b12d4 21:47:59 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:47:59 Removing intermediate container b935e65c01c2 21:47:59 ---> db4f6f448433 21:47:59 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 21:47:59 Removing intermediate container f7a48437c7d8 21:47:59 ---> 370bbbc10c70 21:47:59 21:47:59 Step 11/23 : FROM alpine:3.12 21:47:59 ---> 13621d1b12d4 21:47:59 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:47:59 Removing intermediate container b7b2d02e9c3f 21:47:59 ---> 91eb336119dc 21:47:59 21:47:59 Step 11/23 : FROM alpine:3.12 21:47:59 ---> 13621d1b12d4 21:47:59 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 21:48:00 ---> Running in c8f093cd4aa1 21:48:00 ---> Running in 7be15d45b819 21:48:00 ---> Running in 29d19316a45d 21:48:00 ---> Running in a24b78b3c19e 21:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:01 (1/6) Installing ca-certificates (20191127-r4) 21:48:01 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:01 (3/6) Installing libcurl (7.76.1-r0) 21:48:01 (4/6) Installing curl (7.76.1-r0) 21:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:01 (5/6) Installing dumb-init (1.2.2-r1) 21:48:01 (6/6) Installing su-exec (0.2-r1) 21:48:01 Executing busybox-1.31.1-r20.trigger 21:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:01 Executing ca-certificates-20191127-r4.trigger 21:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:01 OK: 7 MiB in 20 packages 21:48:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:01 (1/2) Installing dumb-init (1.2.2-r1) 21:48:01 (2/2) Installing su-exec (0.2-r1) 21:48:01 Executing busybox-1.31.1-r20.trigger 21:48:01 OK: 6 MiB in 16 packages 21:48:01 (1/1) Installing dumb-init (1.2.2-r1) 21:48:01 Executing busybox-1.31.1-r20.trigger 21:48:01 OK: 6 MiB in 15 packages 21:48:01 (1/2) Installing ca-certificates (20191127-r4) 21:48:01 (2/2) Installing dumb-init (1.2.2-r1) 21:48:01 Executing busybox-1.31.1-r20.trigger 21:48:01 Executing ca-certificates-20191127-r4.trigger 21:48:01 OK: 6 MiB in 16 packages 21:48:04 Removing intermediate container 74245ba857a2 21:48:04 ---> a55b2ca29672 21:48:04 21:48:04 Step 11/24 : FROM alpine:3.12 21:48:04 ---> 13621d1b12d4 21:48:04 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:48:04 ---> Running in f06ac4c6a985 21:48:04 Removing intermediate container f06ac4c6a985 21:48:04 ---> ce315ea61d89 21:48:04 Step 13/24 : ENV APP_PORT=48080 21:48:04 Removing intermediate container c8f093cd4aa1 21:48:04 ---> 1b23c1e0ca22 21:48:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:48:05 Removing intermediate container 7be15d45b819 21:48:05 ---> de1be428d405 21:48:05 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 21:48:05 Removing intermediate container 29d19316a45d 21:48:05 ---> de9462c69a58 21:48:05 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:48:05 ---> Running in a41247572ed3 21:48:05 ---> Running in d6cd2086946b 21:48:06 ---> Running in 51b4a57491fb 21:48:06 ---> Running in 9b89696ed100 21:48:06 Removing intermediate container a24b78b3c19e 21:48:06 ---> 6a8a75a637dc 21:48:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:48:06 Removing intermediate container d6cd2086946b 21:48:06 ---> 0f145ddc854f 21:48:06 Step 14/26 : WORKDIR / 21:48:06 Removing intermediate container a41247572ed3 21:48:06 ---> 9ba5ce9e8be6 21:48:06 Step 14/24 : EXPOSE $APP_PORT 21:48:06 ---> Running in 89d6ab0ae097 21:48:06 Removing intermediate container 51b4a57491fb 21:48:06 ---> 6f9e3432821b 21:48:06 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:48:06 Removing intermediate container 9b89696ed100 21:48:06 ---> 276c3caaaa68 21:48:06 Step 14/23 : ENV APP_PORT=48085 21:48:06 ---> Running in 31b384dc1383 21:48:06 ---> Running in 2939f252f2ca 21:48:06 ---> Running in 88c8fecd015c 21:48:06 ---> Running in cc4f79042d50 21:48:06 Removing intermediate container 89d6ab0ae097 21:48:06 ---> e34db4164ea1 21:48:06 Step 14/23 : ENV APP_PORT=48060 21:48:06 Removing intermediate container 31b384dc1383 21:48:06 ---> fb4aedd0ded0 21:48:06 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:48:07 ---> Running in d4990098ca91 21:48:07 Removing intermediate container 2939f252f2ca 21:48:07 ---> 107eb45eb961 21:48:07 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:48:07 Removing intermediate container 88c8fecd015c 21:48:07 ---> 7d8d2c0880dc 21:48:07 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:48:07 Removing intermediate container cc4f79042d50 21:48:07 ---> 4c30e210568b 21:48:07 Step 15/23 : EXPOSE $APP_PORT 21:48:07 ---> Running in 95ce2ccd8ec9 21:48:07 ---> Running in a216a8ac91d1 21:48:07 ---> Running in 770905a784cd 21:48:07 Removing intermediate container d4990098ca91 21:48:07 ---> d5d368e0068c 21:48:07 Step 15/23 : EXPOSE $APP_PORT 21:48:07 ---> f77f1baeed2b 21:48:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:48:07 ---> Running in 352e650252c4 21:48:07 Removing intermediate container 770905a784cd 21:48:07 ---> 898ff6c202df 21:48:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:08 ---> 416d97f69470 21:48:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:48:08 Removing intermediate container 352e650252c4 21:48:08 ---> 77a777ff0cd7 21:48:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:08 ---> 224230ec6f23 21:48:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:48:09 ---> 57f661b46edd 21:48:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:48:09 ---> 49733253bc34 21:48:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:48:09 ---> 7924e3394e08 21:48:09 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:48:09 ---> a8f85aa62c2d 21:48:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:48:10 ---> 73a835e35d0c 21:48:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:48:10 Removing intermediate container a216a8ac91d1 21:48:10 ---> 684d55284b95 21:48:10 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 21:48:10 Removing intermediate container 95ce2ccd8ec9 21:48:10 ---> f7251b2fe2a8 21:48:10 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 21:48:10 ---> Running in 42ba632d2942 21:48:10 ---> Running in 939176ba9e19 21:48:10 ---> 2e7aceaa8d13 21:48:10 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:48:10 ---> 2ebaf099faf7 21:48:10 Step 19/23 : ENTRYPOINT ["/support-notifications"] 21:48:10 ---> fd79dfebd981 21:48:10 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:48:10 ---> Running in 2f05f894793d 21:48:10 ---> Running in e5979037c4aa 21:48:11 Removing intermediate container 42ba632d2942 21:48:11 ---> 0de7c386fb8d 21:48:11 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:48:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:48:11 ---> 3a83d573a56e 21:48:11 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:48:11 Removing intermediate container e5979037c4aa 21:48:11 ---> 852246c312ed 21:48:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:48:11 Removing intermediate container 2f05f894793d 21:48:11 ---> c9f841e306a6 21:48:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:48:12 ---> Running in eba3b5ec3708 21:48:12 ---> Running in d7142a2ac50d 21:48:12 ---> 6cb96d5a1114 21:48:12 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 21:48:12 ---> d0303015d0a3 21:48:12 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:48:12 ---> Running in ef5d6aca2292 21:48:12 ---> Running in c24fa743e802 21:48:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:48:12 Removing intermediate container eba3b5ec3708 21:48:12 ---> ec539fcefe27 21:48:12 Step 21/23 : LABEL arch=x86_64 21:48:12 Removing intermediate container d7142a2ac50d 21:48:12 ---> 164a12c6960c 21:48:12 Step 21/23 : LABEL arch=x86_64 21:48:12 ---> Running in f95d63edde2c 21:48:12 ---> Running in e5f128cf7588 21:48:12 (1/6) Installing dumb-init (1.2.2-r1) 21:48:12 (2/6) Installing libgcc (9.3.0-r2) 21:48:12 Removing intermediate container f95d63edde2c 21:48:12 ---> 2e444d672c38 21:48:12 Step 22/23 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:48:12 Removing intermediate container e5f128cf7588 21:48:12 ---> 59a9d3950cb1 21:48:12 Step 22/23 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:48:12 (3/6) Installing libsodium (1.0.18-r0) 21:48:13 (4/6) Installing libstdc++ (9.3.0-r2) 21:48:13 ---> Running in 6c4da9ae9e20 21:48:13 ---> Running in 27dfc754bc3e 21:48:13 Removing intermediate container 6c4da9ae9e20 21:48:13 ---> 3668f2b8ad30 21:48:13 Step 23/23 : LABEL version=0.0.0 21:48:13 Removing intermediate container 27dfc754bc3e 21:48:13 ---> 748cbdc24eb2 21:48:13 Step 23/23 : LABEL version=0.0.0 21:48:13 ---> Running in c81cdadf8be4 21:48:13 ---> Running in 3aebaa40ee03 21:48:13 Removing intermediate container c81cdadf8be4 21:48:13 ---> ee144f2f733b 21:48:13 21:48:13 Removing intermediate container 3aebaa40ee03 21:48:13 ---> 5b1c2a945955 21:48:13 21:48:13 (5/6) Installing libzmq (4.3.3-r0) 21:48:13 Successfully built ee144f2f733b 21:48:13 Successfully built 5b1c2a945955 21:48:13 Successfully tagged support-scheduler:latest 21:48:13  Building support-scheduler ... done Building sys-mgmt-agent 21:48:13 (6/6) Installing zeromq (4.3.3-r0) 21:48:14 Successfully tagged support-notifications:latest 21:48:14 Building security-proxy-setup 21:48:14  Building support-notifications ... done Removing intermediate container c24fa743e802 21:48:14 ---> bb8d77c5311f 21:48:14 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:48:14 Removing intermediate container ef5d6aca2292 21:48:14 ---> c6b8934b9835 21:48:14 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:14 Executing busybox-1.31.1-r20.trigger 21:48:14 OK: 8 MiB in 20 packages 21:48:14 ---> Running in 5e237040fa30 21:48:14 Removing intermediate container 5e237040fa30 21:48:14 ---> f79905fc30dc 21:48:14 Step 24/26 : LABEL arch=x86_64 21:48:14 ---> 2d9683c5f5fe 21:48:14 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:48:14 ---> Running in 735b81b37bc8 21:48:14 Removing intermediate container 735b81b37bc8 21:48:14 ---> f02c0363e415 21:48:14 Step 25/26 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:48:14 Removing intermediate container 939176ba9e19 21:48:14 ---> d70cabaa683f 21:48:14 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:48:15 ---> Running in db01f15c6745 21:48:17 ---> 7ba962007270 21:48:17 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:48:17 ---> 68242f8f13b4 21:48:17 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:48:17 Removing intermediate container db01f15c6745 21:48:17 ---> 3f8f6a08bb80 21:48:17 Step 26/26 : LABEL version=0.0.0 21:48:20 ---> Running in 5230c4957dd0 21:48:20 ---> a70fafb1bd84 21:48:20 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:48:20 ---> 6f3fdccaab7b 21:48:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:48:23 Removing intermediate container 5230c4957dd0 21:48:23 ---> a3d963501ba3 21:48:23 21:48:23 ---> 2ca639b02f42 21:48:23 Step 20/24 : ENTRYPOINT ["/core-data"] 21:48:23 ---> 75dc8421f055 21:48:23 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:48:23 ---> Running in c20059280964 21:48:23 Successfully built a3d963501ba3 21:48:24 Successfully tagged security-secretstore-setup:latest 21:48:24 Building core-metadata 21:48:27  Building security-secretstore-setup ... done  ---> f67aacc278ab 21:48:27 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 21:48:27 Removing intermediate container c20059280964 21:48:27 ---> 7a7f344c1b8b 21:48:27 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:48:30 ---> Running in f2a8bb8f3f35 21:48:31 ---> Running in 5b4f94e663fb 21:48:31 Removing intermediate container f2a8bb8f3f35 21:48:31 ---> 7c12794ae1bc 21:48:31 Step 22/24 : LABEL arch=x86_64 21:48:32 ---> Running in ee7dca68c8bd 21:48:32 Removing intermediate container 5b4f94e663fb 21:48:32 ---> c6c653b7e9ff 21:48:32 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:48:33 Removing intermediate container ee7dca68c8bd 21:48:33 ---> dcaf1a6936fd 21:48:33 Step 23/24 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:48:34 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:48:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:48:34 ---> ef979ecfc467 21:48:34 Step 3/22 : WORKDIR /edgex-go 21:48:34 ---> Using cache 21:48:34 ---> 9ad717f3c549 21:48:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:48:34 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:48:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:48:34 ---> ef979ecfc467 21:48:34 Step 3/24 : WORKDIR /edgex-go 21:48:34 ---> Using cache 21:48:34 ---> 9ad717f3c549 21:48:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:48:34 ---> Using cache 21:48:34 ---> 57b4f2fa88eb 21:48:34 Step 5/24 : RUN apk add --update --no-cache make bash git 21:48:34 ---> Using cache 21:48:34 ---> 57b4f2fa88eb 21:48:34 Step 5/22 : RUN apk add --update --no-cache make git 21:48:35 ---> Running in 51e5e26e7232 21:48:35 ---> 44c0fc49f38f 21:48:35 Step 27/32 : RUN chmod +x /entrypoint.sh 21:48:35 ---> Running in c747834b4ad1 21:48:35 ---> Running in 9afecb744a3e 21:48:36 ---> Running in 5acc76b87586 21:48:36 Removing intermediate container 51e5e26e7232 21:48:36 ---> 6c22e91d590d 21:48:36 Step 24/24 : LABEL version=0.0.0 21:48:37 ---> Running in 5ce635d6bfb0 21:48:38 Removing intermediate container 5ce635d6bfb0 21:48:38 ---> 182043cc71c3 21:48:38 21:48:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:48:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 21:48:38 Successfully built 182043cc71c3 21:48:38 Successfully tagged core-data:latest 21:48:38  Building core-data ... done Building core-command 21:48:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:48:39 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 21:48:40 OK: 219 MiB in 52 packages 21:48:40 OK: 219 MiB in 52 packages 21:48:41 Removing intermediate container 5acc76b87586 21:48:41 ---> 937fea72bf64 21:48:41 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:48:44 ---> Running in 15c15781eac1 21:48:44 Removing intermediate container 9afecb744a3e 21:48:44 ---> 6359ee1f2621 21:48:44 Step 6/24 : COPY go.mod . 21:48:45 Removing intermediate container c747834b4ad1 21:48:45 ---> c30d25001144 21:48:45 Step 6/22 : COPY go.mod . 21:48:45 Removing intermediate container 15c15781eac1 21:48:45 ---> 163cc9a102af 21:48:45 Step 29/32 : CMD ["gate"] 21:48:45 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:48:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:48:46 ---> ef979ecfc467 21:48:46 Step 3/24 : WORKDIR /edgex-go 21:48:46 ---> Using cache 21:48:46 ---> 9ad717f3c549 21:48:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:48:46 ---> Using cache 21:48:46 ---> 57b4f2fa88eb 21:48:46 Step 5/24 : RUN apk add --update --no-cache make git 21:48:46 ---> Using cache 21:48:46 ---> c30d25001144 21:48:46 Step 6/24 : COPY go.mod . 21:48:46 ---> 470a67e59422 21:48:46 Step 7/24 : RUN go mod download 21:48:46 ---> 26d1bef5f421 21:48:46 Step 7/22 : RUN go mod download 21:48:46 ---> Running in 9d71c041fdb8 21:48:46 ---> Running in cdb09d5c3102 21:48:46 ---> 7861e65a344f 21:48:46 Step 7/24 : RUN go mod download 21:48:47 ---> Running in b490e3e65df1 21:48:47 ---> Running in d97538361286 21:48:47 Removing intermediate container 9d71c041fdb8 21:48:47 ---> bbf332b0e728 21:48:47 Step 30/32 : LABEL arch=x86_64 21:48:47 ---> Running in 94c23f940775 21:48:49 Removing intermediate container 94c23f940775 21:48:49 ---> 883968a63427 21:48:49 Step 31/32 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:48:49 ---> Running in 2668c8d66f2a 21:48:52 Removing intermediate container 2668c8d66f2a 21:48:52 ---> 1aee654846a8 21:48:52 Step 32/32 : LABEL version=0.0.0 21:48:53 Removing intermediate container cdb09d5c3102 21:48:53 ---> 9153e9ad5b73 21:48:53 Step 8/24 : COPY . . 21:48:53 ---> Running in 1dd76226efa4 21:48:54 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:48:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:48:54 ---> ef979ecfc467 21:48:54 Step 3/24 : WORKDIR /edgex-go 21:48:54 ---> Using cache 21:48:54 ---> 9ad717f3c549 21:48:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:48:54 ---> Using cache 21:48:54 ---> 57b4f2fa88eb 21:48:54 Step 5/24 : RUN apk add --update --no-cache make git 21:48:54 ---> Using cache 21:48:54 ---> c30d25001144 21:48:54 Step 6/24 : COPY go.mod . 21:48:54 ---> Using cache 21:48:54 ---> 7861e65a344f 21:48:54 Step 7/24 : RUN go mod download 21:48:54 ---> Using cache 21:48:54 ---> 8193dcc19a3d 21:48:54 Step 8/24 : COPY . . 21:48:55 gofmt -l . 21:48:55 [ "`gofmt -l .`" = "" ] 21:48:56 Removing intermediate container d97538361286 21:48:56 ---> 8193dcc19a3d 21:48:56 Step 8/24 : COPY . . 21:48:56 Removing intermediate container b490e3e65df1 21:48:56 ---> 569d56ff172d 21:48:56 Step 8/22 : COPY . . 21:48:59 ./bin/test-go-mod-tidy.sh 21:48:59 ./bin/test-attribution-txt.sh [Pipeline] sh 21:49:02 + ls -al . 21:49:02 total 864 21:49:02 drwxrwxr-x 9 1001 1001 4096 May 12 21:49 . 21:49:02 drwxr-xr-x 4 root root 4096 May 12 21:43 .. 21:49:02 -rw-rw-r-- 1 1001 1001 11 May 12 21:42 .dockerignore 21:49:02 drwxrwxr-x 8 1001 1001 4096 May 12 21:42 .git 21:49:02 drwxrwxr-x 3 1001 1001 4096 May 12 21:42 .github 21:49:02 -rw-rw-r-- 1 1001 1001 818 May 12 21:42 .gitignore 21:49:02 -rw-rw-r-- 1 1001 1001 166 May 12 21:42 .sonarcloud.properties 21:49:02 -rw-rw-r-- 1 1001 1001 8609 May 12 21:42 Attribution.txt 21:49:02 -rw-rw-r-- 1 1001 1001 3804 May 12 21:42 CONTRIBUTING.md 21:49:02 -rw-rw-r-- 1 1001 1001 931 May 12 21:42 Dockerfile.build 21:49:02 -rw-rw-r-- 1 1001 1001 863 May 12 21:42 Jenkinsfile 21:49:02 -rw-rw-r-- 1 1001 1001 10775 May 12 21:42 LICENSE 21:49:02 -rw-rw-r-- 1 1001 1001 5594 May 12 21:42 Makefile 21:49:02 -rw-rw-r-- 1 1001 1001 7978 May 12 21:42 README.md 21:49:02 -rw-rw-r-- 1 1001 1001 6755 May 12 21:42 SECURITY.md 21:49:02 -rw-rw-r-- 1 1001 1001 5 May 12 21:41 VERSION 21:49:02 -rw-rw-r-- 1 1001 1001 4131 May 12 21:42 ZMQWindows.md 21:49:02 drwxrwxr-x 2 1001 1001 4096 May 12 21:42 bin 21:49:02 drwxrwxr-x 14 1001 1001 4096 May 12 21:42 cmd 21:49:02 -rw-r--r-- 1 root root 727486 May 12 21:47 coverage.out 21:49:02 -rw-r--r-- 1 root root 1060 May 12 21:48 go.mod 21:49:02 -rw-r--r-- 1 root root 21706 May 12 21:43 go.sum 21:49:02 drwxrwxr-x 8 1001 1001 4096 May 12 21:42 internal 21:49:02 drwxrwxr-x 4 1001 1001 4096 May 12 21:42 openapi 21:49:02 drwxrwxr-x 4 1001 1001 4096 May 12 21:42 snap 21:49:02 -rw-rw-r-- 1 1001 1001 168 May 12 21:42 version.go [Pipeline] sh 21:49:03 + '[' -e coverage.out ] 21:49:03 + chown 1001:1001 coverage.out [Pipeline] stash 21:49:03 Warning: overwriting stash ‘coverage-report’ 21:49:04 Stashed 1 file(s) [Pipeline] sh 21:49:05 + make build 21:49:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:49:06 Removing intermediate container 1dd76226efa4 21:49:06 ---> 533a1cc0c48b 21:49:06 21:49:09 Successfully built 533a1cc0c48b 21:49:10 Successfully tagged security-bootstrapper:latest 21:49:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:49:37  Building security-bootstrapper ... done  ---> dbef3326e1f2 21:49:37 Step 9/24 : RUN go mod tidy 21:49:37 ---> 990012d74920 21:49:37 Step 9/24 : RUN go mod tidy 21:49:37 ---> Running in bc029690e10d 21:49:37 ---> Running in c68ff13d767f 21:49:37 ---> 65713f001ec6 21:49:37 Step 9/24 : RUN go mod tidy 21:49:37 ---> 65b346926caa 21:49:37 Step 9/22 : RUN go mod tidy 21:49:37 ---> Running in de34710b42f9 21:49:37 ---> Running in b8e928377fce 21:49:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:49:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:49:42 Removing intermediate container de34710b42f9 21:49:42 ---> 88898e6e0237 21:49:42 Step 10/24 : RUN make cmd/core-metadata/core-metadata 21:49:42 Removing intermediate container b8e928377fce 21:49:42 ---> 2682d1b30c80 21:49:42 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:49:42 ---> Running in b1cf05b683f5 21:49:42 Removing intermediate container bc029690e10d 21:49:42 ---> f218a9b89a2f 21:49:42 Step 10/24 : RUN make cmd/core-command/core-command 21:49:42 ---> Running in 314a18e8e19d 21:49:42 Removing intermediate container c68ff13d767f 21:49:42 ---> 86068b8c3c0b 21:49:42 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:49:43 ---> Running in 76f7c32c1975 21:49:43 ---> Running in 28d1872117b1 21:49:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:49:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:49:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:49:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:49:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:49:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:49:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:49:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:49:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:50:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:50:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:50:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:50:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 21:50:12 $ docker stop --time=1 5d8125b09055e743067c560df279c0039cac57312de5e8d3aa3548f81914d4a2 21:50:14 $ docker rm -f 5d8125b09055e743067c560df279c0039cac57312de5e8d3aa3548f81914d4a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:50:16 21:50:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 21:50:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:50:17 latest: Pulling from edgex-devops/edgex-compose-arm64 21:50:17 29e5d40040c1: Pulling fs layer 21:50:17 1ce36da41761: Pulling fs layer 21:50:17 25b303627fd3: Pulling fs layer 21:50:17 29e5d40040c1: Verifying Checksum 21:50:17 29e5d40040c1: Download complete 21:50:18 29e5d40040c1: Pull complete 21:50:18 1ce36da41761: Verifying Checksum 21:50:18 1ce36da41761: Download complete 21:50:19 Removing intermediate container 28d1872117b1 21:50:19 ---> 567d55b712e8 21:50:19 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:50:19 ---> Running in 761eb2e7a727 21:50:19 Removing intermediate container 76f7c32c1975 21:50:19 ---> f52167535179 21:50:19 21:50:19 Step 11/24 : FROM alpine:3.12 21:50:19 ---> 13621d1b12d4 21:50:19 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:50:19 ---> Using cache 21:50:19 ---> de9462c69a58 21:50:19 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:50:19 ---> Using cache 21:50:19 ---> 276c3caaaa68 21:50:19 Step 14/24 : ENV APP_PORT=48082 21:50:20 1ce36da41761: Pull complete 21:50:20 25b303627fd3: Verifying Checksum 21:50:20 25b303627fd3: Download complete 21:50:20 ---> Running in f0bff6f71868 21:50:20 Removing intermediate container 314a18e8e19d 21:50:20 ---> 2710d8206aa0 21:50:20 21:50:20 Step 11/22 : FROM alpine:3.12 21:50:20 ---> 13621d1b12d4 21:50:20 Step 12/22 : RUN apk add --update --no-cache curl 21:50:20 ---> Running in 710591b7068f 21:50:20 Removing intermediate container f0bff6f71868 21:50:20 ---> 10e29b137368 21:50:20 Step 15/24 : EXPOSE $APP_PORT 21:50:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:50:23 ---> Running in 618b82c50797 21:50:24 Removing intermediate container b1cf05b683f5 21:50:24 ---> e7641598e65a 21:50:24 21:50:24 Step 11/24 : FROM alpine:3.12 21:50:24 ---> 13621d1b12d4 21:50:24 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:50:24 ---> Using cache 21:50:24 ---> de9462c69a58 21:50:24 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:50:24 ---> Using cache 21:50:24 ---> 276c3caaaa68 21:50:24 Step 14/24 : ENV APP_PORT=48081 21:50:24 ---> Running in 9d9a783ea17a 21:50:24 Removing intermediate container 618b82c50797 21:50:24 ---> d3429aab54b3 21:50:24 Step 16/24 : WORKDIR / 21:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:50:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:50:24 ---> Running in 38ec7c55b8e9 21:50:24 Removing intermediate container 761eb2e7a727 21:50:24 ---> fd4f5ba5a603 21:50:24 21:50:24 Step 12/24 : FROM docker:20.10.0 21:50:24 Removing intermediate container 9d9a783ea17a 21:50:24 ---> fa09a4436885 21:50:24 Step 15/24 : EXPOSE $APP_PORT 21:50:24 (1/4) Installing ca-certificates (20191127-r4) 21:50:24 20.10.0: Pulling from library/docker 21:50:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:50:24 (3/4) Installing libcurl (7.76.1-r0) 21:50:24 (4/4) Installing curl (7.76.1-r0) 21:50:24 Executing busybox-1.31.1-r20.trigger 21:50:24 Executing ca-certificates-20191127-r4.trigger 21:50:24 OK: 7 MiB in 18 packages 21:50:25 ---> Running in 24b4c3f50979 21:50:26 Removing intermediate container 38ec7c55b8e9 21:50:26 ---> 1f45c7af98ba 21:50:26 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:50:26 Removing intermediate container 24b4c3f50979 21:50:26 ---> 6e3533aaf675 21:50:26 Step 16/24 : WORKDIR / 21:50:27 ---> Running in b7b3c168fd44 21:50:27 Removing intermediate container 710591b7068f 21:50:27 ---> d998fb161e21 21:50:27 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:50:27 ---> e2bc2c9ea923 21:50:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:50:27 ---> Running in b276e2acd370 21:50:27 Removing intermediate container b7b3c168fd44 21:50:27 ---> c5f1c26ca3ba 21:50:27 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:50:28 Removing intermediate container b276e2acd370 21:50:28 ---> 1c6cc7c4384c 21:50:28 Step 14/22 : WORKDIR /edgex 21:50:28 ---> Running in 6553ad0aca8a 21:50:28 ---> c5694a1b1484 21:50:28 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:50:28 ---> d66cd8379830 21:50:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:50:29 Removing intermediate container 6553ad0aca8a 21:50:29 ---> 264a14061a14 21:50:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:50:29 ---> 411465223cce 21:50:29 Step 20/24 : ENTRYPOINT ["/core-command"] 21:50:29 ---> Running in 9186682c44ed 21:50:29 ---> 1ab7962c8ceb 21:50:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:50:29 ---> 18632d4e7952 21:50:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:50:29 Removing intermediate container 9186682c44ed 21:50:29 ---> 771e9be4307d 21:50:29 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:50:29 ---> Running in 01101e7c18f9 21:50:29 ---> 232cf3e26054 21:50:29 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:50:30 ---> Running in b16fad4b6bb2 21:50:30 25b303627fd3: Pull complete 21:50:30 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 21:50:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:50:30 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 21:50:30 Removing intermediate container 01101e7c18f9 21:50:30 ---> 44cdd00d1e33 21:50:30 Step 22/24 : LABEL arch=x86_64 21:50:30 prd-ubuntu18.04-docker-arm64-4c-16g-4905 does not seem to be running inside a container 21:50:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:50:30 ---> f61d27a4f5b5 21:50:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:50:30 ---> Running in f043cda2f97f 21:50:30 Removing intermediate container b16fad4b6bb2 21:50:30 ---> b22858eb96e2 21:50:30 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:50:31 ---> Running in 48f12ca07c2e 21:50:31 Removing intermediate container f043cda2f97f 21:50:31 ---> 34fa4cac7bca 21:50:31 Step 23/24 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:50:31 ---> Running in 288b38b965e3 21:50:31 Removing intermediate container 48f12ca07c2e 21:50:31 ---> d4803b873876 21:50:31 Step 22/24 : LABEL arch=x86_64 21:50:31 ---> f9d9e0e3fe56 21:50:31 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:50:31 ---> Running in d3ca7c8c3178 21:50:31 ---> Running in dbac82ebd644 21:50:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:50:31 Status: Downloaded newer image for docker:20.10.0 21:50:31 ---> aefe523efa57 21:50:31 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:50:31 Removing intermediate container 288b38b965e3 21:50:31 ---> 9802ebac0e61 21:50:31 Step 24/24 : LABEL version=0.0.0 21:50:32 ---> Running in 41cfd5759ead 21:50:32 ---> Running in bf189905b01b 21:50:32 Removing intermediate container d3ca7c8c3178 21:50:32 ---> 412ead4fc012 21:50:32 Step 23/24 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:50:32 Removing intermediate container dbac82ebd644 21:50:32 ---> fa39c40bd2b9 21:50:32 Step 19/22 : CMD ["--init=true"] 21:50:32 ---> Running in be45b952949e 21:50:32 Removing intermediate container 41cfd5759ead 21:50:32 ---> b115806b1303 21:50:32 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:50:32 ---> Running in 1429a01df22f 21:50:32 Removing intermediate container bf189905b01b 21:50:32 ---> 50bf7fd8f2de 21:50:32 21:50:32 ---> Running in e07f7928e71f 21:50:32 Successfully built 50bf7fd8f2de 21:50:32 Removing intermediate container be45b952949e 21:50:32 ---> fdeeb225e40f 21:50:32 Step 24/24 : LABEL version=0.0.0 21:50:33 Successfully tagged core-command:latest 21:50:33  Building core-command ... done Removing intermediate container 1429a01df22f 21:50:33 ---> 87a7d2af8cd3 21:50:33 Step 20/22 : LABEL arch=x86_64 21:50:33 ---> Running in 66c7f2d76ce0 21:50:33 ---> Running in b226c455e714 21:50:33 Removing intermediate container 66c7f2d76ce0 21:50:33 ---> 7c620b9d445a 21:50:33 21:50:33 Removing intermediate container b226c455e714 21:50:33 ---> db31e2184b0f 21:50:33 Step 21/22 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:50:33 ---> Running in e523b0be851c 21:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:50:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:50:33 Successfully built 7c620b9d445a 21:50:33 Successfully tagged core-metadata:latest 21:50:33  Building core-metadata ... done Removing intermediate container e523b0be851c 21:50:33 ---> cb13442cc284 21:50:33 Step 22/22 : LABEL version=0.0.0 21:50:33 (1/39) Installing readline (8.0.4-r0) 21:50:33 (2/39) Installing bash (5.0.17-r0) 21:50:33 Executing bash-5.0.17-r0.post-install 21:50:33 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:50:33 $ docker top 6ccc3a6cd115802349d5099d78e332e636c5734e263729aa0cdc5caacba3b323 -eo pid,comm 21:50:33 (4/39) Installing libcurl (7.76.1-r0) 21:50:33 (5/39) Installing curl (7.76.1-r0) 21:50:33 (6/39) Installing dumb-init (1.2.2-r1) 21:50:33 (7/39) Installing libbz2 (1.0.8-r1) 21:50:33 (8/39) Installing expat (2.2.9-r1) 21:50:33 (9/39) Installing libffi (3.3-r2) 21:50:33 (10/39) Installing gdbm (1.13-r1) 21:50:33 ---> Running in a122a950a76c 21:50:33 (11/39) Installing xz-libs (5.2.5-r0) 21:50:33 (12/39) Installing sqlite-libs (3.32.1-r0) 21:50:33 (13/39) Installing python3 (3.8.10-r0) [Pipeline] { [Pipeline] sh 21:50:34 Removing intermediate container a122a950a76c 21:50:34 ---> 82aa4538a7d0 21:50:34 21:50:34 Successfully built 82aa4538a7d0 21:50:34 Successfully tagged security-proxy-setup:latest 21:50:34 + grep parallel 21:50:34 + docker-compose build --help 21:50:35  Building security-proxy-setup ... done (14/39) Installing py3-appdirs (1.4.4-r1) 21:50:35 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:50:35 (16/39) Installing py3-parsing (2.4.7-r0) 21:50:35 (17/39) Installing py3-six (1.15.0-r0) 21:50:35 (18/39) Installing py3-packaging (20.4-r0) 21:50:35 (19/39) Installing py3-setuptools (47.0.0-r0) 21:50:35 (20/39) Installing py3-chardet (3.0.4-r4) 21:50:35 (21/39) Installing py3-idna (2.9-r0) 21:50:35 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:50:35 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:50:35 (24/39) Installing py3-requests (2.23.0-r0) 21:50:35 (25/39) Installing py3-msgpack (1.0.0-r0) 21:50:35 (26/39) Installing py3-lockfile (0.12.2-r3) 21:50:35 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:50:35 (28/39) Installing py3-colorama (0.4.3-r0) 21:50:35 (29/39) Installing py3-distlib (0.3.0-r0) 21:50:35 (30/39) Installing py3-distro (1.5.0-r1) 21:50:35 (31/39) Installing py3-webencodings (0.5.1-r3) 21:50:35 (32/39) Installing py3-html5lib (1.0.1-r4) 21:50:35 (33/39) Installing py3-pytoml (0.1.21-r0) 21:50:35 (34/39) Installing py3-pep517 (0.8.2-r0) 21:50:35 (35/39) Installing py3-progress (1.5-r0) 21:50:35 (36/39) Installing py3-toml (0.10.1-r0) 21:50:35 (37/39) Installing py3-retrying (1.3.3-r0) 21:50:35 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:50:35 (39/39) Installing py3-pip (20.1.1-r0) 21:50:35 Executing busybox-1.31.1-r19.trigger 21:50:35 OK: 72 MiB in 59 packages 21:50:36 Collecting docker-compose==1.23.2 21:50:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:50:36 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:50:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:50:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:50:37 Collecting texttable<0.10,>=0.9.0 21:50:37 Downloading texttable-0.9.1.tar.gz (11 kB) 21:50:37 Collecting dockerpty<0.5,>=0.4.1 21:50:37 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:50:38 Collecting docker<4.0,>=3.6.0 21:50:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:50:38 Collecting cached-property<2,>=1.2.0 21:50:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:50:38 --parallel Build images in parallel. 21:50:38 Collecting jsonschema<3,>=2.5.1 21:50:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [Pipeline] } 21:50:38 $ docker stop --time=1 6ccc3a6cd115802349d5099d78e332e636c5734e263729aa0cdc5caacba3b323 21:50:38 Collecting PyYAML<4,>=3.10 21:50:38 Downloading PyYAML-3.13.tar.gz (270 kB) 21:50:39 Collecting websocket-client<1.0,>=0.32.0 21:50:39 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:50:39 Collecting docopt<0.7,>=0.6.1 21:50:39 Downloading docopt-0.6.2.tar.gz (25 kB) 21:50:40 Collecting urllib3<1.25,>=1.21.1 21:50:40 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:50:40 Collecting idna<2.8,>=2.5 21:50:40 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:50:40 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 21:50:40 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 21:50:40 Collecting docker-pycreds>=0.4.0 21:50:40 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:50:40 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:50:40 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:50:40 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:50:40 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:50:40 Installing collected packages: urllib3, idna, requests, texttable, dockerpty, docker-pycreds, websocket-client, docker, cached-property, jsonschema, PyYAML, docopt, docker-compose 21:50:40 Attempting uninstall: urllib3 21:50:40 Found existing installation: urllib3 1.25.9 21:50:40 Uninstalling urllib3-1.25.9: 21:50:40 Successfully uninstalled urllib3-1.25.9 21:50:40 $ docker rm -f 6ccc3a6cd115802349d5099d78e332e636c5734e263729aa0cdc5caacba3b323 21:50:40 Attempting uninstall: idna 21:50:40 Found existing installation: idna 2.9 21:50:40 Uninstalling idna-2.9: 21:50:40 Successfully uninstalled idna-2.9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:50:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 21:50:41 . [Pipeline] withDockerContainer 21:50:41 prd-ubuntu18.04-docker-arm64-4c-16g-4905 does not seem to be running inside a container 21:50:41 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 21:50:42 Attempting uninstall: requests 21:50:42 Found existing installation: requests 2.23.0 21:50:42 Uninstalling requests-2.23.0: 21:50:42 Successfully uninstalled requests-2.23.0 21:50:42 Running setup.py install for texttable: started 21:50:42 Running setup.py install for texttable: finished with status 'done' 21:50:42 Running setup.py install for dockerpty: started 21:50:42 Running setup.py install for dockerpty: finished with status 'done' 21:50:42 $ docker top 14c7f29957666e0ae20d679d1241791f000778bd0d9886ae4072482fac993962 -eo pid,comm [Pipeline] { [Pipeline] sh 21:50:43 Running setup.py install for PyYAML: started 21:50:43 + docker-compose -f ./docker-compose-build.yml build --parallel 21:50:44 Running setup.py install for PyYAML: finished with status 'done' 21:50:44 Running setup.py install for docopt: started 21:50:44 Running setup.py install for docopt: finished with status 'done' 21:50:44 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.59.0 21:50:47 Building core-command ... 21:50:47 Building core-data ... 21:50:47 Building core-metadata ... 21:50:47 Building security-bootstrapper ... 21:50:47 Building security-proxy-setup ... 21:50:47 Building security-secretstore-setup ... 21:50:47 Building support-notifications ... 21:50:47 Building support-scheduler ... 21:50:47 Building sys-mgmt-agent ... 21:50:47 Building core-metadata 21:50:47 Building security-bootstrapper 21:50:47 Building core-command 21:50:47 Building security-secretstore-setup 21:50:47 Building sys-mgmt-agent 21:50:55 Removing intermediate container e07f7928e71f 21:50:55 ---> 23b79e1cfe28 21:50:55 Step 15/24 : ENV APP_PORT=48090 21:50:55 ---> Running in a55f1ff13016 21:50:55 Removing intermediate container a55f1ff13016 21:50:55 ---> 631067cfb581 21:50:55 Step 16/24 : EXPOSE $APP_PORT 21:50:55 ---> Running in 3b7a226e0bd8 21:50:55 Removing intermediate container 3b7a226e0bd8 21:50:55 ---> 7909184e4d3b 21:50:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:50:55 ---> 08831a493cda 21:50:55 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:50:55 ---> a398612b2f64 21:50:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:50:55 ---> 93b223de71c7 21:50:55 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 21:50:56 ---> Running in 92b2e287a4e0 21:50:56 Removing intermediate container 92b2e287a4e0 21:50:56 ---> c5cf2b165287 21:50:56 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:50:56 ---> Running in 466663aecb9b 21:50:56 Removing intermediate container 466663aecb9b 21:50:56 ---> 30880e111a65 21:50:56 Step 22/24 : LABEL arch=x86_64 21:50:56 ---> Running in 69f68dd8f7dd 21:50:56 Removing intermediate container 69f68dd8f7dd 21:50:56 ---> 3f059c935606 21:50:56 Step 23/24 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:50:56 ---> Running in 89e60d3efc1a 21:50:56 Removing intermediate container 89e60d3efc1a 21:50:56 ---> bf74095b42ab 21:50:56 Step 24/24 : LABEL version=0.0.0 21:50:56 ---> Running in 1192da42c36f 21:50:57 Removing intermediate container 1192da42c36f 21:50:57 ---> 5cd070f33104 21:50:57 21:50:57 Successfully built 5cd070f33104 21:50:57 Successfully tagged sys-mgmt-agent:latest 21:50:57  Building sys-mgmt-agent ... done  [Pipeline] } 21:50:57 $ docker stop --time=1 ecb0f46dfb1fa4f6fb94da0d44c32b3f2d03cacb993844969111189de46d3903 21:50:59 $ docker rm -f ecb0f46dfb1fa4f6fb94da0d44c32b3f2d03cacb993844969111189de46d3903 [Pipeline] // withDockerContainer [Pipeline] sh 21:51:00 + docker images 21:51:00 REPOSITORY TAG IMAGE ID CREATED SIZE 21:51:00 sys-mgmt-agent latest 5cd070f33104 3 seconds ago 312MB 21:51:00 security-proxy-setup latest 82aa4538a7d0 27 seconds ago 25.3MB 21:51:00 core-metadata latest 7c620b9d445a 27 seconds ago 18.6MB 21:51:00 core-command latest 50bf7fd8f2de 28 seconds ago 17MB 21:51:00 fd4f5ba5a603 36 seconds ago 1.15GB 21:51:00 e7641598e65a 37 seconds ago 1.17GB 21:51:00 2710d8206aa0 40 seconds ago 1.15GB 21:51:00 f52167535179 42 seconds ago 1.16GB 21:51:00 security-bootstrapper latest 533a1cc0c48b 2 minutes ago 18.2MB 21:51:00 core-data latest 182043cc71c3 2 minutes ago 21.5MB 21:51:00 security-secretstore-setup latest a3d963501ba3 2 minutes ago 25.7MB 21:51:00 support-scheduler latest ee144f2f733b 2 minutes ago 17.1MB 21:51:00 support-notifications latest 5b1c2a945955 2 minutes ago 17.7MB 21:51:00 a55b2ca29672 2 minutes ago 1.17GB 21:51:00 370bbbc10c70 3 minutes ago 1.16GB 21:51:00 91eb336119dc 3 minutes ago 1.16GB 21:51:00 868ab90cda10 3 minutes ago 1.16GB 21:51:00 43420c18b145 3 minutes ago 1.15GB 21:51:00 ci-base-image-x86_64 latest ef979ecfc467 8 minutes ago 648MB 21:51:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine b068be0155e3 13 days ago 445MB 21:51:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest e9a9aa5b6c9c 2 weeks ago 37.5MB 21:51:00 alpine 3.12 13621d1b12d4 4 weeks ago 5.58MB 21:51:00 docker 20.10.0 aefe523efa57 5 months ago 240MB 21:51:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 10 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 21:51:00 Running on prd-ubuntu18.04-docker-8c-8g-4878 in /w/workspace/edgexfoundry_edgex-go_PR-3450 [Pipeline] { [Pipeline] ws 21:51:00 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 21:51:02 using credential edgex-jenkins-ssh 21:51:02 Cloning the remote Git repository 21:51:02 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:51:03 > git init /w/workspace/edgex-go/6 # timeout=10 21:51:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:51:03 > git --version # timeout=10 21:51:03 > git --version # 'git version 2.17.1' 21:51:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:51:12 Merging remotes/origin/master commit d370f76947aef5a2f7c0780f9b8c47242afb1ba5 into PR head commit 21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:51:13 Merge succeeded, producing 21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:51:13 Checking out Revision 21e3f58a9b1098f86f84db904fd0203b90bd9a0c (PR-3450) 21:51:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:51:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:51:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:51:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:51:12 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3450/head:refs/remotes/origin/PR-3450 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:51:12 > git config core.sparsecheckout # timeout=10 21:51:12 > git checkout -f 21e3f58a9b1098f86f84db904fd0203b90bd9a0c # timeout=10 21:51:12 > git remote # timeout=10 21:51:12 > git config --get remote.origin.url # timeout=10 21:51:13 using GIT_SSH to set credentials SSH Credentials for GitHub 21:51:13 > git merge d370f76947aef5a2f7c0780f9b8c47242afb1ba5 # timeout=10 21:51:13 > git rev-parse HEAD^{commit} # timeout=10 21:51:13 > git config core.sparsecheckout # timeout=10 21:51:13 > git checkout -f 21e3f58a9b1098f86f84db904fd0203b90bd9a0c # timeout=10 21:51:16 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:51:17 + echo snap-build.sh 21:51:17 snap-build.sh 21:51:17 + SNAP_BASE_DIR=. 21:51:17 + '[' '!' -z /w/workspace/edgex-go/6 ']' 21:51:17 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 21:51:17 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 21:51:17 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 21:51:17 + cd /w/workspace/edgex-go/6 21:51:17 + sudo apt-get remove -qy --purge lxd lxd-client 21:51:17 Reading package lists... 21:51:17 Building dependency tree... 21:51:17 Reading state information... 21:51:18 The following packages were automatically installed and are no longer required: 21:51:18 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 21:51:18 uidmap xdelta3 21:51:18 Use 'sudo apt autoremove' to remove them. 21:51:18 The following packages will be REMOVED: 21:51:18 lxd* lxd-client* 21:51:18 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 21:51:18 After this operation, 31.7 MB disk space will be freed. 21:51:19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 21:51:19 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 21:51:20 Removing lxd dnsmasq configuration 21:51:20 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 21:51:20 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 21:52:09 Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 21:52:09 ---> c7060e5e413a 21:52:09 Step 3/26 : WORKDIR /edgex-go 21:52:09 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:52:09 ---> c7060e5e413a 21:52:09 Step 3/24 : WORKDIR /edgex-go 21:52:09 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:52:09 ---> c7060e5e413a 21:52:09 Step 3/24 : WORKDIR /edgex-go 21:52:09 Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:09 Step 2/32 : FROM ${BUILDER_BASE} AS builder 21:52:09 ---> c7060e5e413a 21:52:09 Step 3/32 : WORKDIR /edgex-go 21:52:09 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:52:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:52:09 ---> c7060e5e413a 21:52:09 Step 3/24 : WORKDIR /edgex-go 21:52:09 ---> Running in d6702972ed32 21:52:09 ---> Running in f62ea1e0f510 21:52:09 ---> Running in 100f2928ca22 21:52:09 ---> Running in 723a9bbce497 21:52:09 ---> Running in 3682116b4981 21:52:09 Removing intermediate container f62ea1e0f510 21:52:09 ---> c1ef7509e046 21:52:09 Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:09 Removing intermediate container 100f2928ca22 21:52:09 ---> 55a350d7565b 21:52:09 Removing intermediate container 3682116b4981 21:52:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:09 ---> b8cbc3317d19 21:52:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:09 Removing intermediate container d6702972ed32 21:52:09 ---> b826a8859a30 21:52:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:09 Removing intermediate container 723a9bbce497 21:52:09 ---> c7128bc6cf3e 21:52:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:52:09 ---> Running in fda6fc95bd30 21:52:09 ---> Running in 82b51548d64a 21:52:09 ---> Running in 69f07d050599 21:52:09 ---> Running in c1437ef97b7a 21:52:09 ---> Running in b153e91a6553 21:52:09 Removing intermediate container fda6fc95bd30 21:52:09 ---> f1f74a466141 21:52:09 Step 5/32 : RUN apk add --update --no-cache make git 21:52:09 ---> Running in 0343a6e3d063 21:52:09 Removing intermediate container 69f07d050599 21:52:09 ---> a867b80e6f6d 21:52:09 Removing intermediate container 82b51548d64a 21:52:09 ---> d1964bfa9b9d 21:52:09 Step 5/24 : RUN apk add --update --no-cache make git 21:52:09 Step 5/26 : RUN apk add --update --no-cache make git 21:52:09 ---> Running in cf6bc06aee28 21:52:09 ---> Running in 1a33940508ec 21:52:09 Removing intermediate container c1437ef97b7a 21:52:09 ---> b8d97590b2d5 21:52:09 Step 5/24 : RUN apk add --update --no-cache make bash git 21:52:09 Removing intermediate container b153e91a6553 21:52:09 ---> eae3798563f5 21:52:09 Step 5/24 : RUN apk add --update --no-cache make git 21:52:09 ---> Running in d39580e7a6c0 21:52:09 ---> Running in 1a0e51bc29ce 21:52:09 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:52:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:52:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:52:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:52:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:52:10 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:52:11 OK: 218 MiB in 52 packages 21:52:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:52:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:52:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:52:11 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:52:12 OK: 218 MiB in 52 packages 21:52:13 OK: 218 MiB in 52 packages 21:52:13 OK: 218 MiB in 52 packages 21:52:13 Removing intermediate container 0343a6e3d063 21:52:13 ---> ac776886fd51 21:52:13 Step 6/32 : COPY go.mod . 21:52:13 OK: 218 MiB in 52 packages 21:52:14 ---> 0db43470f3c3 21:52:14 Step 7/32 : RUN go mod download 21:52:14 ---> Running in 799124cf9da2 21:52:14 Removing intermediate container 1a33940508ec 21:52:14 ---> 00e8b3f03701 21:52:14 Step 6/26 : COPY go.mod . 21:52:14 Removing intermediate container 1a0e51bc29ce 21:52:14 ---> fb3ca74167be 21:52:14 Step 6/24 : COPY go.mod . 21:52:14 Removing intermediate container d39580e7a6c0 21:52:14 ---> 80973afdf625 21:52:14 Step 6/24 : COPY go.mod . 21:52:14 Removing intermediate container cf6bc06aee28 21:52:15 ---> 57b2cf67444b 21:52:15 Step 6/24 : COPY go.mod . 21:52:15 ---> d30403106ccb 21:52:15 Step 7/26 : RUN go mod download 21:52:15 ---> Running in c231255344b7 21:52:15 ---> f94ad446b384 21:52:15 Step 7/24 : RUN go mod download 21:52:16 ---> Running in 700cc0caa915 21:52:16 ---> 6d8c2d768f93 21:52:16 Step 7/24 : RUN go mod download 21:52:16 ---> 7de0dadd8450 21:52:16 Step 7/24 : RUN go mod download 21:52:16 ---> Running in a2e4ea39c735 21:52:16 ---> Running in a03e1afd57d0 21:52:18 Removing intermediate container 799124cf9da2 21:52:18 ---> 1ddd26201c53 21:52:18 Step 8/32 : COPY . . 21:52:20 Removing intermediate container c231255344b7 21:52:20 ---> 2ffdf3ba16a9 21:52:20 Step 8/26 : COPY . . 21:52:20 Removing intermediate container 700cc0caa915 21:52:20 ---> 45d4e550e9c6 21:52:20 Step 8/24 : COPY . . 21:52:21 Removing intermediate container a2e4ea39c735 21:52:21 ---> b1345f165253 21:52:21 Step 8/24 : COPY . . 21:52:21 Removing intermediate container a03e1afd57d0 21:52:21 ---> 03007841d593 21:52:21 Step 8/24 : COPY . . 21:52:48 ---> aec2b1af7ad4 21:52:48 Step 9/26 : RUN go mod tidy 21:52:48 ---> cdb238e29d94 21:52:48 Step 9/32 : RUN go mod tidy 21:52:48 ---> bcc24924e8b4 21:52:48 Step 9/24 : RUN go mod tidy 21:52:48 ---> 3985457e3982 21:52:48 Step 9/24 : RUN go mod tidy 21:52:48 ---> 5fb23c1ef506 21:52:48 Step 9/24 : RUN go mod tidy 21:52:48 ---> Running in a7284afa58a0 21:52:48 ---> Running in 2821961049da 21:52:48 ---> Running in 422a3609d68d 21:52:48 ---> Running in a9aeeab2cad3 21:52:48 ---> Running in df4ba1967ed9 21:52:53 Removing intermediate container a7284afa58a0 21:52:53 ---> 560cbe8a5c20 21:52:53 Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 21:52:53 ---> Running in d0f938cfbda3 21:52:53 Removing intermediate container 2821961049da 21:52:53 ---> 4d6ccd1ef763 21:52:53 Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper 21:52:53 Removing intermediate container df4ba1967ed9 21:52:53 ---> 313cafcd4e63 21:52:53 Step 10/24 : RUN make cmd/core-metadata/core-metadata 21:52:53 ---> Running in 4f0eb7669b27 21:52:54 Removing intermediate container a9aeeab2cad3 21:52:54 ---> 62330f4c83d1 21:52:54 Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 21:52:54 ---> Running in fe549707e30d 21:52:54 Removing intermediate container 422a3609d68d 21:52:54 ---> 168e180972d9 21:52:54 Step 10/24 : RUN make cmd/core-command/core-command 21:52:54 ---> Running in 81ffe55b5bb9 21:52:54 ---> Running in fa3411b2e909 21:52:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:52:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:52:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 21:52:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:52:57 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 21:52:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 21:52:57 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 21:52:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:52:57 Processing triggers for systemd (237-3ubuntu10.42) ... 21:52:57 Processing triggers for ureadahead (0.100.0-21) ... 21:52:59 + sudo snap remove --purge lxd 21:52:59 snap "lxd" is not installed 21:52:59 + sudo groupadd --force --system lxd 21:52:59 ++ whoami 21:52:59 + sudo /usr/sbin/usermod -G lxd -a jenkins 21:52:59 + newgrp - lxd 21:52:59 + sudo snap install lxd 21:53:09 2021-05-12T21:53:06Z INFO Waiting for automatic snapd restart... 21:53:27 lxd 4.14 from Canonical* installed 21:53:27 + sudo lxd init --auto 21:53:34 + sudo snap install --classic snapcraft 21:53:39 snapcraft 4.7.1 from Canonical* installed 21:53:39 + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' 21:53:39 + ./snap/local/build-helpers/bin/minimal-snap-build.sh 21:53:39 % Total % Received % Xferd Average Speed Time Time Time Current 21:53:39 Dload Upload Total Spent Left Speed 21:53:39 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 0 627 0 0 4860 0 --:--:-- --:--:-- --:--:-- 4823 21:53:39 100 3325k 100 3325k 0 0 9722k 0 --:--:-- --:--:-- --:--:-- 9722k 21:53:39 ./yq_linux_amd64 21:53:39 + sudo snapcraft prime --use-lxd 21:53:40 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 21:53:40 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:53:40 - README.md 21:53:40 21:53:40 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:53:41 Launching a container. 21:53:47 Waiting for container to be ready 21:53:48 To start your first instance, try: lxc launch ubuntu:18.04 21:53:48 21:53:51 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 21:53:52 Waiting for network to be ready... 21:53:52 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:53:52 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] 21:53:52 Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:53:52 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 21:53:52 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 21:53:52 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:53:52 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] 21:53:52 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 21:53:52 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 21:53:52 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 21:53:53 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:53:53 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:53:53 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:53:53 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:53:53 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:53:53 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:53:53 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:53:53 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:53:54 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:53:54 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 21:53:54 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 21:53:54 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 21:53:54 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:53:54 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 21:53:54 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 21:53:54 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 21:53:54 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 21:53:56 Fetched 24.6 MB in 4s (6065 kB/s) 21:53:57 Reading package lists... 21:53:57 Reading package lists... 21:53:57 Building dependency tree... 21:53:57 Reading state information... 21:53:57 The following additional packages will be installed: 21:53:57 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:53:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:53:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:53:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 21:53:57 Suggested packages: 21:53:57 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 21:53:57 Recommended packages: 21:53:57 gnupg libsasl2-modules 21:53:57 The following NEW packages will be installed: 21:53:57 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 21:53:57 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 21:53:57 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 21:53:57 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 21:53:57 The following packages will be upgraded: 21:53:57 gpg gpg-agent gpgconf libudev1 21:53:57 4 upgraded, 18 newly installed, 0 to remove and 106 not upgraded. 21:53:57 Need to get 3530 kB of archives. 21:53:57 After this operation, 13.3 MB of additional disk space will be used. 21:53:57 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 21:53:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 21:53:57 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 21:53:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 21:53:57 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.47 [58.2 kB] 21:53:58 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.47 [1102 kB] 21:53:58 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 21:53:58 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 21:53:58 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 21:53:58 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 21:53:58 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 21:53:58 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 21:53:58 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 21:53:58 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 21:53:58 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 21:53:58 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 21:53:58 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 21:53:58 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 21:53:58 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 21:53:58 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 21:53:58 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 21:53:58 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 21:53:58 debconf: delaying package configuration, since apt-utils is not installed 21:53:58 Fetched 3530 kB in 1s (3087 kB/s) 21:53:58 (Reading database ... 12511 files and directories currently installed.) 21:53:58 Preparing to unpack .../libudev1_237-3ubuntu10.47_amd64.deb ... 21:53:58 Unpacking libudev1:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 21:53:59 Setting up libudev1:amd64 (237-3ubuntu10.47) ... 21:53:59 Selecting previously unselected package udev. 21:53:59 (Reading database ... 12511 files and directories currently installed.) 21:53:59 Preparing to unpack .../00-udev_237-3ubuntu10.47_amd64.deb ... 21:53:59 Unpacking udev (237-3ubuntu10.47) ... 21:53:59 Selecting previously unselected package libfuse2:amd64. 21:53:59 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 21:53:59 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:53:59 Selecting previously unselected package fuse. 21:53:59 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 21:53:59 Unpacking fuse (2.9.7-1ubuntu1) ... 21:53:59 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 21:53:59 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:54:00 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 21:54:00 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:54:00 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 21:54:00 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:54:00 Selecting previously unselected package libksba8:amd64. 21:54:00 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 21:54:00 Unpacking libksba8:amd64 (1.3.5-2) ... 21:54:00 Selecting previously unselected package libroken18-heimdal:amd64. 21:54:00 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:00 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:00 Selecting previously unselected package libasn1-8-heimdal:amd64. 21:54:00 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:00 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:00 Selecting previously unselected package libheimbase1-heimdal:amd64. 21:54:00 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:00 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:00 Selecting previously unselected package libhcrypto4-heimdal:amd64. 21:54:00 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:00 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:00 Selecting previously unselected package libwind0-heimdal:amd64. 21:54:00 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:00 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:00 Selecting previously unselected package libhx509-5-heimdal:amd64. 21:54:00 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:00 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:01 Selecting previously unselected package libkrb5-26-heimdal:amd64. 21:54:01 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:01 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:01 Selecting previously unselected package libheimntlm0-heimdal:amd64. 21:54:01 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:01 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:01 Selecting previously unselected package libgssapi3-heimdal:amd64. 21:54:01 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 21:54:01 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:01 Selecting previously unselected package libsasl2-modules-db:amd64. 21:54:01 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:54:01 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:54:01 Selecting previously unselected package libsasl2-2:amd64. 21:54:01 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 21:54:01 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:54:01 Selecting previously unselected package libldap-common. 21:54:01 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 21:54:01 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:54:01 Selecting previously unselected package libldap-2.4-2:amd64. 21:54:01 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 21:54:01 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:54:01 Selecting previously unselected package dirmngr. 21:54:01 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 21:54:01 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 21:54:01 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 21:54:01 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 21:54:01 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 21:54:02 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:54:02 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 21:54:02 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 21:54:02 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:02 Setting up libksba8:amd64 (1.3.5-2) ... 21:54:02 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:54:02 Setting up udev (237-3ubuntu10.47) ... 21:54:02 invoke-rc.d: policy-rc.d denied execution of start. 21:54:02 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:02 Processing triggers for systemd (237-3ubuntu10) ... 21:54:02 Setting up fuse (2.9.7-1ubuntu1) ... 21:54:02 Setting up gpg (2.2.4-1ubuntu1.4) ... 21:54:02 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:02 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:02 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:02 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:02 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:02 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:02 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 21:54:03 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 21:54:03 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 21:54:03 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:54:03 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 21:54:03 settings in the [Install] section, and DefaultInstance for template units). 21:54:03 This means they are not meant to be enabled using systemctl. 21:54:03 Possible reasons for having this kind of units are: 21:54:03 1) A unit may be statically enabled by being symlinked from another unit's 21:54:03 .wants/ or .requires/ directory. 21:54:03 2) A unit's purpose may be to act as a helper for some other unit which has 21:54:03 a requirement dependency on it. 21:54:03 3) A unit may be started when needed via activation (socket, path, timer, 21:54:03 D-Bus, udev, scripted systemctl call, ...). 21:54:03 4) In case of template units, the unit is meant to be enabled with some 21:54:03 instance name specified. 21:54:04 Reading package lists... 21:54:04 Building dependency tree... 21:54:04 Reading state information... 21:54:04 The following additional packages will be installed: 21:54:04 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 21:54:04 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 21:54:04 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 21:54:04 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 21:54:04 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 21:54:04 Suggested packages: 21:54:04 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 21:54:04 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 21:54:04 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 21:54:04 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 21:54:04 systemd-container policykit-1 21:54:04 Recommended packages: 21:54:04 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 21:54:04 The following NEW packages will be installed: 21:54:04 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 21:54:04 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 21:54:04 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 21:54:04 multiarch-support openssh-client python3 python3-minimal python3.6 21:54:04 python3.6-minimal snapd squashfs-tools sudo 21:54:04 The following packages will be upgraded: 21:54:04 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 21:54:04 5 upgraded, 25 newly installed, 0 to remove and 101 not upgraded. 21:54:04 Need to get 35.2 MB of archives. 21:54:04 After this operation, 141 MB of additional disk space will be used. 21:54:04 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.9 [1301 kB] 21:54:04 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 21:54:04 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 21:54:04 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.47 [2914 kB] 21:54:04 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 21:54:04 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 21:54:04 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 21:54:04 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 21:54:04 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 21:54:04 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 21:54:04 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 21:54:04 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 21:54:04 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 21:54:04 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 21:54:04 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 21:54:04 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 21:54:04 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 21:54:05 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.47 [209 kB] 21:54:05 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libapt-pkg5.0 amd64 1.6.13 [808 kB] 21:54:05 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 apt amd64 1.6.13 [1201 kB] 21:54:05 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 21:54:05 Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 21:54:05 Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 21:54:05 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 21:54:05 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 21:54:05 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 21:54:05 Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 21:54:05 Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 21:54:05 Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 21:54:05 Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 21:54:05 debconf: delaying package configuration, since apt-utils is not installed 21:54:05 Fetched 35.2 MB in 1s (28.3 MB/s) 21:54:05 (Reading database ... 12757 files and directories currently installed.) 21:54:05 Preparing to unpack .../systemd_237-3ubuntu10.47_amd64.deb ... 21:54:05 Unpacking systemd (237-3ubuntu10.47) over (237-3ubuntu10) ... 21:54:06 Preparing to unpack .../libsystemd0_237-3ubuntu10.47_amd64.deb ... 21:54:06 Unpacking libsystemd0:amd64 (237-3ubuntu10.47) over (237-3ubuntu10) ... 21:54:06 Setting up libsystemd0:amd64 (237-3ubuntu10.47) ... 21:54:06 (Reading database ... 12757 files and directories currently installed.) 21:54:06 Preparing to unpack .../libapt-pkg5.0_1.6.13_amd64.deb ... 21:54:06 Unpacking libapt-pkg5.0:amd64 (1.6.13) over (1.6.1) ... 21:54:06 Setting up libapt-pkg5.0:amd64 (1.6.13) ... 21:54:06 (Reading database ... 12757 files and directories currently installed.) 21:54:06 Preparing to unpack .../archives/apt_1.6.13_amd64.deb ... 21:54:06 Unpacking apt (1.6.13) over (1.6.1) ... 21:54:07 Setting up apt (1.6.13) ... 21:54:07 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 21:54:07 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 21:54:07 (Reading database ... 12764 files and directories currently installed.) 21:54:07 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:54:08 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:54:08 Selecting previously unselected package libpython3.6-minimal:amd64. 21:54:08 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:54:08 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:54:08 Selecting previously unselected package libexpat1:amd64. 21:54:08 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 21:54:08 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:54:08 Selecting previously unselected package python3.6-minimal. 21:54:08 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:54:08 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:54:10 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.9) ... 21:54:10 Checking for services that may need to be restarted...done. 21:54:10 Checking for services that may need to be restarted...done. 21:54:10 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:54:10 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 21:54:10 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 21:54:11 Selecting previously unselected package python3-minimal. 21:54:11 (Reading database ... 13012 files and directories currently installed.) 21:54:11 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 21:54:11 Unpacking python3-minimal (3.6.7-1~18.04) ... 21:54:11 Selecting previously unselected package mime-support. 21:54:11 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 21:54:11 Unpacking mime-support (3.60ubuntu1) ... 21:54:11 Selecting previously unselected package libmpdec2:amd64. 21:54:11 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 21:54:11 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:54:11 Selecting previously unselected package libpython3.6-stdlib:amd64. 21:54:11 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:54:11 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:54:11 Selecting previously unselected package python3.6. 21:54:11 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 21:54:11 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:54:11 Selecting previously unselected package libpython3-stdlib:amd64. 21:54:11 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 21:54:11 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:54:11 Setting up python3-minimal (3.6.7-1~18.04) ... 21:54:11 Selecting previously unselected package python3. 21:54:11 (Reading database ... 13442 files and directories currently installed.) 21:54:11 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 21:54:11 Unpacking python3 (3.6.7-1~18.04) ... 21:54:11 Selecting previously unselected package multiarch-support. 21:54:12 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 21:54:12 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 21:54:12 Setting up multiarch-support (2.27-3ubuntu1.4) ... 21:54:12 Selecting previously unselected package liblzo2-2:amd64. 21:54:12 (Reading database ... 13479 files and directories currently installed.) 21:54:12 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 21:54:12 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 21:54:12 Selecting previously unselected package libbsd0:amd64. 21:54:12 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 21:54:12 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:54:12 Selecting previously unselected package sudo. 21:54:12 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 21:54:12 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 21:54:12 Selecting previously unselected package apparmor. 21:54:12 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 21:54:12 Unpacking apparmor (2.12-4ubuntu5.1) ... 21:54:12 Selecting previously unselected package libedit2:amd64. 21:54:12 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 21:54:12 Unpacking libedit2:amd64 (3.1-20170329-1) ... 21:54:12 Selecting previously unselected package libkrb5support0:amd64. 21:54:12 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 21:54:12 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:54:12 Selecting previously unselected package libk5crypto3:amd64. 21:54:12 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 21:54:12 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:54:13 Selecting previously unselected package libkeyutils1:amd64. 21:54:13 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 21:54:13 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:54:13 Selecting previously unselected package libkrb5-3:amd64. 21:54:13 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 21:54:13 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:54:13 Selecting previously unselected package libgssapi-krb5-2:amd64. 21:54:13 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 21:54:13 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:54:13 Selecting previously unselected package libssl1.0.0:amd64. 21:54:13 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 21:54:13 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:54:13 Selecting previously unselected package openssh-client. 21:54:13 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 21:54:13 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 21:54:13 Selecting previously unselected package squashfs-tools. 21:54:13 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 21:54:13 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:54:13 Selecting previously unselected package snapd. 21:54:13 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 21:54:13 Unpacking snapd (2.48.3+18.04) ... 21:54:15 Setting up libedit2:amd64 (3.1-20170329-1) ... 21:54:15 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 21:54:15 Setting up mime-support (3.60ubuntu1) ... 21:54:15 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 21:54:15 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 21:54:15 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 21:54:15 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:54:16 Setting up systemd (237-3ubuntu10.47) ... 21:54:16 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 21:54:16 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 21:54:16 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 21:54:16 Setting up liblzo2-2:amd64 (2.08-1.2) ... 21:54:16 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 21:54:16 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 21:54:16 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 21:54:17 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 21:54:17 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 21:54:17 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 21:54:17 Setting up python3 (3.6.7-1~18.04) ... 21:54:17 running python rtupdate hooks for python3.6... 21:54:17 running python post-rtupdate hooks for python3.6... 21:54:17 Setting up apparmor (2.12-4ubuntu5.1) ... 21:54:18 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 21:54:19 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 21:54:19 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 21:54:19 Setting up snapd (2.48.3+18.04) ... 21:54:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 21:54:19 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 21:54:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 21:54:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 21:54:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:54:20 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 21:54:20 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 21:54:20 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 21:54:20 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 21:54:21 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 21:54:21 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 21:54:21 Processing triggers for libc-bin (2.27-3ubuntu1) ... 21:54:21 Processing triggers for systemd (237-3ubuntu10.47) ... 21:54:22 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:54:22 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:54:22 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:54:23 Reading package lists... 21:54:23 Reading package lists... 21:54:23 Building dependency tree... 21:54:23 Reading state information... 21:54:23 Calculating upgrade... 21:54:23 The following packages will be upgraded: 21:54:23 advancecomp base-files bash binutils binutils-common 21:54:23 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 21:54:23 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 21:54:23 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 21:54:23 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 21:54:23 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 21:54:23 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 21:54:23 libgnutls30 libgomp1 libhogweed4 libidn11 libidn2-0 libitm1 libjson-c3 21:54:23 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 libncursesw5 libnettle6 21:54:23 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime libpam0g 21:54:23 libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 21:54:23 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 21:54:23 libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base 21:54:23 ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 21:54:23 pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux 21:54:23 101 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 21:54:23 Need to get 64.0 MB of archives. 21:54:23 After this operation, 5041 kB of additional disk space will be used. 21:54:23 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-143.147 [994 kB] 21:54:24 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 21:54:24 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 21:54:24 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 21:54:24 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 21:54:24 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 21:54:24 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 21:54:24 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 21:54:24 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 21:54:24 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 21:54:24 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 21:54:24 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 21:54:24 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 21:54:24 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 21:54:24 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 21:54:24 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 21:54:24 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 21:54:24 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 21:54:24 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 21:54:24 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 21:54:24 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 21:54:24 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 21:54:24 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 21:54:24 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 21:54:24 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 21:54:24 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 21:54:24 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 21:54:24 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 21:54:24 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 21:54:24 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 21:54:24 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 21:54:24 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 21:54:24 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 21:54:24 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 21:54:24 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 21:54:24 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 21:54:24 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libnettle6 amd64 3.4-1ubuntu0.1 [110 kB] 21:54:24 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libhogweed4 amd64 3.4-1ubuntu0.1 [137 kB] 21:54:24 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 21:54:24 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 21:54:24 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.9 [614 kB] 21:54:24 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 21:54:24 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 21:54:24 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 21:54:24 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 21:54:24 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 21:54:24 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 21:54:24 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 21:54:24 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 21:54:24 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 21:54:24 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 21:54:24 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 21:54:24 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 21:54:24 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 21:54:24 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 21:54:24 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 21:54:24 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 21:54:24 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 21:54:24 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 21:54:24 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 21:54:24 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 21:54:24 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 21:54:24 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 21:54:24 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 21:54:24 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 21:54:25 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 21:54:25 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 21:54:26 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 21:54:26 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 21:54:26 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 21:54:26 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 21:54:26 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 21:54:26 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 21:54:26 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 21:54:26 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 21:54:27 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 21:54:27 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 21:54:27 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 21:54:27 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 21:54:27 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 21:54:27 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 21:54:27 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 21:54:27 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 21:54:27 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 21:54:27 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.47 [16.0 kB] 21:54:27 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 21:54:28 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 21:54:28 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 21:54:28 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 21:54:28 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 21:54:28 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libseccomp2 amd64 2.5.1-1ubuntu1~18.04.1 [43.1 kB] 21:54:28 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.2 [22.3 kB] 21:54:28 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 21:54:28 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 21:54:28 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 21:54:28 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 21:54:29 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 21:54:29 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 21:54:29 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 21:54:29 Get:100 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 21:54:29 Get:101 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 21:54:29 debconf: delaying package configuration, since apt-utils is not installed 21:54:29 Fetched 64.0 MB in 6s (11.2 MB/s) 21:54:29 (Reading database ... 13912 files and directories currently installed.) 21:54:29 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 21:54:29 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:54:30 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 21:54:30 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:54:30 Preparing to unpack .../2-linux-libc-dev_4.15.0-143.147_amd64.deb ... 21:54:30 Unpacking linux-libc-dev:amd64 (4.15.0-143.147) over (4.15.0-20.21) ... 21:54:31 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:31 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:31 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:31 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:31 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:31 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:31 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:31 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:31 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:31 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:31 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:31 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:32 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:32 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:32 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 21:54:32 (Reading database ... 13911 files and directories currently installed.) 21:54:32 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:32 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 21:54:32 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 21:54:32 (Reading database ... 13911 files and directories currently installed.) 21:54:32 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:32 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:32 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:32 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:32 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 21:54:32 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 21:54:32 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 21:54:33 (Reading database ... 13911 files and directories currently installed.) 21:54:33 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 21:54:33 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:54:33 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 21:54:33 (Reading database ... 13911 files and directories currently installed.) 21:54:33 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 21:54:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 21:54:33 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 21:54:34 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 21:54:34 Setting up base-files (10.1ubuntu2.10) ... 21:54:34 Installing new version of config file /etc/issue ... 21:54:34 Installing new version of config file /etc/issue.net ... 21:54:34 Installing new version of config file /etc/lsb-release ... 21:54:34 Installing new version of config file /etc/update-motd.d/50-motd-news ... 21:54:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 21:54:34 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 21:54:34 Removing obsolete conffile /etc/default/motd-news ... 21:54:34 (Reading database ... 13912 files and directories currently installed.) 21:54:34 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 21:54:34 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 21:54:34 Setting up bash (4.4.18-2ubuntu1.2) ... 21:54:35 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 21:54:35 (Reading database ... 13912 files and directories currently installed.) 21:54:35 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:35 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 21:54:35 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 21:54:35 (Reading database ... 13912 files and directories currently installed.) 21:54:35 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 21:54:35 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 21:54:35 Setting up tar (1.29b-2ubuntu0.2) ... 21:54:35 (Reading database ... 13912 files and directories currently installed.) 21:54:35 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 21:54:35 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:54:36 Setting up dpkg (1.19.0.5ubuntu2.3) ... 21:54:36 (Reading database ... 13912 files and directories currently installed.) 21:54:36 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 21:54:36 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:54:36 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 21:54:36 (Reading database ... 13912 files and directories currently installed.) 21:54:36 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 21:54:36 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:54:36 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 21:54:36 (Reading database ... 13912 files and directories currently installed.) 21:54:36 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 21:54:36 Unpacking grep (3.1-2build1) over (3.1-2) ... 21:54:37 Setting up grep (3.1-2build1) ... 21:54:37 (Reading database ... 13912 files and directories currently installed.) 21:54:37 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 21:54:37 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:54:37 Setting up login (1:4.5-1ubuntu2) ... 21:54:37 (Reading database ... 13912 files and directories currently installed.) 21:54:37 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 21:54:37 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:37 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 21:54:37 (Reading database ... 13912 files and directories currently installed.) 21:54:37 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 21:54:37 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:54:38 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 21:54:38 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:54:38 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 21:54:38 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:54:39 Setting up perl-base (5.26.1-6ubuntu0.5) ... 21:54:39 (Reading database ... 13912 files and directories currently installed.) 21:54:39 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 21:54:39 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 21:54:40 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:54:40 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:54:40 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 21:54:40 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 21:54:40 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 21:54:40 (Reading database ... 13912 files and directories currently installed.) 21:54:40 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 21:54:40 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 21:54:41 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 21:54:41 (Reading database ... 13912 files and directories currently installed.) 21:54:41 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:41 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:41 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:54:41 (Reading database ... 13912 files and directories currently installed.) 21:54:41 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:41 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:41 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:54:41 (Reading database ... 13912 files and directories currently installed.) 21:54:41 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:41 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:41 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:54:41 (Reading database ... 13912 files and directories currently installed.) 21:54:41 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:41 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:42 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:54:42 (Reading database ... 13912 files and directories currently installed.) 21:54:42 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 21:54:42 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:42 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 21:54:42 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:42 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 21:54:42 (Reading database ... 13912 files and directories currently installed.) 21:54:42 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 21:54:42 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:42 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 21:54:42 (Reading database ... 13912 files and directories currently installed.) 21:54:42 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:42 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:42 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 21:54:42 (Reading database ... 13912 files and directories currently installed.) 21:54:42 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:43 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:43 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 21:54:43 (Reading database ... 13912 files and directories currently installed.) 21:54:43 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:43 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:43 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 21:54:43 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 21:54:44 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 21:54:44 (Reading database ... 13912 files and directories currently installed.) 21:54:44 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 21:54:44 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 21:54:44 Setting up libc-bin (2.27-3ubuntu1.4) ... 21:54:44 (Reading database ... 13912 files and directories currently installed.) 21:54:44 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 21:54:44 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 21:54:44 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 21:54:44 (Reading database ... 13914 files and directories currently installed.) 21:54:44 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 21:54:44 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 21:54:44 Setting up debconf (1.5.66ubuntu1) ... 21:54:45 (Reading database ... 13914 files and directories currently installed.) 21:54:45 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 21:54:45 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:54:45 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 21:54:45 (Reading database ... 13914 files and directories currently installed.) 21:54:45 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 21:54:45 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 21:54:45 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 21:54:45 (Reading database ... 13914 files and directories currently installed.) 21:54:45 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:54:45 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:54:45 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:54:45 (Reading database ... 13914 files and directories currently installed.) 21:54:45 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:54:45 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:54:46 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 21:54:46 (Reading database ... 13914 files and directories currently installed.) 21:54:46 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 21:54:46 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:54:46 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 21:54:46 (Reading database ... 13914 files and directories currently installed.) 21:54:46 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 21:54:46 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 21:54:46 Preparing to unpack .../systemd-sysv_237-3ubuntu10.47_amd64.deb ... 21:54:46 Unpacking systemd-sysv (237-3ubuntu10.47) over (237-3ubuntu10) ... 21:54:47 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 21:54:47 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:54:47 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 21:54:47 (Reading database ... 13914 files and directories currently installed.) 21:54:47 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 21:54:47 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 21:54:47 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 21:54:47 (Reading database ... 13914 files and directories currently installed.) 21:54:47 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 21:54:47 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 21:54:47 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 21:54:47 (Reading database ... 13914 files and directories currently installed.) 21:54:47 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 21:54:47 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 21:54:48 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 21:54:48 (Reading database ... 13914 files and directories currently installed.) 21:54:48 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 21:54:48 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 21:54:48 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 21:54:48 (Reading database ... 13914 files and directories currently installed.) 21:54:48 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 21:54:48 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 21:54:48 Setting up passwd (1:4.5-1ubuntu2) ... 21:54:48 (Reading database ... 13914 files and directories currently installed.) 21:54:48 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 21:54:48 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 21:54:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:54:49 Setting up gpgv (2.2.4-1ubuntu1.4) ... 21:54:49 (Reading database ... 13914 files and directories currently installed.) 21:54:49 Preparing to unpack .../libnettle6_3.4-1ubuntu0.1_amd64.deb ... 21:54:49 Unpacking libnettle6:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 21:54:49 Setting up libnettle6:amd64 (3.4-1ubuntu0.1) ... 21:54:49 (Reading database ... 13914 files and directories currently installed.) 21:54:49 Preparing to unpack .../libhogweed4_3.4-1ubuntu0.1_amd64.deb ... 21:54:49 Unpacking libhogweed4:amd64 (3.4-1ubuntu0.1) over (3.4-1) ... 21:54:49 Setting up libhogweed4:amd64 (3.4-1ubuntu0.1) ... 21:54:49 (Reading database ... 13914 files and directories currently installed.) 21:54:49 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 21:54:49 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 21:54:49 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 21:54:49 (Reading database ... 13914 files and directories currently installed.) 21:54:49 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 21:54:49 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 21:54:49 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 21:54:50 (Reading database ... 13914 files and directories currently installed.) 21:54:50 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 21:54:50 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 21:54:50 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 21:54:50 (Reading database ... 13914 files and directories currently installed.) 21:54:50 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 21:54:50 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 21:54:50 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 21:54:50 (Reading database ... 13914 files and directories currently installed.) 21:54:50 Preparing to unpack .../libseccomp2_2.5.1-1ubuntu1~18.04.1_amd64.deb ... 21:54:50 Unpacking libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) over (2.3.1-2.1ubuntu4) ... 21:54:50 Setting up libseccomp2:amd64 (2.5.1-1ubuntu1~18.04.1) ... 21:54:51 (Reading database ... 13914 files and directories currently installed.) 21:54:51 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.2_all.deb ... 21:54:51 Unpacking ubuntu-keyring (2018.09.18.1~18.04.2) over (2018.02.28) ... 21:54:51 Setting up ubuntu-keyring (2018.09.18.1~18.04.2) ... 21:54:51 (Reading database ... 13915 files and directories currently installed.) 21:54:51 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:54:51 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:54:51 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 21:54:51 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 21:54:51 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.9_amd64.deb ... 21:54:51 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.9) over (1.1.0g-2ubuntu4) ... 21:54:52 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 21:54:52 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 21:54:52 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 21:54:52 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 21:54:52 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 21:54:52 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 21:54:52 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 21:54:52 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 21:54:52 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 21:54:52 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 21:54:52 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 21:54:52 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 21:54:52 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 21:54:52 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 21:54:53 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 21:54:53 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 21:54:53 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 21:54:53 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 21:54:53 Removing intermediate container 4f0eb7669b27 21:54:53 ---> 13bf5b752d6d 21:54:53 21:54:53 Step 11/32 : FROM alpine:3.12 21:54:53 3.12: Pulling from library/alpine 21:54:53 Removing intermediate container d0f938cfbda3 21:54:53 ---> 705a0ed50c1c 21:54:53 21:54:53 Step 11/26 : FROM alpine:3.12 21:54:53 3.12: Pulling from library/alpine 21:54:54 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 21:54:54 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 21:54:54 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 21:54:54 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 21:54:54 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:54:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:54:54 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:54:54 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:54:54 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:54:54 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 21:54:54 Status: Downloaded newer image for alpine:3.12 21:54:54 ---> 9852663dfa18 21:54:54 Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 21:54:54 Status: Image is up to date for alpine:3.12 21:54:54 ---> 9852663dfa18 21:54:54 Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 21:54:54 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:54:54 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:54:54 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 21:54:54 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 21:54:55 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:55 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:55 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:55 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:55 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:55 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:55 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:55 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:55 ---> Running in 4e315b53bdfa 21:54:55 ---> Running in 2c1ac7a66096 21:54:56 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:56 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:57 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:57 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:57 Removing intermediate container 2c1ac7a66096 21:54:57 ---> 680a45b6e5c9 21:54:57 Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec 21:54:58 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:58 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:58 ---> Running in 0545b285a345 21:54:58 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:54:58 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:54:59 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 21:54:59 (1/6) Installing ca-certificates (20191127-r4) 21:54:59 (2/6) Installing nghttp2-libs (1.41.0-r0) 21:54:59 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 21:54:59 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:54:59 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:54:59 (3/6) Installing libcurl (7.76.1-r0) 21:54:59 (4/6) Installing curl (7.76.1-r0) 21:54:59 (5/6) Installing dumb-init (1.2.2-r1) 21:54:59 (6/6) Installing su-exec (0.2-r1) 21:54:59 Executing busybox-1.31.1-r20.trigger 21:54:59 Removing intermediate container 81ffe55b5bb9 21:54:59 ---> 7026ded4bdbc 21:54:59 Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 21:54:59 Executing ca-certificates-20191127-r4.trigger 21:54:59 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 21:54:59 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:54:59 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 21:54:59 OK: 7 MiB in 20 packages 21:54:59 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 21:54:59 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 21:54:59 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 21:55:00 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:55:00 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:55:00 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 21:55:00 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 21:55:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:00 ---> Running in 39a5c14f10b4 21:55:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:00 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 21:55:00 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 21:55:00 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:55:00 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 21:55:00 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:55:00 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:55:00 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:55:00 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 21:55:00 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 21:55:00 Setting up tzdata (2021a-0ubuntu0.18.04) ... 21:55:00 21:55:00 Current default time zone: 'Etc/UTC' 21:55:00 Local time is now: Wed May 12 21:55:00 UTC 2021. 21:55:00 Universal Time is now: Wed May 12 21:55:00 UTC 2021. 21:55:00 Run 'dpkg-reconfigure tzdata' if you wish to change it. 21:55:00 21:55:00 Setting up systemd-sysv (237-3ubuntu10.47) ... 21:55:00 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:55:00 Setting up linux-libc-dev:amd64 (4.15.0-143.147) ... 21:55:00 Setting up mount (2.31.1-0.4ubuntu3.7) ... 21:55:00 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 21:55:00 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 21:55:00 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 21:55:00 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 21:55:00 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 21:55:00 (1/2) Installing dumb-init (1.2.2-r1) 21:55:00 (2/2) Installing su-exec (0.2-r1) 21:55:00 Executing busybox-1.31.1-r20.trigger 21:55:00 OK: 5 MiB in 16 packages 21:55:01 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 21:55:01 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 21:55:01 Setting up procps (2:3.3.12-3ubuntu1.2) ... 21:55:01 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 21:55:01 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 21:55:01 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 21:55:01 Setting up patch (2.7.6-2ubuntu1.1) ... 21:55:01 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 21:55:01 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 21:55:01 Setting up openssl (1.1.1-1ubuntu2.1~18.04.9) ... 21:55:01 Installing new version of config file /etc/ssl/openssl.cnf ... 21:55:01 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 21:55:01 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 21:55:01 Setting up ca-certificates (20210119~18.04.1) ... 21:55:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:55:02 Removing intermediate container 4e315b53bdfa 21:55:02 ---> 9ae59548c592 21:55:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:55:02 Removing intermediate container fa3411b2e909 21:55:02 ---> 98b52db5dc5d 21:55:02 21:55:02 Step 11/24 : FROM alpine:3.12 21:55:02 ---> 9852663dfa18 21:55:02 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:55:03 ---> Running in 2a9a4ebe91f4 21:55:03 Removing intermediate container 0545b285a345 21:55:03 ---> ca3882c279fd 21:55:03 Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init 21:55:03 ---> Running in c521299a1fd2 21:55:03 Updating certificates in /etc/ssl/certs... 21:55:03 ---> Running in 9dbd2807d77f 21:55:04 23 added, 27 removed; done. 21:55:04 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 21:55:04 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 21:55:04 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 21:55:04 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 21:55:04 Setting up pkgbinarymangler (138.18.04.1) ... 21:55:04 Removing intermediate container 2a9a4ebe91f4 21:55:04 ---> d2e7b5d512ce 21:55:04 Step 14/26 : WORKDIR / 21:55:04 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 21:55:04 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 21:55:04 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 21:55:04 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 21:55:04 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:55:04 ---> Running in 78240e493888 21:55:04 Removing intermediate container 9dbd2807d77f 21:55:04 ---> c3166a29ee28 21:55:04 Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 21:55:04 ---> Running in ea52be3d0c84 21:55:04 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 21:55:04 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 21:55:04 Setting up perl (5.26.1-6ubuntu0.5) ... 21:55:04 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 21:55:04 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 21:55:04 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 21:55:04 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 21:55:04 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 21:55:04 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 21:55:04 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 21:55:04 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 21:55:04 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 21:55:05 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:55:05 Processing triggers for systemd (237-3ubuntu10.47) ... 21:55:05 Processing triggers for mime-support (3.60ubuntu1) ... 21:55:05 Processing triggers for ca-certificates (20210119~18.04.1) ... 21:55:05 Updating certificates in /etc/ssl/certs... 21:55:05 Removing intermediate container 78240e493888 21:55:05 ---> 486dbb72d753 21:55:05 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 21:55:05 Removing intermediate container ea52be3d0c84 21:55:05 ---> d8a37e162b2d 21:55:05 Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 21:55:05 0 added, 0 removed; done. 21:55:05 Running hooks in /etc/ca-certificates/update.d... 21:55:05 done. 21:55:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:06 ---> Running in 813615c436f7 21:55:06 Reading package lists... 21:55:06 Building dependency tree... 21:55:06 Reading state information... 21:55:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:06 The following NEW packages will be installed: 21:55:06 apt-transport-https 21:55:06 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 21:55:06 Need to get 1692 B of archives. 21:55:06 After this operation, 154 kB of additional disk space will be used. 21:55:06 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.13 [1692 B] 21:55:06 debconf: delaying package configuration, since apt-utils is not installed 21:55:06 Fetched 1692 B in 0s (8631 B/s) 21:55:06 Selecting previously unselected package apt-transport-https. 21:55:06 (Reading database ... 13920 files and directories currently installed.) 21:55:06 Preparing to unpack .../apt-transport-https_1.6.13_all.deb ... 21:55:06 Unpacking apt-transport-https (1.6.13) ... 21:55:06 Setting up apt-transport-https (1.6.13) ... 21:55:07 (1/1) Installing dumb-init (1.2.2-r1) 21:55:07 Executing busybox-1.31.1-r20.trigger 21:55:07 ---> 219616fffa7f 21:55:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 21:55:07 OK: 5 MiB in 15 packages 21:55:07 Waiting for network to be ready... 21:55:07 Removing intermediate container 39a5c14f10b4 21:55:07 ---> befb79f68908 21:55:07 21:55:07 Step 12/24 : FROM docker:20.10.0 21:55:07 20.10.0: Pulling from library/docker 21:55:09 ---> ba40460168e7 21:55:09 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 21:55:09 Removing intermediate container c521299a1fd2 21:55:09 ---> a32172d87237 21:55:09 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:55:10 ---> Running in 876d504e0385 21:55:10 ---> a99c6e65fabd 21:55:10 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 21:55:11 Removing intermediate container 813615c436f7 21:55:11 ---> 86d945df68d6 21:55:11 Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} 21:55:11 Removing intermediate container 876d504e0385 21:55:11 ---> d38e1f19a478 21:55:11 Step 14/24 : ENV APP_PORT=48082 21:55:11 ---> Running in b06df507056f 21:55:11 ---> Running in 18fba2ff95bd 21:55:11 ---> e7bf5be5c511 21:55:11 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 21:55:12 Removing intermediate container fe549707e30d 21:55:12 ---> 68dbf73c7ae6 21:55:12 21:55:12 Step 11/24 : FROM alpine:3.12 21:55:12 ---> 9852663dfa18 21:55:12 Step 12/24 : RUN apk add --update --no-cache dumb-init 21:55:12 ---> Using cache 21:55:12 ---> a32172d87237 21:55:12 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:55:12 ---> Using cache 21:55:12 ---> d38e1f19a478 21:55:12 Step 14/24 : ENV APP_PORT=48081 21:55:12 Removing intermediate container b06df507056f 21:55:12 ---> 4c80fae0492a 21:55:12 Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 21:55:12 Removing intermediate container 18fba2ff95bd 21:55:12 ---> ccf5a4471cf0 21:55:12 Step 15/24 : EXPOSE $APP_PORT 21:55:12 ---> Running in 355736eb6978 21:55:12 ---> Running in e08ba484732a 21:55:13 Removing intermediate container 355736eb6978 21:55:13 ---> d54a4c2fc25e 21:55:13 Step 15/24 : EXPOSE $APP_PORT 21:55:14 ---> 126b4f53c7d6 21:55:14 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 21:55:14 ---> Running in 0c1554987ed3 21:55:14 Removing intermediate container e08ba484732a 21:55:14 ---> b66202bd43a8 21:55:14 ---> 2cf97fb70b45 21:55:14 Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.shStep 16/24 : WORKDIR / 21:55:14 21:55:15 2021-05-12T21:55:11Z INFO Waiting for automatic snapd restart... 21:55:15 ---> Running in 2a9a69de176d 21:55:15 ---> Running in 5e8907ea3a61 21:55:15 Removing intermediate container 0c1554987ed3 21:55:15 ---> 98b165b741b5 21:55:15 Step 16/24 : WORKDIR / 21:55:15 snapd 2.49.2 from Canonical* installed 21:55:16 ---> Running in 3316cd8233b0 21:55:16 Removing intermediate container 5e8907ea3a61 21:55:16 ---> 328c1e736f59 21:55:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:55:16 ---> 801c29b61f41 21:55:16 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 21:55:16 "snapd" switched to the "latest/stable" channel 21:55:16 21:55:16 Removing intermediate container 3316cd8233b0 21:55:16 ---> 9675ce8482c1 21:55:16 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:55:17 ---> a64af5ff5b2a 21:55:17 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 21:55:18 ---> def16c340b4f 21:55:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 21:55:18 ---> 10b5490d593a 21:55:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 21:55:18 ---> Running in 9bae0a0b7129 21:55:19 core18 20210309 from Canonical* installed 21:55:19 "core18" switched to the "latest/stable" channel 21:55:19 21:55:19 Removing intermediate container 2a9a69de176d 21:55:19 ---> a0862d8431c9 21:55:19 Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / 21:55:20 ---> fe50dbd1a4e2 21:55:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 21:55:20 ---> f5bcb4dd9200 21:55:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 21:55:20 ---> 41d042269363 21:55:20 Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 21:55:20 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 21:55:20 Status: Downloaded newer image for docker:20.10.0 21:55:21 ---> eeaf43b92773 21:55:21 Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 21:55:21 ---> Running in a34e8473608c 21:55:21 ---> df54676cc2ca 21:55:21 Step 20/24 : ENTRYPOINT ["/core-command"] 21:55:21 Removing intermediate container 9bae0a0b7129 21:55:21 ---> 29355c457f2f 21:55:21 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 21:55:21 ---> 52eb7fe8d73f 21:55:21 Step 20/24 : ENTRYPOINT ["/core-metadata"] 21:55:21 Removing intermediate container a34e8473608c 21:55:21 ---> b4f2e563e7f8 21:55:21 Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 21:55:22 ---> Running in ea5dc279251a 21:55:22 ---> Running in 8bf748181a94 21:55:22 ---> Running in 5247496a812d 21:55:22 ---> Running in 7495143d28ec 21:55:22 ---> 3986a31e5bef 21:55:22 Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 21:55:22 Removing intermediate container 8bf748181a94 21:55:22 ---> b776240a0427 21:55:22 Step 24/26 : LABEL arch=arm64 21:55:22 snapcraft 4.7.1 from Canonical* installed 21:55:22 Removing intermediate container ea5dc279251a 21:55:22 ---> 1f0356966636 21:55:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:22 Removing intermediate container 5247496a812d 21:55:22 ---> 35131aa3b1f6 21:55:22 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:55:23 "snapcraft" switched to the "latest/stable" channel 21:55:23 21:55:23 ---> Running in 4e3f2ff66169 21:55:23 ---> Running in 14d48322a32c 21:55:23 ---> Running in bc6fb64bc85d 21:55:23 ---> 9b81cab4b608 21:55:23 Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 21:55:23 Removing intermediate container 4e3f2ff66169 21:55:23 ---> dc2bdd252697 21:55:23 Step 25/26 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:55:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:55:24 Removing intermediate container 14d48322a32c 21:55:24 ---> 3a527736abcb 21:55:24 Step 22/24 : LABEL arch=arm64 21:55:24 Removing intermediate container bc6fb64bc85d 21:55:24 ---> 3aade61f9bb9 21:55:24 Step 22/24 : LABEL arch=arm64 21:55:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:55:24 ---> Running in 842f3839b844 21:55:24 ---> Running in 38e860dded78 21:55:24 ---> Running in 27596e0d81b1 21:55:24 ---> c5b9f5820d60 21:55:24 Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 21:55:24 Removing intermediate container 842f3839b844 21:55:24 ---> a99fd994dade 21:55:24 Step 26/26 : LABEL version=0.0.0 21:55:24 (1/39) Installing readline (8.0.4-r0) 21:55:24 (2/39) Installing bash (5.0.17-r0) 21:55:24 Removing intermediate container 38e860dded78 21:55:24 ---> 8ed5b72efb91 21:55:24 Step 23/24 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:55:24 Executing bash-5.0.17-r0.post-install 21:55:24 (3/39) Installing nghttp2-libs (1.41.0-r0) 21:55:24 (4/39) Installing libcurl (7.76.1-r0) 21:55:24 (5/39) Installing curl (7.76.1-r0) 21:55:24 (6/39) Installing dumb-init (1.2.2-r1) 21:55:24 (7/39) Installing libbz2 (1.0.8-r1) 21:55:24 (8/39) Installing expat (2.2.9-r1) 21:55:24 (9/39) Installing libffi (3.3-r2) 21:55:24 (10/39) Installing gdbm (1.13-r1) 21:55:24 (11/39) Installing xz-libs (5.2.5-r0) 21:55:24 (12/39) Installing sqlite-libs (3.32.1-r0) 21:55:24 ---> Running in 9a65bb8036bd 21:55:24 (13/39) Installing python3 (3.8.10-r0) 21:55:25 Removing intermediate container 27596e0d81b1 21:55:25 ---> 0fa8ff126df6 21:55:25 Step 23/24 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:55:25 ---> Running in 254ad0474185 21:55:25 ---> Running in fd4f0b8ea3c5 21:55:25 ---> 357daa1fffd7 21:55:25 Step 25/32 : VOLUME ${SECURITY_INIT_DIR} 21:55:25 Removing intermediate container 9a65bb8036bd 21:55:25 ---> a281d48c9db4 21:55:25 21:55:26 ---> Running in 1385f84b0faa 21:55:26 Removing intermediate container 254ad0474185 21:55:26 ---> 8fcd10cb0323 21:55:26 Step 24/24 : LABEL version=0.0.0 21:55:26 Successfully built a281d48c9db4 21:55:26 Successfully tagged security-secretstore-setup-arm64:latest 21:55:26 ---> Running in 1f38a602f96d 21:55:26 Building core-data 21:55:26  Building security-secretstore-setup ... done Removing intermediate container fd4f0b8ea3c5 21:55:26 ---> 09bc7a1d1331 21:55:26 Step 24/24 : LABEL version=0.0.0 21:55:26 ---> Running in e3b972a5a29f 21:55:26 Removing intermediate container 1385f84b0faa 21:55:26 ---> 83ae1d89f288 21:55:26 Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 21:55:27 Removing intermediate container 1f38a602f96d 21:55:27 ---> 576f8a70de85 21:55:27 21:55:27 (14/39) Installing py3-appdirs (1.4.4-r1) 21:55:27 (15/39) Installing py3-ordered-set (4.0.1-r0) 21:55:27 (16/39) Installing py3-parsing (2.4.7-r0) 21:55:27 (17/39) Installing py3-six (1.15.0-r0) 21:55:27 (18/39) Installing py3-packaging (20.4-r0) 21:55:27 (19/39) Installing py3-setuptools (47.0.0-r0) 21:55:27 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 21:55:27 - README.md 21:55:27 21:55:27 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 21:55:27 (20/39) Installing py3-chardet (3.0.4-r4) 21:55:27 (21/39) Installing py3-idna (2.9-r0) 21:55:27 (22/39) Installing py3-certifi (2020.4.5.1-r0) 21:55:27 (23/39) Installing py3-urllib3 (1.25.9-r0) 21:55:27 Removing intermediate container e3b972a5a29f 21:55:27 ---> 9aa9d010f4c9 21:55:27 21:55:27 (24/39) Installing py3-requests (2.23.0-r0) 21:55:27 (25/39) Installing py3-msgpack (1.0.0-r0) 21:55:27 (26/39) Installing py3-lockfile (0.12.2-r3) 21:55:27 (27/39) Installing py3-cachecontrol (0.12.6-r0) 21:55:27 (28/39) Installing py3-colorama (0.4.3-r0) 21:55:27 Successfully built 576f8a70de85 21:55:27 (29/39) Installing py3-distlib (0.3.0-r0) 21:55:27 Successfully tagged core-command-arm64:latest 21:55:27  Building core-command ... done Building support-notifications 21:55:27 (30/39) Installing py3-distro (1.5.0-r1) 21:55:27 (31/39) Installing py3-webencodings (0.5.1-r3) 21:55:27 (32/39) Installing py3-html5lib (1.0.1-r4) 21:55:27 (33/39) Installing py3-pytoml (0.1.21-r0) 21:55:27 (34/39) Installing py3-pep517 (0.8.2-r0) 21:55:27 (35/39) Installing py3-progress (1.5-r0) 21:55:27 (36/39) Installing py3-toml (0.10.1-r0) 21:55:27 (37/39) Installing py3-retrying (1.3.3-r0) 21:55:27 (38/39) Installing py3-contextlib2 (0.6.0-r0) 21:55:27 (39/39) Installing py3-pip (20.1.1-r0) 21:55:27 Executing busybox-1.31.1-r19.trigger 21:55:28 OK: 72 MiB in 59 packages 21:55:28 Successfully built 9aa9d010f4c9 21:55:28 Successfully tagged core-metadata-arm64:latest 21:55:28 Building security-proxy-setup 21:55:28  Building core-metadata ... done  ---> 614346fef540 21:55:28 Step 27/32 : RUN chmod +x /entrypoint.sh 21:55:28 ---> Running in 7b5702592a09 21:55:31 Removing intermediate container 7b5702592a09 21:55:31 ---> cdaede5f5995 21:55:31 Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] 21:55:32 ---> Running in f2a17479b135 21:55:33 Collecting docker-compose==1.23.2 21:55:33 Removing intermediate container f2a17479b135 21:55:33 ---> f1590309fd9a 21:55:33 Step 29/32 : CMD ["gate"] 21:55:33 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 21:55:33 ---> Running in badbe01bd2e8 21:55:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:55:33 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 21:55:33 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 21:55:33 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:55:34 Reading package lists... 21:55:34 Collecting PyYAML<4,>=3.10 21:55:34 Removing intermediate container badbe01bd2e8 21:55:34 ---> b8a758ed218f 21:55:34 Step 30/32 : LABEL arch=arm64 21:55:34 Downloading PyYAML-3.13.tar.gz (270 kB) 21:55:34 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.13 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 21:55:35 ---> Running in 5f47a84c2578 21:55:36 Removing intermediate container 5f47a84c2578 21:55:36 ---> 2c2fd9e5f838 21:55:36 Step 31/32 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:55:36 ---> Running in 122b92218801 21:55:37 Removing intermediate container 122b92218801 21:55:37 ---> b373e2956b7f 21:55:37 Step 32/32 : LABEL version=0.0.0 21:55:37 ---> Running in e0b2d61a4836 21:55:38 Removing intermediate container e0b2d61a4836 21:55:38 ---> 379e7ac0ca9a 21:55:38 21:55:38 Successfully built 379e7ac0ca9a 21:55:38 Successfully tagged security-bootstrapper-arm64:latest 21:55:38 Building support-scheduler 21:55:38  Building security-bootstrapper ... done Collecting texttable<0.10,>=0.9.0 21:55:38 Downloading texttable-0.9.1.tar.gz (11 kB) 21:55:41 Collecting websocket-client<1.0,>=0.32.0 21:55:41 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 21:55:41 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:55:41 Reading package lists... 21:55:41 Building dependency tree... 21:55:41 Reading state information... 21:55:41 Suggested packages: 21:55:41 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 21:55:41 git-gui gitk gitweb git-cvs git-mediawiki git-svn 21:55:41 Recommended packages: 21:55:41 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 21:55:41 The following NEW packages will be installed: 21:55:41 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 21:55:41 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 21:55:41 pkg-config zip 21:55:41 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 21:55:41 Need to get 7663 kB of archives. 21:55:41 After this operation, 43.8 MB of additional disk space will be used. 21:55:41 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 21:55:41 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.13 [218 kB] 21:55:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 21:55:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 21:55:41 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 21:55:41 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 21:55:41 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 21:55:41 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 21:55:41 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 21:55:41 Collecting docopt<0.7,>=0.6.1 21:55:41 Downloading docopt-0.6.2.tar.gz (25 kB) 21:55:41 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 21:55:41 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 21:55:41 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 21:55:41 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 21:55:41 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 21:55:41 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 21:55:41 debconf: delaying package configuration, since apt-utils is not installed 21:55:41 Fetched 7663 kB in 1s (10.8 MB/s) 21:55:41 Selecting previously unselected package libglib2.0-0:amd64. 21:55:41 (Reading database ... 13924 files and directories currently installed.) 21:55:41 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 21:55:41 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:55:42 Selecting previously unselected package libpsl5:amd64. 21:55:42 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 21:55:42 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 21:55:42 Selecting previously unselected package libnghttp2-14:amd64. 21:55:42 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 21:55:42 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:55:42 Selecting previously unselected package librtmp1:amd64. 21:55:42 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 21:55:42 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:55:42 Selecting previously unselected package libcurl3-gnutls:amd64. 21:55:42 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.13_amd64.deb ... 21:55:42 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 21:55:42 Selecting previously unselected package liberror-perl. 21:55:42 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 21:55:42 Unpacking liberror-perl (0.17025-1) ... 21:55:42 Selecting previously unselected package git-man. 21:55:42 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 21:55:42 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 21:55:42 Selecting previously unselected package git. 21:55:42 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 21:55:42 Unpacking git (1:2.17.1-1ubuntu0.8) ... 21:55:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 21:55:43 Selecting previously unselected package libnorm1:amd64. 21:55:43 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 21:55:43 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:55:43 Selecting previously unselected package libpgm-5.2-0:amd64. 21:55:43 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 21:55:43 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:55:43 Selecting previously unselected package libsodium23:amd64. 21:55:43 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 21:55:43 Unpacking libsodium23:amd64 (1.0.16-2) ... 21:55:44 Selecting previously unselected package libzmq5:amd64. 21:55:44 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 21:55:44 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:55:44 Selecting previously unselected package libzmq3-dev:amd64. 21:55:44 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 21:55:44 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:55:44 Selecting previously unselected package pkg-config. 21:55:44 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 21:55:44 Unpacking pkg-config (0.29.1-0ubuntu2) ... 21:55:44 Selecting previously unselected package zip. 21:55:44 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 21:55:44 Unpacking zip (3.0-11build1) ... 21:55:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 21:55:44 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 21:55:44 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 21:55:44 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 21:55:44 Setting up liberror-perl (0.17025-1) ... 21:55:44 Setting up libpsl5:amd64 (0.19.1-5build1) ... 21:55:44 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 21:55:44 No schema files found: doing nothing. 21:55:44 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 21:55:44 Setting up zip (3.0-11build1) ... 21:55:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 21:55:44 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 21:55:44 Setting up libsodium23:amd64 (1.0.16-2) ... 21:55:44 Setting up pkg-config (0.29.1-0ubuntu2) ... 21:55:44 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 21:55:44 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.13) ... 21:55:44 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 21:55:44 Setting up git (1:2.17.1-1ubuntu0.8) ... 21:55:45 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 21:55:45 Collecting docker<4.0,>=3.6.0 21:55:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 21:55:46 Collecting jsonschema<3,>=2.5.1 21:55:46 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 21:55:46 Collecting cached-property<2,>=1.2.0 21:55:46 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 21:55:47 Collecting dockerpty<0.5,>=0.4.1 21:55:47 Downloading dockerpty-0.4.1.tar.gz (13 kB) 21:55: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) 21:55:49 Collecting idna<2.8,>=2.5 21:55:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 21:55:50 Collecting urllib3<1.25,>=1.21.1 21:55:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 21:55: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) 21:55:50 Collecting docker-pycreds>=0.4.0 21:55:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 21:55:50 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 21:55:50 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 21:55:50 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 21:55:50 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 21:55:51 Installing collected packages: PyYAML, texttable, websocket-client, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, cached-property, dockerpty, docker-compose 21:55:51 Running setup.py install for PyYAML: started 21:55:51 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:55:51 git set to automatically installed. 21:55:51 git-man set to automatically installed. 21:55:51 libcurl3-gnutls set to automatically installed. 21:55:51 liberror-perl set to automatically installed. 21:55:51 libglib2.0-0 set to automatically installed. 21:55:51 libnghttp2-14 set to automatically installed. 21:55:51 libnorm1 set to automatically installed. 21:55:51 libpgm-5.2-0 set to automatically installed. 21:55:51 libpsl5 set to automatically installed. 21:55:51 librtmp1 set to automatically installed. 21:55:51 libsodium23 set to automatically installed. 21:55:51 libzmq3-dev set to automatically installed. 21:55:51 libzmq5 set to automatically installed. 21:55:51 pkg-config set to automatically installed. 21:55:51 zip set to automatically installed. 21:55:53 snapd is not logged in, snap install commands will use sudo 21:55:54 Running setup.py install for PyYAML: finished with status 'done' 21:55:54 Running setup.py install for texttable: started 21:55:56 Running setup.py install for texttable: finished with status 'done' 21:55:56 Running setup.py install for docopt: started 21:55:59 Running setup.py install for docopt: finished with status 'done' 21:55:59 Attempting uninstall: idna 21:55:59 Found existing installation: idna 2.9 21:55:59 Uninstalling idna-2.9: 21:55:59 Successfully uninstalled idna-2.9 21:56:00 Attempting uninstall: urllib3 21:56:00 Found existing installation: urllib3 1.25.9 21:56:00 Uninstalling urllib3-1.25.9: 21:56:00 Successfully uninstalled urllib3-1.25.9 21:56:00 Attempting uninstall: requests 21:56:00 Found existing installation: requests 2.23.0 21:56:00 Uninstalling requests-2.23.0: 21:56:00 Successfully uninstalled requests-2.23.0 21:56:01 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:56:01 snap "core18" has no updates available 21:56:01 snapd is not logged in, snap install commands will use sudo 21:56:03 Running setup.py install for dockerpty: started 21:56:05 Running setup.py install for dockerpty: finished with status 'done' 21:56:06 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.59.0 21:56:08 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 21:56:18 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:56:18 Step 2/24 : FROM ${BUILDER_BASE} AS builder 21:56:18 ---> c7060e5e413a 21:56:18 Step 3/24 : WORKDIR /edgex-go 21:56:18 ---> Using cache 21:56:18 ---> b826a8859a30 21:56:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:18 ---> Using cache 21:56:18 ---> d1964bfa9b9d 21:56:18 Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 21:56:20 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:56:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 21:56:20 ---> c7060e5e413a 21:56:20 Step 3/22 : WORKDIR /edgex-go 21:56:20 ---> Using cache 21:56:20 ---> b826a8859a30 21:56:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:20 ---> Using cache 21:56:20 ---> d1964bfa9b9d 21:56:20 Step 5/22 : RUN apk add --update --no-cache make git 21:56:20 ---> Using cache 21:56:20 ---> 57b2cf67444b 21:56:20 Step 6/22 : COPY go.mod . 21:56:20 ---> Using cache 21:56:20 ---> 6d8c2d768f93 21:56:20 Step 7/22 : RUN go mod download 21:56:20 ---> Using cache 21:56:20 ---> b1345f165253 21:56:20 Step 8/22 : COPY . . 21:56:20 ---> Running in d47954c65441 21:56:20 ---> Using cache 21:56:20 ---> 5fb23c1ef506 21:56:20 Step 9/22 : RUN go mod tidy 21:56:20 ---> Using cache 21:56:20 ---> 313cafcd4e63 21:56:20 Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 21:56:20 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:56:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:56:20 ---> c7060e5e413a 21:56:20 Step 3/23 : WORKDIR /edgex-go 21:56:20 ---> Using cache 21:56:20 ---> b826a8859a30 21:56:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:20 ---> Using cache 21:56:20 ---> d1964bfa9b9d 21:56:20 Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates 21:56:20 ---> Running in 947a3098a207 21:56:20 ---> Running in d7eee0768dce 21:56:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:56:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 21:56: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 21:56:23 go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed 21:56:23 Pulling go-build-helper 21:56:23 + snapcraftctl pull 21:56:23 'app-service-config' has dependencies that need to be staged: go-build-helper 21:56:23 Skipping pull go-build-helper (already ran) 21:56:23 Building go-build-helper 21:56:23 + snapcraftctl build 21:56:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:56:23 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 21:56:24 OK: 218 MiB in 52 packages 21:56:24 OK: 218 MiB in 52 packages 21:56:25 Staging go-build-helper 21:56:25 + snapcraftctl stage 21:56:26 Removing intermediate container 7495143d28ec 21:56:26 ---> 3cacdcb9ffd7 21:56:26 Step 15/24 : ENV APP_PORT=48090 21:56:26 ---> Running in 3c4e11bb47f2 21:56:27 Removing intermediate container d47954c65441 21:56:27 ---> ece05e86c699 21:56:27 Step 6/24 : COPY go.mod . 21:56:27 Removing intermediate container 3c4e11bb47f2 21:56:27 ---> e7a0f885295c 21:56:27 Step 16/24 : EXPOSE $APP_PORT 21:56:27 Removing intermediate container d7eee0768dce 21:56:27 ---> 7a775e025be9 21:56:27 Step 6/23 : COPY go.mod . 21:56:27 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 21:56:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 21:56:27 ---> c7060e5e413a 21:56:27 Step 3/23 : WORKDIR /edgex-go 21:56:27 ---> Using cache 21:56:27 ---> b826a8859a30 21:56:27 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:56:27 ---> Using cache 21:56:27 ---> d1964bfa9b9d 21:56:27 Step 5/23 : RUN apk add --update --no-cache make git 21:56:27 ---> Using cache 21:56:27 ---> 57b2cf67444b 21:56:27 Step 6/23 : COPY go.mod . 21:56:27 ---> Using cache 21:56:27 ---> 6d8c2d768f93 21:56:27 Step 7/23 : RUN go mod download 21:56:27 ---> Using cache 21:56:27 ---> b1345f165253 21:56:27 Step 8/23 : COPY . . 21:56:28 ---> Running in 2d2f4c8e9eb8 21:56:28 ---> Using cache 21:56:28 ---> 5fb23c1ef506 21:56:28 Step 9/23 : RUN go mod tidy 21:56:28 ---> Using cache 21:56:28 ---> 313cafcd4e63 21:56:28 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 21:56:28 ---> 460ead929f22 21:56:28 Step 7/24 : RUN go mod download 21:56:28 ---> Running in b31e1dbcf404 21:56:28 ---> Running in 5c828030e7fd 21:56:29 ---> fc5f518e99fb 21:56:29 Step 7/23 : RUN go mod download 21:56:29 Removing intermediate container 2d2f4c8e9eb8 21:56:29 ---> 33e380ad84fa 21:56:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 21:56:29 ---> Running in af4e340edd5e 21:56:32 ---> abe2e969f204 21:56:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 21:56:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:56:33 ---> 3482c966da6f 21:56:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 21:56:35 Removing intermediate container 5c828030e7fd 21:56:35 ---> c3e07e1f471a 21:56:35 Step 8/24 : COPY . . 21:56:35 ---> f04b1cfd5ed9 21:56:35 Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] 21:56:35 Removing intermediate container af4e340edd5e 21:56:35 ---> 29497378463d 21:56:35 Step 8/23 : COPY . . 21:56:35 ---> Running in 39cd2b385da8 21:56:35 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 21:56:35 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 21:56:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1725 kB] 21:56:35 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [321 kB] 21:56:35 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.2 kB] 21:56:35 Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 21:56:35 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [323 kB] 21:56:35 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [43.2 kB] 21:56:35 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1125 kB] 21:56:35 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [253 kB] 21:56:35 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 21:56:35 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 21:56:35 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 21:56:35 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 21:56:35 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 21:56:35 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 21:56:35 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 21:56:35 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 21:56:35 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 21:56:35 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2068 kB] 21:56:35 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [413 kB] 21:56:35 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [25.0 kB] 21:56:35 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 21:56:35 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [344 kB] 21:56:35 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [46.8 kB] 21:56:35 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1735 kB] 21:56:35 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [369 kB] 21:56:35 Fetched 24.6 MB in 0s (0 B/s) 21:56:35 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:56:35 Fetched 224 kB in 0s (0 B/s) 21:56:35 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:56:35 Fetched 157 kB in 0s (0 B/s) 21:56:35 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:56:35 Fetched 221 kB in 0s (0 B/s) 21:56:35 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:56:35 Fetched 143 kB in 0s (0 B/s) 21:56:35 Pulling app-service-config 21:56:35 + snapcraftctl pull 21:56:35 Cloning into '/root/parts/app-service-config/src'... 21:56:36 Pulling config-common 21:56:36 + snapcraftctl pull 21:56:36 Removing intermediate container 39cd2b385da8 21:56:36 ---> fecd6f7c45fb 21:56:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:56:37 ---> Running in 59a5c02568cc 21:56:38 Removing intermediate container 59a5c02568cc 21:56:38 ---> 4b149149b14b 21:56:38 Step 22/24 : LABEL arch=arm64 21:56:38 ---> Running in e60e37d9b6fd 21:56:40 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:56:40 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:56:40 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:56:40 Fetched 0 B in 0s (0 B/s) 21:56:40 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 21:56:40 Fetched 0 B in 0s (0 B/s) 21:56:40 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 21:56:40 Fetched 0 B in 0s (0 B/s) 21:56:40 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 21:56:40 Fetched 0 B in 0s (0 B/s) 21:56:40 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 21:56:40 Fetched 0 B in 0s (0 B/s) 21:56:40 Pulling edgex-go 21:56:40 + snapcraftctl pull 21:56:40 Removing intermediate container e60e37d9b6fd 21:56:40 ---> 8fa3e9f58835 21:56:40 Step 23/24 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:56:41 ---> Running in a71c0c1adddd 21:56:43 Removing intermediate container a71c0c1adddd 21:56:43 ---> 2f94c03849aa 21:56:43 Step 24/24 : LABEL version=0.0.0 21:56:44 ---> Running in 2b153f178c21 21:56:46 Removing intermediate container 2b153f178c21 21:56:46 ---> c5cc2eb6db34 21:56:46 21:56:46 Successfully built c5cc2eb6db34 21:56:46 Successfully tagged sys-mgmt-agent-arm64:latest 21:56:58 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 21:56:58 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 21:56:58 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 21:56:58 Fetched 0 B in 0s (0 B/s) 21:56:58 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 21:56:58 Fetched 96.5 kB in 0s (0 B/s) 21:56:58 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 21:56:58 Fetched 279 kB in 0s (0 B/s) 21:56:58 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 21:56:58 Fetched 122 kB in 0s (0 B/s) 21:56:58 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 21:56:58 Fetched 77.8 kB in 0s (0 B/s) 21:56:58 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 21:56:58 Fetched 8848 B in 0s (0 B/s) 21:56:58 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 21:56:58 Fetched 47.8 kB in 0s (0 B/s) 21:56:58 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 21:56:58 Fetched 45.6 kB in 0s (0 B/s) 21:56:58 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 21:56:58 Fetched 15.0 kB in 0s (0 B/s) 21:56:58 Get:1 libcurl4_7.58.0-2ubuntu3.13_amd64.deb [219 kB] 21:56:58 Fetched 219 kB in 0s (0 B/s) 21:56:58 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 21:56:58 Fetched 154 kB in 0s (0 B/s) 21:56:58 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 21:56:58 Fetched 50.6 kB in 0s (0 B/s) 21:56:58 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 21:56:58 Fetched 14.8 kB in 0s (0 B/s) 21:56:58 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 21:56:58 Fetched 41.8 kB in 0s (0 B/s) 21:56:58 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 21:56:58 Fetched 499 kB in 0s (0 B/s) 21:56:58 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 21:56:58 Fetched 111 kB in 0s (0 B/s) 21:56:58 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 21:56:58 Fetched 240 kB in 0s (0 B/s) 21:56:58 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 21:56:58 Fetched 29.3 kB in 0s (0 B/s) 21:56:58 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 21:56:58 Fetched 85.5 kB in 0s (0 B/s) 21:56:58 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 21:56:58 Fetched 24.5 kB in 0s (0 B/s) 21:56:58 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 21:56:58 Fetched 49.2 kB in 0s (0 B/s) 21:56:58 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 21:56:58 Fetched 54.2 kB in 0s (0 B/s) 21:56:58 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 21:56:58 Fetched 30.8 kB in 0s (0 B/s) 21:56:58 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 21:56:58 Fetched 15.8 kB in 0s (0 B/s) 21:56:58 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 21:56:58 Fetched 85.9 kB in 0s (0 B/s) 21:56:58 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 21:56:58 Fetched 8720 B in 0s (0 B/s) 21:56:58 Get:1 libhogweed4_3.4-1ubuntu0.1_amd64.deb [137 kB] 21:56:58 Fetched 137 kB in 0s (0 B/s) 21:56:58 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 21:56:58 Fetched 119 kB in 0s (0 B/s) 21:56:58 Get:1 libnettle6_3.4-1ubuntu0.1_amd64.deb [110 kB] 21:56:58 Fetched 110 kB in 0s (0 B/s) 21:56:58 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 21:56:58 Fetched 11.1 kB in 0s (0 B/s) 21:56:58 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 21:56:58 Fetched 645 kB in 0s (0 B/s) 21:56:58 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 21:56:58 Fetched 41.3 kB in 0s (0 B/s) 21:56:58 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 21:56:58 Fetched 17.9 kB in 0s (0 B/s) 21:56:58 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 21:56:58 Fetched 368 kB in 0s (0 B/s) 21:56:58 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 21:56:58 Fetched 187 kB in 0s (0 B/s) 21:56:58 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 21:56:58 Fetched 175 kB in 0s (0 B/s) 21:56:58 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 21:56:58 Fetched 206 kB in 0s (0 B/s) 21:56:58 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.9_amd64.deb [1301 kB] 21:56:58 Fetched 1301 kB in 0s (0 B/s) 21:56:58 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 21:56:58 Fetched 36.2 kB in 0s (0 B/s) 21:56:58 Get:1 curl_7.58.0-2ubuntu3.13_amd64.deb [159 kB] 21:56:58 Fetched 159 kB in 0s (0 B/s) 21:56:58 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 21:56:58 Fetched 107 kB in 0s (0 B/s) 21:56:58 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 21:56:58 Fetched 48.7 kB in 0s (0 B/s) 21:56:58 Pulling static-packages 21:56:58 + snapcraftctl pull 21:56:58 Pulling version 21:56:58 + cd /root/project 21:56:58 + [ -f VERSION ] 21:56:58 + PROJECT_VERSION=local-dev 21:56:58 + git rev-parse --short HEAD 21:56:58 + GIT_REVISION=21e3f58a 21:56:58 + snapcraftctl set-version local-dev 21:56:58 Skipping build go-build-helper (already ran) 21:56:58 Building app-service-config 21:56:58 + make build 21:56:58 go mod tidy 21:57:01 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.58 21:57:01 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.83 21:57:01 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.52 21:57:01 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.7 21:57:01 go: downloading github.com/hashicorp/consul/api v1.8.1 21:57:01 go: downloading github.com/mitchellh/mapstructure v1.1.2 21:57:01 go: downloading github.com/hashicorp/go-hclog v0.12.0 21:57:01 go: downloading github.com/mattn/go-colorable v0.1.6 21:57:01 go: downloading github.com/gorilla/mux v1.8.0 21:57:01 go: downloading github.com/stretchr/testify v1.7.0 21:57:01 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 21:57:01 go: downloading github.com/hashicorp/serf v0.9.5 21:57:02 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 21:57:02 go: downloading github.com/stretchr/objx v0.1.0 21:57:02 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.8 21:57:02 go: downloading github.com/pelletier/go-toml v1.9.0 21:57:02 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.13 21:57:02 go: downloading gopkg.in/yaml.v2 v2.4.0 21:57:02 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.20 21:57:02 go: downloading github.com/mattn/go-isatty v0.0.12 21:57:02 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.4 21:57:02 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 21:57:02 go: downloading github.com/google/uuid v1.2.0 21:57:02 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 21:57:02 go: downloading github.com/mitchellh/copystructure v1.0.0 21:57:02 go: downloading github.com/hashicorp/consul/sdk v0.7.0 21:57:02 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 21:57:02 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 21:57:02 go: downloading github.com/davecgh/go-spew v1.1.1 21:57:02 go: downloading github.com/hashicorp/go-uuid v1.0.1 21:57:02 go: downloading github.com/hashicorp/memberlist v0.2.2 21:57:02 go: downloading github.com/pkg/errors v0.8.1 21:57:02 go: downloading github.com/hashicorp/go-msgpack v0.5.3 21:57:02 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 21:57:02 go: downloading gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 21:57:02 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 21:57:02 go: downloading github.com/go-kit/kit v0.8.0 21:57:02 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 21:57:02 go: downloading github.com/miekg/dns v1.1.26 21:57:02 go: downloading github.com/go-playground/validator/v10 v10.5.0 21:57:02 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 21:57:02 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 21:57:02 go: downloading github.com/fatih/color v1.9.0 21:57:02 go: downloading github.com/mitchellh/reflectwalk v1.0.0 21:57:02 go: downloading github.com/mitchellh/go-homedir v1.1.0 21:57:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 21:57:02 go: downloading github.com/go-redis/redis/v7 v7.2.0 21:57:02 go: downloading github.com/pebbe/zmq4 v1.2.7 21:57:02 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 21:57:02 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 21:57:02 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 21:57:02 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 21:57:02 go: downloading github.com/kr/pretty v0.2.0 21:57:02 go: downloading github.com/hashicorp/golang-lru v0.5.0 21:57:02 go: downloading github.com/gorilla/websocket v1.4.2 21:57:02 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 21:57:02 go: downloading github.com/onsi/ginkgo v1.10.1 21:57:02 go: downloading github.com/onsi/gomega v1.7.0 21:57:02 go: downloading github.com/hashicorp/go-multierror v1.1.0 21:57:02 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 21:57:02 go: downloading github.com/go-playground/universal-translator v0.17.0 21:57:02 go: downloading golang.org/x/text v0.3.2 21:57:02 go: downloading github.com/kr/text v0.1.0 21:57:02 go: downloading github.com/go-logfmt/logfmt v0.4.0 21:57:03 go: downloading github.com/x448/float16 v0.8.4 21:57:03 go: downloading github.com/hashicorp/errwrap v1.0.0 21:57:03 go: downloading github.com/go-playground/locales v0.13.0 21:57:03 go: downloading github.com/go-playground/assert/v2 v2.0.1 21:57:03 go: downloading github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 21:57:03 go: downloading github.com/pmezard/go-difflib v1.0.0 21:57:03 go: downloading github.com/leodido/go-urn v1.2.0 21:57:03 go: downloading github.com/go-stack/stack v1.8.0 21:57:03 go: downloading github.com/hpcloud/tail v1.0.0 21:57:03 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 21:57:03 go: downloading github.com/golang/protobuf v1.3.2 21:57:03 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 21:57:03 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 21:57:03 go: downloading gopkg.in/fsnotify.v1 v1.4.7 21:57:03 go: downloading github.com/fsnotify/fsnotify v1.4.7 21:57:03 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable 21:57:09  Building sys-mgmt-agent ... done  ---> 94144a5c81fe 21:57:09 Step 9/24 : RUN go mod tidy 21:57:09 ---> 62b13f9bbddf 21:57:09 Step 9/23 : RUN go mod tidy 21:57:09 ---> Running in ff2e95f05fdf 21:57:09 ---> Running in e4ce22b6e5bc 21:57:13 Removing intermediate container e4ce22b6e5bc 21:57:13 ---> e49b71eca075 21:57:13 Step 10/23 : RUN make cmd/support-notifications/support-notifications 21:57:13 ---> Running in 67e437f4cbe8 21:57:13 + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable 21:57:13 + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml 21:57:13 + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt 21:57:13 + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE 21:57:13 Building config-common 21:57:13 + snapcraftctl build 21:57:14 Removing intermediate container ff2e95f05fdf 21:57:14 ---> b6a41bb5f21d 21:57:14 Step 10/24 : RUN make cmd/core-data/core-data 21:57:14 ---> Running in 6ef7daa9daf6 21:57:15 Building edgex-go 21:57:15 + cd /root/parts/edgex-go/src 21:57:15 + make build 21:57:15 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:57:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:57:16 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 21:57:16 go: downloading github.com/OneOfOne/xxhash v1.2.8 21:57:16 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.14 21:57:16 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.21 21:57:16 go: downloading github.com/imdario/mergo v0.3.12 21:57: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 21:57:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 21:57:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 21:57:26 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:57:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 21:57:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 21:57:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 21:57:29 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 21:57:29 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 21:57:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 21:57:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 21:57:32 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 21:57:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 21:57:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 21:57:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 21:57:36 go: downloading github.com/lib/pq v1.10.1 21:57:38 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 21:57:38 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 21:57:38 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 21:57:38 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 21:57:38 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 21:57:38 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 21:57:38 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 21:57:38 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 21:57:38 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 21:57:38 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 21:57:38 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 21:57:38 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 21:57:38 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 21:57:38 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 21:57:38 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 21:57:38 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 21:57:38 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 21:57:38 + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml 21:57:38 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 21:57:38 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 21:57:38 + install -DT ./cmd/security-bootstrapper/res/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res/configuration.toml 21:57:38 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 21:57:38 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 21:57:38 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 21:57:38 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 21:57:38 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 21:57:41 Removing intermediate container 947a3098a207 21:57:41 ---> 86f327d486fb 21:57:41 21:57:41 Step 11/22 : FROM alpine:3.12 21:57:41 ---> 9852663dfa18 21:57:41 Step 12/22 : RUN apk add --update --no-cache curl 21:57:41 ---> Running in a6e097492d02 21:57:41 Building static-packages 21:57:41 + snapcraftctl build 21:57:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:57:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:57:43 Building version 21:57:43 + snapcraftctl build 21:57:43 (1/4) Installing ca-certificates (20191127-r4) 21:57:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 21:57:43 (3/4) Installing libcurl (7.76.1-r0) 21:57:43 (4/4) Installing curl (7.76.1-r0) 21:57:43 Executing busybox-1.31.1-r20.trigger 21:57:43 Executing ca-certificates-20191127-r4.trigger 21:57:44 OK: 7 MiB in 18 packages 21:57:45 Skipping stage go-build-helper (already ran) 21:57:45 Staging app-service-config 21:57:45 + snapcraftctl stage 21:57:46 Staging config-common 21:57:46 + snapcraftctl stage 21:57:46 Removing intermediate container a6e097492d02 21:57:46 ---> 63e4804b4cc1 21:57:46 Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 21:57:47 ---> Running in 244e7b5f499a 21:57:47 Staging edgex-go 21:57:47 + snapcraftctl stage 21:57:48 Removing intermediate container 244e7b5f499a 21:57:48 ---> d13f0398afcf 21:57:48 Step 14/22 : WORKDIR /edgex 21:57:48 ---> Running in 4b115a64b2de 21:57:48 Staging static-packages 21:57:48 + snapcraftctl stage 21:57:49 Removing intermediate container 4b115a64b2de 21:57:49 ---> 0506d24ca221 21:57:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 21:57:49 Staging version 21:57:49 + snapcraftctl stage 21:57:50 ---> 069a8173c692 21:57:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 21:57:50 Priming go-build-helper 21:57:50 + snapcraftctl prime 21:57:51 Priming app-service-config 21:57:51 + snapcraftctl prime 21:57:52 ---> 6c7d54780fa3 21:57:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 21:57:52 Priming config-common 21:57:52 + snapcraftctl prime 21:57:53 ---> d4ac7dd3fc4d 21:57:53 Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] 21:57:53 Priming edgex-go 21:57:53 + snapcraftctl prime 21:57:53 ---> Running in 62daa7da8b88 21:57:54 Removing intermediate container 62daa7da8b88 21:57:54 ---> 316d6c00b31b 21:57:54 Step 19/22 : CMD ["--init=true"] 21:57:54 ---> Running in 8fdf2bdaca03 21:57:54 Priming static-packages 21:57:54 + snapcraftctl prime 21:57:55 Removing intermediate container 8fdf2bdaca03 21:57:55 ---> 4f5babb3ea55 21:57:55 Step 20/22 : LABEL arch=arm64 21:57:55 ---> Running in 88674343bbd1 21:57:56 Removing intermediate container 88674343bbd1 21:57:56 ---> 7458d5e603aa 21:57:56 Step 21/22 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:57:56 ---> Running in 31c3b3f8a6bd 21:57:56 Priming version 21:57:56 + snapcraftctl prime 21:57:57 Removing intermediate container 31c3b3f8a6bd 21:57:57 ---> e7d5c99dd53a 21:57:57 Step 22/22 : LABEL version=0.0.0 21:57:57 ---> Running in 5790b9f2012d 21:57:58 Removing intermediate container 5790b9f2012d 21:57:58 ---> e98682f5f839 21:57:58 21:57:58 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. 21:57:58 Successfully built e98682f5f839 21:57:58 Successfully tagged security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:58:08  Building security-proxy-setup ... done Removing intermediate container b31e1dbcf404 21:58:08 ---> 4f184630f952 21:58:08 21:58:08 Step 11/23 : FROM alpine:3.12 21:58:08 ---> 9852663dfa18 21:58:08 Step 12/23 : RUN apk add --update --no-cache dumb-init 21:58:08 ---> Using cache 21:58:08 ---> a32172d87237 21:58:08 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 21:58:08 ---> Using cache 21:58:08 ---> d38e1f19a478 21:58:08 Step 14/23 : ENV APP_PORT=48085 21:58:08 ---> Running in 1781e34b2119 21:58:09 Removing intermediate container 1781e34b2119 21:58:09 ---> 4abf4dd1b7c9 21:58:09 Step 15/23 : EXPOSE $APP_PORT 21:58:09 ---> Running in b001229cc9b4 21:58:09 Removing intermediate container b001229cc9b4 21:58:09 ---> 2c2a43b00d9a 21:58:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:11 ---> ba54e5daed4e 21:58:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 21:58:12 ---> 9605bb46cac9 21:58:12 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 21:58:14 ---> 089d771e50b2 21:58:14 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 21:58:14 ---> Running in a1a7350169c0 21:58:14 Removing intermediate container a1a7350169c0 21:58:14 ---> 53a4bca9076d 21:58:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:14 ---> Running in 0096179dd1c7 21:58:15 Removing intermediate container 0096179dd1c7 21:58:15 ---> b4f81fc477bf 21:58:15 Step 21/23 : LABEL arch=arm64 21:58:15 ---> Running in cc6384ab1ceb 21:58:16 Removing intermediate container cc6384ab1ceb 21:58:16 ---> 70ff234d5943 21:58:16 Step 22/23 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:58:16 ---> Running in eeac8e2211f8 21:58:17 Removing intermediate container eeac8e2211f8 21:58:17 ---> c520c96aef8e 21:58:17 Step 23/23 : LABEL version=0.0.0 21:58:17 ---> Running in d5ee42aeecbc 21:58:18 Removing intermediate container d5ee42aeecbc 21:58:18 ---> 762abeec4ed9 21:58:18 21:58:18 Successfully built 762abeec4ed9 21:58:18 Successfully tagged support-scheduler-arm64:latest 21:58:40  Building support-scheduler ... done Removing intermediate container 67e437f4cbe8 21:58:40 ---> 714e0039bc99 21:58:40 21:58:40 Step 11/23 : FROM alpine:3.12 21:58:40 ---> 9852663dfa18 21:58:40 Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init 21:58:40 ---> Running in 0934fde78f5a 21:58:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:40 (1/2) Installing ca-certificates (20191127-r4) 21:58:40 (2/2) Installing dumb-init (1.2.2-r1) 21:58:40 Executing busybox-1.31.1-r20.trigger 21:58:40 Executing ca-certificates-20191127-r4.trigger 21:58:40 OK: 6 MiB in 16 packages 21:58:42 Removing intermediate container 0934fde78f5a 21:58:42 ---> c1ce90761526 21:58:42 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 21:58:42 ---> Running in 2f3a351ea907 21:58:43 Removing intermediate container 2f3a351ea907 21:58:43 ---> 5a82943aec94 21:58:43 Step 14/23 : ENV APP_PORT=48060 21:58:43 ---> Running in bd4011c7b140 21:58:44 Removing intermediate container 6ef7daa9daf6 21:58:44 ---> 528b2c908572 21:58:44 21:58:44 Step 11/24 : FROM alpine:3.12 21:58:44 ---> 9852663dfa18 21:58:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 21:58:44 Removing intermediate container bd4011c7b140 21:58:44 ---> e273a8efb8de 21:58:44 Step 15/23 : EXPOSE $APP_PORT 21:58:44 ---> Running in cb2e94a8d7cf 21:58:44 ---> Running in 8d43aaff327d 21:58:45 Removing intermediate container cb2e94a8d7cf 21:58:45 ---> 66ae2339470e 21:58:45 Step 13/24 : ENV APP_PORT=48080 21:58:45 Removing intermediate container 8d43aaff327d 21:58:45 ---> 86d9fc14a294 21:58:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:45 ---> Running in 567bf5e3a21b 21:58:45 Removing intermediate container 567bf5e3a21b 21:58:45 ---> 04fbfb3be64c 21:58:45 Step 14/24 : EXPOSE $APP_PORT 21:58:45 ---> 7107cea52e19 21:58:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 21:58:45 ---> Running in 9129e5b27d2e 21:58:46 Removing intermediate container 9129e5b27d2e 21:58:46 ---> c6d9e272056b 21:58:46 Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 21:58:46 ---> Running in 9f6faa0194fe 21:58:47 ---> fde70b7c71e6 21:58:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 21:58:48 ---> 93eca8e3bbb9 21:58:48 Step 19/23 : ENTRYPOINT ["/support-notifications"] 21:58:48 ---> Running in 94c433ebb883 21:58:48 Removing intermediate container 94c433ebb883 21:58:48 ---> aee80997301f 21:58:48 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:48 ---> Running in 4f9a45099ad8 21:58:48 Removing intermediate container 9f6faa0194fe 21:58:48 ---> fb4fd0734edc 21:58:48 Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init 21:58:49 ---> Running in 47d4c002d87c 21:58:49 Removing intermediate container 4f9a45099ad8 21:58:49 ---> 7aa9a7195979 21:58:49 Step 21/23 : LABEL arch=arm64 21:58:49 ---> Running in 4b5b9c98407a 21:58:50 Removing intermediate container 4b5b9c98407a 21:58:50 ---> 08fa61a2b7d5 21:58:50 Step 22/23 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:58:50 ---> Running in 819f503a8804 21:58:50 Removing intermediate container 819f503a8804 21:58:50 ---> c97ae501110d 21:58:50 Step 23/23 : LABEL version=0.0.0 21:58:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:58:50 ---> Running in f8ac346d2421 21:58:51 Removing intermediate container f8ac346d2421 21:58:51 ---> 99f9bfb93307 21:58:51 21:58:51 (1/6) Installing dumb-init (1.2.2-r1) 21:58:51 (2/6) Installing libgcc (9.3.0-r2) 21:58:51 (3/6) Installing libsodium (1.0.18-r0) 21:58:51 Successfully built 99f9bfb93307 21:58:51 Successfully tagged support-notifications-arm64:latest 21:58:51  Building support-notifications ... done (4/6) Installing libstdc++ (9.3.0-r2) 21:58:52 (5/6) Installing libzmq (4.3.3-r0) 21:58:52 (6/6) Installing zeromq (4.3.3-r0) 21:58:52 Executing busybox-1.31.1-r20.trigger 21:58:52 OK: 8 MiB in 20 packages 21:58:53 Removing intermediate container 47d4c002d87c 21:58:53 ---> d545fdfb40cb 21:58:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 21:58:54 ---> adbdc30443bf 21:58:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 21:58:55 ---> 2b2811e4e261 21:58:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 21:58:56 ---> 09006b206cb6 21:58:56 Step 20/24 : ENTRYPOINT ["/core-data"] 21:58:56 ---> Running in 505317818fe3 21:58:57 Removing intermediate container 505317818fe3 21:58:57 ---> 6338794faaad 21:58:57 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 21:58:57 ---> Running in 4b4dac56baa7 21:58:57 Removing intermediate container 4b4dac56baa7 21:58:57 ---> d512076cf283 21:58:57 Step 22/24 : LABEL arch=arm64 21:58:57 ---> Running in 3f320e1ed239 21:58:57 Removing intermediate container 3f320e1ed239 21:58:57 ---> 2cd2073b010a 21:58:57 Step 23/24 : LABEL git_sha=21e3f58a9b1098f86f84db904fd0203b90bd9a0c 21:58:58 ---> Running in 8161c2a1e29c 21:58:58 Removing intermediate container 8161c2a1e29c 21:58:58 ---> 9ee84f87ad65 21:58:58 Step 24/24 : LABEL version=0.0.0 21:58:58 ---> Running in cc7070f5a739 21:58:59 Removing intermediate container cc7070f5a739 21:58:59 ---> e4b6e4ccd4d3 21:58:59 21:58:59 Successfully built e4b6e4ccd4d3 21:58:59 Successfully tagged core-data-arm64:latest 21:58:59  Building core-data ... done  [Pipeline] } 21:58:59 $ docker stop --time=1 14c7f29957666e0ae20d679d1241791f000778bd0d9886ae4072482fac993962 21:59:01 $ docker rm -f 14c7f29957666e0ae20d679d1241791f000778bd0d9886ae4072482fac993962 [Pipeline] // withDockerContainer [Pipeline] sh 21:59:02 + docker images 21:59:02 REPOSITORY TAG IMAGE ID CREATED SIZE 21:59:02 core-data-arm64 latest e4b6e4ccd4d3 4 seconds ago 20.3MB 21:59:02 support-notifications-arm64 latest 99f9bfb93307 11 seconds ago 16.7MB 21:59:02 528b2c908572 19 seconds ago 989MB 21:59:02 714e0039bc99 25 seconds ago 980MB 21:59:02 support-scheduler-arm64 latest 762abeec4ed9 45 seconds ago 16.1MB 21:59:02 4f184630f952 55 seconds ago 980MB 21:59:02 security-proxy-setup-arm64 latest e98682f5f839 About a minute ago 23.9MB 21:59:02 86f327d486fb About a minute ago 977MB 21:59:02 sys-mgmt-agent-arm64 latest c5cc2eb6db34 2 minutes ago 299MB 21:59:02 security-bootstrapper-arm64 latest 379e7ac0ca9a 3 minutes ago 17.1MB 21:59:02 core-metadata-arm64 latest 9aa9d010f4c9 3 minutes ago 17.4MB 21:59:02 core-command-arm64 latest 576f8a70de85 3 minutes ago 16.1MB 21:59:02 security-secretstore-setup-arm64 latest a281d48c9db4 3 minutes ago 24.3MB 21:59:02 68dbf73c7ae6 3 minutes ago 988MB 21:59:02 befb79f68908 3 minutes ago 976MB 21:59:02 98b52db5dc5d 4 minutes ago 980MB 21:59:02 705a0ed50c1c 4 minutes ago 977MB 21:59:02 13bf5b752d6d 4 minutes ago 973MB 21:59:02 ci-base-image-arm64 latest c7060e5e413a 15 minutes ago 641MB 21:59:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 13 days ago 428MB 21:59:02 alpine 3.12 9852663dfa18 4 weeks ago 5.32MB 21:59:02 docker 20.10.0 eeaf43b92773 5 months ago 228MB 21:59:02 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 21:59:03 ---> job-cost.sh 21:59:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AULT 21:59:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:01:19 lf-activate-venv(): INFO: Adding /tmp/venv-AULT/bin to PATH 22:01:19 INFO: No Stack... 22:01:19 INFO: Retrieving Pricing Info for: lf-standard-4 22:01:19 INFO: Archiving Costs [Pipeline] sh 22:01:19 + cat /w/workspace/edgex-go/6/archives/cost.csv 22:01:19 + cut -d, -f6 [Pipeline] lock 22:01:19 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3450-6-stack-cost] 22:01:19 Resource [jenkins-edgexfoundry-edgex-go-PR-3450-6-stack-cost] did not exist. Created. 22:01:19 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3450-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:01:20 + echo total: 0.4099999964237213 [Pipeline] stash 22:01:20 Stashed 1 file(s) [Pipeline] } 22:01:20 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3450-6-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 22:01:21 provisioning config files... 22:01:21 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config219230533729605673tmp [Pipeline] { [Pipeline] sh 22:01:21 + set +x 22:01:21 + curl -s https://codecov.io/bash 22:01:21 + bash -s -- 22:01:22 22:01:22 _____ _ 22:01:22 / ____| | | 22:01:22 | | ___ __| | ___ ___ _____ __ 22:01:22 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:01:22 | |___| (_) | (_| | __/ (_| (_) \ V / 22:01:22 \_____\___/ \__,_|\___|\___\___/ \_/ 22:01:22 Bash-1.0.2 22:01:22 22:01:22 22:01:22 ==> git version 2.24.3 found 22:01:22 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:01:22 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:01:22 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:01:22 ==> Jenkins CI detected. 22:01:22 project root: . 22:01:22 --> token set from env 22:01:22 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:01:22 ==> Running gcov in . (disable via -X gcov) 22:01:22 ==> Python coveragepy not found 22:01:22 ==> Searching for coverage reports in: 22:01:22 + . 22:01:22 -> Found 1 reports 22:01:22 ==> Detecting git/mercurial file structure 22:01:22 ==> Reading reports 22:01:22 + ./coverage.out bytes=727486 22:01:22 ==> Appending adjustments 22:01:22 https://docs.codecov.io/docs/fixing-reports 22:01:26 + Found adjustments 22:01:26 ==> Gzipping contents 22:01:26 104K /tmp/codecov.KqcmOJ.gz 22:01:26 ==> Uploading reports 22:01:26 url: https://codecov.io 22:01:26 query: branch=PR-3450&commit=21e3f58a9b1098f86f84db904fd0203b90bd9a0c&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3450%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3450&job=&cmd_args= 22:01:26 -> Pinging Codecov 22:01:26 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-3450&commit=21e3f58a9b1098f86f84db904fd0203b90bd9a0c&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3450%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3450&job=&cmd_args= 22:01:26 -> Uploading to 22:01:26 https://storage.googleapis.com/codecov/v4/raw/2021-05-12/00271124DB129430A58F1EEE437C3FCB/21e3f58a9b1098f86f84db904fd0203b90bd9a0c/e8d0eeff-d9c0-4c8d-a2e7-29eb350f29a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210512%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210512T220126Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5aba56bedaecdb4e4d583a4ffb1089150a3d7567cc5629c6673a77c82694acac 22:01:26 % Total % Received % Xferd Average Speed Time Time Time Current 22:01:26 Dload Upload Total Spent Left Speed 22:01:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 101k 0 0 100 101k 0 159k --:--:-- --:--:-- --:--:-- 159k 100 101k 0 0 100 101k 0 159k --:--:-- --:--:-- --:--:-- 159k 22:01:27 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/21e3f58a9b1098f86f84db904fd0203b90bd9a0c [Pipeline] } 22:01:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:01:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:01:29 ---> package-listing.sh 22:01:29 ++ facter osfamily 22:01:29 ++ tr '[:upper:]' '[:lower:]' 22:01:29 + OS_FAMILY=redhat 22:01:29 + workspace=/w/workspace/edgex-go/6 22:01:29 + START_PACKAGES=/tmp/packages_start.txt 22:01:29 + END_PACKAGES=/tmp/packages_end.txt 22:01:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:01:29 + PACKAGES=/tmp/packages_start.txt 22:01:29 + '[' /w/workspace/edgex-go/6 ']' 22:01:29 + PACKAGES=/tmp/packages_end.txt 22:01:29 + case "${OS_FAMILY}" in 22:01:29 + rpm -qa 22:01:29 + sort 22:01:34 + '[' -f /tmp/packages_start.txt ']' 22:01:34 + '[' -f /tmp/packages_end.txt ']' 22:01:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:01:34 + '[' /w/workspace/edgex-go/6 ']' 22:01:34 + mkdir -p /w/workspace/edgex-go/6/archives/ 22:01:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 22:01:34 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:01:34 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:01:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:01:35 22:01:35 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:01:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:01:35 alpine: Pulling from edgex-lftools-log-publisher 22:01:35 df20fa9351a1: Pulling fs layer 22:01:35 36b3adc4ff6f: Pulling fs layer 22:01:35 8ad3a11d3b57: Pulling fs layer 22:01:35 46f8f816bc3b: Pulling fs layer 22:01:35 93b61091891f: Pulling fs layer 22:01:35 93b9cdb0e59b: Pulling fs layer 22:01:35 5e14af77c1be: Pulling fs layer 22:01:35 01666e4c0597: Pulling fs layer 22:01:35 aa168da1d23b: Pulling fs layer 22:01:35 93b9cdb0e59b: Waiting 22:01:35 5e14af77c1be: Waiting 22:01:35 01666e4c0597: Waiting 22:01:35 46f8f816bc3b: Waiting 22:01:35 93b61091891f: Waiting 22:01:35 aa168da1d23b: Waiting 22:01:35 36b3adc4ff6f: Verifying Checksum 22:01:35 36b3adc4ff6f: Download complete 22:01:35 46f8f816bc3b: Verifying Checksum 22:01:35 46f8f816bc3b: Download complete 22:01:35 df20fa9351a1: Verifying Checksum 22:01:35 df20fa9351a1: Download complete 22:01:35 93b61091891f: Verifying Checksum 22:01:35 93b61091891f: Download complete 22:01:35 93b9cdb0e59b: Verifying Checksum 22:01:35 93b9cdb0e59b: Download complete 22:01:35 5e14af77c1be: Verifying Checksum 22:01:35 5e14af77c1be: Download complete 22:01:35 01666e4c0597: Verifying Checksum 22:01:35 01666e4c0597: Download complete 22:01:35 8ad3a11d3b57: Verifying Checksum 22:01:35 8ad3a11d3b57: Download complete 22:01:35 df20fa9351a1: Pull complete 22:01:36 36b3adc4ff6f: Pull complete 22:01:36 8ad3a11d3b57: Pull complete 22:01:37 46f8f816bc3b: Pull complete 22:01:38 aa168da1d23b: Verifying Checksum 22:01:38 aa168da1d23b: Download complete 22:01:38 93b61091891f: Pull complete 22:01:39 93b9cdb0e59b: Pull complete 22:01:39 5e14af77c1be: Pull complete 22:01:39 01666e4c0597: Pull complete 22:01:47 aa168da1d23b: Pull complete 22:01:47 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:01:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:01:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:01:47 prd-centos7-docker-4c-2g-4912 does not seem to be running inside a container 22:01:48 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 22:01:52 $ docker top 08a8f127543b17a35d4ffbc81a0ca38cc2afa498e327d53a32875b41428b5db3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:01:52 + touch /tmp/pre-build-complete [Pipeline] sh 22:01:53 + mkdir -p /var/log/sa [Pipeline] sh 22:01:53 + ls /var/log/sa-host 22:01:53 + sadf -c /var/log/sa-host/sa12 22:01:53 file_magic: OK 22:01:53 HZ: Using current value: 100 22:01:53 file_header: OK 22:01:53 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 22:01:53 Statistics: 22:01:53 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... 22:01:53 File successfully converted to sysstat format version 12.2.1 22:01:53 + sadf -c /var/log/sa-host/sa23 22:01:53 file_magic: OK 22:01:53 HZ: Using current value: 100 22:01:53 file_header: OK 22:01:53 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 22:01:53 Statistics: 22:01:53 Hnuu...uuuununununu... 22:01:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:01:54 provisioning config files... 22:01:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config8939540598293707283tmp [Pipeline] { [Pipeline] echo 22:01:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:01:54 ---> create-netrc.sh [Pipeline] } 22:01:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:01:54 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:01:54 ---> python-tools-install.sh [Pipeline] echo 22:01:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:01:55 ---> sudo-logs.sh 22:01:55 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:01:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:01:55 ---> job-cost.sh 22:01:55 lf-activate-venv: SKIPPING 22:01:55 DEBUG: total: 0.4099999964237213 22:01:55 INFO: Retrieving Stack Cost... 22:01:56 INFO: Retrieving Pricing Info for: v1-standard-2 22:01:57 INFO: Archiving Costs [Pipeline] echo 22:01:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:01:57 ---> logs-deploy.sh 22:01:57 lf-activate-venv: SKIPPING 22:01:57 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3450/6 22:01:57 INFO: archiving workspace using pattern(s): 22:01:59 Archives upload complete. 22:01:59 INFO: archiving logs to Nexus 22:02:00 ---> uname -a: 22:02:00 Linux prd-centos7-docker-4c-2g-4912.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:02:00 22:02:00 22:02:00 ---> lscpu: 22:02:00 Architecture: x86_64 22:02:00 CPU op-mode(s): 32-bit, 64-bit 22:02:00 Byte Order: Little Endian 22:02:00 Address sizes: 40 bits physical, 48 bits virtual 22:02:00 CPU(s): 4 22:02:00 On-line CPU(s) list: 0-3 22:02:00 Thread(s) per core: 1 22:02:00 Core(s) per socket: 1 22:02:00 Socket(s): 4 22:02:00 NUMA node(s): 1 22:02:00 Vendor ID: GenuineIntel 22:02:00 CPU family: 6 22:02:00 Model: 44 22:02:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:02:00 Stepping: 1 22:02:00 CPU MHz: 2933.442 22:02:00 BogoMIPS: 5866.88 22:02:00 Virtualization: VT-x 22:02:00 Hypervisor vendor: KVM 22:02:00 Virtualization type: full 22:02:00 L1d cache: 128 KiB 22:02:00 L1i cache: 128 KiB 22:02:00 L2 cache: 16 MiB 22:02:00 L3 cache: 64 MiB 22:02:00 NUMA node0 CPU(s): 0-3 22:02:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:02:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:02:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:02:00 Vulnerability Meltdown: Mitigation; PTI 22:02:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:02:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:02:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:02:00 Vulnerability Srbds: Not affected 22:02:00 Vulnerability Tsx async abort: Not affected 22:02:00 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 22:02:00 22:02:00 22:02:00 ---> nproc: 22:02:00 4 22:02:00 22:02:00 22:02:00 ---> df -h: 22:02:00 Filesystem Size Used Available Use% Mounted on 22:02:00 overlay 50.0G 12.7G 37.3G 25% / 22:02:00 tmpfs 64.0M 0 64.0M 0% /dev 22:02:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:02:00 shm 64.0M 0 64.0M 0% /dev/shm 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6 22:02:00 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/6@tmp 22:02:00 22:02:00 22:02:00 ---> free -m: 22:02:00 total used free shared buff/cache available 22:02:00 Mem: 1837 740 164 0 932 1016 22:02:00 Swap: 1023 64 959 22:02:00 22:02:00 22:02:00 ---> ip addr: 22:02:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:02:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:02:00 inet 127.0.0.1/8 scope host lo 22:02:00 valid_lft forever preferred_lft forever 22:02:00 inet6 ::1/128 scope host 22:02:00 valid_lft forever preferred_lft forever 22:02:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:02:00 link/ether fa:16:3e:e3:1b:1d brd ff:ff:ff:ff:ff:ff 22:02:00 inet 10.30.123.130/23 brd 10.30.123.255 scope global dynamic eth0 22:02:00 valid_lft 85128sec preferred_lft 85128sec 22:02:00 inet6 fe80::f816:3eff:fee3:1b1d/64 scope link 22:02:00 valid_lft forever preferred_lft forever 22:02:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:02:00 link/ether 02:42:22:76:4b:7d brd ff:ff:ff:ff:ff:ff 22:02:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:02:00 valid_lft forever preferred_lft forever 22:02:00 inet6 fe80::42:22ff:fe76:4b7d/64 scope link 22:02:00 valid_lft forever preferred_lft forever 22:02:00 22:02:00 22:02:00 ---> sar -b -r -n DEV: 22:02:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 22:02:00 22:02:00 21:40:37 LINUX RESTART (4 CPU) 22:02:00 22:02:00 21:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:02:00 21:42:01 152.60 76.41 76.19 0.00 11686.71 20380.70 0.00 22:02:00 21:43:01 278.72 75.26 203.46 0.00 4293.99 50708.05 0.00 22:02:00 21:44:01 203.01 106.51 96.51 0.00 3081.11 13123.23 0.00 22:02:00 21:45:01 147.19 74.02 73.17 0.00 3590.01 8714.83 0.00 22:02:00 21:46:02 232.16 64.59 167.57 0.00 16023.07 93461.74 0.00 22:02:00 21:47:01 2988.43 2612.96 375.47 0.00 216162.62 224722.38 0.00 22:02:00 21:48:03 564.59 372.74 191.85 0.00 26797.21 35721.90 0.00 22:02:00 21:49:03 2217.62 1839.52 378.10 0.00 127862.92 161309.04 0.00 22:02:00 21:50:01 1473.83 1217.53 256.31 0.00 90042.36 99198.29 0.00 22:02:00 21:51:01 279.15 59.93 219.22 0.00 6896.06 38385.90 0.00 22:02:00 21:52:01 7.51 0.00 7.51 0.00 0.00 335.68 0.00 22:02:00 21:53:01 0.23 0.02 0.22 0.00 0.53 2.45 0.00 22:02:00 21:54:01 1.18 0.90 0.28 0.00 18.26 3.66 0.00 22:02:00 21:55:01 0.25 0.02 0.23 0.00 0.53 2.83 0.00 22:02:00 21:56:01 1.80 1.57 0.23 0.00 50.89 3.78 0.00 22:02:00 21:57:01 1.20 0.30 0.90 0.00 162.26 17.05 0.00 22:02:00 21:58:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 22:02:00 21:59:01 0.25 0.00 0.25 0.00 0.00 3.12 0.00 22:02:00 22:00:02 0.27 0.02 0.25 0.00 0.53 3.13 0.00 22:02:00 22:01:01 0.36 0.07 0.29 0.00 1.76 3.01 0.00 22:02:00 Average: 425.40 323.12 102.28 0.00 25184.93 37181.06 0.00 22:02:00 22:02:00 21:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:02:00 21:42:01 416984 0 604112 32.11 2620 857828 1116612 38.11 501680 761852 0 22:02:00 21:43:01 289876 0 730260 38.81 1492 859916 1332928 45.49 468984 846340 20 22:02:00 21:44:01 113764 0 830536 44.14 652 936592 1863812 63.61 744836 732844 48584 22:02:00 21:45:01 254992 0 755404 40.15 548 870600 1334940 45.56 603600 719572 16696 22:02:00 21:46:02 75376 0 696480 37.02 64 1109624 1269212 43.32 732672 844268 105776 22:02:00 21:47:01 66456 0 866964 46.08 24 948100 2363480 80.66 674324 906144 46448 22:02:00 21:48:03 385676 0 726540 38.61 24 769304 1385756 47.29 462680 772240 12 22:02:00 21:49:03 53784 0 799436 42.49 24 1028300 2186932 74.64 564072 1041404 64408 22:02:00 21:50:01 77212 0 1206076 64.10 24 598232 2928640 99.95 882940 651588 60164 22:02:00 21:51:01 121660 0 673208 35.78 24 1086652 1232284 42.06 548312 933796 20 22:02:00 21:52:01 131500 0 663236 35.25 24 1086784 1201852 41.02 546732 932640 12 22:02:00 21:53:01 132760 0 661908 35.18 24 1086852 1190580 40.63 546164 932312 20 22:02:00 21:54:01 130456 0 664260 35.30 24 1086804 1190856 40.64 547764 932840 8 22:02:00 21:55:01 131532 0 663176 35.25 24 1086812 1190748 40.64 547064 932860 8 22:02:00 21:56:01 130912 0 662948 35.23 24 1087660 1190556 40.63 546112 933600 20 22:02:00 21:57:01 123024 0 665968 35.39 24 1092528 1190652 40.63 552248 935632 8 22:02:00 21:58:01 122220 0 666764 35.44 24 1092536 1190760 40.64 552828 935632 8 22:02:00 21:59:01 123104 0 665876 35.39 24 1092540 1190556 40.63 551856 935632 8 22:02:00 22:00:02 122120 0 666848 35.44 24 1092552 1190736 40.64 552736 935648 8 22:02:00 22:01:01 121468 0 667508 35.48 24 1092544 1193080 40.72 553384 935648 0 22:02:00 Average: 156244 0 726875 38.63 287 998138 1446749 49.38 584049 877625 17111 22:02:00 22:02:00 21:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:02:00 21:42:01 eth0 2023.48 1869.41 6468.77 247.10 0.00 0.00 0.00 0.00 22:02:00 21:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:42:01 docker0 990.89 939.24 78.39 2707.40 0.00 0.00 0.00 0.00 22:02:00 21:43:01 veth46268a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:43:01 veth1397550 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:43:01 eth0 557.53 459.81 3546.26 47.26 0.00 0.00 0.00 0.00 22:02:00 21:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:44:01 veth1397550 0.42 0.55 0.03 0.05 0.00 0.00 0.00 0.00 22:02:00 21:44:01 eth0 42.62 27.64 28.07 32.00 0.00 0.00 0.00 0.00 22:02:00 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:44:01 docker0 1211.32 1199.70 93.59 3552.94 0.00 0.00 0.00 0.00 22:02:00 21:45:01 veth1397550 1.81 1.81 0.14 0.14 0.00 0.00 0.00 0.00 22:02:00 21:45:01 eth0 43.06 34.22 19.90 59.90 0.00 0.00 0.00 0.00 22:02:00 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:45:01 docker0 1.81 1.81 0.12 0.14 0.00 0.00 0.00 0.00 22:02:00 21:46:02 eth0 218.61 171.68 1696.80 79.28 0.00 0.00 0.00 0.00 22:02:00 21:46:02 veth2ec92b9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 22:02:00 21:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:47:01 eth0 78.10 53.16 180.02 10.52 0.00 0.00 0.00 0.00 22:02:00 21:47:01 veth2ec92b9 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 22:02:00 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:47:01 docker0 44.57 60.76 2.84 166.68 0.00 0.00 0.00 0.00 22:02:00 21:48:03 veth71e21d2 2.16 4.61 0.15 29.10 0.00 0.00 0.00 0.00 22:02:00 21:48:03 vethebdbbf9 2.57 5.86 0.17 29.13 0.00 0.00 0.00 0.00 22:02:00 21:48:03 eth0 42.70 22.86 186.59 8.04 0.00 0.00 0.00 0.00 22:02:00 21:48:03 veth2ec92b9 0.00 0.06 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:49:03 eth0 114.02 83.85 153.14 105.43 0.00 0.00 0.00 0.00 22:02:00 21:49:03 veth2ec92b9 0.00 0.40 0.00 0.02 0.00 0.00 0.00 0.00 22:02:00 21:49:03 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 22:02:00 21:49:03 docker0 1309.59 1334.42 99.93 3983.90 0.00 0.00 0.00 0.00 22:02:00 21:50:01 veth5969be5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 22:02:00 21:50:01 eth0 16.93 8.79 14.10 7.39 0.00 0.00 0.00 0.00 22:02:00 21:50:01 veth2ec92b9 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:51:01 eth0 239.37 166.22 1635.63 70.70 0.00 0.00 0.00 0.00 22:02:00 21:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:51:01 docker0 1332.45 1390.28 101.31 4346.33 0.00 0.00 0.00 0.00 22:02:00 21:52:01 eth0 4.45 4.45 0.36 7.02 0.00 0.00 0.00 0.00 22:02:00 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:53:01 eth0 0.67 0.07 0.11 0.00 0.00 0.00 0.00 0.00 22:02:00 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:54:01 eth0 9.18 8.00 1.10 14.05 0.00 0.00 0.00 0.00 22:02:00 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:55:01 eth0 1.22 0.55 0.57 0.39 0.00 0.00 0.00 0.00 22:02:00 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:56:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:02:00 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:57:01 eth0 0.37 0.27 0.14 0.08 0.00 0.00 0.00 0.00 22:02:00 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:58:01 eth0 1.03 0.48 0.35 0.21 0.00 0.00 0.00 0.00 22:02:00 21:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:59:01 eth0 0.88 0.05 0.07 0.00 0.00 0.00 0.00 0.00 22:02:00 21:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 21:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 22:00:02 eth0 1.87 0.62 0.63 0.37 0.00 0.00 0.00 0.00 22:02:00 22:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 22:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 22:01:01 eth0 1.13 0.30 0.33 0.24 0.00 0.00 0.00 0.00 22:02:00 22:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 22:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 Average: eth0 170.14 145.86 698.25 34.54 0.00 0.00 0.00 0.00 22:02:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:02:00 Average: docker0 66.74 69.64 5.07 217.70 0.00 0.00 0.00 0.00 22:02:00 22:02:00 22:02:00 ---> sar -P ALL: 22:02:00 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) 22:02:00 22:02:00 21:40:37 LINUX RESTART (4 CPU) 22:02:00 22:02:00 21:41:01 CPU %user %nice %system %iowait %steal %idle 22:02:00 21:42:01 all 23.11 0.00 9.53 3.76 0.07 63.53 22:02:00 21:42:01 0 30.76 0.00 13.14 4.22 0.07 51.82 22:02:00 21:42:01 1 20.54 0.00 7.53 2.02 0.07 69.84 22:02:00 21:42:01 2 22.86 0.00 8.17 4.98 0.07 63.91 22:02:00 21:42:01 3 18.32 0.00 9.31 3.83 0.07 68.47 22:02:00 21:43:01 all 10.87 0.00 8.62 5.64 0.07 74.79 22:02:00 21:43:01 0 11.10 0.00 8.67 5.11 0.07 75.05 22:02:00 21:43:01 1 10.59 0.00 8.12 6.60 0.05 74.64 22:02:00 21:43:01 2 9.84 0.00 8.72 7.45 0.10 73.88 22:02:00 21:43:01 3 11.94 0.00 8.99 3.40 0.07 75.60 22:02:00 21:44:01 all 56.81 0.00 14.10 5.84 0.03 23.22 22:02:00 21:44:01 0 55.81 0.00 13.45 4.79 0.02 25.93 22:02:00 21:44:01 1 56.33 0.00 14.47 6.70 0.03 22.47 22:02:00 21:44:01 2 55.98 0.00 14.62 6.51 0.03 22.86 22:02:00 21:44:01 3 59.14 0.00 13.87 5.37 0.03 21.58 22:02:00 21:45:01 all 45.97 0.00 14.89 4.59 0.06 34.49 22:02:00 21:45:01 0 46.12 0.00 15.08 4.94 0.07 33.79 22:02:00 21:45:01 1 44.36 0.00 14.79 4.67 0.05 36.14 22:02:00 21:45:01 2 46.40 0.00 14.37 4.92 0.05 34.25 22:02:00 21:45:01 3 47.01 0.00 15.34 3.82 0.05 33.79 22:02:00 21:46:02 all 24.77 0.00 13.73 8.08 0.07 53.35 22:02:00 21:46:02 0 24.41 0.00 12.79 8.75 0.05 54.00 22:02:00 21:46:02 1 24.29 0.00 13.69 7.25 0.07 54.70 22:02:00 21:46:02 2 24.59 0.00 14.21 8.36 0.10 52.73 22:02:00 21:46:02 3 25.79 0.00 14.25 7.94 0.07 51.95 22:02:00 21:47:01 all 24.03 0.00 28.89 22.85 0.14 24.08 22:02:00 21:47:01 0 24.01 0.00 28.09 23.73 0.18 24.00 22:02:00 21:47:01 1 24.02 0.00 28.30 22.76 0.11 24.81 22:02:00 21:47:01 2 24.35 0.00 28.71 22.64 0.18 24.13 22:02:00 21:47:01 3 23.74 0.00 30.48 22.27 0.11 23.40 22:02:00 21:48:03 all 58.35 0.00 16.89 12.02 0.05 12.69 22:02:00 21:48:03 0 58.88 0.00 16.89 7.65 0.05 16.52 22:02:00 21:48:03 1 58.78 0.00 16.51 15.67 0.05 8.99 22:02:00 21:48:03 2 57.43 0.00 17.43 10.93 0.07 14.14 22:02:00 21:48:03 3 58.28 0.00 16.72 13.86 0.03 11.10 22:02:00 21:49:03 all 17.12 0.00 23.05 26.13 0.10 33.59 22:02:00 21:49:03 0 16.40 0.00 21.34 29.29 0.12 32.84 22:02:00 21:49:03 1 16.92 0.00 23.11 22.32 0.09 37.56 22:02:00 21:49:03 2 17.74 0.00 22.58 23.87 0.11 35.70 22:02:00 21:49:03 3 17.44 0.00 25.21 29.06 0.09 28.19 22:02:00 21:50:01 all 36.46 0.00 17.89 24.34 0.10 21.21 22:02:00 21:50:01 0 36.18 0.00 17.02 24.52 0.14 22.14 22:02:00 21:50:01 1 36.69 0.00 18.36 22.84 0.11 22.00 22:02:00 21:50:01 2 36.60 0.00 18.28 22.74 0.07 22.30 22:02:00 21:50:01 3 36.39 0.00 17.90 27.31 0.07 18.33 22:02:00 21:51:01 all 26.62 0.00 10.78 14.17 0.07 48.35 22:02:00 21:51:01 0 26.92 0.00 10.41 11.08 0.07 51.53 22:02:00 21:51:01 1 25.06 0.00 10.82 14.15 0.09 49.89 22:02:00 21:51:01 2 26.79 0.00 11.25 19.04 0.05 42.86 22:02:00 21:51:01 3 27.72 0.00 10.65 12.40 0.09 49.15 22:02:00 21:52:01 all 0.05 0.00 0.09 0.15 0.00 99.70 22:02:00 21:52:01 0 0.03 0.00 0.07 0.00 0.00 99.90 22:02:00 21:52:01 1 0.08 0.00 0.18 0.52 0.00 99.22 22:02:00 21:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:02:00 21:52:01 3 0.07 0.00 0.08 0.07 0.02 99.77 22:02:00 22:02:00 21:52:01 CPU %user %nice %system %iowait %steal %idle 22:02:00 21:53:01 all 0.05 0.00 0.13 0.00 0.01 99.80 22:02:00 21:53:01 0 0.02 0.00 0.10 0.00 0.02 99.87 22:02:00 21:53:01 1 0.07 0.00 0.08 0.00 0.02 99.83 22:02:00 21:53:01 2 0.07 0.00 0.13 0.00 0.00 99.80 22:02:00 21:53:01 3 0.07 0.00 0.22 0.00 0.00 99.72 22:02:00 21:54:01 all 0.13 0.00 0.18 0.02 0.00 99.66 22:02:00 21:54:01 0 0.10 0.00 0.22 0.00 0.00 99.68 22:02:00 21:54:01 1 0.23 0.00 0.20 0.08 0.00 99.48 22:02:00 21:54:01 2 0.07 0.00 0.10 0.00 0.00 99.83 22:02:00 21:54:01 3 0.13 0.00 0.20 0.02 0.00 99.65 22:02:00 21:55:01 all 0.18 0.00 0.03 0.00 0.00 99.80 22:02:00 21:55:01 0 0.03 0.00 0.00 0.00 0.00 99.97 22:02:00 21:55:01 1 0.52 0.00 0.03 0.00 0.00 99.45 22:02:00 21:55:01 2 0.10 0.00 0.02 0.00 0.00 99.88 22:02:00 21:55:01 3 0.05 0.00 0.05 0.00 0.00 99.90 22:02:00 21:56:01 all 0.14 0.00 0.05 0.02 0.00 99.79 22:02:00 21:56:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:02:00 21:56:01 1 0.48 0.00 0.07 0.00 0.00 99.45 22:02:00 21:56:01 2 0.00 0.00 0.02 0.02 0.00 99.97 22:02:00 21:56:01 3 0.03 0.00 0.10 0.08 0.00 99.78 22:02:00 21:57:01 all 0.05 0.00 0.04 0.01 0.00 99.91 22:02:00 21:57:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:02:00 21:57:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:02:00 21:57:01 2 0.05 0.00 0.07 0.03 0.00 99.85 22:02:00 21:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:02:00 21:58:01 all 0.13 0.00 0.03 0.00 0.00 99.83 22:02:00 21:58:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:02:00 21:58:01 1 0.47 0.00 0.05 0.00 0.00 99.48 22:02:00 21:58:01 2 0.02 0.00 0.00 0.00 0.00 99.98 22:02:00 21:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:02:00 21:59:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:02:00 21:59:01 0 0.05 0.00 0.05 0.00 0.00 99.90 22:02:00 21:59:01 1 0.50 0.00 0.02 0.00 0.00 99.48 22:02:00 21:59:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:02:00 21:59:01 3 0.03 0.00 0.02 0.00 0.00 99.95 22:02:00 22:00:02 all 0.16 0.00 0.02 0.00 0.00 99.82 22:02:00 22:00:02 0 0.05 0.00 0.03 0.00 0.00 99.92 22:02:00 22:00:02 1 0.52 0.00 0.00 0.00 0.00 99.48 22:02:00 22:00:02 2 0.05 0.00 0.03 0.00 0.00 99.92 22:02:00 22:00:02 3 0.02 0.00 0.02 0.00 0.00 99.97 22:02:00 22:01:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:02:00 22:01:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:02:00 22:01:01 1 0.51 0.00 0.05 0.00 0.00 99.44 22:02:00 22:01:01 2 0.03 0.00 0.03 0.00 0.02 99.92 22:02:00 22:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:02:00 Average: all 15.98 0.00 7.76 6.20 0.04 70.02 22:02:00 Average: 0 16.30 0.00 7.72 6.05 0.04 69.90 22:02:00 Average: 1 15.78 0.00 7.64 6.11 0.04 70.43 22:02:00 Average: 2 15.87 0.00 7.75 6.40 0.04 69.94 22:02:00 Average: 3 15.97 0.00 7.94 6.24 0.03 69.82 22:02:00 22:02:00 22:02:00