Pull request #3251 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 85a64227c90de92044750481262f85778b35ad30+e4452ab79e32c06b9a1c96c946d524d5f9ceed90 (8566a25379381cde77334cd1592cf6fc6e5ddc3d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Running on prd-centos7-docker-4c-2g-29846 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 85a64227c90de92044750481262f85778b35ad30 > 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/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85a64227c90de92044750481262f85778b35ad30 # timeout=10 > git remote # timeout=10 Merge succeeded, producing 85a64227c90de92044750481262f85778b35ad30 Checking out Revision 85a64227c90de92044750481262f85778b35ad30 (PR-3251) > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85a64227c90de92044750481262f85778b35ad30 # timeout=10 Commit message: "Merge branch 'master' into set-acl-agent-token" > git rev-list --no-walk f138aeb2ae29a4df6c640145b83ab6f6033e260f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:57:32 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:57:32 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:57:32 ========================================================= 21:57:32 EdgeX Global Pipelines Version Info 21:57:32 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:57:34 ------------------- 21:57:34 stable info: 21:57:34 ------------------- 21:57:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:57:34 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:57:34 Message: update stable to v1.0.184 21:57:35 ------------------- 21:57:35 experimental info: 21:57:35 ------------------- 21:57:35 Commited By: **** collab-it+edgex@linuxfoundation.org 21:57:35 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 21:57:35 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:57:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:57:36 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:57:36 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:57:36 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:57:36 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:57:36 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:57:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:57:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3251 [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3251 [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3251 [Pipeline] echo 21:57:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 85a64227c90de92044750481262f85778b35ad30 [Pipeline] echo 21:57:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 85a6422 [Pipeline] echo 21:57:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:57:39 provisioning config files... 21:57:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config9223190951342425024tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:57:39 ---> docker-login.sh 21:57:39 nexus3.edgexfoundry.org:10001 21:57:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:41 Configure a credential helper to remove this warning. See 21:57:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:41 21:57:41 Login Succeeded 21:57:41 nexus3.edgexfoundry.org:10002 21:57:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:43 Configure a credential helper to remove this warning. See 21:57:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:43 21:57:43 Login Succeeded 21:57:43 nexus3.edgexfoundry.org:10003 21:57:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:43 Configure a credential helper to remove this warning. See 21:57:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:43 21:57:43 Login Succeeded 21:57:43 nexus3.edgexfoundry.org:10004 21:57:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:44 Configure a credential helper to remove this warning. See 21:57:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:44 21:57:44 Login Succeeded 21:57:44 docker.io 21:57:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:57:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:57:45 Configure a credential helper to remove this warning. See 21:57:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:57:45 21:57:45 Login Succeeded 21:57:45 ---> docker-login.sh ends [Pipeline] } 21:57:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:57:45 ++ 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:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ cut -d/ -f2 21:57:45 ++ dirname cmd/core-command/Dockerfile 21:57:45 + echo core-command,cmd/core-command/Dockerfile 21:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ cut -d/ -f2 21:57:45 ++ dirname cmd/core-data/Dockerfile 21:57:45 + echo core-data,cmd/core-data/Dockerfile 21:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ cut -d/ -f2 21:57:45 ++ dirname cmd/core-metadata/Dockerfile 21:57:45 + echo core-metadata,cmd/core-metadata/Dockerfile 21:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ cut -d/ -f2 21:57:45 ++ dirname cmd/security-bootstrapper/Dockerfile 21:57:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 21:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ dirname cmd/security-proxy-setup/Dockerfile 21:57:45 ++ cut -d/ -f2 21:57:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:57:45 ++ cut -d/ -f2 21:57:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ dirname cmd/support-notifications/Dockerfile 21:57:45 ++ cut -d/ -f2 21:57:45 + echo support-notifications,cmd/support-notifications/Dockerfile 21:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ cut -d/ -f2 21:57:45 ++ dirname cmd/support-scheduler/Dockerfile 21:57:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:57:45 + for file in '`ls cmd/**/Dockerfile`' 21:57:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:57:45 ++ cut -d/ -f2 21:57:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:57:46 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 21:57:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:57:47 21:57:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:57:48 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:57:48 latest: Pulling from edgex-devops/git-semver 21:57:48 31603596830f: Pulling fs layer 21:57:48 2a8b12db71e7: Pulling fs layer 21:57:48 6ca5941a6612: Pulling fs layer 21:57:48 ecc8261a40a4: Pulling fs layer 21:57:48 ecc8261a40a4: Waiting 21:57:48 2a8b12db71e7: Verifying Checksum 21:57:48 2a8b12db71e7: Download complete 21:57:48 31603596830f: Verifying Checksum 21:57:48 31603596830f: Download complete 21:57:48 ecc8261a40a4: Verifying Checksum 21:57:48 ecc8261a40a4: Download complete 21:57:48 6ca5941a6612: Verifying Checksum 21:57:48 6ca5941a6612: Download complete 21:57:49 31603596830f: Pull complete 21:57:49 2a8b12db71e7: Pull complete 21:57:51 6ca5941a6612: Pull complete 21:57:52 ecc8261a40a4: Pull complete 21:57:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:57:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:57:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:57:52 prd-centos7-docker-4c-2g-29846 does not seem to be running inside a container 21:57:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 21:57:56 $ docker top 8d7fc78bb525a1c7aaf7b42b9c33358baa4a4bb8ad9647f133b997824853020b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:57:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:57:56 [ssh-agent] Looking for ssh-agent implementation... 21:57:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:57:57 $ docker exec 8d7fc78bb525a1c7aaf7b42b9c33358baa4a4bb8ad9647f133b997824853020b ssh-agent 21:57:57 SSH_AUTH_SOCK=/tmp/ssh-TgXiEvkdL3Yp/agent.11 21:57:57 SSH_AGENT_PID=16 21:57:57 Running ssh-add (command line suppressed) 21:57:58 Identity added: /w/workspace/edgex-go/4@tmp/private_key_7592042565964218227.key (/w/workspace/edgex-go/4@tmp/private_key_7592042565964218227.key) 21:57:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:57:59 + git tag --points-at HEAD [Pipeline] } 21:57:59 $ docker exec --env ******** --env ******** 8d7fc78bb525a1c7aaf7b42b9c33358baa4a4bb8ad9647f133b997824853020b ssh-agent -k 21:57:59 unset SSH_AUTH_SOCK; 21:57:59 unset SSH_AGENT_PID; 21:57:59 echo Agent pid 16 killed; 21:57:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:57:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:57:59 [ssh-agent] Looking for ssh-agent implementation... 21:57:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:57:59 $ docker exec 8d7fc78bb525a1c7aaf7b42b9c33358baa4a4bb8ad9647f133b997824853020b ssh-agent 21:58:00 SSH_AUTH_SOCK=/tmp/ssh-5aw0UrCvNSHv/agent.45 21:58:00 SSH_AGENT_PID=50 21:58:00 Running ssh-add (command line suppressed) 21:58:00 Identity added: /w/workspace/edgex-go/4@tmp/private_key_8989256436021007501.key (/w/workspace/edgex-go/4@tmp/private_key_8989256436021007501.key) 21:58:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:58:01 + git semver init 21:58:01 # -> Open(): unable to determine branch for HEAD 21:58:01 # $GIT_DIR = /w/workspace/edgex-go/4/.git 21:58:01 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 21:58:01 # $SEMVER_REMOTE_NAME = origin 21:58:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:58:01 # $SEMVER_USER_NAME = edgex-jenkins 21:58:01 # $SEMVER_BRANCH = PR-3251 21:58:01 # $SEMVER_TEMP = /tmp/semver-174254934 21:58:01 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:58:33 # '/tmp/semver-174254934' -> '/w/workspace/edgex-go/4/.semver' 21:58:33 # -> Force: false 21:58:33 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 21:58:33 $ docker exec --env ******** --env ******** 8d7fc78bb525a1c7aaf7b42b9c33358baa4a4bb8ad9647f133b997824853020b ssh-agent -k 21:58:34 unset SSH_AUTH_SOCK; 21:58:34 unset SSH_AGENT_PID; 21:58:34 echo Agent pid 50 killed; 21:58:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:58:36 + git semver [Pipeline] } 21:58:36 $ docker stop --time=1 8d7fc78bb525a1c7aaf7b42b9c33358baa4a4bb8ad9647f133b997824853020b 21:58:38 $ docker rm -f 8d7fc78bb525a1c7aaf7b42b9c33358baa4a4bb8ad9647f133b997824853020b [Pipeline] // withDockerContainer [Pipeline] sh 21:58:39 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:58:40 Stashed 1 file(s) [Pipeline] echo 21:58:40 [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) 21:58:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29856 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws 21:58:41 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh 21:58:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 21:58:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:58:42 + sudo service docker restart 21:58:42 + true 21:58:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 21:58:44 ========================================================= 21:58:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:58:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:58:45 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 21:58:46 using credential edgex-jenkins-ssh 21:58:46 Cloning the remote Git repository 21:58:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:58:46 > git init /w/workspace/edgex-go/4 # timeout=10 21:58:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:58:46 > git --version # timeout=10 21:58:46 > git --version # 'git version 2.17.1' 21:58:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:58:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:58:57 Sending build context to Docker daemon 328.6MB 21:58:57 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:58:57 Step 2/6 : FROM ${BASE} 21:58:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:58:57 188c0c94c7c5: Pulling fs layer 21:58:57 0ef7d3d256c8: Pulling fs layer 21:58:57 de9db76c5a1d: Pulling fs layer 21:58:57 bca2f99d35d6: Pulling fs layer 21:58:57 93359f2a8cfa: Pulling fs layer 21:58:57 7c6f9722023f: Pulling fs layer 21:58:57 a35cf1a2eb13: Pulling fs layer 21:58:57 93359f2a8cfa: Waiting 21:58:57 7c6f9722023f: Waiting 21:58:57 a35cf1a2eb13: Waiting 21:58:57 bca2f99d35d6: Waiting 21:58:57 de9db76c5a1d: Download complete 21:58:57 0ef7d3d256c8: Verifying Checksum 21:58:57 0ef7d3d256c8: Download complete 21:58:57 93359f2a8cfa: Verifying Checksum 21:58:57 93359f2a8cfa: Download complete 21:58:57 7c6f9722023f: Verifying Checksum 21:58:57 7c6f9722023f: Download complete 21:58:57 188c0c94c7c5: Verifying Checksum 21:58:57 188c0c94c7c5: Download complete 21:58:57 188c0c94c7c5: Pull complete 21:58:57 0ef7d3d256c8: Pull complete 21:58:57 de9db76c5a1d: Pull complete 21:58:59 a35cf1a2eb13: Verifying Checksum 21:58:59 a35cf1a2eb13: Download complete 21:59:00 bca2f99d35d6: Verifying Checksum 21:59:00 bca2f99d35d6: Download complete 21:59:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:59:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:59:02 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:59:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:59:03 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:59:04 Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 85a64227c90de92044750481262f85778b35ad30 21:59:04 Merge succeeded, producing 85a64227c90de92044750481262f85778b35ad30 21:59:04 Checking out Revision 85a64227c90de92044750481262f85778b35ad30 (PR-3251) 21:59:04 > git config core.sparsecheckout # timeout=10 21:59:04 > git checkout -f 85a64227c90de92044750481262f85778b35ad30 # timeout=10 21:59:04 > git remote # timeout=10 21:59:04 > git config --get remote.origin.url # timeout=10 21:59:04 using GIT_SSH to set credentials SSH Credentials for GitHub 21:59:04 > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 21:59:04 > git rev-parse HEAD^{commit} # timeout=10 21:59:04 > git config core.sparsecheckout # timeout=10 21:59:04 > git checkout -f 85a64227c90de92044750481262f85778b35ad30 # timeout=10 21:59:09 Commit message: "Merge branch 'master' into set-acl-agent-token" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 21:59:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 21:59:11 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 21:59:11 + sudo service docker restart 21:59:11 + true 21:59:12 bca2f99d35d6: Pull complete 21:59:13 93359f2a8cfa: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 21:59:13 provisioning config files... 21:59:13 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config6731077160918937535tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 21:59:13 7c6f9722023f: Pull complete 21:59:13 ---> docker-login.sh 21:59:13 nexus3.edgexfoundry.org:10001 21:59:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:15 Configure a credential helper to remove this warning. See 21:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:15 21:59:15 Login Succeeded 21:59:15 nexus3.edgexfoundry.org:10002 21:59:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:15 Configure a credential helper to remove this warning. See 21:59:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:15 21:59:15 Login Succeeded 21:59:15 nexus3.edgexfoundry.org:10003 21:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:16 Configure a credential helper to remove this warning. See 21:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:16 21:59:16 Login Succeeded 21:59:16 nexus3.edgexfoundry.org:10004 21:59:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:16 Configure a credential helper to remove this warning. See 21:59:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:16 21:59:16 Login Succeeded 21:59:16 docker.io 21:59:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 21:59:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 21:59:17 Configure a credential helper to remove this warning. See 21:59:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 21:59:17 21:59:17 Login Succeeded 21:59:17 ---> docker-login.sh ends [Pipeline] } 21:59:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 21:59:18 ========================================================= 21:59:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:59:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:59:18 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:59:21 Sending build context to Docker daemon 166.8MB 21:59:21 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 21:59:21 Step 2/6 : FROM ${BASE} 21:59:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:59:21 5f621e34cdf4: Pulling fs layer 21:59:21 a4357932f1b6: Pulling fs layer 21:59:21 18c013af1878: Pulling fs layer 21:59:21 00ac8860ef70: Pulling fs layer 21:59:21 63d7cb157983: Pulling fs layer 21:59:21 b116817d02f9: Pulling fs layer 21:59:21 745a02a5169b: Pulling fs layer 21:59:21 00ac8860ef70: Waiting 21:59:21 63d7cb157983: Waiting 21:59:21 b116817d02f9: Waiting 21:59:21 745a02a5169b: Waiting 21:59:21 18c013af1878: Verifying Checksum 21:59:21 18c013af1878: Download complete 21:59:21 a4357932f1b6: Verifying Checksum 21:59:21 a4357932f1b6: Download complete 21:59:21 63d7cb157983: Download complete 21:59:21 b116817d02f9: Verifying Checksum 21:59:21 b116817d02f9: Download complete 21:59:21 5f621e34cdf4: Verifying Checksum 21:59:21 5f621e34cdf4: Download complete 21:59:22 a35cf1a2eb13: Pull complete 21:59:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 21:59:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:59:22 ---> a62c8e92a672 21:59:22 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 21:59:22 ---> Running in 760ca03e7a8c 21:59:22 5f621e34cdf4: Pull complete 21:59:22 a4357932f1b6: Pull complete 21:59:23 18c013af1878: Pull complete 21:59:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:59:24 745a02a5169b: Verifying Checksum 21:59:24 745a02a5169b: Download complete 21:59:25 00ac8860ef70: Download complete 21:59:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:59:27 (1/12) Installing libmagic (5.38-r0) 21:59:28 (2/12) Installing file (5.38-r0) 21:59:28 (3/12) Installing libc-dev (0.7.2-r3) 21:59:28 (4/12) Installing g++ (9.3.0-r2) 21:59:35 00ac8860ef70: Pull complete 21:59:35 63d7cb157983: Pull complete 21:59:35 b116817d02f9: Pull complete 21:59:39 745a02a5169b: Pull complete 21:59:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 21:59:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:59:39 ---> b7e6874047d6 21:59:39 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:59:42 ---> Running in 336126a5d887 21:59:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:59:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:59:45 (1/12) Installing libmagic (5.38-r0) 21:59:45 (2/12) Installing file (5.38-r0) 21:59:45 (3/12) Installing libc-dev (0.7.2-r3) 21:59:45 (4/12) Installing g++ (9.3.0-r2) 21:59:46 (5/12) Installing fortify-headers (1.1-r0) 21:59:46 (6/12) Installing patch (2.7.6-r6) 21:59:46 (7/12) Installing build-base (0.5-r2) 21:59:46 (8/12) Installing libsodium (1.0.18-r0) 21:59:46 (9/12) Installing pkgconf (1.7.2-r0) 21:59:46 (10/12) Installing libsodium-dev (1.0.18-r0) 21:59:46 (11/12) Installing libzmq (4.3.3-r0) 21:59:46 (12/12) Installing zeromq-dev (4.3.3-r0) 21:59:46 Executing busybox-1.31.1-r19.trigger 21:59:46 OK: 233 MiB in 51 packages 21:59:52 Removing intermediate container 760ca03e7a8c 21:59:52 ---> 08b3e569f639 21:59:52 Step 4/6 : WORKDIR /edgex-go 21:59:52 ---> Running in 7c60362aee03 21:59:52 Removing intermediate container 7c60362aee03 21:59:52 ---> 90465e0dd4ef 21:59:52 Step 5/6 : COPY go.mod . 21:59:53 ---> 146a380c5c44 21:59:53 Step 6/6 : RUN go mod download 21:59:53 (5/12) Installing fortify-headers (1.1-r0) 21:59:53 (6/12) Installing patch (2.7.6-r6) 21:59:53 (7/12) Installing build-base (0.5-r2) 21:59:53 (8/12) Installing libsodium (1.0.18-r0) 21:59:53 (9/12) Installing pkgconf (1.7.2-r0) 21:59:53 (10/12) Installing libsodium-dev (1.0.18-r0) 21:59:53 (11/12) Installing libzmq (4.3.3-r0) 21:59:53 ---> Running in 92dca3e1bdd9 21:59:53 (12/12) Installing zeromq-dev (4.3.3-r0) 21:59:53 Executing busybox-1.31.1-r19.trigger 21:59:54 OK: 217 MiB in 51 packages 21:59:58 Removing intermediate container 336126a5d887 21:59:58 ---> 394cd01d4249 21:59:58 Step 4/6 : WORKDIR /edgex-go 21:59:58 ---> Running in 79d3f7ccb647 21:59:58 Removing intermediate container 79d3f7ccb647 21:59:58 ---> 1f026ebb305a 21:59:58 Step 5/6 : COPY go.mod . 21:59:59 ---> 3babc825dc92 21:59:59 Step 6/6 : RUN go mod download 21:59:59 ---> Running in 9cf8376d9f63 22:00:31 Removing intermediate container 9cf8376d9f63 22:00:31 ---> 7de7827e8b50 22:00:31 Successfully built 7de7827e8b50 22:00:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:00:32 + docker inspect -f . ci-base-image-arm64 22:00:32 . [Pipeline] withDockerContainer 22:00:32 prd-ubuntu18.04-docker-arm64-4c-16g-29856 does not seem to be running inside a container 22:00:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:00:34 $ docker top baec411f1d98aae48b92aeee9143870f0f131a5e1bd78e294ac22fd10c11c264 -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:35 + go version 22:00:35 go version go1.15.5 linux/arm64 [Pipeline] } 22:00:35 $ docker stop --time=1 baec411f1d98aae48b92aeee9143870f0f131a5e1bd78e294ac22fd10c11c264 22:00:37 $ docker rm -f baec411f1d98aae48b92aeee9143870f0f131a5e1bd78e294ac22fd10c11c264 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:00:38 + docker inspect -f . ci-base-image-arm64 22:00:38 . [Pipeline] withDockerContainer 22:00:38 prd-ubuntu18.04-docker-arm64-4c-16g-29856 does not seem to be running inside a container 22:00:38 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:00:39 $ docker top e527bc98f24aa7161b9afe2fae7e0d9ffb328d334001f6e299d3cb70c3951830 -eo pid,comm [Pipeline] { [Pipeline] echo 22:00:40 ========================================================= 22:00:40 [edgeXBuildGoParallel] Running Tests and Build... 22:00:40 ========================================================= [Pipeline] sh 22:00:41 + make test 22:00:41 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:00:41 Removing intermediate container 92dca3e1bdd9 22:00:41 ---> cd0d6d6d21a5 22:00:41 Successfully built cd0d6d6d21a5 22:00:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:00:42 + docker inspect -f . ci-base-image-x86_64 22:00:42 . [Pipeline] withDockerContainer 22:00:42 prd-centos7-docker-4c-2g-29846 does not seem to be running inside a container 22:00:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:00:45 $ docker top c1eeb7732f4f3ff0cbc0bf65c144f4a006e98d5b38bc94e03b33bd0033c25d09 -eo pid,comm [Pipeline] { [Pipeline] sh 22:00:47 + go version 22:00:47 go version go1.15.5 linux/amd64 [Pipeline] } 22:00:47 $ docker stop --time=1 c1eeb7732f4f3ff0cbc0bf65c144f4a006e98d5b38bc94e03b33bd0033c25d09 22:00:49 $ docker rm -f c1eeb7732f4f3ff0cbc0bf65c144f4a006e98d5b38bc94e03b33bd0033c25d09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:00:51 + docker inspect -f . ci-base-image-x86_64 22:00:51 . [Pipeline] withDockerContainer 22:00:51 prd-centos7-docker-4c-2g-29846 does not seem to be running inside a container 22:00:51 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:00:53 $ docker top af124d7166c4489c0db4eb15a6b575cd3dc2ef0769a99f00adcaca1777409bbd -eo pid,comm [Pipeline] { [Pipeline] echo 22:00:53 ========================================================= 22:00:53 [edgeXBuildGoParallel] Running Tests and Build... 22:00:53 ========================================================= [Pipeline] sh 22:00:54 + make test 22:00:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:01:07 ? github.com/edgexfoundry/edgex-go [no test files] 22:01:21 ? github.com/edgexfoundry/edgex-go [no test files] 22:01:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:01:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:01:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:02:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:02:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:02:08 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:02:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:02:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:02:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:02:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:02:12 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:02:12 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:02:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:02:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:02:19 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:02:19 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:02:19 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:02:19 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:02:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:02:21 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:02:21 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:02:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:02:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:02:28 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.313s coverage: 45.9% of statements 22:02:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:02:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:02:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:02:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:02:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:02:28 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:02:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.165s coverage: 19.8% of statements 22:02:28 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.284s coverage: 100.0% of statements 22:02:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:02:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:02:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.491s coverage: 27.1% of statements 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.137s coverage: 100.0% of statements 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:02:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:02:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:02:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.264s coverage: 71.3% of statements 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:02:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.619s coverage: 45.9% of statements 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.139s coverage: 19.8% of statements 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.514s coverage: 82.9% of statements 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.169s coverage: 78.9% of statements 22:02:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:02:39 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.355s coverage: 100.0% of statements 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.607s coverage: 27.1% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.235s coverage: 100.0% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:02:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.312s coverage: 100.0% of statements 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:02:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:02:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.308s coverage: 71.3% of statements 22:02:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:02:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:02:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 1.201s coverage: 82.9% of statements 22:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:02:49 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.140s coverage: 78.9% of statements 22:02:49 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:02:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.194s coverage: 28.6% of statements 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:02:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:02:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.083s coverage: 100.0% of statements 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:02:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.326s coverage: 86.7% of statements 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:02:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.329s coverage: 97.5% of statements 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:02:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.171s coverage: 78.3% of statements 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:02:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.586s coverage: 28.6% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.158s coverage: 100.0% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.099s coverage: 100.0% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.386s coverage: 86.7% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.711s coverage: 97.5% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.132s coverage: 78.3% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.184s coverage: 92.8% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.264s coverage: 0.1% of statements 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:02:58 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.119s coverage: 47.1% of statements 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.112s coverage: 79.5% of statements 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.080s coverage: 94.1% of statements 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements 22:02:58 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.073s coverage: 87.5% of statements 22:03:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.566s coverage: 92.8% of statements 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:03:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.105s coverage: 58.8% of statements 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:03:06 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.128s coverage: 0.1% of statements 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:03:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:03:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.240s coverage: 47.1% of statements 22:03:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.373s coverage: 79.5% of statements 22:03:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.092s coverage: 94.1% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.310s coverage: 96.3% of statements 22:03:07 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.112s coverage: 87.5% of statements 22:03:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements 22:03:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements 22:03:15 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.216s coverage: 81.9% of statements 22:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.389s coverage: 94.4% of statements 22:03:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.066s coverage: 44.8% of statements 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.153s coverage: 92.9% of statements 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.065s coverage: 100.0% of statements 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.081s coverage: 75.5% of statements 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.148s coverage: 87.2% of statements 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.118s coverage: 84.6% of statements 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.170s coverage: 91.6% of statements 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.583s coverage: 62.4% of statements 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:03:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 22:03:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements 22:03:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.475s coverage: 81.9% of statements 22:03:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.095s coverage: 73.7% of statements 22:03:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 22:03:31 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.964s coverage: 69.0% of statements 22:03:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:03:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:03:31 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.430s coverage: 38.4% of statements 22:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.145s coverage: 89.5% of statements 22:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.093s coverage: 84.8% of statements 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.422s coverage: 92.9% of statements 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.297s coverage: 77.8% of statements 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.307s coverage: 87.2% of statements 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.153s coverage: 75.5% of statements 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.6% of statements 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.162s coverage: 91.6% of statements 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.219s coverage: 62.4% of statements 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:03:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.064s coverage: 91.3% of statements 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.042s coverage: 100.0% of statements 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 22:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 22:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.306s coverage: 69.0% of statements 22:03:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:03:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:03:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 22:03:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.253s coverage: 38.4% of statements 22:03:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:03:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:03:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.190s coverage: 89.5% of statements 22:03:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 22:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.355s coverage: 84.8% of statements 22:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.513s coverage: 47.0% of statements 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.112s coverage: 100.0% of statements 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:03:39 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.406s coverage: 87.1% of statements 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:03:39 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:03:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.391s coverage: 47.0% of statements 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:03:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:03:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.152s coverage: 100.0% of statements 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 22:03:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.251s coverage: 87.1% of statements 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 22:03:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.341s coverage: 29.1% of statements 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.239s coverage: 96.5% of statements 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.077s coverage: 87.9% of statements 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:03:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 22:03:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 32.1% of statements 22:03:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 22:03:50 GO111MODULE=on go vet ./... 22:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.373s coverage: 29.1% of statements 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.095s coverage: 100.0% of statements 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 22:03:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.203s coverage: 96.5% of statements 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 22:03:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:03:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.107s coverage: 100.0% of statements 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:03:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:03:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.095s coverage: 87.9% of statements 22:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:03:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:03:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.155s coverage: 100.0% of statements 22:03:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.156s coverage: 32.1% of statements 22:03:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.199s coverage: 100.0% of statements 22:03:55 GO111MODULE=on go vet ./... 22:05:12 gofmt -l . 22:05:13 [ "`gofmt -l .`" = "" ] 22:05:17 ./bin/test-go-mod-tidy.sh 22:05:17 ./bin/test-attribution-txt.sh [Pipeline] sh 22:05:20 + ls -al . 22:05:20 total 788 22:05:20 drwxrwxr-x 9 1001 1001 4096 Mar 15 22:05 . 22:05:20 drwxr-xr-x 4 root root 4096 Mar 15 22:00 .. 22:05:20 -rw-rw-r-- 1 1001 1001 11 Mar 15 21:59 .dockerignore 22:05:20 drwxrwxr-x 8 1001 1001 4096 Mar 15 21:59 .git 22:05:20 drwxrwxr-x 3 1001 1001 4096 Mar 15 21:59 .github 22:05:20 -rw-rw-r-- 1 1001 1001 818 Mar 15 21:59 .gitignore 22:05:20 -rw-rw-r-- 1 1001 1001 166 Mar 15 21:59 .sonarcloud.properties 22:05:20 -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:59 Attribution.txt 22:05:20 -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:59 CONTRIBUTING.md 22:05:20 -rw-rw-r-- 1 1001 1001 931 Mar 15 21:59 Dockerfile.build 22:05:20 -rw-rw-r-- 1 1001 1001 863 Mar 15 21:59 Jenkinsfile 22:05:20 -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:59 LICENSE 22:05:20 -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:59 Makefile 22:05:20 -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:59 README.md 22:05:20 -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:59 SECURITY.md 22:05:20 -rw-rw-r-- 1 1001 1001 5 Mar 15 21:58 VERSION 22:05:20 -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:59 ZMQWindows.md 22:05:20 drwxrwxr-x 2 1001 1001 4096 Mar 15 21:59 bin 22:05:20 drwxrwxr-x 14 1001 1001 4096 Mar 15 21:59 cmd 22:05:20 -rw-r--r-- 1 root root 650607 Mar 15 22:03 coverage.out 22:05:20 -rw-r--r-- 1 root root 1055 Mar 15 22:05 go.mod 22:05:20 -rw-r--r-- 1 root root 21981 Mar 15 22:05 go.sum 22:05:20 drwxrwxr-x 8 1001 1001 4096 Mar 15 21:59 internal 22:05:20 drwxrwxr-x 4 1001 1001 4096 Mar 15 21:59 openapi 22:05:20 drwxrwxr-x 4 1001 1001 4096 Mar 15 21:59 snap 22:05:20 -rw-rw-r-- 1 1001 1001 168 Mar 15 21:59 version.go [Pipeline] sh 22:05:20 + '[' -e coverage.out ] 22:05:20 + chown 1001:1001 coverage.out [Pipeline] stash 22:05:22 Stashed 1 file(s) [Pipeline] sh 22:05:22 + make build 22:05:22 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 22:05:33 gofmt -l . 22:05:33 [ "`gofmt -l .`" = "" ] 22:05:33 ./bin/test-go-mod-tidy.sh 22:05:33 ./bin/test-attribution-txt.sh [Pipeline] sh 22:05:35 + ls -al . 22:05:35 total 760 22:05:35 drwxrwxr-x 10 1001 1001 4096 Mar 15 22:05 . 22:05:35 drwxr-xr-x 4 root root 28 Mar 15 22:00 .. 22:05:35 -rw-rw-r-- 1 1001 1001 11 Mar 15 21:57 .dockerignore 22:05:35 drwxrwxr-x 8 1001 1001 179 Mar 15 21:57 .git 22:05:35 drwxrwxr-x 3 1001 1001 125 Mar 15 21:57 .github 22:05:35 -rw-rw-r-- 1 1001 1001 818 Mar 15 21:57 .gitignore 22:05:35 drwx------ 3 1001 1001 60 Mar 15 21:58 .semver 22:05:35 -rw-rw-r-- 1 1001 1001 166 Mar 15 21:57 .sonarcloud.properties 22:05:35 -rw-rw-r-- 1 1001 1001 8607 Mar 15 21:57 Attribution.txt 22:05:35 -rw-rw-r-- 1 1001 1001 3804 Mar 15 21:57 CONTRIBUTING.md 22:05:35 -rw-rw-r-- 1 1001 1001 931 Mar 15 21:57 Dockerfile.build 22:05:35 -rw-rw-r-- 1 1001 1001 863 Mar 15 21:57 Jenkinsfile 22:05:35 -rw-rw-r-- 1 1001 1001 10775 Mar 15 21:57 LICENSE 22:05:35 -rw-rw-r-- 1 1001 1001 5774 Mar 15 21:57 Makefile 22:05:35 -rw-rw-r-- 1 1001 1001 6548 Mar 15 21:57 README.md 22:05:35 -rw-rw-r-- 1 1001 1001 6755 Mar 15 21:57 SECURITY.md 22:05:35 -rw-rw-r-- 1 1001 1001 5 Mar 15 21:58 VERSION 22:05:35 -rw-rw-r-- 1 1001 1001 4131 Mar 15 21:57 ZMQWindows.md 22:05:35 drwxrwxr-x 2 1001 1001 117 Mar 15 21:57 bin 22:05:35 drwxrwxr-x 14 1001 1001 4096 Mar 15 21:57 cmd 22:05:35 -rw-r--r-- 1 root root 650607 Mar 15 22:03 coverage.out 22:05:35 -rw-r--r-- 1 root root 1055 Mar 15 22:05 go.mod 22:05:35 -rw-r--r-- 1 root root 21981 Mar 15 22:05 go.sum 22:05:35 drwxrwxr-x 8 1001 1001 127 Mar 15 21:57 internal 22:05:35 drwxrwxr-x 4 1001 1001 26 Mar 15 21:57 openapi 22:05:35 drwxrwxr-x 4 1001 1001 71 Mar 15 21:57 snap 22:05:35 -rw-rw-r-- 1 1001 1001 168 Mar 15 21:57 version.go [Pipeline] sh 22:05:35 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 22:05:35 + '[' -e coverage.out ] 22:05:35 + chown 1001:1001 coverage.out [Pipeline] stash 22:05:35 Warning: overwriting stash ‘coverage-report’ 22:05:35 Stashed 1 file(s) [Pipeline] sh 22:05:36 + make build 22:05:36 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:05:41 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 22:06:02 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 22:06:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:06: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 22:06:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:06: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 22:06:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:06:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:06:26 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 22:06:28 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 22:06:29 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 22:06:34 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 22:06:37 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 22:06:40 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 22:06:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:06:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:06:49 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 22:06:51 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 22:06:53 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 22:06:57 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] } 22:06:59 $ docker stop --time=1 e527bc98f24aa7161b9afe2fae7e0d9ffb328d334001f6e299d3cb70c3951830 22:07:02 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 22:07:02 $ docker rm -f e527bc98f24aa7161b9afe2fae7e0d9ffb328d334001f6e299d3cb70c3951830 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] } 22:07:08 $ docker stop --time=1 af124d7166c4489c0db4eb15a6b575cd3dc2ef0769a99f00adcaca1777409bbd 22:07:10 $ docker rm -f af124d7166c4489c0db4eb15a6b575cd3dc2ef0769a99f00adcaca1777409bbd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:07:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:07:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:07:12 22:07:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:07:12 22:07:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:07:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:07:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:07:12 latest: Pulling from edgex-devops/edgex-compose-arm64 22:07:12 29e5d40040c1: Pulling fs layer 22:07:12 1ce36da41761: Pulling fs layer 22:07:12 25b303627fd3: Pulling fs layer 22:07:13 latest: Pulling from edgex-devops/edgex-compose 22:07:13 cbdbe7a5bc2a: Pulling fs layer 22:07:13 ca9280d653b3: Pulling fs layer 22:07:13 7e9c9ca2126c: Pulling fs layer 22:07:13 29e5d40040c1: Verifying Checksum 22:07:13 29e5d40040c1: Download complete 22:07:13 cbdbe7a5bc2a: Verifying Checksum 22:07:13 cbdbe7a5bc2a: Download complete 22:07:13 29e5d40040c1: Pull complete 22:07:14 1ce36da41761: Download complete 22:07:14 cbdbe7a5bc2a: Pull complete 22:07:15 ca9280d653b3: Verifying Checksum 22:07:15 ca9280d653b3: Download complete 22:07:15 1ce36da41761: Pull complete 22:07:16 25b303627fd3: Verifying Checksum 22:07:16 25b303627fd3: Download complete 22:07:18 ca9280d653b3: Pull complete 22:07:18 7e9c9ca2126c: Download complete 22:07:26 25b303627fd3: Pull complete 22:07:26 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:07:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:07:26 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:07:26 prd-ubuntu18.04-docker-arm64-4c-16g-29856 does not seem to be running inside a container 22:07:26 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:07:30 $ docker top 6b159aa735a596b128077f67e1960d8dfca044f75ef61d74c2b2e566950c8bfa -eo pid,comm [Pipeline] { [Pipeline] sh 22:07:31 + docker-compose build --help 22:07:31 + grep parallel 22:07:33 7e9c9ca2126c: Pull complete 22:07:33 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:07:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:07:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:07:33 prd-centos7-docker-4c-2g-29846 does not seem to be running inside a container 22:07:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:07:36 $ docker top bdcd5c028680e458d437e2552adb49b03bb4b6a31b518cbbdddb485ab65b0c23 -eo pid,comm [Pipeline] { [Pipeline] sh 22:07:36 --parallel Build images in parallel. [Pipeline] } 22:07:36 $ docker stop --time=1 6b159aa735a596b128077f67e1960d8dfca044f75ef61d74c2b2e566950c8bfa 22:07:36 + docker-compose build --help 22:07:36 + grep parallel 22:07:38 $ docker rm -f 6b159aa735a596b128077f67e1960d8dfca044f75ef61d74c2b2e566950c8bfa 22:07:38 --parallel Build images in parallel. [Pipeline] // withDockerContainer [Pipeline] } 22:07:39 $ docker stop --time=1 bdcd5c028680e458d437e2552adb49b03bb4b6a31b518cbbdddb485ab65b0c23 22:07:40 $ docker rm -f bdcd5c028680e458d437e2552adb49b03bb4b6a31b518cbbdddb485ab65b0c23 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 22:07:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:07:41 . [Pipeline] withDockerContainer 22:07:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:07:41 . 22:07:41 prd-ubuntu18.04-docker-arm64-4c-16g-29856 does not seem to be running inside a container 22:07:42 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:07:43 $ docker top c7cbd440c9c52465d27edcaf4d5ff8d45c362d4ae66c8c472157172f8f4362b9 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 22:07:44 prd-centos7-docker-4c-2g-29846 does not seem to be running inside a container 22:07: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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:07:45 $ docker top ec2fef110bb41d48928b970945de4cd59bec3abe8ea0bc8ad182d3a286977336 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 22:07:46 + docker-compose -f ./docker-compose-build.yml build --parallel 22:07:46 + docker-compose -f ./docker-compose-build.yml build --parallel 22:07:49 Building docker-core-command-go ... 22:07:49 Building docker-core-data-go ... 22:07:49 Building docker-core-metadata-go ... 22:07:49 Building docker-security-bootstrapper-go ... 22:07:49 Building docker-security-proxy-setup-go ... 22:07:49 Building docker-security-secretstore-setup-go ... 22:07:49 Building docker-support-notifications-go ... 22:07:49 Building docker-support-scheduler-go ... 22:07:49 Building docker-sys-mgmt-agent-go ... 22:07:49 Building docker-support-notifications-go 22:07:49 Building docker-core-command-go 22:07:49 Building docker-security-proxy-setup-go 22:07:49 Building docker-core-metadata-go 22:07:49 Building docker-security-bootstrapper-go 22:07:52 Building docker-core-command-go ... 22:07:52 Building docker-core-data-go ... 22:07:52 Building docker-core-metadata-go ... 22:07:52 Building docker-security-bootstrapper-go ... 22:07:52 Building docker-security-proxy-setup-go ... 22:07:52 Building docker-security-secretstore-setup-go ... 22:07:52 Building docker-support-notifications-go ... 22:07:52 Building docker-support-scheduler-go ... 22:07:52 Building docker-sys-mgmt-agent-go ... 22:07:52 Building docker-support-scheduler-go 22:07:52 Building docker-core-metadata-go 22:07:52 Building docker-support-notifications-go 22:07:52 Building docker-security-proxy-setup-go 22:07:52 Building docker-security-bootstrapper-go 22:09:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:09:13 ---> 7de7827e8b50 22:09:13 Step 3/22 : WORKDIR /edgex-go 22:09:13 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:13 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:09:13 ---> 7de7827e8b50 22:09:13 Step 3/21 : WORKDIR /edgex-go 22:09:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:13 22:09:13 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/23 : FROM ${BUILDER_BASE} AS builder 22:09:13 22:09:13 ---> 7de7827e8b50 22:09:13 Step 3/22 : WORKDIR /edgex-go ---> 7de7827e8b50 22:09:13 22:09:13 Step 3/23 : WORKDIR /edgex-go 22:09:13 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:13 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:09:13 ---> 7de7827e8b50 22:09:13 Step 3/31 : WORKDIR /edgex-go 22:09:13 ---> Running in a20da2448c0d 22:09:13 ---> Running in b09f39312799 22:09:13 ---> Running in bdce4aab2465 22:09:13 ---> Running in e184690b0eae 22:09:13 ---> Running in 5163b492613d 22:09:13 Removing intermediate container b09f39312799 22:09:13 ---> 564cd4063bdb 22:09:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:13 ---> Running in 33a8f8bf6782 22:09:13 Removing intermediate container a20da2448c0d 22:09:13 Removing intermediate container 5163b492613d 22:09:13 ---> 657fbe1a3995 22:09:13 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:13 ---> 9344b41bf54c 22:09:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:13 Removing intermediate container e184690b0eae 22:09:13 ---> bb93a291fe38 22:09:13 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:13 Removing intermediate container bdce4aab2465 22:09:13 ---> 4f28f85f4b34 22:09:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:13 ---> Running in 573ebfd294d2 22:09:13 ---> Running in 63bca6352cd2 22:09:13 ---> Running in 8193a598b434 22:09:13 ---> Running in 0fa96d6b389a 22:09:13 Removing intermediate container 33a8f8bf6782 22:09:13 ---> b9683a40a739 22:09:13 Step 5/23 : RUN apk add --update --no-cache make git 22:09:13 ---> Running in ad7d6cab04f1 22:09:13 Removing intermediate container 63bca6352cd2 22:09:13 ---> 83db6f912275 22:09:13 Step 5/21 : RUN apk add --update --no-cache make git 22:09:13 ---> Running in 0f4814fdfbfa 22:09:14 Removing intermediate container 0fa96d6b389a 22:09:14 ---> 8cfa4c208d5f 22:09:14 Step 5/31 : RUN apk add --update --no-cache make git 22:09:14 Removing intermediate container 573ebfd294d2 22:09:14 ---> eceda8b04b1a 22:09:14 Step 5/22 : RUN apk add --update --no-cache make git 22:09:14 ---> Running in 291dca9e1f4a 22:09:14 ---> Running in 9a9839c8b313 22:09:14 Removing intermediate container 8193a598b434 22:09:14 ---> e3fee8cbaf04 22:09:14 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:09:14 ---> Running in 17e8f1de1a22 22:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:09:17 OK: 217 MiB in 51 packages 22:09:17 OK: 217 MiB in 51 packages 22:09:18 OK: 217 MiB in 51 packages 22:09:18 OK: 217 MiB in 51 packages 22:09:18 OK: 217 MiB in 51 packages 22:09:18 Removing intermediate container ad7d6cab04f1 22:09:18 ---> 5dbfcdce5f56 22:09:18 Step 6/23 : COPY go.mod . 22:09:19 Removing intermediate container 0f4814fdfbfa 22:09:19 ---> d87b0ff5c7b9 22:09:19 Step 6/21 : COPY go.mod . 22:09:19 Removing intermediate container 291dca9e1f4a 22:09:19 ---> a38819cf6591 22:09:19 Step 6/31 : COPY go.mod . 22:09:20 ---> 1510e1765493 22:09:20 Step 7/23 : RUN go mod download 22:09:20 Removing intermediate container 9a9839c8b313 22:09:20 ---> 9957bf89e1fc 22:09:20 Step 6/22 : COPY go.mod . 22:09:20 Removing intermediate container 17e8f1de1a22 22:09:20 ---> 75bbe85dd979 22:09:20 Step 6/22 : COPY go.mod . 22:09:20 ---> b287484ef0b7 22:09:20 Step 7/21 : RUN go mod download 22:09:20 ---> Running in 9bb0699980a8 22:09:20 ---> 5c71e938dbee 22:09:20 Step 7/31 : RUN go mod download 22:09:20 ---> Running in f8af8fc8b9e4 22:09:21 ---> Running in 65e04176d498 22:09:21 ---> 000fa1d863db 22:09:21 Step 7/22 : RUN go mod download 22:09:21 ---> e73020289186 22:09:21 Step 7/22 : RUN go mod download 22:09:21 ---> Running in d0fa59b394e1 22:09:22 ---> Running in 7a667160da12 22:09:25 Removing intermediate container 9bb0699980a8 22:09:25 ---> 64dad41042ff 22:09:25 Step 8/23 : COPY . . 22:09:25 Removing intermediate container f8af8fc8b9e4 22:09:25 ---> 4983d2721cfe 22:09:25 Step 8/21 : COPY . . 22:09:26 Removing intermediate container 65e04176d498 22:09:26 ---> e7b56c8d555d 22:09:26 Step 8/31 : COPY . . 22:09:26 Removing intermediate container d0fa59b394e1 22:09:26 ---> 2b696a811c6b 22:09:26 Step 8/22 : COPY . . 22:09:26 Removing intermediate container 7a667160da12 22:09:26 ---> 29a04a0a49c0 22:09:26 Step 8/22 : COPY . . 22:09:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:09:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:09:27 ---> cd0d6d6d21a5 22:09:27 Step 3/22 : WORKDIR /edgex-go 22:09:27 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:27 Step 2/31 : FROM ${BUILDER_BASE} AS builder 22:09:27 ---> cd0d6d6d21a5 22:09:27 Step 3/21 : WORKDIR /edgex-go 22:09:27 ---> cd0d6d6d21a5 22:09:27 Step 3/31 : WORKDIR /edgex-go 22:09:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:09:27 ---> cd0d6d6d21a5 22:09:27 Step 3/23 : WORKDIR /edgex-go 22:09:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:09:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:09:27 ---> cd0d6d6d21a5 22:09:27 Step 3/23 : WORKDIR /edgex-go 22:09:27 ---> Running in 9f4112735068 22:09:27 ---> Running in 7e4abaa0b53d 22:09:27 ---> Running in 6a5167519a41 22:09:27 ---> Running in 31427b3889d6 22:09:27 ---> Running in cbff7b4a4a58 22:09:28 Removing intermediate container 7e4abaa0b53d 22:09:28 ---> 9eb843858470 22:09:28 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:28 Removing intermediate container 31427b3889d6 22:09:28 ---> f9fe148e4afc 22:09:28 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:28 Removing intermediate container 6a5167519a41 22:09:28 ---> 1c8e326eef37 22:09:28 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:28 Removing intermediate container cbff7b4a4a58 22:09:28 ---> 571328b4fc78 22:09:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:28 Removing intermediate container 9f4112735068 22:09:28 ---> 7613e68aba23 22:09:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:09:28 ---> Running in 3b609b365669 22:09:28 ---> Running in 72b528d10e71 22:09:28 ---> Running in 9cda9aa89051 22:09:28 ---> Running in fba56e797798 22:09:29 ---> Running in 30496420c82f 22:09:34 Removing intermediate container 3b609b365669 22:09:34 ---> 0ac61f2daa61 22:09:34 Step 5/23 : RUN apk add --update --no-cache make git 22:09:35 Removing intermediate container 72b528d10e71 22:09:35 ---> b0c46f718471 22:09:35 Step 5/21 : RUN apk add --update --no-cache make git 22:09:35 ---> Running in 9054f4931c59 22:09:35 Removing intermediate container fba56e797798 22:09:35 ---> 455abdfbb27c 22:09:35 Step 5/31 : RUN apk add --update --no-cache make git 22:09:35 ---> Running in 811bc772c3d8 22:09:35 ---> Running in 693957565a6d 22:09:36 Removing intermediate container 9cda9aa89051 22:09:36 ---> 2efdf2a5d45d 22:09:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:09:36 Removing intermediate container 30496420c82f 22:09:36 ---> 307c5eff9cdd 22:09:36 Step 5/23 : RUN apk add --update --no-cache make git 22:09:36 ---> Running in 4bed33b23275 22:09:36 ---> Running in dae14e3bd181 22:09:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:09:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:40 OK: 233 MiB in 51 packages 22:09:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:40 OK: 233 MiB in 51 packages 22:09:40 OK: 233 MiB in 51 packages 22:09:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:09:41 OK: 233 MiB in 51 packages 22:09:41 Removing intermediate container 9054f4931c59 22:09:41 ---> f63e880b44f4 22:09:41 Step 6/23 : COPY go.mod . 22:09:42 OK: 233 MiB in 51 packages 22:09:43 Removing intermediate container 811bc772c3d8 22:09:43 ---> a0d348b1e24e 22:09:43 Step 6/21 : COPY go.mod . 22:09:43 Removing intermediate container 693957565a6d 22:09:43 ---> f939290f2472 22:09:43 Step 6/31 : COPY go.mod . 22:09:43 ---> 214ff714066b 22:09:43 Step 7/23 : RUN go mod download 22:09:43 ---> Running in 6ee82711d0e2 22:09:43 Removing intermediate container 4bed33b23275 22:09:43 ---> ff16ac70e368 22:09:43 Step 6/22 : COPY go.mod . 22:09:44 ---> ed55daf75c46 22:09:44 Step 7/21 : RUN go mod download 22:09:44 ---> 3a0abcaab9da 22:09:44 Step 7/31 : RUN go mod download 22:09:44 ---> Running in 814dc059e2b5 22:09:44 Removing intermediate container dae14e3bd181 22:09:44 ---> 9a2864a64d05 22:09:44 Step 6/23 : COPY go.mod . 22:09:45 ---> Running in 5f30995adab8 22:09:45 ---> 46cf99e8bd36 22:09:45 Step 7/22 : RUN go mod download 22:09:45 ---> aa9d74ad9617 22:09:45 Step 7/23 : RUN go mod download 22:09:45 ---> Running in b18d6cc88427 22:09:46 ---> Running in e33a814b0925 22:09:50 Removing intermediate container 814dc059e2b5 22:09:50 ---> 3aca9b8bd512 22:09:50 Step 8/21 : COPY . . 22:09:50 Removing intermediate container 6ee82711d0e2 22:09:50 ---> fe699425fa17 22:09:50 Step 8/23 : COPY . . 22:09:50 Removing intermediate container 5f30995adab8 22:09:50 ---> 65597937cbd0 22:09:50 Step 8/31 : COPY . . 22:09:50 Removing intermediate container b18d6cc88427 22:09:50 ---> 4cd58341f198 22:09:50 Step 8/22 : COPY . . 22:09:50 Removing intermediate container e33a814b0925 22:09:50 ---> b91cc1267661 22:09:50 Step 8/23 : COPY . . 22:09:53 ---> d2701bd48de6 22:09:53 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:09:53 ---> 2adfd0cb11df 22:09:53 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:09:53 ---> af301f305d70 22:09:53 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:09:53 ---> 5d4f64106f3e 22:09:53 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:09:53 ---> d571073ca5ce 22:09:53 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:09:53 ---> Running in a26ee78d1197 22:09:53 ---> Running in 8a71fb2f8984 22:09:53 ---> Running in a256de11c2f9 22:09:53 ---> Running in 995bbf755514 22:09:53 ---> Running in 74bd2ae1e4cb 22:09:54 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 22:09: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 22:09:54 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 22:09:54 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 22:09:54 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 22:11:31 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 22:11:44 Removing intermediate container 8a71fb2f8984 22:11:44 ---> 095f8dc7e092 22:11:44 22:11:44 Step 10/21 : FROM alpine:3.12 22:11:44 3.12: Pulling from library/alpine 22:11:46 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:11:46 Status: Downloaded newer image for alpine:3.12 22:11:46 ---> d10569e2745f 22:11:46 Step 11/21 : RUN apk add --update --no-cache curl 22:11:47 ---> Running in 1cb5b48bd86c 22:11:47 Removing intermediate container a26ee78d1197 22:11:47 ---> a21a6df86585 22:11:47 22:11:47 Step 10/31 : FROM alpine:3.12 22:11:47 ---> d10569e2745f 22:11:47 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:11:47 ---> Running in 2e890051ea59 22:11:48 Removing intermediate container 2e890051ea59 22:11:48 ---> f77487318d53 22:11:48 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:11:48 ---> Running in 42e9e7091921 22:11:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:11:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:11:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:11:50 (1/4) Installing ca-certificates (20191127-r4) 22:11:50 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:11:50 (3/4) Installing libcurl (7.69.1-r3) 22:11:50 (4/4) Installing curl (7.69.1-r3) 22:11:50 Executing busybox-1.31.1-r19.trigger 22:11:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:11:50 Executing ca-certificates-20191127-r4.trigger 22:11:50 OK: 7 MiB in 18 packages 22:11:51 (1/2) Installing dumb-init (1.2.2-r1) 22:11:51 (2/2) Installing su-exec (0.2-r1) 22:11:51 Executing busybox-1.31.1-r19.trigger 22:11:51 OK: 5 MiB in 16 packages 22:11:53 Removing intermediate container 42e9e7091921 22:11:53 ---> 11b069bcc740 22:11:53 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:11:53 ---> Running in e6958db2a3d7 22:11:53 Removing intermediate container 1cb5b48bd86c 22:11:53 ---> f5061767be8c 22:11:53 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:11:54 ---> Running in 6545d4ba4783 22:11:54 Removing intermediate container e6958db2a3d7 22:11:54 ---> 8f73144633a3 22:11:54 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:11:55 ---> Running in c347da104f65 22:11:55 Removing intermediate container 6545d4ba4783 22:11:55 ---> 511508fc13d6 22:11:55 Step 13/21 : WORKDIR /edgex 22:11:55 ---> Running in 5a7de260b5f9 22:11:55 Removing intermediate container c347da104f65 22:11:55 ---> 0dc393f40978 22:11:55 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:11:55 ---> Running in 1eac5bb035fc 22:11:57 Removing intermediate container 5a7de260b5f9 22:11:57 ---> b9c99d6aba8f 22:11:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:11:59 ---> b1f3b65acd67 22:11:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:11:59 ---> d785c7482ffc 22:11:59 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:11:59 ---> 83e74608da1f 22:11:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:11:59 ---> ff75410362c3 22:11:59 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:11:59 ---> 5466146b65c3 22:11:59 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 22:11:59 ---> 70d9babd0e12 22:11:59 Step 9/23 : RUN make cmd/core-command/core-command 22:11:59 ---> Running in 2f419f1a9251 22:11:59 ---> Running in 3f90eed68549 22:11:59 ---> Running in 7c586b0b66da 22:11:59 ---> Running in 16e7cb46f8b8 22:11:59 ---> Running in 268e18eee41f 22:12:01 Removing intermediate container 74bd2ae1e4cb 22:12:01 ---> 25bdc8c313a6 22:12:01 22:12:01 Step 10/22 : FROM alpine:3.12 22:12:01 ---> d10569e2745f 22:12:01 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:12:01 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 22:12:01 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 22:12:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:12:01 Removing intermediate container 1eac5bb035fc 22:12:01 ---> 503e0eda12bf 22:12:01 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:12:01 ---> a037c8832ca8 22:12:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:12:01 ---> Running in a5a2a565e575 22:12:01 ---> Running in 353b767daca5 22:12: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 22:12:02 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 22:12:03 Removing intermediate container a5a2a565e575 22:12:03 ---> cf06da5b9a5b 22:12:03 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:12:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:03 ---> e99fce1cab71 22:12:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:12:03 ---> Running in ee4932d5d098 22:12:04 ---> cc0509b7bf84 22:12:04 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:12:04 Removing intermediate container 995bbf755514 22:12:04 ---> 130f20e8732b 22:12:04 22:12:04 Step 10/22 : FROM alpine:3.12 22:12:04 ---> d10569e2745f 22:12:04 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:12:04 (1/1) Installing dumb-init (1.2.2-r1) 22:12:04 Executing busybox-1.31.1-r19.trigger 22:12:04 OK: 5 MiB in 15 packages 22:12:04 ---> Running in 301a6504fd58 22:12:04 ---> Running in 3b25283ced13 22:12:04 Removing intermediate container ee4932d5d098 22:12:04 ---> f3f56a25f5dd 22:12:04 Step 18/21 : CMD ["--init=true"] 22:12:05 ---> Running in 38f5f76e49d8 22:12:05 Removing intermediate container 38f5f76e49d8 22:12:05 ---> cdc96e2ad8f7 22:12:05 Step 19/21 : LABEL arch=arm64 22:12:06 ---> Running in 6ab2acb6cb69 22:12:06 Removing intermediate container 353b767daca5 22:12:06 ---> fa42ee5e7ffc 22:12:06 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:12:06 ---> Running in 0270fac6c98e 22:12:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:07 Removing intermediate container 6ab2acb6cb69 22:12:07 ---> 004241afad9a 22:12:07 Step 20/21 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:12:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:07 ---> Running in db23b9d9d594 22:12:07 Removing intermediate container 0270fac6c98e 22:12:07 ---> 028c3906c5ef 22:12:07 Step 13/22 : ENV APP_PORT=48085 22:12:07 (1/2) Installing ca-certificates (20191127-r4) 22:12:07 (2/2) Installing dumb-init (1.2.2-r1) 22:12:07 Executing busybox-1.31.1-r19.trigger 22:12:07 ---> Running in f8ba4283811d 22:12:07 Executing ca-certificates-20191127-r4.trigger 22:12:07 OK: 6 MiB in 16 packages 22:12:08 Removing intermediate container db23b9d9d594 22:12:08 ---> d0421e9726c3 22:12:08 Step 21/21 : LABEL version=0.0.0 22:12:08 ---> Running in 3fdae11b39f0 22:12:08 Removing intermediate container f8ba4283811d 22:12:08 ---> 91c3f1a943b1 22:12:08 Step 14/22 : EXPOSE $APP_PORT 22:12:09 Removing intermediate container 3b25283ced13 22:12:09 ---> 8cd94239152f 22:12:09 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:12:09 ---> Running in ce173b2ffd04 22:12:09 Removing intermediate container 3fdae11b39f0 22:12:09 ---> bbb439a79315 22:12:09 22:12:09 Successfully built bbb439a79315 22:12:09 Removing intermediate container a256de11c2f9 22:12:09 ---> 78ae0d541d10 22:12:09 22:12:09 Step 10/23 : FROM alpine:3.12 22:12:09 ---> d10569e2745f 22:12:09 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:12:09 Removing intermediate container ce173b2ffd04 22:12:09 ---> 1205fe851911 22:12:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:12:09 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:12:09 ---> Using cache 22:12:09 ---> fa42ee5e7ffc 22:12:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:12:09 ---> Using cache 22:12:09  Building docker-security-proxy-setup-go ... done  ---> 028c3906c5ef 22:12:09 Step 13/23 : ENV APP_PORT=48081 22:12:09 Building docker-sys-mgmt-agent-go 22:12:10 ---> f4d36873cae9 22:12:10 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:12:10 ---> Running in a6d404f601a1 22:12:10 Removing intermediate container 301a6504fd58 22:12:10 ---> 442285f48e57 22:12:10 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:12:10 ---> Running in 91e7ce7c7439 22:12:11 Removing intermediate container a6d404f601a1 22:12:11 ---> 8de24b795c73 22:12:11 Step 14/23 : EXPOSE $APP_PORT 22:12:11 ---> Running in 7e1eede39e18 22:12:11 Removing intermediate container 91e7ce7c7439 22:12:11 ---> a4b9d7819005 22:12:11 Step 13/22 : ENV APP_PORT=48060 22:12:11 ---> 59e2af8c2728 22:12:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:12:11 ---> Running in a37fbcbe26bf 22:12:12 Removing intermediate container 7e1eede39e18 22:12:12 ---> c77c3d727e5b 22:12:12 Step 15/23 : WORKDIR / 22:12:12 ---> 41bc89c22dc2 22:12:12 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:12:13 Removing intermediate container a37fbcbe26bf 22:12:13 ---> 853fa01bce74 22:12:13 Step 14/22 : EXPOSE $APP_PORT 22:12:13 ---> Running in 648a7d1b5319 22:12:13 ---> 56c761284a75 22:12:13 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:12:13 ---> Running in 2d1b2191ada7 22:12:14 ---> 97ddffd96af0 22:12:14 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:12:14 Removing intermediate container 2d1b2191ada7 22:12:14 ---> 60ffee5758b5 22:12:14 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt /Removing intermediate container 648a7d1b5319 22:12:14 22:12:14 ---> b05ed628bcb8 22:12:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:12:14 ---> d4bf8bad3b28 22:12:14 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:12:14 ---> Running in 392bde2d4d38 22:12:15 ---> ab977b4fe4ca 22:12:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:12:16 ---> 9c2a00364d05 22:12:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:12:16 Removing intermediate container 392bde2d4d38 22:12:16 ---> 10b710cfec33 22:12:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:12:16 ---> 64a4800fdaa2 22:12:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:12:16 ---> Running in e8b724f891f1 22:12:16 ---> 4800411229b5 22:12:16 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:12:17 ---> Running in 75431aa1e6b0 22:12:17 Removing intermediate container e8b724f891f1 22:12:17 ---> c69929811104 22:12:17 Step 20/22 : LABEL arch=arm64 22:12:18 ---> Running in 6a3e4131572f 22:12:18 ---> 413b4b4fe45d 22:12:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:12:18 ---> 5b3bef8eff70 22:12:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:12:18 Removing intermediate container 75431aa1e6b0 22:12:18 ---> 59907be4239a 22:12:18 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:12:18 Removing intermediate container 6a3e4131572f 22:12:18 ---> abf6ffd1e1f4 22:12:18 Step 21/22 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:12:18 ---> Running in 390c9f9957d2 22:12:19 ---> ccdeea19eb19 22:12:19 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:12:19 ---> Running in 01a2907495f6 22:12:19 ---> 2aa8a0bb4744 22:12:19 Step 26/31 : RUN chmod +x /entrypoint.sh 22:12:19 ---> c7399c030466 22:12:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:12:19 Removing intermediate container 390c9f9957d2 22:12:19 ---> e958f044f339 22:12:19 Step 22/22 : LABEL version=0.0.0 22:12:20 ---> Running in 4bc98e37fec5 22:12:20 ---> Running in 116fdffeec55 22:12:20 ---> Running in 0892a449446f 22:12:20 Removing intermediate container 01a2907495f6 22:12:20 ---> 94c9c46d3319 22:12:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:12:20 ---> Running in c26237a88db2 22:12:20 Removing intermediate container 116fdffeec55 22:12:20 ---> 38e2741af593 22:12:20 22:12:20 Removing intermediate container 4bc98e37fec5 22:12:20 ---> 012bbd9807a3 22:12:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:12:21 ---> Running in 911903bc44e7 22:12:21 Removing intermediate container c26237a88db2 22:12:21 ---> 3eb8b5a4c20a 22:12:21 Step 21/23 : LABEL arch=arm64 22:12:21 Successfully built 38e2741af593 22:12:22 Successfully tagged docker-support-scheduler-go-arm64:latest 22:12:22  Building docker-support-scheduler-go ... done Building docker-core-command-go 22:12:22 ---> Running in c3aac5151232 22:12:22 Removing intermediate container 911903bc44e7 22:12:22 ---> 80baef4fce5b 22:12:22 Step 20/22 : LABEL arch=arm64 22:12:22 ---> Running in c336e148a7cb 22:12:22 Removing intermediate container c3aac5151232 22:12:22 ---> 404b2de75e50 22:12:22 Step 22/23 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:12:22 ---> Running in 18011bbc2f77 22:12:23 Removing intermediate container c336e148a7cb 22:12:23 ---> 673671212793 22:12:23 Step 21/22 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:12:23 ---> Running in 7e5da40cdfc9 22:12:23 Removing intermediate container 0892a449446f 22:12:23 ---> 37260868ca6f 22:12:23 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:12:23 Removing intermediate container 18011bbc2f77 22:12:23 ---> 9ce8a9770ea6 22:12:23 Step 23/23 : LABEL version=0.0.0 22:12:23 ---> Running in 72b16d374850 22:12:24 ---> Running in 4caf1ee1d20b 22:12:24 Removing intermediate container 7e5da40cdfc9 22:12:24 ---> 2eaecd385d5f 22:12:24 Step 22/22 : LABEL version=0.0.0 22:12:25 Removing intermediate container 72b16d374850 22:12:25 ---> 2a9f427bc253 22:12:25 Step 28/31 : CMD ["gate"] 22:12:25 ---> Running in 9c8fd0c16f02 22:12:25 Removing intermediate container 4caf1ee1d20b 22:12:25 ---> d1180656e4d2 22:12:25 22:12:26 ---> Running in 59b2db08bbb9 22:12:26 Successfully built d1180656e4d2 22:12:26 Successfully tagged docker-core-metadata-go-arm64:latest 22:12:26  Building docker-core-metadata-go ... done Building docker-core-data-go 22:12:26 Removing intermediate container 9c8fd0c16f02 22:12:26 ---> c8f121d65e4a 22:12:26 22:12:26 Successfully built c8f121d65e4a 22:12:26 Successfully tagged docker-support-notifications-go-arm64:latest 22:12:26  Building docker-support-notifications-go ... done Removing intermediate container 59b2db08bbb9 22:12:26 Building docker-security-secretstore-setup-go 22:12:26 ---> b61540ae7d67 22:12:26 Step 29/31 : LABEL arch=arm64 22:12:27 ---> Running in 73f0be7b88e1 22:12:27 Removing intermediate container 73f0be7b88e1 22:12:27 ---> 68615f89c663 22:12:27 Step 30/31 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:12:28 ---> Running in 597d1fd167a8 22:12:28 Removing intermediate container 597d1fd167a8 22:12:28 ---> 94ebfd5caebf 22:12:28 Step 31/31 : LABEL version=0.0.0 22:12:28 ---> Running in 2288ee7b4259 22:12:29 Removing intermediate container 2288ee7b4259 22:12:29 ---> 1c3ac9922dc0 22:12:29 22:12:30 Successfully built 1c3ac9922dc0 22:12:30 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:12:52  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:12:52 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:12:52 ---> 7de7827e8b50 22:12:52 Step 3/26 : WORKDIR /edgex-go 22:12:52 ---> Using cache 22:12:52 ---> 4f28f85f4b34 22:12:52 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:12:52 ---> Using cache 22:12:52 ---> e3fee8cbaf04 22:12:52 Step 5/26 : RUN apk add --update --no-cache make bash git 22:12:55 ---> Running in 358446b0b866 22:12:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:12:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:12:59 OK: 217 MiB in 51 packages 22:13:01 Removing intermediate container 358446b0b866 22:13:01 ---> 6abf222df3b3 22:13:01 Step 6/26 : COPY go.mod . 22:13:02 ---> 73fb9c83bbe7 22:13:02 Step 7/26 : RUN go mod download 22:13:03 ---> Running in 129cc304270a 22:13:06 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:13:06 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:13:06 ---> 7de7827e8b50 22:13:06 Step 3/23 : WORKDIR /edgex-go 22:13:06 ---> Using cache 22:13:06 ---> 4f28f85f4b34 22:13:06 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:06 ---> Using cache 22:13:06 ---> e3fee8cbaf04 22:13:06 Step 5/23 : RUN apk add --update --no-cache make git 22:13:07 ---> Running in 50ab49617319 22:13:07 Removing intermediate container 129cc304270a 22:13:07 ---> 0091b62c1c2e 22:13:07 Step 8/26 : COPY . . 22:13:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:13:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:13:09 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:13:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:13:09 ---> 7de7827e8b50 22:13:09 Step 3/23 : WORKDIR /edgex-go 22:13:09 ---> Using cache 22:13:09 ---> 4f28f85f4b34 22:13:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:09 ---> Using cache 22:13:09 ---> e3fee8cbaf04 22:13:09 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:13:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:13:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:13:10 ---> 7de7827e8b50 22:13:10 Step 3/24 : WORKDIR /edgex-go 22:13:10 ---> Using cache 22:13:10 ---> 4f28f85f4b34 22:13:10 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:13:10 ---> Using cache 22:13:10 ---> e3fee8cbaf04 22:13:10 Step 5/24 : RUN apk add --update --no-cache make git 22:13:10 OK: 217 MiB in 51 packages 22:13:11 ---> Running in b799018b1903 22:13:11 ---> Running in bd84cd42856b 22:13:12 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 22:13:13 Removing intermediate container 50ab49617319 22:13:13 ---> 58831c98305d 22:13:13 Step 6/23 : COPY go.mod . 22:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:13:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:13:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:13:14 ---> eaab4b1f3bc0 22:13:14 Step 7/23 : RUN go mod download 22:13:15 ---> Running in babedead7b97 22:13:15 OK: 217 MiB in 51 packages 22:13:15 OK: 217 MiB in 51 packages 22:13:17 Removing intermediate container bd84cd42856b 22:13:17 ---> 6d4e0df935e1 22:13:17 Step 6/23 : COPY go.mod . 22:13:18 Removing intermediate container b799018b1903 22:13:18 ---> 1c4fa178eb0f 22:13:18 Step 6/24 : COPY go.mod . 22:13:19 ---> 594a9d48874f 22:13:19 Step 7/23 : RUN go mod download 22:13:20 ---> Running in da16e2c9bb46 22:13:20 Removing intermediate container babedead7b97 22:13:20 ---> bb70c0aa52a0 22:13:20 Step 8/23 : COPY . . 22:13:20 ---> ba2146e4c918 22:13:20 Step 7/24 : RUN go mod download 22:13:20 ---> Running in c3f28cdcfcde 22:13:23 ---> 078f2c595b33 22:13:23 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:13:24 ---> Running in f40f0d65b520 22:13:25 Removing intermediate container da16e2c9bb46 22:13:25 ---> a068ee6a1a9d 22:13:25 Step 8/23 : COPY . . 22:13:26 Removing intermediate container c3f28cdcfcde 22:13:26 ---> 74ea2cb0e4e8 22:13:26 Step 8/24 : COPY . . 22:13: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 22:13:35 Removing intermediate container 16e7cb46f8b8 22:13:35 ---> 1a63a796348a 22:13:35 22:13:35 Step 10/23 : FROM alpine:3.12 22:13:35 3.12: Pulling from library/alpine 22:13:35 Removing intermediate container 2f419f1a9251 22:13:35 ---> 34081c43c853 22:13:35 22:13:35 Step 10/22 : FROM alpine:3.12 22:13:35 Removing intermediate container 7c586b0b66da 22:13:35 ---> 44a6e5511300 22:13:35 22:13:35 Step 10/31 : FROM alpine:3.12 22:13:35 3.12: Pulling from library/alpine 22:13:35 3.12: Pulling from library/alpine 22:13:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:13:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:13:37 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 22:13:37 Removing intermediate container 268e18eee41f 22:13:37 ---> 79f7756915be 22:13:37 22:13:37 Step 10/23 : FROM alpine:3.12 22:13:37 Status: Downloaded newer image for alpine:3.12 22:13:37 ---> 88dd2752d2ea 22:13:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:13:37 ---> 88dd2752d2ea 22:13:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:13:37 Status: Downloaded newer image for alpine:3.12 22:13:37 ---> 88dd2752d2ea 22:13:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:13:37 Status: Downloaded newer image for alpine:3.12 22:13:37 ---> 88dd2752d2ea 22:13:37 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:13:37 Removing intermediate container 3f90eed68549 22:13:37 ---> 5767087463e3 22:13:37 22:13:37 Step 10/21 : FROM alpine:3.12 22:13:37 ---> 88dd2752d2ea 22:13:37 Step 11/21 : RUN apk add --update --no-cache curl 22:13:38 ---> Running in a38f056e6cfb 22:13:38 ---> Running in c62299ed7715 22:13:38 ---> Running in a6e6245575a5 22:13:38 ---> Running in 59d208d61aa0 22:13:38 ---> Running in 16dd0aab95fb 22:13:39 Removing intermediate container a6e6245575a5 22:13:39 ---> 7cf59463d170 22:13:39 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 22:13:39 ---> Running in 4030e05927db 22:13:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:13:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:13:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:13:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:13:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:13:42 (1/2) Installing ca-certificates (20191127-r4) 22:13:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:13:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:13:42 (2/2) Installing dumb-init (1.2.2-r1) 22:13:43 Executing busybox-1.31.1-r19.trigger 22:13:43 Executing ca-certificates-20191127-r4.trigger 22:13:43 OK: 6 MiB in 16 packages 22:13:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:13:44 (1/1) Installing dumb-init (1.2.2-r1) 22:13:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:13:44 Executing busybox-1.31.1-r19.trigger 22:13:44 OK: 6 MiB in 15 packages 22:13:44 (1/4) Installing ca-certificates (20191127-r4) 22:13:44 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:13:44 (3/4) Installing libcurl (7.69.1-r3) 22:13:44 (4/4) Installing curl (7.69.1-r3) 22:13:44 Executing busybox-1.31.1-r19.trigger 22:13:44 Executing ca-certificates-20191127-r4.trigger 22:13:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:13:44 OK: 7 MiB in 18 packages 22:13:44 (1/1) Installing dumb-init (1.2.2-r1) 22:13:44 Executing busybox-1.31.1-r19.trigger 22:13:44 OK: 6 MiB in 15 packages 22:13:45 (1/2) Installing dumb-init (1.2.2-r1) 22:13:45 (2/2) Installing su-exec (0.2-r1) 22:13:45 Executing busybox-1.31.1-r19.trigger 22:13:45 OK: 6 MiB in 16 packages 22:13:47 Removing intermediate container a38f056e6cfb 22:13:47 ---> 01df2b207354 22:13:47 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:13:48 Removing intermediate container c62299ed7715 22:13:48 ---> a207ba0ef385 22:13:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:13:48 Removing intermediate container 59d208d61aa0 22:13:48 ---> 9ba1e977525c 22:13:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:13:48 ---> Running in 007fddb1ca63 22:13:48 Removing intermediate container 16dd0aab95fb 22:13:48 ---> 8ede7b1fef2c 22:13:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:13:48 ---> Running in 82cf6b449e3c 22:13:48 ---> Running in a475b652195f 22:13:48 Removing intermediate container 4030e05927db 22:13:48 ---> c714f62d8c7e 22:13:48 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 22:13:48 ---> Running in b335bf8d3704 22:13:49 ---> Running in ccf6da507cb3 22:13:49 Removing intermediate container 007fddb1ca63 22:13:49 ---> f88f16cfb9ce 22:13:49 Step 13/22 : ENV APP_PORT=48060 22:13:49 ---> 5bb5be0d9246 22:13:49 Step 9/23 : RUN make cmd/core-command/core-command 22:13:49 ---> Running in fdde5cfca168 22:13:49 Removing intermediate container 82cf6b449e3c 22:13:49 ---> 3fa1c8edddfa 22:13:49 Step 13/23 : ENV APP_PORT=48081 22:13:49 Removing intermediate container a475b652195f 22:13:49 ---> 7e7a6226be7a 22:13:49 Step 13/23 : ENV APP_PORT=48082 22:13:49 Removing intermediate container b335bf8d3704 22:13:49 ---> 04f38cebcfa6 22:13:49 Step 13/21 : WORKDIR /edgex 22:13:49 ---> Running in b4d9a880309f 22:13:50 ---> Running in 4219ab85c806 22:13:50 ---> Running in 0173c9691d6a 22:13:50 ---> Running in ee277be948cc 22:13:50 Removing intermediate container ccf6da507cb3 22:13:50 ---> 156279cb4cda 22:13:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:13:50 ---> Running in 320535e30388 22:13:50 Removing intermediate container b4d9a880309f 22:13:50 ---> 757ca1f4f017 22:13:50 Step 14/22 : EXPOSE $APP_PORT 22:13:50 Removing intermediate container 4219ab85c806 22:13:50 ---> 13eb04f79d54 22:13:50 Step 14/23 : EXPOSE $APP_PORT 22:13:50 Removing intermediate container 0173c9691d6a 22:13:50 ---> 5593012f2f5b 22:13:50 Step 14/23 : EXPOSE $APP_PORT 22:13:50 ---> Running in 51adea29f36d 22:13:50 ---> Running in 16c61f9509d1 22:13:50 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 22:13:50 Removing intermediate container ee277be948cc 22:13:50 ---> c637c1bc5353 22:13:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:13:50 ---> Running in 1b19e22788eb 22:13:50 Removing intermediate container 320535e30388 22:13:50 ---> 77896435985a 22:13:50 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 22:13:51 Removing intermediate container 16c61f9509d1 22:13:51 ---> 66100b3273c7 22:13:51 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:13:51 Removing intermediate container 51adea29f36d 22:13:51 ---> 527aab22bbbb 22:13:51 Step 15/23 : WORKDIR / 22:13:51 ---> Running in 703a7fc765b1 22:13:52 ---> Running in 8ea2d8b7cb38 22:13:52 Removing intermediate container 1b19e22788eb 22:13:52 ---> deff565bb4ef 22:13:52 Step 15/23 : WORKDIR / 22:13:52 ---> 734d8ca45295 22:13:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:13:52 ---> Running in a761f5eea98a 22:13:52 ---> 8a908d425991 22:13:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:13:53 Removing intermediate container 8ea2d8b7cb38 22:13:53 ---> b1a10e31a74e 22:13:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:13:53 Removing intermediate container a761f5eea98a 22:13:53 ---> 1fd27286a1df 22:13:53 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:13:53 ---> 020758aef00e 22:13:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:13:55 ---> ddc06a810726 22:13:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:13:55 ---> f173d2fba4ca 22:13:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:13:55 ---> 43ac815039d9 22:13:55 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:13:56 ---> d7d1b6369e6d 22:13:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:13:56 ---> Running in 63d9596095dd 22:13:56 Removing intermediate container 703a7fc765b1 22:13:56 ---> d7ea7775ec62 22:13:56 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 22:13:57 ---> 4b046f65bc44 22:13:57 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:13:57 ---> Running in 80a9f0ea99ca 22:13:57 Removing intermediate container 63d9596095dd 22:13:57 ---> ea57cb64e9d9 22:13:57 Step 18/21 : CMD ["--init=true"] 22:13:57 ---> Running in 331b0b81b4ad 22:13:57 ---> 5f7acc5f2e32 22:13:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:13:57 ---> 9148f262cf33 22:13:57 Step 9/23 : RUN make cmd/core-data/core-data 22:13:57 ---> 9ecc5e628da8 22:13:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:13:57 ---> Running in 1648a22a25b4 22:13:57 ---> 3f0789797ce2 22:13:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:13:57 Removing intermediate container 80a9f0ea99ca 22:13:57 ---> d9e622a837d3 22:13:57 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:13:58 ---> Running in ae8f5d5dcb51 22:13:58 ---> Running in ef8248233573 22:13:58 Removing intermediate container 331b0b81b4ad 22:13:58 ---> c0cc950a63f5 22:13:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:13:58 Removing intermediate container 1648a22a25b4 22:13:58 ---> 6bf2ec562476 22:13:58 Step 19/21 : LABEL arch=x86_64 22:13:58 ---> Running in 6322c6884a4c 22:13:58 ---> Running in 3960a761ee7d 22:13:58 ---> 26f8b394fb1b 22:13:58 Step 19/23 : ENTRYPOINT ["/core-command"] 22:13:58 ---> a9f91093b0ee 22:13:58 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:13:58 ---> Running in 8cedd71b3261 22:13:58 ---> Running in f5340fe903cf 22:13:58 Removing intermediate container 6322c6884a4c 22:13:58 ---> ad72f6ae5a4f 22:13:58 Step 20/22 : LABEL arch=x86_64 22:13:59 ---> eed3b126a503 22:13:59 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:13:59 Removing intermediate container 3960a761ee7d 22:13:59 ---> 2f98ddd35596 22:13:59 Step 20/21 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:13:59 ---> Running in ce05970b9d3b 22:13:59 ---> Running in e3ed84fe00b6 22:13:59 ---> Running in ee783f393399 22:13:59 Removing intermediate container f5340fe903cf 22:13:59 ---> 4e2c61d3da28 22:13:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:13:59 Removing intermediate container 8cedd71b3261 22:13:59 ---> 7a699444890d 22:13:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:14:00 ---> Running in ef5f38452681 22:14:00 ---> Running in c32e96289ff3 22:14:00 Removing intermediate container ce05970b9d3b 22:14:00 ---> 32590e5b03a9 22:14:00 Step 21/22 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:14:00 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:14: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 22:14:00 Removing intermediate container e3ed84fe00b6 22:14:00 ---> bb3bf8bdf9f4 22:14:00 Step 21/21 : LABEL version=0.0.0 22:14:01 ---> Running in 7758b5fd24f9 22:14:01 ---> Running in 72ffc3f33688 22:14:01 Removing intermediate container ef5f38452681 22:14:01 ---> 5ba16a0d0204 22:14:01 Step 21/23 : LABEL arch=x86_64 22:14:01 Removing intermediate container c32e96289ff3 22:14:01 ---> 925085e73da6 22:14:01 Step 21/23 : LABEL arch=x86_64 22:14:01 ---> Running in ec164706da22 22:14:02 ---> Running in 99ab388fd640 22:14:02 Removing intermediate container 7758b5fd24f9 22:14:02 ---> fce6d4f08ac0 22:14:02 Step 22/22 : LABEL version=0.0.0 22:14:02 Removing intermediate container 72ffc3f33688 22:14:02 ---> f3b939b48744 22:14:02 22:14:02 ---> Running in 1917534cace1 22:14:03 Removing intermediate container 99ab388fd640 22:14:03 ---> 2c9d7ff88820 22:14:03 Step 22/23 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:14:03 Removing intermediate container ec164706da22 22:14:03 ---> 7a0a91ad8a66 22:14:03 Step 22/23 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:14:03 ---> Running in a5c72695c566 22:14:03 ---> Running in f8092bde8905 22:14:04 Removing intermediate container 1917534cace1 22:14:04 ---> 95363c21a742 22:14:04 22:14:04 Successfully built f3b939b48744 22:14:04 Successfully built 95363c21a742 22:14:04 Successfully tagged docker-security-proxy-setup-go:latest 22:14:04  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 22:14:04 Removing intermediate container a5c72695c566 22:14:04 ---> 6992a11b4c98 22:14:04 Step 23/23 : LABEL version=0.0.0 22:14:04 Successfully tagged docker-support-notifications-go:latest 22:14:04  Building docker-support-notifications-go ... done Building docker-support-scheduler-go 22:14:04 Removing intermediate container f8092bde8905 22:14:04 ---> b15b6e8c96f5 22:14:04 Step 23/23 : LABEL version=0.0.0 22:14:05 Removing intermediate container ee783f393399 22:14:05 ---> 3d8b11674060 22:14:05 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 22:14:05 ---> Running in d548d0d0b264 22:14:05 ---> Running in c5a765fe351d 22:14:06 Removing intermediate container d548d0d0b264 22:14:06 ---> acde1430a1c2 22:14:06 22:14:06 ---> 66d09519748c 22:14:06 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:14:06 Removing intermediate container c5a765fe351d 22:14:06 ---> c5bf1e138d8c 22:14:06 22:14:06 Successfully built acde1430a1c2 22:14:07 Successfully built c5bf1e138d8c 22:14:07 Successfully tagged docker-core-metadata-go:latest 22:14:07 Successfully tagged docker-core-command-go:latest 22:14:07  Building docker-core-metadata-go ... done  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 22:14:07 Building docker-core-data-go 22:14:08 ---> ba2f929f0bcf 22:14:08 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:14:12 ---> c511d56906e3 22:14:12 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:14:15 ---> 9c3d3cf1cdd7 22:14:15 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 22:14:19 ---> 2803a1ff1b66 22:14:19 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 22:14:25 ---> Running in 004e9584b0d1 22:14:26 Removing intermediate container 004e9584b0d1 22:14:26 ---> bbf3e9c4be5d 22:14:26 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:14:27 ---> 8e7facafdf85 22:14:27 Step 26/31 : RUN chmod +x /entrypoint.sh 22:14:27 ---> Running in 2f3c677cadec 22:14:33 Removing intermediate container f40f0d65b520 22:14:33 ---> 5aa1022e4271 22:14:33 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:14:33 ---> Running in 88f93e6810cd 22:14:33 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 22:14:36 Removing intermediate container 2f3c677cadec 22:14:36 ---> ba4144587f46 22:14:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 22:14:37 ---> Running in b87895ac32de 22:14:37 Removing intermediate container b87895ac32de 22:14:37 ---> 635860866e07 22:14:37 Step 28/31 : CMD ["gate"] 22:14:38 ---> Running in 6d44e6083032 22:14:38 Removing intermediate container 6d44e6083032 22:14:38 ---> c425a2cc40b0 22:14:38 Step 29/31 : LABEL arch=x86_64 22:14:38 ---> Running in b677bb28299d 22:14:40 Removing intermediate container b677bb28299d 22:14:40 ---> d2a60f183b7b 22:14:40 Step 30/31 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:14:40 ---> Running in 2cabdba9c1ef 22:14:40 Removing intermediate container 88f93e6810cd 22:14:40 ---> b5aa9448a852 22:14:40 22:14:40 Step 11/26 : FROM docker:20.10.0 22:14:40 20.10.0: Pulling from library/docker 22:14:41 Removing intermediate container 2cabdba9c1ef 22:14:41 ---> 17b1ab02e9ff 22:14:41 Step 31/31 : LABEL version=0.0.0 22:14:43 ---> Running in e468c26ad879 22:14:46 Removing intermediate container e468c26ad879 22:14:46 ---> 738f31241417 22:14:46 22:14:48 Successfully built 738f31241417 22:14:48 Successfully tagged docker-security-bootstrapper-go:latest 22:14:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:14:58 Status: Downloaded newer image for docker:20.10.0 22:14:58 ---> eeaf43b92773 22:14:58 Step 12/26 : RUN apk add --no-cache bash 22:14:58 ---> Running in f2f1f7f6cdab 22:14:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:14:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:00 (1/2) Installing readline (8.0.4-r0) 22:15:00 (2/2) Installing bash (5.0.17-r0) 22:15:00 Executing bash-5.0.17-r0.post-install 22:15:00 Executing busybox-1.31.1-r19.trigger 22:15:00 OK: 12 MiB in 22 packages 22:15:02 Removing intermediate container f2f1f7f6cdab 22:15:02 ---> cb7e0a5b72e2 22:15:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:15:02 ---> Running in 4f3c7758792b 22:15:03 Removing intermediate container 4f3c7758792b 22:15:03 ---> 7af9da7f596f 22:15:03 Step 14/26 : ENV APP_PORT=48090 22:15:03 ---> Running in 853fd396ba0b 22:15:03 Removing intermediate container 853fd396ba0b 22:15:03 ---> d5a3c2db0d38 22:15:03 Step 15/26 : EXPOSE $APP_PORT 22:15:04 ---> Running in 188f0acda59d 22:15:04 Removing intermediate container 188f0acda59d 22:15:04 ---> 5fff93ba9a3c 22:15:04 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:15:06 ---> d077e045df15 22:15:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:15:07 ---> 1c7e0a7bfdb2 22:15:07 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:15:09 ---> bfb435f13f4d 22:15:09 Step 19/26 : RUN apk --no-cache add py3-pip 22:15:09 ---> Running in d41fe86d67d4 22:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:12 (1/33) Installing libbz2 (1.0.8-r1) 22:15:12 (2/33) Installing expat (2.2.9-r1) 22:15:12 (3/33) Installing libffi (3.3-r2) 22:15:12 (4/33) Installing gdbm (1.13-r1) 22:15:12 (5/33) Installing xz-libs (5.2.5-r0) 22:15:12 (6/33) Installing sqlite-libs (3.32.1-r0) 22:15:12 (7/33) Installing python3 (3.8.8-r0) 22:15:14 (8/33) Installing py3-appdirs (1.4.4-r1) 22:15:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:15:14 (10/33) Installing py3-parsing (2.4.7-r0) 22:15:14 (11/33) Installing py3-six (1.15.0-r0) 22:15:14 (12/33) Installing py3-packaging (20.4-r0) 22:15:14 (13/33) Installing py3-setuptools (47.0.0-r0) 22:15:14 (14/33) Installing py3-chardet (3.0.4-r4) 22:15:14 (15/33) Installing py3-idna (2.9-r0) 22:15:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:15:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:15:14 (18/33) Installing py3-requests (2.23.0-r0) 22:15:14 (19/33) Installing py3-msgpack (1.0.0-r0) 22:15:14 (20/33) Installing py3-lockfile (0.12.2-r3) 22:15:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:15:14 (22/33) Installing py3-colorama (0.4.3-r0) 22:15:14 (23/33) Installing py3-distlib (0.3.0-r0) 22:15:14 (24/33) Installing py3-distro (1.5.0-r1) 22:15:15 (25/33) Installing py3-webencodings (0.5.1-r3) 22:15:15 (26/33) Installing py3-html5lib (1.0.1-r4) 22:15:15 (27/33) Installing py3-pytoml (0.1.21-r0) 22:15:15 (28/33) Installing py3-pep517 (0.8.2-r0) 22:15:15 (29/33) Installing py3-progress (1.5-r0) 22:15:15 (30/33) Installing py3-toml (0.10.1-r0) 22:15:15 (31/33) Installing py3-retrying (1.3.3-r0) 22:15:15 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:15:15 (33/33) Installing py3-pip (20.1.1-r0) 22:15:15 Executing busybox-1.31.1-r19.trigger 22:15:15 OK: 71 MiB in 55 packages 22:15:16 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 22:15:26 Removing intermediate container d41fe86d67d4 22:15:26 ---> fb7ee832a666 22:15:26 Step 20/26 : RUN pip install docker-compose==1.23.2 22:15:27 ---> Running in 7be928a7fc4a 22:15:30  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:15:30 ---> cd0d6d6d21a5 22:15:30 Step 3/22 : WORKDIR /edgex-go 22:15:30 ---> Using cache 22:15:30 ---> 7613e68aba23 22:15:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:30 ---> Using cache 22:15:30 ---> 307c5eff9cdd 22:15:30 Step 5/22 : RUN apk add --update --no-cache make git 22:15:30 ---> Using cache 22:15:30 ---> 9a2864a64d05 22:15:30 Step 6/22 : COPY go.mod . 22:15:30 ---> Using cache 22:15:30 ---> aa9d74ad9617 22:15:30 Step 7/22 : RUN go mod download 22:15:30 ---> Using cache 22:15:30 ---> b91cc1267661 22:15:30 Step 8/22 : COPY . . 22:15:31 ---> Using cache 22:15:31 ---> d785c7482ffc 22:15:31 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:15:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:15:31 ---> cd0d6d6d21a5 22:15:31 Step 3/24 : WORKDIR /edgex-go 22:15:31 ---> Using cache 22:15:31 ---> 7613e68aba23 22:15:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:31 ---> Using cache 22:15:31 ---> 307c5eff9cdd 22:15:31 Step 5/24 : RUN apk add --update --no-cache make git 22:15:31 ---> Using cache 22:15:31 ---> 9a2864a64d05 22:15:31 Step 6/24 : COPY go.mod . 22:15:31 ---> Using cache 22:15:31 ---> aa9d74ad9617 22:15:31 Step 7/24 : RUN go mod download 22:15:31 ---> Using cache 22:15:31 ---> b91cc1267661 22:15:31 Step 8/24 : COPY . . 22:15:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:15:31 ---> cd0d6d6d21a5 22:15:31 Step 3/23 : WORKDIR /edgex-go 22:15:31 ---> Using cache 22:15:31 ---> 7613e68aba23 22:15:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:31 ---> Using cache 22:15:31 ---> 307c5eff9cdd 22:15:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:15:31 ---> Using cache 22:15:31 ---> d785c7482ffc 22:15:31 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:15:31 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:15:31 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:15:31 ---> cd0d6d6d21a5 22:15:31 Step 3/26 : WORKDIR /edgex-go 22:15:31 ---> Using cache 22:15:31 ---> 7613e68aba23 22:15:31 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:31 ---> Using cache 22:15:31 ---> 307c5eff9cdd 22:15:31 Step 5/26 : RUN apk add --update --no-cache make bash git 22:15:33 ---> Running in f90460e7602b 22:15:33 ---> Running in af168a3f9176 22:15:33 ---> Running in d17b6aaeadf9 22:15:33 ---> Running in bcc092527798 22:15:33 Removing intermediate container ef8248233573 22:15:33 ---> 4a9cd0cf4a54 22:15:33 22:15:33 Step 10/24 : FROM alpine:3.12 22:15:33 ---> d10569e2745f 22:15:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:15:34 ---> Running in fc76ba66c876 22:15:34 Collecting docker-compose==1.23.2 22:15:35 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:15:36 Removing intermediate container fdde5cfca168 22:15:36 ---> 59b3aa483236 22:15:36 22:15:36 Step 10/23 : FROM alpine:3.12 22:15:36 ---> d10569e2745f 22:15:36 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:15:36 ---> Using cache 22:15:36 ---> fa42ee5e7ffc 22:15:36 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:15:36 ---> Using cache 22:15:36 ---> 028c3906c5ef 22:15:36 Step 13/23 : ENV APP_PORT=48082 22:15:36 ---> Running in fcf4e6b357c4 22:15:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:15:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:15:36 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 22:15:36 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 22:15:36 Removing intermediate container fcf4e6b357c4 22:15:36 ---> 2c7ae2e7c45b 22:15:36 Step 14/23 : EXPOSE $APP_PORT 22:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:37 ---> Running in 3c3e3c75ee81 22:15:37 (1/5) Installing ca-certificates (20191127-r4) 22:15:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:15:37 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:15:37 (3/5) Installing libcurl (7.69.1-r3) 22:15:37 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:15:37 (4/5) Installing curl (7.69.1-r3) 22:15:37 (5/5) Installing dumb-init (1.2.2-r1) 22:15:37 Executing busybox-1.31.1-r19.trigger 22:15:37 Executing ca-certificates-20191127-r4.trigger 22:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:37 OK: 7 MiB in 19 packages 22:15:37 Removing intermediate container 3c3e3c75ee81 22:15:37 ---> 18464fb0ec3f 22:15:37 Step 15/23 : WORKDIR / 22:15:38 ---> Running in b85655cc12f3 22:15:38 Collecting cached-property<2,>=1.2.0 22:15:38 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:15:38 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:15:38 OK: 233 MiB in 51 packages 22:15:38 OK: 233 MiB in 51 packages 22:15:38 Collecting docopt<0.7,>=0.6.1 22:15:38 Downloading docopt-0.6.2.tar.gz (25 kB) 22:15:39 Removing intermediate container b85655cc12f3 22:15:39 ---> 95c060d961ab 22:15:39 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:15:39 Removing intermediate container fc76ba66c876 22:15:39 ---> e97fd42e2670 22:15:39 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:15:40 ---> Running in 0931b33748f8 22:15:40 ---> 8ac015bd0c87 22:15:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:15:40 Removing intermediate container 0931b33748f8 22:15:40 ---> 25f672ee8339 22:15:40 Step 13/24 : WORKDIR / 22:15:40 ---> Running in de70f79b9412 22:15:41 Removing intermediate container bcc092527798 22:15:41 ---> 1aea93d4cafd 22:15:41 Step 6/23 : COPY go.mod . 22:15:41 Removing intermediate container f90460e7602b 22:15:41 ---> 6553fff3e668 22:15:41 Removing intermediate container de70f79b9412 22:15:41 ---> 384a5d63c851 22:15:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:15:42 Step 6/26 : COPY go.mod . 22:15:42 Collecting texttable<0.10,>=0.9.0 22:15:42 Downloading texttable-0.9.1.tar.gz (11 kB) 22:15:42 ---> 50013348c9bb 22:15:42 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:15:43 ---> a74c3df23881 22:15:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:15:43 ---> 4b0949968971 22:15:43 Step 7/26 : RUN go mod download 22:15:43 ---> aa9dcbc28110 22:15:43 Step 7/23 : RUN go mod download 22:15:43 ---> 25409e391a42 22:15:43 Step 19/23 : ENTRYPOINT ["/core-command"] 22:15:44 ---> Running in 8ce80cb5b97e 22:15:44 ---> 74337b77b3a4 22:15:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:15:44 ---> Running in 5ce81417f67d 22:15:44 ---> Running in 73b115d1cbd7 22:15:44 Removing intermediate container 8ce80cb5b97e 22:15:44 ---> e0c9add5d99d 22:15:44 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:15:44 ---> Running in 4a17a10bd26d 22:15:44 Collecting dockerpty<0.5,>=0.4.1 22:15:45 ---> 533ebcf31ff7 22:15:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:15:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:15:45 Removing intermediate container 4a17a10bd26d 22:15:45 ---> aedc6cf1e19a 22:15:45 Step 21/23 : LABEL arch=arm64 22:15:45 ---> Running in dfc08bb39061 22:15:46 Removing intermediate container dfc08bb39061 22:15:46 ---> a50efc756a2b 22:15:46 Step 22/23 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:15:46 ---> 72b64b937cd5 22:15:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:15:46 ---> Running in e574bdb14403 22:15:47 Removing intermediate container e574bdb14403 22:15:47 ---> 60952ce936b6 22:15:47 Step 23/23 : LABEL version=0.0.0 22:15:47 ---> Running in 8ae266ab397c 22:15:48 ---> ea3fc75f0e56 22:15:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:15:48 Removing intermediate container 8ae266ab397c 22:15:48 ---> b831878af7a8 22:15:48 22:15:48 Collecting docker<4.0,>=3.6.0 22:15:48 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:15:49 Successfully built b831878af7a8 22:15:49 ---> 9ca4796c52cc 22:15:49 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:15:49 Successfully tagged docker-core-command-go-arm64:latest 22:15:49  Building docker-core-command-go ... done  ---> Running in a9d28aeb2287 22:15:50 Collecting PyYAML<4,>=3.10 22:15:51 Downloading PyYAML-3.13.tar.gz (270 kB) 22:15:52 Removing intermediate container a9d28aeb2287 22:15:52 ---> 44a43aacdb4d 22:15:52 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:15:52 ---> Running in 608099271a64 22:15:52 Removing intermediate container 608099271a64 22:15:52 ---> dc98ef00a959 22:15:52 Step 22/24 : LABEL arch=arm64 22:15:53 ---> Running in 5256aaa4c87a 22:15:53 Removing intermediate container 5256aaa4c87a 22:15:53 ---> ac93fe567068 22:15:53 Step 23/24 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:15:53 ---> Running in 09dae61d01ba 22:15:54 Removing intermediate container 09dae61d01ba 22:15:54 ---> f3b872e887bc 22:15:54 Step 24/24 : LABEL version=0.0.0 22:15:54 ---> Running in 9ea8fac67011 22:15:55 Removing intermediate container 9ea8fac67011 22:15:55 ---> ed5fc5165f44 22:15:55 22:15:55 Collecting websocket-client<1.0,>=0.32.0 22:15:55 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:15:55 Successfully built ed5fc5165f44 22:15:55 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:15:56  Building docker-security-secretstore-setup-go ... done Collecting jsonschema<3,>=2.5.1 22:15:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:15:56 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) 22:15:57 Removing intermediate container ae8f5d5dcb51 22:15:57 ---> 0cc3f05b761c 22:15:57 22:15:57 Step 10/23 : FROM alpine:3.12 22:15:57 ---> d10569e2745f 22:15:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:15:57 Collecting idna<2.8,>=2.5 22:15:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:15:57 ---> Running in 86d0d53ed1fe 22:15:57 Removing intermediate container 5ce81417f67d 22:15:57 ---> c6bd3a11ca3f 22:15:57 Step 8/26 : COPY . . 22:15:57 Removing intermediate container 73b115d1cbd7 22:15:57 ---> cf62091913c7 22:15:57 Step 8/23 : COPY . . 22:15:57 Removing intermediate container 86d0d53ed1fe 22:15:57 ---> 80456c812899 22:15:57 Step 12/23 : ENV APP_PORT=48080 22:15:57 ---> Running in be0a97d6c2e1 22:15:58 Collecting urllib3<1.25,>=1.21.1 22:15:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:15:58 Removing intermediate container be0a97d6c2e1 22:15:58 ---> db04cf4f1445 22:15:58 Step 13/23 : EXPOSE $APP_PORT 22:15:58 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) 22:15:58 ---> Running in ad6a45cce5f5 22:15:58 Collecting docker-pycreds>=0.4.0 22:15:58 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:15:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:15:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:15:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:15:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:15:59 Removing intermediate container ad6a45cce5f5 22:15:59 ---> ce8251c55ed1 22:15:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:15:59 ---> Running in f56d7c056d7d 22:16:00 Installing collected packages: idna, urllib3, requests, cached-property, docopt, texttable, dockerpty, websocket-client, docker-pycreds, docker, PyYAML, jsonschema, docker-compose 22:16:00 Attempting uninstall: idna 22:16:00 Found existing installation: idna 2.9 22:16:00 Uninstalling idna-2.9: 22:16:00 Successfully uninstalled idna-2.9 22:16:01 Attempting uninstall: urllib3 22:16:01 Removing intermediate container f56d7c056d7d 22:16:01 ---> 5669bcee209e 22:16:01 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:16:01 Found existing installation: urllib3 1.25.9 22:16:01 Uninstalling urllib3-1.25.9: 22:16:01 ---> Running in 8a95e69a92fb 22:16:04 Successfully uninstalled urllib3-1.25.9 22:16:04 Attempting uninstall: requests 22:16:04 Found existing installation: requests 2.23.0 22:16:04 Uninstalling requests-2.23.0: 22:16:04 Successfully uninstalled requests-2.23.0 22:16:04 Running setup.py install for docopt: started 22:16:05 Running setup.py install for docopt: finished with status 'done' 22:16:05 Running setup.py install for texttable: started 22:16:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:07 (1/6) Installing dumb-init (1.2.2-r1) 22:16:07 (2/6) Installing libgcc (9.3.0-r2) 22:16:07 (3/6) Installing libsodium (1.0.18-r0) 22:16:07 (4/6) Installing libstdc++ (9.3.0-r2) 22:16:07 Running setup.py install for texttable: finished with status 'done' 22:16:07 Running setup.py install for dockerpty: started 22:16:07 (5/6) Installing libzmq (4.3.3-r0) 22:16:07 (6/6) Installing zeromq (4.3.3-r0) 22:16:07 Executing busybox-1.31.1-r19.trigger 22:16:07 OK: 8 MiB in 20 packages 22:16:09 Removing intermediate container 8a95e69a92fb 22:16:09 ---> 9ce7127ba9d2 22:16:09 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:16:09 ---> f5575cdbfb93 22:16:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:16:09 Running setup.py install for dockerpty: finished with status 'done' 22:16:11 ---> d92ede7cbdf0 22:16:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:16:11 Running setup.py install for PyYAML: started 22:16:12 ---> 508382f991d4 22:16:12 Step 19/23 : ENTRYPOINT ["/core-data"] 22:16:12 ---> Running in 01570cb5714b 22:16:12 Removing intermediate container 01570cb5714b 22:16:12 ---> 224e69dc79fb 22:16:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:16:12 ---> Running in 8e58ab812d4d 22:16:13 Removing intermediate container 8e58ab812d4d 22:16:13 ---> b4af5a2fc8b7 22:16:13 Step 21/23 : LABEL arch=arm64 22:16:13 ---> Running in 4be0752bade9 22:16:14 Removing intermediate container 4be0752bade9 22:16:14 ---> ae5814019e31 22:16:14 Step 22/23 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:16:14 Running setup.py install for PyYAML: finished with status 'done' 22:16:14 ---> Running in 427dafa6188f 22:16:14 Removing intermediate container 427dafa6188f 22:16:14 ---> 4d0b1d91663e 22:16:14 Step 23/23 : LABEL version=0.0.0 22:16:14 ---> Running in 3ba356cc822a 22:16:15 Removing intermediate container 3ba356cc822a 22:16:15 ---> 0fa5793289a2 22:16:15 22:16:15 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 22:16:15 Successfully built 0fa5793289a2 22:16:15 Successfully tagged docker-core-data-go-arm64:latest 22:16:20  Building docker-core-data-go ... done Removing intermediate container 7be928a7fc4a 22:16:20 ---> f3129fc61862 22:16:20 Step 21/26 : RUN apk --no-cache add curl 22:16:20 ---> Running in 2e5a6c622cc5 22:16:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:16:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:16:21 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:16:21 (2/3) Installing libcurl (7.69.1-r3) 22:16:21 (3/3) Installing curl (7.69.1-r3) 22:16:21 Executing busybox-1.31.1-r19.trigger 22:16:21 OK: 72 MiB in 58 packages 22:16:23 Removing intermediate container 2e5a6c622cc5 22:16:23 ---> 44d0efeb6600 22:16:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:16:23 ---> Running in 7f045d64d958 22:16:24 Removing intermediate container 7f045d64d958 22:16:24 ---> a7ae6ce47f23 22:16:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:16:24 ---> Running in bf7f73f12fa8 22:16:24 Removing intermediate container bf7f73f12fa8 22:16:24 ---> 3094d96479eb 22:16:24 Step 24/26 : LABEL arch=arm64 22:16:24 ---> Running in afa28629117b 22:16:25 Removing intermediate container afa28629117b 22:16:25 ---> 0fd244a9ef17 22:16:25 Step 25/26 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:16:25 ---> Running in 0d6821c4e317 22:16:26 Removing intermediate container 0d6821c4e317 22:16:26 ---> 9eafd4fb8148 22:16:26 Step 26/26 : LABEL version=0.0.0 22:16:26 ---> Running in eb2352c66af3 22:16:26 Removing intermediate container eb2352c66af3 22:16:26 ---> 9d77d083d806 22:16:26 22:16:27 Successfully built 9d77d083d806 22:16:27 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:16:27  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:16:27 $ docker stop --time=1 c7cbd440c9c52465d27edcaf4d5ff8d45c362d4ae66c8c472157172f8f4362b9 22:16:29 $ docker rm -f c7cbd440c9c52465d27edcaf4d5ff8d45c362d4ae66c8c472157172f8f4362b9 [Pipeline] // withDockerContainer [Pipeline] sh 22:16:30 + grep docker 22:16:30 + docker images 22:16:30 docker-sys-mgmt-agent-go-arm64 latest 9d77d083d806 4 seconds ago 300MB 22:16:30 docker-core-data-go-arm64 latest 0fa5793289a2 16 seconds ago 21.3MB 22:16:30 docker-security-secretstore-setup-go-arm64 latest ed5fc5165f44 36 seconds ago 23.7MB 22:16:30 docker-core-command-go-arm64 latest b831878af7a8 42 seconds ago 16.2MB 22:16:30 docker-security-bootstrapper-go-arm64 latest 1c3ac9922dc0 4 minutes ago 17.8MB 22:16:30 docker-support-notifications-go-arm64 latest c8f121d65e4a 4 minutes ago 16.9MB 22:16:30 docker-core-metadata-go-arm64 latest d1180656e4d2 4 minutes ago 17.9MB 22:16:30 docker-support-scheduler-go-arm64 latest 38e2741af593 4 minutes ago 16.3MB 22:16:30 docker-security-proxy-setup-go-arm64 latest bbb439a79315 4 minutes ago 23.4MB 22:16:30 docker 20.10.0 eeaf43b92773 3 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:16:32 ---> job-cost.sh 22:16:32 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-G2DC 22:16: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 22:17:17 Removing intermediate container d17b6aaeadf9 22:17:17 ---> 3b564ec98a84 22:17:17 22:17:17 Step 10/22 : FROM alpine:3.12 22:17:17 ---> 88dd2752d2ea 22:17:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:17:17 ---> Using cache 22:17:17 ---> 9ba1e977525c 22:17:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:17:17 ---> Using cache 22:17:17 ---> 7e7a6226be7a 22:17:17 Step 13/22 : ENV APP_PORT=48085 22:17:19 ---> Running in 6ce719ca84b9 22:17:21 Removing intermediate container 6ce719ca84b9 22:17:21 ---> 841ce650cf5b 22:17:21 Step 14/22 : EXPOSE $APP_PORT 22:17:24 ---> Running in 7be5817db956 22:17:26 Removing intermediate container 7be5817db956 22:17:26 ---> 5db791c2f7a5 22:17:26 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:17:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:17:29 ---> ac806b35b9ee 22:17:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:17:33 Removing intermediate container af168a3f9176 22:17:33 ---> c880b14e8133 22:17:33 22:17:33 Step 10/24 : FROM alpine:3.12 22:17:33 ---> 88dd2752d2ea 22:17:33 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:17:36 ---> Running in 51ca67d8d8bd 22:17:38 ---> fbd308d4ca21 22:17:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:17:40 ---> 45be336d8c14 22:17:40 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:17:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:17:40 ---> Running in 6789ad26d70a 22:17:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:17:41 (1/5) Installing ca-certificates (20191127-r4) 22:17:41 Removing intermediate container 6789ad26d70a 22:17:41 ---> 16e25af17ba3 22:17:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:17:41 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:17:42 (3/5) Installing libcurl (7.69.1-r3) 22:17:42 (4/5) Installing curl (7.69.1-r3) 22:17:42 (5/5) Installing dumb-init (1.2.2-r1) 22:17:42 Executing busybox-1.31.1-r19.trigger 22:17:42 Executing ca-certificates-20191127-r4.trigger 22:17:42 OK: 7 MiB in 19 packages 22:17:42 ---> Running in 9b1c89c4e302 22:17:44 Removing intermediate container 9b1c89c4e302 22:17:44 ---> 483067c5dd6e 22:17:44 Step 20/22 : LABEL arch=x86_64 22:17:44 ---> d07506ccc6bd 22:17:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:17:44 ---> Running in 0e99b45a2ff4 22:17:44 ---> Running in 727f446d92ac 22:17:45 ---> 719796516675 22:17:45 Step 9/23 : RUN make cmd/core-data/core-data 22:17:45 Removing intermediate container 0e99b45a2ff4 22:17:45 ---> 91c2ae6859b9 22:17:45 Step 21/22 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:17:45 Removing intermediate container 51ca67d8d8bd 22:17:45 ---> 44c11800d6d4 22:17:45 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:17:46 ---> Running in 9a1d4da0485d 22:17:46 ---> Running in 57c314719f46 22:17:46 ---> Running in e7f7f8e2050d 22:17:47 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 22:17:47 Removing intermediate container e7f7f8e2050d 22:17:47 ---> 943e7afb9f54 22:17:47 Step 22/22 : LABEL version=0.0.0 22:17:47 Removing intermediate container 57c314719f46 22:17:47 ---> d13a78feb009 22:17:47 Step 13/24 : WORKDIR / 22:17:48 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 22:17:48 ---> Running in 4cb15f5280af 22:17:48 ---> Running in b71849e16ede 22:17:51 Removing intermediate container 4cb15f5280af 22:17:51 ---> 3c6e925dbd6e 22:17:51 22:17:51 Removing intermediate container b71849e16ede 22:17:51 ---> 1ef0e217a762 22:17:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:17:52 Successfully built 3c6e925dbd6e 22:17:52 Successfully tagged docker-support-scheduler-go:latest 22:17:52  Building docker-support-scheduler-go ... done  ---> ad4123def854 22:17:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:17:55 ---> 34079c1eccfe 22:17:55 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:17:56 ---> b8920d62d2b1 22:17:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:18:01 ---> e1a22a446fa6 22:18:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:18:04 ---> 51374ead5121 22:18:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:18:05 ---> 3cdcce7c68bb 22:18:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:18:06 ---> Running in 7cd089249da4 22:18:09 Removing intermediate container 7cd089249da4 22:18:09 ---> 2d32d943365d 22:18:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:18:09 ---> Running in f44ef0438dcd 22:18:11 Removing intermediate container f44ef0438dcd 22:18:11 ---> e0e3dc65ab90 22:18:11 Step 22/24 : LABEL arch=x86_64 22:18:11 ---> Running in d865ec54a98c 22:18:12 Removing intermediate container d865ec54a98c 22:18:12 ---> 505982d21d48 22:18:12 Step 23/24 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:18:12 ---> Running in 8a2a098ee54a 22:18:13 Removing intermediate container 8a2a098ee54a 22:18:13 ---> 0e22b3c8d78d 22:18:13 Step 24/24 : LABEL version=0.0.0 22:18:13 ---> Running in 484b90bb0da0 22:18:14 Removing intermediate container 484b90bb0da0 22:18:14 ---> a330618854ea 22:18:14 22:18:15 Successfully built a330618854ea 22:18:15 Successfully tagged docker-security-secretstore-setup-go:latest 22:18:38  Building docker-security-secretstore-setup-go ... done Removing intermediate container 727f446d92ac 22:18:38 ---> 589c329310bc 22:18:38 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:18:38 ---> Running in f46b31f17783 22:18:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:18:44 Removing intermediate container 9a1d4da0485d 22:18:44 ---> 673ec721c9e5 22:18:44 22:18:44 Step 10/23 : FROM alpine:3.12 22:18:44 ---> 88dd2752d2ea 22:18:44 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:18:44 Removing intermediate container f46b31f17783 22:18:44 ---> a4da65db3d2a 22:18:44 22:18:44 Step 11/26 : FROM docker:20.10.0 22:18:44 ---> Running in 6ee72dcc6b2b 22:18:44 20.10.0: Pulling from library/docker 22:18:44 Removing intermediate container 6ee72dcc6b2b 22:18:44 ---> 25489227a970 22:18:44 Step 12/23 : ENV APP_PORT=48080 22:18:44 ---> Running in 5558e265b95a 22:18:45 Removing intermediate container 5558e265b95a 22:18:45 ---> c7d15eef7b6d 22:18:45 Step 13/23 : EXPOSE $APP_PORT 22:18:45 ---> Running in 14ba00e6a951 22:18:46 Removing intermediate container 14ba00e6a951 22:18:46 ---> 03ea6dcc3889 22:18:46 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:18:46 ---> Running in 9a0c3fe86134 22:18:48 Removing intermediate container 9a0c3fe86134 22:18:48 ---> b61c828fac26 22:18:48 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:18:48 ---> Running in 45ffb7a3017c 22:18:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:18:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:18:52 (1/6) Installing dumb-init (1.2.2-r1) 22:18:52 (2/6) Installing libgcc (9.3.0-r2) 22:18:52 (3/6) Installing libsodium (1.0.18-r0) 22:18:52 (4/6) Installing libstdc++ (9.3.0-r2) 22:18:52 (5/6) Installing libzmq (4.3.3-r0) 22:18:52 (6/6) Installing zeromq (4.3.3-r0) 22:18:53 Executing busybox-1.31.1-r19.trigger 22:18:53 OK: 8 MiB in 20 packages 22:18:56 Removing intermediate container 45ffb7a3017c 22:18:56 ---> 0987542ffe10 22:18:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:18:57 ---> a05fc2770013 22:18:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:18:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:18:57 Status: Downloaded newer image for docker:20.10.0 22:18:57 ---> aefe523efa57 22:18:57 Step 12/26 : RUN apk add --no-cache bash 22:18:58 ---> Running in cadd44783dfe 22:18:58 ---> 0a5aee1c555e 22:18:58 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:18:59 ---> 4fae0f469a22 22:18:59 Step 19/23 : ENTRYPOINT ["/core-data"] 22:19:00 ---> Running in 84ef737b065e 22:19:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:00 (1/2) Installing readline (8.0.4-r0) 22:19:00 (2/2) Installing bash (5.0.17-r0) 22:19:00 Executing bash-5.0.17-r0.post-install 22:19:00 Executing busybox-1.31.1-r19.trigger 22:19:00 OK: 12 MiB in 22 packages 22:19:01 Removing intermediate container 84ef737b065e 22:19:01 ---> 621aa0ae541b 22:19:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:01 ---> Running in ef93a978988d 22:19:02 Removing intermediate container ef93a978988d 22:19:02 ---> 78e1aa22e24c 22:19:02 Step 21/23 : LABEL arch=x86_64 22:19:02 ---> Running in 3b1ffd8deb46 22:19:02 Removing intermediate container cadd44783dfe 22:19:02 ---> fe646634fa12 22:19:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:19:03 ---> Running in 62457b721c2d 22:19:03 Removing intermediate container 3b1ffd8deb46 22:19:03 ---> ad74643c6640 22:19:03 Step 22/23 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:19:03 Removing intermediate container 62457b721c2d 22:19:03 ---> a035e48c1f1f 22:19:03 Step 14/26 : ENV APP_PORT=48090 22:19:03 ---> Running in ab0f4f969e32 22:19:03 ---> Running in 6cfa51af29af 22:19:04 Removing intermediate container ab0f4f969e32 22:19:04 ---> d68f6f3677df 22:19:04 Step 23/23 : LABEL version=0.0.0 22:19:04 Removing intermediate container 6cfa51af29af 22:19:04 ---> aacc9c89057b 22:19:04 Step 15/26 : EXPOSE $APP_PORT 22:19:04 ---> Running in 003849451bac 22:19:04 ---> Running in 1368fac3f3b7 22:19:04 Removing intermediate container 003849451bac 22:19:04 ---> 5a4bd6905cb7 22:19:04 22:19:05 Removing intermediate container 1368fac3f3b7 22:19:05 ---> ea55ec94aaf8 22:19:05 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:19:05 lf-activate-venv(): INFO: Adding /tmp/venv-G2DC/bin to PATH 22:19:05 INFO: No Stack... 22:19:05 INFO: Retrieving Pricing Info for: lf-standard-4 22:19:05 INFO: Archiving Costs 22:19:05 Successfully built 5a4bd6905cb7 22:19:05 Successfully tagged docker-core-data-go:latest [Pipeline] sh 22:19:05 + cat /w/workspace/edgex-go/4/archives/cost.csv 22:19:05 + cut -d, -f6 [Pipeline] lock 22:19:05 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3251-4-stack-cost] 22:19:05 Resource [jenkins-edgexfoundry-edgex-go-PR-3251-4-stack-cost] did not exist. Created. 22:19:05 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3251-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:19:06 + echo total: 0.4099999964237213 [Pipeline] stash 22:19:06 Stashed 1 file(s) [Pipeline] } 22:19:06 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3251-4-stack-cost] [Pipeline] // lock [Pipeline] } 22:19:06  Building docker-core-data-go ... done  ---> 5ffc52deabf3 22:19:06 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:19:06 ---> f817e3ba1511 22:19:06 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:19:07 ---> 1cfbf09c1fdc 22:19:07 Step 19/26 : RUN apk --no-cache add py3-pip 22:19:07 ---> Running in 7894582e3db8 22:19:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:09 (1/33) Installing libbz2 (1.0.8-r1) 22:19:09 (2/33) Installing expat (2.2.9-r1) 22:19:09 (3/33) Installing libffi (3.3-r2) 22:19:09 (4/33) Installing gdbm (1.13-r1) 22:19:09 (5/33) Installing xz-libs (5.2.5-r0) 22:19:09 (6/33) Installing sqlite-libs (3.32.1-r0) 22:19:10 (7/33) Installing python3 (3.8.8-r0) 22:19:11 (8/33) Installing py3-appdirs (1.4.4-r1) 22:19:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:19:11 (10/33) Installing py3-parsing (2.4.7-r0) 22:19:11 (11/33) Installing py3-six (1.15.0-r0) 22:19:11 (12/33) Installing py3-packaging (20.4-r0) 22:19:11 (13/33) Installing py3-setuptools (47.0.0-r0) 22:19:11 (14/33) Installing py3-chardet (3.0.4-r4) 22:19:12 (15/33) Installing py3-idna (2.9-r0) 22:19:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:19:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:19:12 (18/33) Installing py3-requests (2.23.0-r0) 22:19:12 (19/33) Installing py3-msgpack (1.0.0-r0) 22:19:12 (20/33) Installing py3-lockfile (0.12.2-r3) 22:19:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:19:12 (22/33) Installing py3-colorama (0.4.3-r0) 22:19:12 (23/33) Installing py3-distlib (0.3.0-r0) 22:19:12 (24/33) Installing py3-distro (1.5.0-r1) 22:19:12 (25/33) Installing py3-webencodings (0.5.1-r3) 22:19:12 (26/33) Installing py3-html5lib (1.0.1-r4) 22:19:12 (27/33) Installing py3-pytoml (0.1.21-r0) 22:19:12 (28/33) Installing py3-pep517 (0.8.2-r0) 22:19:12 (29/33) Installing py3-progress (1.5-r0) 22:19:12 (30/33) Installing py3-toml (0.10.1-r0) 22:19:12 (31/33) Installing py3-retrying (1.3.3-r0) 22:19:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:19:12 (33/33) Installing py3-pip (20.1.1-r0) 22:19:12 Executing busybox-1.31.1-r19.trigger 22:19:12 OK: 71 MiB in 55 packages 22:19:26 Removing intermediate container 7894582e3db8 22:19:26 ---> 62badc36fbfe 22:19:26 Step 20/26 : RUN pip install docker-compose==1.23.2 22:19:26 ---> Running in 44c6c61d99cf 22:19:27 Collecting docker-compose==1.23.2 22:19:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:19:28 Collecting cached-property<2,>=1.2.0 22:19:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:19:28 Collecting websocket-client<1.0,>=0.32.0 22:19:28 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 22:19:28 Collecting docker<4.0,>=3.6.0 22:19:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:19:29 Collecting dockerpty<0.5,>=0.4.1 22:19:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:19:30 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:19:30 Collecting texttable<0.10,>=0.9.0 22:19:30 Downloading texttable-0.9.1.tar.gz (11 kB) 22:19:31 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:19:31 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:19:31 Collecting jsonschema<3,>=2.5.1 22:19:31 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:19:31 Collecting PyYAML<4,>=3.10 22:19:31 Downloading PyYAML-3.13.tar.gz (270 kB) 22:19:32 Collecting docopt<0.7,>=0.6.1 22:19:33 Downloading docopt-0.6.2.tar.gz (25 kB) 22:19:34 Collecting docker-pycreds>=0.4.0 22:19:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:19:34 Collecting urllib3<1.25,>=1.21.1 22:19:34 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:19:34 Collecting idna<2.8,>=2.5 22:19:34 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:19:34 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:19:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:19:34 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:19:34 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:19:34 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:19:34 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:19:34 Installing collected packages: cached-property, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, texttable, jsonschema, PyYAML, docopt, docker-compose 22:19:35 Attempting uninstall: urllib3 22:19:35 Found existing installation: urllib3 1.25.9 22:19:35 Uninstalling urllib3-1.25.9: 22:19:35 Successfully uninstalled urllib3-1.25.9 22:19:35 Attempting uninstall: idna 22:19:35 Found existing installation: idna 2.9 22:19:35 Uninstalling idna-2.9: 22:19:35 Successfully uninstalled idna-2.9 22:19:35 Attempting uninstall: requests 22:19:35 Found existing installation: requests 2.23.0 22:19:35 Uninstalling requests-2.23.0: 22:19:35 Successfully uninstalled requests-2.23.0 22:19:36 Running setup.py install for dockerpty: started 22:19:37 Running setup.py install for dockerpty: finished with status 'done' 22:19:37 Running setup.py install for texttable: started 22:19:38 Running setup.py install for texttable: finished with status 'done' 22:19:38 Running setup.py install for PyYAML: started 22:19:39 Running setup.py install for PyYAML: finished with status 'done' 22:19:39 Running setup.py install for docopt: started 22:19:40 Running setup.py install for docopt: finished with status 'done' 22:19:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 22:19:44 Removing intermediate container 44c6c61d99cf 22:19:44 ---> 4558dd7f9e10 22:19:44 Step 21/26 : RUN apk --no-cache add curl 22:19:44 ---> Running in 7a613e56e724 22:19:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:19:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:19:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:19:46 (2/3) Installing libcurl (7.69.1-r3) 22:19:46 (3/3) Installing curl (7.69.1-r3) 22:19:46 Executing busybox-1.31.1-r19.trigger 22:19:46 OK: 72 MiB in 58 packages 22:19:48 Removing intermediate container 7a613e56e724 22:19:48 ---> 2ee1addbdd91 22:19:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:19:48 ---> Running in 8d034e0bfeac 22:19:48 Removing intermediate container 8d034e0bfeac 22:19:48 ---> d0eb75cfe2d5 22:19:48 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:19:48 ---> Running in 02928defd8c7 22:19:48 Removing intermediate container 02928defd8c7 22:19:48 ---> 14d6263b994f 22:19:48 Step 24/26 : LABEL arch=x86_64 22:19:49 ---> Running in 7df4b060f5d3 22:19:50 Removing intermediate container 7df4b060f5d3 22:19:50 ---> 4b21250981ab 22:19:50 Step 25/26 : LABEL git_sha=85a64227c90de92044750481262f85778b35ad30 22:19:50 ---> Running in 7b48fd24a55d 22:19:52 Removing intermediate container 7b48fd24a55d 22:19:52 ---> 3a655442233f 22:19:52 Step 26/26 : LABEL version=0.0.0 22:19:52 ---> Running in f9d732d4a8fb 22:19:54 Removing intermediate container f9d732d4a8fb 22:19:54 ---> d3f1d79971ef 22:19:54 22:19:55 Successfully built d3f1d79971ef 22:19:55 Successfully tagged docker-sys-mgmt-agent-go:latest 22:19:55  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:19:56 $ docker stop --time=1 ec2fef110bb41d48928b970945de4cd59bec3abe8ea0bc8ad182d3a286977336 22:19:58 $ docker rm -f ec2fef110bb41d48928b970945de4cd59bec3abe8ea0bc8ad182d3a286977336 [Pipeline] // withDockerContainer [Pipeline] sh 22:19:59 + docker images 22:19:59 + grep docker 22:20:00 docker-sys-mgmt-agent-go latest d3f1d79971ef 7 seconds ago 313MB 22:20:00 docker-core-data-go latest 5a4bd6905cb7 56 seconds ago 22.6MB 22:20:00 docker-security-secretstore-setup-go latest a330618854ea About a minute ago 24.9MB 22:20:00 docker-support-scheduler-go latest 3c6e925dbd6e 2 minutes ago 17.3MB 22:20:00 docker-security-bootstrapper-go latest 738f31241417 5 minutes ago 18.8MB 22:20:00 docker-core-metadata-go latest c5bf1e138d8c 5 minutes ago 19MB 22:20:00 docker-core-command-go latest acde1430a1c2 5 minutes ago 17.2MB 22:20:00 docker-support-notifications-go latest 95363c21a742 5 minutes ago 17.8MB 22:20:00 docker-security-proxy-setup-go latest f3b939b48744 5 minutes ago 24.7MB 22:20:00 docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:20:16 Still waiting to schedule task 22:20:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 22:21:13 Running on prd-ubuntu18.04-docker-8c-8g-29861 in /w/workspace/edgexfoundry_edgex-go_PR-3251 [Pipeline] { [Pipeline] ws 22:21:13 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 22:21:15 using credential edgex-jenkins-ssh 22:21:15 Cloning the remote Git repository 22:21:15 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:21:15 > git init /w/workspace/edgex-go/4 # timeout=10 22:21:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:21:15 > git --version # timeout=10 22:21:15 > git --version # 'git version 2.17.1' 22:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:21:25 Merging remotes/origin/master commit e4452ab79e32c06b9a1c96c946d524d5f9ceed90 into PR head commit 85a64227c90de92044750481262f85778b35ad30 22:21:25 Merge succeeded, producing 85a64227c90de92044750481262f85778b35ad30 22:21:25 Checking out Revision 85a64227c90de92044750481262f85778b35ad30 (PR-3251) 22:21:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:21:25 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:21:25 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:21:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:21:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3251/head:refs/remotes/origin/PR-3251 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:21:25 > git config core.sparsecheckout # timeout=10 22:21:25 > git checkout -f 85a64227c90de92044750481262f85778b35ad30 # timeout=10 22:21:25 > git remote # timeout=10 22:21:25 > git config --get remote.origin.url # timeout=10 22:21:25 using GIT_SSH to set credentials SSH Credentials for GitHub 22:21:25 > git merge e4452ab79e32c06b9a1c96c946d524d5f9ceed90 # timeout=10 22:21:25 > git rev-parse HEAD^{commit} # timeout=10 22:21:25 > git config core.sparsecheckout # timeout=10 22:21:25 > git checkout -f 85a64227c90de92044750481262f85778b35ad30 # timeout=10 22:21:29 Commit message: "Merge branch 'master' into set-acl-agent-token" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:21:30 + echo snap-build.sh 22:21:30 snap-build.sh 22:21:30 + SNAP_BASE_DIR=. 22:21:30 + '[' '!' -z /w/workspace/edgex-go/4 ']' 22:21:30 + SNAP_BASE_DIR=/w/workspace/edgex-go/4 22:21:30 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' 22:21:30 [snap-build] Building snap in dir [/w/workspace/edgex-go/4] 22:21:30 + cd /w/workspace/edgex-go/4 22:21:30 + sudo apt-get remove -qy --purge lxd lxd-client 22:21:30 Reading package lists... 22:21:30 Building dependency tree... 22:21:30 Reading state information... 22:21:31 The following packages were automatically installed and are no longer required: 22:21:31 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:21:31 uidmap xdelta3 22:21:31 Use 'sudo apt autoremove' to remove them. 22:21:31 The following packages will be REMOVED: 22:21:31 lxd* lxd-client* 22:21:31 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:21:31 After this operation, 31.7 MB disk space will be freed. 22:21:32 (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.) 22:21:32 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:21:33 Removing lxd dnsmasq configuration 22:21:33 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:21:33 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:21:34 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:21:34 (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.) 22:21:34 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:21:36 Processing triggers for systemd (237-3ubuntu10.42) ... 22:21:36 Processing triggers for ureadahead (0.100.0-21) ... 22:21:37 + sudo snap remove --purge lxd 22:21:38 snap "lxd" is not installed 22:21:38 + sudo groupadd --force --system lxd 22:21:38 ++ whoami 22:21:38 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:21:38 + newgrp - lxd 22:21:38 + sudo snap install lxd 22:21:48 2021-03-15T22:21:46Z INFO Waiting for automatic snapd restart... 22:22:06 lxd 4.12 from Canonical* installed 22:22:06 + sudo lxd init --auto 22:22:13 + sudo snap install --classic snapcraft 22:22:17 snapcraft 4.5.4 from Canonical* installed 22:22:17 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:22:17 + patch --verbose -p1 22:22:17 Hmm... Looks like a unified diff to me... 22:22:17 The text leading up to this was: 22:22:17 -------------------------- 22:22:17 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 22:22:17 |From: Tony Espy 22:22:17 |Date: Tue, 9 Mar 2021 19:05:15 -0500 22:22:17 |Subject: [PATCH] optimize snap build for pipeline CI check 22:22:17 | 22:22:17 |This patch is used by the EdgeX CI pipeline builds to 22:22:17 |optimize the snap CI check run for pull requests. When 22:22:17 |applied, it essentially strips out everything (apps and 22:22:17 |parts) from the snapcraft.yaml file except those required 22:22:17 |to build edgex-go, as the whole idea of the CI check is to 22:22:17 |catch changes to edgex-go that break the snap build. 22:22:17 | 22:22:17 |In general, anyone updating snapcraft.yaml will also need 22:22:17 |to update this patch file, otherwise it may fail to apply, 22:22:17 |resulting in a failed snap build CI check in the associated 22:22:17 |pull request. 22:22:17 | 22:22:17 |Note - in addition to applying this patch, the pipeline also 22:22:17 |only primes the snap (e.g. `snapcraft prime`), as there's no 22:22:17 |need to build the finally binary .snap file (and it won't 22:22:17 |work with the patch applied). This further reduces the build 22:22:17 |time. 22:22:17 |--- 22:22:17 | snap/snapcraft.yaml | 452 +------------------------------------------- 22:22:17 | 1 file changed, 1 insertion(+), 451 deletions(-) 22:22:17 | 22:22:17 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 22:22:17 |index d8bc12bc..5a5f5fbb 100644 22:22:17 |--- a/snap/snapcraft.yaml 22:22:17 |+++ b/snap/snapcraft.yaml 22:22:17 -------------------------- 22:22:17 patching file snap/snapcraft.yaml 22:22:17 Using Plan A... 22:22:17 Hunk #1 succeeded at 73. 22:22:17 Hunk #2 succeeded at 205. 22:22:17 Hunk #3 succeeded at 217. 22:22:17 Hunk #4 succeeded at 225. 22:22:17 Hunk #5 succeeded at 232. 22:22:17 Hunk #6 succeeded at 259. 22:22:17 Hunk #7 succeeded at 271. 22:22:17 Hunk #8 succeeded at 327. 22:22:17 Hmm... Ignoring the trailing garbage. 22:22:17 done 22:22:17 + sudo snapcraft prime --use-lxd 22:22:18 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:22:18 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: 22:22:18 - README.md 22:22:18 22:22:18 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:22:19 Launching a container. 22:22:31 Waiting for container to be ready 22:22:31 To start your first instance, try: lxc launch ubuntu:18.04 22:22:31 22:22:34 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 22:22:34 Waiting for network to be ready... 22:22:35 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:22:35 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:22:35 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 22:22:35 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:22:35 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:22:36 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 22:22:36 Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:22:36 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:22:36 Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 22:22:36 Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 22:22:36 Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 22:22:36 Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:22:36 Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:22:36 Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:22:36 Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:22:36 Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:22:36 Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:22:36 Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:22:36 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:22:37 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 22:22:37 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 22:22:37 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:22:37 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:22:37 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 22:22:37 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 22:22:37 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 22:22:37 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:22:39 Fetched 24.1 MB in 5s (5249 kB/s) 22:22:40 Reading package lists... 22:22:40 Reading package lists... 22:22:40 Building dependency tree... 22:22:40 Reading state information... 22:22:41 The following additional packages will be installed: 22:22:41 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:22:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:22:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:22:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 22:22:41 Suggested packages: 22:22:41 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 22:22:41 Recommended packages: 22:22:41 gnupg libsasl2-modules 22:22:41 The following NEW packages will be installed: 22:22:41 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 22:22:41 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 22:22:41 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 22:22:41 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 22:22:41 The following packages will be upgraded: 22:22:41 gpg gpg-agent gpgconf libudev1 22:22:41 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. 22:22:41 Need to get 3530 kB of archives. 22:22:41 After this operation, 13.3 MB of additional disk space will be used. 22:22:41 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] 22:22:41 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] 22:22:41 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] 22:22:41 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] 22:22:41 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] 22:22:41 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] 22:22:42 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 22:22:42 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 22:22:42 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] 22:22:42 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] 22:22:42 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] 22:22:42 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 22:22:42 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 22:22:42 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 22:22:42 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 22:22:42 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 22:22:42 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 22:22:42 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 22:22:42 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 22:22:42 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 22:22:42 Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 22:22:42 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] 22:22:42 debconf: delaying package configuration, since apt-utils is not installed 22:22:42 Fetched 3530 kB in 1s (3188 kB/s) 22:22:42 (Reading database ... 12511 files and directories currently installed.) 22:22:42 Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... 22:22:42 Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:22:42 Setting up libudev1:amd64 (237-3ubuntu10.44) ... 22:22:42 Selecting previously unselected package udev. 22:22:42 (Reading database ... 12511 files and directories currently installed.) 22:22:42 Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... 22:22:42 Unpacking udev (237-3ubuntu10.44) ... 22:22:42 Selecting previously unselected package libfuse2:amd64. 22:22:42 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 22:22:42 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:22:43 Selecting previously unselected package fuse. 22:22:43 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 22:22:43 Unpacking fuse (2.9.7-1ubuntu1) ... 22:22:43 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:43 Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:22:43 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:43 Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:22:43 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:43 Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:22:43 Selecting previously unselected package libksba8:amd64. 22:22:43 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 22:22:43 Unpacking libksba8:amd64 (1.3.5-2) ... 22:22:43 Selecting previously unselected package libroken18-heimdal:amd64. 22:22:43 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:43 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:43 Selecting previously unselected package libasn1-8-heimdal:amd64. 22:22:43 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:43 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:43 Selecting previously unselected package libheimbase1-heimdal:amd64. 22:22:43 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:43 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:43 Selecting previously unselected package libhcrypto4-heimdal:amd64. 22:22:43 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:43 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:43 Selecting previously unselected package libwind0-heimdal:amd64. 22:22:43 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:43 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:44 Selecting previously unselected package libhx509-5-heimdal:amd64. 22:22:44 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:44 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:44 Selecting previously unselected package libkrb5-26-heimdal:amd64. 22:22:44 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:44 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:44 Selecting previously unselected package libheimntlm0-heimdal:amd64. 22:22:44 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:44 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:44 Selecting previously unselected package libgssapi3-heimdal:amd64. 22:22:44 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 22:22:44 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:44 Selecting previously unselected package libsasl2-modules-db:amd64. 22:22:44 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:22:44 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:22:44 Selecting previously unselected package libsasl2-2:amd64. 22:22:44 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 22:22:44 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:22:44 Selecting previously unselected package libldap-common. 22:22:44 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... 22:22:44 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:22:44 Selecting previously unselected package libldap-2.4-2:amd64. 22:22:44 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... 22:22:44 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:22:44 Selecting previously unselected package dirmngr. 22:22:44 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... 22:22:44 Unpacking dirmngr (2.2.4-1ubuntu1.4) ... 22:22:44 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... 22:22:44 Setting up gpgconf (2.2.4-1ubuntu1.4) ... 22:22:44 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 22:22:44 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:22:44 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 22:22:44 Setting up gpg-agent (2.2.4-1ubuntu1.4) ... 22:22:45 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:45 Setting up libksba8:amd64 (1.3.5-2) ... 22:22:45 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:22:45 Setting up udev (237-3ubuntu10.44) ... 22:22:45 invoke-rc.d: policy-rc.d denied execution of start. 22:22:45 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:45 Processing triggers for systemd (237-3ubuntu10) ... 22:22:45 Setting up fuse (2.9.7-1ubuntu1) ... 22:22:45 Setting up gpg (2.2.4-1ubuntu1.4) ... 22:22:46 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:46 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:46 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:46 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:46 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:46 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:46 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 22:22:46 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... 22:22:46 Setting up dirmngr (2.2.4-1ubuntu1.4) ... 22:22:46 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:22:46 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 22:22:46 settings in the [Install] section, and DefaultInstance for template units). 22:22:46 This means they are not meant to be enabled using systemctl. 22:22:46 Possible reasons for having this kind of units are: 22:22:46 1) A unit may be statically enabled by being symlinked from another unit's 22:22:46 .wants/ or .requires/ directory. 22:22:46 2) A unit's purpose may be to act as a helper for some other unit which has 22:22:46 a requirement dependency on it. 22:22:46 3) A unit may be started when needed via activation (socket, path, timer, 22:22:46 D-Bus, udev, scripted systemctl call, ...). 22:22:46 4) In case of template units, the unit is meant to be enabled with some 22:22:46 instance name specified. 22:22:46 Reading package lists... 22:22:47 Building dependency tree... 22:22:47 Reading state information... 22:22:47 The following additional packages will be installed: 22:22:47 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 22:22:47 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 22:22:47 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 22:22:47 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 22:22:47 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 22:22:47 Suggested packages: 22:22:47 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 22:22:47 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 22:22:47 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 22:22:47 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 22:22:47 systemd-container policykit-1 22:22:47 Recommended packages: 22:22:47 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 22:22:47 The following NEW packages will be installed: 22:22:47 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 22:22:47 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 22:22:47 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 22:22:47 multiarch-support openssh-client python3 python3-minimal python3.6 22:22:47 python3.6-minimal snapd squashfs-tools sudo 22:22:47 The following packages will be upgraded: 22:22:47 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 22:22:47 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. 22:22:47 Need to get 35.2 MB of archives. 22:22:47 After this operation, 141 MB of additional disk space will be used. 22:22:47 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 22:22:47 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] 22:22:48 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 22:22:48 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] 22:22:48 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] 22:22:48 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 22:22:48 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 22:22:48 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 22:22:48 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 22:22:48 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 22:22:48 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 22:22:48 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 22:22:48 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 22:22:48 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 22:22:49 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] 22:22:49 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 22:22:49 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] 22:22:49 Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 22:22:49 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] 22:22:49 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] 22:22:49 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 22:22:49 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] 22:22:49 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 22:22:49 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 22:22:49 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 22:22:49 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 22:22:49 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 22:22:49 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] 22:22:49 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 22:22:49 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] 22:22:50 debconf: delaying package configuration, since apt-utils is not installed 22:22:50 Fetched 35.2 MB in 3s (11.3 MB/s) 22:22:50 (Reading database ... 12757 files and directories currently installed.) 22:22:50 Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... 22:22:50 Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:22:51 Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... 22:22:51 Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:22:51 Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... 22:22:51 (Reading database ... 12757 files and directories currently installed.) 22:22:51 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 22:22:51 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 22:22:51 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 22:22:51 (Reading database ... 12757 files and directories currently installed.) 22:22:51 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 22:22:51 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 22:22:52 Setting up apt (1.6.12ubuntu0.2) ... 22:22:52 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 22:22:52 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 22:22:52 (Reading database ... 12764 files and directories currently installed.) 22:22:52 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:22:52 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:22:52 Selecting previously unselected package libpython3.6-minimal:amd64. 22:22:52 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:22:52 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:22:53 Selecting previously unselected package libexpat1:amd64. 22:22:53 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 22:22:53 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:22:53 Selecting previously unselected package python3.6-minimal. 22:22:53 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:22:53 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:22:53 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... 22:22:53 Checking for services that may need to be restarted...done. 22:22:53 Checking for services that may need to be restarted...done. 22:22:53 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:22:53 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 22:22:53 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... 22:22:54 Selecting previously unselected package python3-minimal. 22:22:54 (Reading database ... 13012 files and directories currently installed.) 22:22:54 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 22:22:54 Unpacking python3-minimal (3.6.7-1~18.04) ... 22:22:54 Selecting previously unselected package mime-support. 22:22:54 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 22:22:54 Unpacking mime-support (3.60ubuntu1) ... 22:22:54 Selecting previously unselected package libmpdec2:amd64. 22:22:54 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 22:22:54 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:22:54 Selecting previously unselected package libpython3.6-stdlib:amd64. 22:22:54 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:22:54 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:22:54 Selecting previously unselected package python3.6. 22:22:54 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... 22:22:54 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:22:54 Selecting previously unselected package libpython3-stdlib:amd64. 22:22:54 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 22:22:54 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:22:54 Setting up python3-minimal (3.6.7-1~18.04) ... 22:22:55 Selecting previously unselected package python3. 22:22:55 (Reading database ... 13442 files and directories currently installed.) 22:22:55 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 22:22:55 Unpacking python3 (3.6.7-1~18.04) ... 22:22:55 Selecting previously unselected package multiarch-support. 22:22:55 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 22:22:55 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 22:22:55 Setting up multiarch-support (2.27-3ubuntu1.4) ... 22:22:55 Selecting previously unselected package liblzo2-2:amd64. 22:22:55 (Reading database ... 13479 files and directories currently installed.) 22:22:55 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 22:22:55 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 22:22:55 Selecting previously unselected package libbsd0:amd64. 22:22:55 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 22:22:55 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:22:55 Selecting previously unselected package sudo. 22:22:55 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... 22:22:55 Unpacking sudo (1.8.21p2-3ubuntu1.4) ... 22:22:55 Selecting previously unselected package apparmor. 22:22:55 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 22:22:55 Unpacking apparmor (2.12-4ubuntu5.1) ... 22:22:56 Selecting previously unselected package libedit2:amd64. 22:22:56 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 22:22:56 Unpacking libedit2:amd64 (3.1-20170329-1) ... 22:22:56 Selecting previously unselected package libkrb5support0:amd64. 22:22:56 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 22:22:56 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:22:56 Selecting previously unselected package libk5crypto3:amd64. 22:22:56 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 22:22:56 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:22:56 Selecting previously unselected package libkeyutils1:amd64. 22:22:56 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 22:22:56 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:22:56 Selecting previously unselected package libkrb5-3:amd64. 22:22:56 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 22:22:56 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:22:56 Selecting previously unselected package libgssapi-krb5-2:amd64. 22:22:56 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 22:22:56 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:22:57 Selecting previously unselected package libssl1.0.0:amd64. 22:22:57 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... 22:22:57 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:22:57 Selecting previously unselected package openssh-client. 22:22:57 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 22:22:57 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 22:22:57 Selecting previously unselected package squashfs-tools. 22:22:57 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 22:22:57 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:22:57 Selecting previously unselected package snapd. 22:22:57 Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... 22:22:57 Unpacking snapd (2.48.3+18.04) ... 22:22:59 Setting up libedit2:amd64 (3.1-20170329-1) ... 22:22:59 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... 22:22:59 Setting up mime-support (3.60ubuntu1) ... 22:22:59 Setting up sudo (1.8.21p2-3ubuntu1.4) ... 22:22:59 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 22:22:59 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 22:22:59 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:22:59 Setting up systemd (237-3ubuntu10.44) ... 22:22:59 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 22:23:01 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 22:23:01 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 22:23:01 Setting up liblzo2-2:amd64 (2.08-1.2) ... 22:23:01 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... 22:23:01 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 22:23:01 Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... 22:23:01 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 22:23:01 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 22:23:01 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 22:23:01 Setting up python3 (3.6.7-1~18.04) ... 22:23:01 running python rtupdate hooks for python3.6... 22:23:01 running python post-rtupdate hooks for python3.6... 22:23:01 Setting up apparmor (2.12-4ubuntu5.1) ... 22:23:03 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 22:23:03 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 22:23:03 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 22:23:03 Setting up snapd (2.48.3+18.04) ... 22:23:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 22:23:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 22:23:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 22:23:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 22:23:04 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:23:04 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 22:23:05 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 22:23:05 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 22:23:05 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 22:23:05 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 22:23:05 /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' 22:23:05 Processing triggers for libc-bin (2.27-3ubuntu1) ... 22:23:05 Processing triggers for systemd (237-3ubuntu10.44) ... 22:23:06 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:23:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:23:06 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:23:08 Reading package lists... 22:23:08 Reading package lists... 22:23:08 Building dependency tree... 22:23:08 Reading state information... 22:23:08 Calculating upgrade... 22:23:08 The following packages will be upgraded: 22:23:08 advancecomp base-files bash binutils binutils-common 22:23:08 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 22:23:08 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 22:23:08 grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils 22:23:08 libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 22:23:08 libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 22:23:08 libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 22:23:08 libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 22:23:08 libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules 22:23:08 libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 22:23:08 libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 22:23:08 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 22:23:08 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin 22:23:08 openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler 22:23:08 procps systemd-sysv tar tzdata ubuntu-keyring util-linux 22:23:08 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 22:23:08 Need to get 63.8 MB of archives. 22:23:08 After this operation, 5206 kB of additional disk space will be used. 22:23:08 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-137.141 [1005 kB] 22:23:08 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 22:23:08 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 22:23:08 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 22:23:08 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 22:23:08 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 22:23:08 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 22:23:08 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 22:23:08 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 22:23:08 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 22:23:08 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 22:23:08 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 22:23:08 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 22:23:08 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 22:23:08 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 22:23:08 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 22:23:08 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 22:23:08 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 22:23:08 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 22:23:08 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 22:23:08 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 22:23:09 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 22:23:09 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 22:23:09 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 22:23:09 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 22:23:09 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 22:23:09 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 22:23:09 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 22:23:09 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 22:23:09 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 22:23:09 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 22:23:09 Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 22:23:09 Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 22:23:09 Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 22:23:09 Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 22:23:09 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] 22:23:09 Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 22:23:09 Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 22:23:09 Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 22:23:09 Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] 22:23:09 Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] 22:23:09 Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 22:23:09 Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 22:23:09 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 22:23:09 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] 22:23:09 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 22:23:09 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 22:23:09 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] 22:23:09 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] 22:23:09 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] 22:23:09 Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] 22:23:09 Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 22:23:09 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 22:23:09 Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 22:23:09 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 22:23:09 Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 22:23:09 Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 22:23:09 Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 22:23:09 Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 22:23:09 Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 22:23:09 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 22:23:09 Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 22:23:09 Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 22:23:09 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 22:23:09 Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 22:23:09 Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 22:23:09 Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 22:23:09 Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 22:23:09 Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 22:23:09 Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 22:23:09 Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 22:23:09 Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 22:23:09 Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 22:23:09 Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 22:23:10 Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 22:23:10 Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 22:23:10 Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 22:23:10 Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 22:23:10 Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] 22:23:10 Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] 22:23:10 Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 22:23:10 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 22:23:10 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 22:23:10 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] 22:23:10 Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 22:23:10 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 22:23:10 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] 22:23:10 Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 22:23:10 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 22:23:10 Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 22:23:10 Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 22:23:10 Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 22:23:10 Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 22:23:10 Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 22:23:10 Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 22:23:10 Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 22:23:10 Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 22:23:10 Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 22:23:10 Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 22:23:10 debconf: delaying package configuration, since apt-utils is not installed 22:23:10 Fetched 63.8 MB in 2s (33.6 MB/s) 22:23:10 (Reading database ... 13912 files and directories currently installed.) 22:23:10 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 22:23:10 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:23:11 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 22:23:11 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:23:11 Preparing to unpack .../2-linux-libc-dev_4.15.0-137.141_amd64.deb ... 22:23:11 Unpacking linux-libc-dev:amd64 (4.15.0-137.141) over (4.15.0-20.21) ... 22:23:12 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:12 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:12 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:12 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:12 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:12 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:12 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:12 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:12 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:12 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:13 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:13 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:13 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:13 (Reading database ... 13911 files and directories currently installed.) 22:23:13 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 22:23:13 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 22:23:13 (Reading database ... 13911 files and directories currently installed.) 22:23:13 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:13 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:13 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 22:23:13 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 22:23:14 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:14 (Reading database ... 13911 files and directories currently installed.) 22:23:14 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 22:23:14 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:23:14 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 22:23:14 (Reading database ... 13911 files and directories currently installed.) 22:23:14 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 22:23:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 22:23:14 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 22:23:15 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 22:23:15 Setting up base-files (10.1ubuntu2.10) ... 22:23:15 Installing new version of config file /etc/issue ... 22:23:15 Installing new version of config file /etc/issue.net ... 22:23:15 Installing new version of config file /etc/lsb-release ... 22:23:15 Installing new version of config file /etc/update-motd.d/50-motd-news ... 22:23:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 22:23:15 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 22:23:15 Removing obsolete conffile /etc/default/motd-news ... 22:23:15 (Reading database ... 13912 files and directories currently installed.) 22:23:15 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 22:23:15 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 22:23:15 Setting up bash (4.4.18-2ubuntu1.2) ... 22:23:16 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 22:23:16 (Reading database ... 13912 files and directories currently installed.) 22:23:16 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:16 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 22:23:16 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 22:23:16 (Reading database ... 13912 files and directories currently installed.) 22:23:16 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 22:23:16 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 22:23:16 Setting up tar (1.29b-2ubuntu0.2) ... 22:23:16 (Reading database ... 13912 files and directories currently installed.) 22:23:16 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 22:23:16 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:23:16 Setting up dpkg (1.19.0.5ubuntu2.3) ... 22:23:16 (Reading database ... 13912 files and directories currently installed.) 22:23:16 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 22:23:16 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:23:17 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 22:23:17 (Reading database ... 13912 files and directories currently installed.) 22:23:17 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 22:23:17 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:23:17 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 22:23:17 (Reading database ... 13912 files and directories currently installed.) 22:23:17 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 22:23:17 Unpacking grep (3.1-2build1) over (3.1-2) ... 22:23:17 Setting up grep (3.1-2build1) ... 22:23:17 (Reading database ... 13912 files and directories currently installed.) 22:23:17 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 22:23:17 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:23:17 Setting up login (1:4.5-1ubuntu2) ... 22:23:18 (Reading database ... 13912 files and directories currently installed.) 22:23:18 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 22:23:18 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:18 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 22:23:18 (Reading database ... 13912 files and directories currently installed.) 22:23:18 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 22:23:18 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:23:19 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 22:23:19 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:23:19 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 22:23:19 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:23:19 Setting up perl-base (5.26.1-6ubuntu0.5) ... 22:23:19 (Reading database ... 13912 files and directories currently installed.) 22:23:19 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 22:23:19 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 22:23:20 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:23:20 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:23:20 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 22:23:20 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 22:23:21 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... 22:23:21 (Reading database ... 13912 files and directories currently installed.) 22:23:21 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 22:23:21 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... 22:23:21 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 22:23:21 (Reading database ... 13912 files and directories currently installed.) 22:23:21 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:21 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:21 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:21 (Reading database ... 13912 files and directories currently installed.) 22:23:21 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:21 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:21 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:21 (Reading database ... 13912 files and directories currently installed.) 22:23:21 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:21 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:21 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:22 (Reading database ... 13912 files and directories currently installed.) 22:23:22 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:22 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:22 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:22 (Reading database ... 13912 files and directories currently installed.) 22:23:22 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 22:23:22 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:22 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 22:23:22 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:22 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 22:23:22 (Reading database ... 13912 files and directories currently installed.) 22:23:22 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 22:23:22 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:22 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 22:23:22 (Reading database ... 13912 files and directories currently installed.) 22:23:22 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:23 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:23 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 22:23:23 (Reading database ... 13912 files and directories currently installed.) 22:23:23 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:23 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:23 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 22:23:23 (Reading database ... 13912 files and directories currently installed.) 22:23:23 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:23 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:24 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 22:23:24 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 22:23:24 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 22:23:24 (Reading database ... 13912 files and directories currently installed.) 22:23:24 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 22:23:24 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 22:23:24 Setting up libc-bin (2.27-3ubuntu1.4) ... 22:23:25 (Reading database ... 13912 files and directories currently installed.) 22:23:25 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 22:23:25 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 22:23:25 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 22:23:25 (Reading database ... 13914 files and directories currently installed.) 22:23:25 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 22:23:25 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 22:23:25 Setting up debconf (1.5.66ubuntu1) ... 22:23:25 (Reading database ... 13914 files and directories currently installed.) 22:23:25 Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... 22:23:26 Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:23:26 Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... 22:23:26 (Reading database ... 13914 files and directories currently installed.) 22:23:26 Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... 22:23:26 Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... 22:23:26 Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... 22:23:26 (Reading database ... 13914 files and directories currently installed.) 22:23:26 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:23:26 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:23:26 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:23:26 (Reading database ... 13914 files and directories currently installed.) 22:23:26 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:23:26 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:23:26 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 22:23:26 (Reading database ... 13914 files and directories currently installed.) 22:23:26 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 22:23:26 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:23:27 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 22:23:27 (Reading database ... 13914 files and directories currently installed.) 22:23:27 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 22:23:27 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 22:23:27 Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... 22:23:27 Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... 22:23:27 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 22:23:27 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:23:28 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 22:23:28 (Reading database ... 13914 files and directories currently installed.) 22:23:28 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 22:23:28 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 22:23:28 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 22:23:28 (Reading database ... 13914 files and directories currently installed.) 22:23:28 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 22:23:28 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 22:23:28 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 22:23:28 (Reading database ... 13914 files and directories currently installed.) 22:23:28 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 22:23:28 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 22:23:28 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 22:23:29 (Reading database ... 13914 files and directories currently installed.) 22:23:29 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... 22:23:29 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... 22:23:29 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... 22:23:29 (Reading database ... 13914 files and directories currently installed.) 22:23:29 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 22:23:29 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 22:23:29 Setting up passwd (1:4.5-1ubuntu2) ... 22:23:29 (Reading database ... 13914 files and directories currently installed.) 22:23:29 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... 22:23:29 Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... 22:23:29 Setting up gpgv (2.2.4-1ubuntu1.4) ... 22:23:30 (Reading database ... 13914 files and directories currently installed.) 22:23:30 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 22:23:30 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 22:23:30 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 22:23:30 (Reading database ... 13914 files and directories currently installed.) 22:23:30 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 22:23:30 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 22:23:30 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 22:23:30 (Reading database ... 13914 files and directories currently installed.) 22:23:30 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 22:23:30 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 22:23:30 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 22:23:30 (Reading database ... 13914 files and directories currently installed.) 22:23:30 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 22:23:30 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 22:23:31 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 22:23:31 (Reading database ... 13914 files and directories currently installed.) 22:23:31 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 22:23:31 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 22:23:31 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 22:23:31 (Reading database ... 13914 files and directories currently installed.) 22:23:31 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 22:23:31 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 22:23:31 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 22:23:31 (Reading database ... 13915 files and directories currently installed.) 22:23:31 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:23:31 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:23:31 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 22:23:31 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 22:23:32 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... 22:23:32 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... 22:23:32 Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... 22:23:32 Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... 22:23:32 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 22:23:32 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 22:23:32 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 22:23:32 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 22:23:32 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 22:23:32 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 22:23:32 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 22:23:32 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 22:23:33 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 22:23:33 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 22:23:33 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 22:23:33 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 22:23:33 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 22:23:33 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 22:23:33 Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... 22:23:33 Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... 22:23:34 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 22:23:34 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 22:23:34 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 22:23:34 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 22:23:34 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:23:34 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:23:35 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:23:35 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:23:35 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:23:35 Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:23:35 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... 22:23:35 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... 22:23:36 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:36 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:36 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:36 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:36 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:36 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:36 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:36 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:37 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:37 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:38 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:38 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:39 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:39 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:39 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:39 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:40 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 22:23:40 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 22:23:40 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:23:40 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:23:40 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 22:23:40 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:23:40 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 22:23:40 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 22:23:41 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 22:23:41 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 22:23:41 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:23:41 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:23:41 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 22:23:41 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 22:23:41 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 22:23:41 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 22:23:41 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:41 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 22:23:41 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:41 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:41 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:41 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 22:23:41 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 22:23:41 Setting up tzdata (2021a-0ubuntu0.18.04) ... 22:23:42 22:23:42 Current default time zone: 'Etc/UTC' 22:23:42 Local time is now: Mon Mar 15 22:23:41 UTC 2021. 22:23:42 Universal Time is now: Mon Mar 15 22:23:41 UTC 2021. 22:23:42 Run 'dpkg-reconfigure tzdata' if you wish to change it. 22:23:42 22:23:42 Setting up systemd-sysv (237-3ubuntu10.44) ... 22:23:42 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:42 Setting up linux-libc-dev:amd64 (4.15.0-137.141) ... 22:23:42 Setting up mount (2.31.1-0.4ubuntu3.7) ... 22:23:42 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 22:23:42 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 22:23:42 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 22:23:42 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 22:23:42 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 22:23:42 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 22:23:42 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:42 Setting up procps (2:3.3.12-3ubuntu1.2) ... 22:23:42 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:42 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... 22:23:42 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:42 Setting up patch (2.7.6-2ubuntu1.1) ... 22:23:42 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 22:23:42 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 22:23:42 Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... 22:23:42 Installing new version of config file /etc/ssl/openssl.cnf ... 22:23:42 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 22:23:42 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 22:23:42 Setting up ca-certificates (20210119~18.04.1) ... 22:23:44 Updating certificates in /etc/ssl/certs... 22:23:45 23 added, 27 removed; done. 22:23:45 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 22:23:45 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 22:23:45 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 22:23:45 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 22:23:45 Setting up pkgbinarymangler (138.18.04.1) ... 22:23:45 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:45 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... 22:23:45 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:45 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:45 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:45 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 22:23:45 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 22:23:45 Setting up perl (5.26.1-6ubuntu0.5) ... 22:23:46 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... 22:23:46 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 22:23:46 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 22:23:46 Setting up binutils (2.30-21ubuntu1~18.04.5) ... 22:23:46 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 22:23:46 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 22:23:46 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 22:23:46 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 22:23:46 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 22:23:46 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:23:46 Processing triggers for systemd (237-3ubuntu10.44) ... 22:23:46 Processing triggers for mime-support (3.60ubuntu1) ... 22:23:46 Processing triggers for ca-certificates (20210119~18.04.1) ... 22:23:46 Updating certificates in /etc/ssl/certs... 22:23:47 0 added, 0 removed; done. 22:23:47 Running hooks in /etc/ca-certificates/update.d... 22:23:47 done. 22:23:47 Reading package lists... 22:23:47 Building dependency tree... 22:23:47 Reading state information... 22:23:47 The following NEW packages will be installed: 22:23:47 apt-transport-https 22:23:48 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 22:23:48 Need to get 1696 B of archives. 22:23:48 After this operation, 153 kB of additional disk space will be used. 22:23:48 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 22:23:48 debconf: delaying package configuration, since apt-utils is not installed 22:23:48 Fetched 1696 B in 0s (8375 B/s) 22:23:48 Selecting previously unselected package apt-transport-https. 22:23:48 (Reading database ... 13920 files and directories currently installed.) 22:23:48 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 22:23:48 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 22:23:48 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 22:23:48 Waiting for network to be ready... 22:23:54 2021-03-15T22:23:51Z INFO Waiting for automatic snapd restart... 22:23:54 snapd 2.49 from Canonical* installed 22:23:55 "snapd" switched to the "latest/stable" channel 22:23:55 22:23:58 core18 20210128 from Canonical* installed 22:23:58 "core18" switched to the "latest/stable" channel 22:23:58 22:24:01 snapcraft 4.5.4 from Canonical* installed 22:24:01 "snapcraft" switched to the "latest/stable" channel 22:24:01 22:24:06 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: 22:24:06 - README.md 22:24:06 22:24:06 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 22:24:12 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:24:12 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 22:24:12 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 22:24:12 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:24:13 Reading package lists... 22:24:13 Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 22:24:20 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:24:20 Reading package lists... 22:24:20 Building dependency tree... 22:24:20 Reading state information... 22:24:20 Suggested packages: 22:24:20 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 22:24:20 git-gui gitk gitweb git-cvs git-mediawiki git-svn 22:24:20 Recommended packages: 22:24:20 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 22:24:20 The following NEW packages will be installed: 22:24:20 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 22:24:20 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 22:24:20 pkg-config zip 22:24:20 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 22:24:20 Need to get 7657 kB of archives. 22:24:20 After this operation, 43.8 MB of additional disk space will be used. 22:24:20 Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 22:24:20 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] 22:24:20 Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 22:24:20 Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 22:24:20 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 22:24:20 Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 22:24:20 Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 22:24:20 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 22:24:20 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 22:24:20 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 22:24:21 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 22:24:21 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] 22:24:21 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] 22:24:22 Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 22:24:22 Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 22:24:22 debconf: delaying package configuration, since apt-utils is not installed 22:24:22 Fetched 7657 kB in 2s (4470 kB/s) 22:24:22 Selecting previously unselected package libglib2.0-0:amd64. 22:24:22 (Reading database ... 13924 files and directories currently installed.) 22:24:22 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... 22:24:22 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:24:22 Selecting previously unselected package libpsl5:amd64. 22:24:22 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 22:24:22 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 22:24:22 Selecting previously unselected package libnghttp2-14:amd64. 22:24:22 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 22:24:22 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:24:22 Selecting previously unselected package librtmp1:amd64. 22:24:22 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 22:24:22 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:24:22 Selecting previously unselected package libcurl3-gnutls:amd64. 22:24:22 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 22:24:22 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:24:22 Selecting previously unselected package liberror-perl. 22:24:22 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 22:24:22 Unpacking liberror-perl (0.17025-1) ... 22:24:23 Selecting previously unselected package git-man. 22:24:23 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... 22:24:23 Unpacking git-man (1:2.17.1-1ubuntu0.8) ... 22:24:23 Selecting previously unselected package git. 22:24:23 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... 22:24:23 Unpacking git (1:2.17.1-1ubuntu0.8) ... 22:24:24 Selecting previously unselected package libnorm1:amd64. 22:24:24 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 22:24:24 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:24:24 Selecting previously unselected package libpgm-5.2-0:amd64. 22:24:24 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 22:24:24 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:24:24 Selecting previously unselected package libsodium23:amd64. 22:24:24 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 22:24:24 Unpacking libsodium23:amd64 (1.0.16-2) ... 22:24:24 Selecting previously unselected package libzmq5:amd64. 22:24:24 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 22:24:24 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:24:24 Selecting previously unselected package libzmq3-dev:amd64. 22:24:24 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 22:24:24 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:24:24 Selecting previously unselected package pkg-config. 22:24:24 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 22:24:24 Unpacking pkg-config (0.29.1-0ubuntu2) ... 22:24:25 Selecting previously unselected package zip. 22:24:25 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 22:24:25 Unpacking zip (3.0-11build1) ... 22:24:25 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 22:24:25 Setting up git-man (1:2.17.1-1ubuntu0.8) ... 22:24:25 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 22:24:25 Setting up liberror-perl (0.17025-1) ... 22:24:25 Setting up libpsl5:amd64 (0.19.1-5build1) ... 22:24:25 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... 22:24:25 No schema files found: doing nothing. 22:24:25 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 22:24:25 Setting up zip (3.0-11build1) ... 22:24:25 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 22:24:25 Setting up libsodium23:amd64 (1.0.16-2) ... 22:24:25 Setting up pkg-config (0.29.1-0ubuntu2) ... 22:24:25 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 22:24:25 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 22:24:25 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 22:24:25 Setting up git (1:2.17.1-1ubuntu0.8) ... 22:24:25 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 22:24:32 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:24:32 git set to automatically installed. 22:24:32 git-man set to automatically installed. 22:24:32 libcurl3-gnutls set to automatically installed. 22:24:32 liberror-perl set to automatically installed. 22:24:32 libglib2.0-0 set to automatically installed. 22:24:32 libnghttp2-14 set to automatically installed. 22:24:32 libnorm1 set to automatically installed. 22:24:32 libpgm-5.2-0 set to automatically installed. 22:24:32 libpsl5 set to automatically installed. 22:24:32 librtmp1 set to automatically installed. 22:24:32 libsodium23 set to automatically installed. 22:24:32 libzmq3-dev set to automatically installed. 22:24:32 libzmq5 set to automatically installed. 22:24:32 pkg-config set to automatically installed. 22:24:32 zip set to automatically installed. 22:24:34 snapd is not logged in, snap install commands will use sudo 22:24:40 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:25:03 go (1.15/stable) 1.15.9 from Michael Hudson-Doyle (mwhudson) installed 22:25:03 snapd is not logged in, snap install commands will use sudo 22:25:10 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 22:25:10 snap "core18" has no updates available 22:25:10 Pulling config-common 22:25:10 + snapcraftctl pull 22:25:11 Pulling go-build-helper 22:25:11 + snapcraftctl pull 22:25:13 'edgex-go' has dependencies that need to be staged: go-build-helper 22:25:13 Skipping pull go-build-helper (already ran) 22:25:13 Building go-build-helper 22:25:13 + snapcraftctl build 22:25:15 Staging go-build-helper 22:25:15 + snapcraftctl stage 22:25:25 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 22:25:25 Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 22:25:25 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 22:25:25 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] 22:25:25 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 22:25:25 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 22:25:25 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 22:25:25 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 22:25:25 Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 22:25:25 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 22:25:25 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 22:25:25 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] 22:25:25 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] 22:25:25 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] 22:25:25 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] 22:25:25 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] 22:25:25 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] 22:25:25 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] 22:25:25 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 22:25:25 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1937 kB] 22:25:25 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [397 kB] 22:25:25 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] 22:25:25 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] 22:25:25 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [274 kB] 22:25:25 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [36.5 kB] 22:25:25 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1720 kB] 22:25:25 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] 22:25:25 Fetched 24.1 MB in 0s (0 B/s) 22:25:25 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 22:25:25 Fetched 224 kB in 0s (0 B/s) 22:25:25 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 22:25:25 Fetched 157 kB in 0s (0 B/s) 22:25:25 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 22:25:25 Fetched 221 kB in 0s (0 B/s) 22:25:25 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 22:25:25 Fetched 143 kB in 0s (0 B/s) 22:25:25 Pulling edgex-go 22:25:25 + snapcraftctl pull 22:25:47 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 22:25:47 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 22:25:47 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 22:25:47 Fetched 0 B in 0s (0 B/s) 22:25:47 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 22:25:47 Fetched 96.5 kB in 0s (0 B/s) 22:25:47 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 22:25:47 Fetched 279 kB in 0s (0 B/s) 22:25:47 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 22:25:47 Fetched 122 kB in 0s (0 B/s) 22:25:47 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 22:25:47 Fetched 77.8 kB in 0s (0 B/s) 22:25:47 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 22:25:47 Fetched 8848 B in 0s (0 B/s) 22:25:47 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 22:25:47 Fetched 47.8 kB in 0s (0 B/s) 22:25:47 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 22:25:47 Fetched 45.6 kB in 0s (0 B/s) 22:25:47 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 22:25:47 Fetched 15.0 kB in 0s (0 B/s) 22:25:47 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 22:25:47 Fetched 214 kB in 0s (0 B/s) 22:25:47 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] 22:25:47 Fetched 154 kB in 0s (0 B/s) 22:25:47 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 22:25:47 Fetched 50.6 kB in 0s (0 B/s) 22:25:47 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 22:25:47 Fetched 14.8 kB in 0s (0 B/s) 22:25:47 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 22:25:47 Fetched 41.8 kB in 0s (0 B/s) 22:25:47 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 22:25:47 Fetched 499 kB in 0s (0 B/s) 22:25:47 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 22:25:47 Fetched 111 kB in 0s (0 B/s) 22:25:47 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 22:25:47 Fetched 240 kB in 0s (0 B/s) 22:25:47 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 22:25:47 Fetched 29.3 kB in 0s (0 B/s) 22:25:47 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 22:25:47 Fetched 85.5 kB in 0s (0 B/s) 22:25:47 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 22:25:47 Fetched 24.5 kB in 0s (0 B/s) 22:25:47 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 22:25:47 Fetched 49.2 kB in 0s (0 B/s) 22:25:47 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 22:25:47 Fetched 54.2 kB in 0s (0 B/s) 22:25:47 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 22:25:47 Fetched 30.8 kB in 0s (0 B/s) 22:25:47 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] 22:25:47 Fetched 15.8 kB in 0s (0 B/s) 22:25:47 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 22:25:47 Fetched 85.9 kB in 0s (0 B/s) 22:25:47 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 22:25:47 Fetched 8720 B in 0s (0 B/s) 22:25:47 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 22:25:47 Fetched 137 kB in 0s (0 B/s) 22:25:47 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 22:25:47 Fetched 119 kB in 0s (0 B/s) 22:25:47 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 22:25:47 Fetched 109 kB in 0s (0 B/s) 22:25:47 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 22:25:47 Fetched 11.1 kB in 0s (0 B/s) 22:25:47 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 22:25:47 Fetched 645 kB in 0s (0 B/s) 22:25:47 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 22:25:47 Fetched 41.3 kB in 0s (0 B/s) 22:25:47 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 22:25:47 Fetched 17.9 kB in 0s (0 B/s) 22:25:47 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 22:25:47 Fetched 368 kB in 0s (0 B/s) 22:25:47 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 22:25:47 Fetched 187 kB in 0s (0 B/s) 22:25:47 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 22:25:47 Fetched 175 kB in 0s (0 B/s) 22:25:47 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 22:25:47 Fetched 206 kB in 0s (0 B/s) 22:25:47 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] 22:25:47 Fetched 1301 kB in 0s (0 B/s) 22:25:47 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 22:25:47 Fetched 36.2 kB in 0s (0 B/s) 22:25:47 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 22:25:47 Fetched 159 kB in 0s (0 B/s) 22:25:47 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 22:25:47 Fetched 107 kB in 0s (0 B/s) 22:25:47 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 22:25:47 Fetched 48.7 kB in 0s (0 B/s) 22:25:47 Pulling static-packages 22:25:47 + snapcraftctl pull 22:25:47 Pulling version 22:25:47 + cd /root/project 22:25:47 + [ -f VERSION ] 22:25:47 + PROJECT_VERSION=local-dev 22:25:47 + git rev-parse --short HEAD 22:25:47 + GIT_REVISION=85a64227 22:25:47 + snapcraftctl set-version local-dev 22:25:48 Building config-common 22:25:48 + snapcraftctl build 22:25:50 Skipping build go-build-helper (already ran) 22:25:50 Building edgex-go 22:25:50 + cd /root/parts/edgex-go/src 22:25:50 + make build 22:25:50 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 22:25:53 go: downloading github.com/gorilla/mux v1.8.0 22:25:53 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 22:25:53 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 22:25:53 go: downloading github.com/google/uuid v1.2.0 22:25:53 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.48 22:25:53 go: downloading github.com/OneOfOne/xxhash v1.2.8 22:25:53 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 22:25:53 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 22:25:53 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 22:25:53 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 22:25:53 go: downloading github.com/pkg/errors v0.8.1 22:25:53 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 22:25:53 go: downloading github.com/pelletier/go-toml v1.2.0 22:25:53 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 22:25:53 go: downloading github.com/go-kit/kit v0.8.0 22:25:53 go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 22:25:53 go: downloading github.com/pebbe/zmq4 v1.2.5 22:25:53 go: downloading github.com/BurntSushi/toml v0.3.1 22:25:53 go: downloading github.com/go-playground/validator/v10 v10.3.0 22:25:53 go: downloading github.com/go-logfmt/logfmt v0.4.0 22:25:53 go: downloading github.com/gorilla/websocket v1.4.2 22:25:54 go: downloading github.com/go-playground/universal-translator v0.17.0 22:25:54 go: downloading github.com/go-redis/redis/v7 v7.2.0 22:25:54 go: downloading github.com/leodido/go-urn v1.2.0 22:25:54 go: downloading github.com/x448/float16 v0.8.4 22:25:54 go: downloading github.com/go-playground/locales v0.13.0 22:25:54 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 22:25:54 go: downloading github.com/hashicorp/consul/api v1.8.1 22:25:54 go: downloading github.com/imdario/mergo v0.3.12 22:25:54 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 22:25:54 go: downloading github.com/mitchellh/copystructure v1.0.0 22:25:54 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 22:25:54 go: downloading github.com/mitchellh/mapstructure v1.1.2 22:25:54 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 22:25:54 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 22:25:54 go: downloading github.com/hashicorp/go-hclog v0.12.0 22:25:54 go: downloading github.com/hashicorp/serf v0.9.5 22:25:54 go: downloading github.com/mitchellh/reflectwalk v1.0.0 22:25:54 go: downloading github.com/mattn/go-isatty v0.0.12 22:25:54 go: downloading github.com/fatih/color v1.9.0 22:25:54 go: downloading github.com/mattn/go-colorable v0.1.6 22:25:54 go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd 22:25:54 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 22:25:54 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 22:25:54 go: downloading github.com/hashicorp/golang-lru v0.5.0 22:26:05 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 22:26:05 go: downloading gopkg.in/yaml.v2 v2.4.0 22:26:10 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 22:26:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:26:13 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 22:26:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:26:14 go: downloading github.com/stretchr/testify v1.7.0 22:26:14 go: downloading github.com/davecgh/go-spew v1.1.1 22:26:14 go: downloading github.com/pmezard/go-difflib v1.0.0 22:26:14 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 22:26: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 22:26:16 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 22:26:16 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 22:26:18 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 22:26:19 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 22:26:19 go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 22:26:21 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 22:26:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:26:22 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 22:26:23 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 22:26:23 go: downloading github.com/lib/pq v1.9.0 22:26:25 + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command 22:26:25 + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml 22:26:25 + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data 22:26:25 + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml 22:26:25 + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata 22:26:25 + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml 22:26:25 + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications 22:26:25 + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml 22:26:25 + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler 22:26:25 + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml 22:26:25 + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent 22:26:25 + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml 22:26:25 + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup 22:26:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml 22:26:25 + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup 22:26:25 + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml 22:26:25 + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider 22:26:25 + 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 22:26:25 + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper 22:26:25 + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml 22:26:25 + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config 22:26:25 + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml 22:26:25 + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt 22:26:25 + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE 22:26:25 + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json 22:26:29 Building static-packages 22:26:29 + snapcraftctl build 22:26:31 Building version 22:26:31 + snapcraftctl build 22:26:33 Staging config-common 22:26:33 + snapcraftctl stage 22:26:33 Skipping stage go-build-helper (already ran) 22:26:33 Staging edgex-go 22:26:33 + snapcraftctl stage 22:26:34 Staging static-packages 22:26:34 + snapcraftctl stage 22:26:35 Staging version 22:26:35 + snapcraftctl stage 22:26:37 Priming config-common 22:26:37 + snapcraftctl prime 22:26:38 Priming go-build-helper 22:26:38 + snapcraftctl prime 22:26:39 Priming edgex-go 22:26:39 + snapcraftctl prime 22:26:40 Priming static-packages 22:26:40 + snapcraftctl prime 22:26:42 Priming version 22:26:42 + snapcraftctl prime 22:26:43 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:26:47 provisioning config files... 22:26:47 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config8935178234042101683tmp [Pipeline] { [Pipeline] sh 22:26:48 + set +x 22:26:48 + curl -s https://codecov.io/bash 22:26:48 + bash -s -- 22:26:48 22:26:48 _____ _ 22:26:48 / ____| | | 22:26:48 | | ___ __| | ___ ___ _____ __ 22:26:48 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:26:48 | |___| (_) | (_| | __/ (_| (_) \ V / 22:26:48 \_____\___/ \__,_|\___|\___\___/ \_/ 22:26:48 Bash-20210309-2b87ace 22:26:48 22:26:48 22:26:48 ==> git version 2.24.3 found 22:26:48 ==> 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:26:48 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:26:48 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:26:48 ==> Jenkins CI detected. 22:26:48 project root: . 22:26:48 --> token set from env 22:26:49 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:26:49 ==> Running gcov in . (disable via -X gcov) 22:26:49 ==> Python coveragepy not found 22:26:49 ==> Searching for coverage reports in: 22:26:49 + . 22:26:49 -> Found 1 reports 22:26:49 ==> Detecting git/mercurial file structure 22:26:49 ==> Reading reports 22:26:49 + ./coverage.out bytes=650607 22:26:49 ==> Appending adjustments 22:26:49 https://docs.codecov.io/docs/fixing-reports 22:26:58 + Found adjustments 22:26:58 ==> Gzipping contents 22:26:58 96K /tmp/codecov.5JugMp.gz 22:26:58 ==> Uploading reports 22:26:58 url: https://codecov.io 22:26:58 query: branch=PR-3251&commit=85a64227c90de92044750481262f85778b35ad30&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3251%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3251&job=&cmd_args= 22:26:58 -> Pinging Codecov 22:26:58 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3251&commit=85a64227c90de92044750481262f85778b35ad30&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3251%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3251&job=&cmd_args= 22:26:58 -> Uploading to 22:26:58 https://storage.googleapis.com/codecov/v4/raw/2021-03-15/00271124DB129430A58F1EEE437C3FCB/85a64227c90de92044750481262f85778b35ad30/f3a838e6-9fb6-4109-8eef-c48c17e29a12.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210315T222657Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a9f5ecf9093b2a08d2ea5d8eebea489c750ba26b34fe92ec787974ce3d17c92d 22:26:58 % Total % Received % Xferd Average Speed Time Time Time Current 22:26:58 Dload Upload Total Spent Left Speed 22:26:58 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 95103 0 0 100 95103 0 161k --:--:-- --:--:-- --:--:-- 161k 22:26:58 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/85a64227c90de92044750481262f85778b35ad30 [Pipeline] } 22:26:58 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:27:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:27:01 ---> package-listing.sh 22:27:01 ++ tr '[:upper:]' '[:lower:]' 22:27:01 ++ facter osfamily 22:27:02 + OS_FAMILY=redhat 22:27:02 + workspace=/w/workspace/edgex-go/4 22:27:02 + START_PACKAGES=/tmp/packages_start.txt 22:27:02 + END_PACKAGES=/tmp/packages_end.txt 22:27:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:27:02 + PACKAGES=/tmp/packages_start.txt 22:27:02 + '[' /w/workspace/edgex-go/4 ']' 22:27:02 + PACKAGES=/tmp/packages_end.txt 22:27:02 + case "${OS_FAMILY}" in 22:27:02 + sort 22:27:02 + rpm -qa 22:27:09 + '[' -f /tmp/packages_start.txt ']' 22:27:09 + '[' -f /tmp/packages_end.txt ']' 22:27:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:27:09 + '[' /w/workspace/edgex-go/4 ']' 22:27:09 + mkdir -p /w/workspace/edgex-go/4/archives/ 22:27:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 22:27:09 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:27:09 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:27:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:27:11 22:27:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:27:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:27:13 alpine: Pulling from edgex-lftools-log-publisher 22:27:13 df20fa9351a1: Pulling fs layer 22:27:13 36b3adc4ff6f: Pulling fs layer 22:27:13 8ad3a11d3b57: Pulling fs layer 22:27:13 46f8f816bc3b: Pulling fs layer 22:27:13 93b61091891f: Pulling fs layer 22:27:13 93b9cdb0e59b: Pulling fs layer 22:27:13 5e14af77c1be: Pulling fs layer 22:27:13 01666e4c0597: Pulling fs layer 22:27:13 aa168da1d23b: Pulling fs layer 22:27:13 46f8f816bc3b: Waiting 22:27:13 93b61091891f: Waiting 22:27:13 93b9cdb0e59b: Waiting 22:27:13 5e14af77c1be: Waiting 22:27:13 01666e4c0597: Waiting 22:27:13 aa168da1d23b: Waiting 22:27:13 36b3adc4ff6f: Download complete 22:27:13 46f8f816bc3b: Verifying Checksum 22:27:13 46f8f816bc3b: Download complete 22:27:13 df20fa9351a1: Verifying Checksum 22:27:13 df20fa9351a1: Download complete 22:27:13 93b9cdb0e59b: Verifying Checksum 22:27:13 93b9cdb0e59b: Download complete 22:27:13 5e14af77c1be: Verifying Checksum 22:27:13 5e14af77c1be: Download complete 22:27:13 01666e4c0597: Verifying Checksum 22:27:13 01666e4c0597: Download complete 22:27:13 93b61091891f: Verifying Checksum 22:27:13 93b61091891f: Download complete 22:27:13 8ad3a11d3b57: Verifying Checksum 22:27:13 8ad3a11d3b57: Download complete 22:27:14 df20fa9351a1: Pull complete 22:27:14 36b3adc4ff6f: Pull complete 22:27:15 8ad3a11d3b57: Pull complete 22:27:16 46f8f816bc3b: Pull complete 22:27:17 aa168da1d23b: Verifying Checksum 22:27:17 aa168da1d23b: Download complete 22:27:18 93b61091891f: Pull complete 22:27:19 93b9cdb0e59b: Pull complete 22:27:19 5e14af77c1be: Pull complete 22:27:20 01666e4c0597: Pull complete 22:27:42 aa168da1d23b: Pull complete 22:27:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:27:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:27:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:27:43 prd-centos7-docker-4c-2g-29846 does not seem to be running inside a container 22:27:43 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:27:46 $ docker top c7b1708685681ff1586f60e52a32d90853ab8b6a114e1c733e813be2cdfcd4be -eo pid,comm [Pipeline] { [Pipeline] sh 22:27:47 + touch /tmp/pre-build-complete [Pipeline] sh 22:27:49 + mkdir -p /var/log/sa [Pipeline] sh 22:27:49 + ls /var/log/sa-host 22:27:49 + sadf -c /var/log/sa-host/sa15 22:27:49 file_magic: OK 22:27:49 HZ: Using current value: 100 22:27:49 file_header: OK 22:27:49 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:27:49 Statistics: 22:27:49 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:27:49 File successfully converted to sysstat format version 12.2.1 22:27:49 + sadf -c /var/log/sa-host/sa23 22:27:49 file_magic: OK 22:27:49 HZ: Using current value: 100 22:27:49 file_header: OK 22:27:49 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:27:49 Statistics: 22:27:49 Hnuu...uuuununununu... 22:27:49 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:27:50 provisioning config files... 22:27:50 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config4757617016386378112tmp [Pipeline] { [Pipeline] echo 22:27:50 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:27:50 ---> create-netrc.sh [Pipeline] } 22:27:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:27:51 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:27:51 ---> python-tools-install.sh [Pipeline] echo 22:27:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:27:51 ---> sudo-logs.sh 22:27:51 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:27:51 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:27:52 ---> job-cost.sh 22:27:52 lf-activate-venv: SKIPPING 22:27:52 DEBUG: total: 0.4099999964237213 22:27:52 INFO: Retrieving Stack Cost... 22:27:53 INFO: Retrieving Pricing Info for: v1-standard-2 22:27:54 INFO: Archiving Costs [Pipeline] echo 22:27:54 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:27:54 ---> logs-deploy.sh 22:27:54 lf-activate-venv: SKIPPING 22:27:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3251/4 22:27:54 INFO: archiving workspace using pattern(s): 22:27:58 Archives upload complete. 22:27:58 INFO: archiving logs to Nexus